:root{
  --navy:#17212b;
  --navy-2:#101b28;
  --blue:#0058d7;
  --cyan:#2d78e6;
  --teal:#17212b;
  --mint:#6ea6f4;
  --orange:#0b63dc;
  --yellow:#78aaf3;
  --paper:#ffffff;
  --paper-2:#f7f9fc;
  --sky:#edf4ff;
  --aqua:#f2f5f9;
  --line:#d8e0ea;
  --ink:#17212b;
  --muted:#5f6d7d;
  --success:#0058d7;
  --shadow:0 24px 70px rgba(23,33,43,.12);
  --shadow-sm:0 12px 30px rgba(23,33,43,.08);
  --radius:18px;
  --radius-sm:12px;
  --gradient:linear-gradient(115deg,#0058d7 0%,#2d78e6 58%,#17212b 100%);
  --gradient-deep:linear-gradient(120deg,#0d151f 0%,#17212b 54%,#064ba8 100%);
  --gradient-warm:linear-gradient(115deg,#2d78e6 0%,#0058d7 100%);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.58;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.topbar{
  background:linear-gradient(90deg,#0d151f,#101b28,#124c91);
  color:#f2f6fd;text-align:center;padding:9px 14px;font-size:12px;
  font-weight:900;letter-spacing:.11em;text-transform:uppercase
}
header{
  position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,33,43,.08)
}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;font-weight:950;color:var(--navy)}
.brand-mark {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  background: transparent;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-text small{
  display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--muted);font-weight:850
}
nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:850}
nav>a:not(.btn):hover{color:var(--blue)}
.btn{
  position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;
  justify-content:center;gap:8px;min-height:48px;padding:13px 21px;border-radius:12px;
  border:1px solid transparent;font-weight:950;transition:transform .22s ease, box-shadow .22s ease
}
.btn:hover{transform:translateY(-2px)}
.btn::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(100deg,transparent 18%,rgba(255,255,255,.26) 49%,transparent 78%);
  transform:translateX(-130%);transition:transform .65s ease
}
.btn:hover::after{transform:translateX(130%)}
.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 13px 30px rgba(0,88,215,.24)}
.btn-warm{background:var(--gradient-warm);color:#ffffff;box-shadow:0 13px 28px rgba(11,99,220,.2)}
.btn-outline{background:rgba(255,255,255,.88);border-color:#9ebbe3;color:var(--navy);box-shadow:0 8px 22px rgba(23,33,43,.05)}
.btn-dark{background:var(--gradient-deep);color:#fff;box-shadow:0 14px 32px rgba(23,33,43,.24)}
.btn-sm{min-height:40px;padding:9px 16px}
.hero{
  position:relative;overflow:hidden;padding:92px 0 84px;
  background:
    radial-gradient(circle at 88% 10%, rgba(120,170,243,.17) 0 13%, transparent 13.4%),
    radial-gradient(circle at 82% 86%, rgba(110,166,244,.13) 0 17%, transparent 17.4%),
    linear-gradient(118deg,#f8faff 0%,#eaf8ff 58%,#ebfffb 100%);
}
.hero::before{
  content:"";position:absolute;left:-220px;top:-190px;width:420px;height:420px;border-radius:50%;
  border:96px solid rgba(0,88,215,.05)
}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;gap:68px;align-items:center}
.eyebrow{
  display:flex;align-items:center;gap:9px;color:#0058d7;font-size:12px;font-weight:950;
  letter-spacing:.12em;text-transform:uppercase
}
.eyebrow::before{content:"";width:27px;height:4px;border-radius:999px;background:var(--gradient)}
h1,h2,h3,h4{margin:0;color:var(--navy);font-family:Georgia,"Times New Roman",serif;line-height:1.05}
h1{font-size:clamp(46px,5.6vw,74px);letter-spacing:-.05em;margin-top:19px;max-width:820px}
h2{font-size:clamp(35px,4.2vw,54px);letter-spacing:-.038em}
h3{font-size:25px}
h4{font-size:20px}
.lead{font-size:19px;color:var(--muted);max-width:700px;margin:24px 0 0}
.lead strong{color:var(--navy)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.micro{font-size:13px;color:#647284;margin-top:14px}
.proof-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;font-size:14px;font-weight:850;color:var(--navy)}
.proof-row span{display:flex;align-items:center;gap:7px}
.check{
  width:21px;height:21px;border-radius:50%;display:grid;place-items:center;
  color:var(--success);background:#eaf2ff;font-size:12px;font-style:normal
}
.demo-frame{
  border:1px solid #cbd8e8;border-radius:20px;overflow:hidden;background:#fff;
  box-shadow:var(--shadow);transform:rotate(1deg)
}
.browserbar{height:43px;background:#f0f3f7;border-bottom:1px solid #dce3ec;display:flex;align-items:center;gap:7px;padding:0 14px}
.browserbar i{width:9px;height:9px;border-radius:50%;background:#8fa0b1}
.url{height:20px;flex:1;border-radius:6px;background:#fff;margin-left:8px}
.demo-body{
  min-height:420px;padding:38px;color:#fff;display:flex;flex-direction:column;justify-content:center;
  background:
    radial-gradient(circle at 85% 14%, rgba(120,170,243,.19) 0 17%, transparent 17.4%),
    linear-gradient(145deg,#111d2b 0%,#0b4fa8 50%,#0058d7 100%)
}
.demo-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:#cfe1ff}
.demo-body h3{color:#fff;font-size:43px;margin-top:12px}
.demo-body p{color:#e6eef9;font-size:17px;margin:14px 0 20px}
.demo-chip{
  align-self:flex-start;padding:12px 18px;border-radius:10px;background:var(--gradient-warm);
  color:#ffffff;font-weight:950;box-shadow:0 10px 24px rgba(11,99,220,.22)
}
.service-chips{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:24px}
.service-chips div{padding:12px;border-radius:10px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);font-size:12px}
.service-chips b{display:block;color:#fff;font-size:13px;margin-bottom:3px}
section{padding:92px 0}
.section-soft{background:linear-gradient(180deg,#f8faff 0%,#f1f5fb 50%,#f5f7fa 100%)}
.section-head{display:grid;grid-template-columns:1fr .82fr;gap:70px;align-items:end;margin-bottom:46px}
.section-head p{margin:0;color:var(--muted);font-size:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{
  position:relative;overflow:hidden;padding:29px;border-radius:16px;background:#fff;border:1px solid var(--line);
  box-shadow:var(--shadow-sm);transition:transform .22s ease, box-shadow .22s ease,border-color .22s ease
}
.card:hover{transform:translateY(-4px);box-shadow:0 22px 46px rgba(23,33,43,.1);border-color:#94b4df}
.card::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--gradient)
}
.card-icon{
  width:46px;height:46px;border-radius:14px;display:grid;place-items:center;margin-bottom:18px;
  background:linear-gradient(145deg,#edf4ff,#f3f6fa);color:var(--blue);font-weight:950
}
.kicker{font-size:12px;color:var(--blue);font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.card p,.content p,.faq-item p,.meta-list li,.feature-list li{color:var(--muted)}
.feature-list,.mini-list,.meta-list{list-style:none;padding:0}
.mini-list{margin:20px 0 0;border-top:1px solid var(--line)}
.mini-list li{
  display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--line);font-size:14px
}
.mini-list li:first-child{font-weight:900;color:var(--navy)}
.mini-list span{font-size:12px;color:#75919f}
.demo-link{
  display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--blue);font-weight:900
}
.process{
  display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)
}
.step{padding:28px;border-right:1px solid var(--line)}
.step:last-child{border-right:0}
.step strong{
  display:grid;place-items:center;width:38px;height:38px;border-radius:50%;margin-bottom:18px;
  background:var(--gradient);color:#fff;box-shadow:0 8px 20px rgba(0,88,215,.22)
}
.step p{font-size:14px}
.dark{
  position:relative;overflow:hidden;color:#fff;
  background:
    radial-gradient(circle at 96% 8%, rgba(45,120,230,.2) 0 18%, transparent 18.3%),
    linear-gradient(120deg,#0c141d 0%,#17212b 58%,#064ba8 100%)
}
.dark h2,.dark h3,.dark h4{color:#fff}
.dark .eyebrow{color:#9fc1f8}
.dark .eyebrow::before{background:linear-gradient(90deg,#2d78e6,#6ea6f4)}
.split{display:grid;grid-template-columns:1fr 430px;gap:68px;align-items:center}
.price-card{
  padding:33px;border-radius:19px;background:linear-gradient(145deg,#fff,#f1f5fb);color:var(--ink);
  border:1px solid rgba(255,255,255,.45);box-shadow:0 28px 70px rgba(0,0,0,.24)
}
.price-card h3{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:16px;text-transform:uppercase;letter-spacing:.09em}
.price{font-size:71px;font-weight:950;line-height:1;letter-spacing:-.065em;color:var(--navy);margin:15px 0 4px}
.price small{font-size:18px;letter-spacing:0;color:var(--muted)}
.price-note{font-size:14px;color:var(--muted)}
.included,.faq-list{list-style:none;padding:0}
.included{margin:22px 0}
.included li{
  position:relative;padding:9px 0 9px 27px;border-bottom:1px solid #dce9ee;font-size:14px
}
.included li::before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:950}
.performance-grid,.seo-grid,.cta-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:62px;align-items:center}
.score-card{
  padding:29px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)
}
.score-top{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.score-badge{
  width:76px;height:76px;border-radius:50%;display:grid;place-items:center;text-align:center;
  border:7px solid #2d78e6;background:#edf4ff;color:var(--success);font-size:13px;font-weight:950;line-height:1.06
}
.tech-grid,.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:19px}
.tech-item{
  padding:18px;border-radius:13px;border:1px solid var(--line);background:linear-gradient(145deg,#fff,#f5fcff)
}
.tech-item b,.faq-item b,.stat-card b{display:block;color:var(--navy)}
.tech-item span,.faq-item p,.small-note{font-size:13px;color:var(--muted)}
.small-note{margin-top:14px}
.google-ads{
  padding:32px;border-radius:18px;background:linear-gradient(135deg,#ffffff,#f1fbff);border:1px solid var(--line);box-shadow:var(--shadow-sm)
}
.google-ads ul{padding-left:20px;color:var(--muted)}
.faq-item{
  padding:23px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)
}
.cta{
  padding:46px;border-radius:20px;color:#fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(120,170,243,.22) 0 22%, transparent 22.4%),
    var(--gradient);
  box-shadow:0 22px 55px rgba(0,88,215,.22)
}
.cta h2{color:#fff;font-size:42px}
.cta p{margin:9px 0 0;color:#edf4ff}
.cta-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.footer{
  background:#06182a;color:#b7cdd7;padding:36px 0;font-size:13px
}
.footer-row{display:flex;justify-content:space-between;gap:20px}
.footer-links{display:flex;flex-wrap:wrap;gap:16px}
.page-hero{
  padding:78px 0;background:
    radial-gradient(circle at 86% 10%, rgba(120,170,243,.18) 0 14%, transparent 14.4%),
    linear-gradient(118deg,#f8fcff 0%,#eaf8ff 58%,#ebfffb 100%)
}
.page-hero .hero-grid{align-items:start}
.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:26px}
.stat-card{
  padding:20px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)
}
.meta-list li{
  padding:12px 0;border-bottom:1px solid var(--line);font-size:14px
}
.meta-list li:last-child{border-bottom:0}
.center{text-align:center}
.hidden{display:none}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease, transform .6s ease}
.reveal.is-visible{opacity:1;transform:none}
@media(max-width:960px){
  nav a:not(.btn){display:none}
  .hero-grid,.section-head,.split,.performance-grid,.seo-grid,.cta-grid{grid-template-columns:1fr}
  .grid-4,.grid-3,.stat-grid{grid-template-columns:1fr 1fr}
  .process{grid-template-columns:1fr 1fr}
  .step:nth-child(2){border-right:0}
  .step:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1160px)}
  .card-media{height:190px}
  .brand-text span{display:none}
  h1{font-size:44px}
  .hero,.page-hero,section{padding:68px 0}
  .cta-actions .btn{width:100%}
  .grid-4,.grid-3,.stat-grid,.tech-grid,.faq-grid,.service-chips,.process{grid-template-columns:1fr}
  .step{border-right:0;border-bottom:1px solid var(--line)}
  .step:last-child{border-bottom:0}
  .demo-body{padding:28px}
  .demo-body h3{font-size:34px}
  .cta{padding:32px 24px}
  .footer-row{display:block}
  .footer-links{margin-top:12px}
}


/* Photography appears only in the three main service cards. */
.service-card{
  padding-top:0;
  isolation:isolate;
}
.service-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(135deg,rgba(0,88,215,.54),rgba(45,120,230,.16),rgba(23,33,43,.54));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
.card-media{
  position:relative;
  overflow:hidden;
  height:220px;
  margin:0 -29px 23px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(135deg,var(--sky),var(--aqua));
}
.card-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 58%,rgba(23,33,43,.17));
  pointer-events:none;
}
.card-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .5s ease,filter .5s ease;
}
.service-card:hover .card-media img{
  transform:scale(1.045);
  filter:saturate(1.06) contrast(1.02);
}

/* Subtle geometric backgrounds add depth without adding more photography. */
.grid-pattern,
.grid-pattern-light,
.dot-pattern{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
.grid-pattern::before,
.grid-pattern-light::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:
    linear-gradient(rgba(0,88,215,.052) 1px,transparent 1px),
    linear-gradient(90deg,rgba(23,33,43,.052) 1px,transparent 1px);
  background-size:38px 38px;
  -webkit-mask-image:linear-gradient(to bottom,transparent,black 13%,black 87%,transparent);
  mask-image:linear-gradient(to bottom,transparent,black 13%,black 87%,transparent);
}
.grid-pattern::after,
.grid-pattern-light::after,
.dot-pattern::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-250px;
  top:-210px;
  z-index:-1;
  border-radius:50%;
  border:90px solid rgba(45,120,230,.052);
}
.grid-pattern-light{
  background:
    radial-gradient(circle at 8% 18%,rgba(110,166,244,.08),transparent 23%),
    linear-gradient(180deg,#fff,#f8fdff);
}
.dot-pattern::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:radial-gradient(rgba(0,88,215,.105) 1.1px,transparent 1.1px);
  background-size:23px 23px;
  -webkit-mask-image:linear-gradient(to right,transparent,black 14%,black 86%,transparent);
  mask-image:linear-gradient(to right,transparent,black 14%,black 86%,transparent);
}
.dot-pattern::after{
  left:-250px;
  right:auto;
  top:auto;
  bottom:-250px;
  border-color:rgba(23,33,43,.052);
}

@media (min-width:641px) and (max-width:960px){.card-media{height:205px}}


/* Niche-page visuals: one matching service image per page. */
.niche-visual{
  position:relative;
  overflow:hidden;
  margin:30px 0 34px;
  border:1px solid rgba(0,88,215,.22);
  border-radius:20px;
  background:linear-gradient(135deg,var(--sky),var(--aqua));
  box-shadow:0 22px 54px rgba(23,33,43,.1);
}
.niche-visual::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(180deg,transparent 58%,rgba(23,33,43,.22)),
    linear-gradient(120deg,rgba(0,88,215,.08),transparent 38%,rgba(23,33,43,.08));
}
.niche-visual::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(135deg,rgba(0,88,215,.58),rgba(45,120,230,.12),rgba(23,33,43,.58));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
.niche-visual img{
  display:block;
  width:100%;
  height:330px;
  object-fit:cover;
  object-position:center;
  transition:transform .55s ease,filter .55s ease;
}
.niche-visual:hover img{
  transform:scale(1.025);
  filter:saturate(1.05) contrast(1.02);
}
.niche-visual-label{
  position:absolute;
  left:18px;
  bottom:18px;
  z-index:3;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
  color:#fff;
  background:rgba(13,21,31,.7);
  backdrop-filter:blur(8px);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
@media(max-width:640px){
  .niche-visual img{height:230px}
  .niche-visual-label{left:13px;bottom:13px}
}


/* Ownership and optional-service pricing */
.ownership-strip{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:25px;
}
.ownership-strip span{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 13px;
  border:1px solid rgba(0,88,215,.18);
  border-radius:999px;
  background:rgba(255,255,255,.74);
  color:var(--navy);
  font-size:13px;
  font-weight:850;
  box-shadow:0 8px 22px rgba(23,33,43,.04);
}

/* Improved Google Ads add-on section */
.ads-offer{
  display:grid;
  grid-template-columns:1.28fr .72fr;
  overflow:hidden;
  border:1px solid rgba(0,88,215,.22);
  border-radius:22px;
  background:rgba(255,255,255,.88);
  box-shadow:0 26px 70px rgba(23,33,43,.11);
}
.ads-copy{
  position:relative;
  padding:38px;
  background:
    radial-gradient(circle at 8% 0%,rgba(45,120,230,.11),transparent 26%),
    linear-gradient(145deg,#fff,#f4fcff 62%,#effffb);
}
.ads-copy::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-155px;
  bottom:-170px;
  border:58px solid rgba(23,33,43,.055);
  border-radius:50%;
}
.ads-badge{
  display:inline-flex;
  padding:8px 11px;
  border:1px solid rgba(0,88,215,.2);
  border-radius:999px;
  color:#0058d7;
  background:#eef4fd;
  font-size:11px;
  font-weight:950;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.ads-copy h3{
  max-width:620px;
  margin-top:18px;
  font-size:34px;
}
.ads-copy>p{
  max-width:700px;
  color:var(--muted);
  font-size:17px;
}
.ads-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:25px;
}
.ads-feature{
  position:relative;
  z-index:1;
  padding:17px;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,255,255,.88);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.ads-feature:hover{
  transform:translateY(-3px);
  border-color:#91b3e0;
  box-shadow:0 13px 28px rgba(23,33,43,.07);
}
.ads-feature strong{
  display:block;
  color:var(--navy);
}
.ads-feature span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:13px;
}
.ads-price-card{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:38px 32px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 10%,rgba(120,170,243,.2) 0 16%,transparent 16.4%),
    var(--gradient-deep);
}
.ads-small{
  color:#a8c7f7;
  font-size:11px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.ads-price{
  margin:15px 0 7px;
  color:#fff;
  font-size:64px;
  font-weight:950;
  line-height:1;
  letter-spacing:-.065em;
}
.ads-price small{
  margin-left:4px;
  color:#d4edf2;
  font-size:17px;
  letter-spacing:0;
}
.ads-price-card>p{
  margin:0;
  color:#d3e8ef;
  font-size:14px;
}
.ads-divider{
  height:1px;
  margin:23px 0 14px;
  background:rgba(255,255,255,.18);
}
.ads-cost-row{
  display:flex;
  justify-content:space-between;
  gap:15px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
  color:#cfe5ec;
  font-size:13px;
}
.ads-cost-row strong{
  color:#fff;
}
.ads-price-card .btn{
  width:100%;
  margin-top:22px;
}
.ads-disclaimer{
  margin-top:14px!important;
  color:#aebdce!important;
  font-size:11px!important;
  line-height:1.5;
}

@media(max-width:960px){
  .ads-offer{grid-template-columns:1fr}
}
@media(max-width:640px){
  .ads-copy,.ads-price-card{padding:27px 22px}
  .ads-feature-grid{grid-template-columns:1fr}
  .ads-copy h3{font-size:29px}
  .ads-price{font-size:56px}
}


/* Live demo booking section */
.booking-section{
  position:relative;
}
.booking-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:54px;
  align-items:start;
}
.booking-copy{
  position:sticky;
  top:120px;
}
.booking-points{
  display:grid;
  gap:14px;
  margin-top:28px;
}
.booking-point{
  display:grid;
  grid-template-columns:45px 1fr;
  gap:14px;
  align-items:start;
  padding:17px;
  border:1px solid var(--line);
  border-radius:15px;
  background:rgba(255,255,255,.84);
  box-shadow:0 10px 28px rgba(23,33,43,.05);
}
.booking-point>span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:13px;
  color:#fff;
  background:var(--gradient);
  font-size:12px;
  font-weight:950;
  box-shadow:0 9px 22px rgba(0,88,215,.2);
}
.booking-point strong{
  display:block;
  color:var(--navy);
}
.booking-point p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:13px;
}
.direct-contact{
  display:flex;
  flex-wrap:wrap;
  gap:7px 12px;
  margin-top:25px;
  padding-top:20px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:14px;
}
.direct-contact a{
  color:var(--blue);
  font-weight:900;
}
.booking-form{
  padding:32px;
  border:1px solid rgba(0,88,215,.22);
  border-radius:21px;
  background:
    radial-gradient(circle at 96% 0%,rgba(110,166,244,.1),transparent 28%),
    rgba(255,255,255,.94);
  box-shadow:0 25px 65px rgba(23,33,43,.12);
}
.booking-form-head{
  padding-bottom:22px;
  border-bottom:1px solid var(--line);
}
.booking-badge{
  display:inline-flex;
  padding:8px 11px;
  border:1px solid rgba(0,88,215,.2);
  border-radius:999px;
  color:#0058d7;
  background:#eef4fd;
  font-size:11px;
  font-weight:950;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.booking-form h3{
  margin-top:14px;
  font-size:32px;
}
.booking-form-head p{
  margin:8px 0 0;
  color:var(--muted);
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:23px;
}
.form-grid label{
  display:grid;
  gap:7px;
}
.form-grid label>span{
  color:var(--navy);
  font-size:13px;
  font-weight:850;
}
.form-grid input,
.form-grid select,
.form-grid textarea{
  width:100%;
  border:1px solid #bdd8e4;
  border-radius:11px;
  outline:none;
  color:var(--ink);
  background:#fff;
  transition:border-color .18s ease,box-shadow .18s ease;
}
.form-grid input,
.form-grid select{
  min-height:48px;
  padding:11px 13px;
}
.form-grid textarea{
  resize:vertical;
  min-height:112px;
  padding:12px 13px;
}
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus{
  border-color:var(--blue);
  box-shadow:0 0 0 4px rgba(0,88,215,.1);
}
.form-full{
  grid-column:1 / -1;
}
.booking-submit{
  width:100%;
  margin-top:18px;
}
.booking-note{
  margin:11px 0 0;
  color:var(--muted);
  text-align:center;
  font-size:11px;
}
@media(max-width:960px){
  .booking-grid{grid-template-columns:1fr}
  .booking-copy{position:static}
}
@media(max-width:640px){
  .booking-form{padding:24px 18px}
  .form-grid{grid-template-columns:1fr}
  .form-full{grid-column:auto}
  .booking-form h3{font-size:28px}
}

.hero-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 132, 216, 0.22);
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #f1f5fb);
  box-shadow: 0 28px 70px rgba(8, 31, 59, 0.16);
  transform: rotate(1deg);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.hero-visual:hover img {
  transform: scale(1.015);
}

/* =========================
   BALANCED HOMEPAGE HERO
   ========================= */

.hero {
  padding: 76px 0 86px;
}

.hero .container {
  width: min(1360px, calc(100% - 40px));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(50px, 6vw, 90px);
}

.hero-grid > div:first-child {
  width: 100%;
  max-width: 610px;
}

.hero h1 {
  max-width: 610px;
  margin: 18px 0 24px;
  font-size: clamp(50px, 4.4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero .lead {
  max-width: 590px;
  font-size: 18px;
  line-height: 1.65;
}

.hero-media-wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  justify-self: end;
}

.hero-media-wrap .hero-visual {
  width: 100%;
  max-width: none;
  margin: 0;
}

.hero-visual {
  width: 100%;
  max-width: 720px;
  justify-self: end;
  margin: 0;
  transform: none;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-offer-wrap {
  margin-top: 32px;
}

.hero-offer-wrap .hero-actions {
  margin-top: 0;
}

.hero-offer-wrap .micro {
  margin: 12px 0 0;
}

.rivet-hero-mobile {
  display: none;
}

/* Desktop hero: Rivet anchors the CTA row on the left. */
@media (min-width: 981px) {
  .hero-offer-wrap {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    align-items: end;
    max-width: 600px;
    margin-top: 32px;
  }

  .rivet-hero-mobile {
    display: block;
    width: 132px;
    height: auto;
    align-self: end;
    transform: translate(-8px, -4px);
    pointer-events: none;
    user-select: none;
    filter: drop-shadow(0 12px 18px rgba(23, 33, 43, .14));
  }

  .hero-offer-content {
    width: max-content;
    max-width: 100%;
    min-width: 0;
  }

  .hero-offer-wrap .hero-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin: 0;
  }

  .hero-offer-wrap .micro {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
  }
}

/* Tablet */
@media (max-width: 980px) {
  .hero {
    padding: 64px 0 72px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-grid > div:first-child {
    max-width: 760px;
  }

  .hero h1 {
    max-width: 720px;
    font-size: clamp(48px, 7vw, 64px);
  }

  .hero-media-wrap {
    width: min(100%, 760px);
    max-width: 760px;
    justify-self: center;
    margin: 0 auto;
  }

  .hero-visual {
    width: min(100%, 760px);
    max-width: 760px;
    justify-self: center;
    margin: 0 auto;
  }

}

/* Mobile */
@media (max-width: 640px) {
  .hero {
    padding: 28px 0 58px;
  }

  .hero .container {
    width: min(100% - 30px, 1360px);
  }

  .hero-grid {
    gap: 28px;
  }

  .hero h1 {
    margin-top: 0px;
    font-size: clamp(40px, 11.5vw, 52px);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .hero .lead {
    font-size: 17px;
    line-height: 1.6;
  }

  .hero-media-wrap {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }

  .hero-visual {
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
  }

  .hero-visual img {
    width: 100%;
    height: auto;
  }

}

.hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
}

.hero-actions .btn {
  white-space: nowrap;
}

@media (max-width: 640px) {
  .hero-offer-wrap {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 8px;
    align-items: end;
    margin-top: 26px;
  }

  .rivet-hero-mobile {
    display: block;
    width: 124px;
    height: auto;
    align-self: end;
    transform: translate(-8px, -20px);
    pointer-events: none;
    user-select: none;
    filter: drop-shadow(0 12px 18px rgba(23, 33, 43, .14));
  }

  .hero-offer-content {
    min-width: 0;
    transform:translateX(10px);
  }

  .hero-offer-wrap .hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
  }

  .hero-offer-wrap .hero-actions .btn {
    width: 190px;
    max-width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 10px 18px;
    font-size: 14px;
    white-space: nowrap;
  }

  .hero-offer-wrap .micro {
    max-width: 220px;
    margin: 10px 0 0;
    font-size: 11.5px;
    line-height: 1.4;
  }
}

/* Space between section eyebrow labels and headings */
.section-head .eyebrow + h2 {
  margin-top: 18px;
}

@media (max-width: 640px) {
  .section-head .eyebrow + h2 {
    margin-top: 14px;
  }
}

.mobile-demo-label {
  display: none;
}

@media (max-width: 640px) {
  .desktop-demo-label {
    display: none;
  }

  .mobile-demo-label {
    display: inline;
  }

  .nav-demo-btn {
    min-width: 78px;
    padding: 10px 14px;
    white-space: nowrap;
  }
}

/* =========================================
   FINAL SITEWIDE HEADING AND HERO BALANCE
   ========================================= */

/* Consistent space beneath eyebrow labels */
.eyebrow + h1,
.eyebrow + h2 {
  margin-top: 18px;
}

/* Restore a balanced layout on non-homepage hero sections */
.page-hero .hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: center;
  gap: clamp(42px, 5vw, 68px);
}

.page-hero .hero-grid > div:first-child {
  width: 100%;
  max-width: none;
}

/* Long page-hero headings should not use the giant homepage sizing */
.page-hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(42px, 3.6vw, 56px);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

/* Normal section headings */
.section-head h2,
.split h2,
.booking-copy h2 {
  font-size: clamp(34px, 3.5vw, 50px);
  line-height: 1.06;
}

/* Performance-section headings */
.dark .performance-grid h2 {
  max-width: 660px;
  font-size: clamp(38px, 3vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

/* Privacy and terms pages */
.content h1 {
  font-size: clamp(42px, 3.4vw, 56px);
}

.content h2 {
  margin-top: 34px;
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1.1;
}

/* Tablet */
@media (max-width: 960px) {
  .page-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .page-hero .hero-grid > div:first-child {
    max-width: 760px;
  }

  .page-hero h1 {
    max-width: 760px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .eyebrow + h1,
  .eyebrow + h2 {
    margin-top: 14px;
  }

  .page-hero h1 {
    max-width: none;
    font-size: clamp(38px, 10.5vw, 44px);
    line-height: 1.03;
  }

  .section-head h2,
  .split h2,
  .booking-copy h2 {
    font-size: clamp(32px, 9vw, 38px);
  }

  .dark .performance-grid h2 {
    font-size: clamp(34px, 9vw, 40px);
  }

  .content h1 {
    font-size: 40px;
  }

  .content h2 {
    font-size: 28px;
  }
}

/* =========================================================
   EXTERIOR-CLEANING LOOPING DEMO VIDEO
   Preserves the existing browser frame and hero dimensions.
========================================================= */

.demo-body.demo-video-body {
  position: relative;
  display: block;
  width: 100%;
  height: 463px;
  min-height: 463px;
  padding: 0;
  overflow: hidden;
  background: #071a2f;
}

.demo-preview-video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  background: #071a2f;
}

/* Prevent the old mobile .demo-body padding from touching the video. */
@media (max-width: 640px) {
  .demo-body.demo-video-body {
    height: 420px;
    min-height: 420px;
    padding: 0;
  }
}

/* =========================================================
   HOMEPAGE LOOPING WEBSITE PREVIEW
   Keeps the original 1200×900 mockup footprint (4:3).
========================================================= */

.hero-visual--video {
  aspect-ratio: 4 / 3;
}

.home-demo-video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  background: #071a2f;
}

/* The old image hover rule should not resize the video. */
.hero-visual--video:hover .home-demo-video {
  transform: none;
}

/* TODO: After a sitewide search confirms they are unused,
   remove the old .stat-grid and .stat-card CSS rules. */

/* =========================================================
   SCG LOGO COLOR SYSTEM
   Royal blue + charcoal black, derived from the SCG mark.
   Layout, spacing, and responsive behavior are unchanged.
========================================================= */

.topbar {
  background: linear-gradient(90deg, #0d151f 0%, #17212b 58%, #0058d7 140%);
}

.eyebrow {
  color: #0058d7;
}

.eyebrow::before {
  background: linear-gradient(90deg, #0058d7 0%, #2d78e6 55%, #17212b 100%);
}

.btn-primary {
  background: linear-gradient(115deg, #0058d7 0%, #2d78e6 60%, #17212b 125%);
  box-shadow: 0 13px 30px rgba(0, 88, 215, .25);
}

.btn-warm {
  color: #fff;
  background: linear-gradient(115deg, #2d78e6 0%, #0058d7 100%);
  box-shadow: 0 13px 28px rgba(0, 88, 215, .22);
}

.btn-outline {
  color: #17212b;
  border-color: rgba(0, 88, 215, .34);
}

.hero {
  background:
    radial-gradient(circle at 88% 10%, rgba(0, 88, 215, .13) 0 13%, transparent 13.4%),
    radial-gradient(circle at 82% 86%, rgba(23, 33, 43, .075) 0 17%, transparent 17.4%),
    linear-gradient(118deg, #f8faff 0%, #edf4ff 58%, #f5f7fa 100%);
}

.hero::before {
  border-color: rgba(0, 88, 215, .055);
}

.page-hero {
  background:
    radial-gradient(circle at 86% 10%, rgba(0, 88, 215, .13) 0 14%, transparent 14.4%),
    linear-gradient(118deg, #f8faff 0%, #edf4ff 58%, #f5f7fa 100%);
}

.section-soft {
  background: linear-gradient(180deg, #f9fbff 0%, #eef4fd 50%, #f5f7fa 100%);
}

.dark {
  background:
    radial-gradient(circle at 96% 8%, rgba(45, 120, 230, .20) 0 18%, transparent 18.3%),
    linear-gradient(120deg, #0c141d 0%, #17212b 58%, #064ba8 100%);
}

.dark .eyebrow {
  color: #a8c7f7;
}

.dark .eyebrow::before {
  background: linear-gradient(90deg, #2d78e6, #8db7f6);
}

.cta {
  background:
    radial-gradient(circle at 88% 12%, rgba(120, 170, 243, .20) 0 22%, transparent 22.4%),
    linear-gradient(115deg, #0058d7 0%, #2d78e6 56%, #17212b 115%);
  box-shadow: 0 22px 55px rgba(0, 88, 215, .23);
}

.check {
  color: #0058d7;
  background: #eaf2ff;
}

.card-icon,
.step strong {
  background: linear-gradient(135deg, #0058d7, #2d78e6);
}

.service-card::after,
.niche-visual::after {
  background: linear-gradient(
    135deg,
    rgba(0, 88, 215, .58),
    rgba(45, 120, 230, .15),
    rgba(23, 33, 43, .45)
  );
}

.grid-pattern::before,
.grid-pattern-light::before {
  background-image:
    linear-gradient(rgba(0, 88, 215, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 33, 43, .045) 1px, transparent 1px);
}

.grid-pattern::after,
.grid-pattern-light::after {
  border-color: rgba(0, 88, 215, .05);
}

.grid-pattern-light {
  background:
    radial-gradient(circle at 8% 18%, rgba(0, 88, 215, .075), transparent 23%),
    linear-gradient(180deg, #fff, #f7f9fc);
}

.dot-pattern::before {
  background-image: radial-gradient(rgba(0, 88, 215, .105) 1.1px, transparent 1.1px);
}

.dot-pattern::after {
  border-color: rgba(23, 33, 43, .045);
}

.ads-copy {
  background:
    radial-gradient(circle at 8% 0%, rgba(45, 120, 230, .11), transparent 26%),
    linear-gradient(145deg, #fff, #f4f7fc 62%, #eef4ff);
}

.ads-badge,
.booking-badge {
  color: #0058d7;
  background: #eef4ff;
  border-color: rgba(0, 88, 215, .2);
}

.ads-price-card {
  background:
    radial-gradient(circle at 88% 10%, rgba(120, 170, 243, .18) 0 16%, transparent 16.4%),
    linear-gradient(120deg, #0d151f 0%, #17212b 54%, #064ba8 100%);
}

.booking-form {
  background:
    radial-gradient(circle at 96% 0%, rgba(0, 88, 215, .085), transparent 28%),
    rgba(255,255,255,.96);
}

.hero-visual,
.demo-frame,
.niche-visual,
.booking-form,
.ads-offer {
  border-color: rgba(0, 88, 215, .20);
}

.hero-visual {
  background: linear-gradient(145deg, #fff, #eef4ff);
}

.price-card,
.score-card,
.tech-item,
.stat-card {
  background: linear-gradient(145deg, #fff, #f4f7fb);
}

.score-badge {
  color: #0058d7;
  border-color: #2d78e6;
  background: #edf4ff;
}

/* Remove the former teal/orange feeling from secondary accents. */
.kicker,
.demo-link,
.direct-contact a,
.service-area__note a,
.text-link {
  color: #0058d7;
}

.card-icon {
  color: #ffffff;
  background: linear-gradient(135deg, #0058d7, #2d78e6);
  font-weight: 950;
  text-shadow: 0 1px 2px rgba(13, 21, 31, 0.18);
}

/* TODO: Remove .stat-grid and .stat-card after confirming no remaining use. */

/* =========================================================
   HOMEPAGE SCG INTRO VIDEO
   Keeps existing hero visual footprint.
========================================================= */

.hero-visual--video {
  aspect-ratio: 4 / 3;
}

.home-video-player {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0d151f;
}

.home-demo-video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
  background: #0d151f;
}

/* Large centered play button */
.home-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;

  width: 82px;
  height: 82px;
  padding: 0;

  display: grid;
  place-items: center;

  border: 0;
  border-radius: 50%;

  color: #ffffff;
  background: linear-gradient(
    135deg,
    #0058d7 0%,
    #2d78e6 100%
  );

  box-shadow:
    0 18px 45px rgba(0, 88, 215, 0.38),
    0 0 0 8px rgba(255, 255, 255, 0.16);

  cursor: pointer;

  transform: translate(-50%, -50%);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.home-video-play:hover {
  transform: translate(-50%, -50%) scale(1.08);

  box-shadow:
    0 22px 52px rgba(0, 88, 215, 0.46),
    0 0 0 9px rgba(255, 255, 255, 0.2);
}

.home-video-play svg {
  width: 34px;
  height: 34px;
  fill: currentColor;

  /* Visually center triangle */
  margin-left: 4px;
}

.home-video-play[hidden] {
  display: none;
}

@media (max-width: 640px) {
  .home-video-play {
    width: 68px;
    height: 68px;
  }

  .home-video-play svg {
    width: 28px;
    height: 28px;
  }
}

/* Top announcement bar removed site-wide */
.topbar{display:none !important;}

.hero-gradient-text{
  display:inline-block;
  background:var(--gradient);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:var(--blue);
  padding-bottom:.10em;
}

.section-gradient-text{
  display:inline-block;
  background:var(--gradient);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:var(--blue);
  padding-bottom:.10em;
}

/* ========================================
   BUSINESS / SEO CLUSTER PATHS
   THREE-COLUMN EDITORIAL DIRECTORY
======================================== */

.business-paths{
  padding:68px 24px;
  background:#fff;
}


/* INTRO */

.business-paths-intro{
  max-width:760px;
  margin-bottom:38px;
}

.business-paths-intro h2{
  max-width:680px;
  margin:18px 0 20px;

  font-size:clamp(38px,3.5vw,50px);
  line-height:1.04;
}

.business-paths-intro > p{
  max-width:700px;
  margin:0;

  color:var(--muted);

  font-size:16px;
  line-height:1.65;
}


/* THREE-COLUMN DIRECTORY */

.business-paths-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));

  border-top:1px solid rgba(15,36,60,.14);
  border-bottom:1px solid rgba(15,36,60,.14);
}

.business-path{
  min-width:0;

  display:flex;
  flex-direction:column;

  padding:30px 30px 28px;

  color:inherit;
  text-decoration:none;
}

.business-path:first-child{
  padding-left:0;
}

.business-path:last-child{
  padding-right:0;
}

.business-path:not(:last-child){
  border-right:1px solid rgba(15,36,60,.14);
}


/* SEO TITLE */

.business-path h3{
  margin:0 0 12px;

  color:var(--navy);

  font-size:clamp(24px,1.9vw,29px);
  line-height:1.05;

  transition:color .2s ease;
}


/* DESCRIPTION */

.business-path > p{
  margin:0 0 18px;

  color:var(--muted);

  font-size:14px;
  line-height:1.6;
}


/* LINK */

.business-path-link{
  display:inline-flex;
  align-items:center;
  gap:6px;

  margin-top:auto;

  color:var(--blue);

  font-size:13px;
  font-weight:900;
}

.business-path-link span{
  transition:transform .2s ease;
}

.business-path:hover h3{
  color:var(--blue);
}

.business-path:hover .business-path-link span{
  transform:translateX(4px);
}


/* TABLET */

@media(max-width:900px){

  .business-paths{
    padding:60px 22px;
  }

  .business-paths-intro{
    margin-bottom:32px;
  }

  .business-path{
    padding:26px 22px 24px;
  }

  .business-path:first-child{
    padding-left:0;
  }

  .business-path:last-child{
    padding-right:0;
  }

  .business-path h3{
    font-size:23px;
  }

  .business-path > p{
    font-size:13px;
    line-height:1.55;
  }

}


/* MOBILE */

@media(max-width:650px){

  .business-paths{
    padding:50px 20px;
  }

  .business-paths-intro{
    margin-bottom:26px;
  }

  .business-paths-intro h2{
    margin-top:14px;

    font-size:32px;
    line-height:1.03;
    letter-spacing:-.035em;
  }

  .business-paths-intro > p{
    font-size:15px;
    line-height:1.55;
  }

  .business-paths-list{
    grid-template-columns:1fr;

    border-bottom:0;
  }

  .business-path,
  .business-path:first-child,
  .business-path:last-child{
    padding:23px 0 24px;

    border-right:0;
    border-bottom:1px solid rgba(15,36,60,.14);
  }

  .business-path h3{
    margin-bottom:9px;

    font-size:25px;
    line-height:1.06;
  }

  .business-path > p{
    margin-bottom:12px;

    font-size:14px;
    line-height:1.55;
  }

  .business-path-link{
    margin-top:0;
  }

}

/* ========================================
   WHO SCG IS FOR — REFINED LAYOUT
======================================== */

#who{
  padding:64px 0;
}

.who-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:78px;
  align-items:center;
}


/* LEFT SIDE */

.who-intro{
  max-width:580px;
}

.who-intro h2{
  margin-top:18px;
  font-size:clamp(38px,3.5vw,50px);
  line-height:1.04;
}

.who-intro > p{
  max-width:520px;
  margin:22px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
}


/* RIGHT SIDE */

.who-fit-label{
  margin-bottom:12px;
  color:var(--blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}

.who-fit-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));

  border-top:1px solid rgba(15,36,60,.14);
  border-bottom:1px solid rgba(15,36,60,.14);
}

.who-fit-item{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:12px;
  align-items:start;

  padding:20px 18px;
}

.who-fit-item:nth-child(odd){
  border-right:1px solid rgba(15,36,60,.14);
}

.who-fit-item:nth-child(-n+2){
  border-bottom:1px solid rgba(15,36,60,.14);
}

.who-check{
  width:27px;
  height:27px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  color:var(--blue);
  background:rgba(0,88,215,.08);

  font-size:12px;
  font-weight:900;
}

.who-fit-item h3{
  margin:1px 0 5px;

  font-size:20px;
  line-height:1.08;
}

.who-fit-item p{
  margin:0;

  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}


/* TABLET */

@media(max-width:960px){

  .who-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .who-intro{
    max-width:700px;
  }

  .who-fit{
    max-width:760px;
  }
}


/* MOBILE */

@media(max-width:650px){

  #who{
    padding:48px 0;
  }

  .who-grid{
    gap:28px;
  }

  .who-intro h2{
    font-size:31px;
    line-height:1.02;
    letter-spacing:-.035em;
  }

  .who-intro > p{
    margin-top:16px;

    font-size:15px;
    line-height:1.55;
  }

  .who-fit-grid{
    grid-template-columns:1fr;
  }

  .who-fit-item{
    padding:16px 0;

    border-right:0 !important;
    border-bottom:1px solid rgba(15,36,60,.14);
  }

  .who-fit-item:nth-child(-n+2){
    border-bottom:1px solid rgba(15,36,60,.14);
  }

  .who-fit-item:last-child{
    border-bottom:0;
  }

  .who-fit-item h3{
    font-size:19px;
  }

  .who-fit-item p{
    font-size:13px;
  }
}

/* ========================================
   LIVE WEBSITE WALKTHROUGH — HORIZONTAL RAIL
======================================== */

.walkthrough-section{
  --steps:4;

  padding:78px 24px;
  background:
    radial-gradient(circle at 12% 8%, rgba(0,88,215,.06), transparent 27%),
    radial-gradient(circle at 92% 88%, rgba(47,128,237,.07), transparent 28%),
    #f8fbff;
  border-top:1px solid rgba(15,36,60,.08);
  border-bottom:1px solid rgba(15,36,60,.08);
}

.walkthrough-heading{
  max-width:880px;
  margin:0 auto 42px;
  text-align:center;
}

.walkthrough-heading .eyebrow{
  justify-content:center;
}

.walkthrough-heading h2{
  max-width:820px;
  margin:16px auto 16px;
}

.walkthrough-heading > p{
  max-width:720px;
  margin:0 auto;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
}


/* FOUR-POINT WALKTHROUGH RAIL */

.walkthrough-timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(var(--steps,4),minmax(0,1fr));
  max-width:1120px;
  margin:0 auto;
}

.walkthrough-timeline::before{
  content:"";
  position:absolute;
  top:20px;
  left:calc(50% / var(--steps,4));
  right:calc(50% / var(--steps,4));
  height:2px;
  background:linear-gradient(
    90deg,
    rgba(0,88,215,.15),
    rgba(45,120,230,.42),
    rgba(0,88,215,.15)
  );
  z-index:0;
}

.walkthrough-step{
  position:relative;
  z-index:1;
  min-width:0;
  padding:0 18px;
  text-align:center;
}

.walkthrough-node{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 17px;
  border:2px solid rgba(0,88,215,.28);
  border-radius:50%;
  background:#fff;
  color:var(--blue);
  font-size:10px;
  font-weight:950;
  letter-spacing:.04em;
  box-shadow:0 8px 22px rgba(0,88,215,.11);
}

.walkthrough-step h3{
  margin:0 0 5px;
  color:var(--navy);
  font-size:20px;
  line-height:1.1;
}

.walkthrough-step p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}


/* CTA + RIVET */

.walkthrough-rivet-row{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:24px;

  margin-top:30px;
}

.walkthrough-action{
  display:flex;
  flex-direction:column;
  align-items:center;
  margin:0;
  text-align:center;
}

.walkthrough-action .btn{
  min-width:350px;
}

.walkthrough-action p{
  margin:11px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}

.rivet-walkthrough{
  display:block;
  width:180px;
  height:auto;
  flex:0 0 auto;
  object-fit:contain;
  pointer-events:none;
  user-select:none;
}


/* TABLET */

@media(max-width:900px){

  .walkthrough-section{
    padding:68px 22px;
  }

  .walkthrough-heading{
    margin-bottom:36px;
  }

  .walkthrough-step{
    padding:0 10px;
  }

  .walkthrough-step h3{
    font-size:18px;
  }

  .walkthrough-rivet-row{
    gap:18px;
  }

  .rivet-walkthrough{
    width:160px;
  }

}


/* MOBILE — VERTICAL RAIL */

@media(max-width:650px){

  .walkthrough-section{
    padding:56px 20px;
  }

  .walkthrough-heading{
    max-width:none;
    margin-bottom:30px;
    text-align:left;
  }

  .walkthrough-heading .eyebrow{
    justify-content:flex-start;
  }

  .walkthrough-heading h2{
    margin:14px 0 14px;
    font-size:31px;
    line-height:1.02;
    letter-spacing:-.035em;
  }

  .walkthrough-heading > p{
    margin:0;
    font-size:15px;
    line-height:1.55;
  }

  .walkthrough-timeline{
    display:block;
    margin:0;
  }

  .walkthrough-timeline::before{
    top:19px;
    bottom:19px;
    left:19px;
    right:auto;
    width:2px;
    height:auto;
  }

  .walkthrough-step{
    display:grid;
    grid-template-columns:40px minmax(0,1fr);
    gap:14px;
    align-items:start;
    padding:0 0 22px;
    text-align:left;
  }

  .walkthrough-step:last-child{
    padding-bottom:0;
  }

  .walkthrough-node{
    width:38px;
    height:38px;
    margin:0;
    font-size:10px;
  }

  .walkthrough-step-copy{
    padding-top:2px;
  }

  .walkthrough-step h3{
    margin-bottom:3px;
    font-size:19px;
  }

  .walkthrough-step p{
    font-size:13px;
    line-height:1.45;
  }

  .walkthrough-rivet-row{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:0;

    margin-top:18px;
  }

  .rivet-walkthrough{
    order:1;
    width:135px;
    margin:0 auto -6px;
  }

  .walkthrough-action{
    order:2;
    align-items:stretch;
    width:100%;
    margin:0;
  }

  .walkthrough-action .btn{
    width:100%;
    min-width:0;
    text-align:center;
  }

}


/* ========================================
   LAUNCH PROCESS — SHARED WALKTHROUGH COMPONENT
======================================== */

/*
  The launch section uses the exact same:
  .walkthrough-heading
  .walkthrough-timeline
  .walkthrough-step
  .walkthrough-node
  .walkthrough-step-copy

  Only the step count and background differ.
*/

.launch-process-section{
  --steps:3;
  background:#fff;
}


/* Fade the decorative grid before the audience strip */
#who.grid-pattern::before{
  -webkit-mask-image:linear-gradient(
    to bottom,
    transparent 0%,
    black 10%,
    black 45%,
    transparent 67%
  );

  mask-image:linear-gradient(
    to bottom,
    transparent 0%,
    black 10%,
    black 45%,
    transparent 67%
  );
}

/* ========================================
   PERFORMANCE / SPEED SECTION
======================================== */

.performance-section{
  position:relative;
  overflow:hidden;
  padding:88px 24px;

  background:
    radial-gradient(circle at 92% 5%, rgba(0,88,215,.22) 0 18%, transparent 18.4%),
    linear-gradient(120deg,#0d151f 0%,#17212b 58%,#064ba8 100%);
}

.performance-layout{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:78px;
  align-items:center;
}


/* LEFT */

.performance-copy{
  max-width:570px;
}

.performance-copy h2{
  margin:18px 0 26px;
  color:#fff;

  font-size:clamp(38px,3.5vw,52px);
  line-height:1.04;
}

.performance-gradient-text{
  display:inline-block;

  background:linear-gradient(
    115deg,
    #8db7f6 0%,
    #4d91ee 55%,
    #ffffff 130%
  );

  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;

  padding-bottom:.08em;
}

.performance-copy > p{
  margin:0;
  max-width:550px;

  color:#e7edf5;
  font-size:17px;
  line-height:1.75;
}

.performance-copy .performance-support{
  margin-top:22px;
  color:#b9c7d8;
  font-size:15px;
}


/* RIGHT PANEL */

.performance-panel{
  padding:38px 42px 28px;

  background:#fff;
  color:var(--ink);

  border:1px solid rgba(255,255,255,.4);
  border-radius:22px;

  box-shadow:0 26px 70px rgba(0,0,0,.22);
}

.performance-panel-head{
  padding-bottom:24px;
  border-bottom:1px solid rgba(15,36,60,.13);
}

.performance-label{
  display:block;
  margin-bottom:7px;

  color:var(--blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.11em;
}

.performance-panel-head h3{
  margin:0;

  font-size:clamp(25px,2vw,31px);
  line-height:1.08;
}


/* FEATURE GRID */

.performance-features{
  display:grid;
  grid-template-columns:1fr 1fr;
}

.performance-feature{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:13px;

  padding:26px 22px;
}

.performance-feature:nth-child(odd){
  padding-left:0;
  border-right:1px solid rgba(15,36,60,.13);
}

.performance-feature:nth-child(even){
  padding-right:0;
}

.performance-feature:nth-child(-n+2){
  border-bottom:1px solid rgba(15,36,60,.13);
}

.performance-feature-number{
  width:30px;
  height:30px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:9px;

  background:rgba(0,88,215,.08);
  color:var(--blue);

  font-size:10px;
  font-weight:900;
}

.performance-feature h4{
  margin:1px 0 7px;

  color:var(--navy);
  font-size:18px;
  line-height:1.15;
}

.performance-feature p{
  margin:0;

  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}


/* BOTTOM BENEFIT LINE */

.performance-techline{
  display:flex;
  flex-wrap:wrap;
  gap:8px 24px;

  padding-top:21px;
  border-top:1px solid rgba(15,36,60,.13);

  color:var(--muted);
  font-size:12px;
  font-weight:700;
}

.performance-techline span{
  position:relative;
}

.performance-techline span:not(:last-child)::after{
  content:"•";
  position:absolute;
  right:-15px;
  color:#aeb9c6;
}


/* TABLET */

@media(max-width:960px){

  .performance-section{
    padding:76px 22px;
  }

  .performance-layout{
    grid-template-columns:1fr;
    gap:48px;
  }

  .performance-copy{
    max-width:700px;
  }

}


/* MOBILE */

@media(max-width:650px){

  .performance-section{
    padding:66px 20px;
  }

  .performance-copy h2{
    font-size:clamp(34px,10vw,42px);
  }

  .performance-copy > p{
    font-size:16px;
  }

  .performance-panel{
    padding:30px 22px 24px;
    border-radius:18px;
  }

  .performance-features{
    display:block;
  }

  .performance-feature{
    grid-template-columns:34px minmax(0,1fr);

    padding:22px 0;

    border-right:0 !important;
    border-bottom:1px solid rgba(15,36,60,.13);
  }

  .performance-feature:last-child{
    border-bottom:0;
  }

  .performance-techline{
    display:grid;
    gap:7px;
  }

  .performance-techline span:not(:last-child)::after{
    display:none;
  }

}

.performance-panel-head h3{
  margin:0;
  color:var(--navy);
  font-size:clamp(25px,2vw,31px);
  line-height:1.08;
}

/* ========================================
   SCG PRICING + OPTIONAL SUPPORT
======================================== */

.pricing-refresh{
  padding:82px 24px;
}


/* ========================================
   $150 LAUNCH — TOP
======================================== */

.pricing-launch-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.12fr) minmax(330px, .72fr);
  gap:70px;
  align-items:center;
}

.pricing-launch-copy{
  max-width:680px;
}

.pricing-launch-copy h2{
  margin:18px 0 24px;
  max-width:670px;
}

.pricing-launch-lead{
  margin:0;
  max-width:650px;

  color:var(--muted);
  font-size:18px;
  line-height:1.72;
}

.pricing-launch-support{
  margin:20px 0 0;
  max-width:650px;

  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}


/* NO PILLS — SIMPLE TRUST ROWS */

.pricing-trust-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;

  margin-top:30px;
  padding-top:25px;

  border-top:1px solid rgba(15,36,60,.12);
}

.pricing-trust-item{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:12px;
  align-items:start;
}

.pricing-trust-item > span{
  width:28px;
  height:28px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:rgba(0,88,215,.08);
  color:var(--blue);

  font-size:13px;
  font-weight:900;
}

.pricing-trust-item strong{
  display:block;

  margin:2px 0 4px;

  color:var(--navy);
  font-size:15px;
}

.pricing-trust-item p{
  margin:0;

  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}


/* COMPACT $150 CARD */

.launch-summary-card{
  width:100%;
  max-width:420px;
  justify-self:end;

  padding:28px 28px 24px;

  background:#fff;

  border:1px solid rgba(15,36,60,.11);
  border-radius:22px;

  box-shadow:0 18px 44px rgba(15,36,60,.08);
}

.launch-summary-label{
  margin-bottom:14px;

  color:var(--blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
}

.launch-summary-price{
  display:flex;
  align-items:flex-end;
  gap:8px;

  margin-bottom:9px;
}

.launch-summary-price strong{
  color:var(--navy);

  font-size:62px;
  font-weight:950;
  line-height:.92;
  letter-spacing:-.055em;
}

.launch-summary-price span{
  padding-bottom:6px;

  color:var(--muted);
  font-size:17px;
  font-weight:800;
}

.launch-summary-sub{
  margin:0 0 15px;

  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.launch-summary-list{
  list-style:none;

  margin:0 0 18px;
  padding:0;

  border-top:1px solid rgba(15,36,60,.11);
}

.launch-summary-list li{
  position:relative;

  padding:10px 0 10px 23px;

  border-bottom:1px solid rgba(15,36,60,.11);

  color:var(--navy);
  font-size:13px;
  line-height:1.45;
}

.launch-summary-list li::before{
  content:"✓";

  position:absolute;
  left:0;
  top:10px;

  color:var(--blue);
  font-weight:900;
}

.launch-summary-btn{
  width:100%;
  min-height:46px;

  justify-content:center;

  font-size:14px;
}


/* ========================================
   OPTIONAL ONGOING SERVICES
======================================== */

.support-row{
  margin-top:68px;
}

.support-row-head{
  max-width:850px;
  margin-bottom:24px;
}

.support-row-head h3{
  margin:12px 0 8px;
  font-size:30px;
}

.support-row-head p{
  margin:0;
  max-width:760px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}

.support-row-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}

.support-mini-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:22px 22px 20px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(15,36,60,.11);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(15,36,60,.05);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.support-mini-card:hover{
  transform:translateY(-3px);
  border-color:rgba(0,88,215,.25);
  box-shadow:0 18px 38px rgba(15,36,60,.075);
}

.support-mini-card-featured{
  border-color:rgba(0,88,215,.28);
  box-shadow:0 16px 36px rgba(0,88,215,.075);
}

.support-mini-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.support-mini-label{
  display:block;
  margin-bottom:11px;
  color:var(--blue);
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.support-mini-card-top .support-mini-label{
  margin-bottom:0;
}

.support-mini-badge{
  flex:0 0 auto;
  padding:6px 8px;
  border:1px solid rgba(0,88,215,.18);
  border-radius:999px;
  background:#eef4ff;
  color:var(--blue);
  font-size:9px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.support-mini-card h4{
  margin:9px 0 8px;
  color:var(--navy);
  font-size:24px;
  line-height:1.06;
}

.support-mini-price{
  margin-bottom:12px;
  color:var(--blue);
  font-size:31px;
  font-weight:950;
  line-height:1;
  letter-spacing:-.025em;
}

.support-mini-price span{
  margin-left:3px;
  color:var(--muted);
  font-size:12px;
  font-weight:700;
  letter-spacing:0;
}

.support-mini-card p,
.support-mini-summary{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}

.support-mini-list{
  list-style:none;
  margin:17px 0 0;
  padding:0;
  border-top:1px solid rgba(15,36,60,.10);
}

.support-mini-list li{
  position:relative;
  padding:9px 0 9px 20px;
  border-bottom:1px solid rgba(15,36,60,.09);
  color:var(--navy);
  font-size:12px;
  line-height:1.45;
}

.support-mini-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:9px;
  color:var(--blue);
  font-weight:900;
}

.support-combination-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:18px;
  padding:16px 18px;
  border:1px solid rgba(0,88,215,.14);
  border-radius:15px;
  background:rgba(255,255,255,.72);
}

.support-combination-strip > div:first-child{
  display:grid;
  gap:2px;
}

.support-combination-strip strong{
  color:var(--navy);
}

.support-combination-strip span{
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}

.support-combination-prices{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px 20px;
}

.support-combination-prices span{
  white-space:nowrap;
}

.support-combination-prices strong{
  color:var(--blue);
  font-size:13px;
}

.support-row-note{
  margin:10px 0 0;
  color:var(--muted);
  font-size:11px;
  line-height:1.5;
}


/* ========================================
   GOOGLE ADS BENEFITS — CLEAN CHECK GRID
======================================== */

.ads-benefits-strip{
  margin-top:38px;
}

.ads-benefits-head h3{
  margin:12px 0 14px;
  font-size:27px;
}

.ads-benefits-clean-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));

  border-top:1px solid rgba(15,36,60,.13);
  border-bottom:1px solid rgba(15,36,60,.13);
}

.ads-benefit-clean-item{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:16px;
  align-items:start;

  padding:18px 10px 18px 0;
}

.ads-benefit-clean-item:nth-child(odd){
  border-right:1px solid rgba(15,36,60,.13);
  padding-right:22px;
}

.ads-benefit-clean-item:nth-child(even){
  padding-left:22px;
}

.ads-benefit-clean-item:nth-child(-n+2){
  border-bottom:1px solid rgba(15,36,60,.13);
}

.ads-benefit-clean-icon{
  width:28px;
  height:28px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:rgba(0,88,215,.08);
  color:var(--blue);

  font-size:14px;
  font-weight:900;
  line-height:1;
}

.ads-benefit-clean-copy h4{
  margin:0 0 4px;

  color:var(--navy);
  font-size:21px;
  line-height:1.1;
}

.ads-benefit-clean-copy p{
  margin:0;

  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}


/* ========================================
   TABLET
======================================== */

@media(max-width:960px){

  .pricing-launch-grid{
    grid-template-columns:1fr;
    gap:38px;
  }

  .launch-summary-card{
    max-width:520px;
    justify-self:start;
  }

  .support-row-grid{
    grid-template-columns:1fr;
  }

  .support-combination-strip{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }

  .support-combination-prices{
    justify-content:flex-start;
  }
}


/* ========================================
   MOBILE
======================================== */

@media(max-width:650px){

  .pricing-refresh{
    padding:64px 20px;
  }

  .pricing-launch-copy h2{
    font-size:clamp(34px,9vw,40px);
  }

  .pricing-launch-lead{
    font-size:16px;
  }

  .pricing-launch-support{
    font-size:15px;
  }

  .pricing-trust-list{
    grid-template-columns:1fr;
    gap:18px;
  }

  .launch-summary-card{
    max-width:none;
    padding:24px 20px;
  }

  .launch-summary-price strong{
    font-size:54px;
  }

  .support-row{
    margin-top:48px;
  }

  .support-row-head h3{
    font-size:25px;
  }

  .support-mini-card{
    padding:20px 18px 18px;
  }

  .support-mini-card-top{
    align-items:flex-start;
  }

  .support-combination-strip{
    padding:15px 16px;
  }

  .support-combination-prices{
    display:grid;
    gap:5px;
  }

  .support-combination-prices span{
    white-space:normal;
  }

  .ads-benefits-head h3{
    font-size:24px;
  }

  .ads-benefits-clean-grid{
    grid-template-columns:1fr;
  }

  .ads-benefit-clean-item,
  .ads-benefit-clean-item:nth-child(odd),
  .ads-benefit-clean-item:nth-child(even){
    grid-template-columns:30px minmax(0,1fr);
    gap:14px;

    padding:16px 0;

    border-right:0;
    border-bottom:1px solid rgba(15,36,60,.13);
  }

  .ads-benefit-clean-item:nth-child(-n+2){
    border-bottom:1px solid rgba(15,36,60,.13);
  }

  .ads-benefit-clean-item:last-child{
    border-bottom:0;
  }

  .ads-benefit-clean-copy h4{
    font-size:19px;
  }

  .ads-benefit-clean-copy p{
    font-size:14px;
    line-height:1.5;
  }
}

/* ========================================
   EDITORIAL FAQ
======================================== */

.faq-editorial-section{
  padding:82px 24px;
  background:#fff;
}

.faq-editorial-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));

  border-top:1px solid rgba(15,36,60,.13);
  border-bottom:1px solid rgba(15,36,60,.13);
}

.faq-editorial-item{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:16px;
  align-items:start;

  padding:26px 26px 26px 0;
}

.faq-editorial-item:nth-child(odd){
  border-right:1px solid rgba(15,36,60,.13);
}

.faq-editorial-item:nth-child(even){
  padding-left:26px;
}

.faq-editorial-item:nth-child(-n+6){
  border-bottom:1px solid rgba(15,36,60,.13);
}

.faq-number{
  width:34px;
  height:34px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:9px;

  background:var(--gradient);
  color:#fff;

  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;

  box-shadow:0 7px 18px rgba(0,88,215,.14);
}

.faq-copy h3{
  margin:1px 0 8px;

  color:var(--navy);
  font-size:20px;
  line-height:1.15;
}

.faq-copy p{
  margin:0;

  max-width:500px;

  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}


/* ========================================
   FINAL CTA
======================================== */

.closing-cta-section{
  padding:28px 24px 82px;
  background:#fff;
}

.closing-cta{
  position:relative;
  overflow:hidden;

  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:60px;
  align-items:center;

  padding:42px 46px;

  border-radius:22px;

  color:#fff;

  background:
    radial-gradient(
      circle at 90% 18%,
      rgba(255,255,255,.12) 0 21%,
      transparent 21.4%
    ),
    linear-gradient(
      115deg,
      #0058d7 0%,
      #2d78e6 58%,
      #17212b 125%
    );

  box-shadow:0 22px 55px rgba(0,88,215,.20);
}

.closing-cta-copy{
  max-width:720px;
}

.closing-cta-eyebrow{
  margin-bottom:12px;

  color:#d9e8ff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}

.closing-cta h2{
  margin:0;

  color:#fff;
  font-size:clamp(34px,3.2vw,46px);
  line-height:1.04;
}

.closing-cta p{
  margin:14px 0 0;

  max-width:680px;

  color:#eef5ff;
  font-size:16px;
  line-height:1.65;
}

.closing-cta-micro{
  margin-top:14px;

  color:#d9e8ff;
  font-size:12px;
  font-weight:700;
}

.closing-cta-actions{
  display:grid;
  gap:12px;
}

.closing-cta-actions .btn{
  width:100%;
  min-height:50px;

  justify-content:center;

  text-align:center;
}

.closing-cta-primary{
  background:#fff;
  color:var(--navy);

  box-shadow:0 10px 26px rgba(15,36,60,.14);
}

.closing-cta-secondary{
  color:#fff;

  background:rgba(15,36,60,.28);
  border:1px solid rgba(255,255,255,.28);

  box-shadow:none;
}


/* ========================================
   TABLET
======================================== */

@media(max-width:960px){

  .closing-cta{
    grid-template-columns:1fr;
    gap:28px;
  }

  .closing-cta-actions{
    max-width:520px;
  }
}


/* ========================================
   MOBILE
======================================== */

@media(max-width:650px){

  .faq-editorial-section{
    padding:64px 20px;
  }

  .faq-editorial-grid{
    grid-template-columns:1fr;
  }

  .faq-editorial-item,
  .faq-editorial-item:nth-child(even){
    grid-template-columns:42px minmax(0,1fr);

    gap:14px;

    padding:22px 0;

    border-right:0;
    border-bottom:1px solid rgba(15,36,60,.13);
  }

  .faq-editorial-item:nth-child(-n+6){
    border-bottom:1px solid rgba(15,36,60,.13);
  }

  .faq-editorial-item:last-child{
    border-bottom:0;
  }

  .faq-copy h3{
    font-size:19px;
  }

  .faq-copy p{
    font-size:13px;
  }


  .closing-cta-section{
    padding:18px 20px 64px;
  }

  .closing-cta{
    padding:32px 24px;

    border-radius:18px;
  }

  .closing-cta h2{
    font-size:34px;
  }

  .closing-cta p{
    font-size:15px;
  }

  .closing-cta-actions{
    max-width:none;
  }
}

/* ========================================
   SCG SITE FOOTER
======================================== */

.site-footer{
  position:relative;
  overflow:hidden;

  padding:58px 24px 26px;

  color:#c7d3e0;

  background:
    radial-gradient(
      circle at 92% 5%,
      rgba(45,120,230,.11) 0 17%,
      transparent 17.4%
    ),
    #081827;

  border-top:1px solid rgba(255,255,255,.08);
}


/* SMALL BLUE ACCENT ACROSS TOP */

.site-footer::before{
  content:"";

  position:absolute;
  top:0;
  left:0;

  width:100%;
  height:3px;

  background:linear-gradient(
    90deg,
    #0058d7 0%,
    #2d78e6 55%,
    transparent 100%
  );
}


/* MAIN FOOTER */

.site-footer-main{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);
  gap:90px;

  padding-bottom:44px;
}


/* BRAND */

.site-footer-brand{
  max-width:520px;
}

.site-footer-logo{
  display:inline-flex;
  align-items:center;
  gap:13px;

  color:#fff;
}

.site-footer-logo img{
  width:46px;
  height:46px;

  object-fit:contain;
}

.site-footer-logo strong{
  display:block;

  color:#fff;

  font-size:17px;
  font-weight:900;
  line-height:1.2;
}

.site-footer-logo span{
  display:block;

  margin-top:3px;

  color:#8ea4ba;

  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.site-footer-brand p{
  max-width:480px;

  margin:20px 0 14px;

  color:#9fb0c0;

  font-size:14px;
  line-height:1.7;
}

.site-footer-email{
  color:#dce9f8;

  font-size:14px;
  font-weight:700;

  transition:color .2s ease;
}

.site-footer-email:hover{
  color:#6ea6f4;
}


/* FOOTER NAVIGATION */

.site-footer-nav{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
}

.site-footer-column{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}

.site-footer-label{
  margin-bottom:5px;

  color:#6ea6f4;

  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
}

.site-footer-column a{
  color:#c7d3e0;

  font-size:14px;
  font-weight:650;

  transition:
    color .2s ease,
    transform .2s ease;
}

.site-footer-column a:hover{
  color:#fff;
  transform:translateX(3px);
}


/* BOTTOM BAR */

.site-footer-bottom{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;

  padding-top:22px;

  border-top:1px solid rgba(255,255,255,.09);

  color:#7f95aa;

  font-size:11px;
}

.site-footer-location{
  text-align:center;
}

.site-footer-location span{
  margin:0 5px;
  color:#4f75a4;
}

.site-footer-legal{
  display:flex;
  justify-content:flex-end;
  gap:18px;
}

.site-footer-legal a{
  transition:color .2s ease;
}

.site-footer-legal a:hover{
  color:#fff;
}


/* ========================================
   TABLET
======================================== */

@media(max-width:900px){

  .site-footer-main{
    grid-template-columns:1fr;
    gap:42px;
  }

  .site-footer-nav{
    max-width:500px;
  }

}


/* ========================================
   MOBILE
======================================== */

@media(max-width:650px){

  .site-footer{
    padding:48px 20px 24px;
  }

  .site-footer-main{
    gap:36px;
    padding-bottom:34px;
  }

  .site-footer-nav{
    grid-template-columns:1fr 1fr;
    gap:30px;
  }

  .site-footer-bottom{
    grid-template-columns:1fr;
    gap:9px;

    text-align:left;
  }

  .site-footer-location{
    text-align:left;
  }

  .site-footer-legal{
    justify-content:flex-start;
  }

}