:root{
  --ink:#102033;
  --muted:#5b6875;
  --line:#d8e1e8;
  --soft:#f4f8fb;
  --soft-2:#e9f1f6;
  --brand:#0f4d5c;
  --brand-2:#126e6a;
  --accent:#d88920;
  --accent-2:#f4b35b;
  --white:#fff;
  --dark:#071521;
  --shadow:0 20px 50px rgba(7,21,33,.12);
  --radius:20px;
  --max:1180px;
  --chrome-height:116px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6;font-size:16px}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline;text-underline-offset:3px}
img{max-width:100%;height:auto}
.container{width:min(var(--max),calc(100% - 36px));margin-inline:auto}
.skip{position:absolute;left:-999px;top:0;background:#fff;padding:10px;z-index:1000}.skip:focus{left:10px}
.topbar{background:var(--dark);color:#dfeef3;font-size:.92rem}.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:9px 0;flex-wrap:wrap}.topbar a{color:#fff;font-weight:700}.topbar span{color:#bdd1db}
.header{position:sticky;top:0;background:rgba(255,255,255,.95);backdrop-filter:saturate(160%) blur(12px);z-index:20;border-bottom:1px solid var(--line)}
.navwrap{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:20px}
.brand{display:flex;align-items:center;gap:12px;font-weight:850;letter-spacing:-.03em;min-width:max-content}.brand-logo-image{display:flex;align-items:center;justify-content:center;width:106px;height:34px;border-radius:8px;background:#111d2a;padding:4px 6px;box-shadow:0 10px 28px rgba(7,21,33,.12)}.brand-logo-image img{display:block;width:92px;height:auto}.brand small{display:block;color:var(--muted);font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;font-weight:750}
.nav{display:flex;gap:4px;align-items:center}.nav a{padding:10px 12px;border-radius:999px;font-weight:750;color:#1b3146}.nav a:hover,.nav a[aria-current="page"]{background:var(--soft);text-decoration:none;color:var(--brand)}.nav-cta{background:var(--accent)!important;color:#191100!important}.menu-button{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 12px;font-weight:800;color:var(--ink)}
section{padding:70px 0}.page-hero{padding:0;background:linear-gradient(135deg,#f6fbfd,#eef5f7);border-bottom:1px solid var(--line)}.page-hero .container{padding:58px 0}.page-hero h1{max-width:920px}.page-hero .lede{max-width:820px}
.is-home-hero{min-height:calc(100svh - var(--chrome-height));display:grid;align-items:stretch;overflow:hidden;background:radial-gradient(circle at 88% 14%, rgba(216,137,32,.18), transparent 27%),linear-gradient(135deg,#f7fbfd 0%,#edf5f7 52%,#fff 100%)}
.is-home-hero .home-hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(380px,.96fr);gap:clamp(28px,4vw,58px);align-items:center;min-height:calc(100svh - var(--chrome-height));padding:clamp(28px,5vh,62px) 0}.home-hero-copy{position:relative;z-index:1}.is-home-hero .breadcrumb{margin-bottom:16px}.is-home-hero h1{max-width:780px}.is-home-hero .lede{max-width:720px}.eyebrow{display:inline-flex;gap:8px;align-items:center;color:var(--brand);font-weight:850;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 12px}h1{font-size:clamp(2.25rem,5vw,4.9rem);line-height:.98;letter-spacing:-.06em;margin:16px 0 18px}.lede{font-size:1.2rem;color:#33485c}.hero-actions,.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 18px;font-weight:850;border:1px solid transparent;text-decoration:none}.button.primary{background:var(--brand);color:#fff;box-shadow:0 14px 30px rgba(15,77,92,.22)}.button.secondary{background:#fff;color:var(--ink);border-color:var(--line)}.button.ghost{background:transparent;color:var(--brand);border-color:rgba(15,77,92,.25)}.button:hover{text-decoration:none;transform:translateY(-1px)}
.hero-proof-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.hero-proof-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:#244056;font-weight:800;font-size:.9rem}
.hero-photo-card{position:relative;margin:0;min-height:clamp(440px,62vh,640px);border:1px solid rgba(216,225,232,.95);border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.hero-photo{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center}.hero-photo-card:after{content:"";position:absolute;inset:auto 0 0 0;height:45%;background:linear-gradient(0deg,rgba(7,21,33,.68),rgba(7,21,33,0));pointer-events:none}.hero-photo-caption{position:absolute;left:22px;right:22px;bottom:20px;z-index:2;color:#fff}.hero-photo-caption strong{display:block;font-size:1.12rem;letter-spacing:-.03em}.hero-photo-caption span{display:block;color:#e9f4f6;font-weight:650}.hero-stat-grid{position:absolute;right:18px;top:18px;z-index:2;display:grid;gap:10px;max-width:185px}.hero-stat{background:rgba(255,255,255,.94);border:1px solid rgba(216,225,232,.82);border-radius:16px;padding:11px 12px;box-shadow:0 10px 30px rgba(7,21,33,.08)}.hero-stat strong{display:block;font-size:1.25rem;line-height:1;color:var(--brand);letter-spacing:-.04em}.hero-stat span{display:block;font-size:.82rem;font-weight:800;color:#40576b;margin-top:2px}
.trust-strip{padding:0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{padding:22px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item strong{display:block;font-size:1.5rem;color:var(--brand);letter-spacing:-.05em}.trust-item span{color:var(--muted);font-weight:650}
.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}.section-head h2{font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.055em;line-height:1.03;margin:0}.section-head p{color:var(--muted);max-width:520px;margin:0}.grid{display:grid;gap:18px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 8px 24px rgba(7,21,33,.04)}.card:hover{box-shadow:var(--shadow);transform:translateY(-2px);transition:.18s ease}.card .tag{display:inline-block;font-size:.73rem;letter-spacing:.08em;text-transform:uppercase;font-weight:850;color:var(--brand);background:var(--soft);border-radius:999px;padding:5px 9px;margin-bottom:14px}.card h3{font-size:1.28rem;line-height:1.14;margin:0 0 10px;letter-spacing:-.035em}.card p{color:var(--muted);margin:0 0 16px}.link-arrow{font-weight:850;color:var(--brand)}
.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:start}.panel{background:var(--soft);border:1px solid var(--line);border-radius:24px;padding:28px}.panel.dark{background:linear-gradient(135deg,var(--dark),#123444);color:#fff;border:0}.panel.dark p,.panel.dark li{color:#dbe9ef}.panel h2,.panel h3{letter-spacing:-.045em;line-height:1.1;margin-top:0}.bullet-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.bullet-list li{position:relative;padding-left:30px;color:#34495d}.bullet-list li:before{content:"";width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--accent));position:absolute;left:0;top:.28em}.numbered{counter-reset:item;list-style:none;margin:0;padding:0;display:grid;gap:14px}.numbered li{counter-increment:item;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 18px 18px 64px;position:relative}.numbered li:before{content:counter(item,decimal-leading-zero);position:absolute;left:18px;top:18px;color:var(--accent);font-weight:900}.numbered strong{display:block;color:var(--ink);font-size:1.05rem}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:20px;background:#fff}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:15px;border-bottom:1px solid var(--line);vertical-align:top}th{background:var(--soft);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#365064}tr:last-child td{border-bottom:0}.feature-band{background:linear-gradient(135deg,var(--brand),#092536);color:#fff}.feature-band p{color:#def1f3}.feature-band .card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}.feature-band .card p{color:#d8eef1}.feature-band .tag{background:rgba(255,255,255,.14);color:#fff}
.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.faq summary{font-weight:850;cursor:pointer;letter-spacing:-.02em}.faq p{color:var(--muted);margin:12px 0 0}.cta{background:linear-gradient(135deg,#f7fbfd,#eef5f8);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta-box{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow)}.cta-box h2{margin:0 0 8px;letter-spacing:-.05em;line-height:1.05}.cta-box p{margin:0;color:var(--muted)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.form-grid .full{grid-column:1/-1}label{display:block;font-weight:800;margin-bottom:6px}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;font:inherit;background:#fff}textarea{min-height:130px}.breadcrumb{font-size:.88rem;color:var(--muted);margin-bottom:18px}.breadcrumb a{color:var(--brand);font-weight:800}.mini-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.mini-links a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-weight:800;color:var(--brand)}.content-block{max-width:900px}.content-block h2{font-size:2rem;line-height:1.1;letter-spacing:-.045em}.content-block p,.content-block li{color:#34495d}.status{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:6px 10px;background:#fff;color:var(--brand);font-weight:800;font-size:.82rem}.status:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent)}.note{font-size:.92rem;color:var(--muted);background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:12px}.comparison-highlight{background:#fff8ec;border:1px solid #f0d8af;border-radius:18px;padding:18px;color:#3d2a10}.sr-only{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
.footer{background:var(--dark);color:#d8e5eb;padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:28px}.footer h3{color:#fff;margin-top:0}.footer a{color:#eaf7fa;display:block;margin:7px 0}.footer small{display:block;margin-top:30px;color:#93a7b5;border-top:1px solid rgba(255,255,255,.12);padding-top:22px}
@media (max-height:760px) and (min-width:901px){.is-home-hero .home-hero-grid{padding:24px 0}.hero-photo-card{min-height:clamp(390px,56vh,540px)}h1{font-size:clamp(2.2rem,4.2vw,4rem)}.hero-proof-row{margin-top:16px}.hero-actions{margin-top:22px}}
@media (max-width:900px){:root{--chrome-height:136px}.menu-button{display:inline-flex}.nav{display:none;position:absolute;left:18px;right:18px;top:74px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{border-radius:12px}.is-home-hero{min-height:auto}.is-home-hero .home-hero-grid{grid-template-columns:1fr;min-height:auto;padding:44px 0 36px}.hero-photo-card{min-height:360px}.hero-stat-grid{grid-template-columns:repeat(3,1fr);left:16px;right:16px;top:16px;max-width:none}.split,.cta-box{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.grid.three,.grid.four,.grid.two{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:12px}.footer-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}}
@media (max-width:560px){:root{--chrome-height:154px}.container{width:min(var(--max),calc(100% - 28px))}.topbar .container{display:block}.topbar span{display:block;margin-top:4px}.brand{min-width:0}.brand-logo-image{width:88px}.brand-logo-image img{width:76px}.brand span:last-child{font-size:.95rem}.brand small{font-size:.68rem}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.footer-grid{grid-template-columns:1fr}section{padding:52px 0}.page-hero .container{padding:44px 0}.is-home-hero .home-hero-grid{padding:36px 0 30px}.hero-actions,.actions{flex-direction:column}.button{width:100%}.hero-proof-row span{font-size:.82rem}.hero-photo-card{min-height:320px;border-radius:22px}.hero-photo{object-position:center}.hero-stat-grid{display:none}.hero-photo-caption{left:16px;right:16px;bottom:16px}}
/* v3 product imagery and screen-fitting hero */
:root{--chrome-height:122px;}
.is-home-hero{height:calc(100svh - var(--chrome-height));min-height:0;}
.is-home-hero .home-hero-grid{height:100%;min-height:0;padding:clamp(16px,3svh,34px) 0;}
.is-home-hero h1{font-size:clamp(2.05rem,4.45vw,4.35rem);}
.is-home-hero .lede{font-size:clamp(1rem,1.22vw,1.15rem);}
.hero-photo-card{height:clamp(340px,calc(100svh - var(--chrome-height) - 62px),610px);min-height:0;display:flex;}
.hero-photo{height:100%;min-height:0;object-fit:contain;object-position:center;padding:clamp(10px,1.3vw,18px);background:#fff;}
.image-card{padding:0;overflow:hidden;display:flex;flex-direction:column;}
.image-card .card-media{aspect-ratio:4/3;background:linear-gradient(135deg,#fff 0%,#f3f7fa 100%);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden;}
.image-card .card-media img{width:100%;height:100%;object-fit:contain;padding:clamp(10px,1.4vw,18px);display:block;}
.image-card .card-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1;}
.image-card .card-body .link-arrow{margin-top:auto;}
.product-showcase{padding:54px 0 34px;background:#fff;}
.product-split{align-items:center;grid-template-columns:minmax(340px,.95fr) minmax(0,1.05fr);}
.product-figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow);}
.product-figure img{width:100%;aspect-ratio:4/3;object-fit:contain;padding:clamp(14px,2vw,28px);display:block;background:linear-gradient(135deg,#fff,#f5f8fa);}
.product-figure figcaption{padding:15px 18px;border-top:1px solid var(--line);background:#fff;}
.product-figure strong{display:block;letter-spacing:-.025em;color:var(--ink);}
.product-figure span{display:block;color:var(--muted);font-weight:650;font-size:.94rem;}
.panel-media{margin:-10px -10px 18px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;}
.panel-media img{width:100%;aspect-ratio:4/3;object-fit:contain;padding:12px;display:block;background:linear-gradient(135deg,#fff,#f4f8fb);}
@media (max-width:1100px) and (min-width:901px){.topbar .container{flex-wrap:nowrap}.topbar span{display:none}}
@media (max-height:800px) and (min-width:901px){.hero-proof-row{display:none}.is-home-hero h1{font-size:clamp(2rem,4.1vw,4rem);margin:12px 0 14px}.hero-actions{margin-top:20px}}
@media (max-height:760px) and (min-width:901px){.is-home-hero .home-hero-grid{padding:16px 0;gap:clamp(22px,3vw,42px)}.hero-photo-card{height:calc(100svh - var(--chrome-height) - 42px);min-height:0}.is-home-hero h1{font-size:clamp(2rem,4vw,3.85rem);margin:12px 0 14px}.hero-proof-row{margin-top:12px}.hero-proof-row span{padding:6px 10px;font-size:.82rem}.hero-actions{margin-top:18px}.button{padding:11px 16px}.hero-photo-caption{bottom:16px}.hero-stat{padding:9px 10px}.hero-stat strong{font-size:1.08rem}}
@media (max-height:660px) and (min-width:901px){.hero-proof-row{display:none}.hero-stat-grid{display:none}.hero-photo-card:after{height:34%}.hero-photo-caption span{display:none}.is-home-hero .breadcrumb{margin-bottom:10px}.eyebrow{padding:5px 10px}.lede{line-height:1.45}}
@media (max-width:900px){:root{--chrome-height:136px}.is-home-hero{height:auto;min-height:auto}.is-home-hero .home-hero-grid{height:auto;min-height:auto}.hero-photo-card{height:auto;min-height:360px}.product-split{grid-template-columns:1fr}.product-showcase{padding:44px 0 26px}.image-card .card-media{aspect-ratio:16/10}}
@media (max-width:560px){:root{--chrome-height:154px}.hero-photo-card{height:auto;min-height:320px}.hero-photo{padding:12px}.image-card .card-body{padding:18px}.product-figure img,.panel-media img{aspect-ratio:1/1}}

/* v4 hero background video */
:root{--site-chrome-height:var(--chrome-height);}
.is-home-hero.has-video-bg{
  position:relative;
  height:calc(100svh - var(--site-chrome-height, var(--chrome-height)));
  min-height:0;
  overflow:hidden;
  isolation:isolate;
  background:#071521 url("images/weigh-filler-hero-video-poster.jpg") center/cover no-repeat;
}
.has-video-bg .hero-bg-video{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  pointer-events:none;
  background:#071521;
}
.has-video-bg .hero-bg-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(7,21,33,.88) 0%,rgba(7,21,33,.76) 42%,rgba(7,21,33,.36) 76%,rgba(7,21,33,.5) 100%),
    linear-gradient(180deg,rgba(7,21,33,.16) 0%,rgba(7,21,33,.45) 100%);
  pointer-events:none;
}
.is-home-hero.has-video-bg .home-hero-grid{
  position:relative;
  z-index:2;
  grid-template-columns:minmax(0,780px);
  justify-content:start;
  align-content:center;
  align-items:center;
  height:100%;
  min-height:0;
  padding:clamp(18px,3.4svh,44px) 0;
}
.has-video-bg .hero-copy-panel{
  max-width:780px;
  color:#fff;
  text-shadow:0 2px 22px rgba(0,0,0,.24);
}
.has-video-bg .breadcrumb,
.has-video-bg .breadcrumb a{color:#e2f0f4;}
.has-video-bg .eyebrow{
  color:#0f4d5c;
  background:rgba(255,255,255,.94);
  border-color:rgba(255,255,255,.62);
  text-shadow:none;
}
.has-video-bg h1{color:#fff;max-width:780px;}
.has-video-bg .lede{color:#e7f1f5;max-width:700px;}
.has-video-bg .button.primary{
  background:var(--accent);
  color:#151006;
  box-shadow:0 18px 36px rgba(0,0,0,.26);
  text-shadow:none;
}
.has-video-bg .button.secondary{
  background:rgba(255,255,255,.92);
  color:#102033;
  border-color:rgba(255,255,255,.58);
  text-shadow:none;
}
.has-video-bg .hero-proof-row span{
  background:rgba(255,255,255,.92);
  border-color:rgba(255,255,255,.54);
  color:#173145;
  text-shadow:none;
}
@media (max-height:760px) and (min-width:901px){
  .is-home-hero.has-video-bg .home-hero-grid{padding:14px 0;}
  .has-video-bg .breadcrumb{margin-bottom:10px;}
  .has-video-bg .eyebrow{padding:5px 10px;}
}
@media (max-height:620px) and (min-width:901px){
  .has-video-bg .hero-proof-row{display:none;}
  .has-video-bg h1{font-size:clamp(1.9rem,3.5vw,3.25rem);margin:10px 0 12px;}
  .has-video-bg .lede{font-size:.98rem;line-height:1.45;}
  .has-video-bg .hero-actions{margin-top:16px;}
}
@media (max-width:900px){
  .is-home-hero.has-video-bg{
    height:auto;
    min-height:calc(100svh - var(--site-chrome-height, var(--chrome-height)));
  }
  .is-home-hero.has-video-bg .home-hero-grid{
    min-height:calc(100svh - var(--site-chrome-height, var(--chrome-height)));
    padding:44px 0 38px;
  }
  .has-video-bg .hero-bg-overlay{
    background:linear-gradient(180deg,rgba(7,21,33,.84),rgba(7,21,33,.68));
  }
}
@media (max-width:560px){
  .is-home-hero.has-video-bg .home-hero-grid{padding:34px 0 30px;}
  .has-video-bg h1{font-size:clamp(2rem,10.6vw,3rem);}
}
@media (prefers-reduced-motion:reduce){
  .has-video-bg .hero-bg-video{display:none;}
}


/* v5 customer-facing contrast and screen-fit refinements */
@media (min-width:901px){
  .is-home-hero.has-video-bg{
    height:calc(100vh - var(--site-chrome-height, var(--chrome-height)));
    height:calc(100dvh - var(--site-chrome-height, var(--chrome-height)));
    min-height:0;
  }
}
.has-video-bg .hero-bg-overlay{
  background:
    linear-gradient(90deg,rgba(7,21,33,.94) 0%,rgba(7,21,33,.86) 42%,rgba(7,21,33,.54) 76%,rgba(7,21,33,.68) 100%),
    linear-gradient(180deg,rgba(7,21,33,.28) 0%,rgba(7,21,33,.62) 100%);
}
.has-video-bg .hero-copy-panel{
  background:linear-gradient(135deg,rgba(7,21,33,.78),rgba(7,21,33,.58));
  border:1px solid rgba(255,255,255,.24);
  border-radius:28px;
  padding:clamp(22px,3vw,42px);
  box-shadow:0 28px 80px rgba(0,0,0,.32);
  backdrop-filter:blur(3px);
}
.has-video-bg h1,
.has-video-bg .lede{
  text-shadow:0 2px 24px rgba(0,0,0,.48);
}
.has-video-bg .lede{
  color:#f4fbfd;
  font-weight:650;
}
.feature-band .faq details{
  background:#fff;
  color:var(--ink);
  border-color:rgba(255,255,255,.72);
  box-shadow:0 8px 24px rgba(7,21,33,.12);
}
.feature-band .faq summary{
  color:var(--ink);
}
.feature-band .faq p{
  color:#3e4f5f;
}
.faq summary::-webkit-details-marker{
  color:var(--accent);
}
@media (max-height:760px) and (min-width:901px){
  .has-video-bg .hero-copy-panel{padding:20px 24px;max-width:720px;}
  .has-video-bg h1{font-size:clamp(2rem,3.75vw,3.65rem);line-height:1.01;margin:10px 0 12px;}
  .has-video-bg .lede{font-size:clamp(.96rem,1.08vw,1.08rem);line-height:1.45;}
  .has-video-bg .hero-actions{margin-top:18px;}
  .has-video-bg .hero-proof-row{display:none;}
}
@media (max-height:640px) and (min-width:901px){
  .has-video-bg .breadcrumb{display:none;}
  .has-video-bg .eyebrow{padding:5px 10px;font-size:.72rem;}
  .has-video-bg .hero-copy-panel{padding:18px 22px;}
  .has-video-bg h1{font-size:clamp(1.85rem,3.3vw,3.15rem);}
  .has-video-bg .button{padding:10px 14px;}
}


/* v6 customer-facing layout, contrast and footer fixes */
section{padding:58px 0;}
.page-hero .container{padding:46px 0;}
.section-head{margin-bottom:22px;}
.section-head h2{color:var(--ink);}
.section-head p{color:#41556a;}
.content-block h2{margin-top:0;}
.content-block p:first-of-type{margin-top:0;}
.content-block p:last-child,
.card p:last-child,
.panel p:last-child{margin-bottom:0;}
.compact-route-section{padding:48px 0 42px;}
.compact-split{grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr);gap:clamp(22px,3vw,34px);align-items:start;}
.compact-split .content-block{max-width:640px;}
.compact-split .panel{padding:22px;}
.panel-media{margin:0 0 16px;border-radius:16px;}
.panel-media img{aspect-ratio:16/9;max-height:300px;object-fit:contain;padding:12px;background:#fff;}
.panel h3{margin:0 0 12px;}
.bullet-list{gap:10px;}
.numbered{gap:10px;}
.numbered li{padding-top:15px;padding-bottom:15px;}
.feature-band{background:linear-gradient(135deg,#082638,#0f4d5c);}
.feature-band h2,
.feature-band h3,
.feature-band strong,
.panel.dark h2,
.panel.dark h3,
.panel.dark strong{color:#fff;}
.feature-band .section-head p{color:#e3f2f5;font-weight:650;}
.feature-band .eyebrow{background:rgba(255,255,255,.96);color:#0f4d5c;border-color:rgba(255,255,255,.6);}
.feature-band .card h3{color:#fff;}
.feature-band .card .link-arrow,
.panel.dark .link-arrow{color:#fff;text-decoration:underline;text-underline-offset:3px;}
.feature-band .faq details{background:#fff;color:#102033;border-color:rgba(255,255,255,.82);}
.feature-band .faq summary{color:#102033;}
.feature-band .faq p{color:#33485c;}
.cta{padding:54px 0;}
.footer{background:var(--dark);color:#d8e5eb;padding:46px 0 26px;}
.footer .container{width:min(var(--max),calc(100% - 36px));}
.footer-grid{display:grid;grid-template-columns:minmax(280px,1.3fr) repeat(3,minmax(155px,1fr));gap:clamp(22px,3vw,38px);align-items:start;}
.footer h3{color:#fff;margin:0 0 12px;line-height:1.1;letter-spacing:-.035em;}
.footer p{margin:0 0 16px;color:#c8d8e0;max-width:430px;}
.footer-contact{line-height:1.55;}
.footer-contact a{display:inline;color:#fff;margin:0;font-weight:700;}
.footer-links a{display:block;margin:8px 0;color:#eaf7fa;line-height:1.3;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;color:#9fb2be;font-size:.92rem;}
.footer-bottom p{margin:0;color:#9fb2be;max-width:760px;}
.footer-bottom nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.footer-bottom a{display:inline;margin:0;color:#eaf7fa;font-weight:750;}
.footer-bottom span{color:#6f8290;}
@media (max-width:900px){
  section{padding:48px 0;}
  .page-hero .container{padding:40px 0;}
  .compact-route-section{padding:42px 0 36px;}
  .compact-split{grid-template-columns:1fr;gap:18px;}
  .compact-split .content-block{max-width:900px;}
  .panel-media img{max-height:260px;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .footer-about{grid-column:1/-1;}
  .footer-bottom{display:block;}
  .footer-bottom nav{margin-top:10px;}
}
@media (max-width:560px){
  section{padding:40px 0;}
  .page-hero .container{padding:34px 0;}
  .compact-route-section{padding:36px 0 30px;}
  .panel{padding:20px;}
  .panel-media img{aspect-ratio:4/3;max-height:220px;}
  .footer{padding:38px 0 24px;}
  .footer-grid{grid-template-columns:1fr;gap:22px;}
}

.panel.dark .numbered strong{color:var(--ink);}
.panel.dark .numbered li{color:#34495d;background:#fff;}

@media (min-width:901px){
  .compact-split .media-panel{display:grid;grid-template-columns:minmax(170px,230px) minmax(0,1fr);column-gap:18px;row-gap:8px;align-items:start;}
  .compact-split .media-panel .panel-media{grid-row:1 / span 2;margin:0;}
  .compact-split .media-panel .panel-media img{aspect-ratio:4/3;max-height:220px;padding:10px;}
  .compact-split .media-panel h3{margin-top:4px;}
  .compact-split .media-panel .bullet-list{gap:8px;}
  .product-showcase{padding:44px 0 30px;}
  .product-figure img{aspect-ratio:16/10;max-height:380px;object-fit:contain;}
}
