/* ═══════════════════════════════════════════════════════════════
   SJJ INSURANCE SERVICES — Commercial General Liability
   Brand tokens from the Elementor global settings.

     Primary   #164297   Secondary #FCB858
     Text      #404041   Accent    #26B3E8
     Clay      #D86042
     Display   Cormorant Garamond 600

   Change the --brand-* values and everything follows.
   ═══════════════════════════════════════════════════════════════ */
:root{
  --brand-primary:#164297;
  --brand-secondary:#FCB858;
  --brand-text:#404041;
  --brand-accent:#26B3E8;
  --brand-clay:#D86042;

  --ink:#164297;
  --ink-2:#12367C;
  --hi:var(--brand-secondary);
  --hi-dk:#d86042;
  --hi-lt:#d86042;

  --paper:#FFFFFF;
  --rule:#D5DEEE;
  --steel:#757577;
  --steel-lt:#9A9A9C;
  --stamp:var(--brand-clay);
  --ok:#1E6F4C;

  /* Cormorant Garamond is a delicate display serif — large sizes only.
     Lato carries everything that must stay legible on a phone held at
     arm's length in daylight. */
  --f-display:'Cormorant Garamond', Georgia, serif;
--f-body: 'Montserrat', sans-serif;

  --maxw:1120px;
  --pad:20px;
}
@media(min-width:768px){ :root{ --pad:40px } }

/* ---------- RESET + OVERFLOW GUARD ----------
   Nothing on this page may ever be wider than the screen. */
