@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap";:root{--bg: #f2f6ff;--surface: #ffffff;--surface-soft: #f7faff;--surface-alt: #edf3ff;--text: #0e173d;--muted: #4d5a8a;--brand: #3a4df6;--brand-dark: #2236cc;--brand-ink: #15247f;--lime: #99cd54;--orange: #e69d33;--water: #58b9ff;--success: #15803d;--border: #d9e4ff;--border-strong: #c7d4ff;--shadow-sm: 0 6px 18px rgba(28, 49, 144, .08);--shadow: 0 16px 34px rgba(24, 43, 130, .12);--radius: 18px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Manrope,sans-serif;color:var(--text);background:radial-gradient(circle at 8% 2%,#d8e2ff 0%,transparent 38%),radial-gradient(circle at 90% 18%,#ddffe8 0%,transparent 28%),var(--bg);line-height:1.6;font-size:16px}h1,h2,h3,h4{font-family:Sora,sans-serif;line-height:1.18;letter-spacing:-.02em;margin:0}p{margin:0}a{color:inherit}.container{width:min(1160px,calc(100% - 2.2rem));margin:0 auto}.section{padding:5.5rem 0}.section-title{font-size:clamp(1.85rem,1.4rem + 1.35vw,2.9rem);margin-bottom:.85rem}.section-lead{color:var(--muted);max-width:68ch;font-size:clamp(1rem,.96rem + .2vw,1.08rem)}.card-grid{display:grid;gap:1rem}.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.four-col{grid-template-columns:repeat(4,minmax(0,1fr))}.emergency-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.btn{appearance:none;border:0;border-radius:999px;padding:.84rem 1.2rem;font-weight:800;font-family:Manrope,sans-serif;font-size:.96rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .15s ease,box-shadow .15s ease;cursor:pointer;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;box-shadow:0 10px 24px #2c44db61}.btn-secondary{background:#ebffef;color:#0f6b33;border:1px solid #beefca}.btn-ghost{background:#fff;color:var(--brand-ink);border:1px solid var(--border-strong)}.chip-row{display:flex;gap:.55rem;flex-wrap:wrap}.chip{border-radius:999px;background:#f4f8ff;border:1px solid #d4deff;color:var(--brand-ink);font-size:.83rem;padding:.36rem .82rem;font-weight:700}.icon{width:19px;height:19px;stroke:currentColor;stroke-width:2;fill:none}.icon-circle{width:48px;height:48px;border-radius:999px;display:inline-grid;place-items:center;margin-bottom:.72rem;color:var(--brand-ink);background:#e8eeff}.header{position:sticky;top:0;z-index:50;background:#f6f9ffeb;backdrop-filter:blur(10px);border-bottom:1px solid #dbe5ff}.header-inner{min-height:86px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.2rem}.logo{display:inline-flex;align-items:center;text-decoration:none}.logo img{width:clamp(220px,24vw,290px);height:auto;display:block}.nav{display:flex;justify-content:center;align-items:center;gap:1.25rem}.nav a{text-decoration:none;color:var(--muted);font-weight:800;font-size:.89rem}.nav a:hover{color:var(--brand-ink)}.header-actions{display:inline-flex;align-items:center;gap:.55rem}.hero{padding:4.6rem 0 3.6rem}.hero-wrap{display:grid;gap:1.5rem;grid-template-columns:1.1fr 1fr;align-items:center}.hero-kicker{color:var(--brand-ink);font-weight:800;margin-bottom:.55rem;font-size:.94rem}.hero-copy h1{font-size:clamp(2.2rem,1.3rem + 2.25vw,4.05rem);margin-bottom:1.05rem;max-width:16ch}.hero-copy p{color:var(--muted);margin-bottom:1.35rem;font-size:1.06rem;max-width:56ch}.hero-cta{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1rem}.hero-proof{margin-top:1.05rem;display:grid;gap:.6rem;grid-template-columns:repeat(3,minmax(0,1fr))}.hero-proof div{border:1px solid #d5dfff;border-radius:12px;padding:.66rem .75rem;background:#fff}.hero-proof strong{display:block;font-size:1.06rem;color:var(--brand-ink);line-height:1.1}.hero-proof span{display:block;margin-top:.16rem;color:var(--muted);font-size:.78rem;font-weight:700}.hero-art{background:linear-gradient(150deg,#2942eb,#2136cc);border-radius:calc(var(--radius) + 10px);border:1px solid rgba(255,255,255,.25);color:#fff;box-shadow:var(--shadow);overflow:hidden;position:relative;min-height:390px}.hero-art img{width:100%;height:100%;object-fit:contain;object-position:center;opacity:.99}.hero-art-badge{position:absolute;left:1rem;bottom:1rem;background:#0b1854ba;border:1px solid rgba(255,255,255,.32);border-radius:12px;padding:.62rem .8rem;font-size:.84rem;font-weight:700}.section-soft{background:var(--surface-soft);border-top:1px solid #e2ebff;border-bottom:1px solid #e2ebff}.emergency-card,.service-card,.review-card,.value-card,.step-card,.area-card{padding:1.25rem}.emergency-card h3,.service-card h3,.review-card h3,.value-card h3,.step-card h3{margin-bottom:.42rem;font-size:1.07rem}.emergency-card p,.service-card p,.review-card p,.value-card p,.step-card p,.area-card p{color:var(--muted);font-size:.95rem}.emergency-band{background:linear-gradient(135deg,#1840cb,#2a48db);color:#fff;padding:1.8rem 0}.emergency-band-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.emergency-band p{font-weight:700}.review-section{background:linear-gradient(160deg,#2348d9,#1a35a8);color:#fff}.review-section .section-lead,.review-section p{color:#dae2ff}.metrics{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:1rem}.metric{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:14px;padding:1rem}.metric strong{font-size:1.75rem;display:block;line-height:1}.metric span{display:block;margin-top:.35rem;font-size:.9rem;color:#dbe2ff}.review-card{background:#0d1d6573;border:1px solid rgba(255,255,255,.19);border-radius:var(--radius)}.review-card h3{color:#fff}.review-card small{display:inline-block;margin-bottom:.5rem;color:#b4c4ff;font-size:.78rem;font-weight:700}.area-card{text-align:center;background:#fff}.form-shell{display:grid;gap:1.2rem;grid-template-columns:1.2fr .92fr}.form-card{padding:1.2rem}.form-row{display:grid;gap:.8rem;grid-template-columns:repeat(2,minmax(0,1fr))}label{display:grid;gap:.35rem;font-weight:700;font-size:.87rem;color:#2f3a68}input,select,textarea{font:inherit;padding:.77rem .86rem;border-radius:11px;border:1px solid #c8d4ff;background:#fff;color:var(--text)}textarea{min-height:114px;resize:vertical}input:focus,select:focus,textarea:focus,.btn:focus-visible,a:focus-visible{outline:3px solid #9bb0ff;outline-offset:2px}.form-status{font-size:.9rem;min-height:1.2em}.form-status.success{color:var(--success)}.form-status.error{color:#b91c1c}.footer{background:#102773;color:#e4eaff;padding:3.1rem 0}.footer-grid{display:grid;gap:1.2rem;grid-template-columns:1.2fr 1fr 1fr}.footer p,.footer a{color:#d4dcff;text-decoration:none}.mobile-cta{position:fixed;left:0;right:0;bottom:0;display:none;padding:.7rem;background:#101e5ded;backdrop-filter:blur(8px);z-index:60}.mobile-cta .container{display:grid;gap:.6rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:1080px){.header-inner{grid-template-columns:auto auto;justify-content:space-between}.nav{display:none}}@media(max-width:980px){.hero-wrap,.form-shell,.footer-grid{grid-template-columns:1fr}.hero-art{min-height:320px}.metrics,.three-col,.emergency-grid,.four-col{grid-template-columns:repeat(2,minmax(0,1fr))}.section{padding:4.4rem 0}.emergency-band-inner{flex-direction:column;text-align:center}}@media(max-width:760px){.logo img{width:clamp(170px,44vw,220px)}.header-actions .btn{padding:.72rem .86rem;font-size:.84rem}.hero-proof,.form-row,.metrics,.three-col,.emergency-grid,.four-col,.card-grid{grid-template-columns:1fr}.hero-copy h1{max-width:100%}.mobile-cta{display:block}body{padding-bottom:82px}}@media(prefers-reduced-motion:no-preference){.reveal{animation:reveal .52s ease both}.reveal.delay-1{animation-delay:.12s}.reveal.delay-2{animation-delay:.22s}@keyframes reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}}
