:root {
  --bg: #071629;
  --bg-soft: #0d223a;
  --bg-card: #ffffff;
  --surface: #f3f8fc;
  --surface-2: #e8f4f7;
  --text: #10243d;
  --muted: #5e738e;
  --line: #d8e3ee;
  --brand: #10afc0;
  --brand-dark: #0b526f;
  --brand-deep: #0a1f3f;
  --accent: #2ce0cf;
  --success: #159a7f;
  --shadow: 0 24px 60px rgba(10, 31, 63, 0.12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fbfdff 0%, #f5f9fc 100%);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section-tight { padding: 62px 0; }
.section-head { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.section-head.left { text-align: left; margin-left: 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(16, 175, 192, 0.22);
  background: rgba(16, 175, 192, 0.08);
  color: var(--brand-dark);
  font-weight: 700;
  letter-spacing: .02em;
  font-size: .88rem;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: linear-gradient(135deg, var(--brand), var(--accent)); }
h1, h2, h3, h4 { line-height: 1.05; margin: 0 0 14px; color: var(--brand-deep); }
h1 { font-size: clamp(2.6rem, 5vw, 4.6rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.1rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); }
p { margin: 0 0 16px; }
.lead { font-size: 1.14rem; color: #24405d; }
.muted, .micro { color: var(--muted); }
.micro { font-size: .92rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn-primary, .btn-secondary, .btn-tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 22px;
  border-radius: 16px;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-primary { background: linear-gradient(135deg, var(--brand), #22d0cb); color: white; box-shadow: 0 14px 30px rgba(16,175,192,.28); }
.btn-secondary { background: white; color: var(--brand-deep); border: 1px solid var(--line); box-shadow: 0 8px 25px rgba(10,31,63,.06); }
.btn-tertiary { padding: 0; color: var(--brand-dark); }
.btn-primary:hover, .btn-secondary:hover { transform: translateY(-1px); }

header.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(10,31,63,.06);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand-mark { min-width: 0; }
.brand-mark strong { display: block; font-size: 1.04rem; }
.brand-mark span { display: block; color: var(--muted); font-size: .9rem; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a:not(.nav-cta) { color: #325070; font-weight: 600; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  background: var(--brand-deep);
  color: white;
  font-weight: 700;
}
.mobile-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  color: var(--brand-deep);
}
.mobile-panel { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 56px;
  background:
    radial-gradient(circle at 20% 0%, rgba(44,224,207,.22) 0%, transparent 35%),
    radial-gradient(circle at 100% 20%, rgba(16,175,192,.22) 0%, transparent 36%),
    linear-gradient(180deg, #f5fbff 0%, #eef6fb 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(238,246,251,0) 0%, rgba(255,255,255,.95) 100%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 32px;
  align-items: center;
}
.hero-copy { padding: 18px 0; }
.hero-copy h1 em { color: var(--brand); font-style: normal; }
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(10,31,63,.08);
  font-size: .95rem;
  font-weight: 600;
  color: #27425e;
  box-shadow: 0 10px 28px rgba(10,31,63,.06);
}
.chip strong { color: var(--brand-deep); }
.hero-visual {
  position: relative;
  padding: 20px;
}
.visual-shell {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.84));
  border: 1px solid rgba(16,175,192,.14);
  box-shadow: var(--shadow);
}
.visual-shell img.hero-graphic {
  width: 100%;
  height: auto;
  max-height: 470px;
  object-fit: contain;
  margin: 0 auto;
}
.float-card {
  position: absolute;
  background: white;
  border-radius: 18px;
  border: 1px solid rgba(10,31,63,.08);
  box-shadow: 0 18px 40px rgba(10,31,63,.12);
  padding: 16px 18px;
  max-width: 220px;
}
.float-card small { display: block; color: var(--muted); font-size: .8rem; margin-bottom: 6px; }
.float-card strong { display: block; color: var(--brand-deep); font-size: 1rem; }
.float-a { left: -8px; bottom: 28px; }
.float-b { right: -4px; top: 28px; }
.trustbar {
  padding: 18px 0 8px;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.trust-item {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(10,31,63,.05);
}
.trust-item strong { display: block; font-size: .98rem; color: var(--brand-deep); margin-bottom: 6px; }
.trust-item span { color: var(--muted); font-size: .92rem; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.feature-card {
  background: white;
  border-radius: 28px;
  border: 1px solid rgba(10,31,63,.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.feature-art {
  background: linear-gradient(180deg, #f2fbff 0%, #f8fcff 100%);
  padding: 24px;
}
.feature-art img {
  width: 100%;
  height: 320px;
  object-fit: contain;
}
.feature-body { padding: 28px 28px 30px; }
.feature-body ul { margin: 18px 0 22px; padding: 0; list-style: none; display: grid; gap: 12px; }
.feature-body li { display: grid; grid-template-columns: 20px 1fr; gap: 12px; color: #294562; }
.feature-body li::before { content: "✓"; color: var(--success); font-weight: 800; }

.split-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
}
.split-grid.reverse { grid-template-columns: 1.05fr .95fr; }
.visual-card {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
  border-radius: 32px;
  border: 1px solid rgba(10,31,63,.08);
  box-shadow: var(--shadow);
  padding: 24px;
}
.visual-card img { width: 100%; height: auto; max-height: 460px; object-fit: contain; margin: 0 auto; }
.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.stat-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
}
.stat-card strong { display: block; font-size: 1.05rem; color: var(--brand-deep); margin-bottom: 6px; }
.stat-card span { color: var(--muted); font-size: .92rem; }

.compare-table {
  overflow: auto;
  border-radius: 24px;
  border: 1px solid rgba(10,31,63,.08);
  background: white;
  box-shadow: var(--shadow);
}
.compare-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}
.compare-table thead th {
  background: linear-gradient(180deg, #0d2544 0%, #102d52 100%);
  color: white;
  text-align: left;
  padding: 18px 16px;
  font-size: .96rem;
}
.compare-table tbody td {
  padding: 16px;
  border-top: 1px solid #e6eef5;
  vertical-align: top;
}
.compare-table tbody tr:nth-child(even) { background: #f8fbfe; }
.compare-table .yes { color: var(--success); font-weight: 700; }
.compare-table .no { color: #ab3b44; font-weight: 700; }
.compare-table .maybe { color: #af7a1d; font-weight: 700; }
.compare-table .hykr-col { background: rgba(16,175,192,.08); }

.highlight-band {
  background: linear-gradient(135deg, #081c35 0%, #10345f 55%, #0f6375 100%);
  color: white;
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 25px 60px rgba(8,28,53,.24);
}
.highlight-band h2, .highlight-band h3 { color: white; }
.highlight-band .micro, .highlight-band .muted, .highlight-band p { color: rgba(255,255,255,.82); }
.highlight-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.highlight-point {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 16px;
}
.highlight-point strong { display: block; margin-bottom: 6px; }

.number-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.number-step {
  position: relative;
  background: white;
  border-radius: 22px;
  border: 1px solid rgba(10,31,63,.08);
  padding: 22px;
  box-shadow: 0 12px 26px rgba(10,31,63,.05);
}
.number-step .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: white;
  font-weight: 800;
  margin-bottom: 14px;
}
.number-step.danger { border-color: rgba(171,59,68,.26); background: #fff9fa; }
.number-step.success { border-color: rgba(21,154,127,.24); background: #f6fffb; }

.faq-grid {
  display: grid;
  gap: 14px;
}
details {
  background: white;
  border: 1px solid rgba(10,31,63,.08);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 8px 20px rgba(10,31,63,.04);
}
details[open] { border-color: rgba(16,175,192,.28); }
summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: var(--brand-deep);
}
summary::-webkit-details-marker { display: none; }
details p { margin-top: 12px; color: #35506f; }

.cta-panel {
  display: grid;
  grid-template-columns: 1.1fr auto;
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg, #071629 0%, #123a58 60%, #0f7180 100%);
  color: white;
  padding: 34px;
  border-radius: 30px;
  box-shadow: 0 28px 60px rgba(8,28,53,.24);
}
.cta-panel h2 { color: white; }
.cta-panel p { color: rgba(255,255,255,.84); margin-bottom: 0; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: .92rem;
  color: var(--muted);
  margin-bottom: 18px;
}
.page-hero {
  padding: 44px 0 48px;
  background: radial-gradient(circle at 20% 0%, rgba(44,224,207,.2) 0%, transparent 30%), linear-gradient(180deg, #f5fbff 0%, #edf6fb 100%);
}
.page-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--line);
  font-size: .9rem;
  font-weight: 700;
  color: #305070;
}
.list-card {
  background: white;
  border: 1px solid rgba(10,31,63,.08);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 12px 26px rgba(10,31,63,.05);
}
.list-card ul { margin: 0; padding-left: 18px; color: #35506f; }
.list-card li + li { margin-top: 10px; }

footer.site-footer {
  background: #081728;
  color: white;
  padding: 34px 0 24px;
  margin-top: 80px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 26px;
  align-items: start;
}
.footer-brand img { width: 58px; margin-bottom: 14px; }
.footer-brand p, .footer-col a, .footer-fine { color: rgba(255,255,255,.76); }
.footer-col h4 { color: white; margin-bottom: 12px; }
.footer-col a { display: block; margin-bottom: 10px; }
.footer-fine { margin-top: 26px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 16px; font-size: .9rem; }

.page-section { padding: 72px 0; }
.soft-bg { background: linear-gradient(180deg, #f7fbff 0%, #f0f7fb 100%); }
.hide-desktop { display: none; }

@media (max-width: 1080px) {
  .hero-grid, .page-grid, .split-grid, .split-grid.reverse, .cta-panel { grid-template-columns: 1fr; }
  .hero-visual { padding: 0; }
  .visual-shell { min-height: auto; }
  .visual-shell img.hero-graphic { max-height: none; }
  .number-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid, .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 840px) {
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  .mobile-panel.open {
    display: grid;
    gap: 12px;
    padding: 0 0 18px;
  }
  .mobile-panel a {
    padding: 14px 16px;
    border-radius: 14px;
    background: white;
    border: 1px solid var(--line);
    font-weight: 700;
    color: var(--brand-deep);
  }
  .card-grid, .trust-grid, .footer-grid, .stat-grid, .highlight-points, .number-grid { grid-template-columns: 1fr; }
  .float-card { position: static; max-width: 100%; margin-top: 12px; }
  .visual-shell { display: grid; gap: 12px; }
  .cta-panel { padding: 28px; }
}
@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .section, .page-section { padding: 58px 0; }
  .hero { padding-top: 34px; }
  .feature-body, .feature-art, .highlight-band, .visual-card { padding: 20px; }
  .compare-table table { min-width: 700px; }
  .btn-primary, .btn-secondary { width: 100%; }
  .btn-row { gap: 12px; }
  .hide-mobile { display: none; }
  .hide-desktop { display: block; }
}

.lead-section { padding: 82px 0; background: #ffffff; }
.lead-grid { display:grid; grid-template-columns:.95fr 1.05fr; gap:34px; align-items:start; }
.lead-copy-card { background:linear-gradient(145deg,#081b33,#10395e 60%,#0d6f7b); color:#fff; border-radius:30px; padding:34px; box-shadow:0 28px 60px rgba(8,28,53,.2); }
.lead-copy-card h2,.lead-copy-card h3 { color:#fff; }
.lead-copy-card p { color:rgba(255,255,255,.82); }
.lead-copy-list { display:grid; gap:12px; margin-top:22px; }
.lead-copy-list div { display:grid; grid-template-columns:32px 1fr; gap:12px; align-items:start; }
.lead-copy-list i { width:30px;height:30px;border-radius:999px;background:rgba(44,224,207,.17);display:flex;align-items:center;justify-content:center;color:#7ef4e7;font-style:normal;font-weight:800; }
.lead-form-card { background:#fff; border:1px solid rgba(10,31,63,.09); border-radius:30px; padding:30px; box-shadow:var(--shadow); }
.lead-form-card h3 { margin-bottom:8px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:22px; }
.field { display:grid; gap:8px; }
.field.full { grid-column:1 / -1; }
.field label { font-size:.9rem; font-weight:700; color:#25425e; }
.field input,.field select,.field textarea { width:100%; border:1px solid #cfdce8; border-radius:14px; padding:13px 14px; font:inherit; color:var(--text); background:#fbfdff; outline:none; }
.field textarea { min-height:118px; resize:vertical; }
.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--brand); box-shadow:0 0 0 3px rgba(16,175,192,.11); }
.form-actions { display:flex; gap:12px; flex-wrap:wrap; align-items:center; margin-top:18px; }
.form-note { font-size:.83rem; color:var(--muted); margin-top:12px; }
.quote-links { display:flex; gap:12px; flex-wrap:wrap; margin-top:18px; }
@media (max-width:900px){ .lead-grid{grid-template-columns:1fr;} }
@media (max-width:600px){ .form-grid{grid-template-columns:1fr;} .field.full{grid-column:auto;} }
