:root{
  --bg:#f5f8fc;
  --surface:#ffffff;
  --surface-2:#eef4fb;
  --text:#17324d;
  --muted:#5e768e;
  --line:#d7e3ef;
  --primary:#5b97d3;
  --primary-dark:#3978b8;
  --shadow:0 16px 40px rgba(23,50,77,.08);
  --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,#f8fbff 0%,#f2f7fc 100%);color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}
.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-bottom:1px solid rgba(215,227,239,.9)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}
.brand{display:flex;align-items:center;gap:.9rem;font-weight:800}
.brand img{width:52px;height:52px;border-radius:14px;box-shadow:var(--shadow)}
.brand-text{display:flex;flex-direction:column;font-size:1.1rem;letter-spacing:.01em}
.brand-text small{font-weight:600;color:var(--muted);font-size:.78rem}
nav ul{display:flex;gap:1rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}
nav a{padding:.65rem .9rem;border-radius:999px;color:var(--muted);font-weight:600}
nav a:hover,nav a.active{background:var(--surface-2);color:var(--primary-dark)}
.hero{padding:4.5rem 0 3rem}
.hero-grid{display:grid;grid-template-columns:1.2fr .9fr;gap:2rem;align-items:center}
.eyebrow{display:inline-block;padding:.35rem .7rem;border-radius:999px;background:#eaf2fb;color:var(--primary-dark);font-weight:700;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}
.tagline{display:block;margin:1rem 0 1rem;font-size:clamp(2.2rem,5vw,4.4rem);line-height:.95;font-weight:900;letter-spacing:-.04em;color:var(--primary-dark)}
.hero h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;margin:.2rem 0 1rem;letter-spacing:-.03em;max-width:11ch}
.lead,.section-intro,.note{color:var(--muted)}
.lead{font-size:1.08rem;max-width:62ch}
.cta-row{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.4rem}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.2rem;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s transform,.2s background,.2s border-color}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--shadow)}
.btn-primary:hover{background:var(--primary-dark)}
.btn-secondary{background:#fff;border-color:var(--line);color:var(--text)}
.hero-card,.card,.soft-panel,.quote{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-card{padding:1.4rem}
.hero-card h3,.card h3,.soft-panel h2,.soft-panel h3{margin-top:0}
.grid-2,.grid-3{display:grid;gap:1.2rem}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.card,.soft-panel,.quote{padding:1.35rem}
.kpi{font-size:1.25rem;font-weight:900;color:var(--primary-dark);margin-bottom:.15rem}
.section{padding:1rem 0 2.5rem}
.section h2,.section h1{letter-spacing:-.03em;line-height:1.08;margin:.1rem 0 1rem}
.section h1{font-size:clamp(2rem,4vw,3rem)}
.section h2{font-size:clamp(1.5rem,3vw,2.2rem)}
.icon-badge,.tag{display:inline-flex;align-items:center;justify-content:center}
.icon-badge{width:2.2rem;height:2.2rem;border-radius:999px;background:#eaf2fb;color:var(--primary-dark);font-weight:900;margin-bottom:.8rem}
.list-clean{list-style:none;padding:0;margin:0}
.list-clean li{position:relative;padding-left:1.3rem;margin:.7rem 0}
.list-clean li::before{content:"•";position:absolute;left:.2rem;color:var(--primary)}
.quote{background:linear-gradient(180deg,#ffffff,#f7fbff)}
.tag{padding:.4rem .7rem;border-radius:999px;background:#edf4fb;color:var(--primary-dark);font-size:.83rem;font-weight:700;margin:.2rem .25rem .2rem 0}
.video-placeholder{min-height:180px;border:2px dashed var(--line);border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f2f7fc);display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;color:var(--muted);font-weight:700}
form{display:grid;gap:.9rem}
input,textarea,select{width:100%;padding:.9rem 1rem;border:1px solid var(--line);border-radius:14px;font:inherit;background:#fff;color:var(--text)}
textarea{min-height:140px;resize:vertical}
footer{padding:2rem 0 3rem;color:var(--muted)}
.footer-inner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid var(--line)}
@media (max-width:900px){.hero-grid,.grid-2,.grid-3{grid-template-columns:1fr}.hero h1{max-width:none}}
@media (max-width:700px){.header-inner{flex-direction:column;align-items:flex-start}.brand-text small{font-size:.74rem}.hero{padding-top:3rem}.tagline{font-size:2.4rem}}

}