/* =========================================================
   Astro Auto - Home page specific styles
   ========================================================= */

/* ---------- Hero ---------- */
.hero{padding:calc(var(--nav-h) + 56px) 0 40px;position:relative;overflow:hidden;}
.hero-bg{position:absolute;inset:0;pointer-events:none;z-index:0;}
.hero-bg .glow-orb.r1{top:-260px;right:-220px;width:640px;height:640px;background:radial-gradient(circle,rgba(227,28,44,.22),transparent 65%);}
.hero-bg .glow-orb.r2{bottom:-320px;left:-260px;width:600px;height:600px;background:radial-gradient(circle,rgba(227,28,44,.12),transparent 65%);}
.hero-bg svg.stripes{position:absolute;top:0;right:0;height:100%;width:50%;opacity:.35;}
.hero-inner{position:relative;z-index:1;}

.hero-head{max-width:760px;margin:0 auto 46px;text-align:center;}
.hero-head .eyebrow{justify-content:center;}
.hero-head h1{font-size:clamp(36px,5.4vw,60px);}
.hero-head h1 .accent{color:var(--red-2);position:relative;}
.hero-head p.lede{color:var(--white-dim);font-size:18px;margin:20px auto 0;max-width:560px;}

/* ---------- Hero entrance sequence (plays once on load, no scroll needed) ---------- */
@keyframes heroFadeUp{from{opacity:0;transform:translateY(22px);}to{opacity:1;transform:translateY(0);}}
@keyframes heroPop{0%{opacity:0;transform:translateY(14px) scale(.94);}70%{opacity:1;}100%{opacity:1;transform:translateY(0) scale(1);}}
@keyframes heroSlideL{from{opacity:0;transform:translateX(-46px);}to{opacity:1;transform:translateX(0);}}
@keyframes heroSlideR{from{opacity:0;transform:translateX(46px);}to{opacity:1;transform:translateX(0);}}
@media (prefers-reduced-motion: no-preference){
  .hero-head .eyebrow{animation:heroFadeUp .6s cubic-bezier(.2,.8,.2,1) .1s both;}
  .hero-head h1{animation:heroPop .7s cubic-bezier(.2,.8,.2,1) .2s both;}
  .hero-head p.lede{animation:heroFadeUp .6s cubic-bezier(.2,.8,.2,1) .38s both;}
  .hero-choice .choice-card.services{animation:heroSlideL .7s cubic-bezier(.2,.8,.2,1) .55s both;}
  .hero-choice .choice-card.inventory{animation:heroSlideR .7s cubic-bezier(.2,.8,.2,1) .55s both;}
  .hero-divider{animation:heroFadeUp .6s ease .95s both;}
  .hero-book{animation:heroPop .6s cubic-bezier(.2,.8,.2,1) .8s both;}
  .trust-strip{animation:heroFadeUp .6s ease .95s both;}
}

