/* ==========================================================
   SCG SEO LANDING PAGES — HOMEPAGE-MATCHED DESIGN
   Shared by /contractor-websites, /electrician-websites,
   and /pressure-washing-websites.
   ========================================================== */

.seo-page{
  background:#fff;
}

/* Match the live homepage navigation exactly. */
.seo-page .site-header{
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
}

/* ---------- HERO ---------- */
.seo-hero{
  position:relative;
  overflow:hidden;
  padding:66px 0 70px;
  background:
    radial-gradient(circle at 90% 8%,rgba(0,88,215,.085) 0 13%,transparent 13.4%),
    radial-gradient(circle at 84% 88%,rgba(23,33,43,.045) 0 17%,transparent 17.4%),
    linear-gradient(118deg,#f9fbff 0%,#f1f6ff 58%,#f7f9fc 100%);
  border-bottom:1px solid rgba(15,36,60,.07);
}

.seo-hero::before{
  content:"";
  position:absolute;
  left:-220px;
  top:-190px;
  width:420px;
  height:420px;
  border:96px solid rgba(0,88,215,.04);
  border-radius:50%;
  pointer-events:none;
}

.seo-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.24;
  background-image:
    linear-gradient(rgba(0,88,215,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(23,33,43,.04) 1px,transparent 1px);
  background-size:38px 38px;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.68),transparent 90%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.68),transparent 90%);
}

.seo-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:clamp(46px,5vw,78px);
  align-items:center;
}

@media(min-width:981px){
  .seo-hero .container{
    width:min(1420px,calc(100% - 48px));
  }
}

@media(min-width:981px){
  .seo-hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,590px);
    gap:clamp(38px,4vw,58px);
  }

  .seo-hero .seo-preview{
    width:100%;
    max-width:590px;
    justify-self:end;
    padding:9px;
    border-radius:22px;
  }

  .seo-hero .seo-mini-links{
    margin-top:10px;
  }
}

.seo-kicker{
  display:flex;
  align-items:center;
  gap:9px;
  color:var(--blue);
  font-size:11px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.seo-kicker::before{
  content:"";
  width:27px;
  height:4px;
  flex:0 0 27px;
  border-radius:999px;
  background:var(--gradient);
}

.seo-hero h1{
  max-width:700px;
  margin:18px 0 0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:clamp(50px,4.35vw,68px);
  font-weight:950;
  line-height:.95;
  letter-spacing:-.06em;
}

.seo-h1-line{
  display:block;
}

@media(min-width:981px){
  .seo-hero h1{
    max-width:790px;
    font-size:clamp(44px,2.9vw,49px);
    line-height:.98;
  }

  .seo-h1-line{
    white-space:nowrap;
  }

  .seo-proof{
    display:grid;
    grid-template-columns:max-content max-content;
    width:max-content;
    max-width:100%;
    align-items:center;
    justify-content:start;
    column-gap:18px;
    row-gap:10px;
  }

  .seo-proof .seo-proof-full{
    grid-column:1 / -1;
    width:100%;
  }
}


.seo-hero-gradient{
  display:block;
  margin-top:4px;
  padding-bottom:.06em;
  background:var(--gradient);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:var(--blue);
}

.seo-hero .seo-lead{
  max-width:620px;
  margin:21px 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.62;
}

.seo-hero .seo-lead strong{
  color:var(--navy);
}

.seo-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:29px;
}

.seo-proof{
  display:flex;
  flex-wrap:wrap;
  gap:11px 16px;
  margin-top:24px;
  color:#34495d;
  font-size:12.5px;
  font-weight:850;
}

.seo-proof span{
  display:flex;
  align-items:center;
  gap:7px;
}

.seo-proof .seo-proof-full{
  flex-basis:100%;
}

.seo-proof span::before{
  content:"✓";
  width:21px;
  height:21px;
  display:grid;
  place-items:center;
  flex:0 0 21px;
  border-radius:50%;
  color:#0565e8;
  background:#eaf2ff;
  font-size:11px;
  font-weight:950;
}

