
:root{
  --ink:#111827;--ink2:#1f2937;--blue:#0878e8;--blue2:#54b5ff;
  --paper:#ffffff;--mist:#f5f7fa;--line:#dbe2ea;--muted:#667085;
  --max:1180px;--radius:18px;--shadow:0 22px 60px rgba(17,24,39,.12)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
a{color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.wrap{width:min(92%,var(--max));margin:auto}
.topbar{background:var(--ink);color:white;font-size:.92rem}
.topbar .wrap{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0}
.topbar a{text-decoration:none;font-weight:800}
header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(219,226,234,.9)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;font-weight:900;letter-spacing:.02em}
.brand img{width:48px;height:48px;object-fit:cover;object-position:50% 15%;border-radius:10px}
.brand small{display:block;color:var(--blue);letter-spacing:.14em}
.links{display:flex;align-items:center;gap:1.1rem}
.links a{text-decoration:none;font-weight:800;font-size:.94rem}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.8rem 1.15rem;border-radius:10px;text-decoration:none;font-weight:900;border:2px solid var(--blue);background:var(--blue);color:white;cursor:pointer;transition:.2s}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(8,120,232,.22)}
.btn.alt{background:transparent;color:white;border-color:white}
.btn.dark{background:var(--ink);border-color:var(--ink)}
.hero{position:relative;overflow:hidden;color:white;background:
radial-gradient(circle at 80% 15%,rgba(84,181,255,.28),transparent 25%),
linear-gradient(120deg,#0c1118 0%,#17202b 55%,#0e2940 100%)}
.hero:before{content:"";position:absolute;inset:auto -170px -270px auto;width:650px;height:650px;border:88px solid rgba(8,120,232,.13);transform:rotate(21deg);border-radius:80px}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center;padding:6rem 0}
.kicker{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:.82rem;font-weight:900;color:#8ecbff;margin-bottom:.9rem}
h1,h2,h3{line-height:1.13;margin-top:0}
h1{font-size:clamp(3rem,7vw,6.4rem);letter-spacing:-.055em;margin-bottom:1.2rem}
h2{font-size:clamp(2rem,4.5vw,3.6rem);letter-spacing:-.035em}
.hero p{font-size:1.2rem;color:#e5e7eb;max-width:720px}
.actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.7rem}
.hero-card{background:rgba(255,255,255,.96);color:var(--ink);padding:1.4rem;border-radius:var(--radius);box-shadow:0 30px 80px rgba(0,0,0,.32)}
.hero-card img{border-radius:12px;margin-bottom:1rem}
.hero-card ul{margin:0;padding-left:1.2rem}
.statbar{background:var(--blue);color:white}
.stats{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:1.1rem;text-align:center;font-weight:900;border-right:1px solid rgba(255,255,255,.22)}
section{padding:6rem 0}
.heading{max-width:820px;margin:0 auto 3rem;text-align:center}
.heading p{color:var(--muted);font-size:1.08rem}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:1.55rem;box-shadow:0 12px 32px rgba(17,24,39,.06)}
.card .num{width:48px;height:48px;border-radius:12px;background:#eaf4ff;color:var(--blue);display:grid;place-items:center;font-weight:900;margin-bottom:1rem}
.soft{background:var(--mist)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.panel{background:var(--ink);color:white;border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}
.checks{list-style:none;padding:0;margin:1rem 0 0}
.checks li{position:relative;padding-left:1.8rem;margin:.75rem 0}
.checks li:before{content:"✓";position:absolute;left:0;color:var(--blue2);font-weight:900}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.step{padding:1.4rem;border-top:4px solid var(--blue);background:white;border-radius:0 0 14px 14px;box-shadow:0 12px 28px rgba(17,24,39,.06)}
.quote{background:linear-gradient(135deg,#0e2940,#111827);color:white;border-radius:var(--radius);padding:2.5rem}
.areas{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem}
.pill{border:1px solid var(--line);background:white;padding:.7rem 1rem;border-radius:999px;font-weight:850}
.contact{background:linear-gradient(135deg,#f4f7fa,#eaf4ff)}
.form{max-width:920px;margin:auto;background:white;border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}
.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
label{display:block;font-weight:850;margin-bottom:.35rem}
input,select,textarea{width:100%;padding:.9rem;border:1px solid #cbd5e1;border-radius:10px;background:white}
textarea{min-height:145px;resize:vertical}
.full{grid-column:1/-1}
.note{font-size:.9rem;color:var(--muted)}
footer{background:var(--ink);color:white;padding:3rem 0 1rem}
.footergrid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}
.footergrid a{text-decoration:none}
.copy{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15);color:#cbd5e1;font-size:.9rem}
.mobilecall{display:none}
@media(max-width:900px){
  .links{display:none}.hero-grid,.split,.footergrid{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr 1fr}
  .stats{grid-template-columns:1fr 1fr}.hero-grid{padding:4.5rem 0}
  .mobilecall{display:flex;position:fixed;z-index:50;left:12px;right:12px;bottom:12px}
  body{padding-bottom:72px}
}
@media(max-width:580px){
  .topbar .wrap{flex-direction:column;gap:.1rem}.hero-card{display:none}
  .grid3,.process,.formgrid,.stats{grid-template-columns:1fr}.full{grid-column:auto}
  section{padding:4.5rem 0}.stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}
}
