:root {
    --blue: #083fbd;
    --blue-bright: #0c54df;
    --blue-deep: #062d8b;
    --blue-soft: #edf4ff;
    --ink: #10182a;
    --muted: #5c6981;
    --line: #dce6f5;
    --white: #fff;
    --danger: #d82b4e;
    --success: #138a5b;
    --shadow: 0 24px 65px rgba(21, 62, 127, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { display: block; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 14px; top: -60px; z-index: 100; padding: 12px 16px; color: #fff; background: var(--blue); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.contact-bar { background: linear-gradient(90deg, #0636a6, #0653d3); color: #fff; font-size: 14px; }
.contact-inner { min-height: 42px; display: flex; align-items: center; justify-content: flex-end; gap: 32px; }
.contact-inner a { display: inline-flex; align-items: center; gap: 8px; }
.contact-inner a:first-child { font-weight: 800; }
.contact-inner svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(219,230,247,.85); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; }
.brand-mark { width: 38px; height: 38px; flex: 0 0 auto; }
.brand b { display: block; color: var(--blue-deep); font-size: 22px; letter-spacing: -.6px; line-height: 1; }
.brand small { display: block; margin-top: 4px; color: #64718a; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
nav { display: flex; gap: 24px; color: #39455b; font-size: 13px; font-weight: 700; }
nav a { transition: color .2s; }
nav a:hover { color: var(--blue); }

.button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 1px solid #0738a8;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #0b4bdb, #0738a8);
    box-shadow: 0 12px 24px rgba(8,63,189,.2);
    font-size: 16px;
    font-weight: 800;
    transition: transform .2s, box-shadow .2s, opacity .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(8,63,189,.28); }
.button:focus-visible { outline: 3px solid rgba(80,139,255,.36); outline-offset: 3px; }
.button:disabled { cursor: wait; opacity: .66; transform: none; }
.button-small { min-height: 44px; padding: 0 20px; font-size: 14px; border-radius: 10px; }
.button-outline { color: var(--blue); background: #fff; box-shadow: none; }

.hero { position: relative; overflow: hidden; padding: 78px 0 66px; background: radial-gradient(circle at 80% 10%, #eef7ff 0, rgba(238,247,255,0) 35%), linear-gradient(180deg, #fff, #f8fbff); }
.hero:before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(#90b4ec 1px, transparent 1px), linear-gradient(90deg, #90b4ec 1px, transparent 1px); background-size: 54px 54px; -webkit-mask-image: linear-gradient(to right, transparent 20%, #000 80%); mask-image: linear-gradient(to right, transparent 20%, #000 80%); }
.hero-orb { position: absolute; border-radius: 999px; }
.hero-orb-one { width: 280px; height: 280px; right: 3%; top: -130px; background: rgba(65,147,255,.12); }
.hero-orb-two { width: 150px; height: 150px; left: 47%; bottom: -80px; background: rgba(8,63,189,.08); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 58px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 800; }
.eyebrow > span { width: 22px; height: 2px; background: currentColor; }
.eyebrow.centered { justify-content: center; }
.eyebrow.light { color: #91b9ff; }
h1 { margin: 0; max-width: 690px; font-size: clamp(43px, 5vw, 70px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
h1 strong { display: block; margin-top: 10px; color: var(--blue); }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { color: var(--blue); font-size: 15px; font-weight: 800; }
.text-link span { margin-left: 5px; transition: margin .2s; }
.text-link:hover span { margin-left: 9px; }
.hero-notes { display: flex; gap: 38px; margin-top: 36px; color: #657187; font-size: 13px; }
.hero-notes span { display: flex; align-items: baseline; gap: 8px; }
.hero-notes b { color: var(--ink); font-size: 20px; }
.product-stage { position: relative; min-height: 425px; display: flex; align-items: center; justify-content: center; padding: 54px 20px 34px; border: 1px solid rgba(116,158,221,.38); border-radius: 34px; background: rgba(255,255,255,.84); box-shadow: 0 36px 80px rgba(31,74,145,.13); }
.product-stage img { width: min(100%, 590px); mix-blend-mode: multiply; filter: drop-shadow(0 20px 22px rgba(20,32,54,.17)); }
.gift-chip, .voltage-chip { position: absolute; z-index: 2; border: 1px solid #d4e2fa; background: rgba(255,255,255,.96); box-shadow: 0 12px 26px rgba(43,78,132,.13); }
.gift-chip { top: 22px; right: 22px; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border-radius: 999px; color: var(--blue); font-size: 13px; font-weight: 800; }
.gift-chip span { color: #dc2270; }
.voltage-chip { left: 22px; bottom: 22px; min-width: 110px; padding: 12px 16px; border-radius: 14px; }
.voltage-chip b, .voltage-chip small { display: block; }
.voltage-chip b { color: var(--blue); font-size: 21px; }
.voltage-chip small { margin-top: 2px; color: #6b7790; text-transform: uppercase; letter-spacing: .09em; font-size: 9px; font-weight: 800; }

.benefit-strip { position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.benefits-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.benefit { min-height: 138px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; color: #273550; font-size: 13px; font-weight: 800; border-right: 1px solid var(--line); }
.benefit:first-child { border-left: 1px solid var(--line); }
.benefit-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: var(--blue); background: var(--blue-soft); transition: transform .2s, background .2s; }
.benefit-icon svg, .step-icon svg, .receipt-box svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefit:hover .benefit-icon { transform: translateY(-3px); background: #dceaff; }

.section { padding: 104px 0; }
.section-heading { max-width: 650px; }
.centered-heading { margin: 0 auto 48px; text-align: center; }
.section-heading h2, .order-copy h2 { margin: 0; font-size: clamp(36px, 4.2vw, 54px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.centered-heading > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }

.how-section { background: #f7faff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; min-height: 310px; padding: 34px 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 14px 38px rgba(25,70,140,.07); }
.step-number { position: absolute; right: 20px; top: 6px; color: #edf3fd; font-size: 94px; line-height: 1; font-weight: 900; }
.step-icon { position: relative; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: var(--blue); background: var(--blue-soft); }
.step-card h3 { position: relative; margin: 34px 0 12px; font-size: 23px; letter-spacing: -.02em; }
.step-card p { position: relative; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.transport-section { background: #fff; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.split-heading > p { margin: 0 0 5px !important; }
.transport-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.transport-grid article { position: relative; min-height: 190px; overflow: hidden; border-radius: 18px; background: #0e2454; box-shadow: 0 12px 28px rgba(15,49,104,.14); }
.transport-grid img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; transition: transform .35s; }
.transport-grid article:after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(2,15,43,.82)); }
.transport-grid article:hover img { transform: scale(1.035); }
.transport-grid span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; color: #fff; font-size: 16px; font-weight: 800; }

.order-section { position: relative; overflow: hidden; padding: 94px 0; color: #fff; background: radial-gradient(circle at 12% 25%, rgba(47,108,236,.5), transparent 32%), linear-gradient(145deg, #051d57, #073caa 58%, #0755d4); }
.order-section:before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.34) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.34) 1px, transparent 1px); background-size: 56px 56px; }
.order-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.order-copy { padding-top: 34px; }
.order-copy > p:not(.eyebrow) { margin: 24px 0 0; color: #ccdcfa; font-size: 17px; line-height: 1.68; }
.order-points { display: grid; gap: 20px; margin: 38px 0; padding: 0; list-style: none; }
.order-points li { display: flex; align-items: flex-start; gap: 14px; }
.order-points li > span { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 999px; color: #fff; background: rgba(255,255,255,.17); font-size: 13px; font-weight: 900; }
.order-points b, .order-points small { display: block; }
.order-points b { font-size: 15px; }
.order-points small { margin-top: 5px; color: #bcd0f4; font-size: 13px; line-height: 1.45; }
.order-contact { padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); }
.order-contact small, .order-contact a { display: block; }
.order-contact small { margin-bottom: 8px; color: #b8ccf0; font-size: 12px; }
.order-contact a { font-size: 26px; font-weight: 900; }

.form-card { color: var(--ink); border-radius: 28px; background: #fff; box-shadow: 0 32px 75px rgba(0,17,55,.3); }
.form-head { padding: 34px 38px 24px; border-bottom: 1px solid var(--line); }
.form-kicker { color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 900; }
.form-head h3 { margin: 8px 0 4px; font-size: 29px; letter-spacing: -.03em; }
.form-head p { margin: 0; color: var(--muted); font-size: 13px; }
#tracker-order { padding: 28px 38px 34px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 17px; }
.field label, .receipt-fieldset legend { display: block; margin-bottom: 8px; color: #27334a; font-size: 13px; font-weight: 800; }
.field label em, .receipt-fieldset legend em { color: var(--danger); font-style: normal; }
.field label span { color: #8893a7; font-size: 11px; font-weight: 600; }
.field input, .field select, .field textarea {
    width: 100%;
    border: 1px solid #cfdcec;
    border-radius: 10px;
    outline: none;
    color: var(--ink);
    background: #fbfdff;
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.field input, .field select { height: 50px; padding: 0 14px; }
.field textarea { min-height: 92px; padding: 13px 14px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #9aa5b7; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #4d80e8; background: #fff; box-shadow: 0 0 0 3px rgba(61,118,231,.13); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--danger); background: #fff9fa; }
.field-error { display: none; margin-top: 6px; color: var(--danger); font-size: 11px; line-height: 1.35; }
.field-error.visible { display: block; }
.receipt-fieldset { margin: 0 0 18px; padding: 0; border: 0; }
.receipt-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.receipt-option { cursor: pointer; }
.receipt-option input { position: absolute; opacity: 0; pointer-events: none; }
.receipt-box { min-height: 102px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; align-items: center; padding: 15px; border: 1px solid #cfdbec; border-radius: 12px; background: #fbfdff; transition: border .2s, background .2s, box-shadow .2s; }
.receipt-box svg { grid-row: 1 / span 2; margin-right: 10px; color: var(--blue); }
.receipt-box b { font-size: 14px; }
.receipt-box small { color: var(--muted); font-size: 11px; }
.receipt-option input:checked + .receipt-box { border-color: var(--blue); background: var(--blue-soft); box-shadow: 0 0 0 2px rgba(8,63,189,.08); }
.receipt-option input:focus-visible + .receipt-box { outline: 3px solid rgba(80,139,255,.3); outline-offset: 2px; }
.captcha-wrap { min-height: 100px; margin: 8px 0 18px; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; color: #59667d; font-size: 12px; line-height: 1.5; }
.consent-row input { width: 18px; height: 18px; margin: 0; flex: 0 0 auto; accent-color: var(--blue); }
.consent-error { margin: 6px 0 0 28px; }
.form-status { display: none; margin-top: 14px; padding: 11px 13px; border-radius: 9px; font-size: 12px; line-height: 1.5; }
.form-status.error { display: block; color: #a71836; background: #fff0f3; border: 1px solid #ffd2dc; }
.form-status.info { display: block; color: #1650a5; background: #edf5ff; border: 1px solid #d3e5ff; }
.submit-button { width: 100%; margin-top: 20px; }
.button-loading { display: none; }
.submit-button.is-loading .button-label { display: none; }
.submit-button.is-loading .button-loading { display: inline; }
.form-footnote { margin: 12px 0 0; text-align: center; color: #8a95a8; font-size: 10px; line-height: 1.45; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.success-card { padding: 72px 40px; text-align: center; }
.success-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 999px; color: #fff; background: var(--success); box-shadow: 0 12px 28px rgba(19,138,91,.22); font-size: 29px; font-weight: 900; }
.success-kicker { margin: 0 0 10px; color: var(--success); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 900; }
.success-card h3 { margin: 0 0 14px; font-size: 29px; letter-spacing: -.03em; }
.success-card p { margin: 8px 0; color: var(--muted); line-height: 1.55; }
.success-card p b { color: var(--blue); font-size: 18px; }
.success-note { font-size: 13px; }
.success-card .button { margin-top: 22px; }

.faq-section { background: #f7faff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 15px; background: #fff; overflow: hidden; }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 22px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 24px; line-height: 1; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }

footer { padding: 58px 0 26px; color: #fff; background: #071c4c; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .9fr; gap: 50px; align-items: start; }
.footer-brand { justify-content: flex-start; margin: 0; }
.footer-brand b { color: #fff; }
.footer-brand small { color: #9fb6dd; }
.footer-grid > div:first-child > p { margin: 16px 0 0; color: #9fb1d2; font-size: 13px; }
.footer-grid > div:not(:first-child) small, .footer-grid > div:not(:first-child) a { display: block; }
.footer-grid > div:not(:first-child) small { margin-bottom: 10px; color: #829bc7; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; font-weight: 800; }
.footer-grid > div:not(:first-child) a { font-size: 16px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #8299c0; font-size: 11px; }
.mobile-cta { display: none; }

@media (max-width: 1020px) {
    .header-inner nav { display: none; }
    .hero-grid { grid-template-columns: 1fr; gap: 42px; }
    .hero-copy { text-align: center; }
    .hero-copy .eyebrow, .hero-actions, .hero-notes { justify-content: center; }
    .hero-lead { margin-left: auto; margin-right: auto; }
    h1 { margin: 0 auto; }
    .product-stage { min-height: 360px; }
    .benefits-grid { grid-template-columns: repeat(3, 1fr); }
    .benefit:nth-child(3) { border-right: 0; }
    .benefit:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
    .transport-grid { grid-template-columns: repeat(2, 1fr); }
    .order-grid { grid-template-columns: 1fr; gap: 42px; }
    .order-copy { max-width: 760px; padding-top: 0; }
    .order-points { grid-template-columns: repeat(3, 1fr); }
    .order-contact { display: none; }
    .faq-grid { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 760px) {
    .section { padding: 76px 0; }
    .contact-inner { justify-content: center; gap: 20px; }
    .contact-inner .messengers { display: none; }
    .steps-grid { grid-template-columns: 1fr; }
    .step-card { min-height: 230px; }
    .split-heading { grid-template-columns: 1fr; gap: 18px; }
    .order-points { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    body { padding-bottom: 68px; }
    .shell { width: min(100% - 28px, 1180px); }
    .contact-inner { min-height: 38px; gap: 15px; font-size: 11px; }
    .contact-inner a:last-child { display: none; }
    .header-inner { min-height: 68px; }
    .brand-mark { width: 33px; height: 33px; }
    .brand b { font-size: 19px; }
    .header-inner .button-small { display: none; }
    .hero { padding: 58px 0 46px; }
    h1 { font-size: 42px; }
    .hero-lead { font-size: 17px; }
    .hero-actions { flex-direction: column; gap: 19px; }
    .hero-actions .button { width: 100%; }
    .hero-notes { gap: 18px; flex-direction: column; align-items: center; }
    .product-stage { min-height: 280px; padding: 52px 8px 28px; border-radius: 24px; }
    .gift-chip { top: 15px; right: 15px; }
    .voltage-chip { left: 15px; bottom: 15px; min-width: 92px; padding: 9px 12px; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .benefit { min-height: 118px; border-bottom: 1px solid var(--line); }
    .benefit:nth-child(2n) { border-right: 0; }
    .benefit:nth-last-child(-n+2) { border-bottom: 0; }
    .benefit:nth-child(3) { border-right: 1px solid var(--line); }
    .section-heading h2, .order-copy h2 { font-size: 36px; }
    .transport-grid { grid-template-columns: 1fr; }
    .transport-grid article, .transport-grid img { min-height: 168px; }
    .order-section { padding: 70px 0; }
    .form-card { margin-left: -4px; margin-right: -4px; border-radius: 22px; }
    .form-head { padding: 28px 22px 20px; }
    #tracker-order { padding: 22px 22px 28px; }
    .field-row { grid-template-columns: 1fr; gap: 0; }
    .receipt-options { grid-template-columns: 1fr; }
    .receipt-box { min-height: 78px; }
    .success-card { padding: 54px 22px; }
    .faq-list summary { padding: 18px; }
    .faq-list details p { padding: 0 18px 18px; }
    .footer-grid { grid-template-columns: 1fr; gap: 26px; }
    .footer-grid > div:first-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .mobile-cta { position: fixed; z-index: 30; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); display: flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid #2461d7; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #0b4bdb, #0738a8); box-shadow: 0 12px 34px rgba(4,31,92,.35); font-size: 15px; font-weight: 900; transition: opacity .2s, transform .2s; }
    .mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *:before, *:after { transition: none !important; }
}