.seo-preview{
  position:relative;
  isolation:isolate;
  overflow:visible;
  padding:12px;
  border:1px solid rgba(0,88,215,.16);
  border-radius:26px;
  background:rgba(255,255,255,.9);
  box-shadow:
    0 32px 82px rgba(15,36,60,.15),
    inset 0 1px 0 rgba(255,255,255,.85);
  backdrop-filter:blur(10px);
}

.seo-preview::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:78%;
  aspect-ratio:1/1;
  right:-18%;
  bottom:-22%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,88,215,.14),transparent 70%);
  filter:blur(12px);
}


.seo-preview img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:top center;
  border-radius:15px;
  background:#eef2f7;
}

/* Pass 2.2: compact plug-and-play hero media. */
.seo-hero-video{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  max-height:305px;
  object-fit:cover;
  object-position:top center;
  border-radius:14px;
  background:#0d1722;
}

.seo-hero-actions{
  align-items:center;
}

.seo-hero-example-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 13px;
  margin-top:14px;
  color:#6d7f91;
  font-size:12px;
  font-weight:800;
}

.seo-hero-example-links span{
  color:#42566a;
}

.seo-hero-example-links a{
  color:var(--blue);
  font-weight:900;
}

.seo-hero-example-links a:hover{
  text-decoration:underline;
}


/* Plug-and-play video frame used in the mid-page example section. */
.seo-video-card{
  position:relative;
  overflow:hidden;
  padding:12px;
  border:1px solid rgba(0,88,215,.16);
  border-radius:26px;
  background:rgba(255,255,255,.94);
  box-shadow:0 28px 72px rgba(15,36,60,.13);
}

.seo-demo-video{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:center;
  border-radius:15px;
  background:#0d1722;
}