*,*::before,*::after{box-sizing:border-box}
html,body{max-width:100%; overflow-x:hidden}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth}
body{
  margin:0; background:#fff; color:var(--brand-text);
  font-family:var(--f-body); font-size:15px; line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img,svg{max-width:100%; height:auto; display:block}
a{color:var(--brand-primary)}
:focus-visible{outline:3px solid var(--hi); outline-offset:2px}

h1,h2{font-family:var(--f-display); font-weight:600; line-height:1.12; margin:0}
h3{font-family:var(--f-body); font-weight:700; line-height:1.3; margin:0; font-size:19px}
p{margin:0 0 1em}
p:last-child{margin-bottom:0}

.wrap{max-width:var(--maxw); margin-inline:auto; padding-inline:var(--pad)}
.sec{padding-block:52px}
@media(min-width:768px){ .sec{padding-block:80px} }
.sec--tint{background:var(--paper)}
.sec--dark{background:var(--ink); color:#fff}
.center{text-align:center}
.center .lede{margin-inline:auto}

.eyebrow{
  font-size:12px; font-weight:700; letter-spacing:.14em;
  text-transform:uppercase; color:#26b3e8; margin:0 0 12px;
}
.sec--dark .eyebrow{color:var(--brand-accent)}

.h2{font-size:30px; margin-bottom:14px; color:var(--ink)}
@media(min-width:768px){ .h2{font-size:40px} }
.sec--dark .h2{color:#fff}
.lede{font-size:17px; color:var(--steel); max-width:60ch; margin:0 0 32px}
.sec--dark .lede{color:#C5D6EA}

/* ---------- BUTTONS ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-family:var(--f-body); font-weight:700; font-size:17px;
  padding:17px 28px; border-radius:6px; border:0; cursor:pointer;
  text-decoration:none; text-align:center; line-height:1.2;
  transition:background .14s ease, transform .1s ease;
}
.btn--go{background:var(--hi); color:#1F1400; box-shadow:0 3px 0 var(--hi-dk)}
.btn--go:hover{background:var(--hi-lt)}
.btn--go:active{transform:translateY(3px); box-shadow:none}
.btn--wide{width:100%}
.btn:disabled{opacity:.55; cursor:not-allowed}

/* ---------- HEADER ---------- */
/*.hdr{background:var(--ink)}*/
.hdr__in{
  max-width:var(--maxw); margin-inline:auto; padding:14px var(--pad);
  display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.hdr__logo img{height:58px; width:auto}
.hdr__ph{color:#fff; text-decoration:none; font-weight:700; font-size:15px; white-space:nowrap; text-align:right}
.hdr__ph span{display:block; font-size:11px; font-weight:400; color:var(--brand-accent); letter-spacing:.08em; text-transform:uppercase}

/* ---------- HERO ---------- */
/*.hero{background:var(--ink); color:#fff; padding-block:32px 44px}*/
.hero{background:#FFFFFF; color:#164297; padding-block:32px 44px}
@media(min-width:900px){
    .hero{padding-block:40px 40px}
    
}
.hero__grid{max-width:var(--maxw); margin-inline:auto; padding-inline:var(--pad); display:grid; gap:26px}
@media(min-width:900px)
{ .hero__grid{grid-template-columns:1fr 450px; gap:48px; align-items:center

    
}
}
.hero h1{font-size:36px; color:#164297; margin-bottom:14px}
@media(min-width:768px){ .hero h1{font-size:52px} }
.hero__sub{font-size:18px; color:#404041; margin-bottom:22px; max-width:44ch}

.ticks{list-style:none; margin:0; padding:0; display:grid; gap:12px}
.ticks li{display:flex; gap:11px; align-items:flex-start; font-size:16px; color:#404041}
.ticks svg{flex:0 0 20px; margin-top:3px}
.ticks b{color:#404041}

/* ---------- FORM CARD ---------- */
.card{background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 18px 44px -18px rgba(0,0,0,.55)}
.card__top{background:var(--brand-primary); color:#fff; padding:16px 20px}
.card__top b{font-size:17px; font-weight:700; display:block}
.card__top span{font-size:13px; color:#BBD0F0}
.card__bar{height:4px; background:rgba(255,255,255,.2)}
.card__bar i{display:block; height:100%; width:33.33%; background:var(--hi); transition:width .3s ease}
.card__body{padding:20px}
@media(min-width:768px){ .card__body{padding:24px}}

@media only screen and (max-width: 767px) {
  .row2 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
}

.fs{display:none}
.fs.is-on{display:block}

.lgnd{font-size:20px; font-weight:700; margin:0 0 4px; color:var(--ink)}
.hint{font-size:14px; color:var(--steel); margin:0 0 18px}

.lbl{display:block; font-size:12px; font-weight:700; color:var(--ink); margin:0 0 7px}
.lbl .req{color:var(--stamp)}
.fld{margin-bottom:16px}
.row2{display:grid; grid-template-columns:1fr 1fr; gap:12px}

.inp,.sel,.txt{
  width:100%; font-family:var(--f-body); font-size:14px; color:var(--brand-text);
  background:#fff; border:1px solid var(--rule); border-radius:6px;
  padding:10px; transition:border-color .14s ease;
}
.txt{min-height:80px; resize:vertical}
.sel{
  appearance:none; padding-right:40px; cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23164297' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 14px center;
}
.inp:focus,.sel:focus,.txt:focus{border-color:var(--brand-primary); outline:none}
.inp[aria-invalid="true"],.sel[aria-invalid="true"]{border-color:var(--stamp); background:#FDF4F2}

.err{display:none; font-size:14px; color:var(--stamp); margin-top:6px; font-weight:600}
.err.is-on{display:block}

.trades{display:grid; grid-template-columns:1fr 1fr; gap:10px}
.trade input{position:absolute; opacity:0; width:0; height:0}
.trade span{
  display:flex; align-items:center; gap:9px; padding:15px 12px; height:100%;
  background:#fff; border:2px solid var(--rule); border-radius:6px;
  font-size:16px; font-weight:600; color:var(--ink); cursor:pointer;
  transition:border-color .12s ease;
}
.trade span::before{content:""; flex:0 0 18px; height:18px; border-radius:50%; border:2px solid var(--rule); transition:.12s ease}
.trade input:checked + span{border-color:var(--brand-primary); background:#F4F7FD}
.trade input:checked + span::before{border-color:var(--brand-primary); background:var(--brand-primary); box-shadow:inset 0 0 0 3px #fff}
.trade input:focus-visible + span{outline:3px solid var(--hi); outline-offset:2px}

.consent{display:flex; gap:11px; align-items:flex-start; margin:18px 0; font-size:14px; color:var(--steel); line-height:1.5}
.consent input{flex:0 0 20px; height:20px; margin-top:2px; accent-color:var(--brand-primary)}

.nav{display:flex; gap:10px; align-items:center}
.back{background:none; border:0; cursor:pointer; padding:16px 4px; flex:0 0 auto; font-size:15px; font-weight:700; color:var(--steel)}
.back:hover{color:var(--ink)}
.reassure{font-size:13px; color:var(--steel-lt); text-align:center; margin:12px 0 0}
.hpot{position:absolute!important; left:-9999px; width:1px; height:1px; overflow:hidden}

.done{display:none; padding:40px 20px; text-align:center}
.done.is-on{display:block}
.done__mk{width:58px; height:58px; margin:0 auto 18px; border-radius:50%; background:var(--ok); display:grid; place-items:center}
.done h3{font-size:24px; margin-bottom:10px; color:var(--ink)}
.done p{font-size:16px; color:var(--steel); max-width:36ch; margin-inline:auto}

/* ---------- CARD GRIDS ---------- */
.grid{display:grid; gap:16px}
@media(min-width:700px){ .grid{grid-template-columns:repeat(3,1fr)} }
.grid--4{display:grid; gap:16px}
@media(min-width:640px){ .grid--4{grid-template-columns:repeat(2,1fr)} }
@media(min-width:1000px){ .grid--4{grid-template-columns:repeat(4,1fr)} }

.rcard{background:#fff; border:1px solid var(--rule); border-radius:10px; padding:24px 22px}
.sec--tint .rcard{background:#fff}
.rcard__ico{width:46px; height:46px; border-radius:10px; background:#EAF1FD; display:grid; place-items:center; margin-bottom:16px}
.rcard h3{margin-bottom:8px; color:var(--ink)}
.rcard p{font-size:16px; color:var(--steel); margin:0}

/* ---------- GOOGLE REVIEWS ---------- */
.gsum{display:flex; align-items:center; justify-content:center; gap:16px; flex-wrap:wrap; margin-bottom:28px}
.gsum__score{font-family:var(--f-display); font-size:46px; font-weight:600; color:var(--ink); line-height:1}
.gsum__stars{color:#FBBC04; font-size:19px; letter-spacing:3px}
.gsum__txt{font-size:14px; color:var(--steel)}

.rev{background:#fff; border:1px solid var(--rule); border-radius:10px; padding:22px}
.rev__hd{display:flex; align-items:center; gap:11px; margin-bottom:12px}
.rev__av{width:40px; height:40px; border-radius:50%; background:var(--brand-primary); color:#fff; display:grid; place-items:center; font-weight:700; font-size:16px; flex:0 0 40px}
.rev__nm{font-weight:700; font-size:15px; color:var(--ink); line-height:1.3}
.rev__st{color:#FBBC04; font-size:13px; letter-spacing:2px}
.rev p{font-size:16px; color:var(--steel); margin:0}

/* ---------- FAQ ---------- */
.faq{max-width:760px; margin-inline:auto}
.faq details{background:#fff; border:1px solid var(--rule); border-radius:8px; margin-bottom:10px}
.faq summary{font-weight:700; font-size:17px; color:var(--ink); padding:18px 46px 18px 18px; cursor:pointer; list-style:none; position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+"; position:absolute; right:18px; top:15px; font-size:24px; font-weight:400; color:var(--brand-primary); line-height:1}
.faq details[open] summary::after{content:"\2013"}
.faq .ans{padding:0 18px 18px; font-size:16px; color:var(--steel)}

/* ---------- FINAL CTA + FOOTER ---------- */
.final{text-align:center; max-width:600px; margin-inline:auto}
.final h2{font-size:32px; color:#fff; margin-bottom:14px}
@media(min-width:768px){ .final h2{font-size:42px} }
.final p{color:#C5D6EA; font-size:17px; margin-bottom:26px}

.ftr{background:var(--ink); color:#9DB4D0; padding:32px 0; font-size:14px; border-top:1px solid rgba(255,255,255,.12)}
.ftr__in{display:grid; gap:18px; text-align:center}
@media(min-width:700px){ .ftr__in{grid-template-columns:1fr 1fr; text-align:left; align-items:center} }
.ftr img{height:44px; width:auto; margin:0 auto 12px}
@media(min-width:700px){ .ftr img{margin-left:0} }
.ftr a{color:var(--brand-accent); text-decoration:none}
.ftr a:hover{text-decoration:underline}
.ftr__dis{font-size:12px; color:#FFFFFF; margin-top:22px; line-height:1.6; text-align:center}

/* ---------- MOBILE STICKY CTA ---------- */
.sticky{
  display:none; position:fixed; left:0; right:0; bottom:0; z-index:40;
  padding:10px 16px calc(10px + env(safe-area-inset-bottom));
  background:#FFFFFF; border-top:1px solid rgba(255,255,255,.15);
}
@media(max-width:899px){ .sticky.is-on{display:block} body.has-sticky{padding-bottom:78px} }

@media(prefers-reduced-motion:reduce){
  *{animation-duration:.01ms!important; transition-duration:.01ms!important}
  html{scroll-behavior:auto}
}

/* ═══════════════════════════════════════════════════════════════
   v3 — patterns taken from the biBerk / NEXT reference pages
   ═══════════════════════════════════════════════════════════════ */

/* ---------- HERO IMAGE ----------
   Hidden on mobile so the form stays above the fold, shown on
   desktop where there is room for it beside the copy. */
.hero__img{display:none}
@media(min-width:900px){
  .hero__img{display:block; margin-top:26px; border-radius:12px; overflow:hidden}
  .hero__img img{width:100%; height:220px; object-fit:cover}
}

/* ---------- TRUST STRIP (directly under the hero) ---------- */
.trust{background:#fff; border-bottom:1px solid var(--rule)}
.trust__in{
  max-width:var(--maxw); margin-inline:auto; padding:16px var(--pad);
  display:flex; flex-wrap:wrap; align-items:center; justify-content:center;
  gap:12px 28px; text-align:center;
}
.trust__item{display:flex; align-items:center; gap:8px; font-size:14px; color:var(--steel)}
.trust__item b{color:var(--ink); font-weight:700}
.trust__stars{color:#FBBC04; font-size:16px; letter-spacing:2px}
.trust__sep{width:1px; height:22px; background:var(--rule); display:none}
@media(min-width:768px){ .trust__sep{display:block} .trust__in{font-size:15px} }

/* ---------- TRADE PICKER WITH ICONS ---------- */
.trades{display:grid; grid-template-columns:repeat(3,1fr); gap:9px}
.trade span{
  flex-direction:column; gap:7px; padding:14px 6px; text-align:center;
  font-size:13.5px; font-weight:700; line-height:1.25;
}
.trade span::before{display:none}
.trade span svg{width:26px; height:26px; stroke:var(--brand-primary); flex:0 0 auto}
.trade input:checked + span{border-color:var(--brand-primary); background:#EAF1FD}
.trade input:checked + span svg{stroke:var(--brand-primary)}
@media(min-width:400px){ .trade span{font-size:14.5px; padding:16px 8px} }

/* ---------- COVERAGE ICON CARDS ---------- */
.icard{
  background:#fff; border:1px solid var(--rule); border-radius:10px;
  padding:22px 20px; text-align:left;
}
.icard__ico{
  width:44px; height:44px; border-radius:10px; background:#EAF1FD;
  display:grid; place-items:center; margin-bottom:14px;
}
.icard h3{font-size:17px; margin-bottom:6px; color:var(--ink)}
.icard p{font-size:15px; color:var(--steel); margin:0; line-height:1.55}

.center-img {
    display: block;
    padding-bottom:10px;
      margin: 0 auto;
}

/* ---------- REVIEW HEADLINES ---------- */
.rev__ttl{font-weight:700; font-size:16px; color:var(--ink); margin:0 0 8px}
.rev__ft{display:flex; align-items:center; gap:10px; margin-top:14px; padding-top:14px; border-top:1px solid var(--rule)}

/* ---------- GOOGLE BADGE ---------- */
.gbadge{
  display:inline-flex; align-items:center; gap:9px; background:#fff;
  border:1px solid var(--rule); border-radius:30px; padding:8px 18px; margin-bottom:26px;
}
.gbadge__g{font-weight:700; font-size:15px; color:#4285F4; letter-spacing:-.02em}
.gbadge__s{color:#FBBC04; font-size:14px; letter-spacing:2px}
.gbadge__n{font-size:14px; color:var(--steel)}

/* ═══════════════════════════════════════════════════════════════
   v4 — page structure mirroring the NEXT reference layout
   ═══════════════════════════════════════════════════════════════ */

/* ---------- SPLIT: text + image ---------- */
.split{display:grid; gap:28px; align-items:center}
@media(min-width:860px){ .split{grid-template-columns:1fr 1fr; gap:56px} }
.split__img{border-radius:12px; overflow:hidden; order:-1}
@media(min-width:860px){ .split__img{order:0} }
.split__img img{width:100%; height:260px; object-fit:cover}
@media(min-width:860px){ .split__img img{height:340px} }
.split h2{margin-bottom:16px}
.split p{font-size:17px; color:var(--steel)}

/* ---------- COVERAGE GRID (3 across, tinted cards) ---------- */
.cov{display:grid; gap:14px}
@media(min-width:600px){ .cov{grid-template-columns:repeat(2,1fr)} }
@media(min-width:920px){ .cov{grid-template-columns:repeat(3,1fr)} }
.cov__item{background:#FFFFFF; border-radius:20px;  border:1.5px solid var(--rule); padding:22px 20px; text-align:left}
.cov__item svg{margin-bottom:12px}
.cov__item h3{font-size:16.5px; margin-bottom:6px; color:var(--ink)}
.cov__item p{font-size:15px; color:var(--steel); margin:0; line-height:1.55}

/* ---------- TESTIMONIALS (NEXT style: centred, quote mark) ---------- */
.tstm{display:grid; gap:30px; text-align:center}
@media(min-width:820px){ .tstm{grid-template-columns:repeat(3,1fr); gap:36px} }
.tstm__q{
  font-family:var(--f-display); font-size:44px; font-weight:700; line-height:1;
  color:var(--brand-primary); margin-bottom:6px;
}
.tstm__ttl{font-weight:700; font-size:16px; color:var(--ink); margin:0 0 10px}
.tstm__txt{font-size:16px; color:var(--steel); margin:0 0 14px; line-height:1.6}
.tstm__nm{font-weight:700; font-size:15px; color:var(--ink); margin:0 0 6px}
.tstm__st{color:#FBBC04; font-size:15px; letter-spacing:3px}

/* ---------- WHY US (3 centred icon blocks) ---------- */
.why3{display:grid; gap:32px; text-align:center}
@media(min-width:760px){ .why3{grid-template-columns:repeat(3,1fr)} }
.why3__ico{
  width:64px; height:64px; margin:0 auto 16px; border-radius:50%;
  background:#EAF1FD; display:grid; place-items:center;
}
.why3 h3{font-size:18px; margin-bottom:8px; color:var(--ink)}
.why3 p{font-size:16px; color:var(--steel); margin:0}

/* ---------- OTHER COVERAGE (product cards) ---------- */
.prod{display:grid; gap:14px}
@media(min-width:560px){ .prod{grid-template-columns:repeat(2,1fr)} }
@media(min-width:900px){ .prod{grid-template-columns:repeat(4,1fr)} }
.prod__card{
  background:#fff; border:1px solid var(--rule); border-radius:10px;
  padding:22px 20px; display:flex; flex-direction:column; text-align:left;
}
.prod__ico{
  width:52px; height:52px; border-radius:10px; background:#FFF4E2;
  display:grid; place-items:center; margin-bottom:14px;
}
.prod__card h3{font-size:17px; margin-bottom:7px; color:var(--ink)}
.prod__card p{font-size:15px; color:var(--steel); margin:0 0 16px; line-height:1.55; flex:1}
.prod__link{
  display:inline-block; align-self:flex-start; font-size:14.5px; font-weight:700;
  color:var(--brand-primary); text-decoration:none;
  border:1.5px solid var(--rule); border-radius:20px; padding:8px 18px;
}
.prod__link:hover{border-color:var(--brand-primary); background:#EAF1FD}

/* ---------- CTA BAND ---------- */
.band{background:#d86042; text-align:center}
.band h2{font-size:30px; color:#ffffff; margin-bottom:12px}
@media(min-width:768px){ .band h2{font-size:38px} }
.band p{font-size:17px; color:#ffffff; max-width:52ch; margin:0 auto 24px}

/* section-level CTA button, centred under a block */
.sec-cta{text-align:center; margin-top:32px}

/* ---------- FOOTER COLUMNS ---------- */
.fcols{display:grid; gap:26px; margin-bottom:26px}
@media(min-width:560px){ .fcols{grid-template-columns:repeat(2,1fr)} }
@media(min-width:900px){ .fcols{grid-template-columns:1.4fr 1fr 1fr 1fr} }
.fcol h4{
  font-family:var(--f-body); font-size:13px; font-weight:700; color:#fff;
  letter-spacing:.08em; text-transform:uppercase; margin:0 0 12px;
}
.fcol ul{list-style:none; margin:0; padding:0; display:grid; gap:8px}
.fcol a{font-size:14.5px}
.fcol p{font-size:14.5px; margin:0 0 8px}
.fsocial{display:flex; gap:14px; margin-top:12px}
.fsocial a{font-size:14px}

/* ═══════════════════════════════════════════════════════════════
   v6 — colours aligned to sjjinsuranceservices.com/commercial-general-liability
   Primary blue drives buttons and headings; gold is kept for stars
   and small accents only.
   ═══════════════════════════════════════════════════════════════ */

/* ---------- BUTTONS: brand blue ---------- */
.btn--go{
  background:var(--brand-primary); color:#fff;
  box-shadow:0 3px 0 #0E2E6B;
}
.btn--go:hover{background:#d86042}
.btn--go:active{transform:translateY(3px); box-shadow:none}

/* form progress + checked states stay blue */
.card__bar i{background:var(--brand-secondary)}

/* ---------- TRUST STRIP: stars only, centred ---------- */
.trust__in{justify-content:center; gap:10px; padding:18px var(--pad)}
.trust__item{font-size:15px}
.trust__stars{font-size:18px}

/* ---------- COVERAGE CARDS: centred ---------- */
.cov__item{text-align:center}
.cov__item svg{margin:0 auto 12px}

/* ---------- WHY YOUR BUSINESS NEEDS CGLI: centred, real icons ---------- */
.prod__card{text-align:center; align-items:center}
.prod__ico{
  width:auto; height:auto; background:none; border-radius:0;
  margin:0 auto 14px; display:block;
}
.prod__ico img{width:60px; height:60px; object-fit:contain; margin:0 auto}
.prod__card p{flex:0}

/* ---------- REVIEWS CAROUSEL ---------- */
.carousel{position:relative}
.carousel__track{
  display:grid; grid-auto-flow:column;
  grid-auto-columns:calc(100% - 8px);
  gap:16px; overflow-x:auto; scroll-snap-type:x mandatory;
  scroll-behavior:smooth; padding:4px; margin:0 -4px;
  -webkit-overflow-scrolling:touch; scrollbar-width:none;
}
.carousel__track::-webkit-scrollbar{display:none}
@media(min-width:640px){ .carousel__track{grid-auto-columns:calc(50% - 12px)} }
@media(min-width:980px){ .carousel__track{grid-auto-columns:calc(33.333% - 14px)} }

.carousel__slide{
  scroll-snap-align:start; background:#fff; border:1px solid var(--rule);
  border-radius:10px; padding:26px 22px; text-align:center;
  display:flex; flex-direction:column;
}
.carousel__slide .tstm__txt{flex:1}

.carousel__nav{
  display:flex; align-items:center; justify-content:center;
  gap:16px; margin-top:22px;
}
.carousel__btn{
  width:42px; height:42px; border-radius:50%; flex:0 0 42px;
  border:1.5px solid var(--rule); background:#fff; cursor:pointer;
  display:grid; place-items:center; transition:.14s ease;
}
.carousel__btn:hover:not(:disabled){border-color:var(--brand-primary); background:#EAF1FD}
.carousel__btn:disabled{opacity:.35; cursor:default}
.carousel__dots{display:flex; gap:8px}
.carousel__dot{
  width:9px; height:9px; border-radius:50%; border:0; padding:0;
  background:var(--rule); cursor:pointer; transition:.14s ease;
}
.carousel__dot.is-on{background:var(--brand-primary); width:24px; border-radius:5px}
