:root {
  --ink: #102334;
  --muted: #5f7180;
  --line: #dfe7eb;
  --paper: #ffffff;
  --mist: #f4f8f8;
  --navy: #123f52;
  --blue: #176fd1;
  --blue-dark: #0d55a5;
  --red: #e3313d;
  --green: #14825d;
  --purple: #7048d7;
  --yellow: #f2bd36;
  --shadow: 0 22px 60px rgba(16, 35, 52, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }
.skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  z-index: 100;
  background: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.skip-link:focus { top: 12px; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(223, 231, 235, 0.9);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 900; color: var(--navy); font-size: 20px; }
.logo-mark { width: 39px; height: 32px; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; align-items: start; padding: 0 5px; background: var(--red); border-radius: 6px; box-shadow: inset 0 -4px rgba(0, 0, 0, 0.11); }
.logo-mark i { height: 6px; margin-top: -5px; background: #f45c66; border-radius: 3px 3px 0 0; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a { text-decoration: none; color: #385161; font-size: 14px; font-weight: 750; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--blue); }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.menu-button { display: none; border: 1px solid var(--line); background: #fff; border-radius: 9px; padding: 8px 11px; color: var(--navy); font-weight: 800; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; border: 1px solid transparent; border-radius: 10px; padding: 11px 18px; text-decoration: none; font-weight: 850; line-height: 1.2; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 7px 18px rgba(23, 111, 209, 0.24); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { background: #fff; border-color: #cdd9df; color: var(--navy); }
.button-light { background: #fff; color: var(--navy); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.45); }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.13; letter-spacing: -.025em; }
h1 { font-size: clamp(42px, 6vw, 72px); margin: 0; }
h2 { font-size: clamp(30px, 4vw, 46px); margin: 0; }
h3 { font-size: 21px; margin: 0; }
.lede { font-size: clamp(18px, 2vw, 21px); color: var(--muted); max-width: 690px; }
.hero { overflow: hidden; background: radial-gradient(circle at 82% 10%, #dcecff 0, transparent 32%), linear-gradient(180deg, #fbfdfd 0%, #eef6f6 100%); }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 50px; padding: 72px 0 78px; }
.hero-copy h1 span { color: var(--blue); }
.hero-copy .lede { margin: 24px 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-line { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 24px; color: #526979; font-size: 13px; font-weight: 700; }
.trust-line span::before { content: "✓"; color: var(--green); margin-right: 7px; }
.app-preview { position: relative; min-height: 480px; }
.preview-card { position: absolute; inset: 38px 0 10px 34px; background: #fff; border: 1px solid #d9e3e7; border-radius: 19px; box-shadow: var(--shadow); overflow: hidden; transform: rotate(-1.2deg); }
.preview-bar { height: 53px; background: #fff; border-bottom: 1px solid var(--line); display: flex; align-items: center; padding: 0 16px; gap: 6px; }
.preview-bar i { width: 9px; height: 9px; border-radius: 50%; background: #d9e1e5; }
.preview-body { padding: 18px; background: #f5f8fa; height: calc(100% - 53px); }
.preview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.preview-stat { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 14px; }
.preview-stat b { display: block; font-size: 22px; }
.preview-stat span { color: var(--muted); font-size: 10px; }
.preview-table { margin-top: 14px; background: #fff; border-radius: 11px; border: 1px solid var(--line); overflow: hidden; }
.preview-table-head { background: var(--green); color: #fff; padding: 12px 14px; font-weight: 800; }
.preview-row { display: grid; grid-template-columns: 1.1fr 1fr .8fr .4fr; gap: 10px; padding: 13px 14px; border-top: 1px solid var(--line); font-size: 11px; }
.preview-row b { color: var(--blue); }
.preview-chip { display: inline-block; width: 38px; height: 12px; border-radius: 5px; background: #e8eef1; }
.float-card { position: absolute; z-index: 2; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 14px 34px rgba(16,35,52,.18); padding: 14px 17px; font-size: 13px; font-weight: 800; }
.float-card.one { right: -18px; top: 8px; color: var(--green); }
.float-card.two { left: 0; bottom: 15px; color: var(--purple); }
.logo-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.logo-strip .container { display: flex; min-height: 88px; justify-content: center; align-items: center; gap: 32px; flex-wrap: wrap; color: #657984; font-weight: 800; font-size: 14px; text-align: center; }
.section { padding: 90px 0; }
.section-soft { background: var(--mist); }
.section-dark { background: var(--navy); color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading p { color: var(--muted); font-size: 18px; }
.section-dark .section-heading p { color: #c7d8df; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 27px; box-shadow: 0 8px 25px rgba(16,35,52,.05); }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; margin-bottom: 18px; background: #e8f2ff; color: var(--blue); font-weight: 900; font-size: 19px; }
.feature-card:nth-child(2) .feature-icon, .feature-card:nth-child(5) .feature-icon { background: #eee9ff; color: var(--purple); }
.feature-card:nth-child(3) .feature-icon, .feature-card:nth-child(6) .feature-icon { background: #e8f7f1; color: var(--green); }
.feature-card p { color: var(--muted); margin-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; counter-reset: step; }
.step { position: relative; padding-left: 58px; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; font-weight: 900; }
.step p { color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px; box-shadow: 0 9px 30px rgba(16,35,52,.06); }
.price-card.featured { border: 2px solid var(--blue); transform: translateY(-9px); }
.price-badge { position: absolute; top: 14px; right: 14px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.price { margin: 18px 0; }
.price strong { font-size: 40px; }
.price span { color: var(--muted); }
.price-card ul { list-style: none; padding: 0; margin: 0 0 25px; flex: 1; }
.price-card li { margin: 11px 0; color: #425967; }
.price-card li::before { content: "✓"; color: var(--green); margin-right: 9px; font-weight: 900; }
.pricing-note { text-align: center; color: var(--muted); margin-top: 28px; }
.cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta p { color: #c7d8df; max-width: 650px; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.page-hero { padding: 78px 0 58px; background: linear-gradient(180deg, #f4f9fa, #fff); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(40px, 5vw, 62px); }
.page-hero .lede { margin-bottom: 0; }
.prose { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 62px 0 90px; }
.prose h2 { font-size: 29px; margin: 42px 0 12px; }
.prose h3 { margin-top: 28px; }
.prose p, .prose li { color: #415969; }
.prose a { color: var(--blue); }
.prose .legal-meta { background: var(--mist); border: 1px solid var(--line); border-radius: 11px; padding: 14px 18px; color: var(--muted); }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.contact-card { background: var(--mist); border: 1px solid var(--line); border-radius: 16px; padding: 28px; }
.contact-card p { color: var(--muted); }
.contact-list { display: grid; gap: 14px; margin-top: 22px; }
.contact-list a { display: block; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 15px; text-decoration: none; color: var(--blue); font-weight: 800; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 17px 20px; }
.faq-list summary { cursor: pointer; font-weight: 850; }
.faq-list p { color: var(--muted); }
.site-footer { background: #0c2937; color: #fff; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.footer-brand p { color: #b8cad2; max-width: 330px; }
.footer-col strong { display: block; margin-bottom: 12px; }
.footer-col a { display: block; color: #bed0d8; text-decoration: none; margin: 8px 0; font-size: 14px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: #9db2bc; font-size: 12px; }
.cookie-banner { position: fixed; z-index: 60; left: 18px; right: 18px; bottom: 18px; max-width: 720px; margin-inline: auto; display: none; align-items: center; justify-content: space-between; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 17px 19px; box-shadow: var(--shadow); }
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; font-size: 13px; color: var(--muted); }
.cookie-banner a { color: var(--blue); }
.cookie-banner button { border: 0; border-radius: 8px; background: var(--navy); color: #fff; padding: 9px 13px; font-weight: 800; white-space: nowrap; }

@media (max-width: 900px) {
  .menu-button { display: block; margin-left: auto; }
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 68px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .nav-actions .button-secondary { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 60px; }
  .app-preview { min-height: 450px; }
  .card-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .two-column { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 68px; gap: 10px; }
  .logo { font-size: 18px; }
  .nav-actions .button { padding: 10px 12px; font-size: 13px; }
  .hero-grid { min-height: auto; padding: 50px 0 65px; }
  h1 { font-size: 42px; }
  .app-preview { min-height: 355px; }
  .preview-card { inset: 30px 0 5px 5px; }
  .preview-row { grid-template-columns: 1fr .7fr .4fr; }
  .preview-row span:nth-child(3) { display: none; }
  .float-card { font-size: 11px; padding: 10px 12px; }
  .section { padding: 67px 0; }
  .card-grid, .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .cta { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
}
