:root {
  color-scheme: light;
  --ink: #18212f;
  --muted: #667085;
  --line: #d9e0ea;
  --panel: #ffffff;
  --soft: #f6f8fb;
  --accent: #0d8f68;
  --accent-strong: #087252;
  --blue: #315b96;
  --amber: #c76f16;
  --tool-gold: #ffc627;
  --tool-blue: #0474c8;
  --tool-navy: #102943;
  --rose: #a43d55;
  --dark: #111722;
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fbfcfe;
}

button,
input {
  font: inherit;
}

button:disabled {
  cursor: progress;
  opacity: 0.72;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: 4.85rem;
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: 2.7rem;
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  line-height: 1.18;
}

p {
  line-height: 1.65;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 48px;
  border-bottom: 1px solid rgba(216, 224, 234, 0.82);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  background: var(--dark);
  color: white;
  font-weight: 800;
}

.brand-mark.image-mark {
  overflow: hidden;
  border: 1px solid rgba(255, 198, 39, 0.38);
  background: #f4f7fb;
  box-shadow: 0 8px 24px rgba(4, 116, 200, 0.12);
}

.brand-mark img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 1px;
  color: var(--muted);
}

.nav-actions,
.hero-actions,
.account-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.solid-button,
.outline-button,
.ghost-button,
.link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.solid-button {
  background: linear-gradient(135deg, var(--accent), var(--tool-blue));
  color: white;
  font-weight: 800;
}

.solid-button:hover {
  background: linear-gradient(135deg, var(--accent-strong), #075fa5);
}

.outline-button {
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
  font-weight: 800;
}

.outline-button:hover {
  border-color: #aeb9c8;
}

.ghost-button,
.link-button {
  background: transparent;
  color: var(--ink);
  font-weight: 700;
}

.ghost-button:hover,
.link-button:hover {
  color: var(--accent-strong);
}

.auth-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.large {
  min-height: 50px;
  padding-inline: 20px;
}

.full {
  width: 100%;
}

.hidden {
  display: none !important;
}

.sales-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: calc(100svh - 132px);
  overflow: hidden;
  padding: 54px 48px 36px;
  border-bottom: 1px solid var(--line);
  background: #edf2f7;
}

.sales-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 250, 252, 0.98) 0%, rgba(247, 250, 252, 0.91) 40%, rgba(247, 250, 252, 0.52) 74%, rgba(247, 250, 252, 0.82) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(224, 234, 244, 0.42));
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 44px 48px 44px 34%;
  pointer-events: none;
}

.hero-window {
  width: min(820px, 70vw);
  border: 1px solid #c6d0dd;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  box-shadow: 0 34px 90px rgba(37, 45, 58, 0.18);
  transform: rotate(-1deg);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: #eef2f7;
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: #b6bfce;
}

.browser-bar strong {
  margin-left: 10px;
  color: var(--muted);
  font-size: 0.84rem;
}

.hero-mentor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  min-height: 430px;
}