/* 50/50 choice split */
.hero-choice{
  position:relative;display:grid;grid-template-columns:1fr 1fr;gap:2px;
  border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);
  background:var(--border-soft);
}
.choice-card{
  position:relative;background:var(--black-2);padding:36px 40px;display:flex;flex-direction:column;gap:14px;
  min-height:0;justify-content:flex-start;align-items:flex-start;text-align:left;overflow:hidden;transition:background .3s ease;
}
.choice-card::before{
  content:"";position:absolute;inset:0;opacity:0;transition:opacity .4s ease;
  background:radial-gradient(circle at 30% 20%,rgba(227,28,44,.18),transparent 60%);
}
.choice-card:hover::before{opacity:1;}
.choice-card:hover{background:var(--black-3);}
.choice-top{display:flex;align-items:center;gap:18px;position:relative;z-index:1;}
.choice-card .choice-icon{
  width:56px;height:56px;flex-shrink:0;border-radius:16px;background:var(--red-soft);color:var(--red-2);
  display:flex;align-items:center;justify-content:center;
}
.choice-card .choice-icon svg{width:27px;height:27px;}
.choice-card h3{font-size:clamp(32px,3.6vw,44px);line-height:1;}
.choice-card p{font-size:14.5px;max-width:360px;position:relative;z-index:1;}
.choice-card .choice-go{
  display:inline-block;margin-top:auto;position:relative;z-index:1;border-radius:999px;
  padding:1.5px;overflow:hidden;isolation:isolate;
}
.choice-go::before{
  content:"";position:absolute;inset:-70%;z-index:-1;
  background:conic-gradient(from 0deg, transparent 0deg, var(--red-soft) 10deg, var(--red-2) 20deg, var(--red) 30deg, var(--red-2) 40deg, transparent 55deg, transparent 360deg);
  animation:laserSpin 3s linear infinite;
}
.choice-go-inner{
  display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:var(--white);
  padding:10px 18px;border-radius:999px;background:var(--black-2);
}
.choice-card:hover .choice-go-inner{background:var(--black-3);}
.choice-go-inner svg{width:15px;height:15px;transition:transform .2s ease;}
.choice-card:hover .choice-go-inner svg{transform:translateX(5px);}
@keyframes laserSpin{to{transform:rotate(360deg);}}
@media (prefers-reduced-motion: reduce){.choice-go::before{animation:none;}}

.hero-divider{
  position:absolute;top:0;bottom:0;left:50%;width:2px;transform:translateX(-50%);z-index:2;pointer-events:none;
  background:linear-gradient(180deg,transparent,var(--red) 35%,var(--red-2) 50%,var(--red) 65%,transparent);
  opacity:.85;filter:drop-shadow(0 0 10px var(--red-glow));
  display:none;
}
@media (min-width:761px){ .hero-divider{display:block;} }

.hero-book{text-align:center;margin-top:30px;display:flex;flex-direction:column;align-items:center;gap:14px;}
.hero-book .btn-primary{padding:19px 46px;font-size:16.5px;}
.hero-book .hero-book-note{font-size:13px;color:var(--white-faint);font-family:var(--ff-mono);}
.hero-book .hero-book-note a{color:var(--red-2);}

.trust-strip{display:flex;gap:32px;flex-wrap:wrap;justify-content:center;margin-top:44px;}
.trust-item{display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center;}
.trust-item .num{font-family:var(--ff-mono);font-size:16px;color:var(--red-2);}
.trust-item .lbl{font-size:12.5px;color:var(--white-faint);}

@media (max-width:760px){
  .hero{padding:calc(var(--nav-h) + 18px) 0 22px;}
  .hero-head{margin-bottom:22px;}
  .hero-head h1{font-size:clamp(27px,8.6vw,36px);}
  .hero-head p.lede{font-size:14.5px;margin-top:12px;line-height:1.5;}
  .hero-choice{grid-template-columns:1fr;gap:1px;}
  .choice-card{min-height:0;padding:16px 20px;gap:10px;flex-direction:column;align-items:flex-start;}
  .choice-top{gap:10px;}
  .choice-card .choice-icon{width:36px;height:36px;border-radius:10px;}
  .choice-card .choice-icon svg{width:17px;height:17px;}
  .choice-card h3{font-size:24px;}
  .choice-card p{display:none;}
  .choice-card .choice-go{margin-top:0;}
  .choice-go-inner{padding:8px 15px;font-size:12.5px;}
  .hero-book{margin-top:16px;gap:8px;}
  .hero-book .btn-primary{padding:14px 30px;font-size:14.5px;}
  .hero-book .hero-book-note{font-size:11.5px;}
  .trust-strip{margin-top:20px;gap:16px 22px;}
  .trust-item .num{font-size:13px;}
  .trust-item .lbl{font-size:10.5px;}
}

