* { 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; background: #f3f8f7; color: #122925; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.page-shell { width: min(1760px, 100%); max-width: 100%; min-width: 0; margin: 0 auto; padding: 18px; 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: 24px; background: #123e42; color: #f7fffb; box-shadow: 0 18px 50px rgba(7, 35, 38, .16); position: relative; z-index: 2; }
.brand-row { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand { text-decoration: none; font-size: 28px; font-weight: 850; line-height: 1; color: #fff; letter-spacing: 0; white-space: nowrap; }
.header-cta, .search-card button, .register-btn, .link-chip { text-decoration: none; border: 0; cursor: pointer; background: linear-gradient(135deg, #ff8a3d, #8e5bff); color: #fff; border-radius: 999px; font-weight: 800; }
.header-cta { padding: 11px 16px; font-size: 14px; white-space: nowrap; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 7px; min-width: 0; max-width: 100%; }
.nav-links a { text-decoration: none; padding: 10px 13px; border-radius: 999px; color: #e9fffb; background: rgba(255,255,255,.08); font-size: 14px; font-weight: 750; white-space: nowrap; }
.nav-links a.active, .nav-links a:hover { background: rgba(255, 138, 61, .92); color: #fff; }
.hero { width: 100%; max-width: 100%; min-width: 0; min-height: 520px; margin-top: 16px; border-radius: 30px; display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); align-items: center; padding: 52px 58px; background-image: linear-gradient(90deg, rgba(7,31,35,.72) 0%, rgba(7,31,35,.44) 46%, rgba(7,31,35,.08) 70%), url("./hero-assets/mulebuy-hero-main-airplane-cockpit-bg.png"); background-size: cover; background-position: center right; overflow: hidden; }
.hero-copy { width: min(720px, 100%); max-width: 100%; min-width: 0; color: #fff; }
.eyebrow { margin: 0 0 10px; color: #ffb260; font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(46px, 5vw, 78px); line-height: 1.01; letter-spacing: 0; max-width: 100%; }
.hero-text { margin: 18px 0 22px; max-width: 640px; font-size: 18px; line-height: 1.5; color: #e9fffb; }
.search-card { width: min(620px, 100%); max-width: 100%; min-width: 0; display: flex; gap: 8px; padding: 8px; border-radius: 999px; background: rgba(255,255,255,.95); box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.search-card input { flex: 1 1 auto; min-width: 0; border: 0; outline: 0; padding: 14px 16px; font-size: 15px; background: transparent; color: #183b39; }
.search-card button { flex: 0 0 auto; padding: 0 23px; font-size: 15px; }
.section { width: 100%; max-width: 100%; min-width: 0; padding: 48px 10px 12px; }
.section-intro { width: min(1040px, 100%); max-width: 100%; min-width: 0; margin: 0 auto 22px; }
.section-intro h2 { margin: 0; font-size: clamp(30px, 3vw, 46px); line-height: 1.05; color: #0c302f; letter-spacing: 0; }
.section-intro p:not(.eyebrow) { margin: 12px 0 0; font-size: 17px; line-height: 1.55; color: #486360; max-width: 780px; }
.categories-grid { width: min(1280px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; min-width: 0; max-width: 100%; }
.ticket-card { position: relative; display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 14px; align-items: center; text-decoration: none; min-width: 0; max-width: 100%; padding: 16px 18px 16px 28px; min-height: 150px; border-radius: 18px; background: linear-gradient(135deg, #ffffff 0%, #eef9f5 100%); box-shadow: 0 16px 38px rgba(17, 59, 59, .12); border: 1px solid rgba(18,62,66,.09); overflow: hidden; }
.ticket-card::before { content: ""; position: absolute; left: 10px; top: 12px; bottom: 12px; border-left: 2px dashed rgba(18,62,66,.18); }
.ticket-number { position: absolute; top: 14px; right: 16px; font-weight: 900; color: rgba(18,62,66,.25); }
.ticket-image { width: 88px; height: 88px; border-radius: 18px; background: #e2f0ec; display: grid; place-items: center; padding: 8px; min-width: 0; }
.ticket-image img { width: 100%; height: 100%; object-fit: contain; }
.ticket-info { min-width: 0; display: grid; gap: 7px; }
.ticket-info strong { font-size: 21px; text-transform: capitalize; color: #123e42; }
.ticket-info small { color: #5d7370; line-height: 1.35; }
.link-chip { width: fit-content; max-width: 100%; padding: 7px 10px; font-size: 12px; }
.brands-section, .guide-section { background: linear-gradient(135deg, rgba(255,138,61,.09), rgba(142,91,255,.07)); border-radius: 24px; margin-top: 34px; }
.compact { margin-bottom: 0; }
.agents-slider { width: min(1280px, 100%); max-width: 100%; min-width: 0; margin: 0 auto; position: relative; overflow: hidden; padding: 0 44px; }
.agents-track { display: flex; gap: 16px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 4px 0 20px; scrollbar-color: #ff8a3d #d6e8e3; min-width: 0; }
.agent-card { flex: 0 0 clamp(390px, 34vw, 470px); max-width: 470px; min-width: 0; scroll-snap-align: start; display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 16px; align-items: center; text-decoration: none; border-radius: 22px; padding: 18px; background: #123e42; color: #fff; box-shadow: 0 20px 50px rgba(12,48,47,.18); }
.agent-logo { min-width: 0; height: 112px; border-radius: 20px; background: #f7fffb; display: grid; place-items: center; padding: 14px; }
.agent-logo img { width: 100%; height: 100%; object-fit: contain; }
.agent-info { display: grid; gap: 9px; min-width: 0; max-width: 100%; }
.agent-info strong { font-size: 25px; }
.agent-info small { color: #d7ebe7; line-height: 1.4; }
.register-btn { width: fit-content; max-width: 100%; padding: 10px 14px; }
.agent-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 34px; height: 48px; border: 0; border-radius: 999px; background: #ff8a3d; color: #fff; font-size: 28px; line-height: 1; cursor: pointer; z-index: 1; box-shadow: 0 10px 24px rgba(255,138,61,.28); }
.agent-arrow-prev { left: 2px; }
.agent-arrow-next { right: 2px; }
.blog-grid { width: min(1280px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; min-width: 0; max-width: 100%; }
.blog-card { min-width: 0; background: #fff; border-radius: 18px; padding: 22px; box-shadow: 0 16px 36px rgba(17,59,59,.1); border: 1px solid rgba(18,62,66,.08); }
.blog-card span { color: #8e5bff; font-weight: 900; font-size: 12px; text-transform: uppercase; }
.blog-card h2, .blog-card h3 { margin: 9px 0; font-size: 21px; line-height: 1.18; }
.blog-card a { text-decoration: none; color: #123e42; }
.blog-card p { color: #55716d; line-height: 1.5; margin-bottom: 0; }
.faq-grid { width: min(1100px, 100%); display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin: 0 auto; }
.faq-grid article { background: #fff; border-radius: 18px; padding: 20px; border: 1px solid rgba(18,62,66,.08); }
.site-footer { margin-top: 48px; border-radius: 24px; background: #0c302f; color: #e9fffb; padding: 34px; width: 100%; max-width: 100%; min-width: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); gap: 24px; min-width: 0; }
.footer-brand { color: #fff; font-size: 28px; font-weight: 900; text-decoration: none; }
.site-footer h2 { font-size: 14px; color: #ffb260; margin: 0 0 12px; }
.site-footer p { color: #cde1dc; line-height: 1.55; margin: 12px 0 0; }
.site-footer nav { display: grid; align-content: start; gap: 8px; min-width: 0; }
.site-footer nav a { color: #e9fffb; text-decoration: none; overflow-wrap: anywhere; }
.footer-bottom { margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #bed7d1; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.article-shell { width: min(980px, 100%); max-width: 100%; min-width: 0; margin: 0 auto; }
.article-intro { margin-top: 46px; }
.article-page { background: #fff; border-radius: 22px; padding: clamp(24px, 5vw, 56px); box-shadow: 0 18px 48px rgba(17,59,59,.12); }
.article-page h1 { color: #123e42; font-size: clamp(34px, 5vw, 58px); }
.article-page h2 { margin-top: 30px; color: #123e42; }
.article-page p { color: #405f5b; font-size: 17px; line-height: 1.7; }
.article-page a { color: #8e5bff; font-weight: 800; }
.lead { font-size: 19px !important; color: #2f5551 !important; }
.subpage .site-header { margin-bottom: 0; }
@media (max-width: 1100px) {
  .site-header { align-items: stretch; flex-direction: column; }
  .nav-links { justify-content: flex-start; flex-wrap: wrap; }
  .categories-grid, .blog-grid, .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { grid-template-columns: 1fr; min-height: 460px; }
}
@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; font-size: 13px; }
  .nav-links { width: 100%; flex-wrap: wrap; overflow: hidden; border-radius: 22px; gap: 6px; }
  .nav-links a { flex: 1 1 calc(50% - 4px); min-width: 0; text-align: center; padding: 9px 8px; font-size: 13px; overflow-wrap: anywhere; white-space: normal; }
  .hero { display: grid; grid-template-columns: 1fr; padding: 16px; min-height: 430px; gap: 12px; border-radius: 22px; background-size: cover; background-position: center right; align-items: start; }
  .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 input { min-width: 0; padding: 12px 10px; font-size: 13px; }
  .search-card button { padding: 0 13px; }
  .section { padding: 38px 0 8px; }
  .section-intro h2 { font-size: 28px; }
  .section-intro p:not(.eyebrow) { font-size: 15px; }
  .categories-grid, .blog-grid, .faq-grid { grid-template-columns: minmax(0, 1fr); width: 100%; max-width: 100%; min-width: 0; }
  .ticket-card { grid-template-columns: 76px minmax(0, 1fr); padding: 15px 14px 15px 24px; }
  .ticket-image { width: 76px; height: 76px; }
  .ticket-info strong { font-size: 18px; }
  .agents-slider { width: 100%; max-width: 100%; min-width: 0; padding: 0 28px; overflow: hidden; }
  .agent-card { flex: 0 0 min(304px, 100%); max-width: 304px; min-width: 0; grid-template-columns: 82px minmax(0, 1fr); padding: 13px; gap: 12px; }
  .agent-logo { height: 82px; border-radius: 16px; padding: 10px; }
  .agent-info strong { font-size: 20px; }
  .agent-info small { font-size: 13px; }
  .register-btn { padding: 8px 10px; }
  .agent-arrow { width: 24px; height: 38px; font-size: 22px; }
  .site-footer { padding: 24px; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .article-page { padding: 24px; }
}