.google-flow-preview {
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
    repeating-linear-gradient(0deg, #ffffff, #ffffff 36px, #eef2f7 37px);
}

.field-label,
.panel-title,
.eyebrow {
  color: var(--accent-strong);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0;
}

.google-flow-preview h3 {
  max-width: 410px;
  margin-bottom: 20px;
  font-size: 1.9rem;
}

.line {
  height: 18px;
  width: 66%;
  margin: 18px 0;
  border-radius: 6px;
  background: #e5eaf1;
}

.line.wide {
  width: 100%;
}

.line.short {
  width: 42%;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.mini-metrics span {
  min-height: 54px;
  padding: 13px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfe;
  color: var(--blue);
  font-weight: 800;
}

.mini-chart {
  display: flex;
  align-items: end;
  gap: 9px;
  height: 82px;
  margin: 20px 0 22px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f7faff);
}

.mini-chart span {
  flex: 1;
  height: var(--h);
  min-height: 18px;
  border-radius: 6px 6px 3px 3px;
  background: linear-gradient(180deg, #1ca77b, #315b96);
  animation: barRise 2.8s ease-in-out infinite alternate;
}

.mini-chart span:nth-child(2) {
  animation-delay: 0.2s;
}

.mini-chart span:nth-child(3) {
  animation-delay: 0.35s;
}

.mini-chart span:nth-child(4) {
  animation-delay: 0.5s;
}

.mini-chart span:nth-child(5) {
  animation-delay: 0.65s;
}

.mentor-card-live {
  padding: 18px;
  border-left: 1px solid var(--line);
  background: #f8fafc;
}

.preview-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.preview-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f4f7fb;
}

.preview-brand strong,
.preview-brand span {
  display: block;
}

.preview-brand span {
  margin-top: 3px;
  color: var(--muted);
}

.message {
  margin-bottom: 10px;
  padding: 12px;
  border-radius: var(--radius);
  font-size: 0.92rem;
  line-height: 1.45;
}

.message.user {
  background: #e7f4ef;
}

.message.bot {
  border: 1px solid var(--line);
  background: white;
}

.score-strip {
  margin-top: 18px;
  padding: 14px;
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  background: #ffffff;
}

.score-strip span,
.score-strip strong {
  display: block;
}

.score-strip span {
  color: var(--muted);
  font-size: 0.88rem;
}

.score-strip strong {
  margin-top: 3px;
  color: var(--accent-strong);
}

.hero-content {
  max-width: 760px;
}

.lead {
  max-width: 730px;
  color: #445064;
  font-size: 1.18rem;
  line-height: 1.68;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.92rem;
}

.trust-row span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.hero-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(680px, 100%);
  margin-top: 20px;
}

.hero-signal-grid article {
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(207, 217, 229, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(37, 45, 58, 0.08);
}

.hero-signal-grid span,
.hero-signal-grid strong {
  display: block;
}

.hero-signal-grid span {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-signal-grid strong {
  margin: 4px 0 12px;
  color: var(--ink);
}

.signal-meter {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6ecf4;
}

.signal-meter i {
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--blue));
  animation: meterPulse 2.6s ease-in-out infinite;
}

.hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 620px;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 198, 39, 0.65);
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(255, 246, 218, 0.92), rgba(232, 245, 255, 0.88));
  box-shadow: 0 16px 38px rgba(37, 45, 58, 0.08);
}

.hero-proof strong {
  color: var(--tool-navy);
  font-size: 1.8rem;
  line-height: 1;
}

.hero-proof span:last-child {
  color: #465467;
  line-height: 1.35;
  font-weight: 700;
}

.outcome-band,
.sales-section,
.pricing-cta,
.faq-section,
.legal-layout {
  padding-inline: 48px;
}

.outcome-band {
  padding-top: 48px;
  padding-bottom: 66px;
  background: white;
}

.outcome-band h2 {
  max-width: 840px;
}

.outcome-grid,
.feature-grid,
.diagnostic-grid,
.audience-grid {
  display: grid;
  gap: 14px;
}

.outcome-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.outcome-grid article,
.feature-grid article,
.diagnostic-grid article,
.audience-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 18px;
}

.outcome-grid article:nth-child(2),
.feature-grid article:nth-child(4),
.diagnostic-grid article:nth-child(2) {
  border-color: #c5d6ef;
  background: #f7faff;
}

.outcome-grid article:nth-child(3),
.feature-grid article:nth-child(6),
.audience-grid article:nth-child(2) {
  border-color: #efd8bb;
  background: #fffaf3;
}

.outcome-grid strong,
.feature-grid strong,
.diagnostic-grid strong,
.audience-grid strong,
.steps-list strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.05rem;
}

.outcome-grid p,
.feature-grid p,
.diagnostic-grid p,
.audience-grid p {
  margin-bottom: 0;
  color: #4c596b;
}

.brand-proof-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
  align-items: stretch;
  padding: 54px 48px;
  border-top: 1px solid #26384e;
  background:
    linear-gradient(90deg, rgba(16, 41, 67, 0.98), rgba(10, 31, 52, 0.94)),
    #102943;
  color: white;
}

