:root {
  --ink: #10213d;
  --muted: #5c6c85;
  --blue: #2f6bff;
  --cyan: #57d9e8;
  --orange: #ff9a57;
  --paper: #f4f7fc;
  --line: #dce5f2;
  --fog: #afbdd3;
  --white: #ffffff;
  --shadow: 0 0 0 1px rgba(16, 33, 61, .06), 0 12px 32px -12px rgba(16, 33, 61, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: Fraunces, ui-serif, Georgia, serif; text-wrap: balance; letter-spacing: -.03em; }
p { text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
header {
  position: sticky; top: 0; z-index: 20;
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand img { height: 36px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .93rem; font-weight: 500; color: var(--muted); }
.nav-links a:hover { color: var(--blue); }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 18px; border-radius: 999px; font-weight: 700; }
.nav-cta { background: var(--ink); color: #fff; border-radius: 999px; }
.btn { border-radius: 12px; font-size: .95rem; }
.btn-blue { background: var(--blue); color: #fff; }
.btn-white { background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.btn-ink { background: var(--ink); color: #fff; }
.menu-btn { display: none; width: 44px; height: 44px; border: 0; background: transparent; font-size: 1.4rem; }
.hero { padding: 64px 0 80px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.eyebrow { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 16px 0 20px; font-size: clamp(2.4rem, 5vw, 3.8rem); line-height: .98; }
.lead { max-width: 34rem; color: var(--muted); font-size: 1.12rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.panel { background: #fff; border-radius: 24px; padding: 32px; box-shadow: var(--shadow); text-align: center; }
.panel img { width: min(100%, 280px); }
.panel p { color: var(--muted); font-size: .9rem; }
.fiscal { background: var(--ink); color: #fff; padding: 72px 0; }
.fiscal-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; }
.fiscal .eyebrow { color: var(--cyan); }
h2 { margin: 12px 0; font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1.05; }
.fiscal p, .muted { color: var(--muted); }
.fiscal .lead { color: var(--fog); }
.fiscal ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.fiscal li { background: rgba(255,255,255,.05); border-radius: 16px; padding: 16px 18px; }
.section { padding: 80px 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.card { background: #fff; border-radius: 24px; padding: 24px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.tag { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card h3 { margin: 16px 0 4px; font-size: 1.45rem; }
.audience { color: var(--blue); font-size: .9rem; font-weight: 600; }
.card ul { list-style: none; padding: 0; margin: 16px 0 0; }
.card li { padding: 6px 0 6px 1.2em; position: relative; font-size: .92rem; }
.card li:before { content: "\2713"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }
.price-note { margin-top: auto; padding-top: 28px; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.price { font-family: Fraunces, serif; font-size: 2.4rem; font-weight: 700; margin: 4px 0 16px; }
.price small { font-family: Outfit, sans-serif; font-size: .85rem; color: var(--muted); font-weight: 600; }
.card .btn { width: 100%; }
.method { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.step { background: var(--paper); border-radius: 24px; padding: 24px; }
.n { color: var(--orange); font-weight: 800; font-size: .85rem; }
.bc { display: flex; gap: 24px; align-items: center; justify-content: space-between; background: #fff; border-radius: 24px; padding: 36px; box-shadow: var(--shadow); }
.contact { padding: 0 0 72px; }
.contact-box { display: flex; gap: 24px; align-items: center; justify-content: space-between; background: var(--orange); border-radius: 24px; padding: 40px; }
footer { border-top: 1px solid var(--line); padding: 22px 0 32px; color: var(--muted); font-size: .85rem; }
.footer-line { display: flex; justify-content: space-between; gap: 12px; }
.mobile-nav { display: none; }
@media (max-width: 900px) {
  .nav-links { display: none; }
  .menu-btn { display: grid; place-items: center; }
  .hero-grid, .fiscal-grid, .cards, .steps, .bc, .contact-box, .footer-line { grid-template-columns: 1fr; display: grid; }
  .bc, .contact-box { display: grid; }
  .mobile-nav.open { display: flex; flex-direction: column; gap: 4px; padding: 8px 0 16px; border-top: 1px solid var(--line); }
  .mobile-nav a { min-height: 44px; display: flex; align-items: center; font-weight: 600; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