/* ---------- Services pillars ---------- */
.pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;}
.pillar-card{
  background:var(--black-2);border:1px solid var(--border-soft);border-radius:var(--radius-lg);
  padding:34px 30px;position:relative;overflow:hidden;transition:border-color .2s ease, transform .2s ease, background .2s ease;
}
.pillar-card:hover{transform:translateY(-5px);border-color:var(--border);background:var(--black-3);}
.pillar-card.primary{background:linear-gradient(165deg,var(--black-3),var(--black-2));border-color:var(--border);}
.pillar-tag{font-family:var(--ff-mono);font-size:11px;color:var(--white-faint);letter-spacing:.1em;text-transform:uppercase;position:absolute;top:30px;right:30px;}
.pillar-icon{width:54px;height:54px;border-radius:16px;background:var(--red-soft);display:flex;align-items:center;justify-content:center;color:var(--red-2);margin-bottom:24px;}
.pillar-icon svg{width:27px;height:27px;}
.pillar-card h3{margin-bottom:10px;}
.pillar-card p{font-size:14.5px;margin-bottom:22px;}
.pillar-list{display:flex;flex-direction:column;gap:9px;margin-bottom:26px;}
.pillar-list li{display:flex;justify-content:space-between;gap:10px;font-size:13.5px;padding-bottom:9px;border-bottom:1px dashed var(--border-soft);color:var(--white-dim);}
.pillar-list li b{color:var(--white);font-weight:500;}
.pillar-list li .price{font-family:var(--ff-mono);color:var(--red-2);white-space:nowrap;}
.pillar-card .btn{width:100%;}

/* ---------- Featured vehicles ---------- */
.veh-scroller{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.veh-card{
  background:var(--black-2);border:1px solid var(--border-soft);border-radius:var(--radius-md);overflow:hidden;
  transition:transform .2s ease,border-color .2s ease;display:flex;flex-direction:column;
}
.veh-card:hover{transform:translateY(-5px);border-color:var(--border);}
.veh-media{aspect-ratio:4/3;background:linear-gradient(150deg,var(--black-4),var(--black-2));position:relative;overflow:hidden;}
.veh-media img{width:100%;height:100%;object-fit:cover;}
.veh-media .veh-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--white-faint);}
.veh-media .veh-placeholder svg{width:64px;height:64px;opacity:.35;}
.veh-status{position:absolute;top:14px;left:14px;}
.veh-body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1;}
.veh-title{font-family:var(--ff-display);font-size:17px;font-weight:600;}
.veh-trim{font-size:13px;color:var(--white-faint);margin-top:-6px;}
.veh-price{font-family:var(--ff-mono);color:var(--red-2);font-size:18px;font-weight:600;}
.veh-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--white-dim);font-family:var(--ff-mono);margin-top:2px;}
.veh-meta span{padding:4px 9px;background:rgba(255,255,255,.04);border-radius:6px;}
.veh-body .btn{margin-top:auto;}
.veh-empty{grid-column:1/-1;text-align:center;padding:50px 20px;color:var(--white-faint);border:1px dashed var(--border);border-radius:var(--radius-md);}

@media (max-width:980px){
  .pillars{grid-template-columns:1fr 1fr;}
  .veh-scroller{grid-template-columns:1fr 1fr;}
}
@media (max-width:760px){
  .pillars{grid-template-columns:1fr;}
  .veh-scroller{grid-template-columns:1fr;}
}

/* ---------- Why ---------- */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border-soft);border:1px solid var(--border-soft);border-radius:var(--radius-lg);overflow:hidden;}
.why-item{background:var(--black);padding:36px 32px;}
.why-item .ic{width:40px;height:40px;color:var(--red-2);margin-bottom:18px;}
.why-item .ic svg{width:100%;height:100%;}
.why-item h4{font-size:16.5px;margin-bottom:8px;}
.why-item p{font-size:14px;}

/* ---------- Process ---------- */
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;}
.process::before{content:"";position:absolute;top:23px;left:6%;right:6%;height:1px;background:repeating-linear-gradient(90deg,var(--border) 0 8px,transparent 8px 16px);}
.process-step{position:relative;padding-right:20px;}
.process-step .idx{
  width:46px;height:46px;border-radius:50%;background:var(--black);border:1px solid var(--border);
  display:flex;align-items:center;justify-content:center;font-family:var(--ff-mono);font-size:14px;color:var(--red-2);
  margin-bottom:20px;position:relative;z-index:2;
}
.process-step h4{font-size:16px;margin-bottom:8px;}
.process-step p{font-size:14px;}

