:root {
  --red: #e31823;
  --red-dark: #b80f17;
  --black: #070707;
  --black-2: #0d0d0e;
  --panel: #121214;
  --line: #29292c;
  --white: #ffffff;
  --off: #f5f3ef;
  --muted: #a7a7ac;
  --muted-dark: #68686f;
  --green: #168447;
  --shadow: 0 24px 60px rgba(0,0,0,.35);
  --radius: 18px;
  --shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #17171a;
  background: var(--off);
  font-family: "Avenir Next", Avenir, "Century Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #ffcc35; outline-offset: 3px; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin: 0 auto; }
.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; }
.skip-link { position: fixed; top: -100px; left: 14px; z-index: 1000; background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7,7,7,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { width: 235px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #d7d7db; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.desktop-nav a:hover { color: var(--white); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.call-link { display: flex; flex-direction: column; color: var(--white); line-height: 1.1; text-align: right; }
.call-link span { color: #9b9ba0; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.call-link strong { font-size: 14px; margin-top: 4px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 9px;
  text-transform: uppercase;
  letter-spacing: .055em;
  font-size: 13px;
  font-weight: 900;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-red { color: white; background: linear-gradient(180deg, #f5222c, var(--red)); box-shadow: 0 9px 26px rgba(227,24,35,.25); }
.btn-red:hover { background: var(--red-dark); box-shadow: 0 12px 32px rgba(227,24,35,.33); }
.btn-small { min-height: 42px; padding-inline: 18px; font-size: 11px; }
.btn-large { min-height: 60px; padding-inline: 30px; font-size: 14px; }
.btn-full { width: 100%; }
.btn-ghost { background: #f4f4f4; color: #232327; border-color: #dfdfe2; }
.button-row { display: flex; gap: 10px; margin-top: 8px; }
.button-row .btn { flex: 1; }

.hero { position: relative; min-height: 760px; overflow: hidden; color: var(--white); background: var(--black); }
.hero-bg { position: absolute; inset: 0; background: url('assets/hero-ferrari-original.png') center 45% / cover no-repeat; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.70) 40%, rgba(0,0,0,.45) 66%, rgba(0,0,0,.62) 100%), linear-gradient(180deg, rgba(0,0,0,.18) 40%, rgba(0,0,0,.88) 100%); }
.hero-bottom-fade { position: absolute; left:0; right:0; bottom:0; height: 110px; background: linear-gradient(180deg, transparent, rgba(7,7,7,.95)); pointer-events:none; }
.hero-grid { position: relative; z-index: 3; min-height: 760px; display: grid; grid-template-columns: 1.05fr .82fr; align-items: center; gap: 64px; padding-block: 56px 88px; }
.hero-copy { max-width: 680px; }
.eyebrow, .section-kicker { display: inline-flex; color: var(--red); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 900; }
.hero h1 { margin: 14px 0 18px; font-size: clamp(50px, 5.4vw, 78px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; font-weight: 950; }
.hero h1 span { color: #fff; }
.hero-sub { max-width: 640px; margin: 0; color: #e7e7e8; font-size: 18px; line-height: 1.58; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.trust-chips span { border: 1px solid rgba(255,255,255,.17); background: rgba(10,10,10,.48); backdrop-filter: blur(8px); border-radius: 100px; padding: 9px 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .065em; font-weight: 850; }
.trust-chips b { color: #35c473; margin-right: 5px; }
.hero-microproof { display: flex; flex-direction: column; margin-top: 28px; padding-left: 15px; border-left: 3px solid var(--red); }
.hero-microproof strong { text-transform: uppercase; letter-spacing: .04em; font-size: 14px; }
.hero-microproof span { color: #bdbdc0; margin-top: 3px; font-size: 12px; }

.offer-card { background: rgba(255,255,255,.98); color: #18181b; border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; border: 1px solid rgba(255,255,255,.55); }
.form-head { display: flex; justify-content: space-between; gap: 16px; padding: 24px 26px 18px; border-bottom: 1px solid #ececef; }
.form-head h2 { margin: 4px 0 0; font-size: 25px; line-height: 1.05; letter-spacing: -.03em; }
.mini-kicker { color: var(--red); text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.secure-pill { align-self: flex-start; border-radius: 100px; background: #edf8f1; color: #136634; padding: 8px 10px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
#ferrariOfferForm { padding: 18px 26px 24px; }
.honeypot { display: none !important; }
.form-progress { display: flex; align-items: center; margin-bottom: 20px; }
.progress-item { display: flex; align-items: center; gap: 6px; color: #96969c; }
.progress-item span { width: 24px; height: 24px; display: grid; place-items:center; border-radius: 50%; border: 1px solid #d3d3d7; font-size: 10px; font-weight: 900; }
.progress-item em { font-style: normal; text-transform: uppercase; font-size: 9px; letter-spacing: .08em; font-weight: 900; }
.progress-item.is-active { color: #111114; }
.progress-item.is-active span { border-color: var(--red); background: var(--red); color: white; }
.progress-item.is-complete { color: #166f3c; }
.progress-item.is-complete span { border-color: #21a35a; background: #eaf8f0; color: #166f3c; }
.progress-line { height: 1px; background: #dedee2; flex: 1; margin: 0 9px; }
.form-step { animation: formIn .22s ease both; }
@keyframes formIn { from {opacity:0; transform: translateY(6px)} to {opacity:1; transform:translateY(0)} }
.form-step h3 { margin: 2px 0 16px; font-size: 19px; letter-spacing: -.02em; }
.field-grid { display: grid; gap: 12px; }
.field-grid.two { grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 12px; }
.field > span { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; font-weight: 850; color: #4b4b51; }
.field > span i { font-style: normal; color: #99999f; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; border: 1px solid #d9d9de; background: white; border-radius: 8px; padding: 11px 12px; color: #151518; outline: none; transition: border .15s ease, box-shadow .15s ease; }
.field textarea { min-height: 84px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #74747a; box-shadow: 0 0 0 3px rgba(0,0,0,.06); }
.field.has-error input, .field.has-error select { border-color: var(--red); }
.field-error { display: none; color: #bd101a; font-size: 10px; margin-top: -2px; }
.field.has-error .field-error { display: block; }
.form-footnote, .privacy-line { text-align:center; color: #7f7f86; font-size: 10px; line-height: 1.4; margin: 10px 0 0; }
.upload-box { display: grid; justify-items: center; text-align: center; border: 1.5px dashed #c7c7cc; border-radius: 11px; padding: 18px 12px; margin: 4px 0 12px; background: #fafafa; transition: .18s ease; cursor: pointer; }
.upload-box:hover, .upload-box.is-dragging { border-color: var(--red); background: #fff7f7; }
.upload-box input { position: absolute; opacity: 0; pointer-events: none; }
.upload-icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items:center; background: var(--red); color: #fff; font-size: 21px; line-height:1; margin-bottom: 8px; }
.upload-box strong { font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.upload-box span:not(.upload-icon) { margin-top: 4px; color:#6d6d73; font-size: 11px; }
.upload-box small { color:#9a9aa0; font-size:9px; margin-top:4px; }
.photo-preview { display: flex; flex-wrap: wrap; gap: 7px; }
.photo-chip { display:flex; align-items:center; gap:7px; max-width:100%; padding: 6px 9px; border-radius: 7px; background:#f1f1f3; font-size:10px; color:#4c4c52; }
.photo-chip span { max-width:145px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.upload-error { min-height: 14px; color: #bd101a; font-size:10px; margin:5px 0 2px; }

.strip-section { background: var(--black-2); color: white; padding: 42px 0; border-top: 1px solid #1c1c1f; border-bottom: 1px solid #1c1c1f; }
.cred-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.cred-copy h2 { margin: 8px 0 12px; font-size: clamp(30px, 3.2vw, 46px); line-height:1.02; letter-spacing:-.04em; text-transform:uppercase; }
.cred-copy h2 span { color:#fff; }
.cred-copy p { color:#b7b7bc; line-height:1.65; margin:0; max-width:640px; }
.cred-badges { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.cred-badge { position:relative; overflow:hidden; border:1px solid #2d2d31; background:#151517; border-radius:12px; padding:17px; min-height:92px; display:flex; flex-direction:column; justify-content:center; transition:border-color .2s ease, transform .2s ease, background-color .2s ease; }
.cred-badge:before { content:""; position:absolute; inset:0 auto 0 0; width:2px; background:transparent; }
.cred-badge:hover { border-color:#444449; transform:translateY(-2px); }
.cred-badge--featured { background:linear-gradient(135deg, #18181b, #121214); border-color:#3a3a3f; }
.cred-badge--featured:before { background:var(--red); }
.cred-badge strong { font-size:19px; line-height:1.05; letter-spacing:-.02em; }
.cred-badge span { color:#8f8f95; font-size:10px; text-transform:uppercase; letter-spacing:.07em; margin-top:5px; }

.section { padding: 92px 0; }
.section-head { margin-bottom: 38px; }
.section-head.centered { text-align: center; max-width: 760px; margin-left:auto; margin-right:auto; }
.section-head h2, .why-copy h2, .faq-intro h2 { margin: 8px 0 12px; font-size: clamp(38px, 4.4vw, 62px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.section-head p, .why-copy .lead, .faq-intro > p { color: #65656b; font-size:16px; line-height:1.65; }

.how { background: #f5f3ef; }
.steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.step-card { position:relative; overflow:hidden; min-height:245px; padding:28px; border-radius:16px; background:#fff; border:1px solid #e2e0dc; }
.step-card:after { content:""; position:absolute; width:120px; height:120px; border-radius:50%; right:-55px; bottom:-55px; background: rgba(227,24,35,.06); }
.step-number { color: var(--red); font-size:13px; font-weight:950; letter-spacing:.08em; }
.step-card h3 { margin:46px 0 9px; text-transform:uppercase; font-size:25px; line-height:1; letter-spacing:-.03em; }
.step-card p { margin:0; color:#6f6f75; line-height:1.55; }
.center-cta { display:flex; justify-content:center; margin-top:30px; }

.why { background:#0a0a0b; color:#fff; }
.why-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:62px; align-items:start; }
.why-copy { position:sticky; top:105px; }
.why-copy h2 span { color:var(--red); }
.why-copy .lead { color:#a9a9ae; }
.text-link { display:inline-flex; gap:8px; align-items:center; margin-top:8px; color:var(--red); text-transform:uppercase; letter-spacing:.06em; font-weight:900; font-size:12px; }
.feature-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.feature-card { border:1px solid #27272a; border-radius:14px; background:#111113; padding:22px; min-height:205px; }
.feature-icon { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:rgba(227,24,35,.13); color:#ff4650; font-weight:950; font-size:10px; }
.feature-card h3 { margin:28px 0 8px; font-size:19px; text-transform:uppercase; letter-spacing:-.02em; }
.feature-card p { margin:0; color:#99999f; line-height:1.55; font-size:14px; }

.purchases { background:#f5f3ef; }
.split-head { display:flex; justify-content:space-between; align-items:end; gap:20px; }
.split-head h2 { margin-bottom:0; }
.purchase-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.purchase-card { overflow:hidden; border-radius:15px; background:#fff; border:1px solid #deddd9; }
.purchase-image { position:relative; aspect-ratio: 16 / 10; overflow:hidden; background:#151515; }
.purchase-image img { width:100%; height:100%; object-fit:cover; transition: transform .45s ease; }
.purchase-card:hover .purchase-image img { transform:scale(1.035); }
.sold-tag { position:absolute; top:12px; left:12px; border-radius:100px; padding:7px 9px; background:rgba(0,0,0,.78); color:#fff; font-size:9px; text-transform:uppercase; letter-spacing:.08em; font-weight:900; backdrop-filter:blur(7px); }
.purchase-body { padding:18px; }
.purchase-body h3 { margin:0 0 6px; font-size:19px; text-transform:uppercase; letter-spacing:-.02em; }
.purchase-body p { margin:0; color:#737379; font-size:12px; }
.purchase-body p span { color:var(--red); margin:0 5px; }

.reviews { background:#fff; }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.review-card { border:1px solid #e0e0e3; border-radius:15px; padding:24px; background:#fafafa; }
.review-badge { display:inline-block; color:#9c6600; background:#fff2cf; border:1px solid #f2dfaa; padding:6px 8px; border-radius:100px; text-transform:uppercase; letter-spacing:.07em; font-size:8px; font-weight:900; }
.commitment-mark { color:#17171a; letter-spacing:-.04em; margin:22px 0 12px; font-size:clamp(25px, 3vw, 38px); line-height:1; font-weight:950; text-transform:uppercase; }
.review-card p { color:#55555b; line-height:1.65; min-height:108px; }
.review-person { display:flex; flex-direction:column; border-top:1px solid #e2e2e4; padding-top:15px; }
.review-person strong { font-size:13px; text-transform:uppercase; }
.review-person span { color:#8c8c92; font-size:10px; margin-top:4px; }

.faq { background:#efede8; }
.faq-grid { display:grid; grid-template-columns:.72fr 1.28fr; gap:62px; }
.faq-intro { position:sticky; top:108px; align-self:start; }
.call-card { margin-top:22px; display:inline-flex; flex-direction:column; border-left:3px solid var(--red); padding-left:14px; }
.call-card span { color:#7e7e84; text-transform:uppercase; font-size:9px; letter-spacing:.1em; font-weight:900; }
.call-card strong { margin-top:4px; font-size:20px; }
.accordion details { border-bottom:1px solid #d3d1cc; }
.accordion summary { list-style:none; display:flex; align-items:center; justify-content:space-between; gap:18px; cursor:pointer; padding:20px 0; font-size:15px; font-weight:850; }
.accordion summary::-webkit-details-marker { display:none; }
.accordion summary:after { content:"+"; font-size:24px; font-weight:400; color:var(--red); }
.accordion details[open] summary:after { content:"−"; }
.accordion details p { margin:-4px 0 20px; color:#66666c; line-height:1.65; max-width:720px; }

.final-cta { position:relative; color:#fff; background:#090909; overflow:hidden; text-align:center; }
.final-cta-bg { position:absolute; inset:0; background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.72)), url('assets/hero-ferrari-refined.jpg') center 56% / cover no-repeat; opacity:.92; }

.final-cta-inner { position:relative; z-index:2; padding:100px 20px 110px; }
.section-kicker.light { color:#ff3e47; }
.final-cta h2 { margin:10px 0 8px; font-size:clamp(44px,6vw,78px); text-transform:uppercase; letter-spacing:-.055em; line-height:.95; }
.final-cta p { color:#d1d1d5; margin:0 0 24px; font-size:17px; }

.footer { background:#050505; color:#fff; border-top:1px solid #222; padding:36px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr .8fr; gap:32px; align-items:start; }
.footer-brand img { width:220px; height:auto; }
.footer-brand p { color:#88888e; font-size:12px; margin:10px 0 0; }
.footer-links { display:grid; gap:9px; font-size:12px; color:#b2b2b6; }
.footer-links a:hover { color:#fff; }
.footer-contact { display:flex; flex-direction:column; align-items:flex-end; }
.footer-contact span { color:#77777d; text-transform:uppercase; font-size:9px; letter-spacing:.1em; font-weight:900; }
.footer-contact a { font-weight:900; margin-top:5px; }
.legal { display:flex; justify-content:space-between; gap:24px; margin-top:30px; padding-top:18px; border-top:1px solid #1e1e20; }
.legal p { color:#65656b; font-size:9px; line-height:1.5; margin:0; max-width:680px; }

.mobile-sticky-cta { display:none; }
.mobile-only { display:none; }

@media (max-width: 1080px) {
  .desktop-nav { display:none; }
  .hero-grid { grid-template-columns: .95fr 1.05fr; gap:34px; }
  .hero h1 { font-size:54px; }
  .why-grid { gap:34px; }
}

@media (max-width: 860px) {
  .site-header { position:relative; }
  .nav-wrap { min-height:64px; }
  .brand { width:205px; }
  .call-link { display:none; }
  .nav-actions { margin-left:auto; }
  .hero { min-height:auto; }
  .hero-bg { background-position: 55% 12%; background-size: auto 500px; background-repeat:no-repeat; background-color:#050505; }
  .hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.20) 0, rgba(0,0,0,.46) 260px, rgba(0,0,0,.93) 480px, #070707 72%); }
  .hero-grid { min-height:auto; grid-template-columns:1fr; padding-top:335px; padding-bottom:72px; gap:30px; }
  .hero-copy { max-width:720px; }
  .hero h1 { font-size:clamp(44px,9vw,68px); }
  .hero-sub { font-size:17px; }
  .cred-grid, .why-grid, .faq-grid { grid-template-columns:1fr; }
  .why-copy, .faq-intro { position:relative; top:auto; }
  .feature-grid { grid-template-columns:repeat(2,1fr); }
  .steps-grid, .purchase-grid, .review-grid { grid-template-columns:1fr; }
  .purchase-image { aspect-ratio:16/8; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-contact { align-items:flex-start; }
  .legal { flex-direction:column; }
  .desktop-only { display:none !important; }
  .mobile-only { display:flex; }
}

@media (max-width: 620px) {
  .shell { width:min(calc(100% - 24px), var(--shell)); }
  .nav-wrap { gap:10px; }
  .brand { width:170px; }
  .btn-small { min-height:38px; padding-inline:12px; font-size:9px; }
  .hero-bg { background-position: 50% 0; background-size:auto 315px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.08) 0, rgba(0,0,0,.34) 180px, rgba(0,0,0,.95) 310px, #070707 68%); }
  .hero-grid { padding-top:235px; padding-bottom:54px; }
  .eyebrow { font-size:9px; }
  .hero h1 { font-size:43px; margin-top:10px; }
  .hero-sub { font-size:15px; line-height:1.55; }
  .trust-chips { gap:7px; margin-top:18px; }
  .trust-chips span { font-size:9px; padding:7px 9px; }
  .hero-microproof { margin-top:20px; }
  .offer-card { border-radius:14px; }
  .form-head { padding:19px 17px 15px; }
  .form-head h2 { font-size:21px; }
  .secure-pill { font-size:8px; padding:6px 8px; }
  #ferrariOfferForm { padding:15px 17px 19px; }
  .field-grid.two { grid-template-columns:1fr; gap:0; }
  .button-row { flex-direction:column-reverse; }
  .section { padding:68px 0; }
  .strip-section { padding:36px 0; }
  .cred-grid { gap:28px; }
  .cred-badges { grid-template-columns:1fr 1fr; }
  .cred-badge { padding:14px; min-height:84px; }
  .section-head h2, .why-copy h2, .faq-intro h2 { font-size:39px; }
  .feature-grid { grid-template-columns:1fr; }
  .feature-card { min-height:auto; }
  .feature-card h3 { margin-top:20px; }
  .purchase-image { aspect-ratio:16/10; }
  .review-card p { min-height:0; }
  .final-cta-inner { padding:76px 10px 88px; }
  .final-cta h2 { font-size:45px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-contact { align-items:flex-start; }
  .footer-links { grid-template-columns:1fr 1fr; }
  body { padding-bottom:72px; }
  .mobile-sticky-cta {
    display:flex;
    position:fixed;
    z-index:120;
    left:12px; right:12px; bottom:12px;
    min-height:52px;
    align-items:center; justify-content:center; gap:10px;
    color:#fff;
    border-radius:10px;
    background:linear-gradient(180deg, #f5222c, var(--red));
    box-shadow:0 15px 38px rgba(0,0,0,.35);
    text-transform:uppercase;
    letter-spacing:.07em;
    font-weight:950;
    font-size:12px;
    transition:opacity .2s ease, transform .2s ease;
  }
  .mobile-sticky-cta.is-hidden { opacity:0; transform:translateY(80px); pointer-events:none; }
}

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