:root{
  --brand:#134282;
  --accent:#fe8602;
  --aqua:#53b2d5;

  --bg:#eff2ff;
  --card:#ffffff;
  --border:rgba(19,66,130,.14);

  --text:rgba(16,24,40,.92);
  --muted:rgba(16,24,40,.62);

  --ease:cubic-bezier(.2,.8,.2,1);
  --shadow:0 18px 55px rgba(19,66,130,.10);
  --shadow-2:0 24px 80px rgba(19,66,130,.14);
}

*{ box-sizing:border-box; }
body{ margin:0; background:var(--bg); color:var(--text); font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; }

.container{ max-width:1160px; margin:0 auto; padding:0 18px; }

/* HERO */
.cs-hero{
  background:
    radial-gradient(900px 500px at 10% -10%, rgba(254,134,2,.18), transparent 65%),
    radial-gradient(900px 500px at 90% 0%, rgba(83,178,213,.16), transparent 60%),
    linear-gradient(180deg,#fff 0%, var(--bg) 100%);
  padding:84px 0 40px;
}
.cs-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:34px;
  align-items:center;
}
.cs-kicker{
  display:inline-block;
  color:rgba(19,66,130,.78);
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
  margin:0 0 10px;
}
.cs-hero h1{ margin:0 0 10px; color:var(--brand); font-size:44px; line-height:1.08; }
.cs-subtitle{ margin:0 0 18px; color:var(--muted); max-width:55ch; }

.cs-hero-media img{
  width:100%;
  height:auto;
  border-radius:18px;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  background:var(--card);
}

