:root {
  --red: #bd2136;
  --red-dark: #941427;
  --ink: #18251f;
  --muted: #68736d;
  --cream: #f8f4ed;
  --paper: #fffdf9;
  --line: #e6e0d6;
  --green: #233f35;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(32, 45, 37, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -64px; z-index: 99; padding: 10px 14px; background: var(--ink); color: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 253, 249, 0.96); border-bottom: 1px solid rgba(230, 224, 214, 0.88); backdrop-filter: blur(12px); }
.nav-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 20px; letter-spacing: -0.65px; font-weight: 500; white-space: nowrap; }
.brand strong { color: var(--red); font-weight: 800; }
.brand-symbol { line-height: 0; }
.brand-symbol img { display: block; width: 72px; height: 50px; object-fit: contain; border-radius: 7px; background: #000; }
.brand-label { display: grid; gap: 2px; line-height: 1; }
.brand-label strong { display: flex; color: var(--ink); font-size: 18px; letter-spacing: -0.045em; }
.brand-turna { color: var(--red); }
.brand-express { color: #000; }
.brand-label small { justify-self: center; color: var(--red-dark); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; background: var(--red); color: var(--white); border-radius: 10px; }
.brand-mark svg { width: 23px; height: 23px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-cta) { color: #47524b; }
.main-nav > a:not(.nav-cta):hover { color: var(--red); }
.nav-cta { padding: 11px 17px; color: var(--white); background: var(--red); border-radius: 8px; box-shadow: 0 6px 16px rgba(189, 33, 54, 0.2); }
.nav-cta:hover, .button-primary:hover { background: var(--red-dark); transform: translateY(-1px); }
.nav-toggle { display: none; padding: 7px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); transition: transform 160ms ease, opacity 160ms ease; }

.hero { padding: clamp(56px, 8vw, 104px) 0 72px; overflow: hidden; background: linear-gradient(117deg, var(--cream) 0%, var(--cream) 54%, #f0e7db 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr); align-items: center; gap: clamp(42px, 7vw, 88px); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.eyebrow span { display: block; width: 26px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 580px; margin-bottom: 22px; font-size: clamp(44px, 5.45vw, 74px); line-height: 0.99; letter-spacing: -0.065em; }
h1 em { display: block; color: var(--red); font-style: normal; }
.hero-intro { max-width: 525px; margin-bottom: 30px; color: #4a5750; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 51px; padding: 13px 20px; border: 0; border-radius: 8px; font-weight: 800; transition: transform 160ms ease, background 160ms ease; }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 10px 20px rgba(189, 33, 54, 0.2); }
.button span { font-size: 21px; line-height: 1; }
.text-link { color: var(--ink); font-size: 14px; font-weight: 800; border-bottom: 1px solid #7e8882; }
.text-link:hover { color: var(--red); border-color: var(--red); }
.trust-row { display: flex; gap: 25px; margin-top: 48px; padding-top: 20px; border-top: 1px solid #ded5c8; }
.trust-row div { display: grid; gap: 1px; }
.trust-row strong { color: var(--ink); font-size: 14px; }
.trust-row span { color: var(--muted); font-size: 12px; }
.hero-media { position: relative; min-height: 495px; }
.image-frame { position: absolute; inset: 0 0 0 20px; overflow: hidden; border-radius: 28px 28px 28px 96px; box-shadow: var(--shadow); background: #d9d2c7; }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26, 29, 27, 0.14), transparent 40%); pointer-events: none; }
.image-frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.delivery-note { position: absolute; right: -20px; bottom: 30px; display: flex; align-items: center; gap: 11px; min-width: 226px; padding: 13px 17px 13px 13px; background: var(--paper); box-shadow: 0 14px 32px rgba(28, 45, 36, 0.18); border-radius: 12px; }
.delivery-note strong, .delivery-note small { display: block; }
.delivery-note strong { font-size: 13px; }
.delivery-note small { color: var(--muted); font-size: 11px; }
.note-icon { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; color: var(--white); background: var(--green); border-radius: 9px; }
.note-icon svg { width: 22px; height: 22px; }

.steps-section, .coverage-section { padding: clamp(70px, 9vw, 118px) 0; }
.split-heading { display: flex; justify-content: space-between; gap: 44px; align-items: end; margin-bottom: 46px; }
.section-heading h2, .benefits-intro h2, .coverage-card h2, .download-copy h2 { margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.04; letter-spacing: -0.052em; }
.split-heading > div { max-width: 610px; }
.split-heading > p { max-width: 338px; margin: 0 0 3px; color: var(--muted); font-size: 15px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.steps li { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); transition: transform 180ms ease, box-shadow 180ms ease; }
.steps li:hover { transform: translateY(-4px); box-shadow: 0 15px 26px rgba(34, 48, 39, 0.08); }
.step-number { display: block; margin-bottom: 55px; color: var(--red); font-size: 13px; font-weight: 850; letter-spacing: 0.08em; }
.steps h3 { margin-bottom: 9px; font-size: 20px; letter-spacing: -0.03em; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.benefits-section { padding: clamp(72px, 9vw, 116px) 0; color: var(--white); background: var(--green); }
.benefits-layout { display: grid; grid-template-columns: minmax(260px, 0.82fr) minmax(420px, 1.18fr); gap: clamp(42px, 9vw, 112px); }
.eyebrow-light { color: #e9c3a4; }
.benefits-intro p:not(.eyebrow) { max-width: 410px; margin: 25px 0 30px; color: #d7e1d8; font-size: 16px; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { transform: translateY(-1px); background: #f4f2ed; }
.benefit-list { border-top: 1px solid rgba(255,255,255,0.2); }
.benefit-list article { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
.benefit-index { color: #e9c3a4; font-size: 13px; font-weight: 850; letter-spacing: 0.08em; }
.benefit-list h3 { margin-bottom: 7px; font-size: 21px; letter-spacing: -0.03em; }
.benefit-list p { margin: 0; color: #cbd9cf; font-size: 14px; }

.coverage-section { background: #f1ece4; }
.coverage-card { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 72px; padding: clamp(30px, 5vw, 58px); border-radius: 18px; background: var(--white); box-shadow: 0 13px 32px rgba(47, 48, 39, 0.08); }
.coverage-card > div > p:not(.eyebrow) { max-width: 465px; margin: 20px 0 0; color: var(--muted); font-size: 15px; }
.coverage-form { align-self: center; }
.coverage-form label { display: block; margin-bottom: 8px; color: var(--ink); font-size: 13px; font-weight: 750; }
.input-row { display: flex; gap: 10px; }
.input-row input { width: 100%; min-width: 0; height: 51px; padding: 0 15px; border: 1px solid #cfcac1; outline: none; border-radius: 8px; color: var(--ink); background: #fff; }
.input-row input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(189, 33, 54, 0.12); }
.input-row .button { flex: 0 0 auto; }
.form-hint { margin: 9px 0 0; color: #899189; font-size: 12px; }

.download-section { padding: clamp(64px, 8vw, 105px) 0; }
.download-card { display: flex; justify-content: space-between; align-items: center; gap: 46px; padding: clamp(30px, 5vw, 60px); overflow: hidden; color: var(--white); background: var(--red); border-radius: 20px; }
.download-card .eyebrow { color: #ffdfbd; }
.download-copy { max-width: 610px; }
.download-copy p:not(.eyebrow) { margin: 20px 0 0; color: #ffe8e1; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.store-button { display: flex; align-items: center; gap: 10px; min-width: 152px; padding: 10px 14px; color: var(--white); text-align: left; border: 1px solid rgba(255,255,255,0.48); border-radius: 9px; background: transparent; transition: background 160ms ease, transform 160ms ease; }
.store-button:hover { background: rgba(96, 11, 22, 0.25); transform: translateY(-2px); }
.store-button small, .store-button strong { display: block; }
.store-button small { font-size: 10px; line-height: 1.15; }
.store-button strong { font-size: 15px; }
.store-symbol { display: grid; width: 22px; height: 22px; place-items: center; font-size: 17px; }
.apple-symbol { font-size: 22px; }

.site-footer { padding: 27px 0; color: #6c756f; border-top: 1px solid var(--line); background: var(--paper); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer-brand { font-size: 16px; }
.footer-brand img { width: 56px; height: 39px; border-radius: 6px; }
.footer-brand .brand-label { gap: 1px; }
.footer-brand .brand-label strong { font-size: 14px; }
.footer-brand .brand-label small { font-size: 9px; }
.footer-brand .brand-mark { width: 28px; height: 28px; border-radius: 8px; }
.footer-brand .brand-mark svg { width: 19px; height: 19px; }
.site-footer p, .site-footer > a { margin: 0; font-size: 12px; }
.footer-row > a { font-size: 13px; font-weight: 700; color: var(--ink); }
.footer-row > a:hover { color: var(--red); }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 100; max-width: min(440px, calc(100% - 32px)); padding: 13px 17px; color: var(--white); font-size: 14px; font-weight: 600; text-align: center; background: var(--ink); border-radius: 9px; box-shadow: 0 12px 32px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 820px) {
  .shell { width: min(100% - 34px, 640px); }
  .nav-row { min-height: 68px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; padding: 15px 17px 19px; align-items: stretch; gap: 7px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 28px rgba(31, 44, 37, 0.08); }
  .main-nav.is-open { display: flex; flex-direction: column; }
  .main-nav a { padding: 10px 4px; }
  .main-nav .nav-cta { margin-top: 4px; padding: 12px 16px; text-align: center; }
  .hero { padding-top: 55px; }
  .hero-grid, .benefits-layout, .coverage-card { grid-template-columns: 1fr; }
  .hero-copy { max-width: 620px; }
  .hero-media { min-height: min(115vw, 520px); }
  .image-frame { left: 0; }
  .delivery-note { right: 8px; bottom: 18px; }
  .split-heading, .download-card { display: block; }
  .split-heading > p { max-width: 550px; margin-top: 18px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 0; }
  .step-number { margin-bottom: 28px; }
  .benefits-layout { gap: 38px; }
  .coverage-card { gap: 32px; }
  .store-buttons { margin-top: 30px; }
  .footer-row { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .shell { width: calc(100% - 30px); }
  h1 { font-size: 46px; }
  .hero-intro { font-size: 16px; }
  .trust-row { gap: 14px; }
  .trust-row span { font-size: 11px; }
  .hero-media { min-height: 410px; }
  .image-frame { border-radius: 22px 22px 22px 64px; }
  .delivery-note { min-width: 0; padding-right: 12px; }
  .delivery-note small { display: none; }
  .input-row { flex-direction: column; }
  .input-row .button { width: 100%; }
  .store-button { width: 100%; }
  .footer-row { align-items: flex-start; flex-direction: column; gap: 13px; }
}