@media (max-width:980px){
  .why-grid,.process{grid-template-columns:1fr 1fr;}
  .process::before{display:none;}
}
@media (max-width:760px){
  .why-grid,.process{grid-template-columns:1fr;}
}

/* ---------- Reviews ---------- */
.reviews-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-bottom:44px;}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.review-card{background:var(--black-2);border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:28px;}
.stars{color:var(--red-2);font-size:14px;letter-spacing:2px;margin-bottom:16px;}
.review-card p{font-size:14.5px;margin-bottom:20px;}
.review-who{display:flex;align-items:center;gap:10px;}
.review-avatar{width:36px;height:36px;border-radius:50%;background:var(--black-4);display:flex;align-items:center;justify-content:center;font-family:var(--ff-mono);font-size:12px;color:var(--red-2);border:1px solid var(--border);}
.review-who .name{font-size:13.5px;font-weight:600;color:var(--white);}
.review-who .src{font-size:12px;color:var(--white-faint);}
.review-note{margin-top:22px;font-size:12.5px;color:var(--white-faint);font-family:var(--ff-mono);}
@media (max-width:760px){ .review-grid{grid-template-columns:1fr;} }

/* ---------- Area / map ---------- */
.area-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.area-address{
  display:flex;align-items:flex-start;gap:10px;margin-top:22px;font-family:var(--ff-mono);
  font-size:13.5px;color:var(--white-dim);
}
.area-address svg{width:18px;height:18px;color:var(--red-2);flex-shrink:0;margin-top:1px;}
.map-frame{
  aspect-ratio:4/3;border-radius:var(--radius-lg);border:1px solid var(--border-soft);
  background:
    linear-gradient(var(--border-soft) 1px, transparent 1px) 0 0/34px 34px,
    linear-gradient(90deg, var(--border-soft) 1px, transparent 1px) 0 0/34px 34px,
    var(--black-2);
  position:relative;overflow:hidden;
}
#siteMap{width:100%;height:100%;background:transparent;font-family:var(--ff-body);}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(227,28,44,.35);}50%{box-shadow:0 0 0 14px rgba(227,28,44,0);}}
@media (max-width:980px){ .area-grid{grid-template-columns:1fr;} }

/* Leaflet marker + dark control theming */
.map-marker{position:relative;}
.map-marker-dot{position:absolute;top:50%;left:50%;width:12px;height:12px;margin:-6px 0 0 -6px;border-radius:50%;background:var(--red-2);border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.5);}
.map-marker-ring{position:absolute;top:50%;left:50%;width:28px;height:28px;margin:-14px 0 0 -14px;border-radius:50%;background:var(--red-soft);animation:pulse 2.6s ease-in-out infinite;}
.leaflet-container{background:var(--black-2) !important;}
.leaflet-popup-content-wrapper{
  background:rgba(20,20,24,.55) !important;
  backdrop-filter:blur(24px) saturate(220%) !important;
  -webkit-backdrop-filter:blur(24px) saturate(220%) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:16px !important;
  box-shadow:0 20px 40px -20px rgba(0,0,0,.65), inset 0 1px 0 rgba(255,255,255,.25) !important;
  color:var(--white) !important;
}
.leaflet-popup-tip{background:rgba(20,20,24,.8) !important;box-shadow:none !important;}
.leaflet-popup-content{
  font-family:var(--ff-display) !important;font-weight:600 !important;font-size:14.5px !important;
  margin:12px 18px !important;white-space:nowrap !important;color:var(--white) !important;
}
.leaflet-popup-content strong{white-space:nowrap;}
.leaflet-popup-close-button{color:var(--white-faint) !important;}
.leaflet-popup-close-button:hover{color:var(--red-2) !important;}
.leaflet-control-zoom a{background:var(--black-3) !important;color:var(--white) !important;border-color:var(--border) !important;}
.leaflet-control-zoom a:hover{background:var(--black-4) !important;color:var(--red-2) !important;}
.leaflet-control-attribution{background:rgba(10,10,13,.7) !important;color:var(--white-faint) !important;font-size:10px !important;}
.leaflet-control-attribution a{color:var(--white-dim) !important;}

