:root {
  --blue: #2f80ed;
  --blue-strong: #126be6;
  --blue-soft: #eaf3ff;
  --ink: #0f141c;
  --muted: #657081;
  --line: rgba(21, 42, 76, 0.1);
  --surface: rgba(255, 255, 255, 0.82);
  --shadow: 0 26px 76px rgba(21, 42, 76, 0.13);
  --radius-card: 24px;
  --max: 1180px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, system-ui, sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 80% 3%, rgba(47, 128, 237, 0.16), transparent 32rem),
    linear-gradient(180deg, #fbfdff 0%, #f6f9fd 50%, #ffffff 100%);
  color: var(--ink);
}

main {
  overflow: clip;
}

body.language-zh [data-lang="en"],
body:not(.language-zh) [data-lang="zh"] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(calc(100% - 32px), 1180px);
  margin: 14px auto 0;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 46px rgba(26, 48, 83, 0.1);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand img {
  width: 58px;
  height: auto;
  border-radius: 10px;
}

.footer-brand {
  gap: 10px;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 760;
}

.footer-brand img {
  width: 32px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #354052;
  font-size: 14px;
  font-weight: 620;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-action {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 9px 14px;
  background: linear-gradient(135deg, var(--blue), var(--blue-strong));
  color: #fff;
  font-size: 13px;
  font-weight: 780;
  box-shadow: 0 12px 28px rgba(47, 128, 237, 0.18);
}

.nav-links a,
.site-footer a,
.inline-link {
  transition: color 160ms ease;
}

.nav-links a:hover,
.site-footer a:hover,
.inline-link:hover {
  color: var(--blue);
}

.language-toggle {
  min-width: 58px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  background: #fff;
  color: #092553;
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
}

.page-grid {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: 84px;
  padding: 104px 0 116px;
}

.hero-copy h1,
.section-intro h2,
.feature-copy h2,
.privacy-card h2,
.interview-strip h2,
.pricing-section h2,
.final-cta h2,
.legal-hero h1 {
  margin: 0;
  color: var(--ink);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(52px, 6.85vw, 92px);
  text-wrap: balance;
}

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

.hero-copy h1 .text-blue {
  display: inline-block;
}

@media (min-width: 700px) {
  .hero-copy h1 .text-blue {
    white-space: nowrap;
  }
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-strong);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}

.hero .eyebrow {
  text-transform: none;
  font-size: 15px;
}

.hero-subtitle,
.section-intro p,
.feature-copy p,
.privacy-card > p,
.interview-strip p,
.pricing-section .section-intro p,
.final-cta p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.hero-subtitle {
  max-width: 610px;
  margin: 24px 0 0;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.44;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 21px;
  font-size: 15px;
  font-weight: 760;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-strong));
  color: #fff;
  box-shadow: 0 18px 42px rgba(47, 128, 237, 0.28);
}

.button-secondary {
  border: 1px solid rgba(47, 128, 237, 0.24);
  background: rgba(255, 255, 255, 0.72);
  color: var(--blue-strong);
}

.availability-note,
.small-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.availability-note {
  margin-top: 14px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid rgba(47, 128, 237, 0.16);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.68);
  color: #26405f;
  font-size: 13px;
  font-weight: 740;
  box-shadow: 0 10px 28px rgba(22, 44, 82, 0.04);
}

.hero-media {
  position: relative;
  display: grid;
  min-height: 660px;
  place-items: center;
}

.device-mockup {
  position: relative;
  margin: 0;
  aspect-ratio: 1349 / 2760;
  filter: drop-shadow(0 32px 62px rgba(13, 31, 62, 0.2));
}

.device-mockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

.hero-shot {
  width: min(430px, 47vw);
}

.feature-shot {
  width: min(326px, 78vw);
  justify-self: center;
}

.story-section,
.tracker-section,
.insights-feature,
.privacy-panel,
.interview-strip,
.pricing-section {
  padding: 116px 0;
}

.section-intro {
  max-width: 760px;
}

.centered {
  margin: 0 auto 42px;
  text-align: center;
}

.section-intro h2,
.feature-copy h2,
.privacy-card h2,
.interview-strip h2,
.pricing-section h2,
.final-cta h2 {
  font-size: clamp(34px, 4vw, 56px);
  text-wrap: balance;
}