.seo-mini-links{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.seo-mini-links a{
  color:var(--blue);
  font-size:12px;
  font-weight:900;
}

/* ---------- SHARED SECTIONS ---------- */
.seo-section{
  position:relative;
  overflow:hidden;
  padding:86px 24px 88px;
}

.seo-section > .container{
  position:relative;
  z-index:1;
  width:min(1200px,calc(100% - 40px));
}

.seo-section-head{
  max-width:900px;
  margin:0 auto 42px;
  text-align:center;
}

.seo-section-head .seo-kicker{
  justify-content:center;
}

.seo-section-head--center{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.seo-section-head h2,
.seo-demo-copy h2,
.seo-price-copy h2{
  margin:10px 0 0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:950;
  line-height:.99;
  letter-spacing:-.055em;
}

.seo-section-head h2{
  font-size:clamp(42px,4.7vw,62px);
}

.seo-section-head p{
  max-width:760px;
  margin:18px auto 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
}

.seo-section-head--center p{
  margin-left:auto;
  margin-right:auto;
}

/* Workflow mirrors the homepage Field Hub / preview card language. */
.seo-section--workflow{
  background:
    radial-gradient(circle at 50% 48%,rgba(45,120,230,.075),transparent 31%),
    radial-gradient(circle at 0% 10%,rgba(0,88,215,.045),transparent 24%),
    radial-gradient(circle at 100% 90%,rgba(110,166,244,.06),transparent 27%),
    #fbfdff;
  border-top:1px solid rgba(15,36,60,.06);
  border-bottom:1px solid rgba(15,36,60,.07);
}

.seo-workflow{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.seo-step{
  position:relative;
  overflow:hidden;
  min-height:265px;
  padding:26px 24px 24px;
  border:1px solid rgba(0,88,215,.13);
  border-radius:23px;
  background:
    radial-gradient(circle at 92% 0%,rgba(0,88,215,.065),transparent 33%),
    linear-gradient(145deg,#fff,#f8fbff);
  box-shadow:
    0 20px 52px rgba(15,36,60,.075),
    inset 0 1px 0 rgba(255,255,255,.95);
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}

.seo-step::before{
  content:"";
  position:absolute;
  top:0;
  left:24px;
  right:24px;
  height:4px;
  border-radius:0 0 999px 999px;
  background:var(--gradient);
}

.seo-step:hover{
  transform:translateY(-5px);
  border-color:rgba(0,88,215,.24);
  box-shadow:0 28px 64px rgba(15,36,60,.11);
}

.seo-step-number{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin:8px 0 22px;
  border:1px solid rgba(0,88,215,.15);
  border-radius:15px;
  color:#0565e8;
  background:linear-gradient(145deg,#edf5ff,#fff);
  box-shadow:0 12px 28px rgba(0,88,215,.10);
  font-size:16px;
  font-weight:950;
}

.seo-step h3{
  margin:0;
  color:var(--navy);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:21px;
  font-weight:900;
  line-height:1.1;
  letter-spacing:-.035em;
}

.seo-step p{
  margin:10px 0 0;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.62;
}

/* ---------- TRADE DIFFERENTIATOR — LIGHT ---------- */
.seo-section--dark{
  color:var(--navy);
  background:
    radial-gradient(circle at 92% 8%,rgba(0,88,215,.055) 0 16%,transparent 16.4%),
    radial-gradient(circle at 8% 92%,rgba(45,120,230,.035),transparent 25%),
    linear-gradient(180deg,#ffffff 0%,#f7faff 100%);
  border-top:1px solid rgba(15,36,60,.06);
  border-bottom:1px solid rgba(15,36,60,.06);
}

.seo-section--dark::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.18;
  background-image:
    linear-gradient(rgba(0,88,215,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(23,33,43,.03) 1px,transparent 1px);
  background-size:42px 42px;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 88%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 88%);
}

.seo-section--dark .seo-section-head h2,
.seo-section--dark h3{
  color:var(--navy);
}

.seo-section--dark .seo-section-head p,
.seo-section--dark p{
  color:var(--muted);
}

.seo-dark-gradient{
  display:inline;
  color:var(--blue);
}

.seo-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.seo-benefit{
  position:relative;
  overflow:hidden;
  padding:26px 24px 24px;
  border:1px solid rgba(15,36,60,.10);
  border-radius:23px;
  background:
    radial-gradient(circle at 92% 0%,rgba(0,88,215,.045),transparent 34%),
    #fff;
  box-shadow:0 18px 45px rgba(15,36,60,.07);
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}

.seo-benefit:hover{
  transform:translateY(-4px);
  border-color:rgba(0,88,215,.20);
  box-shadow:0 24px 56px rgba(15,36,60,.10);
}

.seo-benefit-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin-bottom:20px;
  border:1px solid rgba(0,88,215,.14);
  border-radius:17px;
  color:var(--blue);
  background:linear-gradient(145deg,#edf5ff,#fff);
  font-size:13px;
  font-weight:950;
  letter-spacing:.08em;
  box-shadow:0 10px 24px rgba(0,88,215,.08);
}

.seo-benefit h3{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:20px;
  font-weight:900;
  line-height:1.1;
  letter-spacing:-.03em;
}

.seo-benefit p{
  margin:10px 0 0;
  font-size:13.5px;
  line-height:1.62;
}

/* ---------- LIVE DEMO / PREVIEW ---------- */
.seo-section--soft{
  background:
    radial-gradient(circle at 8% 10%,rgba(0,88,215,.05),transparent 24%),
    radial-gradient(circle at 94% 88%,rgba(45,120,230,.05),transparent 27%),
    #fff;
  border-top:1px solid rgba(15,36,60,.06);
  border-bottom:1px solid rgba(15,36,60,.06);
}

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

.seo-demo-copy h2{
  font-size:clamp(38px,4.4vw,58px);
}

.seo-demo-copy p{
  margin-top:18px;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
}

.seo-list{
  list-style:none;
  margin:24px 0 0;
  padding:0;
  border-top:1px solid rgba(15,36,60,.08);
}

.seo-list li{
  position:relative;
  padding:11px 0 11px 31px;
  color:#415367;
  border-bottom:1px solid rgba(15,36,60,.08);
  font-size:14px;
}

.seo-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:10px;
  width:21px;
  height:21px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#0565e8;
  background:#eaf2ff;
  font-size:11px;
  font-weight:950;
}

/* ---------- PRICING — MATCH HOMEPAGE ---------- */
.seo-section--pricing{
  background:
    radial-gradient(circle at 8% 10%,rgba(0,88,215,.055),transparent 24%),
    radial-gradient(circle at 94% 88%,rgba(45,120,230,.055),transparent 27%),
    #ffffff;
  border-top:1px solid rgba(15,36,60,.06);
  border-bottom:1px solid rgba(15,36,60,.06);
}

.seo-section--pricing::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-315px;
  top:-315px;
  border:88px solid rgba(0,88,215,.032);
  border-radius:50%;
  pointer-events:none;
}

.seo-section--pricing .section-gradient-text{
  display:inline;
}

.seo-price-ending{
  display:inline-block;
  white-space:nowrap;
}

.seo-price-stage{
  display:grid;
  grid-template-columns:minmax(220px,.72fr) minmax(0,1.55fr);
  gap:38px;
  align-items:stretch;
  max-width:1040px;
  margin:0 auto;
  padding:24px;
  border:1px solid rgba(0,88,215,.14);
  border-radius:26px;
  background:
    radial-gradient(circle at 14% 12%,rgba(45,120,230,.12),transparent 32%),
    linear-gradient(135deg,rgba(255,255,255,.99),rgba(242,247,255,.97));
  box-shadow:
    0 26px 72px rgba(15,36,60,.10),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.seo-price-rivet{
  position:relative;
  display:grid;
  place-items:center;
  min-height:360px;
  overflow:hidden;
  border:1px solid rgba(0,88,215,.11);
  border-radius:22px;
  background:linear-gradient(145deg,#edf4ff,#fff 72%);
}

.seo-price-rivet-glow{
  position:absolute;
  width:230px;
  height:230px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,88,215,.15),transparent 70%);
  filter:blur(10px);
}

.seo-price-rivet img{
  position:relative;
  z-index:1;
  display:block;
  width:min(95%,330px);
  height:auto;
}

.seo-price-card{
  position:relative;
  overflow:hidden;
  padding:31px 30px 28px;
  border:1px solid rgba(15,36,60,.10);
  border-radius:22px;
  background:rgba(255,255,255,.97);
  color:var(--ink);
  box-shadow:
    0 20px 52px rgba(15,36,60,.075),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.seo-price-card::before{
  content:"";
  position:absolute;
  top:0;
  left:30px;
  right:30px;
  height:4px;
  border-radius:0 0 999px 999px;
  background:var(--gradient);
}

.seo-price-label{
  margin-top:7px;
  color:var(--blue);
  font-size:10px;
  font-weight:950;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.seo-price{
  margin:11px 0 5px;
  color:var(--navy);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:68px;
  line-height:.95;
  font-weight:950;
  letter-spacing:-.065em;
}

.seo-price small{
  font-size:15px;
  letter-spacing:0;
  color:var(--muted);
}

.seo-price-card ul{
  list-style:none;
  padding:0;
  margin:20px 0 20px;
  border-top:1px solid rgba(15,36,60,.08);
}

.seo-price-card li{
  position:relative;
  padding:10px 0 10px 29px;
  border-bottom:1px solid rgba(15,36,60,.08);
  color:#455669;
  font-size:14px;
}

.seo-price-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:9px;
  width:21px;
  height:21px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#0565e8;
  background:#eaf2ff;
  font-size:11px;
  font-weight:950;
}

.seo-price-ownership{
  margin:0 0 20px;
  padding:13px 15px;
  border:1px solid rgba(0,88,215,.10);
  border-radius:13px;
  color:#526477;
  background:#f7faff;
  font-size:12.5px;
  line-height:1.55;
}

.seo-price-card .btn{
  width:100%;
}

.seo-price-note{
  margin:12px 0 0;
  color:#6e7c8c;
  font-size:12px;
  text-align:center;
}

/* ---------- FAQ ---------- */
.seo-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  counter-reset:seo-faq;
}

.seo-faq{
  counter-increment:seo-faq;
  padding:0;
  border:1px solid rgba(0,88,215,.12);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 14px 38px rgba(15,36,60,.05);
}

.seo-faq summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  min-height:78px;
  display:flex;
  align-items:center;
  padding:18px 54px 18px 68px;
  color:var(--navy);
  font-weight:900;
  line-height:1.35;
}

.seo-faq summary::before{
  content:counter(seo-faq,decimal-leading-zero);
  position:absolute;
  left:20px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:#0565e8;
  background:#eaf2ff;
  font-size:10px;
  font-weight:950;
}

.seo-faq summary::-webkit-details-marker{
  display:none;
}

.seo-faq summary::after{
  content:"+";
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  color:var(--blue);
  font-size:22px;
  line-height:1;
}

.seo-faq[open] summary::after{
  content:"−";
}

.seo-faq[open] summary{
  background:#f8fbff;
}

.seo-faq p{
  margin:0;
  padding:0 22px 22px 68px;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.7;
}

.seo-page .site-footer .site-footer-column a{
  width:max-content;
}

/* ---------- PASS 2.11: DESKTOP CONTENT REFINEMENT ---------- */
@media(min-width:981px){
  .seo-section--soft{
    padding-top:70px;
    padding-bottom:72px;
  }

  .seo-demo-grid{
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
    gap:46px;
  }

  .seo-demo-copy h2{
    max-width:620px;
    font-size:clamp(38px,3.8vw,52px);
  }

  .seo-demo-copy p{
    max-width:620px;
    margin-top:14px;
  }

  .seo-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:20px;
    margin-top:18px;
    border-top:0;
  }

  .seo-list li{
    min-height:48px;
    padding:9px 0 9px 29px;
    border-top:1px solid rgba(15,36,60,.08);
    border-bottom:0;
  }

  .seo-list li:nth-last-child(-n+2){
    border-bottom:1px solid rgba(15,36,60,.08);
  }

  .seo-list li::before{
    top:8px;
  }

  .seo-demo-copy .seo-actions{
    margin-top:20px;
  }

  .seo-section--pricing .seo-section-head{
    max-width:980px;
  }

  .seo-section--pricing .seo-section-head h2{
    font-size:clamp(44px,4.3vw,60px);
    line-height:.98;
  }
}

/* ---------- TABLET ---------- */
@media(max-width:980px){
  .seo-hero-grid,
  .seo-demo-grid,
  .seo-price-stage{
    grid-template-columns:1fr;
  }

  .seo-hero h1{
    max-width:820px;
    font-size:clamp(48px,7vw,64px);
    line-height:.96;
  }

  .seo-preview{
    max-width:760px;
  }

  .seo-workflow,
  .seo-benefits{
    grid-template-columns:1fr;
  }

  .seo-step{
    min-height:0;
  }

  .seo-price-rivet{
    min-height:300px;
  }

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

/* ---------- MOBILE ---------- */
@media(max-width:650px){
  .seo-hero{
    padding:56px 0 54px;
  }

  .seo-hero-grid{
    gap:38px;
  }

  .seo-hero h1{
    font-size:clamp(39px,11.5vw,52px);
    line-height:.98;
  }

  .seo-hero .seo-lead{
    font-size:16px;
    line-height:1.58;
  }

  .seo-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .seo-actions .btn{
    width:100%;
  }

  .seo-proof{
    display:grid;
    gap:10px;
  }

  .seo-preview{
    padding:9px;
    border-radius:21px;
  }

  .seo-hero-video{
    max-height:none;
    border-radius:13px;
  }

  .seo-hero-example-links{
    margin-top:12px;
    gap:7px 11px;
  }

  .seo-video-card{
    padding:9px;
    border-radius:21px;
  }

  .seo-demo-video{
    border-radius:13px;
  }

  .seo-section{
    padding:58px 18px 62px;
  }

  .seo-section > .container{
    width:100%;
  }

  .seo-section-head{
    margin-bottom:30px;
  }

  .seo-section-head h2,
  .seo-demo-copy h2{
    font-size:clamp(36px,10.5vw,48px);
    line-height:1;
  }

  .seo-section-head p,
  .seo-demo-copy p{
    font-size:15px;
  }

  .seo-step,
  .seo-benefit,
  .seo-price-card{
    padding:22px 19px 20px;
    border-radius:19px;
  }

  .seo-step::before,
  .seo-price-card::before{
    left:19px;
    right:19px;
  }

  .seo-price-stage{
    gap:16px;
    padding:15px;
    border-radius:21px;
  }

  .seo-price-rivet{
    min-height:245px;
    border-radius:18px;
  }

  .seo-price-rivet img{
    width:min(88%,280px);
  }

  .seo-price{
    font-size:56px;
  }

  .seo-faq summary{
    min-height:72px;
    padding:17px 48px 17px 58px;
    font-size:14px;
  }

  .seo-faq summary::before{
    left:15px;
    width:32px;
    height:32px;
  }

  .seo-faq summary::after{
    right:17px;
  }

  .seo-faq p{
    padding:0 18px 19px 58px;
    font-size:13px;
  }
}

/* Pass 2.10: enlarge hero media on wide desktop without squeezing the copy column. */
@media(min-width:1400px){
  .seo-hero .container{
    width:min(1540px,calc(100% - 48px));
  }

  .seo-hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,700px);
    gap:clamp(42px,4vw,62px);
  }

  .seo-hero .seo-preview{
    max-width:700px;
  }

  .seo-hero-video{
    max-height:365px;
  }
}

