:root{
  --cleanport-blue:#315fcd;
  --cleanport-blue-dark:#1a377a;
  --cleanport-blue-soft:#edf2fb;
  --cleanport-teal:#0f6c67;
  --cleanport-dark:#101828;
  --cleanport-text:#344256;
  --cleanport-muted:#67768c;
  --cleanport-line:rgba(16,24,40,.08);
  --cleanport-line-strong:rgba(16,24,40,.12);
  --cleanport-bg:#f3f5f8;
  --cleanport-panel:#ffffff;
  --cleanport-panel-soft:rgba(255,255,255,.80);
  --cleanport-shadow:0 24px 60px rgba(15,23,42,.09);
  --cleanport-shadow-strong:0 34px 94px rgba(15,23,42,.16);
  --cleanport-radius-xl:36px;
  --cleanport-radius-lg:28px;
  --cleanport-radius-md:22px;
  --cleanport-max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.cleanport-site{
  margin:0;
  background:
    radial-gradient(circle at top left, rgba(49,95,205,.08), transparent 26%),
    radial-gradient(circle at top right, rgba(15,108,103,.06), transparent 24%),
    linear-gradient(180deg,#fbfcfe 0%,#f5f6f9 46%,#eef1f5 100%);
  color:var(--cleanport-text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-feature-settings:"ss01" 1,"cv01" 1;
  line-height:1.68;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

body.cleanport-site .site,
body.cleanport-site .site-content,
body.cleanport-site .content-area,
body.cleanport-site .site-main,
body.cleanport-site .entry-content,
body.cleanport-site main,
body.cleanport-site article,
body.cleanport-site .wp-site-blocks,
body.cleanport-site .wp-block-post-content,
body.cleanport-site .is-layout-constrained,
body.cleanport-site .is-layout-flow{
  background:transparent!important;
  width:100%!important;
  max-width:none!important;
}

body.cleanport-site .entry-content,
body.cleanport-site .wp-block-post-content,
body.cleanport-site .entry-content > *,
body.cleanport-site .wp-block-post-content > *{
  margin-left:0!important;
  margin-right:0!important;
  max-width:none!important;
  padding-left:0!important;
  padding-right:0!important;
}

body.cleanport-site .has-global-padding,
body.cleanport-site .alignfull{
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  max-width:none!important;
}

body.cleanport-site .entry-content,
body.cleanport-site .wp-block-post-content,
body.cleanport-site .cleanport-page{
  width:100%!important;
}

body.cleanport-site .wp-site-blocks > header.wp-block-template-part,
body.cleanport-site .wp-site-blocks > footer.wp-block-template-part,
body.cleanport-site footer.wp-block-template-part,
body.cleanport-site .wp-block-post-title{
  display:none!important;
}

body.cleanport-site .wp-site-blocks > main.wp-block-group,
body.cleanport-site .wp-site-blocks > main.wp-block-group > .wp-block-group{
  margin-top:0!important;
  padding-top:0!important;
}

img{max-width:100%;height:auto}
a{color:var(--cleanport-blue);text-decoration:none}
a:hover{color:var(--cleanport-blue-dark)}
p{margin:0 0 1.05rem;color:var(--cleanport-text)}
h1,h2,h3{
  margin:0;
  color:var(--cleanport-dark);
  line-height:1.04;
  letter-spacing:-.045em;
  text-wrap:balance;
}
h1{font-size:clamp(2.8rem,6vw,5rem);font-weight:760}
h2{font-size:clamp(2.05rem,3.7vw,3.35rem);font-weight:740}
h3{font-size:clamp(1.14rem,2vw,1.44rem);font-weight:720;letter-spacing:-.03em}
small{font-size:.9em}

.wrap{width:min(calc(100% - 44px),var(--cleanport-max));margin:0 auto}
.section,.hero,.hero-mini{position:relative;padding:52px 0}
.hero{padding-top:42px;padding-bottom:66px}
.hero-mini{padding-top:34px;padding-bottom:34px}
.section-light{
  background:linear-gradient(180deg,rgba(255,255,255,.68),rgba(255,255,255,.54));
  border-top:1px solid rgba(255,255,255,.62);
  border-bottom:1px solid rgba(16,24,40,.04);
}
.grid{display:grid;gap:22px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.card{
  padding:28px;
  border-radius:var(--cleanport-radius-lg);
  background:var(--cleanport-panel-soft);
  backdrop-filter:blur(14px);
  border:1px solid var(--cleanport-line);
  box-shadow:0 16px 42px rgba(15,23,42,.06);
}
.card-accent{background:linear-gradient(180deg,#eff3fb,#ffffff);border-color:rgba(49,95,205,.14)}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(245,249,255,.94);
  background:rgba(255,255,255,.10);
  padding:.44rem .84rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  margin-bottom:1rem;
}
.eyebrow-dark{
  color:#52647e;
  background:rgba(49,95,205,.06);
  border-color:rgba(49,95,205,.08);
}
.section-heading-inline{display:grid;gap:.95rem;margin-bottom:34px;max-width:760px}
.section-heading-inline p{max-width:60ch;color:var(--cleanport-muted)}
.hero-mini .eyebrow{background:rgba(49,95,205,.06);border-color:rgba(49,95,205,.09);color:#51647d}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin:1.6rem 0 0}
.actions--top-gap{margin-top:28px}
.button,
.cleanport-form__button{
  appearance:none;
  border:none;
  border-radius:999px;
  padding:15px 22px;
  font:inherit;
  font-weight:720;
  letter-spacing:-.01em;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  position:relative;
  z-index:3;
  cursor:pointer;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.button:hover,
.cleanport-form__button:hover{transform:translateY(-1px)}
.button-primary,
.cleanport-form__button{
  background:linear-gradient(180deg,#4d7bf1 0%,#315fcd 100%);
  color:#fff;
  box-shadow:0 18px 34px rgba(49,95,205,.26), inset 0 1px 0 rgba(255,255,255,.22);
}
.button-primary:hover,
.cleanport-form__button:hover{color:#fff;box-shadow:0 22px 42px rgba(49,95,205,.30), inset 0 1px 0 rgba(255,255,255,.24)}
.button-secondary{
  background:rgba(255,255,255,.88);
  border:1px solid rgba(16,24,40,.10);
  color:var(--cleanport-dark);
  box-shadow:0 14px 28px rgba(15,23,42,.05);
}
.button-secondary:hover{background:#fff}
.button-secondary--dark{background:rgba(16,24,40,.04)}
.cleanport-button-light{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  box-shadow:none;
}
.cleanport-button-light:hover{background:rgba(255,255,255,.12);color:#fff}
.steps-list{margin:0;padding-left:1.15rem;display:grid;gap:.7rem}
.compact-list{gap:.42rem}
.trust-list,.cleanport-mini-list{margin:0;padding-left:1.1rem;display:grid;gap:.7rem}
.trust-list li,.cleanport-mini-list li{color:#425268}

.cleanport-site-header{position:sticky;top:0;z-index:70;padding:14px 16px 0}
.cleanport-site-header__inner{
  position:relative;
  overflow:hidden;
  width:min(100%,1128px);
  margin:0 auto;
  display:grid;
  gap:.78rem;
  padding:14px 18px 16px;
  background:linear-gradient(180deg,rgba(252,253,255,.92),rgba(244,247,252,.88));
  border:1px solid rgba(255,255,255,.78);
  border-radius:28px;
  box-shadow:0 22px 50px rgba(15,23,42,.12);
  backdrop-filter:blur(22px);
}
.cleanport-site-header__inner::before{
  content:'';
  position:absolute;
  inset:-40% auto auto -12%;
  width:280px;
  height:220px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(49,95,205,.14),transparent 72%);
  pointer-events:none;
}
.cleanport-site-header__meta,.cleanport-site-header__bar,.cleanport-main-nav{position:relative;z-index:1}
.cleanport-site-header__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px}
.cleanport-site-header__signals{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.cleanport-site-header__signal,
.cleanport-site-header__domain,
.cleanport-main-nav__meta,
.cleanport-main-nav__domain{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:.56rem .84rem;
  border-radius:999px;
  border:1px solid rgba(49,95,205,.10);
  background:rgba(255,255,255,.72);
  color:#52647d;
  font-size:.79rem;
  font-weight:720;
  letter-spacing:.02em;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}
.cleanport-site-header__signal--primary{
  background:linear-gradient(180deg,rgba(49,95,205,.12),rgba(49,95,205,.07));
  color:#1d3c84;
}
.cleanport-site-header__domain{
  background:linear-gradient(180deg,#16325f 0%,#132748 100%);
  border-color:rgba(255,255,255,.12);
  color:#eff5ff;
  box-shadow:0 14px 28px rgba(16,24,40,.16);
}
.cleanport-site-header__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.cleanport-brand{display:inline-flex;align-items:center;gap:.85rem;min-width:0}
.cleanport-brand__logo-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 13px;
  border-radius:20px;
  background:linear-gradient(180deg,#ffffff,#eef3fb);
  border:1px solid rgba(49,95,205,.12);
  box-shadow:0 14px 28px rgba(15,23,42,.07);
}
.cleanport-brand__logo{display:block;width:76px;height:auto;max-width:none}
.cleanport-brand__text{display:grid;gap:1px;min-width:0}
.cleanport-brand__eyebrow{font-size:.66rem;font-weight:760;letter-spacing:.13em;text-transform:uppercase;color:#5f7390}
.cleanport-brand__text strong{font-size:1.08rem;line-height:1.04;color:var(--cleanport-dark)}
.cleanport-brand__text small{color:var(--cleanport-muted)}
.cleanport-main-nav{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 10px;
  padding:12px;
  border-radius:22px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(255,255,255,.64);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.52), 0 10px 24px rgba(15,23,42,.05);
}
.cleanport-main-nav a{padding:9px 12px;border-radius:999px;color:#415063;font-weight:680}
.cleanport-main-nav a:hover,.cleanport-main-nav a.is-active{background:rgba(49,95,205,.07);color:var(--cleanport-blue-dark)}
.cleanport-main-nav__meta{background:rgba(49,95,205,.05);box-shadow:none}
.cleanport-main-nav__domain{margin-left:auto;background:linear-gradient(180deg,rgba(16,24,40,.06),rgba(16,24,40,.03));color:#213451}
.cleanport-main-nav__cta{background:linear-gradient(180deg,#4d7bf1 0%,#315fcd 100%)!important;color:#fff!important;box-shadow:0 14px 30px rgba(49,95,205,.22)}
.cleanport-nav-toggle{display:none;flex-direction:column;gap:5px;padding:0;border:none;background:transparent;cursor:pointer}
.cleanport-nav-toggle span{width:25px;height:2px;border-radius:999px;background:var(--cleanport-dark);display:block}

.cleanport-page{padding-bottom:48px}
.cleanport-page--narrow .wrap{width:min(calc(100% - 44px),1040px)}
.cleanport-hero{color:#fff;overflow:hidden}
.cleanport-hero .wrap{position:relative}
.cleanport-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,#0c1425 0%,#152848 48%,#244b9e 100%);
}
.cleanport-hero::after{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 16% 20%,rgba(255,255,255,.14),transparent 20%),
    radial-gradient(circle at 82% 18%,rgba(255,255,255,.09),transparent 16%),
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0));
}
.cleanport-hero .wrap>*{position:relative;z-index:1}
.cleanport-badge{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.5rem;
  padding:.48rem .88rem;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#f3f7ff;
  font-weight:700;
  letter-spacing:.02em;
  margin-bottom:1.5rem;
}
.cleanport-badge small{font-size:.83rem;font-weight:600;color:rgba(223,233,252,.76)}
.cleanport-badge--brand img{display:block;height:22px;width:auto;padding:2px 8px;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 8px 18px rgba(9,14,24,.12)}
.cleanport-hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin:1.25rem 0 0}
.cleanport-hero-pills span{display:inline-flex;align-items:center;padding:.48rem .84rem;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#eef5ff;font-weight:700;backdrop-filter:blur(10px)}
.hero-layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:54px;align-items:center}
.hero-copy h1{color:#fff;max-width:10ch}
.hero-copy p{font-size:clamp(1rem,1.35vw,1.14rem);color:rgba(240,245,255,.84);max-width:62ch}
.cleanport-trust-list li{color:#dce8ff}
.cleanport-hero-visual{display:flex}
.cleanport-hero--focused .hero-layout{gap:56px}
.cleanport-hero-copy--focused{display:grid;gap:1rem;align-content:center;max-width:560px}
.cleanport-hero-copy--focused h1{max-width:10.1ch}
.cleanport-hero-lead{
  margin:0;
  font-size:clamp(1.04rem,1.55vw,1.26rem)!important;
  line-height:1.5;
  font-weight:620;
  color:rgba(241,246,255,.90)!important;
  max-width:28ch!important;
}
.cleanport-problem-pills{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}
.cleanport-problem-pills li{
  display:inline-flex;
  align-items:center;
  padding:.56rem .88rem;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.11);
  font-size:.92rem;
  font-weight:650;
  color:#edf4ff;
  backdrop-filter:blur(10px);
}
.cleanport-hero-trustbar{display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:.4rem}
.cleanport-hero-trustbar span{
  display:inline-flex;
  align-items:center;
  padding:.52rem .84rem;
  border-radius:999px;
  background:rgba(13,19,32,.22);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(238,244,255,.86);
  font-size:.84rem;
  font-weight:680;
}
.cleanport-hero-domain{
  display:inline-grid;
  gap:.2rem;
  width:max-content;
  margin-top:.25rem;
  padding:14px 18px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 16px 34px rgba(10,18,30,.16);
  backdrop-filter:blur(14px);
}
.cleanport-hero-domain span{font-size:.74rem;font-weight:720;letter-spacing:.12em;text-transform:uppercase;color:rgba(225,236,255,.76)}
.cleanport-hero-domain strong{font-size:1.02rem;color:#fff;letter-spacing:-.03em}
.cleanport-hero-brand{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  align-self:stretch;
  margin:0 auto 1.15rem;
  padding:16px 24px;
  border-radius:26px;
  background:linear-gradient(180deg,#ffffff 0%,#f4f7fc 100%);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 18px 38px rgba(9,14,24,.16), inset 0 1px 0 rgba(255,255,255,.92);
  width:100%;
  max-width:100%;
  overflow:hidden;
}
.cleanport-hero-brand::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.28) 50%, rgba(255,255,255,.06) 100%);
  pointer-events:none;
}
.cleanport-hero-brand img{
  position:relative;
  z-index:1;
  display:block;
  width:min(100%,330px);
  max-width:100%;
  height:auto;
  transform:translateY(-1px);
  filter:drop-shadow(0 6px 12px rgba(7,12,23,.08));
}
.cleanport-hero-inline-visual{display:none;margin:0}
.cleanport-hero-inline-visual img{display:block;width:100%;height:auto}
.cleanport-hero-visual-card{
  position:relative;
  width:100%;
  padding:22px;
  border-radius:36px;
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:var(--cleanport-shadow-strong);
  backdrop-filter:blur(18px);
}
.cleanport-hero-visual-card::before{
  content:'';
  position:absolute;
  inset:18px 18px auto auto;
  width:180px;
  height:180px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%);
  pointer-events:none;
}
.cleanport-hero-media--spotlight{min-height:600px;padding:34px;background:linear-gradient(180deg,#ffffff,#eef3fb)}
.cleanport-hero-media--spotlight img{aspect-ratio:4/5;object-fit:contain;filter:drop-shadow(0 24px 34px rgba(15,23,42,.14))}
.cleanport-hero-overlay{
  position:absolute;
  left:30px;
  right:30px;
  bottom:30px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:16px 18px;
  border-radius:24px;
  background:rgba(255,255,255,.90);
  backdrop-filter:blur(12px);
  border:1px solid rgba(16,24,40,.06);
  box-shadow:0 16px 36px rgba(15,23,42,.11);
}
.cleanport-hero-overlay__thumb{flex:0 0 90px;display:flex;align-items:center;justify-content:center;margin:0;padding:10px;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f4f7fd);border:1px solid rgba(49,95,205,.08)}
.cleanport-hero-overlay__thumb img{display:block;width:100%;max-width:70px;height:auto;aspect-ratio:1/1;object-fit:contain}
.cleanport-hero-overlay__copy{display:grid;gap:4px}
.cleanport-hero-overlay__copy strong{font-size:1.04rem;color:var(--cleanport-dark)}
.cleanport-hero-overlay__copy span{color:#36465a;font-weight:650}
.cleanport-hero-overlay__copy small{color:#708096}
.cleanport-product-stage{width:100%;min-height:595px;display:grid;align-content:space-between;gap:18px;padding:32px;border-radius:36px;background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(238,243,251,.98) 100%);border:1px solid rgba(255,255,255,.30);box-shadow:var(--cleanport-shadow-strong);position:relative;overflow:hidden}
.cleanport-product-stage::before{content:'';position:absolute;right:-54px;top:-54px;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(49,95,205,.16),transparent 70%)}
.cleanport-product-stage::after{content:'';position:absolute;left:-30px;bottom:-80px;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(140,174,255,.20),transparent 68%)}
.cleanport-product-stage__eyebrow{position:relative;z-index:1;font-size:.78rem;font-weight:700;letter-spacing:.10em;text-transform:uppercase;color:#6d8096}
.cleanport-stage-brand{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.7rem;width:max-content;padding:.52rem .82rem;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(49,95,205,.10);box-shadow:0 10px 24px rgba(15,23,42,.06)}
.cleanport-stage-brand img{display:block;height:20px;width:auto}
.cleanport-stage-brand span{font-size:.84rem;font-weight:650;color:#4b5f7a}
.cleanport-hero-media{position:relative;z-index:1;margin:0;padding:18px;border-radius:30px;overflow:hidden;background:linear-gradient(180deg,#ffffff,#f6f8fc);border:1px solid rgba(16,24,40,.06);box-shadow:0 18px 42px rgba(15,23,42,.08)}
.cleanport-hero-media img,.cleanport-gallery-card img{display:block;width:100%;height:100%;object-fit:contain}
.cleanport-hero-media--primary{min-height:350px}
.cleanport-hero-media--primary img{aspect-ratio:4/4;object-fit:contain;background:transparent;filter:drop-shadow(0 20px 28px rgba(15,23,42,.12))}
.cleanport-hero-media--floating{position:absolute;right:24px;bottom:146px;width:min(42%,230px);border-radius:24px;transform:translateY(8px)}
.cleanport-hero-media--floating img{aspect-ratio:4/5;background:transparent}
.cleanport-stage-cards{position:relative;z-index:1;display:grid;gap:14px}
.cleanport-stage-cards article{padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.88);border:1px solid rgba(16,24,40,.06);backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(15,23,42,.05)}
.cleanport-stage-cards strong{display:block;color:var(--cleanport-dark)}
.cleanport-stage-cards span{display:block;margin-top:.45rem;color:var(--cleanport-muted)}
.cleanport-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px}
.hero-stat{padding:18px 20px;border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px)}
.hero-stat strong{display:block;color:#fff}
.hero-stat span{display:block;margin-top:.5rem;color:#d8e6ff}

.cleanport-gallery-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:20px;align-items:stretch}
.cleanport-gallery-card{display:grid;gap:16px;padding:20px;border-radius:30px;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border:1px solid rgba(16,24,40,.07);box-shadow:0 18px 44px rgba(15,23,42,.07);overflow:hidden}
.cleanport-gallery-card--large{grid-row:span 2}
.cleanport-gallery-card img{min-height:280px;border-radius:24px;padding:18px;background:linear-gradient(180deg,#ffffff,#f5f8fd);border:1px solid rgba(49,95,205,.05)}
.cleanport-gallery-card--large img{height:100%;min-height:100%;aspect-ratio:4/5}
.cleanport-gallery-card--product img{aspect-ratio:4/5}
.cleanport-gallery-card figcaption{display:grid;gap:.42rem}
.cleanport-gallery-card strong{font-size:1.04rem;color:var(--cleanport-dark)}
.cleanport-gallery-card span{color:var(--cleanport-muted)}
.cleanport-gallery-note{display:grid;gap:16px;padding:24px;border-radius:30px;background:linear-gradient(180deg,#f0f4fb,#ffffff);border:1px solid rgba(49,95,205,.12);box-shadow:0 16px 38px rgba(15,23,42,.06)}
.cleanport-gallery-note strong{font-size:1.08rem;color:var(--cleanport-dark)}
.cleanport-gallery-note p{color:#425268}
.cleanport-gallery-note__brand{display:inline-flex;align-items:center;gap:.7rem;width:max-content;padding:.52rem .82rem;border-radius:999px;background:#fff;border:1px solid rgba(49,95,205,.10);box-shadow:0 10px 24px rgba(15,23,42,.05)}
.cleanport-gallery-note__brand img{display:block;height:22px;width:auto}
.cleanport-gallery-note__brand span{font-size:.84rem;font-weight:700;color:#51647d}
.cleanport-proof-grid,.cleanport-benefit-grid,.cleanport-audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.cleanport-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.cleanport-flow-card{
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(14px);
  border:1px solid rgba(16,24,40,.07);
  box-shadow:0 16px 40px rgba(15,23,42,.06);
}
.cleanport-flow-card--problem{background:linear-gradient(180deg,rgba(255,247,247,.92),rgba(255,255,255,.92))}
.cleanport-flow-card--solution{background:linear-gradient(180deg,rgba(247,250,255,.92),rgba(255,255,255,.92))}
.cleanport-flow-card--action{background:linear-gradient(180deg,rgba(239,243,251,.96),rgba(255,255,255,.94));border-color:rgba(49,95,205,.12)}
.cleanport-flow-card__kicker{display:inline-flex;padding:.36rem .74rem;border-radius:999px;background:rgba(49,95,205,.07);color:#5b6f89;font-size:.74rem;font-weight:700;letter-spacing:.10em;text-transform:uppercase;margin-bottom:1rem}
.cleanport-flow-card p{color:#5e6e84}
.cleanport-step-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.cleanport-step-strip article{padding:24px;border-radius:26px;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border:1px solid rgba(16,24,40,.07);box-shadow:0 14px 34px rgba(15,23,42,.05)}
.cleanport-step-strip__number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:linear-gradient(180deg,#4a75df,#315fcd);color:#fff;font-weight:900;margin-bottom:14px;box-shadow:0 10px 20px rgba(49,95,205,.20)}
.cleanport-step-strip strong{display:block;color:var(--cleanport-dark);margin-bottom:.45rem}
.cleanport-step-strip p{margin:0;color:#55657c}
.cleanport-origin__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:28px;align-items:start}
.cleanport-origin__panel{padding:24px;border-radius:28px;background:linear-gradient(180deg,#eff3fb,#ffffff);border:1px solid rgba(49,95,205,.10);box-shadow:0 18px 44px rgba(15,23,42,.07)}
.cleanport-origin__panel--light{margin-top:20px;background:rgba(255,255,255,.72)}
.cleanport-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.cleanport-step-card{position:relative;padding:28px;border-radius:30px;background:rgba(255,255,255,.86);border:1px solid rgba(16,24,40,.07);box-shadow:0 16px 40px rgba(15,23,42,.06)}
.cleanport-step-card__number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:linear-gradient(180deg,#4a75df,#315fcd);color:#fff;font-weight:800;margin-bottom:16px}
.cleanport-section-note{margin:18px 0 0;color:var(--cleanport-muted)}
.cleanport-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.cleanport-compare-card{padding:28px;border-radius:30px;border:1px solid rgba(16,24,40,.07);box-shadow:0 16px 40px rgba(15,23,42,.05)}
.cleanport-compare-card--weak{background:rgba(255,255,255,.82)}
.cleanport-compare-card--strong{background:linear-gradient(180deg,#eff3fb,#ffffff);border-color:rgba(49,95,205,.11)}
.cleanport-compare-card__label{display:inline-flex;padding:.36rem .72rem;border-radius:999px;background:rgba(49,95,205,.07);color:#5b6f89;font-size:.76rem;font-weight:700;letter-spacing:.10em;text-transform:uppercase;margin-bottom:1rem}

.cleanport-order-section .section-heading-inline{margin-bottom:26px}
.cleanport-order-note{margin:0 0 28px;padding:20px 22px;border-radius:24px;background:linear-gradient(180deg,#f2f5fb,#ffffff);border:1px solid rgba(49,95,205,.08);color:#47586f;box-shadow:0 10px 28px rgba(15,23,42,.04)}
.cleanport-pricing-intro{display:flex;flex-wrap:wrap;gap:10px 12px;margin:0 0 28px}
.cleanport-pricing-intro span{display:inline-flex;align-items:center;padding:.56rem .88rem;border-radius:999px;background:rgba(49,95,205,.06);border:1px solid rgba(49,95,205,.08);font-size:.84rem;font-weight:700;color:#5a6d87}
.cleanport-pricing-intro--tight{margin-top:1rem;margin-bottom:0}
.cleanport-variant-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-bottom:34px}
.cleanport-variant-card{
  display:grid;
  align-content:start;
  gap:14px;
  height:100%;
  padding:26px;
  border-radius:30px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(16px);
  border:1px solid rgba(16,24,40,.07);
  box-shadow:0 18px 44px rgba(15,23,42,.07);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.cleanport-variant-card:hover,.cleanport-variant-card.is-active{transform:translateY(-3px);box-shadow:0 24px 50px rgba(15,23,42,.09);border-color:rgba(49,95,205,.14)}
.cleanport-variant-card--featured{background:linear-gradient(180deg,rgba(235,241,255,.98) 0%,rgba(255,255,255,.98) 100%);border-color:rgba(49,95,205,.28);transform:translateY(-8px);box-shadow:0 32px 70px rgba(49,95,205,.18)}
.cleanport-variant-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.cleanport-variant-card__eyebrow{font-size:.74rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:#6f8095}
.cleanport-variant-card__highlight{display:inline-flex;align-items:center;padding:.4rem .72rem;border-radius:999px;background:rgba(49,95,205,.12);color:var(--cleanport-blue-dark);font-size:.68rem;font-weight:760;letter-spacing:.07em;text-transform:uppercase;white-space:normal;text-align:right;line-height:1.2}
.cleanport-variant-card__price{margin:-.15rem 0 0;font-size:2.35rem;line-height:1;font-weight:760;color:#142e65;letter-spacing:-.05em}
.cleanport-variant-card__unit{margin:-.35rem 0 0;color:#7a879a;font-size:.92rem;font-weight:650}
.cleanport-variant-card__summary{margin:0;color:#55657b}
.cleanport-variant-card__meta{display:flex;flex-wrap:wrap;gap:8px}
.cleanport-variant-card__meta span{display:inline-flex;align-items:center;padding:.46rem .76rem;border-radius:999px;background:rgba(49,95,205,.05);border:1px solid rgba(49,95,205,.07);font-size:.82rem;font-weight:680;color:#54667f}
.cleanport-variant-card__decision{margin:0;padding:12px 14px;border-radius:18px;background:rgba(49,95,205,.05);border:1px solid rgba(49,95,205,.07);color:#46566d;font-weight:650;line-height:1.5}
.cleanport-variant-card .button,
.cleanport-variant-card__ghost{margin-top:auto;width:100%}
.cleanport-variant-card__ghost{background:rgba(255,255,255,.72)}
.cleanport-order-grid,.cleanport-b2b-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:28px;align-items:start}
.cleanport-order-copy{padding:28px;border-radius:28px;background:rgba(255,255,255,.72);backdrop-filter:blur(14px);border:1px solid rgba(16,24,40,.07);box-shadow:0 14px 34px rgba(15,23,42,.05)}
.cleanport-order-copy h3{margin-bottom:.85rem}
.cleanport-order-copy__chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}
.cleanport-order-copy__chips span{display:inline-flex;align-items:center;min-height:36px;padding:.52rem .82rem;border-radius:999px;background:rgba(49,95,205,.06);border:1px solid rgba(49,95,205,.08);font-size:.8rem;font-weight:700;color:#556984}
.cleanport-order-copy__notice{margin-top:20px;padding:20px 22px;border-radius:24px;background:linear-gradient(180deg,#f0f4fb,#ffffff);border:1px solid rgba(49,95,205,.09)}
.cleanport-order-copy__notice strong{display:block;color:var(--cleanport-dark);margin-bottom:.45rem}
.cleanport-order-copy__notice p{margin:0;color:#516279}
.cleanport-contact-note{margin:16px 0 0;color:var(--cleanport-muted);font-size:.95rem;line-height:1.6}
.cleanport-form{background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border:1px solid rgba(16,24,40,.07);border-radius:30px;box-shadow:0 22px 54px rgba(15,23,42,.08);padding:28px}
.cleanport-form__intro{margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(16,24,40,.07)}
.cleanport-form__intro strong{display:block;color:var(--cleanport-dark);font-size:1.02rem}
.cleanport-form__intro p{margin:.55rem 0 0;color:var(--cleanport-muted)}
.cleanport-form__section-title{display:grid;gap:4px;margin:2px 0 14px}
.cleanport-form__section-title strong{color:var(--cleanport-dark);font-size:1rem}
.cleanport-form__section-title span{color:#65758b;font-size:.92rem;line-height:1.5}
.cleanport-order-summary__intro{display:grid;gap:4px;margin:0 0 12px;padding:0 2px}
.cleanport-order-summary__intro strong{color:var(--cleanport-dark);font-size:1rem}
.cleanport-order-summary__intro span{color:#65758b;font-size:.92rem;line-height:1.5}
.cleanport-form__grid{display:grid;gap:16px;margin-bottom:16px}
.cleanport-form__grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}
.cleanport-form label{display:grid;gap:8px;margin-bottom:16px}
.cleanport-form label span{font-weight:680;color:#304055}
.cleanport-form input,.cleanport-form select,.cleanport-form textarea{width:100%;padding:14px 16px;border-radius:16px;border:1px solid rgba(16,24,40,.10);font:inherit;color:var(--cleanport-dark);background:#fbfcfe;box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}
.cleanport-form input:focus,.cleanport-form select:focus,.cleanport-form textarea:focus{outline:none;border-color:rgba(49,95,205,.42);box-shadow:0 0 0 4px rgba(49,95,205,.10)}
.cleanport-form textarea{resize:vertical;min-height:120px}
.cleanport-form__trust{margin:4px 0 16px;padding:18px 20px;border-radius:22px;background:linear-gradient(180deg,#f7f9fd,#ffffff);border:1px solid rgba(49,95,205,.08)}
.cleanport-form__trust strong{display:block;margin-bottom:.45rem;color:var(--cleanport-dark)}
.cleanport-form__trust p{margin:0;color:#526279;line-height:1.6}
.cleanport-form__check{grid-template-columns:auto 1fr;align-items:start;gap:12px}
.cleanport-form__check input{width:auto;margin-top:4px}
.cleanport-form__check a{font-weight:700}
.cleanport-form__submit-note{margin:14px 0 0;color:#63748a;font-size:.93rem;line-height:1.55}
.cleanport-order-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 22px;padding:20px;border-radius:26px;background:linear-gradient(180deg,#f0f4fb,#ffffff);border:1px solid rgba(49,95,205,.10)}
.cleanport-order-summary div{padding:14px 16px;border-radius:20px;background:rgba(255,255,255,.90);border:1px solid rgba(16,24,40,.05)}
.cleanport-order-summary span{display:block;font-size:.84rem;color:#69798f}
.cleanport-order-summary strong{display:block;margin-top:.35rem;color:#173768;font-size:1.04rem}
.cleanport-order-summary__total{grid-column:1 / -1;background:linear-gradient(180deg,#426fdc 0%,#315fcd 100%)!important;border:none!important;box-shadow:0 16px 32px rgba(49,95,205,.18)}
.cleanport-order-summary__total span,.cleanport-order-summary__total strong{color:#fff}
.cleanport-order-summary p{grid-column:1 / -1;margin:0;padding:2px 2px 0;color:#526279;font-size:.94rem;line-height:1.55}
.cleanport-form-notice{margin-bottom:16px;padding:16px 18px;border-radius:18px;font-weight:700}
.cleanport-form-notice--success{background:#e9f8f2;border:1px solid rgba(15,108,103,.15);color:#135b55}
.cleanport-form-notice--info{background:#eef4ff;border:1px solid rgba(49,95,205,.15);color:#20448f}
.cleanport-form-notice--error{background:#fff2f2;border:1px solid rgba(185,28,28,.12);color:#9a2020}
.cleanport-faq-list{display:grid;gap:14px}
.cleanport-faq-item{padding:18px 20px;border-radius:24px;background:rgba(255,255,255,.84);backdrop-filter:blur(12px);border:1px solid rgba(16,24,40,.07);box-shadow:0 12px 30px rgba(15,23,42,.05)}
.cleanport-faq-item summary{cursor:pointer;font-weight:740;color:var(--cleanport-dark);list-style:none}
.cleanport-faq-item summary::-webkit-details-marker{display:none}
.cleanport-faq-item p{margin-top:.95rem;color:var(--cleanport-text)}
.cleanport-proof-section__grid{display:grid;grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);gap:36px;align-items:center}
.cleanport-proof-visuals{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:18px;align-items:stretch}
.cleanport-proof-visual{margin:0;padding:18px;border-radius:30px;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border:1px solid rgba(16,24,40,.07);box-shadow:0 16px 40px rgba(15,23,42,.06);pointer-events:none}
.cleanport-proof-visual img{display:block;width:100%;height:100%;object-fit:contain;border-radius:22px;background:linear-gradient(180deg,#ffffff,#f4f7fc);padding:18px;pointer-events:none}
.cleanport-proof-visual--use img{min-height:390px}
.cleanport-proof-visual--pack{margin-top:42px}
.cleanport-proof-visual--pack img{min-height:290px}
.cleanport-proof-copy{display:grid;gap:20px;position:relative;z-index:3}
.cleanport-proof-copy>p{max-width:60ch;color:var(--cleanport-muted)}
.cleanport-proof-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.cleanport-proof-point{padding:18px;border-radius:24px;background:rgba(255,255,255,.74);backdrop-filter:blur(12px);border:1px solid rgba(16,24,40,.06);box-shadow:0 10px 26px rgba(15,23,42,.04)}
.cleanport-proof-point strong{display:block;color:var(--cleanport-dark);margin-bottom:.45rem}
.cleanport-proof-point span{color:#5a6a80}
.cleanport-endcard-section{padding-top:14px}
.cleanport-endcard{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);
  gap:24px;
  padding:34px;
  border-radius:34px;
  background:linear-gradient(135deg,#122443 0%,#19386a 46%,#2753ab 100%);
  color:#fff;
  box-shadow:var(--cleanport-shadow-strong);
  overflow:hidden;
  position:relative;
  isolation:isolate;
}
.cleanport-endcard::before{
  content:'';
  position:absolute;
  right:-70px;
  top:-90px;
  width:260px;
  height:260px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%);
  pointer-events:none;
}
.cleanport-endcard>*{position:relative;z-index:1}
.cleanport-endcard__copy{display:grid;gap:1rem;align-content:start}
.cleanport-endcard__copy h2{color:#fff;max-width:13ch}
.cleanport-endcard__copy p{max-width:56ch;color:rgba(234,241,255,.82)}
.cleanport-endcard__side{display:grid;gap:16px;align-content:center}
.cleanport-endcard__domain{
  display:grid;
  gap:.32rem;
  padding:22px 24px;
  border-radius:28px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(14px);
}
.cleanport-endcard__domain span{font-size:.74rem;font-weight:760;letter-spacing:.12em;text-transform:uppercase;color:rgba(224,235,255,.76)}
.cleanport-endcard__domain strong{font-size:1.7rem;line-height:1;color:#fff;letter-spacing:-.05em}
.cleanport-endcard__domain small{color:rgba(233,240,255,.84)}
.cleanport-endcard .button-secondary{background:rgba(255,255,255,.92)}
.cleanport-site-footer{padding:20px 16px 42px}
.cleanport-site-footer__shell{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(250px,.76fr) minmax(280px,.84fr);
  gap:16px;
  padding:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(245,248,253,.92));
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.78);
  border-radius:32px;
  box-shadow:0 16px 40px rgba(15,23,42,.07);
}
.cleanport-site-footer__panel{
  display:grid;
  gap:14px;
  align-content:start;
  min-height:100%;
  padding:25px 24px 24px;
  border-radius:26px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(16,24,40,.06);
  box-shadow:0 10px 24px rgba(15,23,42,.045);
}
.cleanport-site-footer__panel--brand{
  background:linear-gradient(180deg,rgba(16,30,54,.94),rgba(24,48,88,.91));
  border-color:rgba(255,255,255,.08);
  box-shadow:0 20px 44px rgba(10,18,32,.16);
}
.cleanport-site-footer__panel--brand .cleanport-site-footer__kicker,
.cleanport-site-footer__panel--brand strong,
.cleanport-site-footer__panel--brand p{color:#fff}
.cleanport-site-footer__panel--brand .cleanport-site-footer__kicker{color:rgba(191,212,248,.74)}
.cleanport-site-footer__panel--brand p{color:rgba(230,237,249,.78)}
.cleanport-site-footer__brand{display:flex;align-items:flex-start;gap:18px;max-width:640px}
.cleanport-site-footer__brand>div{display:grid;gap:8px}
.cleanport-site-footer__brand strong{font-size:1.34rem;line-height:1.14;letter-spacing:-.032em;max-width:17ch}
.cleanport-site-footer__brand p{margin:0;max-width:47ch;color:var(--cleanport-muted);line-height:1.62}
.cleanport-site-footer__logo{display:block;width:168px;height:auto;padding:10px 14px;border-radius:18px;background:#fff;border:1px solid rgba(49,95,205,.08);box-shadow:0 10px 22px rgba(15,23,42,.05)}
.cleanport-site-footer__kicker{font-size:.68rem;font-weight:740;letter-spacing:.14em;text-transform:uppercase;color:#6a7b92}
.cleanport-site-footer__panel--links .cleanport-site-footer__kicker,
.cleanport-site-footer__panel--meta .cleanport-site-footer__kicker{margin-bottom:-2px}
.cleanport-site-footer__panel--links,
.cleanport-site-footer__panel--meta{grid-template-rows:auto auto 1fr auto}
.cleanport-site-footer__panel--meta strong{font-size:1.24rem;line-height:1.1;color:#18396f;letter-spacing:-.03em}
.cleanport-site-footer__panel--meta p,
.cleanport-site-footer__note{margin:0;color:#65778f;line-height:1.64}
.cleanport-site-footer__links{display:grid;gap:8px}
.cleanport-site-footer__links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:11px 13px;
  border-radius:14px;
  background:rgba(49,95,205,.04);
  border:1px solid rgba(49,95,205,.06);
  font-weight:680;
  letter-spacing:-.01em;
  color:#344761;
}
.cleanport-site-footer__links a::after{content:'↗';font-size:.82rem;color:#8392a6}
.cleanport-site-footer__links a:hover{background:rgba(49,95,205,.08);color:#173768}
.cleanport-site-footer__trust{display:flex;flex-wrap:wrap;gap:8px}
.cleanport-site-footer__trust span,
.cleanport-site-footer__legal a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:.56rem .9rem;
  border-radius:999px;
  font-size:.79rem;
  font-weight:690;
}
.cleanport-site-footer__trust span{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(236,242,252,.84);
}
.cleanport-site-footer__legal{display:flex;flex-wrap:wrap;gap:8px}
.cleanport-site-footer__legal a{
  background:linear-gradient(180deg,#f2f5fb,#ffffff);
  border:1px solid rgba(49,95,205,.09);
  color:#35517e;
  box-shadow:0 6px 14px rgba(15,23,42,.035);
}
.cleanport-site-footer__legal a:hover{color:#173768;background:#fff}
.cleanport-site-footer__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px 18px;
  margin-top:14px;
  padding:18px 10px 0;
  border-top:1px solid rgba(49,95,205,.10);
}
.cleanport-site-footer__bottom span{max-width:52ch}
.cleanport-site-footer__bottom p,
.cleanport-site-footer__bottom span{margin:0;color:#617289;font-size:.86rem;line-height:1.55}
.cleanport-site-footer__bottom p{font-weight:700;color:#415269}
.cleanport-floating-cta{position:fixed;left:16px;right:16px;bottom:14px;z-index:60;display:none;align-items:center;justify-content:center;padding:14px 18px;border-radius:999px;background:linear-gradient(180deg,#426fdc 0%,#315fcd 100%);color:#fff;font-weight:760;box-shadow:0 16px 34px rgba(49,95,205,.30)}
.cleanport-floating-cta:hover{color:#fff}

.cleanport-woo-shell{display:grid;gap:24px}
body.cleanport-site.cleanport-woo-page .woocommerce-notices-wrapper,
body.cleanport-site .cleanport-woo-shell .woocommerce-notices-wrapper,
body.cleanport-site.cleanport-woo-page .woocommerce-result-count,
body.cleanport-site.cleanport-woo-page .woocommerce-ordering,
body.cleanport-site.cleanport-woo-page .woocommerce div.product,
body.cleanport-site.cleanport-woo-page .woocommerce > h1,
body.cleanport-site.cleanport-woo-page .woocommerce > h2,
body.cleanport-site.cleanport-woo-page .woocommerce > p,
body.cleanport-site.cleanport-woo-page .woocommerce-breadcrumb,
body.cleanport-site.cleanport-woo-page .woocommerce-products-header{
  width:min(calc(100% - 44px),var(--cleanport-max));
  margin-left:auto;
  margin-right:auto;
}
body.cleanport-site .woocommerce-notices-wrapper{display:grid;gap:14px}
body.cleanport-site .woocommerce-message,
body.cleanport-site .woocommerce-info,
body.cleanport-site .woocommerce-error{
  margin:0 0 12px!important;
  padding:18px 22px!important;
  border:none!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#eff4ff,#ffffff)!important;
  color:var(--cleanport-dark)!important;
  box-shadow:0 16px 36px rgba(15,23,42,.06);
}
body.cleanport-site .woocommerce-message::before,
body.cleanport-site .woocommerce-info::before,
body.cleanport-site .woocommerce-error::before{top:18px!important;left:18px!important}
body.cleanport-site .woocommerce-message a.button,
body.cleanport-site .woocommerce-info a.button,
body.cleanport-site .woocommerce-error a.button{margin-left:12px}
body.cleanport-site .woocommerce ul.products{
  list-style:none;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  padding:0;
  margin:28px auto 0!important;
  width:min(calc(100% - 44px),var(--cleanport-max));
}
body.cleanport-site .woocommerce ul.products::before,
body.cleanport-site .woocommerce ul.products::after{display:none!important}
body.cleanport-site .woocommerce ul.products li.product,
body.cleanport-site .woocommerce-page ul.products li.product{
  width:auto!important;
  margin:0!important;
  padding:24px!important;
  border-radius:30px;
  border:1px solid var(--cleanport-line);
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(241,245,251,.98));
  box-shadow:var(--cleanport-shadow);
}
body.cleanport-site .woocommerce ul.products li.product a img{
  margin:0 0 18px!important;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
}
body.cleanport-site .woocommerce ul.products li.product .price,
body.cleanport-site .woocommerce div.product p.price,
body.cleanport-site .woocommerce div.product span.price{
  color:var(--cleanport-blue-dark)!important;
  font-size:1.35rem!important;
  font-weight:760!important;
}
body.cleanport-site .woocommerce div.product{
  display:grid;
  gap:26px;
  margin-top:28px!important;
}
body.cleanport-site .woocommerce div.product div.images,
body.cleanport-site .woocommerce div.product div.summary{
  padding:28px;
  border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(241,245,251,.98));
  border:1px solid var(--cleanport-line);
  box-shadow:var(--cleanport-shadow);
}
body.cleanport-site .woocommerce div.product .woocommerce-product-details__short-description,
body.cleanport-site .woocommerce div.product .product_meta{color:var(--cleanport-muted)}
body.cleanport-site .woocommerce a.button,
body.cleanport-site .woocommerce button.button,
body.cleanport-site .woocommerce input.button,
body.cleanport-site .woocommerce #place_order,
body.cleanport-site .woocommerce .return-to-shop a.button{
  appearance:none;
  border:none!important;
  border-radius:999px!important;
  padding:15px 22px!important;
  font:inherit!important;
  font-weight:720!important;
  letter-spacing:-.01em;
  line-height:1!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  background:linear-gradient(180deg,#4d7bf1 0%,#315fcd 100%)!important;
  color:#fff!important;
  box-shadow:0 18px 34px rgba(49,95,205,.26), inset 0 1px 0 rgba(255,255,255,.22);
  transition:transform .18s ease,box-shadow .18s ease;
}
body.cleanport-site .woocommerce a.button:hover,
body.cleanport-site .woocommerce button.button:hover,
body.cleanport-site .woocommerce input.button:hover,
body.cleanport-site .woocommerce #place_order:hover{transform:translateY(-1px);box-shadow:0 22px 42px rgba(49,95,205,.30), inset 0 1px 0 rgba(255,255,255,.24)}
body.cleanport-site .woocommerce a.button.alt,
body.cleanport-site .woocommerce button.button.alt,
body.cleanport-site .woocommerce input.button.alt,
body.cleanport-site .woocommerce #place_order{background:linear-gradient(180deg,#4d7bf1 0%,#315fcd 100%)!important}
body.cleanport-site .woocommerce .quantity .qty,
body.cleanport-site .woocommerce input.input-text,
body.cleanport-site .woocommerce textarea,
body.cleanport-site .woocommerce select{
  min-height:52px;
  border-radius:18px!important;
  border:1px solid var(--cleanport-line-strong)!important;
  background:#fff!important;
  padding:12px 14px!important;
  color:var(--cleanport-dark)!important;
  box-shadow:none!important;
}
body.cleanport-site .woocommerce textarea{min-height:110px}
body.cleanport-site .cleanport-woo-shell .woocommerce-cart-form,
body.cleanport-site .cleanport-woo-shell .cart-collaterals,
body.cleanport-site .cleanport-woo-shell form.checkout,
body.cleanport-site.cleanport-woo-page .woocommerce div.product form.cart{
  padding:26px;
  border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(241,245,251,.98));
  border:1px solid var(--cleanport-line);
  box-shadow:var(--cleanport-shadow);
}
body.cleanport-site .woocommerce table.shop_table{
  border:none!important;
  border-collapse:separate;
  border-spacing:0;
  background:transparent;
}
body.cleanport-site .woocommerce table.shop_table th,
body.cleanport-site .woocommerce table.shop_table td{
  padding:16px 14px!important;
  border-color:var(--cleanport-line)!important;
}
body.cleanport-site .woocommerce table.shop_table thead th{color:var(--cleanport-muted);font-size:.84rem;text-transform:uppercase;letter-spacing:.08em}
body.cleanport-site .woocommerce .cart-collaterals .cart_totals,
body.cleanport-site .woocommerce-checkout-review-order{
  width:100%!important;
  float:none!important;
}
body.cleanport-site .woocommerce form .form-row label{font-weight:700;color:var(--cleanport-dark);margin-bottom:6px}
body.cleanport-site .woocommerce-checkout #payment{background:rgba(49,95,205,.05)!important;padding:18px!important;border-radius:26px}
body.cleanport-site .woocommerce .wc-proceed-to-checkout{padding-bottom:0!important}

@media (max-width: 1024px){
  .hero-layout,.cleanport-origin__grid,.cleanport-order-grid,.cleanport-b2b-grid,.cleanport-proof-section__grid{grid-template-columns:1fr}
  .cleanport-gallery-grid{grid-template-columns:1fr 1fr}
  .cleanport-gallery-card--large{grid-row:auto;grid-column:1 / -1}
  .cleanport-hero-stats,.cleanport-proof-grid,.cleanport-benefit-grid,.cleanport-step-grid,.cleanport-variant-grid,.cleanport-flow-grid,.cleanport-step-strip,.cleanport-proof-points{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.cleanport-site .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cleanport-proof-visuals{grid-template-columns:1fr 1fr}
  .cleanport-proof-visual--pack{margin-top:0}
  .cleanport-site-footer__shell{grid-template-columns:1fr 1fr}
  .cleanport-site-footer__panel--brand{grid-column:1 / -1}
}

@media (max-width: 900px){
  .cleanport-site-header{padding:12px 12px 0}
  .cleanport-site-header__inner{padding:13px 15px}
  .cleanport-site-header__meta{align-items:flex-start;flex-direction:column}
  .cleanport-site-header__domain{width:100%;justify-content:center}
  .cleanport-nav-toggle{display:flex}
  .cleanport-main-nav{display:none;flex-direction:column;align-items:stretch}
  .cleanport-site-header.is-open .cleanport-main-nav{display:flex}
  .cleanport-main-nav a,.cleanport-main-nav__cta,.cleanport-main-nav__meta,.cleanport-main-nav__domain{width:100%;justify-content:center;text-align:center;margin-left:0}
  .cleanport-main-nav__meta,.cleanport-main-nav__domain{order:10}
  .cleanport-main-nav__cta{margin-top:4px}
  .hero{padding-top:28px}
  .cleanport-product-stage{min-height:auto;padding:24px 24px 126px}
  .cleanport-hero-media--floating{bottom:24px;width:45%}
  .cleanport-hero-media--spotlight{min-height:460px}
  .cleanport-hero-overlay{left:22px;right:22px;bottom:22px}
  .cleanport-endcard{grid-template-columns:1fr}
  .cleanport-site-footer__bottom{flex-direction:column;align-items:flex-start}
}

@media (max-width: 760px){
  body.cleanport-site{padding-bottom:86px}
  h1{font-size:clamp(1.94rem,8.9vw,2.8rem)}
  h2{font-size:clamp(1.75rem,7.8vw,2.45rem)}
  .wrap{width:min(calc(100% - 24px),var(--cleanport-max))}
  .section,.hero,.hero-mini{padding:30px 0}
  .hero{padding-top:14px;padding-bottom:26px}
  .cleanport-site-header{padding:10px 10px 0}
  .cleanport-site-header__inner{gap:.55rem;padding:12px 14px;border-radius:18px}
  .cleanport-site-header__signals{gap:6px}
  .cleanport-site-header__signal,.cleanport-site-header__domain,.cleanport-main-nav__meta,.cleanport-main-nav__domain{min-height:34px;padding:.52rem .72rem;font-size:.74rem}
  .cleanport-brand__logo-wrap{padding:8px 10px;border-radius:14px}
  .cleanport-brand__logo{width:58px}
  .cleanport-site-footer__logo{width:144px}
  .cleanport-hero-brand{margin:0 auto .92rem;padding:14px 18px;border-radius:22px;max-width:100%}
  .cleanport-hero-brand img{width:min(100%,280px);transform:translateY(-1px)}
  .cleanport-brand__eyebrow{font-size:.62rem}
  .cleanport-brand__text strong{font-size:.94rem}
  .cleanport-brand__text small:last-child{display:none}
  .actions{display:grid;gap:10px;margin-top:1rem}
  .button,.cleanport-form__button{width:100%}
  .cleanport-hero-stats,.cleanport-proof-grid,.cleanport-benefit-grid,.cleanport-step-grid,.cleanport-compare-grid,.cleanport-form__grid--two,.cleanport-order-summary,.cleanport-variant-grid,.grid-2,.cleanport-gallery-grid,.cleanport-flow-grid,.cleanport-step-strip,.cleanport-proof-points,.cleanport-proof-visuals{grid-template-columns:1fr}
  .cleanport-badge{display:grid;justify-items:start;border-radius:20px;margin-bottom:.72rem;padding:.42rem .72rem}
  .cleanport-badge small{font-size:.76rem}
  .cleanport-hero-pills{gap:8px}
  .cleanport-hero-copy--focused{gap:.68rem;max-width:none}
  .cleanport-hero-copy--focused h1{font-size:clamp(1.82rem,8.5vw,2.46rem);max-width:100%}
  .cleanport-hero-lead{font-size:.96rem!important;max-width:29ch!important}
  .cleanport-hero-domain{width:100%;padding:12px 14px;border-radius:18px}
  .cleanport-hero-inline-visual{display:block;padding:14px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.10));border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 34px rgba(9,14,24,.16)}
  .cleanport-hero-inline-visual img{max-height:180px;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(15,23,42,.16))}
  .cleanport-hero-visual{display:none}
  .cleanport-product-stage{border-radius:28px;padding:22px 22px 126px}
  .cleanport-stage-brand{width:100%;justify-content:center}
  .cleanport-hero-media--floating{right:18px;bottom:24px;width:48%;padding:12px}
  .cleanport-problem-pills{gap:7px}
  .cleanport-problem-pills li{font-size:.84rem;padding:.46rem .68rem}
  .cleanport-problem-pills li:last-child{display:none}
  .cleanport-hero-trustbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:.2rem}
  .cleanport-hero-trustbar span{justify-content:center;text-align:center;font-size:.8rem;padding:.48rem .68rem}
  .cleanport-hero-trustbar span:last-child{display:none}
  .cleanport-hero-media--spotlight{min-height:330px;padding:20px}
  .cleanport-hero-overlay{position:static;margin-top:12px;padding:14px 16px;border-radius:20px}
  .cleanport-hero-overlay__thumb{flex-basis:74px}
  .cleanport-hero-overlay__thumb img{max-width:58px}
  .cleanport-pricing-intro{display:grid}
  .cleanport-pricing-intro--tight span:last-child{background:transparent;border:none;padding:0;color:#6c7d93}
  .cleanport-gallery-card img{min-height:240px;padding:16px}
  .cleanport-proof-visual img{padding:16px}
  .cleanport-endcard{padding:26px;border-radius:28px}
  .cleanport-endcard__copy h2{max-width:none}
  .cleanport-endcard__domain{padding:18px 20px;border-radius:22px}
  .cleanport-endcard__domain strong{font-size:1.38rem}
  .cleanport-site-footer{padding:16px 12px 94px}
  .cleanport-site-footer__shell{grid-template-columns:1fr;padding:14px;border-radius:26px}
  .cleanport-site-footer__panel{padding:20px 18px 18px;border-radius:22px}
  .cleanport-site-footer__brand{flex-direction:column}
  .cleanport-site-footer__brand strong{font-size:1.22rem}
  .cleanport-site-footer__links a{padding:11px 13px;border-radius:14px}
  .cleanport-site-footer__trust{display:grid;grid-template-columns:1fr;gap:8px}
  .cleanport-site-footer__trust span,
  .cleanport-site-footer__legal a{width:100%}
  .cleanport-site-footer__bottom{padding:14px 4px 0;gap:8px}
  .cleanport-site-footer__bottom span{max-width:none}
  .cleanport-form{padding:22px;border-radius:26px}
  .cleanport-variant-card:hover,.cleanport-variant-card.is-active,.cleanport-variant-card--featured{transform:none}
  .cleanport-variant-card{gap:12px;padding:22px;border-radius:26px}
  .cleanport-variant-card__meta{gap:7px}
  .cleanport-variant-card__meta span{font-size:.8rem;padding:.42rem .7rem}
  .cleanport-variant-card__decision{padding:11px 13px;font-size:.93rem}
  .cleanport-floating-cta{display:flex;left:12px;right:12px;bottom:12px;padding:12px 14px;font-size:.95rem;box-shadow:0 14px 30px rgba(49,95,205,.28)}
}

/* Unified brand pass: calmer header/hero system + premium video stage */
.cleanport-site-header{
  position:sticky;
  top:0;
  z-index:70;
  padding:12px 12px 0;
}
.cleanport-site-header__inner{
  position:relative;
  overflow:hidden;
  width:min(100%,1168px);
  margin:0 auto;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:18px;
  min-height:86px;
  padding:14px 24px 14px 22px;
  background:linear-gradient(180deg,rgba(8,15,28,.90),rgba(14,28,48,.84));
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  box-shadow:0 16px 40px rgba(6,10,18,.16);
  backdrop-filter:blur(20px);
}
.cleanport-site-header__inner::before{
  content:'';
  position:absolute;
  inset:-78% auto auto -20%;
  width:360px;
  height:280px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(96,141,255,.14),transparent 74%);
  pointer-events:none;
}
.cleanport-site-header__top,
.cleanport-main-nav{position:relative;z-index:1}
.cleanport-site-header__top{display:flex;align-items:center;justify-content:space-between;gap:22px}
.cleanport-brand{display:inline-flex;align-items:center;gap:1rem;min-width:0}
.cleanport-brand__logo-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 12px;
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(238,243,251,.94));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 12px 24px rgba(7,12,23,.12);
}
.cleanport-brand__logo{display:block;width:74px;height:auto;max-width:none}
.cleanport-brand__text{display:grid;gap:2px;min-width:0}
.cleanport-brand__eyebrow{
  font-size:.62rem;
  font-weight:760;
  letter-spacing:.1em;
  line-height:1.38;
  text-transform:uppercase;
  color:rgba(204,219,245,.72);
}
.cleanport-brand__text strong{font-size:1.08rem;line-height:1.03;color:#fff}
.cleanport-brand__domain{color:rgba(156,188,255,.86)!important;font-weight:680}
.cleanport-main-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  align-self:stretch;
  gap:4px 6px;
  padding-left:18px;
  border-left:1px solid rgba(255,255,255,.08);
}
.cleanport-main-nav a{
  padding:10px 12px;
  border-radius:12px;
  color:rgba(231,239,255,.78);
  font-weight:680;
}
.cleanport-main-nav a:hover,
.cleanport-main-nav a.is-active{
  background:rgba(255,255,255,.09);
  color:#fff;
}
.cleanport-main-nav__meta{
  display:none;
}
.cleanport-main-nav__cta{
  padding:12px 17px!important;
  border-radius:14px;
  background:linear-gradient(180deg,#4d7bf1 0%,#315fcd 100%)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(49,95,205,.22);
}
.cleanport-nav-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 10px 20px rgba(6,10,18,.12);
  cursor:pointer;
}
.cleanport-nav-toggle span{width:18px;height:2px;border-radius:999px;background:#fff;display:block}
.cleanport-nav-toggle:focus-visible{outline:2px solid rgba(136,176,255,.75);outline-offset:3px}

.cleanport-page{padding-bottom:56px}
.cleanport-hero{
  color:#fff;
  overflow:visible;
  margin-top:-18px;
  padding-top:26px;
  padding-bottom:34px;
}
.cleanport-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,#091221 0%,#10213b 46%,#193a74 100%);
}
.cleanport-hero::after{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 18%,rgba(255,255,255,.12),transparent 18%),
    radial-gradient(circle at 84% 16%,rgba(126,170,255,.18),transparent 19%),
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0));
}
.cleanport-hero .wrap>*{position:relative;z-index:1}
.cleanport-hero__layout--premium{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:58px;align-items:center}
.cleanport-hero-copy--premium{display:grid;gap:22px;align-content:center;max-width:590px}
.cleanport-hero-copy__stack{display:grid;gap:16px}
.cleanport-hero-copy--premium h1{max-width:12ch;color:#fff}
.cleanport-hero-inline-visual{display:none;margin:0}
.cleanport-hero-inline-visual img{
  display:block;
  width:100%;
  height:auto;
}
.cleanport-hero-lead{
  margin:0;
  max-width:34ch!important;
  font-size:clamp(1.05rem,1.55vw,1.24rem)!important;
  line-height:1.58;
  font-weight:560;
  color:rgba(233,240,252,.84)!important;
}
.cleanport-hero-story{display:grid;gap:12px}
.cleanport-hero-story article{
  display:grid;
  gap:7px;
  padding:18px 20px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.055));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 34px rgba(8,12,22,.16);
}
.cleanport-hero-story article:first-child{
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.075));
  border-color:rgba(255,255,255,.20);
}
.cleanport-hero-story article:last-child{padding-bottom:18px}
.cleanport-hero-story span{
  font-size:.72rem;
  font-weight:760;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(170,196,245,.74);
}
.cleanport-hero-story strong{
  color:#fff;
  line-height:1.45;
  font-size:1rem;
  font-weight:640;
}
.cleanport-hero-copy--premium .actions{margin-top:2px}
.cleanport-hero-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.cleanport-hero-facts article{
  padding:18px 18px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 12px 26px rgba(7,12,23,.10);
}
.cleanport-hero-facts span{
  display:block;
  font-size:.72rem;
  font-weight:760;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(171,196,244,.76);
}
.cleanport-hero-facts strong{
  display:block;
  margin-top:.5rem;
  color:#fff;
  line-height:1.35;
  font-size:.98rem;
}
.cleanport-hero-visual{display:flex;align-items:stretch}
.cleanport-hero-showcase{
  display:grid;
  gap:0;
  width:100%;
  padding:26px 26px 24px;
  border-radius:34px;
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.07));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 30px 78px rgba(6,10,18,.26);
  backdrop-filter:blur(16px);
}
.cleanport-hero-showcase__media{
  position:relative;
  display:grid;
  place-items:center;
  margin:0;
  min-height:620px;
  padding:18px 20px 14px;
  border-radius:32px;
  background:linear-gradient(180deg,#ffffff,#eef3fb);
  border:1px solid rgba(16,24,40,.06);
  box-shadow:0 22px 48px rgba(15,23,42,.11);
  overflow:hidden;
}
.cleanport-hero-showcase__media::before{
  content:'';
  position:absolute;
  inset:auto auto -34px -28px;
  width:240px;
  height:240px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(49,95,205,.13),transparent 72%);
  pointer-events:none;
}
.cleanport-hero-showcase__media-primary{
  position:relative;
  z-index:1;
  display:block;
  width:auto;
  max-width:100%;
  height:min(68vh,620px);
  min-height:0;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center center;
  filter:drop-shadow(0 30px 42px rgba(15,23,42,.16));
}
.cleanport-hero-showcase__caption{
  display:flex;
  justify-content:stretch;
  padding-top:2px;
}
.cleanport-hero-showcase__caption p{
  display:grid;
  gap:6px;
  width:100%;
  margin:0;
  padding:17px 18px;
  border-radius:22px;
  background:rgba(7,14,27,.18);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  color:rgba(232,240,252,.84);
  font-size:1rem;
  line-height:1.55;
  text-align:left;
  text-wrap:balance;
}
.cleanport-hero-showcase__caption strong{
  color:#fff;
  font-size:1.03rem;
  line-height:1.35;
  letter-spacing:-.01em;
}
.cleanport-hero-showcase__caption span{
  color:rgba(225,235,249,.82);
}

.cleanport-video-section{padding-top:8px}
.cleanport-video-card{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:34px;
  align-items:center;
  padding:34px;
  border-radius:34px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 24px 60px rgba(15,23,42,.08);
  backdrop-filter:blur(18px);
}
.cleanport-video-card__copy{display:grid;gap:16px}
.cleanport-video-card__copy p{max-width:60ch;color:#4f6077}
.cleanport-video-card__notes{display:grid;gap:12px;margin-top:4px}
.cleanport-video-card__notes article{
  display:grid;
  gap:.35rem;
  padding:18px 20px;
  border-radius:22px;
  background:linear-gradient(180deg,#f5f8fd,#ffffff);
  border:1px solid rgba(49,95,205,.08);
}
.cleanport-video-card__notes strong{color:var(--cleanport-dark)}
.cleanport-video-card__notes span{color:#61728a}
.cleanport-video-stage{
  display:grid;
  justify-items:center;
  gap:16px;
  padding:22px;
  border-radius:34px;
  background:linear-gradient(180deg,#0d1b31 0%,#14294a 100%);
  color:#fff;
  box-shadow:0 28px 64px rgba(7,12,23,.20);
}
.cleanport-video-stage__frame{
  width:min(100%,342px);
  padding:14px;
  border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 40px rgba(0,0,0,.16);
}
.cleanport-media-slider{display:grid;gap:14px}
.cleanport-media-slider__slides{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  aspect-ratio:9/16;
  background:#09111f;
  touch-action:pan-y;
  user-select:none;
}
.cleanport-media-slider__slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  transition:opacity .32s ease;
  pointer-events:none;
}
.cleanport-media-slider__slide.is-active{
  opacity:1;
  pointer-events:auto;
}
.cleanport-video-stage__media{
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:9/16;
  object-fit:cover;
  border-radius:22px;
  background:#09111f;
}
.cleanport-media-slider__dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.cleanport-media-slider__dot{
  width:10px;
  height:10px;
  padding:0;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.28);
  cursor:pointer;
  transition:transform .18s ease, background .18s ease;
}
.cleanport-media-slider__dot.is-active{
  background:#ffffff;
  transform:scale(1.14);
}
.cleanport-media-slider__dot:focus-visible{
  outline:2px solid rgba(255,255,255,.72);
  outline-offset:3px;
}
.cleanport-video-stage__meta{display:grid;gap:4px;text-align:center}
.cleanport-video-stage__meta strong{font-size:1rem;color:#fff}
.cleanport-video-stage__meta span{color:rgba(217,228,248,.72);font-size:.86rem}

.cleanport-story-heading{max-width:880px}
.cleanport-story-heading p{max-width:66ch}
.cleanport-flow-card{
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(14px);
  border:1px solid rgba(16,24,40,.06);
  box-shadow:0 16px 36px rgba(15,23,42,.05);
}
.cleanport-flow-card--problem,
.cleanport-flow-card--solution,
.cleanport-flow-card--action{background:rgba(255,255,255,.82)}
.cleanport-flow-card--action{border-color:rgba(49,95,205,.14);box-shadow:0 18px 42px rgba(49,95,205,.08)}
.cleanport-flow-card__kicker{background:#eef3fb;color:#5a6e87}
.cleanport-step-strip article{background:rgba(255,255,255,.78);box-shadow:0 12px 28px rgba(15,23,42,.045)}

@media (max-width: 1024px){
  .cleanport-hero__layout--premium,
  .cleanport-video-card,
  .cleanport-order-grid,
  .cleanport-b2b-grid,
  .cleanport-proof-section__grid{grid-template-columns:1fr}
  .cleanport-hero-facts,
  .cleanport-variant-grid,
  .cleanport-flow-grid,
  .cleanport-step-strip,
  .cleanport-proof-points{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cleanport-hero-showcase{padding:22px 22px 20px}
  .cleanport-hero-showcase__media{min-height:540px;padding:16px 18px 12px}
  .cleanport-hero-showcase__media-primary{height:min(58vh,540px)}
}

@media (max-width: 900px){
  .cleanport-site-header{padding:12px 12px 0}
  .cleanport-site-header__inner{grid-template-columns:1fr;min-height:auto;gap:12px;padding:14px 16px;border-radius:22px}
  .cleanport-site-header__top{gap:14px}
  .cleanport-nav-toggle{display:flex;flex:0 0 46px}
  .cleanport-main-nav{display:none;flex-direction:column;align-items:stretch;gap:6px;padding:10px 0 0;border-left:none;border-top:1px solid rgba(255,255,255,.08)}
  .cleanport-site-header.is-open .cleanport-main-nav{display:flex}
  .cleanport-main-nav a,
  .cleanport-main-nav__cta,
  .cleanport-main-nav__meta{width:100%;justify-content:center;text-align:center;margin-left:0}
  .cleanport-main-nav a{padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.03)}
  .cleanport-main-nav__cta{margin-top:4px}
  .cleanport-hero{margin-top:-6px;padding-top:24px}
  .cleanport-hero-showcase{padding:20px 20px 18px}
  .cleanport-hero-showcase__media{min-height:460px;padding:16px}
  .cleanport-hero-showcase__media-primary{height:min(52vh,460px)}
  .cleanport-video-card{padding:28px}
}

@media (max-width: 760px){
  .cleanport-site-header{padding:10px 10px 0}
  .cleanport-site-header__inner{gap:8px;padding:11px 12px 12px;border-radius:20px}
  .cleanport-site-header__top{gap:12px}
  .cleanport-brand{gap:.78rem}
  .cleanport-brand__logo-wrap{padding:7px 9px;border-radius:14px}
  .cleanport-brand__logo{width:54px}
  .cleanport-site-footer__logo{width:136px}
  .cleanport-hero-brand{margin:0 auto .82rem;padding:12px 16px;border-radius:20px;max-width:100%}
  .cleanport-hero-brand img{width:min(100%,270px);transform:translateY(-1px)}
  .cleanport-brand__text{gap:3px}
  .cleanport-brand__eyebrow{max-width:22ch;font-size:.53rem;letter-spacing:.09em;line-height:1.22;color:rgba(208,221,246,.68)}
  .cleanport-brand__text strong{font-size:1rem}
  .cleanport-brand__domain{display:none}
  .cleanport-nav-toggle{width:44px;height:44px;border-radius:15px}
  .cleanport-hero{margin-top:6px;padding-top:20px;padding-bottom:18px}
  .cleanport-hero-copy--premium{gap:16px;max-width:none}
  .cleanport-hero-copy__stack{
    gap:12px;
    padding:18px 16px;
    border-radius:24px;
    background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
    border:1px solid rgba(255,255,255,.10);
    box-shadow:0 14px 30px rgba(8,12,22,.12);
  }
  .cleanport-hero-copy--premium h1{max-width:100%;font-size:clamp(1.72rem,8.2vw,2.3rem);letter-spacing:-.055em}
  .cleanport-hero-lead{max-width:100%!important;font-size:.96rem!important;line-height:1.52}
  .eyebrow{margin-bottom:.88rem;padding:.4rem .76rem;font-size:.66rem;line-height:1.35}
  .cleanport-hero-inline-visual{
    display:grid;
    place-items:center;
    overflow:hidden;
    width:min(100%, 350px);
    margin:0 auto;
    padding:10px;
    border-radius:24px;
    background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,.07));
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 16px 34px rgba(8,12,22,.16);
  }
  .cleanport-hero-inline-visual img{
    display:block;
    width:112%;
    max-width:none;
    max-height:none;
    margin:0;
    transform:translateX(16px) scale(1.01);
    transform-origin:center center;
    object-fit:contain;
    object-position:center center;
    border-radius:18px;
    background:linear-gradient(180deg,#ffffff,#eef3fb);
  }
  .cleanport-hero-story{gap:12px}
  .cleanport-hero-story article{
    gap:7px;
    padding:14px 16px;
    border-top:none;
    border-radius:20px;
    background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.055));
    border:1px solid rgba(255,255,255,.13);
    box-shadow:0 12px 26px rgba(8,12,22,.12);
  }
  .cleanport-hero-story article:last-child{padding-bottom:14px}
  .cleanport-hero-story span{font-size:.69rem}
  .cleanport-hero-story strong{font-size:.94rem;line-height:1.42}
  .cleanport-hero-copy--premium .actions{display:grid;grid-template-columns:1fr;gap:10px;position:relative;z-index:5}
  .cleanport-hero-copy--premium .actions .button{width:100%}
  .cleanport-hero-facts,
  .cleanport-variant-grid,
  .cleanport-flow-grid,
  .cleanport-step-strip,
  .cleanport-proof-points,
  .cleanport-proof-visuals,
  .cleanport-form__grid--two,
  .cleanport-order-summary,
  .cleanport-gallery-grid,
  .grid-2,
  .cleanport-compare-grid{grid-template-columns:1fr}
  .cleanport-hero-visual{display:none}
  .cleanport-hero-showcase{padding:18px 18px 16px;border-radius:28px}
  .cleanport-hero-showcase__media{min-height:280px;padding:18px;border-radius:24px}
  .cleanport-hero-showcase__media-primary{min-height:220px;width:94%;height:auto;object-position:center center}
  .cleanport-hero-showcase__caption{display:none}
  .cleanport-proof-copy .actions,
  .cleanport-endcard .actions,
  .cleanport-order-section .actions,
  .cleanport-faq-section .actions{
    position:relative;
    z-index:5;
  }
  body.cleanport-site .woocommerce ul.products{grid-template-columns:1fr}
  body.cleanport-site .woocommerce div.product div.images,
  body.cleanport-site .woocommerce div.product div.summary,
  body.cleanport-site .cleanport-woo-shell .woocommerce-cart-form,
  body.cleanport-site .cleanport-woo-shell .cart-collaterals,
  body.cleanport-site .cleanport-woo-shell form.checkout{padding:22px}
  .cleanport-video-card{padding:22px;border-radius:28px;gap:22px}
  .cleanport-video-stage{padding:18px;border-radius:28px}
  .cleanport-video-stage__frame{width:min(100%,290px);padding:12px;border-radius:24px}
  .cleanport-media-slider{gap:12px}
  .cleanport-media-slider__dots{gap:9px}
}


/* 2026-05-02 pricing cards aligned, 2-set emphasized without height offset */
.cleanport-variant-grid {
  align-items: stretch;
}

.cleanport-variant-card {
  grid-template-rows: auto auto auto auto minmax(3.4em, auto) auto minmax(5.2em, auto) auto;
  min-height: 100%;
}

.cleanport-variant-card--featured {
  transform: none;
  background: linear-gradient(180deg, rgba(232, 240, 255, .99) 0%, rgba(255,255,255,.99) 100%);
  border: 2px solid rgba(49,95,205,.52);
  box-shadow: 0 30px 70px rgba(49,95,205,.18);
  position: relative;
}

.cleanport-variant-card--featured:hover,
.cleanport-variant-card--featured.is-active {
  transform: translateY(-2px);
}

.cleanport-variant-card__top {
  min-height: 2.4rem;
}

.cleanport-variant-card__highlight {
  max-width: 15.5em;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #315fcd, #173768);
  color: #fff;
  box-shadow: 0 10px 24px rgba(49,95,205,.22);
}

.cleanport-variant-card--featured .button-primary {
  box-shadow: 0 16px 34px rgba(49,95,205,.30);
}

/* 2026-05-02 hero logo bar full width, centered, not distorted */
.cleanport-hero-copy--premium .cleanport-hero-brand {
  width: 100%;
  max-width: none;
  min-height: 86px;
  margin: 0 0 22px;
  padding: 18px clamp(28px, 5vw, 56px);
  border-radius: 24px;
  justify-content: center;
}

.cleanport-hero-copy--premium .cleanport-hero-brand img {
  width: auto;
  max-width: min(72%, 360px);
  height: auto;
  max-height: 56px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 820px) {
  .cleanport-hero-copy--premium .cleanport-hero-brand {
    min-height: 72px;
    padding: 14px 24px;
    border-radius: 20px;
  }
  .cleanport-hero-copy--premium .cleanport-hero-brand img {
    max-width: min(82%, 300px);
    max-height: 48px;
  }
}


/* 2026-05-02 hero logo bar moved to full header/wrap width */
.cleanport-hero__shell > .cleanport-hero-brand {
  width: 100%;
  max-width: none;
  min-height: 86px;
  margin: 0 0 28px;
  padding: 18px clamp(32px, 6vw, 72px);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cleanport-hero__shell > .cleanport-hero-brand img {
  width: auto;
  height: auto;
  max-width: min(52%, 420px);
  max-height: 58px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 820px) {
  .cleanport-hero__shell > .cleanport-hero-brand {
    min-height: 72px;
    margin-bottom: 20px;
    padding: 14px 24px;
    border-radius: 20px;
  }
  .cleanport-hero__shell > .cleanport-hero-brand img {
    max-width: min(78%, 320px);
    max-height: 48px;
  }
}

/* 2026-05-02 align blue pricing CTAs on one baseline */
.cleanport-variant-grid {
  align-items: stretch !important;
}

.cleanport-variant-card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.cleanport-variant-card__decision {
  min-height: 5.4em;
}

.cleanport-variant-card .button,
.cleanport-variant-card__ghost {
  margin-top: auto !important;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cleanport-variant-card--featured {
  min-height: 100%;
}


/* 2026-05-02 order page pricing cards match homepage */
body.cleanport-site .cleanport-variant-card__ghost,
body.cleanport-site .cleanport-variant-card .button-secondary.cleanport-variant-card__ghost {
  background: linear-gradient(180deg, #356eea 0%, #174fd0 100%) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 14px 30px rgba(37, 99, 235, .28) !important;
}

body.cleanport-site .cleanport-variant-card__ghost:hover,
body.cleanport-site .cleanport-variant-card .button-secondary.cleanport-variant-card__ghost:hover {
  background: linear-gradient(180deg, #2f64d8 0%, #1648bd 100%) !important;
  color: #fff !important;
}