.three-card-grid,
.privacy-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.three-card-grid article,
.job-card-demo,
.metrics-grid article,
.privacy-card,
.privacy-grid article,
.price-card,
.tracker-details article {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 18px 48px rgba(22, 44, 82, 0.075);
}

.three-card-grid article {
  min-height: 218px;
  border-radius: var(--radius-card);
  padding: 26px;
}

.icon-bubble,
.three-card-grid > article > span:not(.icon-bubble) {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--blue-soft);
  color: var(--blue-strong);
  font-size: 13px;
  font-weight: 820;
}

.icon-bubble svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

h3 {
  margin: 22px 0 8px;
  font-size: 22px;
  line-height: 1.18;
}

.three-card-grid p,
.privacy-grid p,
.job-card-demo li,
.price-card li {
  color: var(--muted);
  line-height: 1.58;
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: center;
  gap: clamp(48px, 7vw, 88px);
  padding: 128px 0;
  background: radial-gradient(ellipse at 72% 50%, rgba(234, 243, 255, 0.86), transparent 52%);
}

.insights-feature {
  background: radial-gradient(ellipse at 75% 52%, rgba(234, 243, 255, 0.78), transparent 48%);
}

.feature-copy {
  max-width: 680px;
}

.feature-copy > p {
  max-width: 620px;
}

.scan-steps,
.tracker-details {
  display: grid;
  gap: 12px;
}

.scan-steps {
  max-width: 650px;
  grid-template-columns: 1fr;
  margin: 30px 0 16px;
  gap: 10px;
}

.scan-steps article {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(47, 128, 237, 0.16);
  border-radius: 20px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 36px rgba(22, 44, 82, 0.06);
}

.scan-steps > article > span:first-child {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 13px;
  background: var(--blue-soft);
  color: var(--blue-strong);
  font-size: 12px;
  font-weight: 820;
}

.scan-steps .icon-bubble {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  margin-bottom: 0;
  background: #fff;
}

.scan-steps strong {
  display: block;
  flex: 1;
  color: #102039;
  font-size: 16px;
  line-height: 1.3;
}

.step-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 16px;
}

.step-row span {
  border: 1px solid rgba(47, 128, 237, 0.22);
  border-radius: 999px;
  padding: 9px 13px;
  background: #fff;
  color: #092553;
  font-size: 14px;
  font-weight: 740;
}

.status-track {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 780px;
  margin: 28px 0 22px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 14px;
  font-weight: 800;
}

.saved {
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
}

.applied {
  background: rgba(47, 128, 237, 0.12);
  color: var(--blue-strong);
}

.interview {
  background: rgba(34, 197, 94, 0.13);
  color: #20a755;
}

.offer {
  background: rgba(147, 51, 234, 0.12);
  color: #7e22ce;
}

.rejected {
  background: rgba(239, 68, 68, 0.11);
  color: #dc2626;
}

.ghosted {
  background: rgba(100, 116, 139, 0.13);
  color: #64748b;
}

.tracker-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
}

.tracker-details {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1040px;
  margin-top: 18px;
}

.tracker-details article {
  border-radius: 20px;
  padding: 20px;
}

.tracker-details h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.tracker-details p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.job-card-demo {
  border-radius: 24px;
  padding: 26px;
}

.job-card-demo h3 {
  margin: 0 0 4px;
}

.job-card-demo p {
  margin: 0 0 18px;
  color: #747b86;
  font-size: 18px;
  font-weight: 650;
}

.job-card-demo ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.metrics-grid {
  display: grid;
  max-width: 650px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.metrics-grid article {
  grid-column: span 2;
  min-height: 120px;
  border-radius: 22px;
  padding: 20px;
}

.metrics-grid article:nth-child(4),
.metrics-grid article:nth-child(5) {
  grid-column: span 3;
}

.metrics-grid strong {
  display: block;
  color: #092553;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1;
}

.metrics-grid span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-weight: 720;
  line-height: 1.25;
}

.privacy-panel {
  background: radial-gradient(ellipse at 50% 50%, rgba(234, 243, 255, 0.86), transparent 70%);
}

.privacy-card {
  border-radius: 30px;
  padding: clamp(26px, 5vw, 52px);
  background:
    radial-gradient(circle at 92% 0%, rgba(47, 128, 237, 0.12), transparent 18rem),
    rgba(255, 255, 255, 0.86);
}

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

