:root{
  --ink:#0e2a33;
  --muted:#6b7a80;
  --bg:#ffffff;
  --line:#e8eef0;
  --mint:#a9d6c6;
  --mint-2:#c8e5da;
  --dark:#0b3440;
  --dark-2:#0a2f39;
  --shadow: 0 10px 30px rgba(9, 29, 36, .08);
  --radius: 14px;
  --max: 1120px;
  --header-h: 72px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.container{max-width:var(--max);margin:0 auto;padding:0 18px}

/* Sticky header + scroll shrink */
.topbar{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(232,238,240,.85);
  backdrop-filter:saturate(1.2) blur(8px);
}
.topbar.scrolled{box-shadow:0 10px 26px rgba(9,29,36,.10)}

.topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  height:var(--header-h);
  transition:height .18s ease;
}
.topbar.scrolled .topbar-inner{height:62px}

.brand{display:flex; align-items:center; gap:10px; font-weight:800; letter-spacing:.2px}
.brand img{height:30px; width:auto}
.brand-name{font-size:14px}

.nav{display:flex; align-items:center; gap:18px}
.nav a{
  font-size:12px; font-weight:700; color:var(--ink);
  opacity:.9; padding:10px 6px; position:relative;
}
.nav a:hover{opacity:1}

.nav a.active{
  opacity:1;
}
.nav a.active::after{
  content:"";
  position:absolute;
  left:6px; right:6px;
  bottom:6px;
  height:2px;
  background:var(--mint);
  border-radius:999px;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px;
  border-radius:10px;
  border:1px solid rgba(14,42,51,.14);
  background:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.2px;
  cursor:pointer;
}
.btn.primary{background:var(--mint-2); border-color:transparent}
.btn.small{padding:10px 14px; font-size:11px}
.btn .arrow{width:16px;height:16px; display:inline-block}

/* Mobile nav toggle */
.nav-toggle{
  display:none;
  width:42px; height:42px;
  border-radius:12px;
  border:1px solid rgba(14,42,51,.12);
  background:#fff;
  cursor:pointer;
}
.nav-toggle span{
  display:block;
  width:18px;
  height:2px;
  background:rgba(14,42,51,.85);
  margin:4px auto;
  border-radius:999px;
}

.mobile-nav{
  display:none;
  border-top:1px solid rgba(232,238,240,.9);
  padding:12px 0 18px;
}
.mobile-nav.open{display:block}
.mobile-nav a{
  display:block;
  padding:10px 0;
  font-weight:800;
  font-size:12px;
  color:var(--ink);
  opacity:.9;
}
.mobile-nav a.active{opacity:1}

/* Sections */
section{scroll-margin-top:82px}
.section{padding:44px 0}
.section.tight{padding:32px 0}

.kicker{
  font-size:11px;
  letter-spacing:2px;
  font-weight:800;
  color:var(--muted);
  text-transform:uppercase;
  margin-bottom:10px;
  display:flex; align-items:center; gap:10px;
}
.kicker .line{height:2px; width:68px; background:var(--mint); display:inline-block}

.highlight{background:linear-gradient(transparent 58%, var(--mint) 58%); padding:0 .12em}

/* HERO */
.hero{position:relative; overflow:hidden; padding:28px 0 10px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:28px;
  align-items:stretch;
  min-height:380px;
  position:relative;
}

/* diagonal white wedge (desktop) */
.hero-grid::after{
  content:"";
  position:absolute;
  top:-40px; bottom:-40px;
  left:54%;
  width:280px;
  background:#fff;
  transform:skewX(-18deg);
  pointer-events:none;
  box-shadow: 0 0 0 1px rgba(232,238,240,0);
}

.hero-left{padding:26px 0}
.hero-left h1{
  margin:0;
  font-size:clamp(34px,4.2vw,48px);
  line-height:1.05;
  letter-spacing:.2px;
  font-weight:900;
}
.hero-sub{margin:16px 0 18px; color:var(--muted); font-size:13px; max-width:560px; line-height:1.7}

.hero-right{
  position:relative;
  border-radius:12px;
  overflow:hidden;
  background:#cfd8dc;
  min-height:340px;
  box-shadow: var(--shadow);
}
.hero-right img{width:100%; height:100%; object-fit:cover; filter:saturate(.95) contrast(.98)}