.brand-proof-copy {
  display: grid;
  align-content: center;
  min-height: 380px;
}

.brand-proof-copy .eyebrow {
  color: var(--tool-gold);
}

.brand-proof-copy h2 {
  max-width: 720px;
  color: white;
}

.brand-proof-copy p {
  max-width: 690px;
  color: #d8e4f0;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.proof-stats article {
  min-height: 112px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.proof-stats strong,
.proof-stats span {
  display: block;
}

.proof-stats strong {
  color: var(--tool-gold);
  font-size: 2.35rem;
  line-height: 1;
}

.proof-stats span {
  margin-top: 8px;
  color: #eaf4ff;
  font-weight: 800;
}

.brand-proof-art {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: #0c2036;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.brand-proof-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 41, 67, 0.08), rgba(16, 41, 67, 0.36)),
    linear-gradient(180deg, transparent, rgba(10, 31, 52, 0.18));
}

.brand-proof-art img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.sales-section {
  padding-top: 66px;
  padding-bottom: 66px;
  border-top: 1px solid var(--line);
  background: #fbfcfe;
}

.sales-section:nth-of-type(even) {
  background: white;
}

.performance-section {
  background:
    linear-gradient(180deg, #f8fbff, #ffffff);
}

.performance-dashboard {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 22px;
  align-items: stretch;
}

.dashboard-copy,
.chart-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 18px 48px rgba(37, 45, 58, 0.08);
}

.dashboard-copy {
  padding: 22px;
}

.dashboard-copy h3 {
  margin: 18px 0 10px;
  font-size: 1.7rem;
}

.dashboard-copy p {
  color: #4c596b;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e7f4ef;
  color: var(--accent-strong);
  font-weight: 900;
  font-size: 0.82rem;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.kpi-grid article {
  min-height: 92px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfe;
}

.kpi-grid span,
.kpi-grid strong {
  display: block;
}

.kpi-grid span {
  color: var(--muted);
  font-size: 0.82rem;
}

.kpi-grid strong {
  margin-top: 8px;
  color: var(--accent-strong);
  font-size: 1.8rem;
  line-height: 1;
}

.chart-card {
  padding: 18px;
  overflow: hidden;
}

.chart-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  color: var(--muted);
  font-weight: 800;
}

.chart-header strong {
  color: var(--blue);
}

.animated-chart {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(49, 91, 150, 0.05)),
    #fbfcfe;
}

.chart-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#e7edf5 1px, transparent 1px),
    linear-gradient(90deg, #e7edf5 1px, transparent 1px);
  background-size: 100% 54px, 92px 100%;
  opacity: 0.8;
}

.animated-chart svg {
  position: absolute;
  inset: 18px 16px 10px;
  width: calc(100% - 32px);
  height: calc(100% - 28px);
}

.chart-area {
  fill: rgba(13, 143, 104, 0.12);
  opacity: 0;
  animation: areaFade 2s ease forwards;
}

.chart-line {
  fill: none;
  stroke: var(--accent);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 760;
  stroke-dashoffset: 760;
  filter: drop-shadow(0 8px 10px rgba(13, 143, 104, 0.22));
  animation: lineDraw 3s ease-in-out forwards, lineGlow 2.8s ease-in-out 3s infinite;
}

.chart-point {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid white;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 7px rgba(13, 143, 104, 0.12);
  animation: pointPulse 2s ease-in-out infinite;
}

.point-a {
  left: 30%;
  top: 48%;
}

.point-b {
  left: 57%;
  top: 33%;
  animation-delay: 0.35s;
}

.point-c {
  left: 86%;
  top: 15%;
  animation-delay: 0.7s;
}

.chart-bars {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
  height: 92px;
  margin-top: 14px;
}

.chart-bars span {
  height: var(--h);
  min-height: 22px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #315b96, #0d8f68);
  animation: barRise 2.4s ease-in-out infinite alternate;
}