/* ---------- FAQ ---------- */
.faq-list{border-top:1px solid var(--border-soft);}
.faq-item{border-bottom:1px solid var(--border-soft);}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;background:none;border:none;color:var(--white);text-align:left;padding:24px 0;font-family:var(--ff-display);font-size:16.5px;font-weight:500;}
.faq-q .plus{width:22px;height:22px;flex-shrink:0;border:1px solid var(--border);border-radius:50%;position:relative;transition:transform .25s ease, border-color .25s ease;}
.faq-q .plus::before,.faq-q .plus::after{content:"";position:absolute;background:var(--white-dim);}
.faq-q .plus::before{top:50%;left:5px;right:5px;height:1px;transform:translateY(-50%);}
.faq-q .plus::after{left:50%;top:5px;bottom:5px;width:1px;transform:translateX(-50%);transition:opacity .2s ease;}
.faq-item.open .faq-q .plus{transform:rotate(90deg);border-color:var(--red-2);}
.faq-item.open .faq-q .plus::after{opacity:0;}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.faq-a p{font-size:14.5px;padding-bottom:24px;max-width:680px;}

/* ---------- CTA band ---------- */
.cta-band{
  background:linear-gradient(150deg,var(--black-3),var(--black-2));
  border:1px solid var(--border);border-radius:var(--radius-lg);
  padding:58px;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;
  position:relative;overflow:hidden;
}
.cta-band::after{content:"";position:absolute;right:-70px;top:-70px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,var(--red-soft),transparent 70%);}
.cta-band h2{font-size:clamp(24px,3vw,32px);margin-bottom:8px;}
.cta-band p{font-size:15px;}
.cta-actions{display:flex;gap:14px;flex-wrap:wrap;position:relative;z-index:1;}
@media (max-width:760px){ .cta-band{padding:38px 26px;flex-direction:column;align-items:flex-start;} }

/* ---------- Booking wizard ---------- */
.book-wrap{max-width:780px;margin:0 auto;}
.book-panel{background:var(--black-2);border:1px solid var(--border-soft);border-radius:var(--radius-lg);padding:46px;box-shadow:var(--shadow-lg);}
.steps-bar{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:40px;}
.step-dot{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-family:var(--ff-mono);font-size:12.5px;color:var(--white-faint);flex-shrink:0;transition:all .2s ease;}
.step-dot.active{border-color:var(--red);color:var(--red-2);background:var(--red-soft);}
.step-dot.done{border-color:var(--red);color:var(--red-2);background:var(--red-soft);}
.step-line{width:26px;height:1px;background:var(--border);}
.step-line.done{background:var(--red);}
.book-step{display:none;}
.book-step.active{display:block;animation:fadein .3s ease;}
@keyframes fadein{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);}}
.book-step h3{margin-bottom:6px;}
.hint{font-size:14px;margin-bottom:28px;}

.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.cat-grid-4{grid-template-columns:repeat(2,1fr);}
.opt-card{
  border:1px solid var(--border);background:var(--black-3);border-radius:var(--radius-md);
  padding:20px 16px;text-align:left;transition:border-color .18s ease, background .18s ease;
  display:flex;flex-direction:column;gap:10px;color:var(--white);
}
.opt-card .ic{width:34px;height:34px;color:var(--red-2);}
.opt-card .ic svg{width:100%;height:100%;}
.opt-card b{font-size:14.5px;font-family:var(--ff-display);}
.opt-card small{color:var(--white-faint);font-size:12px;line-height:1.4;}
.opt-card:hover{border-color:var(--white-faint);}
.opt-card.selected{border-color:var(--red);background:var(--red-soft);}

