:root{
  --clvb-bg:#f6f7fb;
  --clvb-surface:#ffffff;
  --clvb-ink:#111827;
  --clvb-muted:#5f6877;
  --clvb-line:#e5e7eb;
  --clvb-accent:#111827;
  --clvb-radius:22px;
  --clvb-shadow:0 18px 50px rgba(17,24,39,.08);
  --clvb-grid-columns:3;
}
.clvb-render-root{background:var(--clvb-bg); color:var(--clvb-ink); overflow:hidden; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.clvb-block{position:relative; padding:84px 0; box-sizing:border-box;}
.clvb-container{width:min(1180px,calc(100% - 40px)); margin-inline:auto; box-sizing:border-box;}
.clvb-section-header{max-width:760px; margin:0 0 34px;}
.clvb-section-header h2,.clvb-hero-copy h1,.clvb-split h2,.clvb-cta h2{margin:0; line-height:1.04; letter-spacing:-.045em;}
.clvb-section-header h2{font-size:clamp(34px,4vw,58px);}
.clvb-hero-copy h1{font-size:clamp(46px,6vw,86px); max-width:780px;}
.clvb-eyebrow{display:inline-flex; align-items:center; gap:8px; margin:0 0 16px; padding:7px 12px; border:1px solid var(--clvb-line); border-radius:999px; background:rgba(255,255,255,.72); color:var(--clvb-muted); font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;}
.clvb-section-subtitle,.clvb-hero-subtitle,.clvb-rich-content p,.clvb-card p,.clvb-process-step p,.clvb-cta p{color:var(--clvb-muted); line-height:1.72;}
.clvb-section-subtitle{font-size:18px; margin:18px 0 0;}
.clvb-hero-subtitle{font-size:20px; max-width:710px; margin:24px 0 0;}
.clvb-hero-grid{display:grid; grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr); align-items:center; gap:54px;}
.clvb-hero-visual,.clvb-split-visual{border-radius:var(--clvb-radius); min-height:420px; background:linear-gradient(145deg,#fff,#eef1f6); box-shadow:var(--clvb-shadow); display:flex; align-items:center; justify-content:center; overflow:hidden; border:1px solid rgba(255,255,255,.65);}
.clvb-hero-visual img,.clvb-split-visual img{width:100%; height:100%; object-fit:cover; display:block;}
.clvb-visual-card{padding:32px; margin:28px; border-radius:18px; background:#111827; color:#fff; box-shadow:0 20px 60px rgba(17,24,39,.22);}
.clvb-visual-card span{display:block; color:#a9b2c2; font-size:13px; letter-spacing:.12em; text-transform:uppercase; margin-bottom:12px;}
.clvb-visual-card strong{display:block; font-size:26px; line-height:1.18; letter-spacing:-.03em;}
.clvb-actions{display:flex; gap:14px; flex-wrap:wrap; margin-top:34px;}
.clvb-button{display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 20px; border-radius:999px; font-weight:800; text-decoration:none; transition:transform .18s ease, box-shadow .18s ease, background .18s ease;}
.clvb-button:hover{transform:translateY(-2px);}
.clvb-button-primary{background:#111827; color:#fff; box-shadow:0 14px 30px rgba(17,24,39,.16);}
.clvb-button-secondary{background:#fff; color:#111827; border:1px solid var(--clvb-line);}
.clvb-button-light{background:#fff; color:#111827;}
.clvb-badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:28px;}
.clvb-badges span{background:#fff; border:1px solid var(--clvb-line); border-radius:999px; padding:9px 12px; color:#374151; font-weight:700; font-size:13px;}
.clvb-grid{display:grid; grid-template-columns:repeat(var(--clvb-grid-columns),minmax(0,1fr)); gap:22px;}
.clvb-card-grid{--clvb-grid-columns:4;}
.clvb-product-grid{--clvb-grid-columns:3;}
.clvb-card{display:block; min-height:185px; padding:26px; background:var(--clvb-surface); border:1px solid rgba(229,231,235,.9); border-radius:22px; box-shadow:0 12px 34px rgba(17,24,39,.05); text-decoration:none; color:inherit; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; box-sizing:border-box;}
a.clvb-card:hover,.clvb-product-card:hover{transform:translateY(-4px); box-shadow:var(--clvb-shadow); border-color:#d1d5db;}
.clvb-card span,.clvb-meta{display:inline-flex; margin-bottom:14px; color:#6b7280; font-size:12px; text-transform:uppercase; font-weight:800; letter-spacing:.08em;}
.clvb-card h3,.clvb-product-card h3,.clvb-process-step h3{margin:0 0 12px; font-size:22px; line-height:1.18; letter-spacing:-.025em;}
.clvb-product-card{background:#fff; border:1px solid var(--clvb-line); border-radius:22px; overflow:hidden; box-shadow:0 12px 34px rgba(17,24,39,.05); transition:transform .18s ease, box-shadow .18s ease;}
.clvb-product-image{display:flex; aspect-ratio:1.22/1; background:#eceff5; align-items:center; justify-content:center; color:#6b7280; font-weight:800; text-decoration:none;}
.clvb-product-image img{width:100%; height:100%; object-fit:cover; display:block;}
.clvb-product-body{padding:24px;}
.clvb-product-body h3 a{color:inherit; text-decoration:none;}
.clvb-text-link{display:inline-flex; margin-top:6px; font-weight:800; color:#111827; text-decoration:none;}
.clvb-process{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; counter-reset:step;}
.clvb-process-step{background:#fff; border:1px solid var(--clvb-line); border-radius:22px; padding:24px;}
.clvb-process-step span{display:inline-flex; width:42px; height:42px; border-radius:50%; background:#111827; color:#fff; align-items:center; justify-content:center; font-weight:900; margin-bottom:22px;}
.clvb-split{display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,.88fr); gap:50px; align-items:center;}
.clvb-split h2{font-size:clamp(34px,4vw,62px);}
.clvb-rich-content{font-size:18px;}
.clvb-rich-content h1,.clvb-rich-content h2,.clvb-rich-content h3{letter-spacing:-.035em; line-height:1.12;}
.clvb-rich-content a{color:#111827; font-weight:800;}
.clvb-cta{padding:54px; border-radius:28px; background:#111827; color:#fff; text-align:center; box-shadow:0 24px 70px rgba(17,24,39,.22);}
.clvb-cta h2{font-size:clamp(32px,5vw,64px); max-width:820px; margin-inline:auto;}
.clvb-cta p{color:#cbd5e1; max-width:740px; margin:20px auto 28px; font-size:18px;}
.clvb-empty-canvas{padding:100px 20px; text-align:center; background:#f6f7fb;}
.clvb-global-missing{background:#fff7ed; color:#9a3412;}
.clvb-show-only-mobile,.clvb-show-only-mobilelandscape,.clvb-show-only-tablet,.clvb-show-only-laptop,.clvb-show-only-desktop{display:none!important;}
.clvb-show-only-desktop{display:block!important;}
@media (max-width:1200px){.clvb-show-only-desktop{display:none!important}.clvb-show-only-laptop{display:block!important}.clvb-hide-on-laptop{display:none!important}}
@media (max-width:991px){.clvb-block{padding:64px 0}.clvb-hero-grid,.clvb-split{grid-template-columns:1fr}.clvb-card-grid,.clvb-product-grid{--clvb-grid-columns:2}.clvb-process{grid-template-columns:repeat(2,minmax(0,1fr))}.clvb-show-only-laptop{display:none!important}.clvb-show-only-tablet{display:block!important}.clvb-hide-on-tablet{display:none!important}}
@media (max-width:767px){.clvb-container{width:min(100% - 28px,1180px)}.clvb-card-grid,.clvb-product-grid{--clvb-grid-columns:1}.clvb-process{grid-template-columns:1fr}.clvb-hero-visual,.clvb-split-visual{min-height:260px}.clvb-cta{padding:34px 22px}.clvb-actions{display:grid}.clvb-show-only-tablet{display:none!important}.clvb-show-only-mobilelandscape{display:block!important}.clvb-hide-on-mobilelandscape{display:none!important}}
@media (max-width:478px){.clvb-show-only-mobilelandscape{display:none!important}.clvb-show-only-mobile{display:block!important}.clvb-hide-on-mobile{display:none!important}.clvb-hero-copy h1{font-size:40px}}