/* META */
.cs-meta{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.cs-meta-card{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:14px;
  padding:14px;
  box-shadow:var(--shadow);
}
.cs-meta-label{ display:block; color:var(--muted); font-size:12px; margin-bottom:2px; }
.cs-meta-value{ display:block; color:rgba(16,24,40,.95); font-weight:900; }

/* STATS */
.cs-stats{ padding:18px 0 36px; }
.cs-stats-grid{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.cs-stat{
  border:1px solid var(--border);
  background:var(--card);
  border-radius:16px;
  padding:18px;
  box-shadow:var(--shadow);
}
.cs-stat-icon{
  width:42px; height:42px;
  border-radius:14px;
  display:inline-flex; align-items:center; justify-content:center;
  background:rgba(83,178,213,.14);
  border:1px solid rgba(83,178,213,.28);
  color:var(--brand);
  margin-bottom:10px;
}
.cs-stat-icon svg{ width:20px; height:20px; }
.cs-stat-value{ display:block; color:var(--brand); font-weight:950; font-size:28px; }
.cs-stat-label{ display:block; color:var(--muted); margin-top:6px; }

/* TWO COLUMN */
.cs-two-col{ padding:44px 0; }
.cs-two-col-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.cs-panel{
  border:1px solid var(--border);
  background:var(--card);
  border-radius:18px;
  padding:22px;
  box-shadow:var(--shadow);
}
.cs-panel h2{ margin:0 0 10px; color:var(--brand); font-size:22px; }
.cs-panel p{ margin:0 0 14px; color:var(--muted); line-height:1.65; }
.cs-panel-solution{
  border-color: rgba(83,178,213,.34);
  background:
    radial-gradient(650px 240px at 0% 0%, rgba(83,178,213,.14), transparent 60%),
    var(--card);
}

.cs-list{ list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.cs-list li{ display:flex; gap:10px; align-items:flex-start; line-height:1.5; }
.cs-x{ color:#e11d48; font-weight:900; }
.cs-check{ width:18px; height:18px; color:var(--accent); margin-top:2px; }
.cs-check svg{ width:18px; height:18px; }

/* SECTION HEAD */
.cs-section-head{ text-align:center; margin-bottom:18px; }
.cs-section-head h2{ margin:0 0 8px; color:var(--brand); font-size:28px; }
.cs-section-head p{ margin:0; color:var(--muted); }

/* FEATURES */
.cs-features{ padding:48px 0; }
.cs-feature-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:18px; }
.cs-feature-card{
  border:1px solid var(--border);
  background:var(--card);
  border-radius:18px;
  padding:18px;
  box-shadow:var(--shadow);
  transition:transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
  will-change:transform;
}
.cs-feature-card:hover{
  transform:translateY(-6px);
  border-color:rgba(83,178,213,.45);
  box-shadow:var(--shadow-2);
}
.cs-feature-icon{
  width:44px; height:44px;
  border-radius:14px;
  display:inline-flex; align-items:center; justify-content:center;
  background:
    radial-gradient(60% 60% at 30% 30%, rgba(254,134,2,.18), transparent 70%),
    rgba(83,178,213,.14);
  border:1px solid rgba(83,178,213,.30);
  color:var(--brand);
  margin-bottom:12px;
}
.cs-feature-icon svg{ width:22px; height:22px; }
.cs-feature-card h3{ margin:0 0 8px; color:rgba(16,24,40,.95); font-size:16px; }
.cs-feature-card p{ margin:0; color:var(--muted); line-height:1.6; }

/* IMPACT */
.cs-impact{ padding:48px 0; }
.cs-impact-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-top:18px; }
.cs-impact-card{
  border:1px solid rgba(254,134,2,.26);
  background:
    radial-gradient(500px 200px at 10% 0%, rgba(254,134,2,.10), transparent 60%),
    rgba(19,66,130,.03);
  border-radius:18px;
  padding:18px;
  box-shadow:var(--shadow);
}
.cs-impact-metric{ display:block; color:var(--brand); font-size:30px; font-weight:950; margin-bottom:6px; }
.cs-impact-card h3{ margin:0 0 8px; color:rgba(16,24,40,.95); font-size:16px; }
.cs-impact-card p{ margin:0; color:var(--muted); line-height:1.6; }

/* QUOTE */
.cs-quote{ padding:46px 0; }
.cs-quote-card{
  border:1px solid rgba(83,178,213,.28);
  background:
    radial-gradient(700px 220px at 0% 0%, rgba(83,178,213,.14), transparent 60%),
    var(--card);
  border-radius:18px;
  padding:22px;
  box-shadow:var(--shadow);
  position:relative;
}
.cs-quote-badge{
  width:46px; height:46px;
  border-radius:14px;
  display:inline-flex; align-items:center; justify-content:center;
  background:rgba(19,66,130,.10);
  border:1px solid rgba(19,66,130,.16);
  color:var(--brand);
  font-weight:900;
  margin-bottom:12px;
}
.cs-quote-text{ margin:0 0 14px; color:rgba(16,24,40,.95); font-size:18px; line-height:1.7; }
.cs-quote-author{ display:flex; flex-direction:column; gap:2px; }
.cs-quote-name{ color:var(--brand); font-weight:900; }
.cs-quote-title{ color:var(--muted); font-size:14px; }

/* STACK */
.cs-stack{ padding:30px 0 54px; }
.cs-chips{ display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-top:10px; }
.cs-chip{
  color:rgba(19,66,130,.92);
  border:1px solid rgba(19,66,130,.14);
  background:
    radial-gradient(500px 220px at 30% 0%, rgba(83,178,213,.12), transparent 60%),
    #fff;
  padding:10px 12px;
  border-radius:999px;
  font-weight:800;
  font-size:13px;
  box-shadow:0 10px 25px rgba(19,66,130,.06);
}

/* CTA */
.cs-cta{
  background:
    radial-gradient(900px 380px at 50% -30%, rgba(254,134,2,.18), transparent 60%),
    radial-gradient(900px 380px at 10% 10%, rgba(83,178,213,.14), transparent 60%),
    linear-gradient(180deg,#fff 0%, var(--bg) 100%);
  padding:56px 0 70px;
}
.cs-cta-inner{
  text-align:center;
  border:1px solid rgba(19,66,130,.14);
  background:var(--card);
  border-radius:22px;
  padding:26px 18px;
  box-shadow:var(--shadow);
}
.cs-cta-inner h2{ margin:0 0 8px; color:var(--brand); font-size:26px; }
.cs-cta-inner p{ margin:0 0 16px; color:var(--muted); }
.cs-cta-actions{ display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:12px;
  font-weight:900;
  text-decoration:none;
  transition:transform .2s var(--ease), box-shadow .2s var(--ease);
  will-change:transform;
}
.btn-primary{ background:var(--accent); color:#111; box-shadow:0 14px 35px rgba(254,134,2,.22); }
.btn-secondary{ background:transparent; color:var(--brand); border:1px solid rgba(19,66,130,.18); }
.btn:hover{ transform:translateY(-2px); }
.btn:active{ transform:translateY(0) scale(.98); }

/* FX reveal (transform + opacity only) */
.fx-reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .7s var(--ease), transform .7s var(--ease);
  will-change:transform, opacity;
}
.fx-reveal.fx-right{ transform:translateX(18px); }
.fx-reveal.fx-left{ transform:translateX(-18px); }
.fx-reveal.is-visible{ opacity:1; transform:translate(0,0); }

a:focus-visible, .btn:focus-visible{
  outline:none;
  box-shadow:0 0 0 3px rgba(83,178,213,.35);
  border-radius:12px;
}

/* Responsive */
@media (max-width:980px){
  .cs-hero-grid{ grid-template-columns:1fr; }
  .cs-meta{ grid-template-columns:1fr; }
  .cs-stats-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .cs-two-col-grid{ grid-template-columns:1fr; }
  .cs-feature-grid{ grid-template-columns:1fr; }
  .cs-impact-grid{ grid-template-columns:1fr; }
  .cs-hero h1{ font-size:38px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .fx-reveal{ opacity:1 !important; transform:none !important; transition:none !important; }
  .cs-feature-card{ transition:none !important; }
  .cs-feature-card:hover{ transform:none !important; }
  .btn{ transition:none !important; }
  .btn:hover{ transform:none !important; }
}