.privacy-grid article {
  border-radius: 20px;
  padding: 20px;
}

.privacy-grid h3 {
  margin-top: 0;
  font-size: 18px;
}

.inline-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--blue-strong);
  font-weight: 760;
}

.interview-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 54px;
  border-top: 1px solid rgba(15, 32, 64, 0.08);
}

.interview-shot {
  width: min(330px, 70vw);
  justify-self: center;
}

.pricing-section {
  border-top: 1px solid rgba(15, 32, 64, 0.07);
}

.pricing-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  border: 1px solid rgba(47, 128, 237, 0.14);
  border-radius: 22px;
  padding: 18px 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(47, 128, 237, 0.14), transparent 18rem),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 40px rgba(22, 44, 82, 0.06);
}

.pricing-callout strong {
  color: #102039;
  font-size: 17px;
}

.pricing-callout span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  text-align: right;
}

.pricing-grid {
  margin-top: 22px;
}

.price-card {
  position: relative;
  --card-y: 0px;
  min-height: 248px;
  border-radius: 24px;
  padding: 26px;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transform: translateY(var(--card-y));
  transition: transform 180ms ease, border-color 180ms ease, background 220ms ease, box-shadow 220ms ease;
}

.price-card:hover,
.price-card:focus-visible {
  --card-y: -3px;
  outline: none;
  border-color: rgba(47, 128, 237, 0.38);
}

.price-card.is-selected {
  --card-y: -6px;
  border-color: rgba(47, 128, 237, 0.7);
  background:
    radial-gradient(circle at 88% 0%, rgba(47, 128, 237, 0.28), transparent 17rem),
    linear-gradient(180deg, rgba(47, 128, 237, 0.18), rgba(255, 255, 255, 0.95));
  box-shadow: 0 30px 78px rgba(47, 128, 237, 0.24);
}

.price-card.recommended::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(47, 128, 237, 0.22);
}

.price-card h3 {
  margin-top: 0;
}

.best-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 820;
}

.price {
  margin: 8px 0 22px;
  color: #092553;
  font-size: 38px;
  font-weight: 820;
}

.price span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 720;
}

.price-card ul {
  margin: 0;
  padding-left: 20px;
}

