.cs-page{
  --navy:#404040;
  --navy-deep:#2b2b2b;
  --blue:#404040;
  --cs-red:#9E7A26;
  --cs-red-dark:#6E5419;
  --cs-red-light:#F3EDDD;
  --cs-red-tint:rgba(158,122,38,.06);
  --charcoal:#404040;
  --crimson:#990033;
  --text:#212529;
  --muted:#5f6770;
  --line:#e3e6eb;
  --line-soft:#eef0f3;
  --bg:#ffffff;
  --bg-band:#f6f7f9;
}
:where(.cs-page) *{margin:0;padding:0;box-sizing:border-box}
.cs-page{
  font-family:'Open Sans',sans-serif;
  color:var(--text);font-size:15px;line-height:1.65;
  background:var(--bg);-webkit-font-smoothing:antialiased;
}
.cs-page{scroll-behavior:smooth}
.cs-page section[id]{scroll-margin-top:110px}
.cs-page h1, .cs-page h2, .cs-page h3, .cs-page h4, .cs-page h5{font-family:'Open Sans',sans-serif;color:var(--navy);font-weight:800;line-height:1.2}
.cs-page a{color:var(--blue);text-decoration:none}
.cs-page a:hover{color:#4a56c4}
.cs-page .cs-mark{font-weight:800;letter-spacing:-.3px}
.cs-page .cs-mark .cs-strike{color:var(--cs-red)}
.cs-page .cs-mark sup{font-size:.55em;vertical-align:super;margin-left:0;opacity:.85;font-weight:600}
.cs-page .topbar{background:var(--navy);padding:8px 0;font-size:12px;color:rgba(255,255,255,.65)}
.cs-page .topbar a{color:rgba(255,255,255,.85);text-decoration:none}
.cs-page .topbar a:hover{color:#fff}
.cs-page .topbar-socials{display:inline-flex;align-items:center;gap:14px}
.cs-page .topbar-socials a{display:inline-flex;align-items:center;justify-content:center}
.cs-page .topbar-socials i{font-size:13px;opacity:.78;transition:opacity .2s}
.cs-page .topbar-socials a:hover i{opacity:1}
.cs-page .navbar-main{
  background:#fff;border-bottom:1px solid var(--line);
  padding:12px 0;position:sticky;top:0;z-index:1000;
  box-shadow:0 1px 4px rgba(0,0,0,.03);
}
.cs-page .logo-text{display:flex;align-items:center;gap:10px;text-decoration:none}
.cs-page .logo-text img{display:block;height:34px;width:auto}
.cs-page .nav-links{display:flex;gap:22px;align-items:center}
.cs-page .nav-links a{color:var(--text);font-size:13px;font-weight:600;letter-spacing:.2px;transition:color .2s}
.cs-page .nav-links a:hover{color:var(--cs-red)}
.cs-page .btn-host{
  background:var(--cs-red);color:#fff!important;
  padding:8px 16px;border-radius:4px;font-weight:700;font-size:11px;
  text-transform:uppercase;letter-spacing:1px;transition:all .2s;
}
.cs-page .btn-host:hover{background:var(--cs-red-dark);transform:translateY(-1px)}
.cs-page .jump-nav{
  background:#fff;border-bottom:1px solid var(--line);
  position:sticky;top:58px;z-index:990;
  padding:0;font-size:13px;
}
.cs-page .jump-nav-inner{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:10px 0;
}
.cs-page .jump-nav-links{display:flex;gap:24px;flex-wrap:wrap;align-items:center}
.cs-page .jump-nav-links a{
  color:var(--muted);font-weight:600;letter-spacing:.2px;
  font-size:12.5px;text-transform:uppercase;
  padding:6px 0;border-bottom:2px solid transparent;transition:all .2s;
}
.cs-page .jump-nav-links a:hover{color:var(--cs-red);border-bottom-color:var(--cs-red)}
.cs-page .jump-nav-cta{
  display:inline-flex;align-items:center;gap:6px;
  background:var(--cs-red);color:#fff!important;
  padding:7px 14px;border-radius:3px;font-size:11px;
  font-weight:800;text-transform:uppercase;letter-spacing:.8px;
  transition:all .2s;flex-shrink:0;
}
.cs-page .jump-nav-cta:hover{background:var(--cs-red-dark);color:#fff;transform:translateY(-1px)}
@media(max-width:767px){
.cs-page .jump-nav-links{gap:14px;font-size:11px}
.cs-page .jump-nav-links a{font-size:11px;padding:4px 0}
}
.cs-page .brochure-hero{padding:0;background:#fff;border-bottom:1px solid var(--line)}
.cs-page .bh-row{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:420px}
.cs-page .bh-left{padding:42px 36px 36px 0;display:flex;flex-direction:column;justify-content:space-between}
.cs-page .bh-right{
  background:var(--cs-red);color:#fff;
  padding:42px 38px 38px;position:relative;
  display:flex;flex-direction:column;justify-content:center;
}
.cs-page .bh-product-mark{
  font-size:11px;font-weight:800;letter-spacing:1.8px;
  text-transform:uppercase;color:var(--navy);margin-bottom:14px;
}
.cs-page .bh-product-mark strong{color:var(--cs-red);font-weight:800}
.cs-page .bh-title{
  font-size:clamp(2rem,4.4vw,3rem);line-height:1;
  margin-bottom:14px;color:var(--navy);font-weight:800;letter-spacing:-.5px;
}
.cs-page .cs-counter{color:var(--crimson)}
.cs-page .req-sec{background:var(--bg-band);scroll-margin-top:80px;padding:60px 0}
.cs-page .req-card{max-width:620px;margin:8px auto 0;background:#fff;border:1px solid var(--line);border-radius:12px;padding:32px 32px 26px;box-shadow:0 10px 30px rgba(0,0,0,.05)}
.cs-page #request .mauticform_wrapper{margin:0 auto}
.cs-page #request .mauticform-label{font-size:13.5px;color:var(--charcoal);font-weight:700}
.cs-page #request .mauticform-input, .cs-page #request .mauticform-textarea{border:1px solid var(--line);border-radius:6px;font-size:14.5px}
.cs-page #request .mauticform-textarea{min-height:88px}
.cs-page #request .mauticform-row{margin-bottom:16px}
.cs-page #request .mauticform-message{color:#2A6442;font-weight:700}
.cs-page #request button.mauticform-button{display:block;width:100%;background:var(--cs-red)!important;color:#fff!important;border:none!important;border-radius:6px!important;padding:14px 22px!important;font-size:13.5px!important;font-weight:800!important;letter-spacing:.5px!important;text-transform:uppercase!important;white-space:normal!important;line-height:1.3!important;cursor:pointer;transition:background .2s}
.cs-page #request button.mauticform-button:hover{background:var(--cs-red-dark)!important}
.cs-page .req-success{max-width:620px;margin:8px auto 0;background:#fff;border:1px solid var(--line);border-radius:12px;padding:40px 36px 34px;box-shadow:0 10px 30px rgba(0,0,0,.05);text-align:center}
.cs-page .req-check{width:58px;height:58px;border-radius:50%;background:#2A6442;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:23px;margin-bottom:18px}
.cs-page .req-success h4{font-size:1.3rem;color:var(--charcoal);font-weight:800;margin-bottom:10px;line-height:1.3}
.cs-page .req-lead{color:var(--muted);margin-bottom:20px;font-size:15px}
.cs-page .req-success ul{list-style:none;padding:0;margin:0 auto 20px;max-width:470px;text-align:left}
.cs-page .req-success ul li{position:relative;padding-left:20px;margin-bottom:10px;color:var(--text);font-size:14.5px;line-height:1.55}
.cs-page .req-success ul li:before{content:"";position:absolute;left:3px;top:8px;width:7px;height:7px;border-radius:50%;background:var(--cs-red)}
.cs-page .req-callout{font-size:14.5px;color:var(--text);line-height:1.65;margin:0 auto 24px;max-width:480px}
.cs-page .req-success a{color:var(--cs-red);font-weight:700;text-decoration:none}
.cs-page .req-success a:hover{text-decoration:underline}
.cs-page .req-trust{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:18px;font-size:12.5px;color:var(--muted)}
.cs-page .req-trust span{display:inline-flex;align-items:center;gap:6px}
.cs-page .req-trust i{color:#2A6442}
.cs-page .req-talk{margin-top:16px;font-size:14px;color:var(--text)}
.cs-page .nolockin{padding:4px 0 52px;background:var(--bg)}
.cs-page .nolockin-box{max-width:900px;margin:0 auto;background:var(--cs-red-tint);border:1px solid var(--cs-red-light);border-left:4px solid var(--cs-red);border-radius:10px;padding:26px 32px}
.cs-page .nolockin-box h3{font-size:1.15rem;color:var(--charcoal);font-weight:800;margin:0 0 16px}
.cs-page .nolockin-box ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:13px 30px}
.cs-page .nolockin-box li{position:relative;padding-left:27px;font-size:14px;line-height:1.5;color:var(--text)}
.cs-page .nolockin-box li i{position:absolute;left:0;top:3px;color:var(--cs-red);font-size:14px}
@media(max-width:767px){
.cs-page .nolockin-box ul{grid-template-columns:1fr}
}
@media(max-width:767px){
.cs-page .req-card, .cs-page .req-success{padding-left:20px;padding-right:20px}
.cs-page .req-trust{gap:14px}
}
.cs-page .bh-title sup{font-size:.4em;vertical-align:super;margin-left:1px;opacity:.6;font-weight:600}
.cs-page .bh-subtitle{
  font-size:clamp(1.15rem,2vw,1.5rem);
  font-weight:700;color:var(--cs-red);
  line-height:1.3;letter-spacing:-.2px;margin-bottom:24px;
}
.cs-page .bh-hero-img-shell{
  position:relative;background:var(--bg-band);
  border:1px solid var(--line);border-radius:4px;overflow:hidden;
  min-height:240px;flex:1;display:flex;align-items:center;justify-content:center;
  margin-top:8px;
}
.cs-page .bh-hero-img-shell::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background-image:
    linear-gradient(0deg,transparent 92%,rgba(157,42,58,.06) 92%),
    linear-gradient(90deg,transparent 92%,rgba(157,42,58,.06) 92%);
  background-size:36px 36px;opacity:.8;
}
.cs-page .bh-hero-img-shell.is-filled{background:#fff;min-height:300px}
.cs-page .bh-hero-img-shell.is-filled::before{display:none}
.cs-page .bh-hero-img-shell.is-filled img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.cs-page .bh-promise{
  color:#fff;font-size:clamp(1.25rem,2.2vw,1.55rem);
  font-weight:800;line-height:1.25;letter-spacing:-.2px;margin-bottom:14px;
}
.cs-page .bh-supporting{
  color:#fff;font-size:15px;line-height:1.65;margin-bottom:26px;font-weight:400;
  max-width:480px;
}
.cs-page .bh-supporting strong{color:#fff;font-weight:700}
.cs-page .bh-ctas{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.cs-page .bh-inner{max-width:940px;margin:0 auto;text-align:center;padding:50px 0 8px}
.cs-page .bh-inner .bh-product-mark{color:var(--charcoal)}
.cs-page .bh-inner .bh-title{line-height:1.08;margin-bottom:16px;color:var(--charcoal)}
.cs-page .bh-lead{font-size:16px;line-height:1.6;color:var(--muted);max-width:660px;margin:0 auto 24px}
.cs-page .bh-inner .bh-ctas{justify-content:center;margin:0 0 4px}
.cs-page .btn-hero-primary{display:inline-flex;align-items:center;gap:9px;background:var(--charcoal);color:#fff;padding:14px 26px;border-radius:6px;font-size:13px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;transition:all .2s}
.cs-page .btn-hero-primary:hover{background:var(--navy-deep);color:#fff;transform:translateY(-1px)}
.cs-page .btn-hero-secondary{display:inline-flex;align-items:center;gap:9px;background:#fff;color:var(--charcoal);border:1px solid var(--line);padding:13px 24px;border-radius:6px;font-size:13px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;transition:all .2s}
.cs-page .btn-hero-secondary:hover{border-color:var(--charcoal);color:var(--charcoal);transform:translateY(-1px)}
.cs-page .bh-hero-img{margin-top:26px;border-radius:12px;overflow:hidden;border:1px solid var(--line)}
.cs-page .bh-hero-img img{width:100%;height:auto;max-height:500px;object-fit:cover;display:block}
.cs-page #configurations .hero-img-shell.is-photo{background:#f4f5f7;min-height:300px!important}
.cs-page #configurations .hero-img-shell.is-photo img{object-fit:contain;padding:8px}
@media(max-width:767px){
.cs-page .bh-inner{padding:30px 0 4px}
.cs-page .bh-hero-img img{max-height:300px}
}
.cs-page .btn-buy-light{
  display:inline-flex;align-items:center;gap:8px;
  background:#fff;color:var(--cs-red-dark);
  padding:12px 22px;border-radius:4px;
  font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:1px;
  border:none;cursor:pointer;transition:all .2s;
}
.cs-page .btn-buy-light:hover{background:var(--navy);color:#fff;transform:translateY(-1px)}
.cs-page .btn-info-light{
  display:inline-flex;align-items:center;gap:8px;
  background:transparent;color:#fff;
  padding:11px 21px;border-radius:4px;
  font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1px;
  border:2px solid rgba(255,255,255,.65);transition:all .2s;
}
.cs-page .btn-info-light:hover{background:#fff;color:var(--cs-red-dark);border-color:#fff;transform:translateY(-1px)}
.cs-page .bh-brochure-link{
  display:inline-flex;align-items:center;gap:8px;
  margin-top:14px;color:rgba(255,255,255,.85);
  font-size:13px;font-weight:600;letter-spacing:.2px;
  border-bottom:1px solid rgba(255,255,255,.3);
  padding-bottom:2px;transition:all .2s;
}
.cs-page .bh-brochure-link:hover{color:#fff;border-bottom-color:#fff}
.cs-page .bh-brochure-link i{font-size:14px;opacity:.9}
.cs-page .partner-strip{
  background:#fff;padding:22px 0;
  border-bottom:1px solid var(--line-soft);
}
.cs-page .partner-strip-label{
  font-size:11px;font-weight:800;letter-spacing:1.4px;
  text-transform:uppercase;color:var(--muted);
  text-align:center;margin-bottom:14px;
}
.cs-page .partner-strip-row{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
  gap:34px;row-gap:18px;
}
.cs-page .partner-strip-row a{
  display:inline-flex;align-items:center;
  opacity:.7;transition:opacity .2s;
}
.cs-page .partner-strip-row a:hover{opacity:1}
.cs-page .partner-strip-row img{
  height:46px;width:auto;max-width:160px;object-fit:contain;
  filter:grayscale(40%);transition:filter .2s;
}
.cs-page .partner-strip-row a:hover img{filter:grayscale(0%)}
@media(max-width:575px){
.cs-page .partner-strip-row{gap:24px}
.cs-page .partner-strip-row img{height:36px;max-width:120px}
}
.cs-page .testimonials{padding:42px 0 32px;background:var(--bg-band);border-bottom:1px solid var(--line-soft)}
.cs-page .testimonials .section-h{text-align:center;margin-bottom:6px}
.cs-page .testimonials .section-sub{text-align:center;margin-left:auto;margin-right:auto}
.cs-page .quote-row{margin-top:22px}
.cs-page .quote-card{
  background:#fff;border:1px solid var(--line);border-left:4px solid var(--cs-red);
  padding:24px 26px;height:100%;
  display:flex;flex-direction:column;justify-content:space-between;
}
.cs-page .quote-card .quote-mark{
  font-family:Georgia,serif;font-size:54px;line-height:.4;color:var(--cs-red);
  opacity:.25;margin-bottom:0;font-weight:700;
}
.cs-page .quote-card blockquote{
  font-size:16px;line-height:1.6;color:var(--text);
  font-weight:500;margin:8px 0 18px;font-style:italic;
}
.cs-page .quote-card .quote-attr{
  font-size:13px;font-weight:700;color:var(--navy);
  border-top:1px solid var(--line-soft);padding-top:14px;
}
.cs-page .quote-card .quote-attr span{display:block;font-size:12px;color:var(--muted);font-weight:500;margin-top:2px}
.cs-page .quote-card.placeholder blockquote{color:var(--muted);font-style:italic;font-weight:400}
.cs-page .quote-card.placeholder blockquote::before{
  content:'★ PLACEHOLDER: ';font-style:normal;font-weight:700;
  font-size:10px;letter-spacing:1px;color:var(--cs-red);
  background:var(--cs-red-light);padding:2px 6px;border-radius:3px;
  display:inline-block;margin-right:6px;vertical-align:middle;
}
.cs-page .crumb-band{padding:14px 0;border-bottom:1px solid var(--line-soft);background:var(--bg-band)}
.cs-page .crumb{list-style:none;display:flex;gap:18px;padding:0;margin:0;font-size:12px;color:var(--muted);font-weight:600}
.cs-page .crumb li{display:flex;align-items:baseline;gap:6px}
.cs-page .crumb li::before{content:counter(crumb-item) ".";counter-increment:crumb-item;font-weight:700;color:var(--navy)}
.cs-page .crumb{counter-reset:crumb-item}
.cs-page .crumb a{color:var(--muted)}
.cs-page .crumb a:hover{color:var(--cs-red)}
.cs-page .lead-block{padding:34px 0 24px}
.cs-page .lead-block p{font-size:16px;line-height:1.75;margin-bottom:14px;max-width:640px}
.cs-page .lead-block strong{color:var(--navy)}
.cs-page .section-h{font-size:1.3rem;font-weight:800;color:var(--navy);margin-bottom:6px;letter-spacing:-.1px}
.cs-page .section-h strong{color:inherit;border-bottom:3px solid var(--cs-red);padding-bottom:1px}
.cs-page .section-sub{color:var(--muted);margin-bottom:24px;max-width:680px;font-size:15px}
.cs-page .what-it-does{list-style:none;padding:0;margin:18px 0 0;max-width:640px}
.cs-page .what-it-does li{
  position:relative;padding:7px 0 7px 28px;font-size:14.5px;line-height:1.7;
  border-bottom:1px solid var(--line-soft);
}
.cs-page .what-it-does li:last-child{border-bottom:none}
.cs-page .what-it-does li::before{
  content:'';position:absolute;left:0;top:14px;
  width:10px;height:10px;background:var(--cs-red);transform:rotate(45deg);
}
.cs-page .what-it-does strong{color:var(--navy);font-weight:700}
.cs-page .hero-img-shell{
  position:relative;background:var(--bg-band);
  border:1px solid var(--line);border-radius:4px;overflow:hidden;
  min-height:360px;display:flex;align-items:center;justify-content:center;
}
.cs-page .hero-img-shell::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background-image:
    linear-gradient(0deg,transparent 92%,rgba(157,42,58,.06) 92%),
    linear-gradient(90deg,transparent 92%,rgba(157,42,58,.06) 92%);
  background-size:36px 36px;opacity:.8;
}
.cs-page .hero-img-shell.is-photo{padding:0;overflow:hidden;background:#0d0f16;border-color:var(--line)}
.cs-page .hero-img-shell.is-photo::before{display:none}
.cs-page .hero-img-shell.is-photo img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0}
.cs-page .placeholder-tag{
  position:absolute;top:12px;left:12px;
  background:var(--navy);color:#fff;font-size:10px;font-weight:800;
  letter-spacing:1.2px;text-transform:uppercase;padding:5px 9px;
  border-radius:3px;z-index:2;
}
.cs-page .img-placeholder-inner{text-align:center;padding:24px;position:relative;z-index:1}
.cs-page .img-placeholder-inner i{font-size:36px;color:var(--cs-red);opacity:.55;margin-bottom:12px;display:block}
.cs-page .img-placeholder-inner strong{display:block;font-size:13.5px;color:var(--navy);font-weight:800;margin-bottom:4px}
.cs-page .img-placeholder-inner span{display:block;font-size:12.5px;color:var(--muted);max-width:280px;margin:0 auto;line-height:1.55}
.cs-page .spec-band{padding:42px 0 8px}
.cs-page .spec-table{width:100%;border-collapse:collapse;font-size:14px;border:1px solid var(--line)}
.cs-page .spec-table th, .cs-page .spec-table td{padding:12px 16px;text-align:left;vertical-align:middle;border-bottom:1px solid var(--line)}
.cs-page .spec-table thead th{
  background:var(--navy);color:#fff;font-weight:700;font-size:12.5px;
  text-transform:uppercase;letter-spacing:.8px;border-bottom:none;
}
.cs-page .spec-table thead th:first-child{text-transform:none;letter-spacing:0;font-size:14px;font-weight:800}
.cs-page .spec-table tbody tr:last-child td{border-bottom:none}
.cs-page .spec-table tbody td:first-child{color:var(--navy);font-weight:600;background:var(--cs-red-light)}
.cs-page .spec-table tbody td:not(:first-child){text-align:center}
.cs-page .spec-table .price-row td{background:var(--navy);color:#fff;font-weight:800;font-size:15.5px}
.cs-page .spec-table .price-row td:first-child{background:var(--navy);color:#fff;font-weight:800}
.cs-page .spec-table .price-tbd{color:rgba(255,255,255,.65);font-style:italic;font-weight:500;font-size:13px}
.cs-page .spec-table .price-contact{color:#fff;font-weight:700;font-size:14px;letter-spacing:.2px}
.cs-page .spec-actions{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.cs-page .btn-buy{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--cs-red);color:#fff;padding:11px 22px;border-radius:4px;
  font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:1px;
  border:none;cursor:pointer;transition:all .2s;
}
.cs-page .btn-buy:hover{background:var(--cs-red-dark);color:#fff;transform:translateY(-1px)}
.cs-page .btn-info{
  display:inline-flex;align-items:center;gap:8px;
  background:transparent;color:var(--navy);padding:10px 20px;border-radius:4px;
  font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1px;
  border:2px solid var(--navy);transition:all .2s;
}
.cs-page .btn-info:hover{background:var(--navy);color:#fff;transform:translateY(-1px)}
.cs-page .spec-note{font-size:12.5px;color:var(--muted);font-style:italic;flex-basis:100%;margin-top:4px}
.cs-page .attrs{padding:48px 0 24px;border-top:1px solid var(--line-soft);margin-top:38px}
.cs-page .attr{padding:0 4px;margin-bottom:18px}
.cs-page .attr h4{
  font-size:1.05rem;font-weight:800;color:var(--navy);margin-bottom:10px;
  text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:baseline;gap:9px;
}
.cs-page .attr h4 i{color:var(--cs-red);font-size:.95em}
.cs-page .attr h4 .h-em{color:inherit;border-bottom:2px solid var(--cs-red);padding-bottom:1px}
.cs-page .attr p{font-size:14px;line-height:1.7;color:var(--text);max-width:340px}
.cs-page .attr-featured{
  background:var(--cs-red-light);border-left:4px solid var(--cs-red);
  padding:18px 22px;margin:4px 0 26px;
}
.cs-page .attr-featured h4{
  font-size:1.05rem;font-weight:800;color:var(--navy);margin-bottom:8px;
  text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:baseline;gap:9px;
}
.cs-page .attr-featured h4 i{color:var(--cs-red);font-size:.95em}
.cs-page .attr-featured p{font-size:14.5px;line-height:1.7;color:var(--text);max-width:840px;margin:0}
.cs-page .attr-featured p strong{color:var(--cs-red-dark);font-weight:700}
.cs-page .steps{padding:36px 0;border-top:1px solid var(--line-soft);margin-top:30px}
.cs-page .step{display:flex;gap:18px;align-items:flex-start;padding:14px 0}
.cs-page .step + .step{border-top:1px dashed var(--line-soft)}
.cs-page .step-num{
  flex-shrink:0;width:36px;height:36px;border-radius:50%;
  background:var(--cs-red);color:#fff;display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:14px;letter-spacing:.5px;
}
.cs-page .step-body{flex:1}
.cs-page .step-body h5{font-size:1rem;font-weight:800;color:var(--navy);margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px}
.cs-page .step-body p{font-size:14.5px;line-height:1.7;color:var(--text);margin:0;max-width:720px}
.cs-page .included{padding:36px 0;border-top:1px solid var(--line-soft);margin-top:32px}
.cs-page .included ul{list-style:none;padding:0;margin:0}
.cs-page .included li{padding:9px 0 9px 24px;font-size:14.5px;line-height:1.6;border-bottom:1px solid var(--line-soft);position:relative}
.cs-page .included li:last-child{border-bottom:none}
.cs-page .included li::before{
  content:'\f00c';font-family:"Font Awesome 6 Free";font-weight:900;
  position:absolute;left:0;top:11px;color:var(--cs-red);font-size:11px;
}
.cs-page .included li.dim::before{content:'\f0c8';font-weight:400;color:var(--muted);opacity:.55}
.cs-page .included li strong{display:block;color:var(--navy);font-weight:700;margin-bottom:1px}
.cs-page .included li span{font-size:13px;color:var(--muted)}
.cs-page .aside-note{
  background:var(--cs-red-light);border-left:3px solid var(--cs-red);
  padding:14px 18px;font-size:14px;color:var(--text);margin-top:18px;line-height:1.6;
}
.cs-page .aside-note strong{color:var(--cs-red-dark)}
.cs-page .faq-band{padding:36px 0 30px;border-top:1px solid var(--line-soft);margin-top:32px}
.cs-page .faq-row{border-bottom:1px solid var(--line-soft);padding:14px 0}
.cs-page .faq-row:last-child{border-bottom:none}
.cs-page .faq-row dt{
  font-size:14.5px;font-weight:800;color:var(--navy);
  cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;
  padding-right:6px;
}
.cs-page .faq-row dt::after{
  content:'+';font-family:'Open Sans',sans-serif;font-weight:300;
  color:var(--cs-red);font-size:22px;line-height:1;flex-shrink:0;transition:transform .2s;
}
.cs-page .faq-row.open dt::after{content:'-'}
.cs-page .faq-row dd{
  margin:0;font-size:14px;line-height:1.7;color:var(--text);
  max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding-top:0;padding-bottom:0;
}
.cs-page .faq-row.open dd{max-height:400px;padding-top:10px;padding-bottom:4px}
.cs-page .faq-row dd p{margin:0;max-width:720px}
.cs-page .closing{padding:42px 0 36px;background:var(--bg-band);border-top:1px solid var(--line-soft);margin-top:32px}
.cs-page .closing h3{font-size:clamp(1.4rem,2.3vw,1.7rem);font-weight:800;color:var(--navy);margin-bottom:14px;letter-spacing:-.2px}
.cs-page .closing h3 .h-em{color:inherit;border-bottom:3px solid var(--cs-red);padding-bottom:1px}
.cs-page .closing p{font-size:15px;line-height:1.75;color:var(--text);max-width:720px;margin-bottom:12px}
.cs-page .closing p:last-child{margin-bottom:0}
.cs-page .closing strong{color:var(--navy)}
.cs-page .prefooter{background:var(--cs-red);color:#fff;padding:24px 0;display:flex;align-items:center;justify-content:center}
.cs-page .prefooter-inner{display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:center;text-align:center}
.cs-page .prefooter p{font-size:15px;font-weight:600;color:#fff;margin:0}
.cs-page .prefooter a.btn-pref{
  display:inline-flex;align-items:center;gap:7px;
  background:#fff;color:var(--cs-red);padding:9px 20px;border-radius:4px;
  font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:1px;transition:all .2s;
}
.cs-page .prefooter a.btn-pref:hover{background:var(--navy);color:#fff}
.cs-page .footer{background:var(--navy);color:rgba(255,255,255,.78);padding:42px 0 28px;border-top:1px solid rgba(255,255,255,.06)}
.cs-page .footer-brand{font-size:16px;color:#fff;font-weight:800;margin-bottom:10px}
.cs-page .footer p{font-size:13px;color:rgba(255,255,255,.65);line-height:1.6;margin-bottom:8px}
.cs-page .footer a{color:rgba(255,255,255,.78)}
.cs-page .footer a:hover{color:#fff}
.cs-page .footer-col-label{font-weight:700;color:rgba(255,255,255,.55);margin-bottom:10px;font-size:11px;text-transform:uppercase;letter-spacing:1px}
.cs-page .footer-socials{display:flex;gap:12px;align-items:center;margin:0 0 14px}
.cs-page .footer-socials a{
  width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.08);
  display:inline-flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.78);transition:all .2s;
}
.cs-page .footer-socials a:hover{background:var(--cs-red);color:#fff;transform:translateY(-2px)}
.cs-page .footer-bottom{margin-top:26px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07);font-size:11px;color:rgba(255,255,255,.4);line-height:1.6}
.cs-page .bh-brief-btn{margin-top:12px;align-self:flex-start}
.cs-page .explore{padding:44px 0 42px;border-top:1px solid var(--line-soft)}
.cs-page .explore-stage{
  display:grid;grid-template-columns:1.5fr 1fr;gap:26px;
  margin-top:24px;align-items:start;
}
.cs-page .explore-board{
  position:relative;border:1px solid var(--line);border-radius:6px;
  overflow:hidden;background:#0d0f16;line-height:0;
}
.cs-page .explore-board>img{width:100%;height:auto;display:block}
.cs-page .hotspot{
  position:absolute;transform:translate(-50%,-50%);
  width:32px;height:32px;border-radius:50%;
  border:3px solid #fff;background:var(--cs-red);
  color:#fff;font-weight:800;font-size:13px;font-family:inherit;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;padding:0;z-index:3;
  box-shadow:0 2px 10px rgba(0,0,0,.55);
  transition:transform .15s ease,background .15s ease;
}
.cs-page .hotspot::before{
  content:'';position:absolute;inset:-7px;border-radius:50%;
  border:2px solid var(--cs-red);pointer-events:none;
  animation:hotspot-pulse 2.2s ease-out infinite;
}
@keyframes hotspot-pulse{
  0%{transform:scale(.65);opacity:.85}
  70%{transform:scale(1.75);opacity:0}
  100%{opacity:0}
}
.cs-page .hotspot:hover{transform:translate(-50%,-50%) scale(1.18)}
.cs-page .hotspot:focus-visible{outline:3px solid #fff;outline-offset:3px}
.cs-page .hotspot.active{background:var(--navy);transform:translate(-50%,-50%) scale(1.12)}
.cs-page .hotspot.active::before{
  animation:none;opacity:1;inset:-6px;transform:none;
  border-color:var(--navy);border-width:2px;
}
.cs-page .explore-detail{
  border:1px solid var(--line);border-radius:6px;overflow:hidden;
  background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.04);
  position:sticky;top:120px;
}
.cs-page .explore-detail-imgwrap{
  position:relative;aspect-ratio:4/3;background:var(--bg-band);overflow:hidden;
}
.cs-page .explore-detail-imgwrap img{width:100%;height:100%;object-fit:cover;display:block}
.cs-page .explore-detail-body{padding:20px 22px 22px}
.cs-page .exp-eyebrow{
  font-size:11px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;
  color:var(--cs-red);margin-bottom:7px;
}
.cs-page .explore-detail-body h4{
  font-size:1.18rem;font-weight:800;color:var(--navy);
  margin-bottom:8px;letter-spacing:-.2px;
}
.cs-page .explore-detail-body p{font-size:14.5px;line-height:1.65;color:var(--text);margin:0}
.cs-page .explore-hint{
  margin-top:16px;padding-top:14px;border-top:1px solid var(--line-soft);
  font-size:12.5px;color:var(--muted);
  display:flex;align-items:flex-start;gap:8px;
}
.cs-page .explore-hint i{color:var(--cs-red);margin-top:2px}
@media(max-width:991px){
.cs-page .explore-stage{grid-template-columns:1fr;gap:18px}
.cs-page .explore-detail{position:static;top:auto}
.cs-page .hotspot{width:28px;height:28px;font-size:12px;border-width:2px}
}
.cs-page .who-for{padding:48px 0 44px;border-top:1px solid var(--line-soft);background:var(--bg-band)}
.cs-page .who-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:22px;
  margin-top:30px;
}
.cs-page .who-card{
  position:relative;background:#fff;border:1px solid var(--line);
  border-radius:6px;padding:28px 26px 24px;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
  display:flex;flex-direction:column;
}
.cs-page .who-card::before{
  content:'';position:absolute;top:0;left:0;width:100%;height:4px;
  background:linear-gradient(90deg,var(--cs-red),var(--navy));
  border-radius:6px 6px 0 0;
}
.cs-page .who-card:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 26px rgba(26,31,75,.10);
  border-color:#e5d3d6;
}
.cs-page .who-icon{
  width:60px;height:60px;border-radius:50%;
  background:linear-gradient(135deg,var(--cs-red) 0%,var(--cs-red-dark) 100%);
  color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:24px;margin-bottom:18px;
  box-shadow:0 5px 14px rgba(157,42,58,.32);
}
.cs-page .who-card h4{
  font-size:1.06rem;font-weight:800;color:var(--navy);
  letter-spacing:-.2px;margin-bottom:10px;line-height:1.3;
}
.cs-page .who-card p{font-size:14px;line-height:1.65;color:var(--text);margin:0}
@media(max-width:767px){
.cs-page .who-grid{grid-template-columns:1fr;gap:14px}
.cs-page .who-card{padding:24px 22px 20px}
.cs-page .who-icon{width:52px;height:52px;font-size:21px;margin-bottom:14px}
}
.cs-page .scenario.scenario--compact{padding:32px 0 34px}
.cs-page .scenario.scenario--compact .scenario-eyebrow{font-size:10.5px;letter-spacing:1.3px;margin-bottom:4px}
.cs-page .scenario.scenario--compact .scenario-eyebrow i{font-size:11px}
.cs-page .scenario.scenario--compact .section-h{font-size:1.45rem}
.cs-page .scenario.scenario--compact .section-sub{font-size:14px;max-width:680px}
.cs-page .scenario.scenario--compact .scenario-grid{gap:12px;margin-top:20px}
.cs-page .scenario.scenario--compact .scenario-head{padding:9px 16px}
.cs-page .scenario.scenario--compact .scenario-head::after{height:2px}
.cs-page .scenario.scenario--compact .scenario-num{font-size:16px}
.cs-page .scenario.scenario--compact .scenario-head i{font-size:18px}
.cs-page .scenario.scenario--compact .scenario-body{padding:14px 16px 15px}
.cs-page .scenario.scenario--compact .scenario-body h5{font-size:.92rem;margin-bottom:6px;line-height:1.3}
.cs-page .scenario.scenario--compact .scenario-body p{font-size:12.5px;line-height:1.55}
@media(max-width:991px){
.cs-page .scenario.scenario--compact{padding:24px 0 28px}
}
@media(max-width:991px){
.cs-page .explore-detail{scroll-margin-top:96px}
}
.cs-page .scenario{
  padding:52px 0 48px;border-top:1px solid var(--line-soft);
  background:var(--bg-band);position:relative;
}
.cs-page .scenario-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11.5px;font-weight:800;letter-spacing:1.5px;
  text-transform:uppercase;color:var(--cs-red);
  margin-bottom:6px;
}
.cs-page .scenario-eyebrow i{font-size:13px}
.cs-page .scenario-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
  margin-top:32px;
}
.cs-page .scenario-card{
  background:#fff;border:1px solid var(--line);border-radius:6px;
  overflow:hidden;display:flex;flex-direction:column;
  transition:transform .2s ease,box-shadow .2s ease;
}
.cs-page .scenario-card:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 24px rgba(26,31,75,.10);
}
.cs-page .scenario-head{
  background:linear-gradient(135deg,var(--navy) 0%,#262e6b 100%);
  color:#fff;padding:14px 20px;
  display:flex;align-items:center;justify-content:space-between;
  position:relative;
}
.cs-page .scenario-head::after{
  content:'';position:absolute;left:0;right:0;bottom:0;height:3px;
  background:var(--cs-red);
}
.cs-page .scenario-num{
  font-size:22px;font-weight:800;letter-spacing:-.6px;
  color:#fff;line-height:1;
}
.cs-page .scenario-head i{font-size:24px;color:rgba(255,255,255,.92)}
.cs-page .scenario-body{padding:20px 22px 22px;flex:1;display:flex;flex-direction:column}
.cs-page .scenario-body h5{
  font-size:1.02rem;font-weight:800;color:var(--navy);
  margin-bottom:9px;line-height:1.32;letter-spacing:-.15px;
}
.cs-page .scenario-body p{font-size:13.5px;line-height:1.62;color:var(--text);margin:0}
@media(max-width:991px){
.cs-page .scenario-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:599px){
.cs-page .scenario-grid{grid-template-columns:1fr;gap:14px}
.cs-page .scenario-head{padding:12px 18px}
.cs-page .scenario-num{font-size:20px}
.cs-page .scenario-head i{font-size:22px}
}
@media(max-width:991px){
.cs-page .nav-links{display:none}
.cs-page .bh-row{grid-template-columns:1fr;min-height:auto}
.cs-page .bh-left{padding:30px 16px 24px}
.cs-page .bh-right{padding:32px 24px 36px;margin:0 -16px}
.cs-page .bh-hero-img-shell{min-height:200px}
.cs-page .lead-block .hero-img-shell{margin-top:24px;min-height:240px}
}
@media(max-width:575px){
.cs-page .topbar-socials{gap:10px}
.cs-page .spec-table th, .cs-page .spec-table td{padding:9px 11px;font-size:13px}
.cs-page .crumb{flex-wrap:wrap;gap:10px}
.cs-page .bh-ctas{flex-direction:column;align-items:stretch}
.cs-page .btn-buy-light, .cs-page .btn-info-light{justify-content:center}
}
.cs-page .bh-cat{font-size:12px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;color:var(--cs-red-dark);margin:-6px 0 14px}
.cs-page .bh-title .hl{border-bottom:4px solid var(--cs-red);padding-bottom:1px}
.cs-page .hero-price{display:flex;align-items:baseline;justify-content:center;gap:12px;flex-wrap:wrap;margin:0 0 18px}
.cs-page .hero-price .hp-amount{font-size:26px;font-weight:800;color:var(--charcoal);letter-spacing:-.5px}
.cs-page .hero-price .hp-note{font-size:13px;color:var(--muted);font-weight:600}
.cs-page .prefooter a.btn-pref{color:var(--cs-red-dark)}
.cs-page{font-size:16.5px}
.cs-page .bh-product-mark{font-size:clamp(22px,3.4vw,29px);font-weight:800;letter-spacing:-.4px;text-transform:none;margin-bottom:4px;line-height:1.05}
.cs-page .bh-product-mark .cs-counter{color:var(--crimson)}
.cs-page .bh-product-mark sup{font-size:.4em;vertical-align:super;font-weight:700;margin-left:2px;opacity:.7}
.cs-page .bh-cat{font-size:13px;letter-spacing:1.9px;margin:2px 0 16px}
.cs-page .bh-lead{font-size:18px;max-width:680px}
.cs-page .hero-price .hp-amount{font-size:29px}
.cs-page .hero-price .hp-note{font-size:14px}
.cs-page .section-h{font-size:clamp(1.5rem,2.6vw,1.85rem)}
.cs-page .section-sub{font-size:16.5px;max-width:720px}
.cs-page .attr h4{font-size:1.16rem}
.cs-page .attr p{font-size:16px;max-width:none;line-height:1.65}
.cs-page .closing p{font-size:16.5px}
.cs-page .closing h3{font-size:clamp(1.5rem,2.5vw,1.9rem)}
.cs-page .prefooter p{font-size:16.5px}
.cs-page .spec-table th, .cs-page .spec-table td{padding:13px 17px;font-size:15px}
.cs-page .runs{padding:46px 0 24px;border-top:1px solid var(--line-soft);margin-top:38px}
.cs-page .run-step{padding:4px 6px}
.cs-page .run-step .num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--cs-red);color:#fff;font-weight:800;font-size:17px;margin-bottom:14px}
.cs-page .run-step h4{font-size:1.16rem;font-weight:800;color:var(--navy);margin-bottom:8px;letter-spacing:-.1px}
.cs-page .run-step p{font-size:16px;color:var(--text);line-height:1.65;max-width:330px}
.cs-page .ships{padding:46px 0 16px;border-top:1px solid var(--line-soft);margin-top:38px}
.cs-page .kit-grid{margin-bottom:34px}
.cs-page .kit-item{padding:20px;border:1px solid var(--line);border-radius:12px;height:100%;background:#fff;transition:border-color .2s}
.cs-page .kit-item:hover{border-color:var(--cs-red)}
.cs-page .kit-item i{color:var(--cs-red);font-size:21px;margin-bottom:12px;display:block}
.cs-page .kit-item h5{font-size:1.04rem;font-weight:800;color:var(--navy);margin-bottom:6px}
.cs-page .kit-item p{font-size:14.5px;color:var(--muted);line-height:1.55;margin:0}
.cs-page .cap-subhead{font-size:1.02rem;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px}
.cs-page .bh-product-mark .cs-counter{color:var(--cs-red)}
.cs-page .bh-cat{color:var(--charcoal)}
.cs-page{font-size:17px}
.cs-page .bh-lead{font-size:19px}
.cs-page .section-sub{font-size:17px}
.cs-page .section-h{font-size:clamp(1.55rem,2.7vw,1.95rem)}
.cs-page .attr h4, .cs-page .run-step h4{font-size:1.2rem}
.cs-page .attr p{font-size:17px}
.cs-page .run-step p{font-size:16.5px;max-width:340px}
.cs-page .kit-item h5{font-size:1.08rem}
.cs-page .kit-item p{font-size:15px}
.cs-page .spec-table th, .cs-page .spec-table td{padding:14px 18px;font-size:15.5px}
.cs-page .closing p{font-size:17px}
.cs-page .prefooter p{font-size:17px}
.cs-page .mid-cta{text-align:center;margin-top:32px;padding-top:30px;border-top:1px solid var(--line-soft)}
.cs-page .mid-cta .hero-price{justify-content:center;margin-bottom:16px}
.cs-page .mid-cta .bh-ctas{justify-content:center;margin:0}
.cs-page .related{padding:6px 0 38px}
.cs-page .related-card{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:22px;background:#fff;border:1px solid var(--line);border-left:5px solid #A8522A;border-radius:12px;padding:26px 30px}
.cs-page .related-card .rc-text{max-width:660px}
.cs-page .related-card .rc-eyebrow{font-size:12px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;color:#A8522A;margin-bottom:8px}
.cs-page .related-card h4{font-size:1.28rem;font-weight:800;color:var(--navy);margin-bottom:8px}
.cs-page .related-card p{font-size:16px;color:var(--muted);margin:0;line-height:1.6}
.cs-page .btn-terrain{display:inline-flex;align-items:center;gap:9px;background:#A8522A;color:#fff;padding:14px 26px;border-radius:6px;font-size:13px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;white-space:nowrap;transition:all .2s}
.cs-page .btn-terrain:hover{background:#7E3D1E;color:#fff;transform:translateY(-1px)}
@media(max-width:600px){
.cs-page .related-card{flex-direction:column;align-items:flex-start}
.cs-page .btn-terrain{width:100%;justify-content:center}
}
.cs-page .attr h4{display:block}
.cs-page .attr h4 i{margin-right:9px}
.cs-page .related{padding:44px 0 44px}
.cs-page .gallery{padding:46px 0 24px;border-top:1px solid var(--line-soft);margin-top:38px}
.cs-page .shot{margin:0}
.cs-page .shot img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;border:1px solid var(--line);display:block}
.cs-page .shot figcaption{font-size:13.5px;color:var(--muted);margin-top:9px;font-weight:600;text-align:center}
.cs-page .req-sec{background:var(--bg-band);scroll-margin-top:80px;padding:58px 0;border-top:1px solid var(--line-soft);margin-top:38px}
.cs-page .req-card{max-width:620px;margin:10px auto 0;background:#fff;border:1px solid var(--line);border-radius:12px;padding:30px 32px 26px;box-shadow:0 10px 30px rgba(0,0,0,.05)}
.cs-page .req-card .mauticform_wrapper{max-width:100%;margin:0}
.cs-page .req-card .mauticform-label{font-size:14px;color:var(--charcoal);font-weight:700;margin-bottom:5px}
.cs-page .req-card .mauticform-row{margin-bottom:15px}
.cs-page .req-card .mauticform-input, .cs-page .req-card .mauticform-textarea, .cs-page .req-card .mauticform-selectbox{font-size:15px;padding:11px 12px;border:1px solid var(--line);border-radius:8px}
.cs-page .req-card .mauticform-textarea{min-height:84px}
.cs-page .req-card .mauticform-button-wrapper .mauticform-button{background:var(--cs-red);color:#fff;border:none;border-radius:8px;padding:14px 26px;font-size:14px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;width:100%;cursor:pointer;transition:background .2s;white-space:normal}
.cs-page .req-card .mauticform-button-wrapper .mauticform-button:hover{background:var(--cs-red-dark)}
.cs-page .req-success{max-width:620px;margin:10px auto 0;background:#fff;border:1px solid var(--line);border-radius:12px;padding:40px 36px 34px;box-shadow:0 10px 30px rgba(0,0,0,.05);text-align:center}
.cs-page .req-success h4{font-size:1.3rem;color:var(--charcoal);font-weight:800;margin-bottom:10px;line-height:1.3}
.cs-page .req-success ul{list-style:none;padding:0;margin:0 auto 20px;max-width:470px;text-align:left}
.cs-page .req-success ul li{position:relative;padding-left:20px;margin-bottom:10px;color:var(--text);font-size:14.5px;line-height:1.55}
.cs-page .req-success ul li:before{content:"";position:absolute;left:3px;top:8px;width:7px;height:7px;border-radius:50%;background:var(--cs-red)}
.cs-page .req-success a{color:var(--cs-red);font-weight:700;text-decoration:none}
.cs-page .req-success a:hover{text-decoration:underline}
.cs-page .req-check{width:58px;height:58px;border-radius:50%;background:#2A6442;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:23px;margin-bottom:18px}
.cs-page .req-lead{color:var(--muted);margin-bottom:20px;font-size:15px}
.cs-page .req-callout{font-size:14.5px;color:var(--text);line-height:1.65;margin:0 auto 24px;max-width:480px}
.cs-page .req-trust{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:18px;font-size:12.5px;color:var(--muted)}
.cs-page .req-trust span{display:inline-flex;align-items:center;gap:6px}
.cs-page .req-trust i{color:#2A6442}
.cs-page .req-talk{margin-top:16px;font-size:14px;color:var(--text)}
.cs-page .lifestyle{padding:32px 0 6px}
.cs-page .life-shot{margin:0}
.cs-page .life-shot img{width:100%;max-height:440px;object-fit:cover;border-radius:14px;display:block;border:1px solid var(--line)}
.cs-page .life-shot figcaption{font-size:13.5px;color:var(--muted);margin-top:10px;text-align:center;font-weight:600}
.cs-page .faq-band{padding:48px 0 36px;border-top:1px solid var(--line-soft);margin-top:38px}
.cs-page .faq-band .faq-list-wrap{max-width:780px;margin:10px auto 0}
.cs-page .faq-row{border-bottom:1px solid var(--line-soft);padding:16px 0}
.cs-page .faq-row:last-child{border-bottom:none}
.cs-page .faq-row dt{font-size:1.02rem;font-weight:800;color:var(--navy);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;padding-right:6px}
.cs-page .faq-row dt::after{content:'+';font-family:'Open Sans',sans-serif;font-weight:300;color:var(--cs-red);font-size:24px;line-height:1;flex-shrink:0;transition:transform .2s}
.cs-page .faq-row.open dt::after{content:'-'}
.cs-page .faq-row dd{margin:0;font-size:15.5px;line-height:1.7;color:var(--text);max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding-top:0;padding-bottom:0}
.cs-page .faq-row.open dd{max-height:460px;padding-top:11px;padding-bottom:4px}
.cs-page .faq-row dd p{margin:0;max-width:740px}
.cs-page .bh-brochure{text-align:inherit}
.cs-page .bh-brochure-link{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:var(--cs-red);font-size:13.5px;font-weight:700;letter-spacing:.2px;border-bottom:1px solid rgba(0,0,0,.14);padding-bottom:2px;text-decoration:none;transition:all .2s}
.cs-page .bh-brochure-link:hover{color:var(--cs-red-dark);border-bottom-color:var(--cs-red)}
.cs-page .bh-brochure-link i{font-size:14px}

/* Clear the site fixed header (u-header--sticky-top--lg) — matches the g-pt-110 convention on other pages */
.cs-page{padding-top:85px}

/* Remove full-width divider lines between sections */
.cs-page .brochure-hero,.cs-page .testimonials,.cs-page .partner-strip,.cs-page .attrs,.cs-page .steps,.cs-page .runs,.cs-page .included,.cs-page .faq-band,.cs-page .closing,.cs-page .explore,.cs-page .who-for,.cs-page .scenario,.cs-page .spec-band,.cs-page .lead-block,.cs-page .principles,.cs-page .trust-strip{border-top:0;border-bottom:0}
