* { 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", Arial, sans-serif;
  color: #102b34;
  background: #eef6f7;
}
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 46px;
  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;
  background: #083843;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(4, 38, 48, 0.18);
}
.brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.brand {
  color: #f8ffff;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0;
  padding: 8px 8px;
}
.sheet-btn,
.search-card button,
.agent-info strong {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a2b, #8a4ff4);
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(138, 79, 244, 0.24);
}
.sheet-btn {
  padding: 10px 14px;
  font-size: 13px;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
}
.nav-links a {
  min-width: 0;
  padding: 9px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,0.86);
  font-size: 13px;
  font-weight: 750;
  background: rgba(255,255,255,0.08);
}
.nav-links a.active,
.nav-links a:hover {
  background: rgba(255, 138, 43, 0.95);
  color: #fff;
}
.hero {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  min-height: 520px;
  margin-top: 16px;
  padding: 54px 56px;
  gap: 24px;
  border-radius: 32px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(4, 42, 51, 0.92) 0%, rgba(4, 42, 51, 0.7) 45%, rgba(4, 42, 51, 0.08) 72%),
    url("./hero-assets/mulebuy-hero-main-airplane-cockpit-bg.png");
  background-size: cover;
  background-position: center right;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14), 0 24px 60px rgba(8, 56, 67, 0.22);
}
.hero-copy {
  width: 100%;
  max-width: 820px;
  min-width: 0;
  align-self: center;
  color: #fff;
  overflow: hidden;
}
.hero-visual {
  min-width: 0;
  min-height: 360px;
}
.eyebrow {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.14);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.eyebrow.dark {
  color: #0c404d;
  background: #d6eff1;
}
h1 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(48px, 5vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.hero-text {
  width: min(680px, 100%);
  margin: 16px 0 22px;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(255,255,255,0.88);
}
.search-card {
  width: min(680px, 100%);
  max-width: 100%;
  min-width: 0;
  display: flex;
  gap: 8px;
  padding: 8px;
  background: rgba(255,255,255,0.96);
  border-radius: 999px;
  box-shadow: 0 20px 44px rgba(5, 28, 34, 0.28);
  overflow: hidden;
}
.search-card input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 14px;
  font-size: 16px;
  background: transparent;
  color: #12333b;
}
.search-card button {
  flex: 0 0 auto;
  padding: 14px 22px;
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.content-band {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 58px 24px 0;
}
.intro-band { padding-top: 42px; }
.section-intro {
  width: min(1180px, 100%);
  max-width: 100%;
  min-width: 0;
  margin: 0 auto 24px;
}
.section-intro.compact { margin-bottom: 0; }
.section-intro h1,
.section-intro h2 {
  margin: 0;
  color: #092f3a;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}
.section-intro p:not(.eyebrow) {
  max-width: 780px;
  margin: 12px 0 0;
  color: #4a6870;
  line-height: 1.6;
  font-size: 16px;
}
.category-grid {
  width: min(1280px, 100%);
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
}
.category-card {
  min-width: 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: 56px minmax(86px, 0.7fr) minmax(0, 1.2fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px;
  min-height: 142px;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  color: #0e313a;
  background:
    radial-gradient(circle at 0% 50%, transparent 0 13px, #fff 14px),
    linear-gradient(90deg, #fff 0%, #fff7eb 48%, #f2f7ff 100%);
  box-shadow: 0 16px 36px rgba(9, 47, 58, 0.1);
}
.category-card::after {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 66px;
  border-left: 1px dashed rgba(10, 64, 76, 0.25);
}
.ticket-no {
  position: relative;
  z-index: 1;
  font-weight: 900;
  color: #8a4ff4;
}
.category-image {
  min-width: 0;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: #e9f4f5;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category-copy {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.category-copy h3 {
  margin: 0 0 5px;
  font-size: 19px;
  line-height: 1.12;
  text-transform: capitalize;
}
.category-copy p {
  margin: 0;
  color: #557078;
  font-size: 13px;
  line-height: 1.35;
}
.arrow {
  min-width: 0;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 999px;
  background: #083843;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
}
.category-card:hover,
.agent-card:hover,
.blog-card:hover {
  transform: translateY(-2px);
}
.agents-slider {
  width: min(1280px, 100%);
  max-width: 100%;
  min-width: 0;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 44px;
}
.agents-track {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding: 4px 0 12px;
}
.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(132px, 0.85fr) minmax(0, 1.15fr);
  gap: 12px;
  padding: 14px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(9, 47, 58, 0.1);
}
.agent-logo {
  min-width: 0;
  max-width: 100%;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(145deg, #e7f6f7, #fff1df);
}
.agent-logo img {
  width: 100%;
  max-height: 118px;
  object-fit: contain;
}
.agent-info {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-wrap: anywhere;
}
.agent-info span {
  color: #8a4ff4;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.agent-info h3 {
  margin: 6px 0;
  font-size: 24px;
  line-height: 1.1;
}
.agent-info p {
  margin: 0 0 12px;
  color: #557078;
  font-size: 13px;
  line-height: 1.4;
}
.agent-info strong {
  width: fit-content;
  max-width: 100%;
  padding: 10px 16px;
  font-size: 13px;
}
.agent-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #083843;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transform: translateY(-50%);
}
.agent-arrow-prev { left: 2px; }
.agent-arrow-next { right: 2px; }
.guide-grid,
.blog-grid {
  width: min(1180px, 100%);
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
}
.guide-grid article,
.blog-card {
  min-width: 0;
  max-width: 100%;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(9, 47, 58, 0.08);
  overflow-wrap: anywhere;
}
.guide-grid h3,
.blog-card h3,
.blog-card h2 {
  margin: 0 0 10px;
  color: #092f3a;
  font-size: 21px;
  line-height: 1.16;
}
.guide-grid p,
.blog-card p {
  margin: 0;
  color: #557078;
  line-height: 1.5;
}
.blog-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #8a4ff4;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}
.text-link {
  display: inline-flex;
  margin-top: 14px;
  font-weight: 900;
  color: #0c6a78;
}
.site-footer {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 58px;
  padding: 34px 24px 22px;
  border-radius: 28px;
  background: #083843;
  color: rgba(255,255,255,0.8);
}
.footer-grid {
  width: min(1180px, 100%);
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 22px;
  margin: 0 auto;
}
.footer-brand {
  display: inline-flex;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.site-footer h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 14px;
}
.site-footer a {
  display: block;
  min-width: 0;
  margin: 8px 0;
  overflow-wrap: anywhere;
}
.site-footer p {
  margin: 0;
  line-height: 1.55;
}
.copyright {
  width: min(1180px, 100%);
  margin: 24px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-size: 13px;
}
.inner-page .site-header { margin-bottom: 28px; }
.article-shell {
  width: min(1120px, 100%);
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
}
.blog-home { margin-top: 34px; }
.article-body {
  min-width: 0;
  max-width: 860px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(9, 47, 58, 0.08);
  overflow-wrap: anywhere;
}
.article-body h1 {
  color: #092f3a;
  font-size: clamp(34px, 4vw, 58px);
}
.article-body h2 {
  margin: 30px 0 10px;
  color: #092f3a;
  font-size: 26px;
  line-height: 1.15;
}
.article-body p {
  color: #425f66;
  font-size: 16px;
  line-height: 1.75;
}
.article-body .lede {
  font-size: 18px;
  color: #2c515a;
}
.article-body a {
  color: #0c6a78;
  font-weight: 800;
}
@media (max-width: 1180px) {
  .site-header {
    align-items: stretch;
    flex-direction: column;
  }
  .nav-links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .category-grid,
  .guide-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; }
  .brand-row {
    width: 100%;
    justify-content: space-between;
  }
  .brand { 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;
    padding: 9px 7px;
    font-size: 12px;
    overflow-wrap: anywhere;
  }
  .hero {
    display: grid;
    grid-template-columns: 1fr;
    padding: 16px;
    min-height: 0;
    gap: 12px;
    background-size: cover;
    background-position: center right;
    border-radius: 24px;
  }
  .hero-copy, .search-card { width: 100%; max-width: 320px; overflow: hidden; }
  .hero-text { margin: 12px 0 14px; font-size: 14px; line-height: 1.32; }
  .hero-visual { min-height: 210px; }
  h1 { max-width: 100%; font-size: 31px; line-height: 1.02; overflow-wrap: anywhere; }
  .search-card {
    border-radius: 20px;
    padding: 6px;
  }
  .search-card input { min-width: 0; font-size: 14px; padding: 0 8px; }
  .search-card button { padding: 11px 12px; }
  .content-band {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 42px 0 0;
  }
  .section-intro,
  .category-grid,
  .guide-grid,
  .blog-grid,
  .agents-slider,
  .article-shell,
  .footer-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .section-intro h1,
  .section-intro h2 {
    font-size: 30px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }
  .category-grid,
  .guide-grid,
  .blog-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .category-card {
    grid-template-columns: 42px minmax(72px, 0.55fr) minmax(0, 1fr);
    min-height: 128px;
    gap: 10px;
    padding: 12px;
  }
  .category-card::after { left: 52px; }
  .category-copy h3 { font-size: 17px; }
  .category-copy p { font-size: 12px; }
  .arrow { display: none; }
  .agents-slider {
    padding: 0 30px;
    overflow: hidden;
  }
  .agents-track {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .agent-card {
    flex: 0 0 min(304px, 100%);
    max-width: 304px;
    min-width: 0;
    grid-template-columns: 1fr;
  }
  .agent-logo {
    padding: 14px;
    min-height: 126px;
  }
  .agent-logo img { max-height: 96px; }
  .agent-info h3 { font-size: 22px; }
  .agent-info strong { width: 100%; text-align: center; }
  .agent-arrow {
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .site-footer {
    padding: 26px 16px 20px;
    border-radius: 24px;
  }
  .article-body {
    padding: 22px 16px;
    border-radius: 22px;
  }
  .article-body h1 { font-size: 31px; }
  .article-body h2 { font-size: 22px; }
}
@media (max-width: 390px) {
  .sheet-btn { padding: 9px 10px; font-size: 12px; }
  .category-card {
    grid-template-columns: 34px minmax(64px, 0.5fr) minmax(0, 1fr);
  }
  .category-card::after { left: 44px; }
}
@media (max-width: 340px) {
  .search-card {
    flex-direction: column;
    border-radius: 18px;
  }
  .search-card input { min-height: 42px; }
  .search-card button { width: 100%; }
}