/* play overlay */
.play{
  position:absolute; inset:0;
  display:grid; place-items:center;
  background:rgba(12, 32, 40, .10);
  cursor:pointer;
  border:0;
}
.play .ring{
  width:56px; height:56px;
  border-radius:999px;
  display:grid; place-items:center;
  background:rgba(10,47,57,.65);
  box-shadow:0 16px 40px rgba(0,0,0,.25);
  border:2px solid rgba(169,214,198,.9);
}
.play svg{width:18px;height:18px; fill:#fff; transform:translateX(1px)}

/* SECTION TITLES */
.section-title{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
  margin-bottom:22px;
}
.section-title h2{margin:0; font-size:28px; line-height:1.05; font-weight:900; letter-spacing:.2px}
.section-title p{margin:10px 0 0; color:var(--muted); font-size:12.5px; max-width:520px; line-height:1.7}

/* CARDS */
.cards-3{display:grid; grid-template-columns:repeat(3, 1fr); gap:18px}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  padding:18px 18px 16px;
  box-shadow:0 10px 26px rgba(9,29,36,.04);
  min-height:204px;
}
.card.dark{background:var(--dark); border-color:transparent; color:#fff; box-shadow:none}
.icon{
  width:38px;height:38px;border-radius:10px;
  display:grid; place-items:center;
  background:rgba(169,214,198,.28);
  margin-bottom:12px;
}
.card.dark .icon{background:rgba(255,255,255,.12)}
.card h3{margin:0 0 10px; font-size:14px; letter-spacing:.2px; font-weight:900}
.card p{margin:0 0 12px; font-size:12px; color:var(--muted); line-height:1.65}
.card.dark p{color:rgba(255,255,255,.78)}
.link{font-size:11px; font-weight:900; display:inline-block; border-bottom:2px solid rgba(14,42,51,.22); padding-bottom:2px}
.card.dark .link{color:rgba(255,255,255,.9); border-bottom-color:rgba(255,255,255,.35)}

/* PROCESS SPLIT */
.process-wrap{display:grid; grid-template-columns: 1fr 1fr; align-items:stretch}
.process-img{min-height:300px; overflow:hidden}
.process-img img{width:100%; height:100%; object-fit:cover}
.process-panel{background:var(--dark); color:#fff; padding:28px 28px 28px; display:flex; flex-direction:column; justify-content:center}
.process-panel .kicker{color:rgba(255,255,255,.65)}
.process-panel .kicker .line{background:rgba(169,214,198,.8)}
.process-panel h2{margin:0; font-size:28px; line-height:1.05; font-weight:900}
.process-panel p{color:rgba(255,255,255,.74); font-size:12px; line-height:1.7; margin:10px 0 14px; max-width:520px}

.checks{margin:0 0 16px; padding:0; list-style:none; display:grid; gap:10px; font-size:12px; color:rgba(255,255,255,.85)}
.checks li{display:flex; gap:10px; align-items:flex-start}
.check{
  width:18px;height:18px;border-radius:999px;
  background:rgba(169,214,198,.18);
  display:grid; place-items:center;
  flex:0 0 auto;
  border:1px solid rgba(169,214,198,.55);
  margin-top:2px;
}
.check svg{width:11px;height:11px; fill:rgba(169,214,198,1)}

/* STEPS */
.steps{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; padding-top:10px}
.step{border:1px solid var(--line); background:#fff; border-radius:12px; padding:20px 18px 18px; min-height:175px; position:relative; overflow:hidden}
.step .num{
  position:absolute; top:12px; left:18px;
  font-size:64px; font-weight:900;
  color:transparent;
  -webkit-text-stroke: 1.6px rgba(14,42,51,.18);
  text-stroke: 1.6px rgba(14,42,51,.18);
  line-height:1; letter-spacing:2px;
}
.step h4{margin:72px 0 10px; font-size:12px; font-weight:900; letter-spacing:.2px; text-transform:uppercase}
.step p{margin:0; font-size:11.5px; color:var(--muted); line-height:1.7}

/* TWO COL */
.two-col{display:grid; grid-template-columns: 1fr 1fr; gap:22px; align-items:center}
.panel-lite{border-left:4px solid var(--mint); padding-left:16px}
.panel-lite h2{margin:0 0 12px; font-size:28px; font-weight:900; line-height:1.05}
.panel-lite p{margin:0 0 14px; color:var(--muted); font-size:12px; line-height:1.75}

.bullets{list-style:none; padding:0; margin:0 0 16px; display:grid; gap:10px; font-size:12px; color:var(--ink)}
.bullets li{display:flex; gap:10px; align-items:flex-start}
.dot{width:16px;height:16px;border-radius:999px; background:rgba(169,214,198,.35); display:grid; place-items:center; margin-top:2px; flex:0 0 auto}
.dot svg{width:10px;height:10px; fill:rgba(14,42,51,.85)}

.video-box{position:relative; border-radius:12px; overflow:hidden; box-shadow: var(--shadow); min-height:300px; background:#cfd8dc}
.video-box img{width:100%; height:100%; object-fit:cover}

/* WHY */
.center{text-align:center}
.subkicker{font-size:11px; letter-spacing:2px; font-weight:900; color:var(--muted); text-transform:uppercase; margin-bottom:10px}
.why-grid{margin-top:18px; display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
.badge{width:34px;height:34px;border-radius:999px; background:var(--ink); color:#fff; display:grid; place-items:center; font-weight:900; margin:0 auto 10px; font-size:12px}
.why h4{margin:0 0 6px; font-size:12px; font-weight:900; letter-spacing:.2px; text-transform:uppercase}
.why p{margin:0; color:var(--muted); font-size:11.5px; line-height:1.7}

/* CTA */
.cta{background:var(--dark); padding:44px 18px}
.cta-inner{max-width:var(--max); margin:0 auto; display:grid; place-items:center; text-align:center; position:relative; overflow:hidden; min-height:170px}
.cta-inner::before{content:""; position:absolute; inset:0; background: radial-gradient(circle at 50% 40%, rgba(169,214,198,.12), transparent 60%); pointer-events:none}
.cta h2{margin:0 0 12px; color:#fff; font-size:28px; letter-spacing:.5px; font-weight:900; position:relative; z-index:1}
.cta .btn{position:relative; z-index:1}

/* TESTIMONIAL */
.testi-grid{margin-top:18px; display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.testi{border:1px solid var(--line); border-radius:12px; padding:16px; background:#fff; min-height:140px}
.testi-head{display:flex; align-items:center; gap:10px; margin-bottom:10px}
.logo-pill{width:32px;height:32px;border-radius:10px; background:#f4f7f8; border:1px solid var(--line); display:grid; place-items:center; font-weight:900; color:var(--ink); font-size:12px}
.testi .name{font-weight:900; font-size:12px; margin:0}
.testi blockquote{margin:0; font-size:11.5px; color:var(--muted); line-height:1.7}
.testi .who{margin-top:8px; font-size:11px; font-weight:800; color:rgba(14,42,51,.7); text-align:center}

/* FOOTER */
footer{background:#000; color:#fff; padding:42px 0}
.footer-grid{display:grid; grid-template-columns: 1fr 1fr; gap:26px; align-items:flex-start}
.footer-brand img{height:150px; width:auto; margin-bottom:8px; opacity:.95}
.footer-brand small{color:rgba(255,255,255,.65); letter-spacing:.25px}
.footer-box h4{margin:0 0 10px; font-size:13px; letter-spacing:.4px; font-weight:900; text-transform:uppercase}
.footer-box p{margin:0 0 10px; color:rgba(255,255,255,.75); font-size:12px; line-height:1.75}
.footer-box .label{margin-top:14px; color:rgba(169,214,198,.95); font-weight:900; letter-spacing:.4px; text-transform:uppercase; font-size:12px}

/* MODAL */
.modal{position:fixed; inset:0; z-index:100; display:none; place-items:center; background:rgba(0,0,0,.7); padding:18px}
.modal.open{display:grid}
.modal-card{width:min(980px, 100%); aspect-ratio: 16/9; background:#000; border-radius:12px; overflow:hidden; position:relative; box-shadow: 0 24px 80px rgba(0,0,0,.45)}
.modal-card iframe{width:100%; height:100%; border:0}
.modal-close{position:absolute; top:10px; right:10px; width:38px;height:38px; border-radius:999px; border:1px solid rgba(255,255,255,.2); background:rgba(0,0,0,.35); color:#fff; display:grid; place-items:center; cursor:pointer; z-index:2}

/* RESPONSIVE - tablet */
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr; gap:18px; min-height:auto}
  .hero-grid::after{display:none}
  .hero-left{padding:14px 0 0}
  .hero-right{min-height:260px}

  .section-title{flex-direction:column}
  .section-title p{max-width:720px}

  .cards-3,.steps,.why-grid,.testi-grid{grid-template-columns:1fr; gap:14px}
  .process-wrap{grid-template-columns:1fr}
  .two-col{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}

/* RESPONSIVE - mobile / nav */
@media (max-width: 820px){
  :root{--header-h: 68px}
  .nav{display:none}
  .nav-toggle{display:inline-flex; align-items:center; justify-content:center}

  /* mimic diagonal wedge overlay on mobile */
  .hero-right::before{
    content:"";
    position:absolute;
    left:-20px;
    top:-30px;
    width:140px;
    height:140%;
    background:#fff;
    transform:skewX(-18deg);
    opacity:.95;
    pointer-events:none;
  }
}

@media (max-width: 600px){
  .hero{padding:18px 0 6px}
  .hero-left h1{font-size:34px}
  .hero-sub{font-size:12.5px}
  .process-panel, .card, .step, .testi{border-radius:12px}
  .process-panel{padding:22px}
  .panel-lite h2, .process-panel h2, .section-title h2{font-size:24px}
  .cta h2{font-size:24px}
}
