:root {
  --navy: #0d1b2a;
  --blue: #1f6feb;
  --sky: #dbeafe;
  --cyan: #2dd4bf;
  --cream: #f8fafc;
  --ink: #172033;
  --muted: #64748b;
  --line: #dce4ef;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(13,27,42,.14);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(248,250,252,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220,228,239,.8);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 20px; }
.brand img { width: 218px; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; color: #334155; }
.nav-cta { background: var(--navy); color: white; padding: 12px 16px; border-radius: 999px; }
.hero { padding: 90px 0 70px; background: radial-gradient(circle at 80% 20%, rgba(45,212,191,.22), transparent 30%), linear-gradient(135deg, #f8fafc 0%, #eaf2ff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.eyebrow { color: var(--blue); text-transform: uppercase; font-size: 13px; font-weight: 800; letter-spacing: .11em; margin: 0 0 14px; }
.brand-logo {
  max-height: 80px;
  width: auto;
}
.card-box {
  border: 1px solid black;
  padding: 1rem;

}
h1, h2, h3, p { margin-top: 0;font-weight:700 !important; }
h1 { font-size: clamp(44px, 6vw, 72px); line-height: .94; letter-spacing: -.06em; margin-bottom: 24px; color: var(--navy); }
h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.03; letter-spacing: -.045em; color: var(--navy); margin-bottom: 18px; width:100%; }
h3 { font-size: 22px; color: var(--navy); margin-bottom: 10px; }
.lead { font-size: 21px; color: #334155; max-width: 620px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 15px 22px; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.button.primary { background: var(--blue); color: white; box-shadow: 0 12px 30px rgba(31,111,235,.25); }
.button.secondary { background: white; color: var(--navy); border-color: var(--line); }
.microcopy { color: var(--muted); font-size: 14px; }
.hero-card { position: relative; }
.phone-card { background: var(--white); border: 1px solid rgba(220,228,239,.9); border-radius: 34px; padding: 34px; box-shadow: var(--shadow); }
.phone-top { display: flex; align-items: center; gap: 10px; color: var(--muted); font-weight: 800; font-size: 14px; margin-bottom: 28px; }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 9px rgba(45,212,191,.16); }
.phone-card h2 { font-size: 54px; margin-bottom: 10px; }
.phone-card > p { font-size: 18px; color: #334155; }
.flow-list { display: grid; gap: 12px; margin-top: 24px; }
.flow-list div { padding: 16px; border-radius: 18px; background: #f1f6ff; border: 1px solid #dce9ff; }
.flow-list strong, .flow-list span { display: block; }
.flow-list span { color: var(--muted); font-size: 14px; margin-top: 3px; }
.trust-strip { background: var(--navy); color: white; padding: 24px 0; }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.strip-grid div { display: grid; gap: 2px; }
.strip-grid strong { font-size: 24px; }
.strip-grid span { color: #bfd0e7; }
.section { padding: 84px 0; }
section {
  scroll-margin-top: 180px;
}
.two-col { display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; align-items: start; }
.two-col p { font-size: 18px; color: #475569; }
.solution-section { background: white; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading p { color: #475569; font-size: 18px; }
.cards { display: grid; gap: 22px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 12px 34px rgba(13,27,42,.06); }
.solution-section .card { background: #f8fafc; }
.icon { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; background: var(--navy); color: white; font-weight: 800; margin-bottom: 18px; }
.card p { color: #475569; margin-bottom: 0; }
.product.featured { border-color: rgba(31,111,235,.55); box-shadow: 0 20px 50px rgba(31,111,235,.13); }
.tag { display: inline-flex; background: var(--sky); color: var(--blue)!important; border-radius: 999px; padding: 6px 10px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 18px!important; }
.pricing-section { background: linear-gradient(135deg, #0d1b2a 0%, #122b44 100%); color: white; }
.pricing-section h2 { color: white; }
.pricing-section p { color: #c9d7ea; }
.pricing-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.price-card { background: white; color: var(--ink); border-radius: 28px; padding: 30px; box-shadow: var(--shadow); }
.price-card p { color: var(--muted); margin-bottom: 24px; }
.price-line { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; border-top: 1px solid var(--line); padding-top: 20px; margin-top: 20px; }
.price-line:first-child { border-top: 0; margin-top: 0; padding-top: 0; }
.price-line span { font-weight: 800; color: var(--navy); font-size: 20px; }
.price-line strong { color: var(--blue); font-size: 28px; }
.note { font-size: 13px; background: #f1f6ff; border-radius: 16px; padding: 14px; margin-bottom: 0!important; }
.proof-section { background: white; }
.quote-box { background: #f1f6ff; border: 1px solid #dce9ff; border-radius: 34px; padding: 46px; text-align: center; }
.quote-box p { font-size: clamp(28px, 4vw, 44px); line-height: 1.08; letter-spacing: -.04em; color: var(--navy); margin: 0; font-weight: 800; }
.contact-section { background: #f8fafc; }
.contact-box { background: white; border: 1px solid var(--line); border-radius: 34px; padding: 42px; box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 14px; }
label { display: grid; gap: 6px; font-size: 14px; font-weight: 800; color: var(--navy); }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 14px; font: inherit; color: var(--ink); background: #f8fafc; }
textarea { resize: vertical; }
.site-footer { background: var(--navy); color: white; padding: 38px 0; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand img { width: 190px; margin-bottom: 12px; }
.site-footer p { margin: 0; color: #bfd0e7; }
.site-footer strong { color: white; }
@media (max-width: 900px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero-grid, .two-col, .pricing-grid, .contact-box { grid-template-columns: 1fr; }
  .cards.three, .cards.four, .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { padding-top: 58px; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .brand img { width: 180px; }
  .nav-cta { padding: 10px 12px; }
  .cards.three, .cards.four, .strip-grid { grid-template-columns: 1fr; }
  .phone-card, .contact-box, .quote-box { padding: 26px; border-radius: 24px; }
  .phone-card h2 { font-size: 42px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}
