:root {
  --ink: #10242e;
  --ink-soft: #51656d;
  --paper: #f5f7f3;
  --white: #fff;
  --teal: #0f6e73;
  --teal-dark: #073d45;
  --teal-deep: #062e36;
  --mint: #b9ebdd;
  --lime: #c6f04c;
  --orange: #ff7b4a;
  --line: #d8e1dc;
  --shadow: 0 28px 70px rgba(8, 53, 59, .16);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; transform: none !important; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.skip-link { position: fixed; top: -6rem; left: 1rem; z-index: 100; padding: .8rem 1rem; background: white; border-radius: 10px; }
.skip-link:focus { top: 1rem; }

.site-header { width: min(1240px, calc(100% - 40px)); min-height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px; background: var(--lime); color: var(--teal-deep); font-weight: 950; font-size: 20px; box-shadow: 0 10px 30px rgba(116, 156, 23, .18); transform: rotate(-4deg); }
.brand strong, .brand small { display: block; line-height: 1.2; }
.brand strong { font-size: 20px; letter-spacing: -.03em; }
.brand small { margin-top: 3px; color: var(--ink-soft); font-size: 11px; font-weight: 650; }
.site-header nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-header nav a { color: #314a52; font-size: 14px; font-weight: 700; }
.site-header nav a:hover { color: var(--teal); }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border-radius: 999px; background: var(--teal); color: white; font-weight: 800; box-shadow: 0 15px 32px rgba(15, 110, 115, .22); transition: transform .18s ease, background .18s ease; }
.button:hover { background: #0a5d62; transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 14px; box-shadow: none; }
.button-light { background: var(--lime); color: var(--teal-deep); box-shadow: none; }
.button-light:hover { background: #d5fa67; }
.button-wide { width: 100%; }

.hero { width: min(1240px, calc(100% - 40px)); min-height: 700px; margin: 22px auto 0; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: 48px; }
.hero-copy { padding: 52px 0 84px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--teal); font-size: 12px; line-height: 1.2; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 3px; background: var(--orange); border-radius: 8px; }
.eyebrow-light { color: var(--mint); }
.hero h1 { margin: 0; max-width: 680px; font-size: clamp(62px, 7vw, 104px); line-height: .91; letter-spacing: -.075em; font-weight: 900; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 620px; margin: 32px 0; color: var(--ink-soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { color: var(--teal); font-weight: 800; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 34px 0 0; padding: 0; list-style: none; color: #3b535a; font-size: 13px; font-weight: 650; }
.trust-list span { margin-right: 5px; color: var(--teal); font-weight: 900; }

.product-stage { position: relative; min-height: 610px; isolation: isolate; }
.product-stage::before { content: ""; position: absolute; inset: 7% 2% 8% 6%; z-index: -3; border-radius: 46% 54% 48% 52% / 49% 40% 60% 51%; background: linear-gradient(150deg, #d3f3e8, #dcebd8 68%, #ebefdc); transform: rotate(-4deg); }
.glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(2px); opacity: .8; }
.glow-one { width: 240px; height: 240px; right: 0; top: 32px; background: rgba(198, 240, 76, .37); }
.glow-two { width: 180px; height: 180px; left: 20px; bottom: 20px; background: rgba(255, 123, 74, .13); }
.report-card { position: absolute; top: 83px; right: 20px; width: min(430px, 76%); padding: 24px; border: 1px solid rgba(255,255,255,.85); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); transform: rotate(3deg); }
.report-head { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.report-head b, .report-head small { display: block; line-height: 1.25; }
.report-head small, .finding small { color: var(--ink-soft); font-size: 11px; }
.report-logo { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--teal); color: white; font-weight: 900; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #57bd6a; box-shadow: 0 0 0 6px #e0f4e4; }
.score-row { display: flex; align-items: baseline; gap: 14px; padding: 23px 0; }
.score-row strong { color: var(--teal); font-size: 36px; line-height: 1; letter-spacing: -.04em; }
.score-row span { color: var(--ink-soft); font-size: 12px; }
.finding { display: flex; align-items: center; gap: 12px; padding: 14px; background: #fff5ed; border-radius: 15px; }
.finding b, .finding small { display: block; }
.finding-icon { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; background: var(--orange); color: white; font-weight: 900; }
.report-bars { display: flex; gap: 8px; margin-top: 20px; }
.report-bars i { height: 7px; flex: 1; border-radius: 10px; background: #dce7e3; }
.report-bars i:first-child { flex: 2.8; background: var(--teal); }
.report-bars i:nth-child(2) { background: var(--mint); }
.usb-stick { position: absolute; z-index: 4; left: 4px; bottom: 92px; width: 440px; display: flex; align-items: center; filter: drop-shadow(0 26px 25px rgba(6, 46, 54, .26)); transform: rotate(-9deg); }
.usb-metal { width: 105px; height: 104px; padding: 23px 14px; display: flex; gap: 12px; border-radius: 12px 0 0 12px; background: linear-gradient(145deg, #f8faf9, #aebbb7); box-shadow: inset 0 0 0 3px #c9d2cf; }
.usb-metal i { width: 25px; height: 33px; border-radius: 4px; background: #7d8d8a; box-shadow: inset 0 4px 5px rgba(0,0,0,.18); }
.usb-body { position: relative; width: 330px; height: 148px; padding: 34px 30px; overflow: hidden; border-radius: 12px 28px 28px 12px; background: linear-gradient(145deg, #0e7379, #073d45 76%); color: white; }
.usb-body::after { content: ""; position: absolute; width: 170px; height: 170px; right: -68px; top: -56px; border: 1px solid rgba(198,240,76,.38); border-radius: 50%; }
.usb-brand { display: block; font-size: 27px; font-weight: 900; letter-spacing: -.04em; }
.usb-body small { display: block; color: #b8d5d6; font-size: 11px; }
.usb-body b { position: absolute; right: 27px; bottom: -23px; color: rgba(198,240,76,.22); font-size: 112px; line-height: 1; }
.local-badge { position: absolute; z-index: 6; right: 2px; bottom: 34px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border-radius: 16px; background: var(--teal-deep); color: white; box-shadow: 0 18px 35px rgba(6,46,54,.24); transform: rotate(2deg); }
.local-badge > span { color: var(--lime); }
.local-badge b, .local-badge small { display: block; line-height: 1.25; }
.local-badge b { font-size: 13px; }
.local-badge small { color: #abc9c9; font-size: 10px; }

.proof-strip { width: min(1180px, calc(100% - 40px)); margin: -20px auto 80px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { min-height: 118px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 18px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { color: var(--teal); font-size: 34px; line-height: 1; letter-spacing: -.05em; }
.proof-strip span { max-width: 120px; color: var(--ink-soft); font-size: 12px; line-height: 1.35; font-weight: 700; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.section-heading { max-width: 690px; margin-bottom: 52px; }
.section-heading h2, .safety h2, .order-teaser h2, .closing h2 { margin: 0 0 20px; font-size: clamp(42px, 5vw, 67px); line-height: 1.04; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 590px; color: var(--ink-soft); font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps article { position: relative; min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.62); }
.steps article:nth-child(2) { transform: translateY(22px); }
.steps article:nth-child(3) { transform: translateY(44px); }
.step-number { color: var(--teal); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.step-symbol { width: 56px; height: 56px; margin: 48px 0 24px; display: grid; place-items: center; border-radius: 18px; background: var(--mint); color: var(--teal-deep); font-size: 25px; font-weight: 900; }
.steps h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.03em; }
.steps p { margin: 0; color: var(--ink-soft); }

.safety { width: min(1280px, calc(100% - 24px)); }
.safety-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 80px; overflow: hidden; border-radius: 38px; background: var(--teal-deep); color: white; box-shadow: var(--shadow); }
.safety-panel > div > p:last-child { max-width: 520px; color: #b7d1d2; font-size: 18px; }
.safety-panel ul { margin: 0; padding: 0; list-style: none; }
.safety-panel li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.safety-panel li > span { color: var(--lime); font-size: 12px; font-weight: 900; }
.safety-panel b, .safety-panel small { display: block; }
.safety-panel b { margin-bottom: 6px; font-size: 18px; }
.safety-panel small { color: #a9c7c8; font-size: 13px; }

.order-teaser { display: grid; grid-template-columns: 1fr 480px; align-items: center; gap: 100px; }
.order-teaser > div:first-child > p:not(.eyebrow) { max-width: 600px; color: var(--ink-soft); font-size: 18px; }
.payments { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 10px; }
.payments span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: white; font-size: 12px; font-weight: 800; }
.payment-note { display: block; max-width: 590px; color: #72838a; line-height: 1.45; }
.order-card { padding: 40px; border-radius: 28px; background: white; box-shadow: var(--shadow); }
.order-card > p { margin: 0 0 8px; color: var(--teal); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.order-card h3 { margin: 0; font-size: 30px; line-height: 1.15; letter-spacing: -.04em; }
.order-card ul { margin: 28px 0; padding: 0; list-style: none; }
.order-card li { padding: 10px 0 10px 25px; border-bottom: 1px solid #edf1ef; position: relative; }
.order-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.price-pending { margin: 24px 0; padding: 18px; border-radius: 16px; background: #f1f7f3; }
.price-pending small, .price-pending strong { display: block; }
.price-pending small { color: var(--ink-soft); }
.price-pending strong { font-size: 18px; }
.card-link { display: block; margin-top: 18px; text-align: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.pricing-grid article { position: relative; display: flex; min-height: 330px; padding: 28px; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: white; }
.pricing-grid article.featured { border: 2px solid var(--teal); transform: translateY(-10px); box-shadow: var(--shadow); }
.pricing-grid article > p { margin: 0 0 28px; color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pricing-grid article > strong { font-size: 34px; line-height: 1; letter-spacing: -.045em; }
.pricing-grid h3 { margin: 10px 0 0; font-size: 19px; }
.pricing-grid small { margin-bottom: 28px; color: var(--ink-soft); }
.pricing-grid .button { margin-top: auto; }
.price-badge { position: absolute; top: -13px; right: 18px; padding: 5px 10px; border-radius: 999px; background: var(--lime); color: var(--teal-deep); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.pricing-note { margin-top: 22px; text-align: center; }
.pricing-note a { color: var(--teal); font-weight: 800; }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.faq details { padding: 22px 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.7); }
.faq summary { cursor: pointer; font-weight: 800; }
.faq details p { margin: 14px 0 0; color: var(--ink-soft); }

.closing { width: min(1180px, calc(100% - 40px)); margin: 40px auto 0; padding: 76px; display: flex; align-items: center; justify-content: space-between; gap: 50px; border-radius: 36px 36px 0 0; background: var(--teal); color: white; }
.closing > div { max-width: 700px; }
.closing > div > p:last-child { margin: 0; color: #c6dfdf; }
.closing h2 { margin-bottom: 10px; }
.closing .button { flex: 0 0 auto; }
.site-footer { padding: 38px max(24px, calc((100% - 1180px)/2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; background: var(--teal-deep); color: white; }
.footer-brand small { color: #9fbdbf; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; color: #c0d6d7; font-size: 13px; }
.site-footer > small { grid-column: 1 / -1; color: #789da0; }

.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.shop-page { min-height: 100vh; }
.compact-header { border-bottom: 1px solid var(--line); }
.shop-main { min-height: calc(100vh - 280px); }
.checkout-hero { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 44px; }
.checkout-hero h1, .status-card h1, .legal-page h1 { max-width: 900px; margin: 0 0 18px; font-size: clamp(44px, 6vw, 76px); line-height: 1; letter-spacing: -.06em; }
.checkout-hero > p:last-of-type { max-width: 740px; color: var(--ink-soft); font-size: 19px; }
.order-switch { display: inline-flex; margin-top: 30px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: white; }
.order-switch a { padding: 10px 18px; border-radius: 999px; color: var(--ink-soft); font-size: 13px; font-weight: 800; }
.order-switch a.active { background: var(--teal-deep); color: white; }
.alert { width: min(1180px, calc(100% - 40px)); margin: 0 auto 22px; padding: 16px 20px; border: 1px solid #d8c77b; border-radius: 14px; background: #fff9dc; color: #584b1b; }
.alert-error { border-color: #efad98; background: #fff0eb; color: #7a2d1b; }
.checkout-layout { width: min(1180px, calc(100% - 40px)); margin: 0 auto 100px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: 28px; }
.checkout-sections { display: grid; gap: 20px; }
.checkout-panel { position: relative; padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.8); }
.checkout-panel h2 { margin: 0 0 8px; font-size: 29px; letter-spacing: -.035em; }
.panel-number { position: absolute; top: 38px; right: 38px; color: var(--teal); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.panel-lead { max-width: 650px; margin: 0 0 24px; color: var(--ink-soft); }
.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.package-option { position: relative; display: flex; min-height: 180px; padding: 20px; flex-direction: column; border: 2px solid var(--line); border-radius: 18px; background: white; cursor: pointer; transition: border .18s ease, transform .18s ease, box-shadow .18s ease; }
.package-option:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(8,53,59,.09); }
.package-option:has(input:checked) { border-color: var(--teal); box-shadow: inset 0 0 0 1px var(--teal); }
.package-option input { position: absolute; top: 16px; right: 16px; accent-color: var(--teal); }
.package-option span { display: flex; align-items: baseline; gap: 5px; }
.package-option span b { color: var(--teal); font-size: 37px; line-height: 1; letter-spacing: -.05em; }
.package-option span small { color: var(--ink-soft); font-weight: 700; }
.package-option > strong { margin-top: auto; font-size: 20px; }
.package-option em { color: var(--ink-soft); font-size: 11px; font-style: normal; }
.price-note { margin: 18px 0 0; color: #66787e; font-size: 12px; }
.form-grid-shop { display: grid; grid-template-columns: 180px 1fr; gap: 16px; margin-top: 24px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field > span { font-size: 13px; font-weight: 800; }
.field > span small, .field > small { color: var(--ink-soft); font-weight: 500; }
.field input, .field textarea { width: 100%; padding: 13px 15px; border: 1px solid #c7d4cf; border-radius: 11px; background: white; color: var(--ink); }
.field input:focus, .field textarea:focus { border-color: var(--teal); outline: 3px solid rgba(15,110,115,.12); }
.payment-options { display: grid; gap: 10px; margin-top: 22px; }
.payment-option { display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 13px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: white; cursor: pointer; }
.payment-option:has(input:checked) { border-color: var(--teal); box-shadow: inset 0 0 0 1px var(--teal); }
.payment-option input { accent-color: var(--teal); }
.payment-option b, .payment-option small { display: block; }
.payment-option small { color: var(--ink-soft); }
.payment-option.disabled { opacity: .56; cursor: not-allowed; }
.pilot-notice { border-color: #efc8b9; background: #fff7f3; }
.pilot-notice p { margin-bottom: 0; color: #684436; }
.order-summary { position: sticky; top: 20px; padding: 30px; border-radius: 24px; background: var(--teal-deep); color: white; box-shadow: var(--shadow); }
.order-summary > p:first-child { margin: 0 0 5px; color: var(--mint); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.order-summary h2 { margin: 0 0 22px; font-size: 27px; letter-spacing: -.04em; }
.order-summary dl { margin: 0; }
.order-summary dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.order-summary dt { color: #a9c2c4; }
.order-summary dd { margin: 0; text-align: right; font-weight: 750; }
.summary-total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 24px 0 6px; }
.summary-total strong { color: var(--lime); font-size: 28px; }
.summary-tax { margin: 0 0 22px; color: #a9c2c4; font-size: 11px; }
.legal-check { display: grid; grid-template-columns: 18px 1fr; gap: 10px; margin: 18px 0; color: #d7e5e5; font-size: 12px; line-height: 1.45; }
.legal-check input { margin-top: 3px; accent-color: var(--lime); }
.legal-check a { color: white; text-decoration: underline; }
.order-button { background: var(--lime); color: var(--teal-deep); box-shadow: none; }
.secure-note { display: block; margin-top: 14px; color: #98b6b8; text-align: center; line-height: 1.4; }
.status-card { width: min(760px, calc(100% - 40px)); margin: 72px auto 100px; padding: 48px; border-radius: 28px; background: white; box-shadow: var(--shadow); }
.status-card h1 { font-size: clamp(38px, 5vw, 58px); overflow-wrap: anywhere; }
.status-card > p { color: var(--ink-soft); font-size: 18px; }
.status-card .alert { width: 100%; margin: 24px 0; }
.status-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 18px; font-size: 25px; font-weight: 900; }
.status-icon.success { background: #e0f4e4; color: #237a38; }
.status-icon.warning { background: #fff0eb; color: #a34429; }
.status-icon.pending { background: #e2f0f0; color: var(--teal); }
.status-details { margin: 28px 0; padding: 22px; border-radius: 17px; background: #f2f7f4; }
.status-details dl, .bank-box dl, .confirm-list { margin: 0; }
.status-details dl div, .bank-box dl div, .confirm-list div { display: grid; grid-template-columns: 170px 1fr; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.status-details dt, .bank-box dt, .confirm-list dt { color: var(--ink-soft); }
.status-details dd, .bank-box dd, .confirm-list dd { margin: 0; overflow-wrap: anywhere; }
.bank-box { margin: 28px 0; padding: 25px; border: 1px solid var(--line); border-radius: 18px; }
.bank-box h2 { margin-top: 0; }
.bank-box > p { color: var(--ink-soft); font-size: 13px; }
.status-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.legal-page { width: min(820px, calc(100% - 40px)); margin: 72px auto 110px; padding: 54px; border-radius: 28px; background: white; box-shadow: 0 20px 60px rgba(8,53,59,.1); }
.legal-page h1 { font-size: clamp(48px, 6vw, 70px); }
.legal-page h2 { margin: 38px 0 10px; font-size: 24px; letter-spacing: -.025em; }
.legal-page p { color: #40575f; }
.legal-page a { color: var(--teal); text-decoration: underline; }
.withdrawal-form { display: grid; gap: 18px; margin-top: 30px; }
.confirm-list { margin: 30px 0; padding: 20px; border-radius: 16px; background: #f2f7f4; }
.invoice-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.invoice-parties { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 40px 0; }
.invoice-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 18px; border-radius: 14px; background: #f2f7f4; }
.invoice-meta dt { color: var(--ink-soft); font-size: 12px; }
.invoice-meta dd { margin: 3px 0 0; font-weight: 750; }
.invoice-table { width: 100%; margin: 34px 0; border-collapse: collapse; }
.invoice-table th, .invoice-table td { padding: 14px 10px; border-bottom: 1px solid var(--line); text-align: left; }
.invoice-table th:last-child, .invoice-table td:last-child { text-align: right; }

@media print {
  .site-header, .site-footer, .print-button { display: none !important; }
  body, .legal-page { background: white; box-shadow: none; }
  .legal-page { width: 100%; margin: 0; padding: 0; }
}

@media (max-width: 1020px) {
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .package-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 10px; }
  .product-stage { min-height: 590px; }
  .proof-strip { margin-top: 20px; grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .steps { grid-template-columns: 1fr; }
  .steps article:nth-child(n) { transform: none; min-height: auto; }
  .step-symbol { margin: 28px 0 18px; }
  .safety-panel { grid-template-columns: 1fr; gap: 20px; padding: 54px; }
  .order-teaser { grid-template-columns: 1fr; gap: 48px; }
  .order-card { max-width: 560px; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .site-header { width: min(100% - 28px, 1240px); min-height: 76px; }
  .site-header .button { display: none; }
  .hero { width: min(100% - 28px, 1240px); margin-top: 0; min-height: auto; }
  .hero-copy { padding-top: 54px; }
  .hero h1 { font-size: clamp(52px, 16vw, 76px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-list { display: grid; }
  .product-stage { min-height: 445px; }
  .report-card { top: 25px; right: 0; width: 84%; padding: 18px; }
  .score-row strong { font-size: 28px; }
  .usb-stick { left: -8px; bottom: 70px; width: 350px; }
  .usb-metal { width: 76px; height: 80px; padding: 17px 10px; gap: 8px; }
  .usb-metal i { width: 20px; height: 28px; }
  .usb-body { width: 270px; height: 112px; padding: 24px 23px; }
  .usb-body b { font-size: 84px; }
  .local-badge { bottom: 8px; }
  .proof-strip { width: 100%; }
  .section { width: min(100% - 28px, 1180px); padding: 78px 0; }
  .section-heading h2, .safety h2, .order-teaser h2, .closing h2 { font-size: 42px; }
  .safety { width: 100%; }
  .safety-panel { padding: 42px 24px; border-radius: 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-grid article.featured { transform: none; }
  .order-card { padding: 28px; }
  .closing { width: 100%; margin-top: 0; padding: 58px 24px; align-items: flex-start; flex-direction: column; border-radius: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .compact-header nav { display: none; }
  .checkout-hero { width: min(100% - 28px, 1180px); padding-top: 48px; }
  .checkout-layout { width: min(100% - 28px, 1180px); }
  .package-grid { grid-template-columns: 1fr; }
  .package-option { min-height: 142px; }
  .checkout-panel, .order-summary, .status-card, .legal-page { padding: 26px; }
  .form-grid-shop { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .status-details dl div, .bank-box dl div, .confirm-list div { grid-template-columns: 1fr; gap: 2px; }
  .status-actions { align-items: flex-start; flex-direction: column; }
  .invoice-head { flex-direction: column; }
  .invoice-parties, .invoice-meta { grid-template-columns: 1fr; }
}

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