.pricing-note {
  margin-top: 18px;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 8px;
  margin-bottom: 80px;
  border-radius: 34px;
  padding: clamp(34px, 6vw, 62px);
  background:
    radial-gradient(circle at 88% 18%, rgba(47, 128, 237, 0.24), transparent 19rem),
    linear-gradient(135deg, #07172f, #0e2f61);
  color: #fff;
  box-shadow: 0 32px 90px rgba(7, 23, 47, 0.3);
}

.final-cta h2,
.final-cta p {
  color: #fff;
}

.final-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.final-cta-actions {
  display: grid;
  justify-items: end;
  gap: 12px;
  min-width: 250px;
}

.cta-button {
  min-width: 220px;
  background: #fff;
  color: #0e2f61;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.final-cta-actions span {
  color: #fff;
  opacity: 0.72;
  font-size: 13px;
  font-weight: 760;
  text-align: center;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 30px 0 44px;
  color: #68707d;
  font-size: 13px;
}

.site-footer nav {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.site-footer p {
  max-width: 330px;
  margin: 0;
  text-align: right;
  line-height: 1.5;
}

.legal-page {
  background:
    radial-gradient(circle at 82% 0%, rgba(47, 128, 237, 0.16), transparent 32rem),
    linear-gradient(180deg, #fbfdff 0%, #f5f8fc 100%);
}

.legal-main {
  padding: 72px 0 80px;
}

.legal-hero,
.legal-card {
  width: min(calc(100% - 40px), 900px);
  margin: 0 auto;
}

.legal-hero {
  margin-bottom: 28px;
}

.legal-hero h1 {
  max-width: 760px;
  font-size: clamp(44px, 6vw, 72px);
}

.legal-date {
  margin: 18px 0 0;
  color: var(--blue-strong);
  font-weight: 780;
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(26px, 5vw, 58px);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.legal-card h2 {
  margin: 34px 0 10px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.14;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card h3 {
  margin: 22px 0 8px;
  font-size: 20px;
}

.legal-card p,
.legal-card li {
  color: #4f5967;
  font-size: 16px;
  line-height: 1.75;
}

.legal-card ul {
  padding-left: 22px;
}

.legal-contact {
  border-radius: 18px;
  padding: 18px 20px;
  background: var(--blue-soft);
}

@media (prefers-reduced-motion: no-preference) {
  .hero .eyebrow {
    background: linear-gradient(90deg, var(--blue), #7aaeff, var(--blue));
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: soft-shimmer 5.5s ease-in-out infinite;
  }
}

@keyframes soft-shimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.reveal {
  --reveal-x: 0px;
  --reveal-y: 0px;
  --reveal-scale: 1;
  --reveal-delay: 0ms;
}

.reveal-up {
  --reveal-y: 10px;
}

.reveal-left {
  --reveal-x: -8px;
}

.reveal-right {
  --reveal-x: 8px;
}

.reveal-scale {
  --reveal-y: 8px;
  --reveal-scale: 0.992;
}

.reveal-delay-1 {
  --reveal-delay: 50ms;
}

.reveal-delay-2 {
  --reveal-delay: 100ms;
}

.reveal-delay-3 {
  --reveal-delay: 150ms;
}

.reveal-delay-4 {
  --reveal-delay: 200ms;
}

.reveal-delay-5 {
  --reveal-delay: 250ms;
}

.reveal-delay-6 {
  --reveal-delay: 300ms;
}

.js .reveal {
  opacity: 0;
  transform: translate3d(var(--reveal-x), calc(var(--card-y, 0px) + var(--reveal-y)), 0) scale(var(--reveal-scale));
  transition:
    opacity 650ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay);
  will-change: opacity, transform;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, var(--card-y, 0px), 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .price-card,
  .nav-links a,
  .site-footer a,
  .inline-link,
  .js .reveal {
    transition: none !important;
  }

  .button:hover,
  .price-card,
  .price-card:hover,
  .price-card:focus-visible,
  .price-card.is-selected,
  .js .reveal,
  .js .reveal.is-visible {
    transform: none !important;
  }

  .js .reveal {
    opacity: 1 !important;
  }

  .hero .eyebrow {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero,
  .feature-section,
  .interview-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 34px;
    padding-top: 68px;
  }

  .hero-media {
    min-height: 560px;
  }

  .three-card-grid,
  .pricing-grid,
  .tracker-preview,
  .tracker-details {
    grid-template-columns: 1fr;
  }

  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metrics-grid article,
  .metrics-grid article:nth-child(4),
  .metrics-grid article:nth-child(5) {
    grid-column: auto;
  }

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

  .pricing-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-callout span {
    text-align: left;
  }

  .final-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .final-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .final-cta-actions {
    justify-items: start;
    width: 100%;
  }

  .site-footer,
  .site-footer nav,
  .site-footer p {
    justify-items: start;
    text-align: left;
  }

  .site-footer nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: relative;
    top: auto;
    width: min(calc(100% - 20px), 1180px);
    margin-top: 8px;
    gap: 10px;
  }

  .brand {
    gap: 7px;
    font-size: 15px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .nav-action {
    display: none;
  }

  .page-grid,
  .legal-hero,
  .legal-card {
    width: min(calc(100% - 28px), 362px);
    margin-left: 14px;
    margin-right: auto;
  }

  .hero-copy h1 {
    font-size: clamp(39px, 10.6vw, 50px);
    line-height: 1.02;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-proof {
    display: flex;
  }

  .hero-proof span {
    justify-content: center;
  }

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

  .hero-media {
    min-height: 500px;
    overflow: hidden;
  }

  .hero-shot {
    width: min(302px, 78vw);
  }

  .story-section,
  .tracker-section,
  .insights-feature,
  .privacy-panel,
  .interview-strip,
  .pricing-section,
  .feature-section {
    padding: 76px 0;
  }

  .feature-shot {
    width: min(296px, 76vw);
  }

  .privacy-grid,
  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .reveal-up {
    --reveal-y: 8px;
  }

  .reveal-left,
  .reveal-right {
    --reveal-x: 0px;
    --reveal-y: 8px;
  }

  .reveal-scale {
    --reveal-y: 7px;
    --reveal-scale: 0.995;
  }

  .interview-shot {
    width: min(292px, 76vw);
  }

  .metrics-grid article {
    min-height: 112px;
  }

  .final-cta-actions .button {
    width: 100%;
  }
}
