:root {
  --navy-950: #041521;
  --navy-900: #071f33;
  --navy-800: #0a314e;
  --blue-700: #086b9f;
  --blue-600: #0787bd;
  --cyan-500: #08afd0;
  --cyan-100: #dff8fc;
  --orange-500: #f47b20;
  --orange-100: #fff0e3;
  --ink: #102b3c;
  --muted: #5e7584;
  --line: #dce9ef;
  --canvas: #f5f9fb;
  --white: #fff;
  --success: #198754;
  --danger: #c43b4d;
  --shadow-sm: 0 8px 24px rgba(7, 31, 51, .07);
  --shadow-md: 0 22px 65px rgba(7, 31, 51, .12);
  --shadow-lg: 0 35px 90px rgba(7, 31, 51, .18);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 0, rgba(8, 175, 208, .09), transparent 30rem),
    var(--canvas);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: #fff; background: var(--blue-600); }
:focus-visible { outline: 3px solid rgba(8, 175, 208, .55); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 15px;
  color: #fff; background: var(--navy-950); border-radius: 10px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent;
  background: rgba(245, 249, 251, .78); backdrop-filter: blur(18px);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { background: rgba(255, 255, 255, .94); border-color: var(--line); box-shadow: 0 8px 30px rgba(7, 31, 51, .05); }
.header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark {
  display: grid; width: 48px; height: 48px; place-items: center;
  border: 1px solid rgba(8, 135, 189, .14); border-radius: 15px; background: #fff; box-shadow: var(--shadow-sm);
}
.brand-mark img { width: 34px; height: 34px; object-fit: contain; }
.brand-name { color: var(--navy-900); font-size: 27px; font-weight: 850; letter-spacing: -.055em; line-height: 1; }
.brand-name span { color: var(--cyan-500); }
.main-nav { display: flex; align-items: center; gap: 25px; color: #3f5b6c; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.button) { padding: 10px 2px; }
.main-nav > a:not(.button):hover, .main-nav > a[aria-current="page"] { color: var(--blue-700); }
.nav-divider { width: 1px; height: 26px; background: var(--line); }
.nav-login { color: var(--navy-900) !important; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--navy-900); border-radius: 2px; }

.button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px;
  color: #fff; border: 0; border-radius: 15px; background: linear-gradient(120deg, var(--blue-700), var(--cyan-500));
  box-shadow: 0 13px 30px rgba(8, 135, 189, .23); font-weight: 800; line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(8, 135, 189, .31); filter: saturate(1.08); }
