/* USA AUTO advertising layer — polished v2 */
:root{
  --ads-gold:#f7c654;
  --ads-gold-soft:#ffe5a0;
  --ads-gold-dark:#c77b00;
  --ads-green:#25d366;
  --ads-panel:#0b1018;
  --ads-panel-2:#111824;
  --ads-text:#f7f8fb;
  --ads-muted:#aeb7c5;
  --ads-line:rgba(255,255,255,.10);
}

/* LEAD SECTION */
.lead-section{
  position:relative;
  overflow:hidden;
  padding:58px 24px 72px;
  background:
    radial-gradient(circle at 86% 18%,rgba(37,211,102,.055),transparent 23%),
    radial-gradient(circle at 12% 25%,rgba(247,198,84,.08),transparent 28%),
    linear-gradient(180deg,#030508,#070a10)!important;
}
.lead-section::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-320px;
  bottom:-300px;
  border-radius:50%;
  border:1px solid rgba(247,198,84,.12);
  box-shadow:0 0 0 45px rgba(247,198,84,.015),0 0 100px rgba(247,198,84,.05);
  pointer-events:none;
}
.lead-panel{
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr)!important;
  gap:clamp(36px,5vw,68px)!important;
  align-items:center!important;
  padding:clamp(34px,4.4vw,58px)!important;
  border-color:rgba(247,198,84,.34)!important;
  background:
    linear-gradient(132deg,rgba(18,23,32,.985),rgba(5,8,13,.99))!important;
}
.lead-panel::before{
  background:
    linear-gradient(120deg,rgba(247,198,84,.13),transparent 34%),
    radial-gradient(circle at 92% 8%,rgba(37,211,102,.09),transparent 20%)!important;
}
.lead-copy{position:relative;z-index:2;min-width:0}
.lead-kicker-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.lead-kicker,
.lead-time{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  line-height:1;
}
.lead-kicker{
  gap:9px;
  padding:9px 13px;
  border:1px solid rgba(247,198,84,.28);
  background:rgba(247,198,84,.08);
  color:#f9d980;
  letter-spacing:.14em;
}
.lead-kicker::before{
  content:"";
  width:7px;height:7px;border-radius:50%;
  background:#27c96f;
  box-shadow:0 0 13px rgba(39,201,111,.8);
}
.lead-time{
  padding:9px 12px;
  color:#cbd2dc;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  letter-spacing:.04em;
}
.lead-copy h2{
  max-width:680px;
  margin:20px 0 17px;
  font-size:clamp(40px,5.15vw,66px);
  line-height:.96;
  letter-spacing:-.052em;
  text-transform:uppercase;
  background:linear-gradient(180deg,#fff,#e5e8ee 70%,#9fa8b5);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.lead-intro{
  max-width:660px;
  margin:0;
  color:#b5bdc9;
  font-size:17px;
  line-height:1.68;
}
.lead-steps{
  display:grid;
  gap:10px;
  margin-top:28px;
}
.lead-step{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:center;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:17px;
  background:linear-gradient(180deg,rgba(255,255,255,.044),rgba(255,255,255,.018));
  box-shadow:0 12px 28px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.035);
}
.lead-step-number{
  width:48px;height:48px;
  display:grid;place-items:center;
  border-radius:15px;
  color:#161006;
  background:linear-gradient(145deg,#ffe598,#d58c09);
  box-shadow:0 9px 24px rgba(200,126,0,.19),inset 0 1px 0 rgba(255,255,255,.55);
  font-size:13px;font-weight:1000;letter-spacing:.05em;
}
.lead-step strong{display:block;color:#f6f7fa;font-size:15px;line-height:1.25}
.lead-step small{display:block;margin-top:4px;color:#8f99a8;font-size:12px;line-height:1.4}
.lead-trust{
  display:flex;
  flex-wrap:wrap;
  gap:11px 18px;
  margin-top:22px;
  color:#cbd1da;
  font-size:12px;
  font-weight:700;
}
.lead-trust span{display:flex;align-items:center;gap:8px}
.lead-trust svg{width:20px;height:20px;fill:none;stroke:var(--ads-gold);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.lead-form{
  position:relative;
  z-index:2;
  min-width:0;
  padding:25px;
  border:1px solid rgba(247,198,84,.24);
  border-radius:26px;
  background:
    linear-gradient(180deg,rgba(18,24,34,.94),rgba(8,11,17,.965));
  box-shadow:
    0 32px 74px rgba(0,0,0,.36),
    inset 0 1px 0 rgba(255,255,255,.07),
    0 0 0 1px rgba(255,255,255,.018);
  backdrop-filter:blur(15px);
  -webkit-backdrop-filter:blur(15px);
}
.lead-form::before{
  content:"";
  position:absolute;
  top:-1px;left:50%;
  width:120px;height:2px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,var(--ads-gold),transparent);
  box-shadow:0 0 16px rgba(247,198,84,.45);
}
.lead-form-head{
  display:flex;
  align-items:center;
  gap:13px;
  padding-bottom:18px;
  margin-bottom:19px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.lead-form-icon{
  width:46px;height:46px;flex:0 0 46px;
  display:grid;place-items:center;
  border-radius:14px;
  color:var(--ads-gold);
  border:1px solid rgba(247,198,84,.28);
  background:rgba(247,198,84,.07);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.lead-form-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.lead-form-head strong{display:block;color:#fff;font-size:18px;line-height:1.2}
.lead-form-head small{display:block;margin-top:4px;color:#8f99a8;font-size:12px}
.lead-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.lead-field{display:grid;gap:8px;min-width:0;color:#edf0f5;font-size:13px;font-weight:800}
.lead-label{display:flex;align-items:center;gap:8px;min-height:20px}
.lead-label svg{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:#d6aa4f;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.lead-label b{color:#e7b856;font-size:13px}
.lead-form input,
.lead-form select,
.lead-form textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.11);
  border-radius:14px;
  background:rgba(4,7,11,.74);
  color:#fff;
  font:inherit;
  font-weight:500;
  outline:0;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  transition:border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.lead-form input,.lead-form select{height:52px;padding:0 14px}
.lead-form textarea{resize:vertical;min-height:104px;padding:13px 14px;line-height:1.5}
.lead-form select{color-scheme:dark}
.lead-form input::placeholder,.lead-form textarea::placeholder{color:#697382}
.lead-form input:hover,.lead-form select:hover,.lead-form textarea:hover{border-color:rgba(255,255,255,.18)}
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{
  border-color:rgba(247,198,84,.68);
  box-shadow:0 0 0 3px rgba(247,198,84,.095),inset 0 1px 0 rgba(255,255,255,.035);
  background:#0a0f17;
}
.lead-message{margin-top:15px}
.lead-consent{
  display:grid!important;
  grid-template-columns:21px 1fr!important;
  align-items:start!important;
  gap:10px!important;
  margin-top:17px;
  color:#a1aab8!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.52;
}
.lead-consent input{width:18px!important;height:18px!important;margin:1px 0 0!important;padding:0!important;accent-color:#d99b1c}
.lead-consent a{color:#f4c75e;text-decoration:underline;text-decoration-color:rgba(244,199,94,.45);text-underline-offset:3px}
.lead-error{min-height:18px;margin:9px 0 0;color:#ff9696;font-size:12px}
.lead-submit{
  width:100%;
  min-height:59px;
  display:grid;
  grid-template-columns:32px 1fr 28px;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  color:#fff;
  background:linear-gradient(135deg,#28d56b,#159f4a);
  font-size:15px;
  font-weight:1000;
  cursor:pointer;
  box-shadow:0 17px 36px rgba(31,189,93,.22),inset 0 1px 0 rgba(255,255,255,.23);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.lead-submit:hover{transform:translateY(-2px);filter:brightness(1.03);box-shadow:0 22px 45px rgba(31,189,93,.31),inset 0 1px 0 rgba(255,255,255,.25)}
.lead-submit:active{transform:translateY(0)}
.lead-submit:focus-visible{outline:3px solid #fff;outline-offset:3px}
.lead-submit-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.13)}
.lead-submit-icon svg{width:20px;height:20px;fill:currentColor}
.lead-submit-arrow{font-size:25px;font-weight:400;line-height:1}
.lead-note{display:flex;align-items:center;justify-content:center;gap:6px;margin:12px 0 0;color:#7f8998;font-size:11px;text-align:center}

/* FOOTER */
.footer-ads-ready{
  position:relative;
  width:100%;
  padding:34px 24px 20px!important;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 0%,rgba(247,198,84,.07),transparent 24%),
    #020407!important;
  border-top:1px solid rgba(247,198,84,.13)!important;
}
.footer-ads-grid{
  width:min(1180px,100%);
  margin:0 auto 25px;
  display:grid;
  grid-template-columns:minmax(280px,1.2fr) minmax(180px,.65fr) minmax(210px,.75fr);
  gap:18px;
  align-items:stretch;
}
.footer-brand-card,.footer-column{
  min-width:0;
  padding:20px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:19px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.014));
}
.footer-brand-card{display:flex;align-items:center;gap:16px;border-color:rgba(247,198,84,.17)}
.footer-logo-mark{
  width:62px;height:62px;flex:0 0 62px;
  display:grid;place-items:center;
  border-radius:18px;
  color:#e7b956;
  border:1px solid rgba(247,198,84,.25);
  background:rgba(247,198,84,.055);
}
.footer-logo-mark svg{width:48px;height:32px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.footer-business{display:grid;gap:4px;min-width:0}
.footer-business strong{color:#f7c654;font-size:21px;letter-spacing:.03em}
.footer-business span{color:#eef0f4;font-size:14px}
.footer-business small{color:#7f8997;font-size:12px}
.footer-column-title{display:block;margin-bottom:13px;color:#fff;font-size:14px}
.footer-business-links,.footer-legal{display:grid;gap:8px}
.footer-business-links a{
  display:grid;
  gap:2px;
  padding:9px 11px;
  border-radius:11px;
  color:#dce1e8;
  text-decoration:none;
  background:rgba(255,255,255,.025);
}
.footer-business-links a span{color:#7f8997;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.footer-business-links a b{font-size:13px}
.footer-business-links a:hover{background:rgba(247,198,84,.07);color:#f7c654}
.footer-legal a,.footer-legal button{
  position:relative;
  padding:4px 0 4px 14px;
  color:#aeb6c2;
  text-decoration:none;
  font:inherit;
  font-size:12px;
  line-height:1.35;
  background:none;border:0;text-align:left;cursor:pointer;
}
.footer-legal a::before,.footer-legal button::before{content:"";position:absolute;left:0;top:.78em;width:5px;height:5px;border-radius:50%;background:#c79739}
.footer-legal a:hover,.footer-legal button:hover{color:#f7c654}
.footer-bottom{
  width:min(1180px,100%);
  margin:0 auto!important;
  padding:17px 2px 0!important;
  display:flex;
  justify-content:space-between;
  gap:18px;
  border-top:1px solid rgba(255,255,255,.07)!important;
  color:#707988!important;
  font-size:12px!important;
  text-align:left!important;
}

/* COOKIE */
.cookie-banner{
  position:fixed;
  inset:auto 0 0;
  z-index:1000;
  padding:14px calc(14px + env(safe-area-inset-right)) calc(14px + env(safe-area-inset-bottom)) calc(14px + env(safe-area-inset-left));
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.48));
}
.cookie-banner[hidden]{display:none!important}
.cookie-card{
  width:min(1060px,100%);
  margin:auto;
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:18px;
  border:1px solid rgba(247,198,84,.32);
  border-radius:21px;
  background:linear-gradient(145deg,rgba(15,20,29,.985),rgba(5,8,13,.99));
  box-shadow:0 28px 90px rgba(0,0,0,.66),inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.cookie-icon{
  width:54px;height:54px;
  display:grid;place-items:center;
  border-radius:16px;
  color:#f7c654;
  background:rgba(247,198,84,.075);
  border:1px solid rgba(247,198,84,.24);
}
.cookie-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cookie-copy{min-width:0}
.cookie-copy strong{display:block;color:#fff;font-size:16px;line-height:1.25}
.cookie-copy p{max-width:650px;margin:6px 0;color:#aab3c0;font-size:12px;line-height:1.52}
.cookie-copy a{color:#efc35e;font-size:11px;text-decoration:underline;text-decoration-color:rgba(239,195,94,.38);text-underline-offset:3px}
.cookie-actions{display:flex;gap:9px}
.cookie-actions button{min-height:45px;padding:0 17px;border-radius:12px;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}
.cookie-reject{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.035);color:#e7eaf0}
.cookie-accept{border:1px solid rgba(255,255,255,.13);background:linear-gradient(135deg,#f8d575,#d9930c);color:#151006;box-shadow:0 10px 24px rgba(202,128,0,.18)}
.cookie-actions button:hover{transform:translateY(-1px)}

@media(max-width:1000px){
  .lead-panel{grid-template-columns:minmax(0,1fr) minmax(340px,.92fr)!important;gap:30px!important}
  .lead-grid{grid-template-columns:1fr}
}
@media(max-width:900px){
  .lead-section{padding:40px 14px 46px}
  .lead-panel{grid-template-columns:1fr!important;gap:27px!important;padding:26px 20px!important;border-radius:25px!important}
  .lead-copy h2{font-size:clamp(34px,10vw,48px);margin-top:17px}
  .lead-intro{font-size:14px;line-height:1.58}
  .lead-steps{margin-top:22px}
  .lead-form{padding:19px;border-radius:21px}
  .lead-form-head{padding-bottom:15px;margin-bottom:16px}
  .lead-grid{grid-template-columns:1fr;gap:13px}
  .lead-form input,.lead-form select{height:51px}
  .footer-ads-ready{padding:22px 14px calc(18px + env(safe-area-inset-bottom))!important}
  .footer-ads-grid{grid-template-columns:1fr;gap:11px;margin-bottom:18px}
  .footer-brand-card,.footer-column{padding:17px;border-radius:17px}
  .footer-business-links{grid-template-columns:1fr 1fr}
  .footer-legal{grid-template-columns:1fr 1fr;gap:7px 12px}
  .footer-bottom{flex-direction:column;gap:4px;text-align:center!important;align-items:center}
  .cookie-card{grid-template-columns:44px 1fr;gap:13px;padding:15px;border-radius:18px}
  .cookie-icon{width:44px;height:44px;border-radius:13px}
  .cookie-icon svg{width:23px;height:23px}
  .cookie-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;width:100%}
  .cookie-actions button{width:100%}
}
@media(max-width:520px){
  .lead-panel{padding:23px 16px!important}
  .lead-kicker-row{align-items:flex-start}
  .lead-kicker{font-size:10px;letter-spacing:.11em}
  .lead-step{grid-template-columns:43px 1fr;padding:12px}
  .lead-step-number{width:43px;height:43px;border-radius:13px}
  .lead-trust{display:grid;gap:9px}
  .lead-form{padding:16px}
  .lead-form-head strong{font-size:16px}
  .lead-submit{min-height:57px;padding-left:12px;padding-right:12px}
  .footer-business-links,.footer-legal{grid-template-columns:1fr}
  .cookie-card{grid-template-columns:1fr;text-align:left}
  .cookie-icon{display:none}
  .cookie-actions{grid-column:auto;grid-template-columns:1fr}
}
