:root{
  --red:#ff1d2b;
  --red-dark:#f11424;
  --ink:#0b1018;
  --text:#1d2836;
  --muted:#667184;
  --line:#d8dee8;
  --bg:#fbfcfe;
  --card:#fff;
  --soft:#f4f7fb;
}
*{box-sizing:border-box}
html,body{margin:0}
body{font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fbfcfe}
.shell{width:min(1310px,calc(100% - 72px));margin:0 auto}

.header{height:92px;background:#fff;border-bottom:1px solid #edf0f4}
.header__inner{height:100%;display:grid;grid-template-columns:270px 1fr auto;align-items:center;gap:28px}
.brand img{display:block;width:250px;height:auto}
.nav{display:flex;justify-content:center;gap:52px}
.nav a{font-size:15px;color:#222b35;text-decoration:none}
.header__right{display:flex;align-items:center;gap:12px}
.langs{display:flex;gap:8px}
.lang{width:42px;height:42px;border-radius:12px;border:1px solid #dfe5ed;background:#fff;font-weight:700;cursor:pointer}
.lang.active{background:var(--red);border-color:var(--red);color:#fff}
.tel{height:46px;padding:0 21px;border-radius:12px;background:var(--red);color:#fff;text-decoration:none;display:flex;align-items:center;gap:9px;box-shadow:0 8px 18px rgba(255,29,43,.18);font-size:16px}
.tel img{width:18px;height:18px;filter:brightness(0) invert(1)}

.page{background:radial-gradient(circle at 17% 72%,rgba(255,29,43,.05),transparent 19%),radial-gradient(circle at 87% 11%,rgba(255,29,43,.04),transparent 18%),#fbfcfe;min-height:calc(100vh - 92px);padding:24px 0 26px}
.layout{display:grid;grid-template-columns:600px 580px;justify-content:space-between;align-items:start;gap:72px}
.left{padding-top:34px}
.eyebrow{display:flex;align-items:center;gap:10px;color:var(--red);font-size:13px;font-weight:800;letter-spacing:.19em;margin-bottom:24px}
.eyebrow:before{content:"";width:3px;height:20px;border-radius:99px;background:var(--red)}
h1{margin:0;font-size:67px;line-height:.92;letter-spacing:-.045em;color:var(--ink);font-weight:900}
h1 em{font-style:normal;color:var(--red)}
.lead{font-size:20px;line-height:1.42;color:#5f6b7c;max-width:560px;margin:28px 0 30px}
.benefits{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-bottom:6px}
.benefit{display:flex;align-items:flex-start;gap:14px}
.benefit__icon{width:52px;height:52px;border-radius:50%;background:#ffe8eb;color:var(--red);display:grid;place-items:center;font-size:28px;font-weight:900;flex:none}
.benefit b{display:block;font-size:17px;line-height:1.14;margin:3px 0 6px;color:#202733}
.benefit small{display:block;font-size:14px;line-height:1.42;color:#667184}
.car-wrap{position:relative;height:352px;margin-top:22px;overflow:visible}
.pink-blob{position:absolute;right:8px;top:60px;width:330px;height:208px;border-radius:56% 44% 50% 50%;background:rgba(255,29,43,.09)}
.car{position:absolute;left:-6px;bottom:10px;width:640px;height:auto;object-fit:contain;filter:drop-shadow(0 18px 18px rgba(0,0,0,.10))}
.handnote{position:absolute;left:0;bottom:-4px;font:italic 21px "Segoe Script","Comic Sans MS",cursive;color:#657083;transform:rotate(-7deg)}

.card{background:#fff;border:1px solid #eef1f5;border-radius:24px;box-shadow:0 18px 44px rgba(20,27,36,.08);padding:26px 30px 20px;min-height:742px}
.card h2{margin:0 0 8px;font-size:31px;line-height:1.08;letter-spacing:-.03em;color:#111820}
.subtitle{margin:0 0 22px;font-size:15px;line-height:1.48;color:#657083}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:15px 18px}
.form label,.comment,.condition{display:block}
.label-row{display:flex;align-items:center;gap:8px;margin:0 0 8px;font-weight:700;font-size:14px;color:#17202c}
.label-row img{width:16px;height:16px;opacity:.9}
.condition{border:0;padding:0;margin:13px 0 14px}
.condition legend{padding:0}

.select-wrap{position:relative}
.select-wrap::before{
  content:"";position:absolute;inset:1px;border-radius:10px;background:linear-gradient(180deg,#ffffff,#f7f9fc);pointer-events:none;z-index:0
}
.select-wrap::after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;background:url('../icons/chevron.svg') center/16px 16px no-repeat;pointer-events:none;opacity:.95;z-index:2}
.select-wrap select{position:relative;z-index:1}
input,select,textarea{width:100%;border:1.4px solid #d8dfe9;border-radius:11px;background:#fff;color:#313c4d;font:inherit;outline:none;transition:.18s border-color,.18s box-shadow,.18s background-color}
input,select{height:46px;padding:0 14px;font-size:14px}
select{
  -webkit-appearance:none;appearance:none;padding-right:44px;
  background:transparent;
  box-shadow:0 1px 0 rgba(255,255,255,.8) inset, 0 8px 18px rgba(12,20,31,.03);
}
textarea{height:78px;padding:13px 14px;resize:none;font-size:14px;line-height:1.45}
input:focus,select:focus,textarea:focus{border-color:rgba(255,29,43,.55);box-shadow:0 0 0 4px rgba(255,29,43,.08)}
select:hover,input:hover,textarea:hover{border-color:#c7d1df}
.chips{display:flex;gap:8px;flex-wrap:wrap}
.chip{height:38px;border:1.4px solid #d7dde6;border-radius:999px;background:#fff;padding:0 14px;font-size:13px;color:#4a5566;white-space:nowrap;cursor:pointer}
.chip.active{border-color:var(--red);color:var(--red);box-shadow:inset 0 0 0 1px rgba(255,29,43,.06)}
.comment{margin-top:14px}
.bottom-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:14px;margin-top:17px;align-items:start}
.upload{height:116px;border:1.5px dashed #d5dce6;border-radius:12px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;cursor:pointer;padding:10px}
.upload input{display:none}
.upload__icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#f2f5f9;color:var(--red);font-size:18px;margin-bottom:4px}
.upload__icon img{width:18px;height:18px}
.upload b{font-size:14px}
.upload small{font-size:11px;color:#7a8594;margin-top:2px}
.slots{display:flex;gap:7px;margin-top:8px}
.slots i{font-style:normal;width:23px;height:23px;border:1px solid #dde3eb;border-radius:7px;display:grid;place-items:center;color:#91a0b2}
.messengers>b{display:block;font-size:13px;line-height:1.25;margin:2px 0 10px}
.messenger-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.m{height:44px;border:1px solid #d9e0e9;border-radius:12px;background:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;color:#364152;cursor:pointer;padding:0 10px}
.m img{width:28px;height:28px;object-fit:contain;flex:0 0 28px}
.m span{font-size:14px;line-height:1}
.m.active{border-color:var(--red);box-shadow:0 0 0 2px rgba(255,29,43,.04)}
.submit{width:100%;height:54px;border:0;border-radius:10px;background:linear-gradient(180deg,#ff2734,#ff1526);color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font-size:21px;font-weight:800;margin-top:15px;box-shadow:0 12px 24px rgba(255,29,43,.14);cursor:pointer}
.submit:disabled{opacity:.6;cursor:default}
.privacy{text-align:center;color:#8a94a2;font-size:10.5px;margin-top:10px}
.form-feedback{margin-top:14px;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:600;text-align:center;white-space:pre-line}
.form-feedback--pending{background:#f4f7fb;color:#5f6b7c}
.form-feedback--success{background:#e9f9ee;color:#1c8a4b}
.form-feedback--error{background:#ffe8eb;color:var(--red-dark)}

@media(max-width:1250px){
  .shell{width:min(1140px,calc(100% - 42px))}
  .layout{grid-template-columns:1fr 520px;gap:35px}
  h1{font-size:58px}
  .nav{gap:28px}
  .car{width:100%;left:0}
  .card{padding:26px 24px}
}

@media(max-width:980px){
  .header{height:auto}
  .header__inner{grid-template-columns:1fr auto;padding:14px 0}
  .nav{display:none}
  .layout{grid-template-columns:1fr;gap:22px}
  .card{order:1;max-width:650px;width:100%;margin:0 auto;padding:24px 22px 20px}
  .left{order:2;padding-top:0}
  .header__right{justify-self:end}
  .brand img{width:212px}
  .car-wrap{height:300px}
  .car{width:100%;max-width:560px}
}

@media(max-width:640px){
  .shell{width:calc(100% - 24px)}
  .header__inner{grid-template-columns:1fr;gap:12px}
  .brand{justify-self:center}
  .brand img{width:220px}
  .header__right{justify-self:stretch;justify-content:space-between}
  .tel{flex:1;justify-content:center;height:48px;font-size:15px;padding:0 14px}
  .page{padding-top:12px}
  .left{padding-top:0}
  .eyebrow{font-size:12px;letter-spacing:.15em;margin-bottom:18px}
  h1{font-size:48px}
  .lead{font-size:17px;line-height:1.5;margin:22px 0 24px}
  .benefits{grid-template-columns:1fr;gap:16px}
  .benefit{gap:12px}
  .benefit__icon{width:48px;height:48px;font-size:24px}
  .car-wrap{height:220px;margin-top:14px}
  .pink-blob{width:210px;height:140px;top:52px;right:8px}
  .car{width:109%;left:-5%;bottom:12px}
  .handnote{font-size:18px;bottom:-2px}

  .card{padding:20px 16px 18px;border-radius:18px}
  .card h2{font-size:28px}
  .subtitle{font-size:14px;margin-bottom:18px}
  .grid2,.bottom-grid{grid-template-columns:1fr;gap:14px}
  .label-row{font-size:14px}
  input,select{height:48px;font-size:15px;padding:0 14px}
  textarea{height:92px;font-size:15px}
  .chips{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .chip{height:42px;padding:0 10px;font-size:13px}
  .upload{height:142px;padding:14px}
  .upload__icon{width:46px;height:46px}
  .upload__icon img{width:20px;height:20px}
  .messengers>b{font-size:14px;margin-bottom:10px}
  .messenger-grid{grid-template-columns:1fr 1fr;gap:10px}
  .m{height:50px;border-radius:12px;gap:8px;padding:0 8px}
  .m img{width:26px;height:26px;flex-basis:26px}
  .m span{font-size:14px}
  .submit{height:54px;font-size:20px;margin-top:16px}
  .privacy{font-size:11px;line-height:1.35}
}

/* v6 custom dropdowns */
.custom-select{position:relative}
.custom-select__trigger{width:100%;height:46px;border:1.4px solid #d8dfe9;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc);display:flex;align-items:center;justify-content:space-between;padding:0 14px;cursor:pointer;box-shadow:0 6px 16px rgba(25,35,48,.04);font:inherit;color:#313c4d}
.custom-select__trigger>img{width:15px;height:15px;transition:.2s transform}
.custom-select.open .custom-select__trigger{border-color:rgba(255,29,43,.55);box-shadow:0 0 0 4px rgba(255,29,43,.08)}
.custom-select.open .custom-select__trigger>img{transform:rotate(180deg)}
.custom-select__value{color:#667184;font-size:14px}
.custom-select__value.selected{color:#17202c;font-weight:700}
.custom-select__menu{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:50;background:#fff;border:1px solid #e0e6ef;border-radius:14px;box-shadow:0 18px 46px rgba(19,29,42,.16);padding:10px;display:none}
.custom-select.open .custom-select__menu{display:block}
.custom-select__search{display:flex;align-items:center;gap:8px;background:#f6f8fb;border:1px solid #e4e9f0;border-radius:10px;padding:0 10px;margin-bottom:8px}
.custom-select__search img{width:17px;height:17px;opacity:.65}
.custom-select__search input{border:0!important;background:transparent!important;box-shadow:none!important;height:38px!important;padding:0!important;font-size:13px!important}
.custom-select__options{max-height:250px;overflow:auto;overscroll-behavior:contain;padding-right:2px}
.custom-select__option{width:100%;border:0;background:#fff;border-radius:9px;padding:10px 11px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#263244;cursor:pointer;text-align:left}
.custom-select__option:hover{background:#fff1f3;color:#e71928}
.custom-select__option small{font-size:16px;color:#9da7b5}
.custom-select__options::-webkit-scrollbar{width:7px}.custom-select__options::-webkit-scrollbar-thumb{background:#d8dee8;border-radius:10px}.custom-select__options::-webkit-scrollbar-track{background:transparent}

@media(max-width:640px){
  .header{position:sticky;top:0;z-index:100}
  .header__inner{grid-template-columns:1fr auto!important;padding:10px 0!important}
  .brand{justify-self:start!important}
  .brand img{width:184px!important}
  .header__right{justify-self:end!important;display:flex!important;gap:8px!important}
  .tel{display:none!important}
  .lang{width:44px;height:44px;border-radius:11px}
  .layout{display:flex!important;flex-direction:column!important;gap:18px!important}
  .left{order:1!important}
  .card{order:2!important;max-width:none!important;width:100%!important;margin:0!important}
  .eyebrow{margin-top:6px}
  h1{font-size:52px!important;line-height:.91!important}
  .lead{font-size:18px!important}
  .benefits{grid-template-columns:1fr 1fr!important;gap:12px!important}
  .benefit__icon{width:44px!important;height:44px!important;font-size:22px!important}
  .benefit b{font-size:14px!important}.benefit small{font-size:12px!important}
  .car-wrap{height:245px!important;margin-top:8px!important}
  .car{width:112%!important;left:-7%!important;bottom:16px!important}
  .handnote{font-size:16px!important;left:8px!important}
  .card{padding:20px 14px 16px!important;border-radius:20px!important;box-shadow:0 14px 34px rgba(20,27,36,.08)!important}
  .card h2{font-size:29px!important}
  .subtitle{font-size:14px!important}
  .grid2{grid-template-columns:1fr!important;gap:13px!important}
  .label-row{font-size:15px!important}.label-row img{width:18px!important;height:18px!important}
  input,.custom-select__trigger{height:50px!important;font-size:15px!important;border-radius:13px!important}
  .custom-select__value{font-size:15px!important}
  .custom-select__menu{position:fixed!important;left:12px!important;right:12px!important;top:auto!important;bottom:12px!important;max-height:65vh;border-radius:18px!important;padding:12px!important}
  .custom-select__search{position:sticky;top:0;background:#fff;padding:4px 8px;margin-bottom:8px;z-index:2}
  .custom-select__options{max-height:52vh!important}
  .custom-select__option{padding:14px 13px!important;font-size:15px!important;border-bottom:1px solid #f0f2f6;border-radius:8px!important}
  .chips{grid-template-columns:1fr 1fr!important}
  .chip{height:44px!important;font-size:14px!important}
  textarea{height:104px!important;font-size:15px!important}
  .bottom-grid{grid-template-columns:1fr!important;gap:15px!important}
  .upload{height:150px!important;border-radius:14px!important}
  .messenger-grid{grid-template-columns:1fr 1fr!important;gap:11px!important}
  .m{height:58px!important;justify-content:flex-start!important;padding:0 14px!important;border-radius:14px!important}
  .m img{width:34px!important;height:34px!important;flex-basis:34px!important}
  .m span{font-size:15px!important}
  .submit{height:58px!important;font-size:21px!important;border-radius:12px!important}
}
