/* ══════════════════════════════════════════════════════════════
   Absolute Cleaning — landing page styles
   Palette taken from the logo: navy #0B2E5C / teal #00B1C5
   ══════════════════════════════════════════════════════════════ */

:root{
  --navy:#0B2E5C;
  --navy-700:#123c74;
  --navy-900:#071E3D;
  --teal:#00B1C5;
  --teal-600:#0095a8;
  --teal-050:#e6f8fb;
  --amber:#FFB020;
  --amber-600:#e89600;
  --green:#16a34a;
  --ink:#12203a;
  --muted:#5b6b85;
  --line:#e3e9f2;
  --bg:#f5f9fc;
  --white:#fff;
  --radius:16px;
  --radius-sm:10px;
  --shadow-sm:0 1px 2px rgba(11,46,92,.06),0 2px 8px rgba(11,46,92,.06);
  --shadow-md:0 4px 12px rgba(11,46,92,.08),0 12px 32px rgba(11,46,92,.10);
  --shadow-lg:0 18px 50px rgba(7,30,61,.18);
  --maxw:1180px;
  --font:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px;-webkit-text-size-adjust:100%}
body{
  margin:0;font-family:var(--font);color:var(--ink);background:var(--white);
  font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;height:auto}
a{color:var(--teal-600);text-decoration:none}
h1,h2,h3,h4{margin:0 0 .5em;line-height:1.18;color:var(--navy);font-weight:800;letter-spacing:-.02em}
h1{font-size:clamp(1.95rem,4.2vw,3.15rem)}
h2{font-size:clamp(1.6rem,3vw,2.4rem)}
h3{font-size:clamp(1.1rem,1.6vw,1.3rem)}
p{margin:0 0 1em}
ul{margin:0;padding:0;list-style:none}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 20px}
.section{padding:clamp(56px,7vw,96px) 0}
.section--tint{background:var(--bg)}
.section--navy{background:var(--navy);color:#dbe6f5}
.section--navy h2,.section--navy h3{color:#fff}
.center{text-align:center}
.eyebrow{
  display:inline-block;font-size:.78rem;font-weight:800;letter-spacing:.14em;
  text-transform:uppercase;color:var(--teal-600);margin-bottom:.7rem;
}
.section--navy .eyebrow{color:#5fd8e8}
.lede{font-size:1.06rem;color:var(--muted);max-width:64ch}
.center .lede{margin-left:auto;margin-right:auto}
.section--navy .lede{color:#b9cbe4}

/* ── Buttons ─────────────────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.95rem 1.6rem;border-radius:999px;font-weight:800;font-size:1rem;
  border:2px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
  font-family:inherit;line-height:1.2;text-align:center;
}
.btn{white-space:nowrap}
.btn svg{width:19px;height:19px;flex:none}
.btn:hover{transform:translateY(-2px)}
.btn--primary{background:var(--amber);color:var(--navy-900);box-shadow:0 6px 18px rgba(255,176,32,.38)}
.btn--primary:hover{background:var(--amber-600)}
.btn--teal{background:var(--teal);color:#fff;box-shadow:0 6px 18px rgba(0,177,197,.32)}
.btn--teal:hover{background:var(--teal-600)}
.btn--ghost{background:transparent;color:var(--navy);border-color:var(--line)}
.btn--ghost:hover{border-color:var(--navy);background:#fff}
.btn--onnavy{background:#fff;color:var(--navy)}
.btn--block{width:100%}
.btn--lg{padding:1.15rem 2rem;font-size:1.08rem}

/* ── Top bar ─────────────────────────────────────────────────── */
.topbar{background:var(--navy-900);color:#c9daf0;font-size:.85rem}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:40px}
.topbar ul{display:flex;gap:1.4rem;flex-wrap:wrap}
.topbar li{display:flex;align-items:center;gap:.4rem}
.topbar a{color:#fff;font-weight:700}
.topbar svg{width:15px;height:15px;flex:none;color:var(--teal)}

/* ── Header ──────────────────────────────────────────────────── */
.site-header{
  position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);
  backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--line);
}
.site-header .wrap{display:flex;align-items:center;gap:1.25rem;min-height:74px}
.brand img{height:50px;width:auto}
.nav{display:flex;gap:1.5rem;margin-left:auto}
.nav a{color:var(--navy);font-weight:700;font-size:.95rem;padding:.35rem 0;border-bottom:2px solid transparent}
.nav a:hover{border-color:var(--teal)}
.header-cta{display:flex;align-items:center;gap:.75rem}
.header-phone{display:flex;flex-direction:column;line-height:1.15;text-align:right}
.header-phone span{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:700}
.header-phone a{color:var(--navy);font-weight:800;font-size:1.12rem}
.nav-toggle{display:none;background:none;border:0;padding:.4rem;cursor:pointer;color:var(--navy)}
.nav-toggle svg{width:28px;height:28px}

/* ── Hero ────────────────────────────────────────────────────── */
.hero{
  position:relative;color:#fff;
  background:
    radial-gradient(1100px 520px at 88% -10%,rgba(0,177,197,.42),transparent 62%),
    linear-gradient(160deg,#0B2E5C 0%,#071E3D 68%);
  padding:clamp(40px,5.5vw,72px) 0 clamp(56px,7vw,88px);
  overflow:hidden;
}
.hero::after{
  content:"";position:absolute;inset:auto -10% -55% 55%;height:70%;
  background:radial-gradient(circle at 50% 50%,rgba(0,177,197,.20),transparent 65%);
  pointer-events:none;
}
.hero .wrap{
  position:relative;z-index:1;display:grid;
  grid-template-columns:1.05fr .95fr;
  grid-template-areas:"copy form" "more form";
  grid-template-rows:auto 1fr;
  column-gap:clamp(28px,4vw,60px);align-content:start;
}
.hero-copy{grid-area:copy}
.hero-more{grid-area:more}
.quote-card{grid-area:form}
.hero h1{color:#fff;margin-bottom:.55em}
.hero h1 em{font-style:normal;color:#5fd8e8}
.hero-sub{font-size:1.1rem;color:#c3d5ec;max-width:52ch;margin-bottom:1.4rem}
.hero-badge{
  display:inline-flex;align-items:center;gap:.55rem;background:rgba(0,177,197,.16);
  border:1px solid rgba(95,216,232,.4);color:#8ee6f2;border-radius:999px;
  padding:.4rem .95rem;font-size:.82rem;font-weight:800;letter-spacing:.05em;
  text-transform:uppercase;margin-bottom:1.2rem;
}
.hero-badge svg{width:16px;height:16px}
.hero-ticks{display:grid;gap:.6rem;margin:0 0 1.6rem}
.hero-ticks li{display:flex;gap:.65rem;align-items:flex-start;color:#dceaf9;font-weight:600}
.hero-ticks svg{width:21px;height:21px;flex:none;color:#5fd8e8;margin-top:2px}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.6rem}
.hero-proof{
  display:flex;align-items:center;gap:.9rem;padding-top:1.3rem;
  border-top:1px solid rgba(255,255,255,.14);flex-wrap:wrap;
}
.hero-proof .stars{display:flex;gap:2px}
.hero-proof p{margin:0;font-size:.9rem;color:#b9cbe4}
.hero-proof strong{color:#fff}

/* ── Quote form card ─────────────────────────────────────────── */
.quote-card{
  background:#fff;border-radius:20px;box-shadow:var(--shadow-lg);
  color:var(--ink);overflow:hidden;
}
.quote-card__head{
  background:linear-gradient(135deg,var(--teal) 0%,var(--teal-600) 100%);
  color:#fff;padding:1.15rem 1.5rem;
}
.quote-card__head h2{color:#fff;font-size:1.35rem;margin:0 0 .15rem}
.quote-card__head p{margin:0;font-size:.9rem;color:rgba(255,255,255,.92)}
.quote-card form{padding:1.35rem 1.5rem 1.6rem}
.field{margin-bottom:.85rem}
.field label{display:block;font-size:.82rem;font-weight:800;color:var(--navy);margin-bottom:.3rem}
.field .opt{color:var(--muted);font-weight:600;text-transform:none;letter-spacing:0}
.field input,.field select,.field textarea{
  width:100%;padding:.72rem .85rem;border:1.5px solid var(--line);border-radius:var(--radius-sm);
  font:inherit;font-size:.97rem;color:var(--ink);background:#fbfdff;transition:border-color .15s,box-shadow .15s;
}
.field textarea{min-height:76px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,177,197,.18);background:#fff;
}
.field select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b6b85' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right .7rem center;background-size:17px;padding-right:2.1rem;}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.field-error{display:block;color:#d92d20;font-size:.8rem;font-weight:700;margin-top:.25rem}
.field input.is-error,.field select.is-error{border-color:#f0a5a0;background:#fff7f6}
.radio-row{display:flex;gap:.5rem}
.radio-row label{
  flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;margin:0;
  padding:.6rem .5rem;border:1.5px solid var(--line);border-radius:var(--radius-sm);
  cursor:pointer;font-size:.92rem;font-weight:700;color:var(--muted);background:#fbfdff;
  transition:all .15s ease;
}
.radio-row input{position:absolute;opacity:0;width:0;height:0}
.radio-row input:checked + span{color:var(--navy)}
.radio-row label:has(input:checked){border-color:var(--teal);background:var(--teal-050);color:var(--navy)}
.radio-row label:hover{border-color:var(--teal)}
.hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.form-foot{display:flex;align-items:center;gap:.5rem;justify-content:center;margin-top:.8rem;font-size:.8rem;color:var(--muted)}
.form-foot svg{width:15px;height:15px;color:var(--green);flex:none}
.form-alert{
  margin:0 0 1rem;padding:.85rem 1rem;border-radius:var(--radius-sm);font-size:.92rem;font-weight:700;
}
.form-alert--ok{background:#ecfdf3;border:1.5px solid #abefc6;color:#0a6b3d}
.form-alert--err{background:#fff7f6;border:1.5px solid #f3c6c2;color:#a72118}
.sent-panel{padding:2rem 1.5rem;text-align:center}
.sent-panel .tickmark{
  width:64px;height:64px;border-radius:50%;background:#ecfdf3;color:var(--green);
  display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;
}
.sent-panel .tickmark svg{width:34px;height:34px}

/* ── Trust strip ─────────────────────────────────────────────── */
.trustbar{background:var(--navy-900);color:#cfe0f4;padding:1.1rem 0}
.trustbar ul{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}
.trustbar li{display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:.86rem}
.trustbar strong{color:#fff;font-size:1.35rem;font-weight:800;line-height:1.1}
.trustbar svg{width:22px;height:22px;color:var(--teal);margin-bottom:.15rem}

/* ── Cards / services ────────────────────────────────────────── */
.grid{display:grid;gap:22px}
.grid--4{grid-template-columns:repeat(4,1fr)}
.grid--3{grid-template-columns:repeat(3,1fr)}
.grid--2{grid-template-columns:repeat(2,1fr)}
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:1.6rem 1.4rem;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease;
  display:flex;flex-direction:column;
}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.card h3{margin-bottom:.35rem}
.card p{color:var(--muted);font-size:.95rem;margin-bottom:1rem}
.card .card-link{margin-top:auto;font-weight:800;font-size:.92rem;display:inline-flex;align-items:center;gap:.4rem}
.card .card-link svg{width:17px;height:17px;flex:none;transition:transform .18s ease}
.card:hover .card-link svg{transform:translateX(4px)}
.card-icon{
  width:52px;height:52px;border-radius:14px;background:var(--teal-050);color:var(--teal-600);
  display:flex;align-items:center;justify-content:center;margin-bottom:1rem;
}
.card-icon svg{width:26px;height:26px}
.card ul.mini{margin:0 0 1rem;display:grid;gap:.35rem}
.card ul.mini li{position:relative;padding-left:1.35rem;font-size:.9rem;color:var(--muted)}
.card ul.mini li::before{
  content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--teal);
}

/* ── Before / after ──────────────────────────────────────────── */
.ba-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1000px;margin:0 auto}
.ba{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}
.ba img{aspect-ratio:1/1;object-fit:cover;width:100%}
.ba figcaption{padding:.85rem 1rem;font-weight:800;color:var(--navy);font-size:.95rem}
.ba figcaption small{display:block;font-weight:600;color:var(--muted);font-size:.82rem}

/* ── Image placeholders (awaiting client photos) ─────────────── */
.img-ph{
  position:relative;width:100%;border-radius:var(--radius);
  background:
    repeating-linear-gradient(45deg,#eef4fa 0 12px,#e6eef7 12px 24px);
  border:2px dashed #c2d3e8;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:.35rem;color:#7d92ae;
  text-align:center;padding:1.25rem;min-height:200px;
}
.img-ph svg{width:34px;height:34px;opacity:.65}
.img-ph span{font-size:.85rem;font-weight:700;color:#64809f;letter-spacing:.02em}
.img-ph small{font-size:.75rem;color:#8ea5bd}
.img-ph--1x1{aspect-ratio:1/1}
.img-ph--4x3{aspect-ratio:4/3}
.img-ph--16x9{aspect-ratio:16/9}
.img-ph--3x4{aspect-ratio:3/4}

/* ── Guarantee band ──────────────────────────────────────────── */
.guarantee{
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy-900) 100%);
  color:#dbe6f5;border-radius:24px;padding:clamp(28px,4vw,48px);
  display:grid;grid-template-columns:auto 1fr auto;gap:clamp(20px,3vw,40px);align-items:center;
  box-shadow:var(--shadow-lg);
}
.guarantee h2{color:#fff;margin-bottom:.35rem}
.guarantee p{margin:0;color:#b9cbe4;max-width:60ch}
.seal{
  width:132px;height:132px;border-radius:50%;flex:none;
  background:radial-gradient(circle at 30% 25%,rgba(0,177,197,.35),transparent 60%),rgba(255,255,255,.06);
  border:2px solid rgba(95,216,232,.55);display:flex;flex-direction:column;
  align-items:center;justify-content:center;text-align:center;color:#8ee6f2;
  font-weight:800;line-height:1.1;padding:.5rem;
}
.seal svg{width:34px;height:34px;margin-bottom:.3rem}
.seal span{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}

/* ── Inclusions (accordion + checklist) ──────────────────────── */
.incl-list{display:grid;gap:12px;max-width:920px;margin:0 auto}
.incl{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow-sm);overflow:hidden;
}
.incl__row{
  display:flex;align-items:center;gap:1rem;padding:1.1rem 1.35rem;
}
.incl__num{
  width:36px;height:36px;flex:none;border-radius:50%;background:var(--teal-050);color:var(--teal-600);
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;
}
.incl__title{font-weight:800;color:var(--navy);font-size:1.03rem;flex:1;text-align:left}
.incl__title small{display:block;font-weight:600;color:var(--muted);font-size:.88rem;margin-top:.15rem}
button.incl__row{
  width:100%;background:none;border:0;font:inherit;cursor:pointer;
}
button.incl__row:hover{background:#fbfdff}
.incl__chev{
  width:30px;height:30px;flex:none;border-radius:50%;background:var(--bg);color:var(--navy);
  display:flex;align-items:center;justify-content:center;transition:transform .25s ease,background .2s;
}
.incl__chev svg{width:18px;height:18px}
.incl[open] .incl__chev,button[aria-expanded="true"] .incl__chev{transform:rotate(180deg);background:var(--teal);color:#fff}
.incl__body{
  display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease;
}
.incl__body[data-open="true"]{grid-template-rows:1fr}
.incl__body > div{overflow:hidden}
.incl__body ul{padding:0 1.35rem 1.35rem 4.35rem;display:grid;gap:.55rem}
.incl__body li{position:relative;padding-left:1.7rem;color:var(--muted);font-size:.95rem}
.incl__body li::before{
  content:"";position:absolute;left:0;top:.35em;width:16px;height:16px;border-radius:50%;
  background:var(--teal-050) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230095a8' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat;
}
.incl--static .incl__row{cursor:default}
.incl__tick{width:30px;height:30px;flex:none;border-radius:50%;background:#ecfdf3;color:var(--green);display:flex;align-items:center;justify-content:center}
.incl__tick svg{width:17px;height:17px}

/* ── Process steps ───────────────────────────────────────────── */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;counter-reset:step}
.step{position:relative;padding-top:.5rem}
.step__n{
  width:44px;height:44px;border-radius:50%;background:var(--navy);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:.9rem;
}
.step h3{font-size:1.08rem;margin-bottom:.25rem}
.step p{color:var(--muted);font-size:.94rem;margin:0}

/* ── Reviews ─────────────────────────────────────────────────── */
.rev-head{
  display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap;
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:1.1rem 1.6rem;box-shadow:var(--shadow-sm);margin:0 auto 2.2rem;width:fit-content;
}
.rev-head .g{width:34px;height:34px;flex:none}
.rev-head .score{font-size:2rem;font-weight:800;color:var(--navy);line-height:1}
.rev-head .meta{font-size:.88rem;color:var(--muted)}
.stars{display:inline-flex;gap:2px;color:#fbbc04}
.stars svg{width:17px;height:17px}
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.review{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:1.4rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;
}
.review__top{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}
.avatar{
  width:44px;height:44px;border-radius:50%;flex:none;display:flex;align-items:center;
  justify-content:center;font-weight:800;color:#fff;font-size:1.02rem;
}
.review__name{font-weight:800;color:var(--navy);line-height:1.2}
.review__name small{display:block;font-weight:600;color:var(--muted);font-size:.8rem}
.review__g{margin-left:auto;width:20px;height:20px;flex:none}
.review p{color:var(--muted);font-size:.95rem;margin:.4rem 0 0}
.review .stars{margin-bottom:.1rem}

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq{max-width:860px;margin:0 auto;display:grid;gap:12px}

/* ── Areas ───────────────────────────────────────────────────── */
.chips{display:flex;flex-wrap:wrap;gap:.5rem}
.chip{
  background:#fff;border:1px solid var(--line);border-radius:999px;padding:.4rem .95rem;
  font-size:.88rem;font-weight:700;color:var(--navy);
}

/* ── Final CTA ───────────────────────────────────────────────── */
.cta-band{
  background:linear-gradient(135deg,var(--teal) 0%,var(--teal-600) 55%,#0b7f92 100%);
  color:#fff;text-align:center;padding:clamp(48px,6vw,80px) 0;
}
.cta-band h2{color:#fff}
.cta-band p{color:rgba(255,255,255,.92);max-width:56ch;margin:0 auto 1.6rem;font-size:1.06rem}
.cta-actions{display:flex;gap:.85rem;justify-content:center;flex-wrap:wrap}

/* ── Footer ──────────────────────────────────────────────────── */
.site-footer{background:var(--navy-900);color:#9fb6d4;padding:clamp(40px,5vw,64px) 0 90px;font-size:.92rem}
.site-footer .cols{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}
.site-footer img{height:42px;width:auto;margin-bottom:1rem}
.site-footer h4{color:#fff;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.9rem}
.site-footer a{color:#cfe0f4}
.site-footer a:hover{color:#fff}
.site-footer li{margin-bottom:.45rem}
.foot-bottom{
  margin-top:2.4rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.12);
  display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.85rem;
}

/* ── Sticky mobile bar ───────────────────────────────────────── */
.mobile-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:70;display:none;
  background:#fff;border-top:1px solid var(--line);padding:.6rem .75rem;
  gap:.6rem;box-shadow:0 -6px 20px rgba(11,46,92,.12);
}
.mobile-bar .btn{flex:1;padding:.8rem .8rem;font-size:.95rem}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width:1024px){
  .hero .wrap{grid-template-columns:1fr;grid-template-areas:"copy" "form" "more";grid-template-rows:auto auto auto;row-gap:26px}
  .quote-card{max-width:560px;width:100%;justify-self:center}
  .hero-more{margin-top:.4rem}
  .grid--4,.steps{grid-template-columns:repeat(2,1fr)}
  .rev-grid,.grid--3{grid-template-columns:repeat(2,1fr)}
  .nav{display:none}
  .nav-toggle{display:block;margin-left:auto;order:2}
  .header-cta{order:3}
  .nav.is-open{
    display:flex;position:absolute;top:100%;left:0;right:0;background:#fff;
    flex-direction:column;gap:0;padding:.5rem 20px 1rem;border-bottom:1px solid var(--line);
    box-shadow:var(--shadow-md);
  }
  .nav.is-open a{padding:.7rem 0;border-bottom:1px solid var(--line)}
  .site-header .wrap{position:relative}
  .guarantee{grid-template-columns:1fr;text-align:center;justify-items:center}
}
@media (max-width:720px){
  .topbar ul li:nth-child(n+2){display:none}
  .topbar .wrap{white-space:nowrap;font-size:.8rem}
  .header-phone{display:none}
  .grid--4,.grid--3,.grid--2,.ba-grid,.rev-grid,.steps,.trustbar ul{grid-template-columns:1fr}
  .trustbar ul{grid-template-columns:1fr 1fr;gap:1rem .5rem}
  .site-footer .cols{grid-template-columns:1fr}
  .mobile-bar{display:flex}
  .incl__body ul{padding-left:1.35rem}
  .hero-actions .btn{width:100%}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
