/* Homepage presentation. Shared legal and resource pages keep their own styles. */
.pricing-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.pricing-note,
.pricing-card > p:last-child {
  color: #526173 !important;
}
[data-theme="dark"] .pricing-note,
[data-theme="dark"] .pricing-card > p:last-child {
  color: #b5c2d0 !important;
}
.footer-links a,
.footer-copy,
.footer .footer-tagline,
.footer-brand p,
.final-cta-inner > p {
  color: #b5c2d0;
}
.trust .section-label p {
  color: #92520a;
}
[data-theme="dark"] .trust .section-label p {
  color: #fbbf24;
}
.waitlist-input::placeholder,
.footer-newsletter-input::placeholder {
  color: #b5c2d0;
  opacity: 1;
}
.trust-check svg polyline {
  stroke-dashoffset: 0;
}
:root {
  --font-display: var(--font-body);
  --section-gap: 96px;
}
.t-display {
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.08;
}
.hero {
  padding: 132px 0 88px;
  min-height: 0;
  background: #101c29;
}
.hero::before,
.hero::after,
.hero-glow,
.final-cta-glow {
  display: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 72px;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
}
.hero-content {
  max-width: 600px;
}
.hero-audience {
  margin: 0 0 18px;
  color: #f7c765;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(44px, 4.2vw, 60px);
  line-height: 1.03;
  margin: 16px 0 20px;
  max-width: 620px;
}
.hero-heading-gradient {
  background: none;
  color: #f8fafc;
  -webkit-text-fill-color: currentColor;
}
.hero-highlight {
  color: #fbbf24;
  background: none;
  -webkit-text-fill-color: currentColor;
}
.hero-highlight::after {
  display: none;
}
.hero-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #cbd5e1;
  max-width: 490px;
  margin-bottom: 24px;
}
.hero-badge {
  margin-bottom: 12px;
  border-radius: 6px;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.hero-note {
  color: #b5c2d0;
  font-size: 13px;
}
.hero-note a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #e2e8f0;
}
.hero-trust {
  gap: 12px 18px;
  margin-top: 22px;
}
.hero-trust-item {
  font-size: 13px;
  color: #cbd5e1;
}
.btn,
.nav-cta,
.waitlist-input {
  border-radius: 8px;
}
.btn-primary {
  background: #fbbf24;
  animation: none;
  box-shadow: none;
}
.btn-primary:hover {
  background: #fcd34d;
  transform: translateY(-1px);
  box-shadow: none;
}
.btn-primary::after {
  display: none;
}
.waitlist-row {
  gap: 10px;
}
.waitlist-row .btn {
  min-height: 50px;
  padding: 14px 20px;
  font-size: 14px;
  flex-shrink: 0;
}
.waitlist-input {
  min-width: 0;
  min-height: 50px;
}
.product-stage {
  width: 100%;
  max-width: 430px;
  justify-self: end;
  margin: 0;
  padding: 24px 24px 20px;
  background: #203243;
  border: 1px solid #34495b;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 26px 58px #0002;
}
.product-stage-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.09em;
  color: #bdcbd9;
  font-weight: 700;
}
.stage-status {
  color: #b5e7ca;
  border: 1px solid #526e62;
  padding: 5px 8px;
  border-radius: 5px;
  letter-spacing: 0;
  white-space: nowrap;
}
.product-stage img {
  width: min(100%, 300px);
  height: auto;
  margin: 18px auto 8px;
  border-radius: 22px;
}
.product-stage figcaption {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: #cbd5e1;
}
.how-header,
.sample-report-header,
.pricing-header {
  margin-bottom: 44px;
}
.how-header h2,
.sample-report-header h2,
.pricing-header h2,
.grouped-features h2,
.trust h2,
.final-cta h2 {
  font-size: clamp(30px, 3.2vw, 46px);
}
.step-card {
  align-items: stretch;
  text-align: left;
  padding: 28px 24px 22px;
  border: 1px solid #dce3e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px #17283c0a;
}
.how-steps {
  gap: 20px;
}
.how-steps::before {
  display: none;
}
.step-number {
  position: absolute;
  top: 27px;
  right: 24px;
  width: 32px;
  height: 32px;
  margin: 0;
  background: #fff5dd;
  border: 1px solid #f1d596;
  border-radius: 7px;
  color: #794a07;
  font-size: 13px;
  font-weight: 800;
}
.step-card:hover .step-number {
  transform: none;
}
.step-icon {
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 10px;
  box-shadow: none;
  background: #fff9eb;
  border-color: #f3e0af;
}
.step-icon svg {
  width: 24px;
  height: 24px;
}
.step-title {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 9px;
  margin-top: 0;
}
.step-tagline {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #87500b;
}
.step-desc {
  max-width: none;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.step-screenshot {
  width: 100%;
  margin: 26px 0 0;
}
.step-screenshot-frame {
  height: 318px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #2b3947;
  border-radius: 11px;
  background: #090c10;
}
.step-screenshot-frame img {
  display: block;
  width: min(100%, 300px);
  height: auto;
  margin-top: -31px;
}
.step-screenshot figcaption {
  margin-top: 10px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.45;
}
[data-theme="dark"] .step-card {
  background: #203040;
  border-color: #415365;
  box-shadow: none;
}
[data-theme="dark"] .step-number {
  background: #3d3323;
  color: #fbbf24;
  border-color: #6f5730;
}
[data-theme="dark"] .step-icon {
  background: #293642;
  border-color: #61543a;
}
[data-theme="dark"] .step-tagline {
  color: #f7c765;
}
[data-theme="dark"] .step-screenshot figcaption {
  color: #b5c2d0;
}
.trust {
  background: #f3f5f3;
}
.trust-grid {
  max-width: 980px;
  margin: auto;
}
.trust-grid > div {
  width: 100%;
}
.trust-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 48px;
}
.trust-point {
  margin: 0;
}
.trust-subtitle {
  max-width: 620px;
}
.trust-closing {
  margin-top: 32px;
}
.feature-groups > div {
  border-radius: 12px;
  box-shadow: none;
}
.feature-groups > div:hover {
  transform: none;
}
.pricing-card {
  border-radius: 16px;
  box-shadow: 0 12px 36px #0f172a0a;
}
.pricing-card::before {
  display: none;
}
.pricing-card:hover {
  transform: none;
}
.pricing-future {
  width: min(100%, 470px);
  margin: 24px auto 0;
  padding: 18px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 5px 14px;
  border: 1px solid #dce3e8;
  border-radius: 10px;
  background: #fff;
  color: #526173;
  font-size: 13px;
}
.pricing-future strong {
  color: #162231;
  font-size: 16px;
}
.pricing-future span:last-child {
  width: 100%;
  font-size: 12px;
}
[data-theme="dark"] .pricing-future {
  background: #203040;
  border-color: #415365;
  color: #b5c2d0;
}
[data-theme="dark"] .pricing-future strong {
  color: #f8fafc;
}
.pricing-note {
  max-width: 560px;
  line-height: 1.7;
  margin: 18px auto 0;
}
.final-cta {
  background: #101c29;
}
.final-cta h2 {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
[data-theme="dark"] .hero,
[data-theme="dark"] .final-cta {
  background: #101c29;
}
[data-theme="dark"] .trust {
  background: #142231;
}
[data-theme="dark"] .hero-note {
  color: #b5c2d0;
}
[data-theme="dark"] .feature-desc {
  color: #cbd5e1;
}
[data-theme="dark"] .report-severity-high {
  color: #fca5a5;
}
[data-theme="dark"] .report-severity-info {
  color: #cbd5e1;
}
[data-theme="dark"] .how > .container > p.reveal {
  color: #cbd5e1 !important;
}
.hero-note a:hover {
  color: #fbbf24;
}
.mobile-menu {
  visibility: hidden;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
}
.mobile-menu.open {
  visibility: visible;
}
@media (max-width: 1000px) {
  .hero-inner {
    gap: 36px;
  }
  .product-stage {
    max-width: 390px;
  }
  .hero h1 {
    font-size: clamp(42px, 5vw, 54px);
  }
}
@media (max-width: 960px) {
  .nav-links,
  .nav-cta-desktop {
    display: none;
  }
  .nav-mobile-toggle {
    display: flex;
  }
  .theme-toggle {
    margin-left: auto;
  }
  .mobile-menu {
    display: block;
    pointer-events: none;
  }
  .mobile-menu.open {
    pointer-events: auto;
  }
}
@media (max-width: 1000px) {
  .product-stage {
    padding: 20px 18px;
  }
  .product-stage-heading {
    flex-direction: row;
    gap: 10px;
  }
  .hero-inner {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  :root {
    --section-gap: 60px;
  }
  .hero {
    padding: 108px 0 58px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 600px;
  }
  .hero-content {
    text-align: left;
  }
  .hero h1 {
    font-size: clamp(38px, 9vw, 52px);
  }
  .hero-sub {
    font-size: 16px;
    line-height: 1.65;
  }
  .hero-trust {
    justify-content: flex-start;
  }
  .product-stage {
    max-width: 440px;
    width: 100%;
    justify-self: center;
    padding: 20px;
  }
  .product-stage-heading {
    flex-direction: row;
    font-size: 10px;
  }
  .product-stage img {
    width: min(100%, 280px);
  }
  .trust-points {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hero-note {
    text-align: left;
  }
  .how-header,
  .sample-report-header,
  .pricing-header {
    margin-bottom: 32px;
  }
  .step-card {
    padding: 24px 20px 18px;
  }
  .step-screenshot-frame {
    height: 300px;
  }
  .pricing-future {
    align-items: flex-start;
  }
}
@media (max-width: 420px) {
  .hero {
    padding-top: 96px;
  }
  .hero-audience {
    font-size: 11px;
  }
  .waitlist-row .btn {
    width: 100%;
  }
  .waitlist-row {
    flex-direction: column;
  }
  .product-stage {
    padding: 16px 14px;
  }
  .product-stage-heading {
    font-size: 9px;
  }
  .pricing-future {
    flex-direction: column;
    gap: 6px;
  }
}
@media (max-width: 360px) {
  .nav-logo {
    font-size: 19px;
  }
  .nav-logo img {
    width: 56px;
    height: 56px;
    margin: -10px -8px -10px -11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
