* { 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: #143236; 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 54px; overflow: hidden; }
.site-header { width: 100%; max-width: 100%; min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 12px; border-radius: 28px; background: #073f46; box-shadow: 0 18px 44px rgba(4, 31, 34, .22); position: relative; z-index: 5; }
.brand-row { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-name { color: #f8fffb; font-size: clamp(22px, 2.2vw, 34px); font-weight: 900; letter-spacing: 0; }
.header-cta { color: #182328; background: linear-gradient(135deg, #ffbf45, #d98bff); border-radius: 999px; padding: 10px 14px; font-weight: 800; white-space: nowrap; box-shadow: inset 0 1px 0 rgba(255,255,255,.55); }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 6px; min-width: 0; max-width: 100%; }
.nav-links a { color: #e8fffb; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.08); padding: 9px 12px; border-radius: 999px; font-size: 14px; font-weight: 700; min-width: 0; }
.nav-links a.active, .nav-links a:hover { background: rgba(255, 191, 69, .92); color: #123038; }
.hero { width: 100%; max-width: 100%; min-width: 0; display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 18px; margin-top: 16px; min-height: 520px; padding: 52px; border-radius: 30px; background-image: linear-gradient(90deg, rgba(4, 38, 44, .84) 0%, rgba(4, 38, 44, .62) 48%, rgba(4, 38, 44, .08) 78%), url("./hero-assets/mulebuy-hero-main-airplane-cockpit-bg.png"); background-size: cover; background-position: center right; box-shadow: 0 26px 80px rgba(7, 63, 70, .24); overflow: hidden; }
.hero-copy { width: 100%; max-width: 850px; min-width: 0; align-self: center; color: #f7fffb; }
.eyebrow, .section-intro span { display: inline-flex; width: fit-content; max-width: 100%; border-radius: 999px; background: rgba(255,191,69,.18); color: #ffcb66; border: 1px solid rgba(255,191,69,.32); padding: 7px 11px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
h1 { max-width: 100%; margin: 16px 0 12px; font-size: clamp(44px, 5.1vw, 82px); line-height: 1.01; letter-spacing: 0; overflow-wrap: anywhere; }
.hero-text { width: min(690px, 100%); margin: 0 0 22px; color: rgba(247,255,251,.86); font-size: 18px; line-height: 1.46; }
.search-card { display: flex; width: min(680px, 100%); max-width: 100%; min-width: 0; gap: 8px; padding: 8px; border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 18px 48px rgba(0,0,0,.2); }
.search-card input { flex: 1 1 auto; min-width: 0; border: 0; background: transparent; padding: 14px 12px; font-size: 16px; color: #143236; outline: none; }
.search-card button, .agent-register { border: 0; border-radius: 16px; background: #ffb433; color: #172e34; font-weight: 900; padding: 13px 18px; cursor: pointer; white-space: nowrap; }
.hero-visual { min-width: 0; }
.categories-section, .agents-section, .blog-section, .guide-section, .faq-section, .brands-strip { width: 100%; max-width: 100%; min-width: 0; padding: 44px 0 0; }
.section-intro { width: min(1120px, 100%); max-width: 100%; min-width: 0; margin: 0 auto 20px; padding: 0 4px; color: #143236; }
.section-intro.compact { margin-bottom: 0; padding: 22px; border-left: 4px solid #ffb433; background: rgba(255,255,255,.56); border-radius: 8px; }
.section-intro h2 { margin: 12px 0 8px; font-size: clamp(28px, 3vw, 46px); line-height: 1.06; letter-spacing: 0; }
.section-intro p { margin: 0; color: #4b6267; font-size: 16px; line-height: 1.55; }
.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%; overflow: hidden; position: relative; display: grid; grid-template-columns: 54px minmax(86px, 118px) minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 138px; padding: 16px; border-radius: 8px; background: #fffdf6; border: 1px dashed rgba(7,63,70,.2); box-shadow: 0 14px 36px rgba(9,53,58,.08); transition: transform .18s ease, box-shadow .18s ease; }
.category-card::before { content: ""; position: absolute; left: 64px; top: 0; bottom: 0; border-left: 1px dashed rgba(7,63,70,.22); }
.category-card:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(9,53,58,.12); }
.ticket-num { font-size: 22px; font-weight: 950; color: #073f46; }
.ticket-media { min-width: 0; max-width: 100%; aspect-ratio: 1; border-radius: 8px; background: #e9f5ef; display: grid; place-items: center; padding: 8px; }
.ticket-media img { width: 100%; height: 100%; object-fit: contain; }
.ticket-copy { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.ticket-copy strong { display: block; font-size: 18px; color: #143236; text-transform: capitalize; }
.ticket-copy em { display: block; margin-top: 4px; color: #65787c; font-style: normal; font-size: 13px; line-height: 1.35; }
.ticket-action { justify-self: end; border-radius: 999px; background: #073f46; color: #f8fffb; padding: 10px 12px; font-size: 13px; font-weight: 900; }
.agents-section { background: linear-gradient(180deg, rgba(255,255,255,.36), rgba(7,63,70,.06)); border-radius: 8px; }
.agents-slider { width: min(1280px, 100%); max-width: 100%; min-width: 0; margin: 0 auto; position: relative; overflow: hidden; padding: 0 38px; }
.agents-track { display: flex; gap: 14px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 8px 0 18px; scrollbar-width: thin; }
.agent-card { flex: 0 0 clamp(390px, 34vw, 470px); min-width: 0; max-width: 100%; scroll-snap-align: start; display: grid; grid-template-columns: minmax(96px, 140px) minmax(0, 1fr); grid-template-rows: 1fr auto; gap: 12px; padding: 14px; border-radius: 8px; background: linear-gradient(135deg, #fdfdf9, #e9f5ef); border: 1px solid rgba(7,63,70,.14); box-shadow: 0 16px 42px rgba(9,53,58,.1); }
.agent-logo { grid-row: 1 / 3; min-width: 0; background: #fff; border-radius: 8px; display: grid; place-items: center; padding: 14px; }
.agent-logo img { width: 100%; height: 92px; object-fit: contain; }
.agent-info { min-width: 0; max-width: 100%; overflow-wrap: anywhere; align-self: end; }
.agent-info strong { display: block; color: #143236; font-size: 24px; }
.agent-info em { display: block; color: #607276; font-style: normal; line-height: 1.4; margin-top: 5px; }
.agent-register { display: inline-flex; width: fit-content; max-width: 100%; align-items: center; justify-content: center; }
.agent-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 34px; height: 54px; border: 0; border-radius: 999px; background: #073f46; color: white; font-size: 30px; cursor: pointer; box-shadow: 0 12px 28px rgba(7,63,70,.22); }
.agent-arrow-prev { left: 0; }
.agent-arrow-next { right: 0; }
.blog-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; }
.blog-card { min-width: 0; border-radius: 8px; background: #ffffff; border: 1px solid rgba(7,63,70,.11); padding: 18px; box-shadow: 0 12px 28px rgba(9,53,58,.07); }
.blog-card span, .article-tag { color: #9a5d00; font-weight: 900; font-size: 12px; text-transform: uppercase; }
.blog-card h3 { margin: 8px 0; color: #143236; line-height: 1.2; overflow-wrap: anywhere; }
.blog-card p { margin: 0; color: #607276; line-height: 1.5; }
.article-page { width: min(920px, 100%); margin: 0 auto; padding: 32px 18px 54px; }
.article-header { margin-bottom: 22px; }
.article-header h1 { color: #143236; font-size: clamp(34px, 5vw, 58px); }
.article-header p, .article-body p, .article-body li { color: #50676b; line-height: 1.72; font-size: 17px; }
.article-body h2 { color: #143236; margin-top: 28px; }
.article-body a { color: #075e68; font-weight: 800; text-decoration: underline; }
.site-footer { max-width: 100%; overflow: hidden; background: #073f46; color: #e9fffb; padding: 36px 18px 18px; }
.footer-grid { width: min(1280px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr)); gap: 20px; }
.footer-grid > * { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.footer-logo { font-size: 28px; font-weight: 950; }
.footer-grid h2 { font-size: 14px; color: #ffcb66; margin: 0 0 10px; }
.footer-grid p { color: rgba(233,255,251,.78); line-height: 1.55; }
.footer-grid a { display: block; margin: 8px 0; color: #e9fffb; }
.footer-bottom { width: min(1280px, 100%); margin: 22px auto 0; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(233,255,251,.72); }
@media (max-width: 1100px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .nav-links { width: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .categories-grid, .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { grid-template-columns: 1fr; background-position: center right; }
}
@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; }
  .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 7px; 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 input { min-width: 0; padding: 12px 8px; font-size: 14px; }
  .search-card button { padding: 11px 10px; }
  .categories-section, .agents-section, .blog-section, .guide-section, .faq-section, .brands-strip { padding-top: 34px; }
  .section-intro, .categories-grid, .agents-slider, .blog-grid { width: 100%; max-width: 100%; min-width: 0; }
  .categories-grid, .blog-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .category-card { grid-template-columns: 38px minmax(66px, 84px) minmax(0, 1fr); gap: 9px; padding: 12px; min-height: 118px; }
  .category-card::before { left: 48px; }
  .ticket-action { grid-column: 2 / 4; justify-self: stretch; text-align: center; }
  .agents-slider { padding: 0 28px; overflow: hidden; }
  .agents-track { gap: 12px; }
  .agent-card { flex: 0 0 min(304px, 100%); max-width: 304px; min-width: 0; grid-template-columns: 86px minmax(0, 1fr); padding: 12px; }
  .agent-logo img { height: 70px; }
  .agent-info strong { font-size: 19px; overflow-wrap: anywhere; }
  .agent-info em { font-size: 13px; }
  .agent-register { width: 100%; padding: 11px 12px; }
  .agent-arrow { width: 24px; height: 42px; font-size: 22px; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .article-page { padding: 24px 14px 42px; }
}
@media (max-width: 390px) {
  .header-cta { padding: 9px 10px; font-size: 13px; }
  .brand-name { font-size: 24px; }
  .hero-copy, .search-card { max-width: 100%; }
}