﻿* { 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: #10333d; 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: 16px 18px 42px; overflow: hidden; }
.site-header { width: 100%; max-width: 100%; min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px; border-radius: 24px; background: #07333a; box-shadow: 0 18px 40px rgba(4, 36, 42, .18); }
.brand-row { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand { color: #f4fbf7; font-size: 24px; font-weight: 900; letter-spacing: 0; padding: 8px 12px; }
.spreadsheet-pill, .nav-links a, .search-card button, .category-action, .agent-button { min-width: 0; border-radius: 999px; font-weight: 800; white-space: nowrap; }
.spreadsheet-pill { background: linear-gradient(135deg, #ff8a2d, #9068ff); color: white; padding: 10px 15px; box-shadow: 0 10px 24px rgba(255, 138, 45, .24); }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 6px; min-width: 0; max-width: 100%; }
.nav-links a { color: #e7f8f4; font-size: 14px; padding: 10px 12px; background: rgba(255,255,255,.08); }
.nav-links a.is-active, .nav-links a:hover { background: rgba(255, 138, 45, .9); color: white; }
.hero { width: 100%; max-width: 100%; min-width: 0; min-height: 520px; display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); align-items: center; margin-top: 14px; padding: 48px; border-radius: 28px; overflow: hidden; background-image: linear-gradient(90deg, rgba(6,42,50,.92) 0%, rgba(6,42,50,.74) 42%, rgba(6,42,50,.16) 67%), url("hero-assets/mulebuy-hero-main-airplane-cockpit-bg.png"); background-size: cover; background-position: center right; color: white; }
.hero-copy { width: 100%; max-width: 760px; min-width: 0; }
.eyebrow { display: inline-flex; width: fit-content; max-width: 100%; padding: 7px 11px; border-radius: 999px; background: rgba(255,138,45,.14); color: #ff8a2d; font-size: 12px; font-weight: 900; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 100%; margin: 14px 0 0; font-size: clamp(42px, 5vw, 76px); line-height: 1.02; letter-spacing: 0; }
.hero-text { max-width: 650px; margin: 18px 0 22px; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.45; }
.search-card { width: min(640px, 100%); max-width: 100%; min-width: 0; display: flex; gap: 8px; padding: 8px; border-radius: 999px; background: rgba(255,255,255,.96); box-shadow: 0 16px 34px rgba(0,0,0,.18); }
.search-card input { flex: 1 1 auto; min-width: 0; border: 0; outline: 0; padding: 0 16px; font-size: 16px; background: transparent; color: #11333d; }
.search-card button { border: 0; padding: 14px 20px; background: linear-gradient(135deg, #ff8a2d, #9068ff); color: white; cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.section { width: 100%; max-width: 100%; min-width: 0; padding: 54px 10px 0; }
.section-intro { width: min(1120px, 100%); max-width: 100%; min-width: 0; margin: 0 auto 22px; }
.section-intro h2 { margin: 12px 0 8px; font-size: clamp(28px, 3vw, 46px); line-height: 1.08; letter-spacing: 0; color: #0b3038; }
.section-intro p { max-width: 760px; margin: 0; color: #557079; line-height: 1.65; }
.categories-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: 14px; }
.category-card { min-width: 0; max-width: 100%; min-height: 176px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(110px, .75fr); gap: 12px; align-items: stretch; padding: 14px; border-radius: 8px; background: linear-gradient(135deg, #0b3841 0 45%, #f8faf4 45% 100%); box-shadow: 0 14px 34px rgba(8, 50, 59, .12); overflow: hidden; }
.category-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; gap: 8px; color: white; }
.category-copy strong { font-size: 22px; text-transform: capitalize; line-height: 1.05; }
.category-copy span:last-child { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.35; }
.category-number { width: fit-content; padding: 5px 8px; border-radius: 999px; background: rgba(255,138,45,.92); font-size: 12px; font-weight: 900; }
.category-image { min-width: 0; max-width: 100%; display: grid; place-items: center; border-radius: 8px; background: #eef4ef; overflow: hidden; }
.category-image img { width: 100%; height: 140px; object-fit: contain; }
.category-action { grid-column: 1 / -1; width: fit-content; padding: 8px 13px; background: #ff8a2d; color: white; font-size: 13px; }
.brands-section, .guide-section { width: min(1280px, 100%); margin: 0 auto; }
.agents-slider { position: relative; width: min(1280px, 100%); max-width: 100%; min-width: 0; margin: 0 auto; overflow: hidden; padding: 0 44px; }
.agents-track { display: flex; gap: 14px; max-width: 100%; min-width: 0; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: thin; padding: 4px 0 16px; }
.agent-card { flex: 0 0 clamp(390px, 34vw, 470px); max-width: 470px; min-width: 0; scroll-snap-align: start; display: grid; grid-template-columns: 120px minmax(0, 1fr); grid-template-areas: "logo copy" "logo button"; gap: 12px 16px; align-items: center; padding: 16px; border-radius: 8px; background: #fffaf1; border: 1px dashed rgba(11,48,56,.18); box-shadow: 0 14px 32px rgba(8,50,59,.10); }
.agent-logo { grid-area: logo; min-width: 0; display: grid; place-items: center; min-height: 116px; border-radius: 8px; background: white; border-left: 8px solid #ff8a2d; }
.agent-logo img { max-height: 72px; object-fit: contain; }
.agent-copy { grid-area: copy; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.agent-copy strong { font-size: 25px; color: #0b3038; }
.agent-copy span:last-child { color: #5d7077; font-size: 14px; line-height: 1.4; }
.agent-kicker { color: #9068ff; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.agent-button { grid-area: button; justify-self: start; max-width: 100%; padding: 10px 16px; background: #0b3841; color: white; }
.agent-arrow { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); width: 36px; height: 36px; border: 0; border-radius: 999px; background: #0b3841; color: white; font-size: 24px; cursor: pointer; }
.agent-arrow-prev { left: 0; }
.agent-arrow-next { right: 0; }
.guide-steps, .blog-grid, .faq-list { width: min(1120px, 100%); max-width: 100%; min-width: 0; margin: 0 auto; }
.guide-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.guide-steps article, .blog-card, .faq-list details { min-width: 0; border-radius: 8px; padding: 20px; background: rgba(255,255,255,.78); box-shadow: 0 12px 26px rgba(8,50,59,.08); }
.guide-steps span, .blog-card span { color: #ff8a2d; font-weight: 900; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.blog-card h3, .blog-card h2 { margin: 10px 0 8px; font-size: 21px; line-height: 1.18; }
.blog-card p, .guide-steps p, .faq-list p { color: #5c7178; line-height: 1.55; }
.faq-list { display: grid; gap: 10px; }
.faq-list summary { font-weight: 900; cursor: pointer; }
.site-footer { width: 100%; max-width: 100%; min-width: 0; margin-top: 54px; padding: 30px; border-radius: 24px; background: #07333a; color: rgba(255,255,255,.82); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); gap: 24px; min-width: 0; }
.footer-brand { display: inline-block; margin-bottom: 10px; color: white; font-size: 26px; font-weight: 900; }
.site-footer h2 { margin: 0 0 12px; color: white; font-size: 15px; }
.site-footer a { display: block; margin: 8px 0; color: rgba(255,255,255,.82); }
.copyright { margin: 26px 0 0; color: rgba(255,255,255,.62); }
.simple-page .site-header { margin-bottom: 20px; }
.article-shell { width: min(980px, 100%); max-width: 100%; min-width: 0; margin: 0 auto; }
.article-intro { margin-top: 38px; }
.article-intro h1 { color: #0b3038; font-size: clamp(38px, 5vw, 62px); }
.article-content { min-width: 0; padding: 26px; border-radius: 8px; background: rgba(255,255,255,.86); box-shadow: 0 14px 32px rgba(8,50,59,.08); }
.article-content h2 { margin-top: 28px; color: #0b3038; }
.article-content p { color: #415e66; line-height: 1.8; }
.article-content a { color: #7a55ed; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.blog-index-grid { margin-top: 20px; }
@media (max-width: 1024px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .nav-links { width: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .hero { grid-template-columns: 1fr; min-height: 470px; }
  .categories-grid, .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid, .guide-steps { 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; }
  .brand-row { width: 100%; justify-content: space-between; }
  .brand { font-size: 22px; padding-left: 6px; }
  .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; font-size: 13px; padding: 9px 8px; }
  .hero { display: grid; grid-template-columns: 1fr; padding: 16px; min-height: 0; gap: 12px; background-size: cover; background-position: center right; border-radius: 18px; }
  .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; font-size: 14px; padding: 0 8px; }
  .search-card button { padding: 12px 14px; }
  .section { padding: 38px 0 0; }
  .categories-grid { grid-template-columns: minmax(0, 1fr); }
  .category-card { grid-template-columns: minmax(0, 1fr); }
  .category-image img { height: 160px; object-fit: contain; }
  .agents-slider { padding: 0 34px; }
  .agent-card { flex: 0 0 min(304px, 100%); max-width: 304px; grid-template-columns: minmax(0,1fr); grid-template-areas: "logo" "copy" "button"; }
  .agent-arrow { width: 28px; height: 28px; font-size: 20px; }
  .blog-grid, .guide-steps, .footer-grid { grid-template-columns: minmax(0,1fr); }
  .site-footer { padding: 22px; border-radius: 18px; }
  .article-content { padding: 18px; }
}