.chart-bars span:nth-child(even) {
  background: linear-gradient(180deg, #c76f16, #0d8f68);
  animation-delay: 0.25s;
}

.split-section,
.personalization-section,
.pricing-cta {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 36px;
  align-items: start;
}

.split-section > div:first-child p,
.personalization-section > div:first-child p,
.section-heading p,
.pricing-cta p {
  max-width: 700px;
  color: #4c596b;
}

.steps-list {
  display: grid;
  gap: 12px;
}

.steps-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.steps-list article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  background: #e7f4ef;
  color: var(--accent-strong);
  font-weight: 900;
}

.steps-list p {
  margin-bottom: 0;
  color: #4c596b;
}

.objective-section {
  background: #f9fbfd;
}

.objective-lab {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 16px 44px rgba(37, 45, 58, 0.08);
  overflow: hidden;
}

.objective-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  background: #f6f8fb;
}

.objective-tab {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
}

.objective-tab.active {
  border-color: var(--tool-blue);
  background: linear-gradient(135deg, var(--tool-blue), var(--accent));
  color: white;
}

.objective-board {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  padding: 22px;
}

.objective-copy > span {
  display: block;
  color: var(--accent-strong);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.objective-copy h3 {
  margin: 8px 0 10px;
  font-size: 2rem;
}

.objective-copy p,
.objective-copy li {
  color: #4c596b;
  line-height: 1.6;
}

.objective-copy ul {
  display: grid;
  gap: 7px;
  margin: 16px 0 0;
  padding-left: 20px;
}

.objective-visual {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 250px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 20%, rgba(13, 143, 104, 0.14), transparent 38%),
    #fbfcfe;
}

.objective-score {
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border: 10px solid #dfeaf4;
  border-top-color: var(--accent);
  border-right-color: var(--blue);
  border-radius: 999px;
  background: white;
  animation: scoreSpin 8s linear infinite;
}

.objective-score span,
.objective-score small {
  animation: scoreSpinReverse 8s linear infinite;
}

.objective-score span {
  color: var(--accent-strong);
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
}

.objective-score small {
  color: var(--muted);
  font-size: 0.74rem;
}

.objective-bars {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 170px;
  padding: 12px;
  border-left: 1px solid var(--line);
}

.objective-bars span {
  flex: 1;
  height: var(--h);
  min-height: 28px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, var(--blue), var(--accent));
  animation: barRise 2.5s ease-in-out infinite alternate;
}

.objective-tags {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.objective-tags span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--blue);
  font-weight: 900;
  font-size: 0.86rem;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 26px;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.diagnostic-grid,
.audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.personalization-section {
  background:
    linear-gradient(90deg, #111722, #1d2837);
  color: white;
}

.personalization-section .eyebrow {
  color: #8ee2c6;
}

.personalization-section p {
  color: #c8d2df;
}

.personalization-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.personalization-panel span {
  min-height: 54px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: #f7fbff;
  font-weight: 800;
}

.download-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  align-items: center;
  background:
    linear-gradient(180deg, #ffffff, #f6fbff);
}

.download-copy p {
  max-width: 720px;
  color: #4c596b;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.download-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.download-panel {
  display: grid;
  place-items: center;
  min-height: 380px;
  padding: 24px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 198, 39, 0.2), rgba(4, 116, 200, 0.16)),
    #eef5fa;
}

.download-window {
  width: min(520px, 100%);
  overflow: hidden;
  border: 1px solid #bfd0e3;
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 24px 62px rgba(37, 45, 58, 0.16);
}

.browser-bar.compact {
  min-height: 38px;
}

.extension-install-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 22px;
}

.extension-install-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f4f7fb;
}

.extension-install-card strong,
.extension-install-card span,
.extension-install-card small {
  display: block;
}

.extension-install-card strong {
  font-size: 1.16rem;
}

.extension-install-card span {
  margin-top: 3px;
  color: var(--tool-blue);
  font-weight: 900;
}

