* { 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: #13232f; background: #edf4f2; }
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; overflow: hidden; }
.site-header { width: 100%; max-width: 100%; min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border-radius: 28px; background: rgba(9, 52, 62, 0.96); box-shadow: 0 16px 42px rgba(10, 42, 46, 0.24); position: relative; z-index: 5; }
.brand-row { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark { color: #f8ffff; font-weight: 900; font-size: 23px; line-height: 1; }
.top-cta, .search-card button, .register-btn { border: 0; border-radius: 999px; color: #fff; background: linear-gradient(135deg, #ff7b2d, #8d59ff); font-weight: 800; box-shadow: 0 10px 24px rgba(255, 111, 51, 0.28); }
.top-cta { padding: 10px 15px; font-size: 13px; white-space: nowrap; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 6px; min-width: 0; max-width: 100%; }
.nav-links a { color: #e9fffb; font-size: 13px; font-weight: 700; padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,0.08); min-width: 0; }
.nav-links a:hover, .nav-links a:first-child { background: rgba(255, 132, 52, 0.82); color: #fff; }
.hero { width: 100%; max-width: 100%; min-width: 0; min-height: 475px; margin-top: 14px; display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); align-items: center; padding: 50px clamp(18px, 5vw, 78px); border-radius: 32px; overflow: hidden; background-image: linear-gradient(90deg, rgba(6, 37, 45, 0.92) 0%, rgba(6, 51, 64, 0.72) 42%, rgba(6, 51, 64, 0.12) 70%), url("hero-assets/mulebuy-hero-main-airplane-cockpit-bg.png"); background-size: cover; background-position: center right; box-shadow: 0 24px 70px rgba(5, 34, 39, 0.28); }
.hero-copy { width: min(720px, 100%); max-width: 100%; min-width: 0; color: #fff; }
.eyebrow { margin: 0 0 10px; color: #ff8a38; text-transform: uppercase; font-size: 12px; font-weight: 900; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(40px, 4.7vw, 70px); line-height: 1.02; letter-spacing: 0; }
.hero-text { margin: 16px 0 20px; max-width: 570px; color: rgba(245, 255, 253, 0.92); font-size: 17px; line-height: 1.48; }
.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,0.94); box-shadow: 0 18px 36px rgba(0,0,0,0.2); overflow: hidden; }
.search-card input { flex: 1 1 auto; min-width: 0; border: 0; outline: 0; padding: 0 14px; font-size: 15px; background: transparent; color: #17333b; }
.search-card button { flex: 0 0 auto; padding: 13px 22px; cursor: pointer; }
.section { width: 100%; max-width: 100%; min-width: 0; padding: 46px clamp(4px, 2vw, 18px); }
.section-heading { width: min(900px, 100%); max-width: 100%; min-width: 0; }
.section-heading h1, .section-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 44px); line-height: 1.08; color: #0f343d; }
.section-heading p:not(.eyebrow) { color: #49636a; font-size: 16px; line-height: 1.65; max-width: 760px; }
.intro-band { padding-bottom: 16px; }
.categories-section, .agents-section, .blog-section, .guide-section, .faq-section { background: linear-gradient(180deg, rgba(255,255,255,0.46), rgba(228,239,237,0.38)); border-radius: 28px; margin-top: 12px; }
.categories-grid { width: 100%; max-width: 100%; min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.ticket-card { min-width: 0; max-width: 100%; min-height: 156px; display: grid; grid-template-columns: 52px minmax(96px, 142px) minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 16px; border-radius: 20px; background: linear-gradient(90deg, #ffffff 0%, #ffffff 72%, #eaf9f6 72%); border: 1px solid rgba(19, 71, 76, 0.12); box-shadow: 0 14px 36px rgba(13, 56, 61, 0.1); position: relative; overflow: hidden; }
.ticket-card::before, .ticket-card::after { content: ""; position: absolute; right: 25%; width: 18px; height: 18px; border-radius: 50%; background: #edf4f2; border: 1px solid rgba(19, 71, 76, 0.08); }
.ticket-card::before { top: -9px; }
.ticket-card::after { bottom: -9px; }
.ticket-num { font-weight: 900; color: #8d59ff; }
.ticket-media { min-width: 0; max-width: 100%; aspect-ratio: 1 / 1; display: grid; place-items: center; border-radius: 18px; background: #eff8f6; overflow: hidden; }
.ticket-media img { width: 100%; height: 100%; object-fit: contain; }
.ticket-copy { display: grid; gap: 6px; min-width: 0; max-width: 100%; }
.ticket-copy strong { color: #12333d; font-size: 18px; text-transform: capitalize; }
.ticket-copy span { color: #587079; font-size: 13px; line-height: 1.35; }
.ticket-action { padding: 9px 12px; border-radius: 999px; background: #12333d; color: #fff; font-size: 12px; font-weight: 800; }
.ticket-card:hover, .agent-card:hover, .blog-card:hover { transform: translateY(-2px); }
.agents-slider { width: min(1320px, 100%); max-width: 100%; min-width: 0; position: relative; margin-top: 24px; 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; scrollbar-width: thin; padding: 8px 2px 18px; min-width: 0; max-width: 100%; }
.agent-card { flex: 0 0 clamp(390px, 34vw, 470px); max-width: 470px; min-width: 0; scroll-snap-align: start; display: grid; grid-template-columns: minmax(110px, 36%) minmax(0, 1fr); gap: 14px; padding: 14px; min-height: 190px; border-radius: 22px; background: linear-gradient(135deg, #ffffff 0%, #eef8f6 58%, #fee8d8 58%, #f2edff 100%); border: 1px solid rgba(23, 75, 82, 0.12); box-shadow: 0 16px 40px rgba(13, 56, 61, 0.12); }
.agent-logo-cell { min-width: 0; max-width: 100%; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,0.78); padding: 12px; }
.agent-logo-cell img { max-height: 110px; object-fit: contain; }
.agent-info { min-width: 0; max-width: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; overflow-wrap: anywhere; }
.agent-kicker { color: #8d59ff; font-size: 12px; font-weight: 900; }
.agent-info strong { font-size: 24px; color: #12333d; }
.agent-info span:not(.agent-kicker):not(.register-btn) { font-size: 13px; line-height: 1.42; color: #587079; }
.register-btn { display: inline-flex; padding: 10px 16px; font-size: 13px; max-width: 100%; }
.agent-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #12333d; color: #fff; font-size: 27px; line-height: 1; cursor: pointer; box-shadow: 0 10px 24px rgba(13, 56, 61, 0.18); }
.agent-arrow-prev { left: 2px; }
.agent-arrow-next { right: 2px; }
.blog-grid { width: 100%; max-width: 100%; min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.blog-card { min-width: 0; max-width: 100%; padding: 22px; border-radius: 22px; background: #fff; border: 1px solid rgba(19, 71, 76, 0.1); box-shadow: 0 12px 30px rgba(13, 56, 61, 0.08); }
.blog-card span { color: #8d59ff; font-size: 12px; font-weight: 900; }
.blog-card h3 { margin: 10px 0; font-size: 21px; line-height: 1.18; color: #12333d; }
.blog-card p { color: #587079; line-height: 1.55; }
.faq-list { display: grid; gap: 12px; width: min(900px, 100%); max-width: 100%; min-width: 0; margin-top: 16px; }
details { border-radius: 18px; background: #fff; padding: 16px 18px; border: 1px solid rgba(19, 71, 76, 0.1); }
summary { cursor: pointer; font-weight: 850; color: #12333d; }
details p { color: #587079; line-height: 1.55; }
.site-footer { width: 100%; max-width: 100%; min-width: 0; margin-top: 22px; padding: 34px; border-radius: 28px; background: #0c3038; color: #dff8f4; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 24px; min-width: 0; }
.footer-brand { display: inline-flex; color: #fff; font-weight: 900; font-size: 25px; margin-bottom: 10px; }
.site-footer p { color: #b9d7d2; line-height: 1.6; }
.site-footer h2 { margin: 0 0 12px; font-size: 15px; color: #ff934d; }
.site-footer a { display: block; color: #dff8f4; margin: 9px 0; overflow-wrap: anywhere; }
.footer-bottom { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.14); color: #b9d7d2; font-size: 13px; }
.article-shell { width: 100%; max-width: 100%; min-width: 0; }
.blog-index-hero, .article-page { background: #fff; border-radius: 28px; margin-top: 14px; padding: clamp(24px, 4vw, 56px); box-shadow: 0 16px 42px rgba(13, 56, 61, 0.1); }
.article-page { width: min(930px, 100%); max-width: 100%; min-width: 0; margin-left: auto; margin-right: auto; }
.back-link { display: inline-flex; margin-bottom: 16px; color: #8d59ff; font-weight: 850; }
.article-page h1 { color: #12333d; font-size: clamp(34px, 4vw, 56px); }
.article-page h2 { color: #12333d; margin-top: 32px; font-size: 26px; }
.article-page p { color: #4d6870; line-height: 1.75; font-size: 17px; }
.article-lede { font-size: 19px; color: #31545d; }
.article-page a { color: #7b4dff; font-weight: 750; }
.article-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.article-links a { padding: 12px 16px; border-radius: 999px; background: #edf4f2; }
@media (max-width: 1180px) {
  .site-header { flex-direction: column; align-items: stretch; }
  .brand-row { justify-content: space-between; }
  .nav-links { justify-content: flex-start; flex-wrap: wrap; }
  .categories-grid, .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 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; }
  .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: 9px 8px; font-size: 12px; }
  .hero { display: grid; grid-template-columns: 1fr; padding: 16px; min-height: 420px; gap: 12px; align-items: start; 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: 32px; line-height: 1.02; overflow-wrap: anywhere; }
  .search-card { border-radius: 24px; display: grid; grid-template-columns: minmax(0, 1fr); }
  .search-card input { min-width: 0; padding: 12px 10px; }
  .search-card button { width: 100%; }
  .section { padding: 34px 0; }
  .section-heading h1, .section-heading h2 { font-size: 29px; }
  .categories-grid, .blog-grid { grid-template-columns: minmax(0, 1fr); }
  .ticket-card { grid-template-columns: 42px minmax(72px, 96px) minmax(0, 1fr); gap: 10px; padding: 12px; }
  .ticket-action { grid-column: 2 / 4; width: fit-content; max-width: 100%; }
  .agents-slider { padding: 0 28px; }
  .agent-card { flex: 0 0 min(304px, 100%); max-width: 304px; grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .agent-logo-cell img { max-height: 86px; }
  .agent-arrow { width: 28px; height: 28px; font-size: 22px; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .site-footer { padding: 24px 18px; }
  .blog-index-hero, .article-page { padding: 24px 16px; }
  .article-page p { font-size: 16px; }
}
@media (max-width: 390px) {
  .brand-mark { font-size: 20px; }
  .top-cta { padding: 9px 12px; }
  h1 { font-size: 30px; }
  .hero { min-height: 405px; }
  .ticket-card { grid-template-columns: 36px minmax(64px, 84px) minmax(0, 1fr); }
}