* { 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: #f4f7fb; color: #142235; }
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: 16px 18px 0; overflow: hidden; }
.site-header { width: 100%; max-width: 100%; min-width: 0; background: #123548; color: #fff; border-radius: 8px; padding: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; position: relative; z-index: 5; box-shadow: 0 16px 42px rgba(11, 37, 52, .18); }
.header-top { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark { color: #f7fbff; font-weight: 900; font-size: 24px; letter-spacing: 0; white-space: nowrap; }
.header-cta, .nav-links a { border-radius: 999px; font-weight: 800; font-size: 14px; line-height: 1; }
.header-cta { padding: 11px 15px; background: linear-gradient(135deg, #ff8a25, #8e5cff); color: #fff; white-space: nowrap; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; max-width: 100%; min-width: 0; }
.nav-links a { padding: 10px 12px; color: #dcecf7; background: rgba(255,255,255,.08); }
.nav-links a:first-child { background: rgba(255, 138, 37, .28); color: #fff; }
.hero { width: 100%; max-width: 100%; min-width: 0; min-height: 505px; margin-top: 14px; border-radius: 8px; display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); align-items: center; padding: 48px 52px; background-image: linear-gradient(90deg, rgba(9, 35, 54, .88) 0%, rgba(9, 35, 54, .68) 47%, rgba(9,35,54,.08) 72%), url("./hero-assets/mulebuy-hero-main-airplane-cockpit-bg.png"); background-size: cover; background-position: center right; color: #fff; overflow: hidden; }
.hero-copy { width: 100%; max-width: 790px; min-width: 0; }
.eyebrow { margin: 0 0 10px; color: #ff9d3d; font-size: 13px; text-transform: uppercase; font-weight: 900; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(42px, 5vw, 74px); line-height: 1.02; letter-spacing: 0; max-width: 100%; }
.hero-text { max-width: 650px; margin: 18px 0 22px; font-size: 18px; line-height: 1.48; color: #e8f3f8; }
.search-card { width: min(620px, 100%); max-width: 100%; min-width: 0; display: flex; gap: 8px; padding: 8px; border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 18px 44px rgba(0,0,0,.2); }
.search-card input { flex: 1 1 auto; min-width: 0; border: 0; padding: 15px 14px; font-size: 16px; border-radius: 6px; outline: 0; color: #193247; }
.search-card button { flex: 0 0 auto; border: 0; border-radius: 6px; padding: 0 20px; background: #ff8228; color: #fff; font-weight: 900; cursor: pointer; }
.section-block { width: 100%; max-width: 100%; min-width: 0; padding: 48px 0; }
.section-intro { width: min(1180px, 100%); max-width: 100%; margin: 0 auto 22px; padding: 0 4px; }
.section-intro h2 { margin: 0; color: #102a3c; font-size: clamp(30px, 4vw, 48px); line-height: 1.06; }
.section-intro p:not(.eyebrow) { margin: 10px 0 0; max-width: 760px; color: #506174; line-height: 1.55; }
.category-grid { width: min(1280px, 100%); max-width: 100%; min-width: 0; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.category-card { min-width: 0; max-width: 100%; overflow: hidden; position: relative; display: grid; grid-template-columns: 50px minmax(90px, 132px) minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 150px; padding: 18px 18px 18px 12px; border-radius: 8px; background: #fff; color: #173047; box-shadow: 0 12px 32px rgba(17, 47, 71, .09); border: 1px solid rgba(18, 53, 72, .08); }
.category-card::before { content: ""; position: absolute; left: 0; top: 12px; bottom: 12px; width: 8px; border-radius: 0 99px 99px 0; background: linear-gradient(#ff8a25, #8e5cff); }
.ticket-index { color: #7a8a9b; font-weight: 900; }
.ticket-media { background: #eef5f8; border-radius: 8px; padding: 10px; aspect-ratio: 1 / 1; display: grid; place-items: center; min-width: 0; max-width: 100%; }
.ticket-media img { width: 100%; height: 100%; object-fit: contain; }
.ticket-info { min-width: 0; max-width: 100%; display: grid; gap: 6px; }
.ticket-info strong { font-size: 20px; text-transform: capitalize; }
.ticket-info span { color: #607182; font-size: 14px; line-height: 1.35; }
.ticket-action { padding: 9px 12px; border-radius: 999px; background: #123548; color: #fff; font-weight: 900; white-space: nowrap; }
.brands-band { background: linear-gradient(180deg, rgba(255,255,255,.45), rgba(224,235,243,.7)); border-radius: 8px; padding-left: 14px; padding-right: 14px; }
.agents-section { background: #eaf1f6; border-radius: 8px; padding-left: 14px; padding-right: 14px; }
.agents-slider { position: relative; width: min(1280px, 100%); max-width: 100%; min-width: 0; margin: 0 auto; overflow: hidden; padding: 4px 42px; }
.agents-track { display: flex; gap: 16px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: thin; max-width: 100%; min-width: 0; padding: 4px 2px 18px; }
.agent-card { flex: 0 0 clamp(390px, 34vw, 470px); max-width: 470px; min-width: 0; scroll-snap-align: start; display: grid; grid-template-columns: 118px minmax(0, 1fr); grid-template-rows: 1fr auto; gap: 14px; padding: 16px; border-radius: 8px; background: linear-gradient(135deg, #fff, #f6fbff); box-shadow: 0 15px 35px rgba(18,53,72,.11); border: 1px solid rgba(18, 53, 72, .08); }
.agent-logo { grid-row: span 2; display: grid; place-items: center; min-width: 0; background: #edf5fa; border-radius: 8px; padding: 16px; }
.agent-logo img { max-height: 76px; object-fit: contain; }
.agent-copy { display: grid; gap: 6px; min-width: 0; max-width: 100%; }
.agent-tag { color: #8e5cff; font-weight: 900; font-size: 12px; text-transform: uppercase; }
.agent-copy strong { font-size: 25px; color: #142d40; }
.agent-copy span:last-child { color: #607182; line-height: 1.35; }
.agent-button { align-self: end; justify-self: start; max-width: 100%; padding: 10px 18px; border-radius: 999px; background: #ff8228; color: #fff; font-weight: 900; }
.agent-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 34px; height: 54px; border: 0; border-radius: 999px; background: #123548; color: #fff; font-size: 30px; line-height: 1; cursor: pointer; box-shadow: 0 10px 22px rgba(18,53,72,.2); }
.agent-arrow-prev { left: 2px; }
.agent-arrow-next { right: 2px; }
.guide-steps, .blog-grid, .faq-list { width: min(1280px, 100%); max-width: 100%; min-width: 0; margin: 0 auto; }
.guide-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.guide-steps div, .blog-card, .faq-list details { background: #fff; border-radius: 8px; padding: 22px; box-shadow: 0 12px 30px rgba(18,53,72,.08); min-width: 0; }
.guide-steps strong { color: #ff8228; font-size: 14px; }
.guide-steps h3, .blog-card h3, .blog-card h2 { margin: 8px 0; color: #142d40; }
.guide-steps p, .blog-card p, .faq-list p { color: #607182; line-height: 1.5; }
.blog-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.blog-card span { color: #8e5cff; font-weight: 900; font-size: 12px; text-transform: uppercase; }
.blog-card h3, .blog-card h2 { font-size: 18px; line-height: 1.18; }
.faq-list { display: grid; gap: 12px; }
.faq-list summary { font-weight: 900; cursor: pointer; color: #142d40; }
.site-footer { margin-top: 34px; border-radius: 8px 8px 0 0; background: #102c3f; color: #dbeaf2; padding: 34px 24px 20px; }
.footer-grid { width: min(1280px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); gap: 22px; }
.footer-brand { color: #fff; font-size: 26px; font-weight: 900; }
.site-footer h2 { margin: 0 0 10px; font-size: 15px; color: #fff; }
.site-footer p { color: #bdd1dc; line-height: 1.55; }
.site-footer a:not(.footer-brand) { display: block; color: #dbeaf2; margin: 8px 0; overflow-wrap: anywhere; }
.footer-bottom { width: min(1280px, 100%); margin: 22px auto 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.13); color: #a7bfca; }
.blog-home, .article-page { width: min(1040px, 100%); max-width: 100%; min-width: 0; margin: 0 auto; padding: 46px 0 0; }
.blog-head { background: #fff; border-radius: 8px; padding: 28px; box-shadow: 0 12px 30px rgba(18,53,72,.08); }
.blog-head h1, .article-page h1 { color: #102a3c; font-size: clamp(36px, 5vw, 62px); }
.blog-head p, .article-lead { color: #506174; line-height: 1.6; font-size: 18px; }
.blog-grid-page { margin-top: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.article-page { background: #fff; border-radius: 8px; padding: 34px; margin-top: 28px; box-shadow: 0 12px 30px rgba(18,53,72,.08); }
.article-kicker { color: #ff8228; text-transform: uppercase; font-weight: 900; }
.article-page h2 { margin-top: 28px; color: #15374c; }
.article-page p, .article-page li { color: #4f6273; line-height: 1.72; }
.article-page a { color: #0e6688; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1180px) {
  .site-header { align-items: stretch; flex-direction: column; }
  .nav-links { justify-content: flex-start; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-grid { grid-template-columns: repeat(3, 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 0; overflow: hidden; }
  .site-header, .hero { width: 100%; max-width: 100%; min-width: 0; }
  .header-top { justify-content: space-between; width: 100%; }
  .brand-mark { font-size: 22px; }
  .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; }
  .hero { display: grid; grid-template-columns: 1fr; align-items: end; padding: 250px 16px 16px; min-height: 620px; gap: 12px; background-image: linear-gradient(180deg, rgba(9, 35, 54, .04) 0%, rgba(9, 35, 54, .18) 38%, rgba(9, 35, 54, .92) 62%), url("./hero-assets/mulebuy-hero-main-airplane-cockpit-bg.png"); background-size: cover; background-position: right top; }
  .hero-copy, .search-card { width: 100%; max-width: 330px; 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 { padding: 6px; }
  .search-card input { min-width: 0; font-size: 14px; padding: 12px 9px; }
  .search-card button { padding: 0 12px; }
  .section-block { padding: 34px 0; }
  .section-intro h2 { font-size: 30px; }
  .category-grid { grid-template-columns: minmax(0, 1fr); }
  .category-card { grid-template-columns: 34px 92px minmax(0, 1fr); gap: 10px; padding: 14px; }
  .ticket-action { grid-column: 2 / 4; justify-self: start; }
  .ticket-info strong { font-size: 18px; }
  .agents-slider { padding: 4px 30px; }
  .agent-card { flex: 0 0 min(304px, 100%); max-width: 304px; grid-template-columns: 82px minmax(0, 1fr); gap: 10px; padding: 12px; }
  .agent-logo { padding: 10px; }
  .agent-logo img { max-height: 58px; }
  .agent-copy strong { font-size: 19px; }
  .agent-copy span:last-child { font-size: 13px; }
  .agent-button { width: 100%; text-align: center; padding: 9px 12px; }
  .agent-arrow { width: 26px; height: 42px; font-size: 22px; }
  .guide-steps, .blog-grid, .footer-grid, .blog-grid-page { grid-template-columns: minmax(0, 1fr); }
  .blog-grid { gap: 12px; }
  .site-footer { padding: 28px 18px 18px; }
  .article-page { padding: 22px; }
}
