:root{
  --black:#050505;
  --black2:#090909;
  --panel:#101010;
  --panel2:#151515;
  --gold:#bd8b35;
  --gold2:#d4a556;
  --white:#ffffff;
  --text:#f7f3ea;
  --muted:#c7c0b5;
  --soft:#8f887d;
  --line:rgba(212,165,86,.26);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--black);
  color:var(--text);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 44px));margin:0 auto}
.header{
  position:sticky;top:0;z-index:50;
  background:rgba(5,5,5,.86);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav{
  height:82px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.logo{
  display:inline-flex;flex-direction:column;line-height:1;color:#fff;
  min-width:184px;
}
.logo strong{
  font-size:32px;
  letter-spacing:.34em;
  font-weight:900;
}
.logo small{
  font-size:10px;letter-spacing:.34em;margin-top:8px;position:relative;color:#e6dfd2;
}
.logo small:before,.logo small:after{
  content:"";display:inline-block;width:42px;height:1px;background:var(--gold);
  vertical-align:middle;margin:0 8px 3px 0;
}
.logo small:after{margin:0 0 3px 8px}
.links{display:flex;align-items:center;gap:26px;font-size:14px}
.links a{color:#f3f0eb;position:relative;white-space:nowrap}
.links a.active:after,.links a:hover:after{
  content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--gold2)
}
.nav-cta{display:flex;align-items:center;gap:10px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border-radius:7px;
  padding:13px 18px;
  font-weight:800;
  font-size:15px;
  border:1px solid transparent;
  transition:.18s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-1px);filter:brightness(1.06)}
.btn.big{padding:15px 20px}
.btn.small{padding:10px 14px;font-size:13px}
.btn.gold{
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#fff;
  box-shadow:0 18px 36px rgba(189,139,53,.18);
}
.btn.ghost{background:rgba(0,0,0,.34);border-color:rgba(255,255,255,.32);color:#fff}
.btn.white{background:#fff;color:#151515;border-color:#fff}
.mobile-menu{display:none}

.hero{
  position:relative;
  min-height:665px;
  overflow:hidden;
  border-bottom:1px solid var(--line);
}
.hero-photo{
  position:absolute;inset:0;
  background-image:url("icon-auto-storefront-hero.jpg");
  background-size:cover;
  background-position:center center;
  opacity:.92;
}
.hero:before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,#050505 0%,rgba(5,5,5,.96) 28%,rgba(5,5,5,.58) 52%,rgba(5,5,5,.18) 74%,rgba(5,5,5,.38) 100%),
    linear-gradient(180deg,rgba(5,5,5,.08) 0%,rgba(5,5,5,.12) 56%,#050505 100%);
  z-index:1;
}
.hero .container{position:relative;z-index:2}
.hero-grid{
  min-height:665px;
  display:grid;
  grid-template-columns:minmax(0,520px) 1fr;
  align-items:center;
}
.eyebrow{
  color:var(--gold2);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  margin-bottom:18px;
}
h1,h2,h3,p{margin-top:0}
h1{
  font-size:clamp(48px,6vw,82px);
  line-height:.98;
  letter-spacing:-.055em;
  margin:0 0 24px;
  max-width:680px;
}
h1 span{display:block;color:var(--gold2)}
.lead{
  color:#efe8db;
  font-size:19px;
  max-width:490px;
  margin-bottom:28px;
}
.hero-actions,.cta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.secure-line{color:var(--muted);font-size:13px;margin:14px 0 0}

.section{padding:54px 0}
.section.compact{padding:38px 0}
.section-title{text-align:center;margin-bottom:34px}
.section-title h2{
  margin:0;
  font-size:26px;
  line-height:1.1;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.section-title h2:after{
  content:"";display:block;width:48px;height:2px;background:var(--gold2);margin:16px auto 0;
}
.section-title p{margin:14px auto 0;color:var(--muted);max-width:680px}

.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.why-card{
  text-align:center;
  padding:32px 24px;
  border-right:1px solid var(--line);
  min-height:184px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.why-card:last-child{border-right:0}
.icon-circle{
  width:58px;height:58px;border:1px solid var(--gold2);border-radius:50%;
  color:var(--gold2);display:grid;place-items:center;
  margin:0 auto 16px;font-weight:900;font-size:22px;
}
.why-card b,.step b{display:block;color:#fff;letter-spacing:.03em}
.why-card p,.step p{margin:8px 0 0;color:var(--muted);font-size:14px}

.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0}
.step{
  text-align:center;
  padding:18px 14px;
  position:relative;
}
.step:not(:last-child):after{
  content:"›";
  position:absolute;right:-5px;top:32px;color:var(--gold2);font-size:28px;
}
.step span{
  width:54px;height:54px;border-radius:50%;
  border:1px solid var(--gold2);
  display:grid;place-items:center;margin:0 auto 17px;
  color:#fff;font-weight:900;
}
.step b{text-transform:uppercase;font-size:14px}

.brands{
  display:grid;
  grid-template-columns:repeat(9,1fr);
  gap:12px;
}
.brands div{
  text-align:center;
  padding:15px 8px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  color:#fff;
  background:#0c0c0c;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
}

.review-banner,.cta-panel{
  background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(189,139,53,.10));
  border:1px solid var(--line);
  border-radius:14px;
  padding:30px;
}
.review-banner{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.review-banner h2,.cta-panel h2{font-size:30px;letter-spacing:-.04em;margin:0 0 8px}
.review-banner p,.cta-panel p{margin:0;color:var(--muted)}
.star{float:left;font-size:40px;line-height:1;color:var(--gold2);margin-right:18px}
.cta-panel{text-align:center}
.cta-panel .cta-row{justify-content:center;margin-top:20px}

.footer{
  background:#060606;
  padding:34px 0 20px;
  border-top:1px solid var(--line);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr;
  gap:55px;
}
.footer p,.footer li{color:#cfc8bd;margin:8px 0}
.footer ul{list-style:none;margin:0;padding:0}
.footer h4{
  color:var(--gold2);
  margin:4px 0 14px;
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:.14em;
}
.footer-logo strong{font-size:29px}
.copyright{
  border-top:1px solid var(--line);
  margin-top:28px;
  padding-top:16px;
  text-align:center;
  color:#8c877d;
  font-size:13px;
}

/* Interior pages */
.page-hero{
  position:relative;
  min-height:390px;
  display:flex;align-items:center;
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.page-hero.photo-page{min-height:540px}
.page-hero .hero-photo{opacity:.55}
.page-hero:before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,#050505 0%,rgba(5,5,5,.92) 40%,rgba(5,5,5,.40) 100%),
    linear-gradient(180deg,rgba(5,5,5,.18),#050505 100%);
  z-index:1;
}
.page-hero .container{position:relative;z-index:2}
.page-hero h1{font-size:clamp(46px,6vw,74px);max-width:760px}
.page-hero p{max-width:760px;color:#e8e0d2;font-size:18px}
.content{padding:58px 0}
.narrow{max-width:1040px}
.about-copy{
  font-size:24px;
  line-height:1.7;
  color:#efe9df;
  margin-bottom:30px;
}
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.value-card{
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius:16px;
  padding:28px;
}
.value-card h3{font-size:25px;margin-bottom:10px}
.value-card p{color:var(--muted);margin:0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.app-shell{
  background:#090909;
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
  box-shadow:0 20px 80px rgba(0,0,0,.38);
}
.app-toolbar{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  margin-bottom:14px;color:#fff;font-weight:800;
}
.form-frame{
  width:100%;
  min-height:840px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  background:#fff;
}
.fine-print{
  color:#aaa;
  font-size:13px;
  text-align:center;
  margin:14px 0 0;
}

@media(max-width:1050px){
  .links{display:none}
  .mobile-menu{display:inline-flex}
  .nav{height:76px}
  .nav-cta .ghost{display:none}
  .hero,.hero-grid{min-height:630px}
  .hero-photo{background-position:center center}
  .hero:before{
    background:
      linear-gradient(180deg,rgba(5,5,5,.36),#050505 82%),
      linear-gradient(90deg,#050505 0%,rgba(5,5,5,.73) 58%,rgba(5,5,5,.18));
  }
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .why-card:nth-child(2){border-right:0}
  .why-card:nth-child(1),.why-card:nth-child(2){border-bottom:1px solid var(--line)}
  .steps{grid-template-columns:1fr}
  .step:not(:last-child):after{display:none}
  .brands{grid-template-columns:repeat(3,1fr)}
  .review-banner{display:block}
  .review-banner .btn{margin-top:20px}
  .footer-grid{grid-template-columns:1fr}
  .value-grid,.two-col{grid-template-columns:1fr}
}
@media(max-width:560px){
  .container{width:min(100% - 28px,var(--max))}
  .logo{min-width:145px}
  .logo strong{font-size:24px}
  .logo small:before,.logo small:after{width:24px}
  .nav-cta .gold{padding:11px 14px;width:auto}
  .btn{width:100%}
  .hero,.hero-grid{min-height:690px}
  .hero-grid{grid-template-columns:1fr;align-items:end;padding-bottom:64px}
  .hero-photo{background-position:center center;opacity:.70}
  h1{font-size:45px}
  .lead{font-size:16px}
  .why-grid{grid-template-columns:1fr}
  .why-card{border-right:0!important;border-bottom:1px solid var(--line)}
  .why-card:last-child{border-bottom:0}
  .brands{grid-template-columns:repeat(2,1fr)}
  .review-banner,.cta-panel,.value-card{padding:22px}
  .about-copy{font-size:19px}
  .app-toolbar{display:grid;grid-template-columns:1fr}
  .form-frame{min-height:940px}
}



/* Rotating reviews carousel */
.review-carousel-section{
  padding:64px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(189,139,53,.14), transparent 34%),
    #050505;
}
.review-carousel{
  position:relative;
  max-width:980px;
  margin:0 auto;
}
.review-track{
  position:relative;
  min-height:330px;
}
.review-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transform:translateY(14px) scale(.985);
  pointer-events:none;
  transition:opacity .55s ease, transform .55s ease;
}
.review-slide.active{
  opacity:1;
  transform:translateY(0) scale(1);
  pointer-events:auto;
}
.google-card{
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  border:1px solid rgba(212,165,86,.32);
  border-radius:18px;
  padding:34px;
  box-shadow:0 24px 70px rgba(0,0,0,.32);
}
.google-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.reviewer{
  display:flex;
  align-items:center;
  gap:14px;
}
.reviewer-avatar{
  width:54px;
  height:54px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:22px;
}
.reviewer strong{
  display:block;
  font-size:20px;
}
.reviewer span{
  color:var(--muted);
  font-size:14px;
}
.stars{
  color:#f7c948;
  letter-spacing:.08em;
  font-size:20px;
  white-space:nowrap;
}
.review-text{
  color:#efe9df;
  font-size:22px;
  line-height:1.65;
  margin:0;
}
.review-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:24px;
}
.review-btn{
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(212,165,86,.45);
  background:#0d0d0d;
  color:#fff;
  font-size:24px;
  cursor:pointer;
}
.review-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  border:0;
  background:rgba(255,255,255,.22);
  cursor:pointer;
}
.review-dot.active{background:var(--gold2)}
.review-link-row{
  text-align:center;
  margin-top:22px;
}
@media(max-width:700px){
  .review-track{min-height:500px}
  .google-card{padding:24px}
  .google-top{align-items:flex-start;flex-direction:column}
  .review-text{font-size:18px}
}


/* Rotating Google reviews */
.review-carousel-section-v2{
  padding:58px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(189,139,53,.16), transparent 34%),
    linear-gradient(180deg,#050505,#090909);
  overflow:hidden;
}
.review-carousel-shell-v2{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(189,139,53,.08));
  padding:28px 0;
  box-shadow:0 22px 80px rgba(0,0,0,.28);
}
.review-carousel-shell-v2:before,
.review-carousel-shell-v2:after{
  content:"";
  position:absolute;
  top:0;
  width:90px;
  height:100%;
  z-index:2;
  pointer-events:none;
}
.review-carousel-shell-v2:before{
  left:0;
  background:linear-gradient(90deg,#080808,transparent);
}
.review-carousel-shell-v2:after{
  right:0;
  background:linear-gradient(270deg,#080808,transparent);
}
.review-carousel-track-v2{
  display:flex;
  gap:18px;
  width:max-content;
  animation:iconReviewScroll 52s linear infinite;
  padding:0 18px;
}
.review-carousel-shell-v2:hover .review-carousel-track-v2{
  animation-play-state:paused;
}
.review-card-v2{
  width:385px;
  min-height:285px;
  background:#0d0d0d;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  padding:24px;
  box-shadow:0 20px 55px rgba(0,0,0,.28);
}
.review-top-v2{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:15px;
}
.review-avatar-v2{
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#fff;
  font-weight:900;
}
.review-top-v2 strong{
  display:block;
  color:#fff;
  font-size:16px;
}
.review-top-v2 small{
  display:block;
  color:var(--muted);
  margin-top:2px;
}
.review-stars-v2{
  color:var(--gold2);
  font-size:22px;
  letter-spacing:2px;
  margin-bottom:12px;
}
.review-card-v2 p{
  margin:0;
  color:#f5efe5;
  font-size:15px;
  line-height:1.65;
}
.review-carousel-actions-v2{
  margin-top:22px;
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
@keyframes iconReviewScroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
@media(max-width:560px){
  .review-carousel-shell-v2{padding:18px 0}
  .review-carousel-shell-v2:before,
  .review-carousel-shell-v2:after{width:32px}
  .review-card-v2{
    width:305px;
    min-height:355px;
    padding:20px;
  }
  .review-card-v2 p{font-size:14px}
}