.extension-install-card small {
  grid-column: 1 / -1;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: var(--radius);
  background: #e7f4ef;
  color: var(--accent-strong);
  font-weight: 900;
}

.download-steps {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 18px 22px 24px 42px;
  border-top: 1px solid var(--line);
  color: #4c596b;
  font-weight: 800;
}

.pricing-cta {
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  border-top: 1px solid var(--line);
  background: #eef5f2;
}

.price-box {
  justify-self: end;
  width: min(390px, 100%);
  padding: 22px;
  border: 1px solid #b8dccf;
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 20px 54px rgba(37, 45, 58, 0.1);
}

.price-box span,
.price-box small {
  display: block;
  color: var(--muted);
}

.price-box strong {
  display: block;
  margin: 8px 0 4px;
  color: var(--accent-strong);
  font-size: 3rem;
  line-height: 1;
}

.price-box button {
  margin-top: 18px;
}

.price-box a {
  margin-top: 10px;
}

.faq-section {
  padding-top: 56px;
  padding-bottom: 70px;
  background: white;
}

.faq-section details {
  max-width: 900px;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.faq-section summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

.faq-section p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #4c596b;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 24px 48px;
  border-top: 1px solid var(--line);
  background: white;
}

.site-footer div,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.site-footer span,
.site-footer a {
  color: var(--muted);
}

.site-footer a {
  text-decoration: none;
  font-weight: 700;
}

.site-footer a:hover {
  color: var(--accent-strong);
}

.legal-hero {
  padding: 56px 48px 28px;
  border-bottom: 1px solid var(--line);
  background: #f5f7fa;
}

.legal-hero h1 {
  max-width: 980px;
  margin-bottom: 14px;
  font-size: 3.4rem;
}

.legal-hero p {
  max-width: 760px;
  color: #445064;
  line-height: 1.65;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  padding-top: 36px;
  padding-bottom: 64px;
  background: white;
}

.legal-column {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #fbfcfe;
}

.legal-column h2 {
  margin-bottom: 14px;
  font-size: 1.4rem;
}

.legal-column h3 {
  margin: 22px 0 8px;
  font-size: 1rem;
}

.legal-column p,
.legal-column li {
  color: #4c596b;
  line-height: 1.65;
}

.legal-column ul {
  padding-left: 20px;
}

.price-card {
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: white;
}

.price-card strong {
  display: block;
  margin: 6px 0;
  color: var(--accent-strong);
  font-size: 2.4rem;
}

.price-card span {
  color: var(--muted);
}

.auth-dialog {
  width: min(470px, calc(100vw - 28px));
  border: 0;
  border-radius: var(--radius);
  padding: 0;
}

.auth-dialog.account-dialog {
  width: min(560px, calc(100vw - 28px));
}

.auth-dialog::backdrop {
  background: rgba(18, 24, 32, 0.54);
}

.dialog-shell {
  position: relative;
  padding: 26px;
  background: white;
}

.dialog-shell > p {
  color: #4c596b;
}

.dialog-shell label {
  display: grid;
  gap: 7px;
  margin: 14px 0;
  color: var(--muted);
  font-weight: 700;
}

.dialog-shell input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 12px;
}

.close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  cursor: pointer;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1;
}

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--amber);
}

.global-status {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 30;
  width: min(420px, calc(100vw - 32px));
  border: 1px solid #f1c27a;
  border-radius: var(--radius);
  padding: 14px 16px;
  background: #fff8ec;
  color: #7b4a09;
  box-shadow: 0 18px 45px rgba(37, 45, 58, 0.18);
  line-height: 1.45;
  font-weight: 800;
}

.dialog-shell [data-register-only],
.dialog-shell [data-reset-only] {
  display: none;
}

.register-mode .dialog-shell [data-register-only] {
  display: grid;
}

.reset-mode .dialog-shell [data-reset-only] {
  display: grid;
}

.reset-mode #resetAuth {
  display: none;
}

.account-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
  border-bottom: 1px solid var(--line);
}

