@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
:root{--lp-green:#93c52b;--lp-green-dark:#6f9f13;--lp-yellow:#e8ed21;--lp-ink:#101214;--lp-muted:#5f6468;--lp-line:#e7e8e4;--lp-surface:#f7f7f5;--lp-white:#fff;--lp-radius:18px;--lp-shadow:0 20px 55px rgba(24,31,35,.08);--max:1380px}
body{background:#fff;color:var(--lp-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.container{width:min(var(--max),calc(100% - 48px))}
.topbar{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.05)}
.nav{height:106px;gap:32px}.brand img{height:68px;max-width:250px;object-fit:contain}.brand-text{display:none}
.menu{gap:10px}.menu>a,.dropbtn{font-size:.95rem;color:#16191b;padding:13px 14px;border-radius:8px;font-weight:700}.menu>a:hover,.dropbtn:hover,.dropdown.open>.dropbtn{background:#f4f6f0;color:var(--lp-green-dark)}
.dropbtn{display:flex;align-items:center;gap:7px}.dropbtn:after{content:"⌄";font-size:.85em;line-height:1}
.dropdown-content{top:52px;left:50%;transform:translateX(-50%);min-width:260px;border:1px solid var(--lp-line);border-radius:14px;box-shadow:0 24px 60px rgba(18,23,28,.14);padding:12px;background:#fff}.dropdown-content a{padding:11px 12px;color:#25292c;font-weight:650}.dropdown-content a:hover{background:#f5f7f2;color:var(--lp-green-dark)}
.dropdown-content.mega{width:min(920px,92vw);display:none;grid-template-columns:repeat(3,minmax(190px,1fr));gap:22px;padding:24px}
.dropdown-content.mega.support-mega{width:min(620px,92vw);grid-template-columns:repeat(2,minmax(190px,1fr))}.dropdown:hover>.dropdown-content,.dropdown:focus-within>.dropdown-content,.dropdown.open>.dropdown-content{display:block}.dropdown:hover>.dropdown-content.mega,.dropdown:focus-within>.dropdown-content.mega,.dropdown.open>.dropdown-content.mega{display:grid}
.mega-group h4{margin:0 0 8px;padding:0 12px;font-size:.76rem;text-transform:uppercase;letter-spacing:.13em;color:var(--lp-green-dark)}.mega-group a{font-size:.9rem}.mega-group .subtle{color:#737a7f;font-weight:600}
.hamb{border-radius:9px;border:1px solid var(--lp-line);background:#fff;padding:10px 14px;color:#111}
.hero.lp-home-hero{padding:0;margin:22px auto 0;width:min(var(--max),calc(100% - 32px));min-height:595px;border:1px solid var(--lp-line);border-radius:20px;overflow:hidden;background:#f8f8f6;box-shadow:var(--lp-shadow)}
.lp-hero-inner{min-height:595px;display:grid;grid-template-columns:47% 53%;align-items:stretch}.lp-hero-copy{padding:72px 30px 62px 68px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;background:linear-gradient(90deg,#fbfbfa 0%,#fbfbfa 82%,rgba(251,251,250,.72) 100%)}
.lp-hero-copy .eyebrow{font-size:.88rem;letter-spacing:.13em;color:var(--lp-green-dark);margin-bottom:20px}.lp-hero-copy h1{font-size:clamp(3.3rem,5.2vw,5.6rem);line-height:.95;letter-spacing:-.05em;text-transform:uppercase;margin:0 0 24px;color:#0d0f10;max-width:720px}.lp-hero-copy h1 .accent{color:var(--lp-green)}.lp-hero-copy .lead{font-size:1.08rem;line-height:1.55;max-width:560px;color:#363a3d}.lp-hero-copy .hero-actions{margin-top:30px}
.lp-hero-visual{min-height:595px;background-image:linear-gradient(90deg,rgba(248,248,246,.55) 0%,rgba(248,248,246,0) 18%),url('hero-approved-v25.png');background-position:center;background-size:cover;background-repeat:no-repeat}
.cta{border-radius:7px;padding:15px 22px;background:var(--lp-green);border:1px solid var(--lp-green);box-shadow:none;text-transform:uppercase;font-size:.9rem;letter-spacing:.02em}.cta:hover{background:var(--lp-green-dark)}.cta.secondary{background:#fff;color:#151719!important;border-color:var(--lp-green)}
.lp-pillars{width:min(var(--max),calc(100% - 32px));margin:0 auto 24px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--lp-line);border-top:0;border-radius:0 0 18px 18px;overflow:hidden}.lp-pillar{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:center;padding:30px 28px;border-right:1px solid var(--lp-line)}.lp-pillar:last-child{border-right:0}.lp-pillar img{width:52px;height:52px;object-fit:contain}.lp-pillar h3{font-size:1rem;margin:0 0 5px;text-transform:uppercase}.lp-pillar p{font-size:.88rem;color:#686d70;margin:0;line-height:1.45}
.section{padding:88px 0}.section.alt{background:#f7f8f5;border-color:var(--lp-line)}.section h2{color:#141719}.eyebrow{color:var(--lp-green-dark)}.card,.config-panel,.step,.logo-card{border-color:var(--lp-line);box-shadow:0 10px 30px rgba(24,31,35,.05);border-radius:16px}.card.soft{background:#fff}.pagehero{background:linear-gradient(135deg,#fff,#f4f6f0);border-color:var(--lp-line)}
.footer{background:#111719;color:#eef2ef}.footer .cols{grid-template-columns:1.3fr repeat(5,1fr)}.footer-logo{background:#fff;border-radius:12px}.footer a{color:#d9dfdb}.footer small{color:#aeb8b2}
@media(max-width:1100px){.nav{height:84px}.brand img{height:56px}.hamb{display:block}.menu{display:none;position:absolute;top:84px;left:0;right:0;background:#fff;border-bottom:1px solid var(--lp-line);padding:18px 24px;max-height:calc(100vh - 84px);overflow:auto;align-items:stretch}.menu.open{display:flex;flex-direction:column}.menu>a,.dropbtn{width:100%;justify-content:space-between;padding:14px 10px}.dropdown-content,.dropdown-content.mega{position:static;transform:none;width:100%;min-width:0;box-shadow:none;border:0;border-left:2px solid var(--lp-green);border-radius:0;margin:4px 0 10px;padding:8px 8px 8px 14px;grid-template-columns:1fr}.dropdown:hover>.dropdown-content,.dropdown:hover>.dropdown-content.mega{display:none}.dropdown.open>.dropdown-content{display:block}.dropdown.open>.dropdown-content.mega{display:grid}.lp-hero-inner{grid-template-columns:1fr}.lp-hero-copy{padding:58px 46px;background:#fbfbfa}.lp-hero-visual{min-height:470px;background-position:center}.lp-pillars{grid-template-columns:repeat(2,1fr)}.lp-pillar:nth-child(2){border-right:0}.lp-pillar:nth-child(-n+2){border-bottom:1px solid var(--lp-line)}.footer .cols{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.container{width:min(100% - 28px,var(--max))}.brand img{height:48px;max-width:190px}.hero.lp-home-hero{width:calc(100% - 20px);margin-top:10px}.lp-hero-copy{padding:44px 25px}.lp-hero-copy h1{font-size:clamp(2.6rem,14vw,4.1rem)}.lp-hero-visual{min-height:350px;background-position:58% center}.lp-pillars{width:calc(100% - 20px);grid-template-columns:1fr}.lp-pillar,.lp-pillar:nth-child(2){border-right:0;border-bottom:1px solid var(--lp-line)}.lp-pillar:last-child{border-bottom:0}.footer .cols{grid-template-columns:1fr 1fr}.section{padding:64px 0}}

/* V28 header sizing and distribution */
@media (min-width:1101px){
  .nav{
    height:122px;
    gap:42px;
  }
  .brand{
    flex:0 0 auto;
  }
  .brand img{
    height:85px;
    max-width:313px;
  }
  .menu{
    flex:1 1 auto;
    width:auto;
    justify-content:space-between;
    gap:0;
    margin-left:12px;
  }
  .menu>a,.dropbtn{
    font-size:1.14rem;
    padding:15px 18px;
  }
  .dropdown-content{
    top:60px;
  }
}


/* V29 header alignment update to match approved spacing reference */
.header-contact{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}
@media (min-width:1101px){
  .container{width:min(1460px,calc(100% - 56px))}
  .topbar{background:rgba(255,255,255,.98);border-bottom:1px solid rgba(0,0,0,.06)}
  .nav{height:102px;display:flex;align-items:center;gap:28px;justify-content:flex-start}
  .brand{flex:0 0 auto;margin-right:18px}
  .brand img{height:80px;max-width:320px;object-fit:contain}
  .menu{display:flex;flex:1 1 auto;align-items:center;justify-content:center;gap:26px;margin-left:0;margin-right:0}
  .menu>a,.dropbtn{font-size:1.08rem;font-weight:600;padding:12px 14px;color:#17191b}
  .dropdown{display:flex;align-items:center}
  .dropbtn:after{display:none}
  .header-contact{flex:0 0 auto;margin-left:auto;padding:14px 28px;border-radius:10px;font-size:1.02rem;font-weight:600;border:2px solid var(--lp-green);background:#fff;color:var(--lp-green)!important;box-shadow:none;text-transform:none;letter-spacing:0}
  .header-contact:hover{background:#f7fbef;color:var(--lp-green-dark)!important;border-color:var(--lp-green-dark)}
  .dropdown-content{top:54px}
  .dropdown-content.mega{left:50%;transform:translateX(-50%)}
}
@media (max-width:1100px){
  .header-contact{display:none}
}


/* V30 dropdown hover bridge fix */
@media (min-width:1101px){
  .dropdown{position:relative;padding-bottom:18px;margin-bottom:-18px}
  .dropdown-content{top:100%;margin-top:0}
  .dropdown::after{content:"";position:absolute;left:0;right:0;top:100%;height:18px}
  .dropdown:hover>.dropdown-content,
  .dropdown:focus-within>.dropdown-content,
  .dropdown.open>.dropdown-content{display:block}
  .dropdown:hover>.dropdown-content.mega,
  .dropdown:focus-within>.dropdown-content.mega,
  .dropdown.open>.dropdown-content.mega{display:grid}
}

/* =========================================================
   V32 — Homepage proportions and visual treatment
   Content and menu wording are intentionally unchanged.
   ========================================================= */
:root{
  --max:1440px;
  --lp-page:#fafaf8;
}
body{background:var(--lp-page)}

@media (min-width:1101px){
  .container{width:min(var(--max),calc(100% - 56px))}
  .topbar{background:rgba(255,255,255,.98);box-shadow:none}
  .nav{height:100px;display:grid;grid-template-columns:270px minmax(0,1fr) 170px;gap:30px;align-items:center}
  .brand{margin:0;justify-self:start}
  .brand img{height:76px;max-width:260px}
  .menu{width:100%;display:flex;justify-content:center;gap:38px;margin:0}
  .menu>a,.dropbtn{font-size:1.02rem;font-weight:650;padding:13px 10px}
  .header-contact{justify-self:end;margin:0;min-width:142px;min-height:50px}
}

/* One integrated hero canvas instead of two visibly separated panels */
.hero.lp-home-hero{
  width:min(var(--max),calc(100% - 48px));
  min-height:610px;
  margin:18px auto 0;
  border-radius:20px;
  border:1px solid rgba(17,20,22,.09);
  background:#f7f7f4;
  box-shadow:0 16px 45px rgba(20,25,28,.045);
  position:relative;
  isolation:isolate;
}
.hero.lp-home-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:url('hero-visual-v37.jpg');
  background-repeat:no-repeat;
  background-size:auto 92%;
  background-position:right 28px center;
}
.hero.lp-home-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(90deg,
    rgba(250,250,248,1) 0%,
    rgba(250,250,248,1) 35%,
    rgba(250,250,248,.94) 43%,
    rgba(250,250,248,.52) 51%,
    rgba(250,250,248,0) 63%);
}
.lp-hero-inner{
  min-height:610px;
  display:block;
  position:relative;
}
.lp-hero-copy{
  width:56%;
  max-width:760px;
  min-height:610px;
  padding:66px 24px 58px 58px;
  background:transparent;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.lp-hero-visual{display:none}
.lp-hero-copy .eyebrow{
  margin:0 0 22px;
  font-size:.9rem;
  letter-spacing:.14em;
}
.lp-hero-copy h1{
  max-width:700px;
  margin:0 0 26px;
  font-size:clamp(4rem,5.15vw,5.75rem);
  line-height:.91;
  letter-spacing:-.052em;
}
.lp-hero-copy .lead{
  max-width:585px;
  margin:0;
  font-size:1.06rem;
  line-height:1.58;
  color:#303437;
}
.lp-hero-copy .hero-actions{
  gap:24px;
  margin-top:34px;
}
.lp-hero-copy .hero-actions .cta{
  min-height:52px;
  min-width:190px;
  padding:0 28px;
  border-radius:7px;
  font-size:.88rem;
}

/* Four-pillar row styled like the approved mockup */
.lp-pillars{
  width:min(var(--max),calc(100% - 48px));
  min-height:215px;
  margin:14px auto 28px;
  border:1px solid rgba(17,20,22,.09);
  border-radius:18px;
  box-shadow:0 12px 36px rgba(20,25,28,.035);
  background:#fff;
}
.lp-pillar{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  gap:0;
  padding:27px 26px;
  border-right:1px solid var(--lp-line);
}
.lp-pillar img{
  width:68px;
  height:68px;
  margin:0 auto 13px;
  object-fit:contain;
}
.lp-pillar h3{
  margin:0 0 7px;
  font-size:1.05rem;
  line-height:1.2;
}
.lp-pillar p{
  max-width:245px;
  margin:0 auto;
  font-size:.9rem;
  line-height:1.48;
  color:#62676b;
}

@media(max-width:1100px){
  .hero.lp-home-hero::before{background-image:url('hero-visual-v37.jpg');background-size:auto 52%;background-position:center bottom}
  .hero.lp-home-hero::after{background:linear-gradient(180deg,rgba(250,250,248,1) 0%,rgba(250,250,248,1) 48%,rgba(250,250,248,.78) 60%,rgba(250,250,248,0) 78%)}
  .lp-hero-inner{min-height:900px}
  .lp-hero-copy{width:100%;max-width:none;min-height:auto;padding:56px 46px 430px}
  .lp-hero-copy h1{max-width:760px}
  .lp-pillars{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .hero.lp-home-hero{width:calc(100% - 20px);min-height:auto}
  .hero.lp-home-hero::before{background-image:url('hero-visual-v37.jpg');background-size:auto 39%;background-position:56% bottom}
  .hero.lp-home-hero::after{background:linear-gradient(180deg,rgba(250,250,248,1) 0%,rgba(250,250,248,1) 58%,rgba(250,250,248,.74) 72%,rgba(250,250,248,0) 90%)}
  .lp-hero-inner{min-height:800px}
  .lp-hero-copy{padding:42px 24px 340px}
  .lp-hero-copy h1{font-size:clamp(2.75rem,14vw,4.15rem)}
  .lp-hero-copy .hero-actions{gap:12px}
  .lp-hero-copy .hero-actions .cta{width:100%;min-width:0}
  .lp-pillars{width:calc(100% - 20px);grid-template-columns:1fr;min-height:0}
  .lp-pillar{padding:26px 22px}
}

/* V33 — flatter header CTA and grouped industries */
@media (min-width:1101px){
  .header-contact{
    color:var(--lp-green-dark)!important;
    background:#fff;
    border:1.5px solid var(--lp-green);
    border-radius:6px;
    min-height:46px;
    padding:0 28px;
    line-height:1;
  }
  .header-contact:hover,
  .header-contact:focus-visible{
    color:var(--lp-green-dark)!important;
    background:#f8fbf1;
    border-color:var(--lp-green-dark);
  }
  .industry-menu-group a{white-space:nowrap}
}

.industry-sectors{padding-top:64px}
.industry-sector{
  scroll-margin-top:125px;
  padding:0 0 72px;
  margin:0 0 72px;
  border-bottom:1px solid var(--lp-line);
}
.industry-sector:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.industry-sector-head{margin-bottom:28px}
.industry-sector-head h2{margin-bottom:18px}
.industry-tags{display:flex;flex-wrap:wrap;gap:10px}
.industry-tags a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 14px;
  border:1px solid var(--lp-line);
  border-radius:6px;
  background:#fff;
  color:#303538;
  font-size:.88rem;
  font-weight:700;
}
.industry-tags a:hover{border-color:var(--lp-green);color:var(--lp-green-dark);background:#fafcf6}
.compact-industry{min-height:112px;display:flex;align-items:center}
.compact-industry h3{margin:0}
.industry-sector [id]{scroll-margin-top:125px}

@media(max-width:680px){
  .industry-sector{padding-bottom:52px;margin-bottom:52px}
  .industry-tags{gap:8px}
  .industry-tags a{font-size:.82rem;padding:7px 10px}
}

/* V34 — force the header Contact Us label to use brand green */
.header-contact.cta.secondary,
.header-contact.cta.secondary:visited{
  color:var(--lp-green-dark)!important;
}
.header-contact.cta.secondary:hover,
.header-contact.cta.secondary:focus-visible,
.header-contact.cta.secondary:active{
  color:var(--lp-green-dark)!important;
}

/* V35 — increase primary desktop menu labels by 20% */
@media (min-width:1101px){
  .menu > .dropdown > .dropbtn{
    font-size:1.30rem;
  }
}


/* V36 — use Inter Medium for the primary navigation, matching the approved mockup */
.menu > .dropdown > .dropbtn{
  font-family:"Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-weight:500;
  letter-spacing:-0.01em;
}


/* V38 — true single-canvas hero; remove the obsolete second hero column */
.hero.lp-home-hero{
  background-color:#f7f7f4;
  background-image:
    linear-gradient(90deg,
      rgba(250,250,248,1) 0%,
      rgba(250,250,248,1) 35%,
      rgba(250,250,248,.94) 43%,
      rgba(250,250,248,.52) 51%,
      rgba(250,250,248,0) 63%),
    url('hero-visual-v37.jpg');
  background-repeat:no-repeat,no-repeat;
  background-size:100% 100%,auto 92%;
  background-position:center,right 28px center;
}
.hero.lp-home-hero::before,
.hero.lp-home-hero::after{content:none!important;display:none!important}
.lp-hero-inner{display:block!important;width:100%;min-height:610px}
.lp-hero-copy{position:relative;z-index:1}
.lp-hero-visual{display:none!important}
@media(max-width:1100px){
  .hero.lp-home-hero{
    background-image:
      linear-gradient(180deg,rgba(250,250,248,1) 0%,rgba(250,250,248,1) 48%,rgba(250,250,248,.78) 60%,rgba(250,250,248,0) 78%),
      url('hero-visual-v37.jpg');
    background-size:100% 100%,auto 52%;
    background-position:center,center bottom;
  }
}
@media(max-width:680px){
  .hero.lp-home-hero{
    background-image:
      linear-gradient(180deg,rgba(250,250,248,1) 0%,rgba(250,250,248,1) 58%,rgba(250,250,248,.74) 72%,rgba(250,250,248,0) 90%),
      url('hero-visual-v37.jpg');
    background-size:100% 100%,auto 39%;
    background-position:center,56% bottom;
  }
}


/* V43 — use the clean hero image and let CSS create the fade into the text area */
.hero.lp-home-hero{
  background-image:
    linear-gradient(90deg,
      rgba(250,250,248,1) 0%,
      rgba(250,250,248,1) 24%,
      rgba(250,250,248,.97) 34%,
      rgba(250,250,248,.82) 43%,
      rgba(250,250,248,.48) 53%,
      rgba(250,250,248,.18) 61%,
      rgba(250,250,248,0) 70%),
    url('hero-visual-v40.png');
  background-repeat:no-repeat,no-repeat;
  background-size:100% 100%,auto 100%;
  background-position:center,right center;
}
.lp-hero-copy .eyebrow{color:#111315!important}
@media(max-width:1100px){
  .hero.lp-home-hero{
    background-image:
      linear-gradient(180deg,rgba(250,250,248,1) 0%,rgba(250,250,248,1) 48%,rgba(250,250,248,.78) 60%,rgba(250,250,248,0) 78%),
      url('hero-visual-v40.png');
    background-size:100% 100%,auto 54%;
    background-position:center,center bottom;
  }
}
@media(max-width:680px){
  .hero.lp-home-hero{
    background-image:
      linear-gradient(180deg,rgba(250,250,248,1) 0%,rgba(250,250,248,1) 58%,rgba(250,250,248,.74) 72%,rgba(250,250,248,0) 90%),
      url('hero-visual-v40.png');
    background-size:100% 100%,auto 41%;
    background-position:center,56% bottom;
  }
}


/* V45 — keep the V40 picture/fade, but mask the baked-in ghost text from the source image */
.hero.lp-home-hero::after{
  content:"" !important;
  display:block !important;
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(ellipse 240px 120px at 49% 25%, rgba(250,250,248,.96) 0%, rgba(250,250,248,.88) 42%, rgba(250,250,248,.38) 72%, rgba(250,250,248,0) 100%),
    radial-gradient(ellipse 290px 150px at 48% 63%, rgba(250,250,248,.94) 0%, rgba(250,250,248,.82) 44%, rgba(250,250,248,.30) 74%, rgba(250,250,248,0) 100%);
}
.lp-hero-copy{z-index:1}
@media(max-width:1100px){
  .hero.lp-home-hero::after{background:none;display:none!important;content:none!important}
}


/* V46 — remove the remaining small baked-in text shadows without changing the hero composition */
.hero.lp-home-hero::after{
  background:
    radial-gradient(ellipse 205px 105px at 48.8% 24%, rgba(250,250,248,1) 0%, rgba(250,250,248,.99) 48%, rgba(250,250,248,.86) 68%, rgba(250,250,248,.34) 84%, rgba(250,250,248,0) 100%),
    radial-gradient(ellipse 120px 105px at 46.6% 35.5%, rgba(250,250,248,1) 0%, rgba(250,250,248,.98) 52%, rgba(250,250,248,.72) 74%, rgba(250,250,248,0) 100%),
    radial-gradient(ellipse 190px 105px at 46.8% 64%, rgba(250,250,248,1) 0%, rgba(250,250,248,.98) 52%, rgba(250,250,248,.72) 75%, rgba(250,250,248,0) 100%),
    radial-gradient(ellipse 240px 120px at 49% 25%, rgba(250,250,248,.98) 0%, rgba(250,250,248,.90) 44%, rgba(250,250,248,.40) 74%, rgba(250,250,248,0) 100%),
    radial-gradient(ellipse 290px 150px at 48% 63%, rgba(250,250,248,.96) 0%, rgba(250,250,248,.84) 46%, rgba(250,250,248,.32) 76%, rgba(250,250,248,0) 100%);
}


/* V47 — approved homepage pillar icons */
.lp-pillar img{
  width:68px;
  height:68px;
  object-fit:contain;
  mix-blend-mode:multiply;
}
.lp-pillar:nth-child(2) img{
  width:72px;
  height:72px;
}


/* V60 — homepage How the system works video */
.how-video{max-width:820px;margin:40px auto 0;padding:0 20px}
.how-video-frame{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:18px;border:1px solid var(--line);box-shadow:var(--shadow);background:#000}
.how-video-frame iframe{display:block;width:100%;height:100%;border:0}
.how-video-caption{margin:14px 0 0;text-align:center;font-size:.95rem;color:#66706a}
@media(max-width:680px){.how-video{margin-top:28px;padding:0 10px}.how-video-frame{border-radius:14px}}

/* V61 — video replaces the three process cards */
.how-video-inline{max-width:none;margin:0;padding:0}
@media(max-width:900px){.how-video-inline{margin-top:28px}}

/* V109 - robust YouTube video card for local and hosted previews */
.how-video-link{display:block;text-decoration:none;color:inherit}
.how-video-thumbnail{position:relative;background:#111}
.how-video-thumbnail img{display:block;width:100%;height:100%;object-fit:cover}
.how-video-thumbnail:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.24));pointer-events:none}
.how-video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:74px;height:74px;border-radius:50%;display:grid;place-items:center;padding-left:5px;background:rgba(255,255,255,.94);color:#173a26;font-size:30px;box-shadow:0 10px 28px rgba(0,0,0,.28);transition:transform .18s ease,background .18s ease}
.how-video-watch{position:absolute;left:22px;bottom:18px;z-index:2;background:rgba(16,28,20,.82);color:#fff;border-radius:999px;padding:8px 13px;font-size:.88rem;font-weight:800;letter-spacing:.01em}
.how-video-link:hover .how-video-play,.how-video-link:focus-visible .how-video-play{transform:translate(-50%,-50%) scale(1.07);background:#fff}
.how-video-link:focus-visible{outline:3px solid var(--green2);outline-offset:5px;border-radius:18px}
@media(max-width:680px){.how-video-play{width:62px;height:62px;font-size:25px}.how-video-watch{left:14px;bottom:12px;padding:7px 11px}}
