* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #102b32; background: #eef6f2; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.page-shell { width: min(1760px, 100%); max-width: 100%; min-width: 0; margin: 0 auto; padding: 18px 18px 52px; overflow: hidden; }
.site-header { width: 100%; max-width: 100%; min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px; border-radius: 28px; background: #0d3b45; box-shadow: 0 18px 42px rgba(7, 33, 39, 0.18); }
.brand-row { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand { color: #f8fffb; font-weight: 900; font-size: 28px; letter-spacing: 0; line-height: 1; }
.header-cta, .nav-links a, .search-card button, .register-btn { transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.header-cta { flex: 0 0 auto; color: #17111f; background: linear-gradient(135deg, #ff9852, #8f64ff); padding: 11px 16px; border-radius: 999px; font-weight: 800; font-size: 14px; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 7px; min-width: 0; max-width: 100%; }
.nav-links a { color: #eafff6; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); padding: 10px 13px; border-radius: 999px; font-size: 14px; white-space: nowrap; }
.nav-links a:hover, .header-cta:hover, .search-card button:hover, .register-btn:hover { transform: translateY(-1px); }
.hero { width: 100%; max-width: 100%; min-width: 0; min-height: 520px; margin-top: 16px; display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); align-items: center; padding: 54px 56px; border-radius: 36px; overflow: hidden; background-image: linear-gradient(90deg, rgba(8,45,54,.86) 0%, rgba(8,45,54,.68) 42%, rgba(8,45,54,.12) 72%), url("./hero-assets/mulebuy-hero-main-airplane-cockpit-bg.png"); background-size: cover; background-position: center right; box-shadow: 0 22px 60px rgba(7, 32, 39, .22); }
.hero-copy { width: 100%; max-width: 760px; min-width: 0; color: #fff; }
.eyebrow, .section-label { display: inline-flex; width: fit-content; max-width: 100%; margin: 0 0 12px; padding: 7px 12px; border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; color: #23182a; background: #ff9852; }
h1 { max-width: 100%; margin: 0; font-size: clamp(46px, 5.2vw, 82px); line-height: .98; letter-spacing: 0; overflow-wrap: anywhere; }
.hero-text { max-width: 650px; margin: 18px 0 22px; color: #e6fff5; font-size: 18px; line-height: 1.48; }
.search-card { width: min(620px, 100%); max-width: 100%; min-width: 0; display: flex; gap: 8px; padding: 9px; border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.search-card input { min-width: 0; flex: 1 1 auto; border: 0; outline: 0; background: transparent; padding: 0 14px; color: #102b32; font-size: 15px; }
.search-card button { flex: 0 0 auto; border: 0; border-radius: 999px; background: #8f64ff; color: #fff; font-weight: 900; padding: 13px 18px; cursor: pointer; }
.intro-section, .content-section { width: min(1280px, 100%); max-width: 100%; min-width: 0; margin: 34px auto 0; }
.brands-strip { padding: 24px; border-radius: 22px; background: #dff0ec; border: 1px solid rgba(13,59,69,.12); }
.brands-strip h2, .section-intro h2 { margin: 0; font-size: clamp(28px, 3.4vw, 48px); line-height: 1.03; letter-spacing: 0; }
.brands-strip p:not(.section-label), .section-intro p:not(.section-label) { max-width: 760px; margin: 12px 0 0; color: #49646a; line-height: 1.65; }
.section-intro { margin-bottom: 18px; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; width: 100%; max-width: 100%; min-width: 0; }
.category-card { position: relative; min-width: 0; max-width: 100%; display: grid; grid-template-columns: 92px minmax(0, 1fr); align-items: center; gap: 14px; min-height: 150px; padding: 18px 18px 18px 34px; border-radius: 20px; background: #fffaf0; border: 1px solid rgba(13,59,69,.12); box-shadow: 0 16px 34px rgba(7, 32, 39, .08); overflow: hidden; }
.category-card:before { content: ""; position: absolute; left: 12px; top: 10px; bottom: 10px; border-left: 2px dashed rgba(143,100,255,.45); }
.ticket-number { position: absolute; top: 14px; right: 14px; color: #8f64ff; font-weight: 900; font-size: 13px; }
.category-image { width: 92px; aspect-ratio: 1; border-radius: 18px; background: #dff0ec; display: grid; place-items: center; overflow: hidden; }
.category-image img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.category-copy { min-width: 0; max-width: 100%; overflow-wrap: anywhere; display: grid; gap: 6px; padding-right: 26px; }
.category-copy strong { font-size: 20px; text-transform: capitalize; }
.category-copy small { color: #5d7479; line-height: 1.4; }
.agents-section { padding-top: 10px; }
.agents-slider { position: relative; width: min(1280px, 100%); max-width: 100%; min-width: 0; overflow: hidden; padding: 0 46px; }
.agents-track { display: flex; gap: 16px; width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 4px 2px 16px; scrollbar-width: thin; }
.agent-card { flex: 0 0 clamp(360px, 34vw, 450px); max-width: 450px; min-width: 0; scroll-snap-align: start; display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 14px; padding: 14px; border-radius: 22px; background: linear-gradient(135deg, #fff, #edf8f6); border: 1px solid rgba(13,59,69,.14); box-shadow: 0 18px 36px rgba(7,32,39,.1); }
.agent-logo { min-width: 0; border-radius: 18px; background: #0d3b45; display: grid; place-items: center; min-height: 140px; padding: 14px; }
.agent-logo img { max-height: 96px; object-fit: contain; }
.agent-info { min-width: 0; max-width: 100%; overflow-wrap: anywhere; display: grid; align-content: center; gap: 8px; }
.agent-kicker { color: #8f64ff; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.agent-info strong { font-size: 24px; }
.agent-info small { color: #5d7479; line-height: 1.4; }
.register-btn { width: fit-content; max-width: 100%; margin-top: 4px; padding: 10px 14px; border-radius: 999px; background: #ff9852; color: #201521; font-weight: 900; }
.agent-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 36px; height: 52px; border-radius: 999px; border: 1px solid rgba(13,59,69,.14); background: rgba(255,255,255,.95); color: #0d3b45; font-size: 30px; cursor: pointer; box-shadow: 0 10px 24px rgba(7,32,39,.14); }
.agent-arrow-prev { left: 2px; }
.agent-arrow-next { right: 2px; }
.guide-grid, .post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; min-width: 0; }
.guide-grid article, .post-card, .faq-section details { min-width: 0; background: #fff; border: 1px solid rgba(13,59,69,.12); border-radius: 20px; padding: 20px; box-shadow: 0 14px 30px rgba(7,32,39,.07); }
.guide-grid span, .post-card span { color: #8f64ff; font-weight: 900; font-size: 12px; text-transform: uppercase; }
.guide-grid h3, .post-card h3 { margin: 9px 0; font-size: 22px; line-height: 1.15; }
.guide-grid p, .post-card p, .faq-section p { color: #5d7479; line-height: 1.6; margin: 0; }
.faq-section details + details { margin-top: 12px; }
.faq-section summary { cursor: pointer; font-weight: 900; }
.site-footer { width: 100%; max-width: 100%; min-width: 0; background: #0d3b45; color: #eafff6; padding: 34px 18px; overflow: hidden; }
.footer-grid { width: min(1280px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr)); gap: 22px; }
.footer-brand { font-size: 28px; font-weight: 900; }
.site-footer h2 { margin: 0 0 10px; font-size: 15px; color: #ffb074; }
.site-footer p, .site-footer a { color: #cfe6e0; line-height: 1.6; }
.site-footer a { display: block; margin: 7px 0; overflow-wrap: anywhere; }
.copyright { width: min(1280px, 100%); margin: 24px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #b7d3cd; }
.article-shell { width: min(980px, 100%); max-width: 100%; margin: 28px auto 0; background: #fff; border-radius: 26px; padding: 34px; box-shadow: 0 18px 42px rgba(7,32,39,.08); }
.article-shell h1 { color: #102b32; font-size: clamp(34px, 4vw, 58px); }
.article-shell .meta { color: #8f64ff; font-weight: 800; }
.article-shell p, .article-shell li { color: #405d63; line-height: 1.76; }
.article-shell h2 { margin-top: 30px; font-size: 28px; }
.article-shell a { color: #6d48dd; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1100px) {
  .site-header { align-items: stretch; flex-direction: column; }
  .nav-links { justify-content: flex-start; flex-wrap: wrap; }
  .category-grid, .guide-grid, .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  .page-shell { width: 100%; max-width: 100%; padding: 16px 12px 42px; overflow: hidden; }
  .site-header, .hero { width: 100%; max-width: 100%; min-width: 0; }
  .brand-row { width: 100%; justify-content: space-between; }
  .brand { font-size: 24px; }
  .header-cta { padding: 10px 12px; }
  .nav-links { width: 100%; flex-wrap: wrap; overflow: hidden; border-radius: 22px; }
  .nav-links a { flex: 1 1 calc(50% - 4px); min-width: 0; text-align: center; padding: 10px 8px; white-space: normal; overflow-wrap: anywhere; }
  .hero { display: grid; grid-template-columns: 1fr; padding: 16px; min-height: 430px; gap: 12px; background-size: cover; background-position: center right; }
  .hero-copy, .search-card { width: 100%; max-width: 320px; overflow: hidden; }
  .hero-text { margin: 12px 0 14px; font-size: 14px; line-height: 1.32; }
  h1 { max-width: 100%; font-size: 31px; line-height: 1.02; overflow-wrap: anywhere; }
  .search-card { border-radius: 22px; align-items: stretch; }
  .search-card input { min-width: 0; padding: 0 8px; }
  .search-card button { padding: 12px 13px; }
  .content-section, .intro-section { margin-top: 26px; }
  .brands-strip, .guide-grid article, .post-card, .faq-section details, .article-shell { border-radius: 18px; padding: 18px; }
  .category-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .category-card { grid-template-columns: 76px minmax(0, 1fr); padding: 14px 14px 14px 28px; min-height: 126px; }
  .category-image { width: 76px; }
  .category-copy strong { font-size: 18px; }
  .agents-slider { padding: 0 30px; }
  .agent-card { flex: 0 0 min(304px, 100%); max-width: 304px; min-width: 0; grid-template-columns: 1fr; }
  .agent-logo { min-height: 104px; }
  .agent-logo img { max-height: 72px; }
  .agent-arrow { width: 26px; height: 42px; font-size: 24px; }
  .guide-grid, .post-grid, .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .footer-grid, .copyright { width: 100%; max-width: 100%; min-width: 0; }
}