:root {
  --bg: #ffffff;
  --bg-soft: #f5f8fc;
  --bg-dark: #0c1726;
  --text: #102033;
  --muted: #5b697c;
  --line: #dbe4ef;
  --primary: #094663;
  --primary-dark: #062f42;
  --accent: #00a676;
  --accent-dark: #007c59;
  --card: #ffffff;
  --warning: #fff7e6;
  --shadow: 0 18px 45px rgba(16, 32, 51, 0.11);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; height: auto; }

a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-dark); }

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: var(--primary);
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  z-index: 999;
}
.skip-link:focus { left: 10px; }

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(219, 228, 239, 0.9);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.03em;
  font-size: 1.35rem;
}
.brand img { width: 36px; height: 36px; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 650;
  font-size: 0.95rem;
}
.site-nav a { color: var(--text); }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--primary); }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-menu-button {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  padding: 9px 11px;
  border-radius: 12px;
  font: inherit;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 750;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 12px 28px rgba(9, 70, 99, 0.22);
}
.button-primary:hover { color: #fff; background: var(--primary-dark); }
.button-secondary {
  color: var(--primary);
  background: #eef6ff;
  border-color: #cfe4fb;
}
.button-secondary:hover { background: #e3f0ff; }
.button-outline {
  color: var(--text);
  background: #fff;
  border-color: var(--line);
}
.button-outline:hover { color: var(--primary); border-color: #a8cbee; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 64px;
  background:
    radial-gradient(circle at top left, rgba(9,70,99,0.13), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -180px auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0,166,118,0.12), transparent 70%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 7px 12px;
  background: #ecf8f4;
  color: var(--accent-dark);
  border: 1px solid #bdebdc;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 750;
}
.hero h1, .page-hero h1 {
  margin: 0;
  font-size: clamp(2.35rem, 4.7vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}
.hero p.lead, .page-hero p.lead {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  max-width: 760px;
}
.hero-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}
.hero-card {
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(219,228,239,0.9);
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 14px;
}
.hero-card img { display: block; border-radius: 18px; }

.logo-strip {
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.logo-strip p {
  margin: 0;
  color: var(--muted);
  text-align: center;
  font-weight: 650;
}

.section {
  padding: 76px 0;
}
.section-soft { background: var(--bg-soft); }
.section-dark {
  background: var(--bg-dark);
  color: #fff;
}
.section-dark .section-heading p, .section-dark .muted { color: #b9c5d4; }
.section-heading {
  margin-bottom: 34px;
  max-width: 780px;
}
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.05rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}
.section-heading p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.grid-2, .grid-3, .grid-4 {
  display: grid;
  gap: 20px;
}
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 10px 26px rgba(16, 32, 51, 0.04);
}
.card h3 { margin: 10px 0 8px; font-size: 1.25rem; letter-spacing: -0.02em; }
.card p { margin: 0; color: var(--muted); }
.card .icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef6ff;
  color: var(--primary);
  font-weight: 900;
}
.card.dark {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
}
.card.dark p { color: #b9c5d4; }

.feature-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: center;
}
.feature-panel + .feature-panel { margin-top: 68px; }
.feature-panel.reverse .feature-copy { order: 2; }
.feature-panel.reverse .feature-media { order: 1; }
.feature-copy h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.feature-copy p {
  margin: 16px 0 0;
  color: var(--muted);
}
.feature-media {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 10px;
  background: #fff;
  box-shadow: var(--shadow);
}
.feature-media img { display: block; border-radius: 15px; }

.check-list {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--text);
  font-weight: 650;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e6f7f1;
  color: var(--accent-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
.section-dark .check-list li { color: #fff; }

.page-hero {
  padding: 72px 0 48px;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
  border-bottom: 1px solid var(--line);
}
.breadcrumbs {
  font-size: 0.92rem;
  color: var(--muted);
  margin-bottom: 16px;
}
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--primary); }

.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
th, td {
  text-align: left;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}
th { background: #f5f8fc; font-size: 0.9rem; color: var(--muted); }
tr:last-child td { border-bottom: 0; }

.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.pricing-card.featured {
  border: 2px solid var(--primary);
  box-shadow: var(--shadow);
}
.price {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 850;
  margin: 16px 0 8px;
}
.price span { font-size: 1rem; color: var(--muted); font-weight: 650; }
.pricing-card .button { margin-top: auto; }
.badge {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ecf8f4;
  color: var(--accent-dark);
  font-weight: 800;
  font-size: 0.8rem;
}

.faq {
  display: grid;
  gap: 12px;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.faq-button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font: inherit;
  font-weight: 800;
  color: var(--text);
  cursor: pointer;
}
.faq-button span:last-child { font-size: 1.4rem; color: var(--primary); }
.faq-panel {
  display: none;
  padding: 0 20px 18px;
  color: var(--muted);
}
.faq-item.is-open .faq-panel { display: block; }

.cta-band {
  padding: 42px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--primary), #0a377c);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  box-shadow: var(--shadow);
}
.cta-band h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.65rem); letter-spacing: -0.045em; line-height: 1.08; }
.cta-band p { margin: 10px 0 0; color: #d8e9ff; }
.cta-band .button { background: #fff; color: var(--primary); }

.contact-box {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.contact-box p { margin: 0 0 12px; color: var(--muted); }

.legal-content {
  max-width: 850px;
}
.legal-content h2 { margin-top: 36px; letter-spacing: -0.03em; }
.legal-content p, .legal-content li { color: var(--muted); }

.site-footer {
  background: #07111f;
  color: #d7e1ee;
  padding: 54px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 28px;
}
.footer-grid h3, .footer-grid h4 { color: #fff; margin: 0 0 12px; }
.footer-grid p { margin: 0; color: #9fb0c6; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-grid a { color: #d7e1ee; }
.footer-grid a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 34px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #9fb0c6;
  font-size: 0.92rem;
}

@media (max-width: 920px) {
  .hero-grid, .feature-panel, .cta-band { grid-template-columns: 1fr; }
  .feature-panel.reverse .feature-copy, .feature-panel.reverse .feature-media { order: initial; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-nav {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 76px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 10px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 14px; border-radius: 12px; }
  .site-nav a:hover { background: #f5f8fc; }
  .mobile-menu-button { display: inline-flex; }
  .nav-actions .button-outline { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, var(--max)); }
  .hero, .section, .page-hero { padding-block: 48px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .cta-band { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .nav-actions .button-primary { padding-inline: 13px; }
}