.button:active { transform: translateY(0); }
.button.is-loading { cursor: wait; opacity: .72; pointer-events: none; }
.button-small { min-height: 44px; padding-inline: 19px; border-radius: 13px; }
.button-dark { background: var(--navy-900); box-shadow: 0 13px 30px rgba(7, 31, 51, .2); }
.button-light { color: var(--navy-900); background: #fff; box-shadow: var(--shadow-sm); }
.button-ghost { color: var(--blue-700); border: 1px solid #b8dce8; background: #fff; box-shadow: none; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-700); font-weight: 800; }
.text-link:hover { gap: 12px; }
.text-link::after { content: "→"; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; padding: 7px 12px;
  color: var(--blue-700); border: 1px solid #cdeaf1; border-radius: 999px; background: rgba(255, 255, 255, .78);
  font-size: 11px; font-weight: 850; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; box-shadow: var(--shadow-sm);
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange-500); box-shadow: 0 0 0 4px var(--orange-100); }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading.align-left { margin-inline: 0; text-align: left; }
.section-heading h2, .content-heading {
  margin: 0; color: var(--navy-900); font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 850; letter-spacing: -.045em; line-height: 1.08;
}
.section-heading p { max-width: 620px; margin: 18px auto 0; color: var(--muted); font-size: 17px; }
.section-heading.align-left p { margin-left: 0; }
.section { padding-block: 104px; }
.section-white { background: #fff; }
.section-dark { color: #fff; background: var(--navy-900); }

.hero { position: relative; overflow: hidden; padding: 78px 0 96px; }
.hero::before {
  position: absolute; inset: 0; z-index: -2; content: "";
  background-image: linear-gradient(rgba(8, 135, 189, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 135, 189, .055) 1px, transparent 1px);
  background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero::after {
  position: absolute; z-index: -1; top: -190px; right: -170px; width: 620px; height: 620px; content: "";
  border-radius: 50%; background: radial-gradient(circle, rgba(8, 175, 208, .18), rgba(8, 175, 208, 0) 68%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; gap: 64px; }
.hero h1 {
  max-width: 720px; margin: 0; color: var(--navy-900); font-size: clamp(2.8rem, 5.5vw, 5rem);
  font-weight: 880; letter-spacing: -.062em; line-height: .99;
}
.hero h1 span { color: var(--blue-700); }
.hero-copy > p { max-width: 650px; margin: 25px 0 30px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px; margin: 28px 0 0; padding: 0; color: #526c7b; font-size: 13px; font-weight: 700; list-style: none; }
.trust-list li::before { margin-right: 7px; color: var(--success); content: "✓"; font-weight: 900; }

.signup-card { position: relative; padding: 34px; border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--radius-lg); background: var(--navy-900); box-shadow: var(--shadow-lg); }
.signup-card::before {
  position: absolute; top: -1px; right: 30px; left: 30px; height: 3px; content: "";
  border-radius: 0 0 10px 10px; background: linear-gradient(90deg, transparent, var(--cyan-500), var(--orange-500), transparent);
}
.signup-card h2 { margin: 0; color: #fff; font-size: 25px; letter-spacing: -.035em; }
.signup-card .card-lead { margin: 8px 0 24px; color: #a9bfca; font-size: 14px; }
.field { margin-bottom: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label { display: block; margin: 0 0 7px; color: #c7d7df; font-size: 12px; font-weight: 800; }
.field input, .field textarea {
  width: 100%; min-height: 51px; padding: 13px 15px; color: var(--ink); border: 1px solid #d6e6ed;
  border-radius: 13px; background: #fff; outline: none; transition: border .15s ease, box-shadow .15s ease;
}
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--cyan-500); box-shadow: 0 0 0 4px rgba(8, 175, 208, .14); }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 78px; }
.password-toggle { position: absolute; top: 50%; right: 8px; padding: 7px; color: var(--blue-700); border: 0; background: transparent; font-size: 11px; font-weight: 850; transform: translateY(-50%); }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 5px 0 17px; color: #b7c9d2; font-size: 11px; line-height: 1.5; }
.consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--cyan-500); }
.consent a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.form-note { margin: 13px 0 0; color: #8eabb8; font-size: 11px; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.alert { margin-bottom: 18px; padding: 13px 15px; border-radius: 12px; font-size: 13px; font-weight: 750; }
.alert-error { color: #7e2531; border: 1px solid #f3bdc4; background: #fff0f2; }
.alert-success { color: #0f653c; border: 1px solid #aaddc2; background: #ecfff5; }

.signal-strip { border-block: 1px solid var(--line); background: rgba(255, 255, 255, .72); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-item { display: flex; min-height: 92px; align-items: center; gap: 14px; padding: 20px; border-right: 1px solid var(--line); }
.signal-item:last-child { border: 0; }
.signal-icon { display: grid; width: 41px; height: 41px; flex: 0 0 auto; place-items: center; color: var(--blue-700); border-radius: 13px; background: var(--cyan-100); font-weight: 900; }
.signal-item strong { display: block; color: var(--navy-900); font-size: 14px; }
.signal-item span { display: block; color: var(--muted); font-size: 12px; }

.dashboard-shell { position: relative; min-height: 470px; padding: 16px; border: 1px solid #cbdfe8; border-radius: 30px; background: rgba(255, 255, 255, .68); box-shadow: var(--shadow-md); transform: rotate(1deg); }
.dashboard { height: 100%; min-height: 438px; overflow: hidden; border-radius: 20px; background: #fff; box-shadow: 0 12px 45px rgba(7, 31, 51, .12); }
.dash-top { display: flex; height: 57px; align-items: center; justify-content: space-between; padding: 0 19px; border-bottom: 1px solid #e8f0f4; }
.dash-dots { display: flex; gap: 6px; }
.dash-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d8e5eb; }
.dash-dots i:first-child { background: var(--orange-500); }
.dash-user { width: 28px; height: 28px; border-radius: 50%; background: var(--cyan-100); }
.dash-body { display: grid; grid-template-columns: 74px 1fr; min-height: 380px; }
.dash-side { padding: 19px 14px; background: var(--navy-900); }
.dash-logo { width: 30px; height: 30px; margin: 0 auto 28px; border-radius: 9px; background: linear-gradient(135deg, var(--cyan-500), var(--blue-700)); }
.dash-nav-item { width: 32px; height: 8px; margin: 0 auto 18px; border-radius: 5px; background: rgba(255, 255, 255, .14); }
.dash-nav-item.active { height: 32px; background: rgba(8, 175, 208, .35); }
.dash-main { padding: 24px; background: #f7fafb; }
.dash-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 18px; }
.dash-heading strong { color: var(--navy-900); font-size: 17px; }
.dash-heading span { color: #77909d; font-size: 9px; font-weight: 700; }
.dash-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric { padding: 15px; border: 1px solid #e0ebef; border-radius: 14px; background: #fff; }
.metric span { display: block; margin-bottom: 8px; color: #77909d; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.metric strong { color: var(--navy-900); font-size: 15px; }
.metric strong.positive { color: var(--success); }
.chart-card { margin-top: 12px; padding: 17px; border: 1px solid #e0ebef; border-radius: 15px; background: #fff; }
.chart-title { display: flex; justify-content: space-between; color: var(--navy-900); font-size: 10px; font-weight: 850; }
.chart { display: flex; height: 95px; align-items: flex-end; gap: 8px; padding-top: 15px; border-bottom: 1px solid #dce8ed; }
.chart i { flex: 1; min-width: 8px; border-radius: 5px 5px 0 0; background: linear-gradient(to top, var(--blue-700), var(--cyan-500)); opacity: .9; }
.chart i:nth-child(1) { height: 28%; }.chart i:nth-child(2) { height: 42%; }.chart i:nth-child(3) { height: 35%; }
.chart i:nth-child(4) { height: 56%; }.chart i:nth-child(5) { height: 50%; }.chart i:nth-child(6) { height: 72%; }
.chart i:nth-child(7) { height: 64%; }.chart i:nth-child(8) { height: 89%; }
.floating-chip {
  position: absolute; right: -22px; bottom: 42px; display: flex; align-items: center; gap: 10px; padding: 13px 16px;
  border: 1px solid #dce8ed; border-radius: 15px; background: #fff; box-shadow: var(--shadow-md); font-size: 12px; font-weight: 800;
}
.floating-chip i { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; border-radius: 10px; background: var(--success); font-style: normal; }

.audience-grid, .features-grid, .related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.audience-card, .feature-card, .related-card {
  position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line);
  border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.audience-card:hover, .feature-card:hover, .related-card:hover { transform: translateY(-5px); border-color: #9fd6e3; box-shadow: var(--shadow-md); }
.card-number { display: inline-grid; width: 43px; height: 43px; place-items: center; margin-bottom: 24px; color: var(--blue-700); border-radius: 13px; background: var(--cyan-100); font-size: 13px; font-weight: 900; }
.audience-card:nth-child(2) .card-number, .audience-card:nth-child(4) .card-number { color: #bf570d; background: var(--orange-100); }
.audience-card h3, .feature-card h3, .related-card h3 { margin: 0 0 10px; color: var(--navy-900); font-size: 21px; letter-spacing: -.025em; line-height: 1.25; }
.audience-card p, .feature-card p, .related-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.features-grid { grid-template-columns: 1.15fr .85fr .85fr; }
.feature-card:first-child { grid-row: span 2; color: #fff; border: 0; background: var(--navy-900); }
.feature-card:first-child h3 { color: #fff; font-size: 28px; }
.feature-card:first-child p { color: #b6c9d2; }
.feature-card-accent { color: #fff; border: 0; background: linear-gradient(145deg, var(--blue-700), var(--cyan-500)); }
.feature-card-accent h3, .feature-card-accent p { color: #fff; }
.feature-icon { display: inline-grid; width: 48px; height: 48px; place-items: center; margin-bottom: 26px; border-radius: 15px; background: var(--cyan-100); color: var(--blue-700); font-size: 18px; font-weight: 900; }
.feature-card:first-child .feature-icon, .feature-card-accent .feature-icon { color: #fff; background: rgba(255, 255, 255, .13); }
.mini-list { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; }
.mini-list li { position: relative; padding-left: 23px; color: inherit; font-size: 13px; font-weight: 700; }
.mini-list li::before { position: absolute; left: 0; color: var(--cyan-500); content: "✓"; font-weight: 900; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; counter-reset: steps; }
.step { position: relative; counter-increment: steps; }
.step::before {
  display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 22px; color: #fff; border-radius: 16px;
  background: var(--navy-900); box-shadow: 0 10px 24px rgba(7, 31, 51, .16); content: "0" counter(steps); font-size: 13px; font-weight: 900;
}
.step:not(:last-child)::after { position: absolute; top: 24px; left: 72px; width: calc(100% - 50px); height: 1px; content: ""; background: linear-gradient(90deg, #9dd9e6, transparent); }
.step h3 { margin: 0 0 10px; color: var(--navy-900); font-size: 19px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.price-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.price-intro .section-heading { margin: 0; }
.trial-note { max-width: 330px; padding: 17px 19px; border: 1px solid #bde2eb; border-radius: 16px; background: var(--cyan-100); color: var(--blue-700); font-size: 13px; font-weight: 800; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.price-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.price-card.featured { color: #fff; border-color: var(--navy-900); background: var(--navy-900); box-shadow: var(--shadow-lg); transform: translateY(-9px); }
.price-label { color: var(--blue-700); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.featured .price-label { color: #7de2f0; }
.price { display: flex; align-items: baseline; gap: 3px; margin: 14px 0 3px; color: var(--navy-900); }
.featured .price { color: #fff; }
.price strong { font-size: 40px; letter-spacing: -.05em; }
.price span { color: var(--muted); font-size: 13px; font-weight: 750; }
.featured .price span { color: #afc5d0; }
.price-total { min-height: 24px; margin: 0; color: var(--muted); font-size: 12px; }
.featured .price-total { color: #afc5d0; }
.price-card .mini-list { min-height: 111px; margin-block: 25px; color: var(--ink); }
.featured .mini-list { color: #d9e5ea; }
.popular-badge { position: absolute; top: 17px; right: 17px; padding: 6px 9px; color: var(--navy-900); border-radius: 999px; background: var(--orange-500); font-size: 9px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.free-plan {
  position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  align-items: center; gap: 55px; overflow: hidden; padding: 55px; border: 1px solid #b8e3eb;
  border-radius: var(--radius-lg); background: linear-gradient(145deg, #fff, #eafafd); box-shadow: var(--shadow-md);
}
.free-plan::after {
  position: absolute; right: -130px; bottom: -190px; width: 430px; height: 430px; content: "";
  border-radius: 50%; background: rgba(8, 175, 208, .13); box-shadow: 0 0 0 60px rgba(8, 175, 208, .05);
}
.free-plan > * { position: relative; z-index: 1; }
.free-price { display: flex; align-items: baseline; gap: 10px; margin: 16px 0; color: var(--navy-900); }
.free-price strong { font-size: clamp(3.6rem, 8vw, 6.4rem); font-weight: 900; letter-spacing: -.075em; line-height: .9; }
.free-price span { color: var(--blue-700); font-size: 18px; font-weight: 850; }
.free-plan h3 { margin: 0; color: var(--navy-900); font-size: 24px; letter-spacing: -.035em; }
.free-plan p { max-width: 650px; color: var(--muted); }
.free-plan .mini-list { margin: 0; padding: 28px; border: 1px solid #cce8ee; border-radius: 20px; background: rgba(255,255,255,.82); }

.faq-list { display: grid; max-width: 850px; gap: 12px; margin: 0 auto; }
.faq-list details { border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 5px 18px rgba(7, 31, 51, .04); }
.faq-list summary { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 23px; color: var(--navy-900); cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; border-radius: 9px; background: var(--cyan-100); content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 23px 22px; color: var(--muted); font-size: 14px; }
.faq-answer p { margin: 0; }

.cta-panel {
  position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; overflow: hidden;
  padding: 54px; border-radius: var(--radius-lg); background: var(--navy-900); box-shadow: var(--shadow-lg);
}
.cta-panel::after { position: absolute; top: -120px; right: 14%; width: 310px; height: 310px; content: ""; border-radius: 50%; background: rgba(8, 175, 208, .18); filter: blur(15px); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 690px; margin: 0 0 12px; color: #fff; font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.045em; line-height: 1.08; }
.cta-panel p { margin: 0; color: #acc1cb; }

.support-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 54px; }
.support-copy h2 { margin: 0 0 18px; color: #fff; font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -.045em; line-height: 1.1; }
.support-copy p { color: #a9c0ca; }
.support-meta { display: grid; gap: 12px; margin-top: 30px; }
.support-meta span { display: flex; align-items: center; gap: 10px; color: #d8e5ea; font-size: 13px; font-weight: 750; }
.support-meta span::before { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 9px; background: rgba(8, 175, 208, .17); color: #67d9e9; content: "✓"; }
.support-form { padding: 30px; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius-md); background: rgba(255, 255, 255, .06); }

.auth-page { min-height: calc(100vh - 82px); padding: 70px 0 95px; }
.auth-grid { display: grid; grid-template-columns: 1fr minmax(390px, 480px); align-items: center; gap: 90px; }
.auth-copy h1 { max-width: 660px; margin: 0; color: var(--navy-900); font-size: clamp(2.7rem, 5vw, 4.8rem); font-weight: 880; letter-spacing: -.06em; line-height: 1; }
.auth-copy > p { max-width: 570px; margin: 24px 0; color: var(--muted); font-size: 18px; }
.auth-points { display: grid; max-width: 560px; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.auth-points li { padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.8); color: var(--navy-900); font-size: 13px; font-weight: 800; }
.auth-points li::before { margin-right: 8px; color: var(--success); content: "✓"; }
.auth-card-footer { margin: 21px 0 0; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.12); color: #aac0ca; font-size: 13px; text-align: center; }
.auth-card-footer a { color: #fff; font-weight: 850; }
.auth-links { display: flex; justify-content: flex-end; margin: -4px 0 14px; }
.auth-links a { color: #9fe5ee; font-size: 11px; font-weight: 800; }

.page-hero { position: relative; overflow: hidden; padding: 90px 0; background: linear-gradient(155deg, var(--navy-900), #0b3a58); }
.page-hero::after { position: absolute; right: -140px; bottom: -220px; width: 500px; height: 500px; content: ""; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.page-hero h1 { margin: 0; color: #fff; font-size: clamp(2.7rem, 5vw, 4.75rem); font-weight: 880; letter-spacing: -.06em; line-height: 1; }
.page-hero p { max-width: 680px; margin: 24px 0 30px; color: #b5cad4; font-size: 18px; }
.page-hero .eyebrow { color: #99e7f1; border-color: rgba(153,231,241,.2); background: rgba(255,255,255,.07); box-shadow: none; }
.page-hero .trust-list { color: #c7d8df; }
.hero-side-card { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.hero-side-card .card-label { color: #7fe3ef; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-side-card h2 { margin: 12px 0 20px; color: #fff; font-size: 25px; line-height: 1.2; }
.check-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: #d6e4e9; font-size: 14px; }
.check-list li::before { position: absolute; left: 0; color: var(--orange-500); content: "✓"; font-weight: 950; }
.long-copy { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; }
.long-copy aside { position: sticky; top: 110px; align-self: start; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.long-copy aside strong { display: block; margin-bottom: 14px; color: var(--navy-900); }
.long-copy aside a { display: block; padding: 8px 0; color: var(--muted); font-size: 13px; font-weight: 750; }
.long-copy aside a:hover { color: var(--blue-700); }
.article-copy section { margin-bottom: 55px; scroll-margin-top: 110px; }
.article-copy h2 { margin: 0 0 17px; color: var(--navy-900); font-size: clamp(1.8rem, 3vw, 2.55rem); letter-spacing: -.04em; line-height: 1.12; }
.article-copy h3 { margin: 25px 0 8px; color: var(--navy-900); font-size: 19px; }
.article-copy p { margin: 0 0 16px; color: var(--muted); }
.article-callout { padding: 25px; border-left: 4px solid var(--orange-500); border-radius: 0 18px 18px 0; background: var(--orange-100); }
.article-callout strong { color: var(--navy-900); }
.related-grid { grid-template-columns: repeat(3, 1fr); }
.related-card { padding: 25px; }
.related-card h3 { font-size: 18px; }

.site-footer { padding-top: 72px; color: #b4c7d0; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 55px; padding-bottom: 55px; }
.brand-footer .brand-mark { width: 43px; height: 43px; border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.07); box-shadow: none; }
.brand-footer .brand-name { color: #fff; }
.footer-intro { max-width: 320px; margin: 20px 0; font-size: 14px; }
.brazil-badge { display: inline-flex; padding: 7px 10px; color: #b9ecf3; border: 1px solid rgba(8,175,208,.25); border-radius: 999px; background: rgba(8,175,208,.08); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.footer-grid h2 { margin: 6px 0 17px; color: #fff; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }
.footer-grid ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-grid li, .footer-grid a { font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 23px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; font-size: 11px; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; top: 82px; right: 0; left: 0; display: none; height: calc(100dvh - 82px);
    align-items: stretch; padding: 26px 20px; background: rgba(255,255,255,.98); flex-direction: column; gap: 5px;
  }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .nav-divider { display: none; }
  .main-nav .button { margin-top: 12px; }
  .hero-grid, .page-hero-grid, .support-grid, .long-copy, .auth-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 55px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .signup-card { max-width: 620px; margin-inline: auto; }
  .auth-copy { text-align: center; }
  .auth-copy > p { margin-inline: auto; }
  .auth-points { margin-inline: auto; }
  .page-hero-grid { gap: 45px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-item:nth-child(2) { border-right: 0; }
  .signal-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:first-child { grid-column: span 2; grid-row: auto; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .free-plan { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .price-card .mini-list { min-height: 0; }
  .cta-panel { grid-template-columns: 1fr; }
  .long-copy aside { position: static; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 72px; }
  .main-nav { top: 72px; height: calc(100dvh - 72px); }
  .brand-mark { width: 43px; height: 43px; }
  .hero { padding: 43px 0 70px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 3.65rem); }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .signup-card { padding: 25px 20px; border-radius: 24px; }
  .auth-page { padding-top: 45px; }
  .auth-grid { gap: 40px; }
  .auth-points { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .section { padding-block: 75px; }
  .section-heading { margin-bottom: 35px; }
  .signal-grid, .audience-grid, .features-grid, .steps, .related-grid { grid-template-columns: 1fr; }
  .signal-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-item:nth-child(3) { border-bottom: 1px solid var(--line); }
  .feature-card:first-child { grid-column: auto; }
  .steps { gap: 31px; }
  .step:not(:last-child)::after { display: none; }
  .price-intro { align-items: stretch; flex-direction: column; }
  .price-card { padding: 27px 22px; }
  .free-plan { padding: 34px 24px; gap: 28px; }
  .free-plan .mini-list { padding: 22px; }
  .dashboard-shell { min-height: 390px; padding: 9px; transform: none; }
  .dashboard { min-height: 370px; }
  .dash-body { grid-template-columns: 54px 1fr; min-height: 313px; }
  .dash-side { padding-inline: 9px; }
  .dash-main { padding: 17px 12px; }
  .dash-metrics { grid-template-columns: 1fr 1fr; }
  .metric:last-child { display: none; }
  .floating-chip { right: -5px; bottom: 23px; }
  .cta-panel { padding: 34px 24px; }
  .page-hero { padding: 65px 0; }
  .page-hero h1 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
  .hero-side-card { padding: 24px; }
  .long-copy { gap: 40px; }
  .support-form { padding: 22px 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .site-footer, .button, .menu-toggle { display: none !important; }
  body { color: #000; background: #fff; }
  .section, .page-hero { padding-block: 20px; }
  .page-hero { color: #000; background: #fff; }
  .page-hero h1 { color: #000; }
}