/* ---------- Satisfaction guarantee ---------- */
.seo-price-guarantee{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-top:18px;
  padding:15px 16px;
  border:1px solid rgba(0,88,215,.36);
  border-radius:15px;
  background:linear-gradient(135deg,#f8fbff,#eef5ff);
  color:var(--navy);
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.seo-price-guarantee:hover{
  transform:translateY(-1px);
  border-color:rgba(0,88,215,.56);
  box-shadow:0 10px 26px rgba(0,88,215,.08);
}

.seo-price-guarantee-icon{
  flex:0 0 32px;
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--gradient);
  color:#fff;
  font-size:18px;
  font-weight:950;
  box-shadow:0 7px 18px rgba(0,88,215,.20);
}

.seo-price-guarantee strong{
  display:block;
  margin:1px 0 4px;
  color:var(--navy);
  font-size:14px;
  line-height:1.25;
}

.seo-price-guarantee small{
  display:block;
  color:#526477;
  font-size:11.75px;
  line-height:1.45;
}

@media (max-width:640px){
  .seo-price-guarantee{
    padding:14px;
    gap:10px;
  }
  .seo-price-guarantee-icon{
    flex-basis:29px;
    width:29px;
    height:29px;
    font-size:16px;
  }
}

/* SEO refinement: compact video walkthrough section */
@media (min-width: 901px){
  .seo-section--soft{
    padding-top:72px;
    padding-bottom:72px;
  }
  .seo-demo-copy{
    align-self:center;
  }
  .seo-demo-copy h2{
    max-width:560px;
  }
  .seo-demo-copy > p{
    max-width:560px;
    margin-top:18px;
  }
  .seo-demo-copy .seo-actions{
    margin-top:28px;
  }
}
