:root{--dark:#0b1117;--panel:#101a23;--panel2:#14212d;--beige:#d9b98f;--beige2:#efd4ac;--text:#fff;--muted:rgba(255,255,255,.72);--line:rgba(217,185,143,.25)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Onest',system-ui,sans-serif;background:var(--dark);color:var(--text)}a{text-decoration:none;color:inherit}button{font:inherit;cursor:pointer}.page-shell{min-height:100svh;background:#0b1117;overflow:hidden}.container{width:min(1180px,calc(100% - 44px));margin:0 auto;position:relative;z-index:2}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:rgba(7,11,15,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:40}.brand img{width:164px;display:block}.topbar-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.topbar-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;border:1px solid rgba(217,185,143,.55);padding:13px 20px;font-weight:800;color:var(--beige2);background:rgba(217,185,143,.1);transition:.2s}.topbar-btn:hover{background:rgba(217,185,143,.18);border-color:rgba(239,212,172,.85)}.phone-header-btn{color:#fff}.phone-header-btn .phone-icon{color:var(--beige2);font-size:14px}.icon-link{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.09);color:#fff}.icon-link svg{width:19px;height:19px;fill:currentColor}.hero{position:relative;min-height:calc(100svh - 82px);display:flex;align-items:center;padding:72px 0}.hero-scene{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,12,17,.98) 0%,rgba(7,12,17,.78) 42%,rgba(7,12,17,.48) 100%),url('assets/hero-drive.jpg') center/cover no-repeat;opacity:.92}.hero-fade{position:absolute;inset:0;background:radial-gradient(circle at 74% 45%,rgba(217,185,143,.22),transparent 32%),linear-gradient(180deg,transparent 0%,#0b1117 100%)}.hero-grid{display:grid;grid-template-columns:minmax(0,570px) minmax(420px,1fr);align-items:center;gap:20px}.eyebrow{display:flex;align-items:center;gap:12px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#f2d3ab;font-weight:700;margin-bottom:22px}.eyebrow:before{content:'';width:38px;height:1px;background:var(--beige)}.hero h1{font-size:clamp(44px,5.8vw,78px);line-height:1.06;letter-spacing:-.055em;margin:0 0 22px;text-transform:uppercase}.hero h1 span{color:var(--beige)}.hero p{font-size:19px;line-height:1.55;color:rgba(255,255,255,.80);max-width:560px;margin:0 0 30px}.primary-btn{min-width:300px;height:62px;border:0;border-radius:8px;background:linear-gradient(135deg,#efd4ac,#c99d6a);color:#0e1318;font-weight:900;font-size:17px;display:inline-flex;align-items:center;justify-content:center;gap:34px}.primary-btn span{font-size:30px;line-height:1}.hero-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:36px}.hero-trust span{display:inline-flex;max-width:150px;color:rgba(255,255,255,.82);font-weight:700;font-size:14px}.hero-car-wrap{position:relative;min-height:460px}.hero-car-cutout{position:absolute;right:-90px;bottom:-20px;width:min(720px,58vw);filter:drop-shadow(0 34px 38px rgba(0,0,0,.65)) drop-shadow(0 0 34px rgba(217,185,143,.12))}.quiz-modal{position:fixed;inset:0;display:none;z-index:120}.quiz-modal.open{display:block}.quiz-backdrop{position:absolute;inset:0;background:rgba(3,5,8,.76);backdrop-filter:blur(6px)}.quiz-window{position:relative;z-index:2;width:min(1120px,calc(100% - 28px));max-height:92svh;margin:22px auto;background:linear-gradient(135deg,#0e151c,#101b25);border:1px solid rgba(217,185,143,.28);box-shadow:0 30px 90px rgba(0,0,0,.55);overflow:auto;border-radius:4px}.quiz-close{position:absolute;top:24px;right:26px;background:none;border:0;color:#fff;font-size:44px;line-height:1;font-weight:200}.quiz-topline{padding:40px 60px 26px;border-bottom:1px solid rgba(217,185,143,.28);display:flex;align-items:center;justify-content:space-between;gap:20px}.quiz-topline h2{font-size:27px;margin:0;color:#fff;letter-spacing:-.025em}.progress{display:flex;align-items:center}.progress-dot{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.45);display:flex;align-items:center;justify-content:center;font-weight:900;color:rgba(255,255,255,.65);font-size:12px}.progress-dot.active,.progress-dot.done{border-color:var(--beige);color:var(--beige)}.progress-line{width:42px;height:2px;background:rgba(255,255,255,.32)}.progress-line.done{background:var(--beige)}.quiz-body{padding:34px 60px 8px;min-height:330px}.question-title{font-size:21px;font-weight:900;margin-bottom:20px}.option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.option-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.option-card{position:relative;overflow:hidden;text-align:left;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));border-radius:8px;color:#fff;min-height:98px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.option-card:hover{transform:translateY(-1px);border-color:rgba(217,185,143,.55)}.option-card.selected{border-color:var(--beige);box-shadow:0 0 0 1px rgba(217,185,143,.6) inset;background:rgba(217,185,143,.08)}.option-title{display:flex;align-items:flex-start;gap:12px;font-size:16px;font-weight:800}.check{width:25px;height:25px;min-width:25px;border:2px solid rgba(255,255,255,.36);border-radius:4px;display:inline-flex;align-items:center;justify-content:center}.option-card.selected .check{background:var(--beige);border-color:var(--beige);color:#0d141a}.option-card.selected .check:after{content:'✓';font-weight:900}.option-card.has-image{min-height:165px}.option-image{width:100%;height:96px;object-fit:contain;margin-top:8px;filter:drop-shadow(0 18px 15px rgba(0,0,0,.55))}.option-icon{align-self:flex-end;font-size:36px;color:#fff;opacity:.82;margin-top:16px}.option-grid.compact .option-card{min-height:76px}.option-grid.compact .option-card .option-title{font-size:15px}.quiz-bottom{display:flex;justify-content:space-between;gap:14px;padding:24px 60px 48px}.nav-btn{min-width:120px;border:0;border-radius:7px;padding:15px 24px;font-weight:900}.nav-btn.ghost{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.08)}.nav-btn.next{background:linear-gradient(135deg,#efd4ac,#c99d6a);color:#0e1318}.nav-btn:disabled{opacity:.45;cursor:not-allowed}.final-form{display:none;padding:46px 60px 56px;text-align:center}.final-form.active{display:block}.final-icon{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--beige);color:var(--beige);font-weight:900;margin-bottom:14px}.final-form h2{margin:0 0 12px;font-size:30px}.final-form p{margin:0 auto 22px;color:rgba(255,255,255,.78);font-weight:700}.final-form label{display:block;margin-bottom:12px}.final-form input,.final-form textarea{width:100%;border:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.035);border-radius:5px;color:#fff;padding:16px 18px;outline:none}.final-form input::placeholder,.final-form textarea::placeholder{color:rgba(255,255,255,.52)}.submit-btn{width:100%;border:0;border-radius:5px;background:linear-gradient(135deg,#efd4ac,#c99d6a);color:#0e1318;font-weight:900;padding:17px 20px;margin-top:10px}.final-form small{display:block;color:rgba(255,255,255,.56);margin-top:14px}.field-error{border-color:#ff6969!important}.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);z-index:200;background:#fff;color:#0e1318;padding:13px 18px;border-radius:999px;font-weight:800;box-shadow:0 20px 50px rgba(0,0,0,.35)}.thanks-page{background:#0b1117}.thanks-screen{min-height:100svh;display:flex;align-items:center;justify-content:center;padding:30px}.thanks-bg{position:absolute;inset:0;background:url('assets/bg-dark-ycars.png') center/cover no-repeat;opacity:.18}.thanks-card{position:relative;text-align:center;background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:20px;padding:42px;max-width:620px}.thanks-card img{width:170px}.thanks-card h1{font-size:46px}.thanks-card p{color:var(--muted);font-size:18px}
@media(max-width:980px){.desktop-social{display:none}.topbar{height:68px;padding:0 14px}.brand img{width:130px}.topbar-btn{padding:10px 14px;font-size:13px}.hero{min-height:auto;padding:56px 0 32px}.hero-grid{grid-template-columns:1fr}.hero h1{font-size:48px}.hero-car-wrap{min-height:280px}.hero-car-cutout{right:-24px;bottom:0;width:92vw}.quiz-topline{display:block;padding:30px 22px 20px}.quiz-topline h2{font-size:22px;padding-right:48px}.progress{margin-top:15px}.quiz-body{padding:24px 22px 8px}.quiz-bottom{padding:20px 22px 34px}.option-grid,.option-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.final-form{padding:36px 22px 44px}}
@media(max-width:620px){.container{width:calc(100% - 26px)}.topbar{height:62px}.brand img{width:108px}.topbar-actions{gap:7px}.topbar-btn{font-size:12px;padding:9px 10px}.phone-header-btn span:last-child{display:none}.phone-header-btn{width:40px;padding:9px 0}.hero{padding:38px 0 24px}.hero h1{font-size:35px}.hero p{font-size:15px}.primary-btn{width:100%;min-width:0;height:52px}.hero-trust{gap:10px;margin-top:22px}.hero-trust span{font-size:11px;max-width:105px}.hero-car-wrap{min-height:210px}.hero-car-cutout{width:105vw;right:-70px}.quiz-window{width:100%;height:100dvh;max-height:none;margin:0;border:none;overflow:auto}.quiz-close{top:10px;right:12px;font-size:42px}.quiz-topline{padding:54px 12px 14px}.quiz-topline h2{font-size:19px}.progress-dot{width:24px;height:24px;font-size:11px}.progress-line{width:24px}.quiz-body{padding:16px 10px 4px;min-height:auto}.question-title{font-size:18px;margin-bottom:12px}.option-grid,.option-grid.compact{gap:9px}.option-card{padding:10px;min-height:68px}.option-card.has-image{min-height:116px}.option-title{font-size:13px;gap:7px}.check{width:21px;height:21px;min-width:21px}.option-image{height:62px}.option-icon{font-size:24px}.quiz-bottom{position:sticky;bottom:0;background:linear-gradient(180deg,rgba(11,17,23,0),rgba(11,17,23,.96) 32%,#0b1117);backdrop-filter:blur(10px);padding:14px 10px 18px}.nav-btn{flex:1;min-width:0;padding:13px 12px}.final-form{padding:54px 12px 28px}.final-form h2{font-size:24px}.final-form input,.final-form textarea{padding:14px}.submit-btn{padding:15px}.option-grid.compact .option-card{min-height:62px}}
@media(max-width:360px){.hero h1{font-size:31px}.hero-car-wrap{min-height:180px}.option-card.has-image{min-height:108px}.option-image{height:56px}.progress-line{width:16px}}

/* ===== Mobile hotfix v6: no horizontal overflow in quiz/final form ===== */
@media (max-width: 620px){
  html, body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }
  .quiz-modal.open{
    width:100vw;
    max-width:100vw;
    overflow:hidden;
  }
  .quiz-window{
    width:100vw !important;
    max-width:100vw !important;
    min-width:0 !important;
    height:100dvh;
    max-height:none;
    margin:0 !important;
    border:0;
    border-radius:0;
    overflow-x:hidden !important;
    overflow-y:auto;
  }
  .quiz-window *,
  .final-form *,
  .quiz-body *,
  .quiz-topline *{
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
  }
  .quiz-topline{
    width:100%;
    padding:50px 14px 14px !important;
    overflow:hidden;
  }
  .quiz-topline h2{
    width:100%;
    padding-right:42px !important;
    font-size:18px !important;
    line-height:1.18;
    overflow-wrap:break-word;
  }
  .progress{
    width:100%;
    max-width:100%;
    min-width:0;
    display:flex;
    justify-content:flex-start;
    overflow:hidden;
  }
  .progress-dot{
    width:24px;
    height:24px;
    min-width:24px;
    flex:0 0 24px;
  }
  .progress-line{
    width:auto !important;
    min-width:12px;
    max-width:28px;
    flex:1 1 18px;
  }
  .quiz-body{
    width:100%;
    padding:16px 12px 4px !important;
    overflow-x:hidden;
  }
  .quiz-bottom{
    width:100%;
    padding:14px 12px 18px !important;
    overflow:hidden;
  }
  .final-form.active{
    display:flex !important;
    flex-direction:column;
    align-items:stretch;
    width:100%;
    max-width:100%;
    padding:46px 14px 28px !important;
    text-align:center;
    overflow-x:hidden;
  }
  .final-icon{
    align-self:center;
    flex:0 0 auto;
  }
  .final-form h2{
    width:100%;
    font-size:24px !important;
    line-height:1.16;
    margin-bottom:10px;
    overflow-wrap:break-word;
    word-break:normal;
  }
  .final-form p{
    width:100%;
    max-width:100%;
    font-size:14px;
    line-height:1.38;
    margin:0 0 18px;
    white-space:normal;
    overflow-wrap:break-word;
  }
  .final-form label{
    width:100%;
    display:block;
    margin:0 0 12px;
  }
  .final-form input,
  .final-form textarea,
  .submit-btn{
    width:100% !important;
    max-width:100% !important;
    display:block;
    margin-left:0;
    margin-right:0;
  }
  .final-form input,
  .final-form textarea{
    font-size:15px;
    padding:14px 15px !important;
  }
  .final-form textarea{
    min-height:78px;
    resize:vertical;
  }
  .submit-btn{
    min-height:54px;
    padding:14px 12px !important;
    white-space:normal;
  }
  .final-form small{
    width:100%;
    max-width:100%;
    display:block;
    font-size:12px;
    line-height:1.35;
    white-space:normal;
    overflow-wrap:break-word;
    padding:0 4px;
  }
}

@media (max-width: 380px){
  .quiz-topline{padding-left:12px !important;padding-right:12px !important;}
  .final-form.active{padding-left:12px !important;padding-right:12px !important;}
  .final-form h2{font-size:22px !important;}
  .progress-line{min-width:9px;}
}



.step-hint{font-size:13px;font-weight:700;color:rgba(255,255,255,.56);margin:-6px 0 16px}
.option-card.fuel-image{min-height:146px}
.option-image.fuel-image{object-fit:contain;height:58px;width:58px;align-self:flex-end;margin:10px 12px 4px 0;filter:none;opacity:1}
.option-card.fuel-image .option-title span:last-child{max-width:calc(100% - 40px)}
@media(max-width:620px){.step-hint{font-size:12px;margin:-2px 0 12px}.option-card.fuel-image{min-height:108px}.option-image.fuel-image{height:44px;width:44px;margin:8px 8px 2px 0}}

/* v11 refinements */
.step-hint{font-size:13px;font-weight:700;color:rgba(255,255,255,.58);margin:-6px 0 16px}
.option-card.fuel-image{min-height:148px;justify-content:flex-start}
.option-image.fuel-image{width:74px;height:74px;object-fit:contain;align-self:center;margin:18px auto 0;filter:none;opacity:1}
.option-card.fuel-image .option-title span:last-child{max-width:calc(100% - 40px)}
.callback-mode .progress{display:none!important}
.callback-mode .quiz-topline{justify-content:flex-start}
.callback-mode .final-form{max-width:760px;margin:0 auto;text-align:center}
@media(max-width:620px){
  .step-hint{font-size:12px;margin:-2px 0 12px}
  .option-card.fuel-image{min-height:112px}
  .option-image.fuel-image{width:50px;height:50px;margin:10px auto 0}
  .callback-mode .final-form.active{padding-top:34px!important}
}

/* v13 fuel icon cleanup */
.option-card.fuel-image{justify-content:flex-start;min-height:150px}.option-card.fuel-image .option-title{margin-bottom:8px}.option-image.fuel-image{width:64px!important;height:64px!important;object-fit:contain;align-self:center;margin:18px auto 0!important;filter:none!important;opacity:1}.option-card.fuel-image.selected .option-image.fuel-image{transform:scale(1.02)}@media(max-width:620px){.option-card.fuel-image{min-height:114px}.option-image.fuel-image{width:52px!important;height:52px!important;margin:10px auto 0!important}}

/* v14 better fuel icons */
.option-card.fuel-image{justify-content:flex-start;min-height:150px}.option-card.fuel-image .option-title{margin-bottom:10px}.option-image.fuel-image{width:60px!important;height:60px!important;object-fit:contain;align-self:center;margin:16px auto 0!important;filter:none!important;opacity:1}@media(max-width:620px){.option-card.fuel-image{min-height:112px}.option-image.fuel-image{width:48px!important;height:48px!important;margin:10px auto 0!important}}

/* v15 official Bootstrap-style fuel icons */
.option-card.fuel-image{justify-content:flex-start!important;min-height:150px!important}.option-card.fuel-image .option-title{margin-bottom:10px}.option-image.fuel-image{width:76px!important;height:76px!important;object-fit:contain!important;align-self:center!important;margin:16px auto 0!important;filter:drop-shadow(0 12px 18px rgba(0,0,0,.28))!important;opacity:1!important}.option-card.fuel-image.selected .option-image.fuel-image{filter:drop-shadow(0 14px 20px rgba(217,185,143,.16))!important}@media(max-width:620px){.option-card.fuel-image{min-height:120px!important}.option-image.fuel-image{width:56px!important;height:56px!important;margin:10px auto 0!important}}


/* v19 hero refresh */
.hero-scene{background:linear-gradient(90deg,rgba(5,10,15,.96) 0%,rgba(5,10,15,.80) 40%,rgba(5,10,15,.55) 100%),url('assets/bg-dark-ycars.png') center/cover no-repeat!important;opacity:1!important}.hero-fade{background:radial-gradient(circle at 72% 44%,rgba(217,185,143,.18),transparent 30%),linear-gradient(180deg,rgba(0,0,0,0) 0%,#0b1117 100%)!important}.hero-grid{grid-template-columns:minmax(0,560px) minmax(0,1fr)!important;gap:28px!important;align-items:center!important}.hero-copy{max-width:560px;position:relative;z-index:2}.hero h1{max-width:640px}.primary-btn{justify-content:space-between;padding:0 26px;min-width:320px}.hero-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:560px}.hero-trust span{max-width:none}.hero-car-wrap{min-height:460px;display:flex;align-items:flex-end;justify-content:center;position:relative}.hero-car-cutout{position:absolute;right:-40px;bottom:-10px;width:min(760px,60vw);max-width:none;filter:drop-shadow(0 34px 40px rgba(0,0,0,.58)) drop-shadow(0 0 28px rgba(217,185,143,.10))}.
@media(max-width:980px){.hero-grid{grid-template-columns:1fr!important;gap:8px!important}.hero-copy{max-width:100%;text-align:left}.hero h1{max-width:100%}.primary-btn{min-width:0;width:min(100%,420px)}.hero-trust{max-width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hero-car-wrap{min-height:245px;margin-top:6px}.hero-car-cutout{width:min(96vw,620px);right:50%;transform:translateX(50%);bottom:-6px}}
@media(max-width:620px){.hero{padding:26px 0 12px!important}.eyebrow{margin-bottom:16px!important;font-size:12px}.hero-copy{text-align:left}.hero h1{font-size:34px!important;line-height:1.05!important;letter-spacing:-.05em!important;margin-bottom:16px!important}.hero p{font-size:15px!important;line-height:1.5!important;margin-bottom:18px!important}.primary-btn{width:100%!important;height:54px!important;border-radius:10px!important;padding:0 20px!important;gap:10px!important}.hero-trust{margin-top:18px!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px!important}.hero-trust span{font-size:11px!important;line-height:1.35!important}.hero-car-wrap{min-height:170px!important;margin-top:10px!important}.hero-car-cutout{width:104vw!important;max-width:430px!important;right:50%!important;transform:translateX(50%)!important;bottom:-16px!important}}


/* v20 hero redesign */
.hero{padding:56px 0 28px!important}.hero-scene{background:linear-gradient(90deg,rgba(6,10,15,.97) 0%,rgba(6,10,15,.88) 42%,rgba(6,10,15,.72) 100%),url('assets/bg-dark-ycars.png') center/cover no-repeat!important;opacity:1!important}.hero-fade{background:radial-gradient(circle at 62% 30%,rgba(217,185,143,.16),transparent 28%),linear-gradient(180deg,rgba(0,0,0,0) 0%,#0b1117 100%)!important}.hero-grid{display:block!important}.hero-copy{max-width:700px;position:relative;z-index:2}.hero h1{max-width:640px;margin-bottom:12px!important}.hero-car-inline{display:block;max-width:700px;margin:8px 0 8px;position:relative;height:auto}.hero-car-angled{position:relative!important;display:block;width:min(760px,68vw)!important;max-width:100%;height:auto;right:auto!important;bottom:auto!important;transform:none!important;margin-left:auto;filter:drop-shadow(0 22px 28px rgba(0,0,0,.48)) drop-shadow(0 0 20px rgba(217,185,143,.10))!important}.hero p{max-width:630px;margin:4px 0 24px!important}.primary-btn{justify-content:space-between!important;padding:0 24px!important;min-width:320px;max-width:420px}.hero-trust{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:560px;margin-top:26px!important}.hero-trust span{max-width:none;line-height:1.35}.hero-car-wrap{display:none!important}
@media(max-width:980px){.hero{padding:36px 0 18px!important}.hero-copy{max-width:100%}.hero h1{max-width:100%;font-size:44px!important}.hero-car-inline{margin:8px 0 6px}.hero-car-angled{width:min(88vw,560px)!important;margin-left:auto;margin-right:0}.hero p{max-width:100%;font-size:17px!important}.primary-btn{width:min(100%,420px)!important;min-width:0}.hero-trust{max-width:100%;gap:12px}}
@media(max-width:620px){.hero{padding:18px 0 8px!important}.eyebrow{margin-bottom:14px!important}.hero-copy{max-width:100%}.hero h1{font-size:31px!important;line-height:1.05!important;margin-bottom:8px!important}.hero-car-inline{margin:2px 0 6px!important}.hero-car-angled{width:98%!important;max-width:360px!important;margin-left:auto!important;margin-right:-6px!important}.hero p{font-size:14px!important;line-height:1.45!important;margin:6px 0 16px!important}.primary-btn{width:100%!important;max-width:none!important;height:54px!important;border-radius:10px!important;padding:0 18px!important}.hero-trust{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:18px!important}.hero-trust span{font-size:10.5px!important;line-height:1.3!important;text-align:left!important}}


/* v21 hero cleanup */
.hero-copy{max-width:760px!important}.hero h1{max-width:680px!important}.hero-car-inline{max-width:780px!important;margin:2px 0 2px!important}.hero-car-angled{width:min(820px,72vw)!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}.hero p{max-width:650px!important}.hero-trust{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;max-width:640px!important;margin-top:22px!important}.trust-item{display:flex;align-items:flex-start;gap:10px;padding:10px 10px 0 0}.trust-icon{width:22px;height:22px;min-width:22px;color:var(--beige2);display:inline-flex;align-items:center;justify-content:center;opacity:.95}.trust-icon svg{width:22px;height:22px;display:block}.trust-item span{display:block;max-width:none!important;font-size:13px!important;line-height:1.3!important;color:rgba(255,255,255,.84)!important;font-weight:700!important}
@media(max-width:980px){.hero-car-angled{width:min(92vw,590px)!important}.hero-trust{max-width:100%!important}}
@media(max-width:620px){.hero h1{font-size:29px!important;max-width:100%!important}.hero-car-inline{margin:6px 0 8px!important}.hero-car-angled{width:112%!important;max-width:420px!important;margin-left:-18px!important;margin-right:0!important}.hero p{font-size:14px!important;margin:8px 0 14px!important}.hero-trust{gap:8px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;max-width:100%!important}.trust-item{gap:6px!important;padding:0}.trust-icon{width:16px;height:16px;min-width:16px}.trust-icon svg{width:16px;height:16px}.trust-item span{font-size:10.5px!important;line-height:1.28!important}}


/* v22 center alignment fix */
.hero{
  justify-content:center !important;
  text-align:center !important;
}
.hero-grid{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  width:100% !important;
}
.hero-copy{
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}
.eyebrow{
  justify-content:center !important;
}
.hero h1,
.hero p{
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}
.hero-car-inline{
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}
.hero-car-angled{
  margin-left:auto !important;
  margin-right:auto !important;
}
.primary-btn{
  margin-left:auto !important;
  margin-right:auto !important;
}
.hero-trust{
  margin-left:auto !important;
  margin-right:auto !important;
}
.trust-item{
  justify-content:center !important;
  text-align:left !important;
}
@media(max-width:620px){
  .container{
    width:calc(100% - 32px) !important;
  }
  .hero-copy{
    text-align:center !important;
  }
  .eyebrow{
    justify-content:center !important;
    text-align:center !important;
  }
  .hero h1,
  .hero p{
    text-align:center !important;
  }
  .hero-car-inline{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
  }
  .hero-car-angled{
    width:108% !important;
    max-width:390px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .primary-btn{
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .hero-trust{
    justify-items:center !important;
  }
  .trust-item{
    justify-content:center !important;
    text-align:left !important;
  }
}


/* v23 trust icons + clean car */
.hero-car-angled{filter:drop-shadow(0 22px 26px rgba(0,0,0,.42))!important}.hero-trust{align-items:start!important}.trust-item{align-items:flex-start!important}.trust-icon{width:24px!important;height:24px!important;min-width:24px!important;border-radius:6px;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--beige2)!important;opacity:1!important}.trust-icon svg{width:22px!important;height:22px!important;display:block!important}.trust-item span{font-size:13px!important;line-height:1.3!important;color:#fff!important;font-weight:700!important} @media(max-width:620px){.hero-car-angled{width:108%!important;max-width:400px!important;margin-left:auto!important;margin-right:auto!important}.trust-icon{width:18px!important;height:18px!important;min-width:18px!important}.trust-icon svg{width:17px!important;height:17px!important}.trust-item{gap:5px!important}.trust-item span{font-size:10px!important;line-height:1.25!important}}


/* v24 user car + polished trust icons */
.hero-car-angled{
  filter:drop-shadow(0 24px 26px rgba(0,0,0,.52)) drop-shadow(0 0 18px rgba(217,185,143,.10)) !important;
}
.hero-car-inline{
  overflow:visible !important;
}
.hero-trust{
  align-items:start!important;
  gap:14px!important;
}
.trust-item{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:9px!important;
  padding:0!important;
  text-align:left!important;
}
.trust-icon{
  width:26px!important;
  height:26px!important;
  min-width:26px!important;
  border-radius:8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#efd4ac!important;
  background:rgba(239,212,172,.08)!important;
  border:1px solid rgba(239,212,172,.28)!important;
  box-shadow:0 8px 18px rgba(0,0,0,.22)!important;
}
.trust-icon svg{
  width:17px!important;
  height:17px!important;
  display:block!important;
}
.trust-item span{
  font-size:13px!important;
  line-height:1.25!important;
  color:#fff!important;
  font-weight:800!important;
  max-width:none!important;
}
@media(max-width:620px){
  .hero-car-angled{
    width:106%!important;
    max-width:390px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .hero-trust{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
  }
  .trust-item{
    gap:5px!important;
  }
  .trust-icon{
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    border-radius:6px!important;
  }
  .trust-icon svg{
    width:14px!important;
    height:14px!important;
  }
  .trust-item span{
    font-size:9.8px!important;
    line-height:1.2!important;
  }
}


/* v25 center trust texts */
.hero-trust{justify-items:center !important;}
.trust-item{flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;text-align:center !important;gap:8px !important;}
.trust-icon{margin:0 auto !important;}
.trust-item span{text-align:center !important;display:block !important;}
@media(max-width:620px){
  .hero-trust{justify-items:center !important;}
  .trust-item{flex-direction:column !important;align-items:center !important;text-align:center !important;gap:6px !important;}
  .trust-item span{text-align:center !important;}
}


/* v26 center CTA text */
.primary-btn{
  position:relative !important;
  justify-content:center !important;
  text-align:center !important;
  padding-left:24px !important;
  padding-right:54px !important;
}
.primary-btn span{
  position:absolute !important;
  right:26px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
}
@media(max-width:620px){
  .primary-btn{
    justify-content:center !important;
    text-align:center !important;
    padding-left:20px !important;
    padding-right:52px !important;
  }
  .primary-btn span{
    right:22px !important;
  }
}


/* v27 thank-you polish */
.thanks-card .final-icon{display:none !important;}
.return-btn{position:relative !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:0 !important;padding-left:54px !important;padding-right:24px !important;text-align:center !important;min-width:0 !important;width:min(100%,530px) !important;margin:0 auto !important;}
.return-btn .return-text{display:block !important;width:100% !important;text-align:center !important;font-size:inherit !important;line-height:1.2 !important;}
.return-btn .return-arrow{position:absolute !important;left:22px !important;top:50% !important;transform:translateY(-50%) !important;font-size:26px !important;line-height:1 !important;font-weight:900 !important;}
@media(max-width:620px){.thanks-card{padding:34px 20px !important}.thanks-card img{width:150px !important}.thanks-card h1{font-size:42px !important;line-height:1.05 !important;margin:18px 0 !important}.thanks-card p{font-size:17px !important;line-height:1.45 !important}.return-btn{width:100% !important;height:56px !important;padding-left:52px !important;padding-right:18px !important}.return-btn .return-arrow{left:18px !important;font-size:24px !important}}


/* v28 fix thank-you return button arrow */
.return-btn{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  padding-left:24px !important;
  padding-right:24px !important;
  text-align:center !important;
}
.return-btn .return-arrow{
  position:static !important;
  transform:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:24px !important;
  line-height:1 !important;
  font-weight:900 !important;
  width:auto !important;
  height:auto !important;
}
.return-btn .return-text{
  display:inline-block !important;
  width:auto !important;
  text-align:center !important;
}
@media(max-width:620px){
  .return-btn{
    gap:10px !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }
  .return-btn .return-arrow{
    font-size:22px !important;
  }
}


/* v29 hard fix: clean return button, no absolute arrow */
.return-btn,
.return-btn *{
  all:unset;
}
.return-btn-clean{
  box-sizing:border-box !important;
  width:min(100%,530px) !important;
  min-height:68px !important;
  margin:0 auto !important;
  padding:0 24px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  border-radius:14px !important;
  background:linear-gradient(135deg,#efd4ac,#c99d6a) !important;
  color:#0e1318 !important;
  font-family:'Onest',system-ui,sans-serif !important;
  font-size:28px !important;
  font-weight:900 !important;
  line-height:1.1 !important;
  text-align:center !important;
  text-decoration:none !important;
  cursor:pointer !important;
}
.return-arrow-clean{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  font-size:30px !important;
  font-weight:900 !important;
  line-height:1 !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
  position:static !important;
}
@media(max-width:620px){
  .return-btn-clean{
    min-height:56px !important;
    padding:0 18px !important;
    gap:10px !important;
    font-size:22px !important;
  }
  .return-arrow-clean{
    font-size:24px !important;
  }
}


/* v30 telegram channel link on thank-you screen + phone mask spacing */
.telegram-thanks-link{
  box-sizing:border-box !important;
  width:min(100%,530px) !important;
  margin:16px auto 0 !important;
  padding:14px 16px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  border-radius:14px !important;
  border:1px solid rgba(239,212,172,.28) !important;
  background:rgba(239,212,172,.08) !important;
  color:#fff !important;
  text-decoration:none !important;
  font-family:'Onest',system-ui,sans-serif !important;
  transition:.2s ease !important;
}
.telegram-thanks-link:hover{
  border-color:rgba(239,212,172,.62) !important;
  background:rgba(239,212,172,.13) !important;
  transform:translateY(-1px) !important;
}
.telegram-thanks-text{
  display:block !important;
  flex:1 1 auto !important;
  color:rgba(255,255,255,.88) !important;
  font-size:15px !important;
  font-weight:800 !important;
  line-height:1.32 !important;
  text-align:left !important;
}
.telegram-thanks-icon{
  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:50% !important;
  background:linear-gradient(135deg,#37aee2,#1e96c8) !important;
  box-shadow:0 12px 28px rgba(30,150,200,.24) !important;
}
.telegram-thanks-icon svg{
  width:22px !important;
  height:22px !important;
  fill:#fff !important;
  transform:translateX(-1px) !important;
}
@media(max-width:620px){
  .telegram-thanks-link{
    margin-top:13px !important;
    padding:12px 13px !important;
    gap:10px !important;
  }
  .telegram-thanks-text{
    font-size:13px !important;
    line-height:1.28 !important;
  }
  .telegram-thanks-icon{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
  }
  .telegram-thanks-icon svg{
    width:20px !important;
    height:20px !important;
  }
}


/* v31 return button alignment + themed option icons */
.return-btn-clean{
  position:relative !important;
  justify-content:center !important;
  padding:0 24px !important;
}
.return-arrow-clean{
  position:absolute !important;
  left:22px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
}
.return-btn-text{
  display:block !important;
  width:100% !important;
  text-align:center !important;
}

.option-card.has-visual{
  min-height:176px !important;
  justify-content:space-between !important;
}
.option-card.body-option,
.option-card.fuel-option{
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(16,26,35,.88)) !important;
  border-color:rgba(255,255,255,.11) !important;
}
.option-card.body-option:hover,
.option-card.fuel-option:hover{
  border-color:rgba(217,185,143,.48) !important;
  box-shadow:0 14px 30px rgba(0,0,0,.18) !important;
}
.option-card.body-option.selected,
.option-card.fuel-option.selected{
  background:linear-gradient(145deg,rgba(217,185,143,.12),rgba(16,26,35,.96)) !important;
}
.option-visual{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:10px;
}
.icon-shell{
  min-height:92px;
  border-radius:18px;
  border:1px solid rgba(239,212,172,.16);
  background:radial-gradient(circle at 50% 22%,rgba(239,212,172,.12),rgba(239,212,172,.04) 38%,rgba(255,255,255,.02) 72%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 12px 28px rgba(0,0,0,.2);
  color:#efd4ac;
  transition:.2s ease;
}
.icon-shell svg{
  width:88px;
  height:60px;
  display:block;
  stroke:currentColor;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
}
.option-card.fuel-option .icon-shell svg,
.option-card.neutral-option .icon-shell svg{
  width:70px;
  height:70px;
}
.option-card.selected .icon-shell{
  color:#ffe7c3;
  border-color:rgba(239,212,172,.42);
  background:radial-gradient(circle at 50% 18%,rgba(239,212,172,.18),rgba(239,212,172,.08) 42%,rgba(255,255,255,.03) 76%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07), 0 14px 34px rgba(217,185,143,.14);
}
.option-card.neutral-option .icon-shell{
  color:rgba(255,255,255,.82);
}
.option-card.body-option .option-title,
.option-card.fuel-option .option-title{
  align-items:center !important;
}
.option-card.body-option .option-title span:last-child,
.option-card.fuel-option .option-title span:last-child{
  max-width:calc(100% - 38px);
}

@media(max-width:620px){
  .return-btn-clean{
    padding:0 18px !important;
  }
  .return-arrow-clean{
    left:18px !important;
  }
  .option-card.has-visual{
    min-height:138px !important;
  }
  .icon-shell{
    min-height:66px;
    border-radius:14px;
  }
  .icon-shell svg{
    width:68px;
    height:46px;
    stroke-width:2.3;
  }
  .option-card.fuel-option .icon-shell svg,
  .option-card.neutral-option .icon-shell svg{
    width:52px;
    height:52px;
  }
}


/* v32 return button mobile overlap fix */
.return-btn-clean{
  display:grid !important;
  grid-template-columns:36px 1fr 36px !important;
  align-items:center !important;
  column-gap:10px !important;
  padding:0 18px !important;
}
.return-arrow-clean{
  position:static !important;
  left:auto !important;
  top:auto !important;
  transform:none !important;
  justify-self:center !important;
  font-size:28px !important;
}
.return-btn-text{
  width:auto !important;
  min-width:0 !important;
  text-align:center !important;
}
.return-btn-spacer{
  display:block !important;
  width:36px !important;
  height:1px !important;
}
@media(max-width:620px){
  .return-btn-clean{
    grid-template-columns:30px 1fr 30px !important;
    column-gap:8px !important;
    padding:0 14px !important;
  }
  .return-arrow-clean{
    font-size:24px !important;
  }
  .return-btn-spacer{
    width:30px !important;
  }
}


/* v10 gift bonus blocks */
.hero-bonus-card,
.quiz-bonus-card{
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:min(100%,620px);
  margin:0 auto 22px;
  padding:13px 16px;
  border:1px solid rgba(239,212,172,.34);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(239,212,172,.13),rgba(239,212,172,.045));
  box-shadow:0 16px 38px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.06);
  color:#fff;
  backdrop-filter:blur(10px);
}

.hero-bonus-card span:last-child,
.quiz-bonus-card span:last-child{
  display:block;
  color:rgba(255,255,255,.88);
  font-size:15px;
  font-weight:700;
  line-height:1.35;
  text-align:left;
}

.hero-bonus-card strong,
.quiz-bonus-card strong{
  color:#efd4ac;
  font-weight:900;
}

.bonus-gift-icon{
  width:42px;
  height:42px;
  min-width:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  color:#0e1318;
  background:linear-gradient(135deg,#efd4ac,#c99d6a);
  box-shadow:0 12px 26px rgba(217,185,143,.22);
}

.bonus-gift-icon svg{
  width:24px;
  height:24px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.quiz-bonus-card{
  width:100%;
  max-width:720px;
  justify-content:flex-start;
  margin:0 0 20px;
  padding:13px 15px;
}

@media(max-width:620px){
  .hero-bonus-card,
  .quiz-bonus-card{
    gap:10px;
    padding:11px 12px;
    border-radius:14px;
    margin-bottom:16px;
  }
  .hero-bonus-card span:last-child,
  .quiz-bonus-card span:last-child{
    font-size:13px;
    line-height:1.3;
  }
  .bonus-gift-icon{
    width:36px;
    height:36px;
    min-width:36px;
    border-radius:11px;
  }
  .bonus-gift-icon svg{
    width:21px;
    height:21px;
  }
}


/* v40 Instagram thank-you icon */
.instagram-thanks-icon{
  background:radial-gradient(circle at 30% 105%,#feda75 0%,#fa7e1e 28%,#d62976 52%,#962fbf 74%,#4f5bd5 100%) !important;
  box-shadow:0 12px 28px rgba(214,41,118,.24) !important;
}
.instagram-thanks-icon svg{
  transform:none !important;
}