.account-row span {
  color: var(--muted);
}

@keyframes lineDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes areaFade {
  to {
    opacity: 1;
  }
}

@keyframes lineGlow {
  50% {
    stroke-width: 10;
  }
}

@keyframes pointPulse {
  50% {
    transform: scale(1.14);
    box-shadow: 0 0 0 13px rgba(13, 143, 104, 0.08);
  }
}

@keyframes barRise {
  from {
    transform: scaleY(0.78);
    transform-origin: bottom;
  }
  to {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}

@keyframes meterPulse {
  50% {
    filter: brightness(1.16);
  }
}

@keyframes scoreSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes scoreSpinReverse {
  to {
    transform: rotate(-360deg);
  }
}

@media (max-width: 1180px) {
  h1 {
    font-size: 4.2rem;
  }

  .hero-visual {
    padding-left: 42%;
  }

  .outcome-grid,
  .feature-grid,
  .hero-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .topbar,
  .sales-hero,
  .outcome-band,
  .brand-proof-section,
  .sales-section,
  .pricing-cta,
  .faq-section,
  .site-footer,
  .legal-hero,
  .legal-layout {
    padding-left: 24px;
    padding-right: 24px;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .sales-hero {
    min-height: calc(100svh - 170px);
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    z-index: -2;
    justify-content: flex-end;
    padding: 190px 0 0 18%;
    opacity: 0.32;
  }

  .hero-window {
    width: 720px;
    max-width: none;
    transform: rotate(-1deg);
  }

  .hero-content {
    max-width: none;
  }

  .hero-mentor-grid,
  .split-section,
  .download-section,
  .performance-dashboard,
  .objective-board,
  .brand-proof-section,
  .personalization-section,
  .pricing-cta,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .mentor-card-live {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .diagnostic-grid,
  .audience-grid,
  .proof-stats,
  .kpi-grid {
    grid-template-columns: 1fr;
  }

  .brand-proof-copy,
  .brand-proof-art,
  .brand-proof-art img {
    min-height: 300px;
  }

  .price-box {
    justify-self: stretch;
  }
}

@media (max-width: 620px) {
  .topbar {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
    padding-block: 14px;
  }

  .hide-mobile {
    display: none;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .lead {
    font-size: 1.03rem;
  }

  .sales-hero {
    min-height: calc(100svh - 178px);
  }

  .hero-visual {
    padding-top: 260px;
    padding-left: 12%;
    opacity: 0.22;
  }

  .nav-actions,
  .hero-actions {
    width: 100%;
  }

  .nav-actions button,
  .hero-actions button,
  .nav-actions a,
  .hero-actions a {
    flex: 1 1 140px;
  }

  .outcome-grid,
  .feature-grid,
  .mini-metrics,
  .objective-visual,
  .personalization-panel {
    grid-template-columns: 1fr;
  }

  .hero-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-signal-grid article {
    min-height: 78px;
    padding: 10px;
  }

  .hero-signal-grid article:last-child {
    grid-column: 1 / -1;
  }

  .hero-signal-grid span {
    font-size: 0.76rem;
  }

  .hero-signal-grid strong {
    margin-bottom: 8px;
    font-size: 0.9rem;
  }

  .hero-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .hero-proof strong {
    font-size: 1.5rem;
  }

  .download-actions {
    width: 100%;
  }

  .download-actions .solid-button,
  .download-actions .outline-button {
    flex: 1 1 180px;
  }

  .download-panel {
    min-height: 300px;
    padding: 14px;
  }

  .brand-proof-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .brand-proof-copy,
  .brand-proof-art,
  .brand-proof-art img {
    min-height: 230px;
  }

  .brand-proof-copy {
    align-content: start;
  }

  .brand-proof-art img {
    object-position: center left;
  }

  .proof-stats strong {
    font-size: 2rem;
  }

  .objective-bars {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .steps-list article {
    grid-template-columns: 1fr;
  }

  .global-status {
    right: 16px;
    bottom: 16px;
  }
}

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