:root {
  --ink: #111827;
  --muted: #5f6878;
  --line: #e6e9ef;
  --paper: #ffffff;
  --soft: #f7f8fb;
  --red: #dc1f2e;
  --red-dark: #a91320;
  --charcoal: #171923;
  --radius: 28px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px clamp(20px, 4vw, 64px); background: rgba(255,255,255,.86); border-bottom: 1px solid rgba(230,233,239,.8); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-icon { width: 34px; height: 42px; object-fit: contain; }
.brand-wordmark { width: 190px; height: auto; }
.footer-logo .brand-icon { width: 30px; height: 37px; }
.footer-logo .brand-wordmark { width: 170px; }
nav { display: flex; gap: 24px; color: var(--muted); font-size: 15px; }
nav a:hover, .footer-links a:hover { color: var(--red); }
.nav-cta { padding: 10px 18px; border-radius: 999px; color: #fff; background: var(--ink); font-weight: 700; }
.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; gap: clamp(30px, 5vw, 90px); padding: 76px clamp(20px, 5vw, 84px) 92px; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(220,31,46,.22), transparent 35%), linear-gradient(135deg, #fff 0%, #f7f8fb 55%, #fff 100%); }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .18em; color: var(--red); font-size: clamp(16px, 2vw, 20px); font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(52px, 7vw, 104px); line-height: .92; letter-spacing: -.07em; margin-bottom: 28px; }
h2 { font-size: clamp(34px, 4.5vw, 64px); line-height: 1; letter-spacing: -.05em; margin-bottom: 20px; }
h3 { font-size: 22px; line-height: 1.18; letter-spacing: -.02em; margin-bottom: 14px; }
.lead { color: var(--muted); font-size: clamp(20px, 2vw, 27px); line-height: 1.45; max-width: 660px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.primary { background: var(--red); color: #fff; box-shadow: 0 16px 30px rgba(220,31,46,.22); }
.primary:hover { background: var(--red-dark); }
.secondary { background: #fff; border-color: var(--line); color: var(--ink); }
.secondary:hover { border-color: var(--red); color: var(--red); }
.light { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.35); }
.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; border-radius: 44px; background: linear-gradient(160deg, #191b25, #090a0f); box-shadow: 0 36px 80px rgba(17,24,39,.18); isolation: isolate; }
.hero-visual img { max-height: 610px; object-fit: contain; filter: drop-shadow(0 30px 40px rgba(0,0,0,.45)); }
.glow { position: absolute; width: 390px; aspect-ratio: 1; border-radius: 50%; background: rgba(220,31,46,.42); filter: blur(70px); z-index: -1; }
.section { padding: 92px clamp(20px, 5vw, 84px); }
.section-heading { max-width: 780px; margin-bottom: 34px; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card, .product-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 18px 46px rgba(17,24,39,.06); }
.step-card { min-height: 380px; position: relative; }
.step-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #fff1f2; color: var(--red); font-weight: 900; margin-bottom: 22px; }
.step-card img { height: 82px; width: auto; margin: 0 0 22px auto; object-fit: contain; }
.card p, .product-card p, .markets p, .newsletter p, footer { color: var(--muted); line-height: 1.62; }
.markets { display: grid; grid-template-columns: .8fr 1.2fr; gap: 38px; align-items: center; background: var(--charcoal); color: #fff; }
.markets p { color: #d5d9e4; font-size: 19px; }
.market-image { border-radius: 34px; overflow: hidden; background: #fff; padding: 12px; box-shadow: 0 34px 70px rgba(0,0,0,.22); }
.product-grid { display: grid; grid-template-columns: 1.25fr repeat(2, .75fr); gap: 20px; align-items: stretch; }
.product-card { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; }
.product-card.featured { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 28px; align-items: center; background: linear-gradient(145deg, #fff, #f9fafc); }
.product-station { display: grid; place-items: center; height: 290px; border-radius: 22px; background: #f2f4f8; }
.product-station img { max-height: 270px; object-fit: contain; }
.product-kicker { color: var(--red) !important; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.stock, .price { font-weight: 900; color: var(--ink) !important; }
.stock { display: inline-flex; width: fit-content; padding: 8px 12px; border-radius: 999px; background: #f1f3f7; }
.product-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 20px; color: var(--red); background: #fff1f2; font-size: 34px; font-weight: 900; }
.newsletter { margin: 20px clamp(20px, 5vw, 84px) 90px; padding: clamp(28px, 5vw, 54px); border-radius: 36px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; background: var(--soft); border: 1px solid var(--line); }
form { display: grid; gap: 14px; }
label { display: grid; gap: 8px; color: var(--ink); font-weight: 700; }
label span { color: var(--red); }
input[type="email"] { min-height: 54px; border: 1px solid var(--line); border-radius: 16px; padding: 0 16px; font: inherit; background: #fff; }
.checkbox { display: flex; align-items: center; gap: 10px; color: var(--muted); font-weight: 600; }
.checkbox input { width: 18px; height: 18px; accent-color: var(--red); }
form .button { border: 0; width: fit-content; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px clamp(20px, 5vw, 84px); border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand p { margin: 0; }
.footer-copy { display: flex; flex-direction: column; gap: 3px; }
.managed-by { font-size: 10px; line-height: 1.2; opacity: .55; letter-spacing: .01em; }
.footer-links { display: flex; gap: 18px; }
@media (max-width: 980px) { nav { display: none; } .hero, .markets, .newsletter { grid-template-columns: 1fr; } .hero { padding-top: 48px; } .steps { grid-template-columns: repeat(2, 1fr); } .product-grid { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .site-header { padding: 14px 18px; } .nav-cta { display: none; } .hero { min-height: auto; padding: 42px 18px 60px; } .hero-visual { min-height: 460px; border-radius: 30px; } .hero-visual img { max-height: 440px; } .section { padding: 64px 18px; } .steps { grid-template-columns: 1fr; } .product-card.featured { grid-template-columns: 1fr; } .newsletter { margin: 0 18px 64px; } footer, .footer-brand, .footer-links { flex-direction: column; align-items: flex-start; } }
.section-intro { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 680px; }
.cart-embed { border: 1px solid var(--line); border-radius: 32px; overflow: hidden; background: #fff; box-shadow: 0 24px 70px rgba(17,24,39,.10); }
.cart-embed iframe { display: block; width: 100%; height: min(1100px, 82vh); min-height: 760px; border: 0; background: #fff; }
@media (max-width: 620px) { .cart-embed { border-radius: 22px; margin-inline: -6px; } .cart-embed iframe { min-height: 720px; height: 86vh; } }
.cart-callout { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 18px 46px rgba(17,24,39,.06); }
.cart-callout p { margin: 0; color: var(--muted); font-size: 18px; }
.cart-callout .button { display: inline-grid; place-items: center; min-width: 150px; height: 50px; padding: 0 24px; line-height: 1; white-space: nowrap; text-align: center; flex: 0 0 auto; }
.products-page { background: var(--soft); }
.cart-hero { padding: 64px clamp(20px, 5vw, 84px) 28px; background: linear-gradient(135deg, #fff, #f7f8fb); }
.cart-hero h1 { font-size: clamp(44px, 6vw, 82px); margin-bottom: 18px; }
.cart-frame-wrap { margin: 0 clamp(16px, 4vw, 64px) 64px; border: 1px solid var(--line); border-radius: 32px; overflow: hidden; background: #fff; box-shadow: 0 24px 70px rgba(17,24,39,.10); }
.cart-frame-wrap iframe { display: block; width: 100%; height: calc(100vh - 220px); min-height: 820px; border: 0; background: #fff; }
@media (max-width: 620px) { .cart-callout { flex-direction: column; align-items: flex-start; } .cart-callout .button { min-width: 150px; height: 50px; } .cart-frame-wrap { margin-inline: 8px; border-radius: 20px; } .cart-frame-wrap iframe { height: 86vh; min-height: 720px; } }
/* Header logo correction: use the high-resolution transparent wordmark without stretching. */
.brand { display: inline-flex; align-items: center; min-width: 210px; }
.brand img { width: 210px; max-width: 42vw; height: auto; max-height: 42px; object-fit: contain; object-position: left center; }
.footer-brand img { width: 180px; height: auto; max-height: 38px; object-fit: contain; }
@media (max-width: 620px) { .brand { min-width: 0; } .brand img { width: 176px; max-height: 36px; } }

.returns-section { background: linear-gradient(180deg, #fff 0%, var(--soft) 100%); }
.return-calculator { max-width: 1040px; margin: 0 auto; padding: clamp(24px, 5vw, 42px); border: 1px solid var(--line); border-radius: 32px; background: #fff; box-shadow: 0 24px 70px rgba(17,24,39,.10); }
.return-calculator h3 { text-align: center; font-size: clamp(26px, 3vw, 38px); margin-bottom: 28px; }
.calculator-fields { display: grid; grid-template-columns: max-content max-content max-content; justify-content: center; gap: 18px; align-items: end; }
.calculator-fields label { font-size: 15px; line-height: 1.35; }
.calculator-fields input, .calculator-fields select { width: 100%; min-height: 54px; margin-top: 8px; border: 1px solid var(--line); border-radius: 16px; padding: 0 16px; font: inherit; background: var(--soft); color: var(--ink); }
.calculator-fields .credits-field { width: 165px; }
.calculator-fields .booths-field { width: 185px; }
.calculator-fields .ownership-field { width: max-content; min-width: 150px; }
.calculator-fields .ownership-field select { width: auto; min-width: 150px; padding-right: 34px; }
.calculator-fields select { appearance: auto; }
.calculator-fields input:focus, .calculator-fields select:focus { outline: 3px solid rgba(220,31,46,.16); border-color: var(--red); background: #fff; }
.calculator-action { display: flex; justify-content: center; margin-top: 24px; }
.calculator-results { width: fit-content; margin: 24px auto 0; padding: 22px 22px 22px 0; border-radius: 22px; background: transparent; border: 0; }
.calculator-results p { margin: 0 0 10px; color: var(--muted); font-size: 18px; line-height: 1.45; }
.calculator-results p:last-child { margin-bottom: 0; }
.calculator-results strong { color: var(--ink); }
.calculator-error { color: var(--red) !important; font-weight: 800; }
@media (max-width: 620px) { .calculator-fields { grid-template-columns: 1fr; justify-content: stretch; } .calculator-fields .credits-field, .calculator-fields .booths-field, .calculator-fields .ownership-field { width: 100%; min-width: 0; } .calculator-fields .ownership-field select { width: 100%; } .return-calculator { border-radius: 24px; } }
.legal-page { max-width: 1040px; margin: 0 auto; }
.legal-page h1 { font-size: clamp(44px, 6vw, 82px); margin-bottom: 28px; }
.legal-card { margin-bottom: 28px; padding: clamp(24px, 5vw, 48px); border: 1px solid var(--line); border-radius: 32px; background: #fff; box-shadow: 0 24px 70px rgba(17,24,39,.08); color: var(--muted); line-height: 1.72; }
.legal-card h2 { margin-top: 34px; margin-bottom: 14px; font-size: clamp(24px, 3vw, 36px); color: var(--ink); letter-spacing: -.03em; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { font-size: 17px; }
.legal-card a { color: var(--red); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.legal-card ul, .legal-card ol { padding-left: 1.4rem; }
.legal-card li { margin-bottom: 12px; }
@media (max-width: 620px) { .legal-card { border-radius: 24px; padding: 22px; } }
/* Shared header/footer normalization across all pages. */
.site-header { display: grid; grid-template-columns: minmax(220px, 1fr) auto minmax(120px, 1fr); align-items: center; }
.site-header nav { justify-self: center; }
.site-header .nav-cta { justify-self: end; }
.brand { min-width: 0; }
.brand .brand-icon { width: 34px; height: 42px; max-width: none; max-height: none; object-fit: contain; }
.brand .brand-wordmark { width: 190px; height: auto; max-width: 42vw; max-height: 42px; object-fit: contain; object-position: left center; }
footer { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 14px; }
.footer-main { display: flex; align-items: center; gap: 18px; }
.footer-logo .brand-icon { width: 30px; height: 37px; }
.footer-logo .brand-wordmark { width: 170px; max-height: 38px; }
.footer-links { justify-content: flex-start; }
@media (max-width: 980px) { .site-header { display: flex; } }
@media (max-width: 620px) { .brand .brand-icon { width: 28px; height: 34px; } .brand .brand-wordmark { width: 156px; max-height: 36px; } .footer-main { flex-direction: column; align-items: flex-start; } }
.footer-copy p { margin: 0; }
.footer-copy { gap: 0; }

.contact-page { max-width: 1080px; margin: 0 auto; }
.contact-page h1 { font-size: clamp(44px, 6vw, 82px); margin-bottom: 18px; }
.contact-form-card { border: 1px solid var(--line); border-radius: 32px; overflow: hidden; background: #fff; box-shadow: 0 24px 70px rgba(17,24,39,.10); }
.contact-form-card iframe { display: block; width: 100%; height: min(963px, 88vh); min-height: 760px; border: 0; background: #fff; }
@media (max-width: 620px) { .contact-form-card { border-radius: 22px; margin-inline: -6px; } .contact-form-card iframe { min-height: 780px; height: 90vh; } }

.contact-cta { display: flex; align-items: center; justify-content: flex-start; }
.contact-cta .button { min-width: 150px; }

.end-users-page { background: linear-gradient(135deg, #fff 0%, #f7f8fb 60%, #fff 100%); }
.end-users-hero { min-height: calc(100vh - 190px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.end-users-copy { max-width: 760px; }
.app-actions, .end-users-links { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.end-users-card { padding: clamp(28px, 5vw, 46px); border: 1px solid var(--line); border-radius: 34px; background: #fff; box-shadow: 0 24px 70px rgba(17,24,39,.10); }
.end-users-card h2 { font-size: clamp(30px, 4vw, 52px); }
.end-users-card p { color: var(--muted); font-size: 19px; line-height: 1.62; }
@media (max-width: 980px) { .end-users-hero { grid-template-columns: 1fr; } }

.store-badges { align-items: center; }
.store-badge-link { display: inline-flex; align-items: center; transition: transform .18s ease, opacity .18s ease; }
.store-badge-link:hover { transform: translateY(-2px); opacity: .9; }
.store-badge-link img { width: auto; height: 58px; object-fit: contain; }
@media (max-width: 620px) { .store-badge-link img { height: 50px; } }

.end-users-image-section { padding-top: 0; }
.end-users-image-card { max-width: 1080px; margin: 0 auto; border: 1px solid var(--line); border-radius: 34px; overflow: hidden; background: #fff; box-shadow: 0 24px 70px rgba(17,24,39,.10); }
.end-users-image-card img { width: 100%; height: auto; display: block; }
@media (max-width: 620px) { .end-users-image-card { border-radius: 22px; } }
.store-badge-link img[alt="Get it on Google Play"] { border-radius: 10px; }
/* Mobile header: keep navigation visible so End-users and Contact remain reachable. */
@media (max-width: 980px) {
  .site-header { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
  .site-header nav { display: flex; order: 3; width: 100%; justify-content: flex-start; gap: 18px; overflow-x: auto; padding: 2px 0 4px; scrollbar-width: none; }
  .site-header nav::-webkit-scrollbar { display: none; }
  .site-header nav a { flex: 0 0 auto; }
  .site-header .nav-cta { margin-left: auto; }
}
@media (max-width: 620px) {
  .site-header .nav-cta { display: inline-flex; padding: 8px 14px; font-size: 14px; }
  .site-header nav { font-size: 14px; gap: 16px; }
}

/* Compact mobile navigation. */
.menu-toggle, .menu-button { display: none; }
@media (max-width: 980px) {
  .site-header { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px 12px; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-weight: 800; font-size: 14px; cursor: pointer; justify-self: end; }
  .site-header .nav-cta { grid-column: 3; grid-row: 1; justify-self: end; margin-left: 0; }
  .site-header nav { display: none; grid-column: 1 / -1; order: initial; width: 100%; flex-direction: column; gap: 0; overflow: visible; padding: 10px 0 0; border-top: 1px solid var(--line); }
  .menu-toggle:checked ~ nav { display: flex; }
  .site-header nav a { display: block; padding: 11px 0; flex: initial; }
}
@media (max-width: 620px) {
  .site-header { padding: 12px 14px; }
  .menu-button { min-height: 36px; padding: 0 12px; }
  .site-header .nav-cta { display: inline-flex; min-height: 36px; padding: 0 12px; font-size: 13px; }
  .site-header nav { font-size: 15px; }
}
/* Make the How section easier to read, especially on mobile. */
#how .step-number { width: 68px; height: 68px; font-size: 28px; color: #fff; background: linear-gradient(145deg, var(--red), var(--red-dark)); border: 5px solid #fff; box-shadow: 0 14px 30px rgba(220,31,46,.30), 0 0 0 8px #fff1f2; margin-bottom: 26px; }
#how .step-card img { height: 118px; }
@media (max-width: 620px) {
  .eyebrow { font-size: 18px; }
  #how .step-number { width: 72px; height: 72px; font-size: 30px; margin-bottom: 22px; box-shadow: 0 14px 30px rgba(220,31,46,.30), 0 0 0 7px #fff1f2; }
  #how .step-card img { height: 132px; margin-left: 0; margin-right: auto; }
}

/* QA mobile fixes: prevent horizontal clipping and avoid non-responsive Wix iframe on phones. */
html, body { max-width: 100%; overflow-x: clip; }
main, section, header, footer { max-width: 100%; }
.mobile-catalog-fallback { display: none; margin: 0 clamp(16px, 4vw, 64px) 32px; }
@media (max-width: 620px) {
  html, body { overflow-x: hidden; }
  .hero, .section, .newsletter, .cart-hero, .end-users-hero, .contact-page, .legal-page { max-width: 100vw; }
  h1 { overflow-wrap: anywhere; }
  .mobile-catalog-fallback { display: block; margin: 0 14px 28px; }
  .products-page .cart-frame-wrap { display: none; }
}

.eyebrow-link { color: inherit; text-decoration: none; }
.eyebrow-link:hover { color: var(--red-dark); }

.end-users-demo-strip { margin: 0 auto 18px; max-width: 1080px; }
.end-users-demo-strip img { display: block; width: 100%; height: auto; max-height: 150px; object-fit: contain; border-radius: 14px; box-shadow: 0 12px 28px rgba(17,24,39,.10); }
.end-users-hero { min-height: auto; padding-bottom: 34px; }
.end-users-image-section { padding-top: 0; }
@media (max-width: 620px) { .end-users-demo-strip { margin-bottom: 14px; } .end-users-demo-strip img { max-height: 72px; border-radius: 10px; } }

/* Force the mobile Products fallback CTA to render as a simple single-line pill across iOS/Android browsers. */
.products-page .mobile-catalog-fallback .cart-callout .button.primary {
  display: inline-block !important;
  box-sizing: border-box;
  width: auto !important;
  min-width: 150px !important;
  height: 50px !important;
  min-height: 0 !important;
  padding: 0 24px !important;
  line-height: 50px !important;
  white-space: nowrap !important;
  text-align: center !important;
  vertical-align: middle !important;
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
  appearance: none;
  -webkit-appearance: none;
}

/* Header-only embed page for Wix mobile header iframe. */
.header-embed-page { margin: 0; background: transparent; }
.header-embed-page .site-header { position: static; top: auto; width: 100%; }
.header-embed-page .header-embed { box-shadow: none; }

/* Footer-only embed page for Wix mobile footer iframe. */
.footer-embed-page { margin: 0; background: transparent; }
.footer-embed-page .footer-embed { border-top: 0; padding: 24px 18px; width: 100%; }


/* Dev product summary cards. */
.product-summary-grid { margin-top: 10px; }
.product-summary-card .product-station { background: #fff; border: 1px solid var(--line); }
.product-image-icon { width: 100%; height: 190px; border-radius: 22px; background: #fff; border: 1px solid var(--line); overflow: hidden; }
.product-image-icon img { width: 100%; height: 100%; object-fit: contain; }
.product-summary-card h3 { margin-bottom: 10px; }
.product-summary-card p:last-child { margin-bottom: 0; }
.product-summary-card { color: inherit; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.product-summary-card:hover { transform: translateY(-3px); border-color: rgba(220,31,46,.35); box-shadow: 0 24px 58px rgba(17,24,39,.10); }
@media (max-width: 620px) { .product-image-icon { height: 220px; } }

.hero-banner { width: min(100%, 680px); margin: 22px 0 6px; border-radius: 24px; box-shadow: 0 18px 46px rgba(17,24,39,.10); }
@media (max-width: 620px) { .hero-banner { margin-top: 18px; border-radius: 18px; } }

.pilot-inline-cta { display: flex; justify-content: center; margin-top: 34px; }

.pilot-page { background: #fff; }
.pilot-hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); gap: clamp(28px, 5vw, 74px); align-items: center; padding: 72px clamp(20px, 5vw, 84px) 84px; background: linear-gradient(135deg, #fff 0%, #f7f8fb 58%, #fff 100%); }
.pilot-hero-copy { max-width: 780px; }
.pilot-hero-copy h1 { font-size: clamp(48px, 6.5vw, 88px); }
.pilot-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.pilot-hero-visual { display: grid; place-items: center; min-height: 470px; border-radius: 34px; background: linear-gradient(160deg, #191b25, #090a0f); box-shadow: 0 34px 70px rgba(17,24,39,.18); }
.pilot-hero-visual img { max-height: 420px; object-fit: contain; filter: drop-shadow(0 26px 34px rgba(0,0,0,.42)); }
.pilot-term-grid, .ownership-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.pilot-term-card, .ownership-card { padding: clamp(24px, 4vw, 34px); border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 18px 46px rgba(17,24,39,.06); }
.pilot-term-card.highlight { background: linear-gradient(145deg, #fff, #fff6f7); border-color: rgba(220,31,46,.22); }
.pilot-term-card p, .ownership-card p { color: var(--muted); line-height: 1.62; }
.pilot-footnote { margin: 18px 0 0; font-size: 14px; font-style: italic; }
.pilot-calculator-section { margin-top: 28px; }
.pilot-subsection-heading { max-width: 720px; margin: 0 auto 18px; text-align: center; }
.pilot-subsection-heading h3 { font-size: 22px; line-height: 1.18; letter-spacing: -.02em; margin-bottom: 10px; }
.pilot-subsection-heading p:last-child { color: var(--muted); line-height: 1.62; margin-bottom: 0; }
.pilot-calculator-section .return-calculator { max-width: none; margin: 0; }
.operator-section { padding-top: 0; }
.operator-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(24px, 5vw, 56px); padding: clamp(28px, 5vw, 54px); border-radius: 34px; background: var(--charcoal); color: #fff; }
.operator-panel p { color: #d5d9e4; line-height: 1.62; }
.operator-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.operator-list li { padding: 18px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.06); color: #fff; line-height: 1.5; }
.ownership-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ownership-card.featured { border-color: rgba(220,31,46,.24); background: linear-gradient(145deg, #fff, #fff6f7); }
.ownership-share-label { margin: 0 0 10px; color: var(--ink) !important; font-size: 18px; line-height: 1.5; font-weight: 700; }
.store-callout { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 18px 46px rgba(17,24,39,.06); }
.store-callout p { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.58; }
.pilot-final-cta { margin-top: 0; }
@media (max-width: 980px) {
  .pilot-hero, .operator-panel { grid-template-columns: 1fr; }
  .pilot-term-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .pilot-hero { min-height: auto; padding: 46px 18px 64px; }
  .pilot-hero-visual { min-height: 360px; border-radius: 26px; }
  .pilot-hero-visual img { max-height: 320px; }
  .ownership-grid { grid-template-columns: 1fr; }
  .store-callout { flex-direction: column; align-items: flex-start; }
}
