:root {
  --ink: #102033;
  --muted: #5b7088;
  --blue: #1463c2;
  --blue-dark: #0b3f82;
  --green: #047857;
  --red: #b91c1c;
  --line: #d8e5f4;
  --bg: #f4f8fc;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: linear-gradient(180deg, #eef6ff, #fff 45%, #f6fafc); }
a { color: var(--blue); }
.container { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 3; backdrop-filter: blur(14px); background: rgba(255,255,255,.84); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 16px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 900; }
.logo { width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--blue), #38bdf8); box-shadow: 0 10px 24px rgba(20,99,194,.22); }
.nav-links { display: flex; gap: 16px; font-weight: 750; }
.nav-links a { color: #314966; text-decoration: none; }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; border: 0; cursor: pointer; color: white; background: var(--blue); text-decoration: none; font-weight: 900; box-shadow: 0 14px 30px rgba(20,99,194,.22); }
.btn.secondary { color: var(--blue-dark); background: #eaf3ff; box-shadow: none; }
.btn.block { width: 100%; border-radius: 16px; font-size: 1rem; }
.hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center; padding: 70px 0 44px; }
.eyebrow { margin: 0 0 10px; color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 950; }
h1, h2, h3 { margin: 0 0 12px; line-height: 1.04; letter-spacing: -.04em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.35rem); }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
p { color: var(--muted); line-height: 1.66; }
.lead { font-size: 1.2rem; max-width: 680px; }
.hero-actions, .trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.pill { padding: 9px 12px; border-radius: 999px; background: white; border: 1px solid var(--line); font-weight: 850; color: #25405d; }
.card, .hero-card { background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 26px 80px rgba(28,63,112,.12); }
.hero-card, .service, .integration, .quote, .form-shell, .hosted-card { padding: 24px; }
.emergency { background: linear-gradient(135deg, #0b172a, #183761); color: white; border-radius: 24px; padding: 24px; }
.emergency p { color: #cfe3ff; }
.phone { display: block; margin: 8px 0; color: white; font-size: clamp(2rem,5vw,3.2rem); font-weight: 950; text-decoration: none; }
.mini-grid, .integration-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 14px; }
.mini { padding: 16px; border-radius: 18px; background: #f8fbff; border: 1px solid var(--line); }
.mini strong { display: block; font-size: 1.5rem; color: var(--blue); }
.section { padding: 48px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.services, .testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.icon { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: #dbeafe; color: var(--blue); font-size: 1.4rem; margin-bottom: 18px; }
.split, .contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: start; }
.lead-form { display: grid; gap: 13px; }
.lead-form label { display: grid; gap: 6px; font-weight: 800; color: #28425f; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #c7d8ed; border-radius: 14px; padding: 12px 13px; font: inherit; background: #f9fcff; color: var(--ink); }
.lead-form textarea { min-height: 106px; resize: vertical; }
.check { grid-template-columns: auto 1fr !important; align-items: start; font-size: .92rem; font-weight: 650 !important; color: var(--muted) !important; }
.check input { width: auto; margin-top: 4px; }
.form-status { min-height: 46px; padding: 12px 14px; border-radius: 14px; background: #eef4ff; border: 1px solid var(--line); font-weight: 800; color: #36506f; }
.form-status.ok { background: #ecfdf5; border-color: #a7f3d0; color: var(--green); }
.form-status.err { background: #fef2f2; border-color: #fecaca; color: var(--red); }
.form-status.pending { background: #eff6ff; border-color: #bfdbfe; color: var(--blue); }
.embed-card { overflow: hidden; }
.embed-toolbar { display: flex; justify-content: space-between; gap: 12px; align-items: center; background: #0b172a; color: white; padding: 14px 18px; font-weight: 900; }
.embed-toolbar code { color: #bfdbfe; }
iframe { width: 100%; min-height: 820px; border: 0; display: block; background: white; }
.code { display: block; white-space: pre-wrap; background: #0b172a; color: #dbeafe; border-radius: 18px; padding: 16px; overflow: auto; font-size: .9rem; line-height: 1.5; }
.stars { color: #f59e0b; letter-spacing: 2px; }
.footer { padding: 32px 0 48px; color: var(--muted); }
.embed-body, .hosted-body { background: #fff; }
.hosted-wrap { width: min(760px, calc(100% - 36px)); margin: 0 auto; padding: 34px 0; }
@media (max-width: 850px) { .hero, .split, .contact, .services, .testimonials, .integration-grid { grid-template-columns: 1fr; } .nav-links { display: none; } }