.pkg-list{display:flex;flex-direction:column;gap:10px;margin-bottom:28px;}
.pkg-card{
  display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%;color:var(--white);
  border:1px solid var(--border);background:var(--black-3);border-radius:var(--radius-md);
  padding:16px 18px;text-align:left;transition:border-color .18s ease, background .18s ease;
}
.pkg-card:hover{border-color:var(--white-faint);}
.pkg-card.selected{border-color:var(--red);background:var(--red-soft);}
.pkg-card .pkg-name{font-weight:600;font-size:14.5px;margin-bottom:4px;}
.pkg-card .pkg-desc{font-size:12.5px;color:var(--white-faint);}
.pkg-card .pkg-price{font-family:var(--ff-mono);color:var(--red-2);font-size:13.5px;white-space:nowrap;}

.subhead{font-size:12.5px;font-family:var(--ff-mono);letter-spacing:.06em;color:var(--white-faint);text-transform:uppercase;margin:26px 0 12px;}

.date-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;margin-bottom:22px;scrollbar-width:thin;}
.date-chip{
  flex:0 0 auto;width:64px;padding:12px 0;border-radius:var(--radius-sm);border:1px solid var(--border);
  background:var(--black-3);text-align:center;display:flex;flex-direction:column;gap:4px;transition:border-color .18s ease, background .18s ease;color:var(--white);
}
.date-chip .dow{font-size:11px;color:var(--white-faint);font-family:var(--ff-mono);text-transform:uppercase;}
.date-chip .dnum{font-family:var(--ff-display);font-size:17px;}
.date-chip.selected{border-color:var(--red);background:var(--red-soft);}
.time-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}
.time-chip{border:1px solid var(--border);background:var(--black-3);border-radius:var(--radius-sm);padding:12px 6px;font-family:var(--ff-mono);font-size:13px;text-align:center;transition:border-color .18s ease, background .18s ease;color:var(--white);}
.time-chip.selected{border-color:var(--red);background:var(--red-soft);color:var(--red-2);}
.empty-note{color:var(--white-faint);font-size:13.5px;font-style:italic;}

.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.form-grid .full{grid-column:1/-1;}
.form-field label{display:block;font-size:12.5px;color:var(--white-faint);margin-bottom:7px;}
.form-field input,.form-field textarea,.form-field select{
  width:100%;background:var(--black-3);border:1px solid var(--border);border-radius:var(--radius-sm);
  padding:12px 14px;color:var(--white);font-family:var(--ff-body);font-size:14.5px;transition:border-color .15s ease;
}
.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:var(--red-2);}
.form-field textarea{resize:vertical;min-height:80px;}

.summary-box{background:var(--black-3);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px;margin-bottom:24px;font-size:13.5px;}
.summary-box div{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px dashed var(--border-soft);color:var(--white-dim);}
.summary-box div:last-child{border-bottom:none;}
.summary-box b{color:var(--white);font-weight:500;}

.checkbox-row{display:flex;align-items:center;gap:10px;margin-top:4px;}
.checkbox-row input{width:18px;height:18px;accent-color:var(--red);flex-shrink:0;}
.checkbox-row label{font-size:14px;color:var(--white);margin:0;}
.marketing-check{margin-top:18px;}
.marketing-check label{font-size:13px;color:var(--white-faint);}

.book-nav{display:flex;justify-content:space-between;align-items:center;margin-top:34px;}
.err-msg{color:var(--red-2);font-size:13px;margin-top:14px;display:none;}

.confirm-box{text-align:center;padding:30px 0;}
.confirm-icon{width:64px;height:64px;border-radius:50%;background:var(--red-soft);color:var(--red-2);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;}
.confirm-icon svg{width:30px;height:30px;}
.confirm-box h3{font-size:22px;margin-bottom:10px;}
.confirm-box p{font-size:14.5px;max-width:420px;margin:0 auto 26px;}

@media (max-width:760px){
  .cat-grid,.cat-grid-4{grid-template-columns:1fr;}
  .form-grid{grid-template-columns:1fr;}
  .book-panel{padding:28px;}
  .time-grid{grid-template-columns:repeat(3,1fr);}
}
