/* ═══════════════════════════════════════════════
   marketing-base.css — Shared marketing styles
   Used by: layouts/marketing.html, landing.html
   ═══════════════════════════════════════════════ */

:root {
  --at-navy: #0054a6;
  --at-navy-deep: #003d7a;
  --at-navy-light: #e8f0fe;
  --at-amber: #d97706;
  --at-slate: #121317;
  --at-slate-mid: #18191D;
  --at-muted: #45474D;
  --at-border: #E1E6EC;
  --at-surface: #F8F9FC;
  /* Display = Geist (premium SaaS grotesque). Used by every H1/H2/H3 on
     marketing + landing + blog. Was Fraunces (high-contrast transitional
     serif) — replaced because it read editorial/magazine, not product. */
  --font-display: 'Geist', 'Geist Fallback', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  --font-hero: 'Geist', 'Geist Fallback', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Inter', 'Inter Fallback', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  /* Editorial italic — only the founder quote uses this. Newsreader reads
     warmer / more book-like than the old Fraunces italic. */
  --font-quote: 'Newsreader', 'Newsreader Fallback', Georgia, 'Times New Roman', serif;
  --section-pad-y: 7rem;
  --section-pad-y-sm: 4rem;
}

body.body-marketing {
  font-family: var(--font-body);
  color: var(--at-slate);
  overflow-x: hidden;
  background: #fff !important;
  --tblr-bg-surface: #fff;
  --tblr-bg-surface-secondary: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.01em;
  font-size: 16px;
}

/* ── Links: no underlines on navigation, buttons ── */
.navbar-landing a,
.navbar-landing a:hover,
[class*="btn-hero"],
[class*="btn-hero"]:hover,
.btn-at-navy,
.btn-at-navy:hover,
.btn-at-primary,
.btn-at-primary:hover,
.landing-footer a,
.landing-footer a:hover {
  text-decoration: none !important;
}

/* ── Typography ── */
.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-style: normal;
  font-size: clamp(2.1rem, 4vw, 3rem);
  color: var(--at-slate);
  letter-spacing: -0.035em;
  line-height: 1.06;
}
.section-title em {
  font-family: inherit;
  font-style: normal;
  color: var(--at-navy);
  font-weight: 600;
}
.section-description {
  font-family: var(--font-body);
  color: var(--at-muted);
  font-size: 1.0625rem;
  max-width: 540px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.005em;
}
h3 {
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* ── Wide container ── */
.container-wide {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

/* ── Sections ── */
.section {
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
}
@media (max-width: 768px) {
  .section { padding-top: var(--section-pad-y-sm); padding-bottom: var(--section-pad-y-sm); }
}

/* ── Navbar ── */
.navbar-landing {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  box-shadow: none !important;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
  padding: 0 !important;
  height: 64px;
  flex-wrap: nowrap !important;
}
.navbar-landing.scrolled {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: var(--at-border);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.navbar-landing > .container-wide {
  display: flex !important;
  align-items: center;
  height: 100%;
  position: relative;
}
.navbar-landing .nav-link {
  font-weight: 500;
  color: var(--at-slate);
  font-size: .9375rem;
  letter-spacing: -0.01em;
  transition: color .15s, background .15s;
  padding: .375rem 1rem !important;
  white-space: nowrap;
  border-radius: 8px;
}
.navbar-landing .nav-link:hover {
  background: var(--at-surface);
  color: var(--at-slate);
}
.navbar-brand-text {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  color: var(--at-slate);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.navbar-brand-text:hover { color: var(--at-slate); }
.brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.brand-icon img { width: 100%; height: 100%; }
.brand-icon--mark {
  border-radius: 0;
  background: transparent;
  overflow: visible;
}
.brand-icon--mark img {
  object-fit: contain;
}
.navbar-landing .nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: .5rem;
  margin: 0;
  padding: 0;
}
.navbar-landing .nav-right {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: .625rem;
  margin-left: auto;
  flex-shrink: 0;
  padding: 0;
}
.navbar-divider { display: none; }
.navbar-landing .nav-right .nav-login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: .5rem 1rem !important;
  border: 1px solid #d6dde7;
  border-radius: 8px;
  background: #fff;
  color: var(--at-slate);
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(15,23,42,0.04);
}
.navbar-landing .nav-right .nav-login-link:hover {
  background: #f8fafc;
  border-color: #b8c2cf;
  color: var(--at-slate);
  box-shadow: 0 6px 16px rgba(15,23,42,0.08);
}

/* ── Nav dropdown ── */
.nav-dropdown { position: relative; }
.nav-dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--at-slate);
  font-size: .9375rem;
  letter-spacing: -0.01em;
  padding: .375rem 1rem;
  white-space: nowrap;
  border-radius: 8px;
  transition: color .15s, background .15s;
  background: transparent;
  border: none;
  cursor: pointer;
}
.nav-dropdown-btn:hover {
  background: var(--at-surface);
  color: var(--at-slate);
}
.nav-dropdown-btn svg.chevron-icon {
  width: 16px;
  height: 16px;
  color: var(--at-muted);
  transition: transform .25s cubic-bezier(.4,0,.2,1);
  flex-shrink: 0;
}
.nav-dropdown.open .nav-dropdown-btn svg.chevron-icon {
  transform: rotate(180deg);
}
.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 300px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 48px -4px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.04);
  padding: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s cubic-bezier(.4,0,.2,1), transform .2s cubic-bezier(.4,0,.2,1);
  z-index: 200;
}
.nav-dropdown.open .nav-dropdown-panel {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.nav-dropdown-overlay {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.10);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.nav-dropdown-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.nav-dropdown-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none !important;
  transition: background .15s;
  color: var(--at-slate);
}
.nav-dropdown-link:hover {
  background: var(--at-surface);
  color: var(--at-slate);
}
.nav-dropdown-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--at-muted);
  transition: color .15s;
}
.nav-dropdown-link:hover .nav-dropdown-icon { color: var(--at-navy); }
.nav-dropdown-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.75;
}
.nav-dropdown-text {
  flex: 1;
  min-width: 0;
}
.nav-dropdown-title {
  display: block;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.nav-dropdown-desc {
  display: block;
  font-size: .75rem;
  color: var(--at-muted);
  letter-spacing: -0.005em;
  line-height: 1.4;
  margin-top: 1px;
}
.nav-dropdown-arrow {
  width: 16px;
  height: 16px;
  color: var(--at-border);
  flex-shrink: 0;
  transition: color .15s, transform .15s;
}
.nav-dropdown-link:hover .nav-dropdown-arrow {
  color: var(--at-muted);
  transform: translateX(2px);
}
.nav-dropdown-pill {
  display: inline-block;
  font-size: .5625rem;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 9999px;
  background: rgba(0, 84, 166, 0.1);
  color: var(--at-navy);
  letter-spacing: .04em;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 4px;
}

/* ── Buttons ── */
.btn-at-primary {
  min-height: 42px;
  background: #2c77e7;
  border: 1px solid #2c77e7;
  color: #fff;
  font-weight: 600;
  padding: .58rem 1.05rem;
  border-radius: 8px;
  font-size: .875rem;
  line-height: 1.2;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  box-shadow: 0 1px 2px rgba(20, 91, 198, 0.18);
}
.btn-at-primary:hover {
  background: #2269d8;
  border-color: #2269d8;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(44, 119, 231, 0.22);
}
.btn-hero-primary {
  min-height: 48px;
  background: #2c77e7;
  border: 1px solid #2c77e7;
  color: #fff;
  font-weight: 600;
  padding: .75rem 1.6rem;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  box-shadow: 0 1px 2px rgba(20, 91, 198, 0.18), inset 0 1px 0 rgba(255,255,255,0.14);
}
.btn-hero-primary:hover {
  background: #2269d8;
  border-color: #2269d8;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(44, 119, 231, 0.22);
}
.btn-hero-outline {
  min-height: 48px;
  background: #f8fafc;
  border: 1.5px solid #b8c2cf;
  color: var(--at-slate);
  font-weight: 600;
  padding: .72rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.btn-hero-outline:hover {
  background: #fff;
  border-color: #8fa0b3;
  color: var(--at-slate);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.10);
}

/* Solid variant — slightly stronger border + filled bg, used in hero next to primary CTA */
.btn-hero-outline--solid {
  background: #f8fafc;
  border-color: #b8c2cf;
  color: var(--at-slate);
  box-shadow: 0 1px 2px rgba(15,23,42,0.06);
}
.btn-hero-outline--solid:hover {
  background: #fff;
  border-color: #8fa0b3;
  color: var(--at-slate);
  box-shadow: 0 8px 18px rgba(15,23,42,0.10);
}

/* ── Footer ── */
.landing-footer {
  background: var(--at-slate);
  color: rgba(255,255,255,0.6);
  padding: 4rem 0 2rem;
}
.landing-footer a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: .8125rem;
  font-weight: 400;
  transition: color .15s;
  letter-spacing: -0.005em;
}
.landing-footer a:hover { color: rgba(255,255,255,0.9); }
.landing-footer h5 {
  color: rgba(255,255,255,0.25);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .6875rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .875rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: .625rem;
  margin-bottom: .875rem;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}
.footer-brand-text { color: #fff; font-weight: 500; }
.footer-brand-icon { width: 34px; height: 34px; flex-shrink: 0; }
.footer-brand-icon img { width: 100%; height: 100%; object-fit: contain; }
.footer-description {
  font-size: .8125rem;
  line-height: 1.6;
  max-width: 260px;
  letter-spacing: -0.005em;
  font-weight: 400;
}
.footer-links { line-height: 2.1; }
.footer-divider {
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 3rem;
  padding-top: 1.5rem;
}

/* ── Animations ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-in {
  animation: fadeUp .7s cubic-bezier(.16,1,.3,1) both;
}
.reveal {
  opacity: 1;
  transform: translateY(0);
}
.reveal.js-ready {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1);
}
.reveal.js-ready.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Screenshot image styles ── */
.screenshot {
  border-radius: 12px;
  box-shadow: 0 8px 40px -8px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.04);
  width: 100%;
  height: auto;
}

/* ── CTA Section (full-width dark) ── */
.cta-section {
  background: var(--at-slate);
  padding: 7.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(0,84,166,0.18), transparent 65%);
  pointer-events: none;
}
.cta-section > * { position: relative; z-index: 1; }
.cta-section h2 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(1.75rem, 4vw, 3rem);
  color: #fff;
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin: 0 0 1.25rem;
}
.cta-section h2 em {
  font-family: inherit;
  font-style: normal;
  color: inherit;
}

/* ── Review Kit: public review + private feedback pages ── */
.review-kit-section {
  position: relative;
  padding: 6.75rem 0;
  background: #fff;
  border-top: 1px solid var(--at-border);
  border-bottom: 1px solid var(--at-border);
  overflow: hidden;
}
.review-kit-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(44,119,231,.045), transparent 25%, transparent 75%, rgba(217,119,6,.045)),
    radial-gradient(circle at 50% 10%, rgba(44,119,231,.055), transparent 38%);
  pointer-events: none;
}
.review-kit-section > .container-wide {
  position: relative;
  z-index: 1;
}
.review-kit-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(540px, 1.18fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}
.review-kit-copy {
  max-width: 520px;
}
.review-kit-label {
  margin: 0 0 .9rem;
  color: var(--at-navy);
  font-size: .74rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.review-kit-title {
  margin: 0;
  color: var(--at-slate);
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 3.7vw, 3.6rem);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.review-kit-title em {
  color: var(--at-navy);
  font-style: normal;
}
.review-kit-body {
  margin: 1.35rem 0 0;
  color: var(--at-muted);
  font-size: 1.08rem;
  line-height: 1.62;
  letter-spacing: -0.01em;
}
.review-kit-list {
  display: grid;
  gap: .75rem;
  margin: 1.55rem 0 0;
  padding: 0;
  list-style: none;
}
.review-kit-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: .68rem;
  align-items: start;
  color: var(--at-slate);
  font-size: .98rem;
  line-height: 1.45;
}
.review-kit-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: .42rem;
  border-radius: 2px;
  background: #2c77e7;
}
.review-kit-actions,
.review-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  align-items: center;
  margin-top: 1.8rem;
}
.review-kit-actions a,
.review-kit-actions a:hover,
.review-page-actions a,
.review-page-actions a:hover {
  text-decoration: none !important;
}
.review-kit-visual {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
}
.review-kit-visual--page {
  min-height: 530px;
}
.review-kit-visual__illustration {
  position: absolute;
  pointer-events: none;
  user-select: none;
}
.review-kit-visual__illustration img {
  display: block;
  width: 100%;
  height: auto;
}
.review-kit-visual__illustration--tent {
  right: -4%;
  bottom: -2%;
  width: min(44vw, 430px);
  opacity: .98;
  filter: drop-shadow(0 18px 24px rgba(15,23,42,.08));
}
.review-kit-card-preview {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  border: 1px solid rgba(15,23,42,.14);
  border-radius: 10px;
  background: #fff;
  padding: 1.1rem;
  box-shadow: 0 22px 60px -38px rgba(15,23,42,.45), 0 1px 0 rgba(255,255,255,.85) inset;
}
.review-kit-card-preview::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(15,23,42,.07);
  border-radius: 7px;
  pointer-events: none;
}
.review-kit-card-preview__top {
  color: var(--at-muted);
  font-size: .72rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
  margin: .15rem 0 1rem;
}
.review-kit-card-preview__paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}
.review-kit-card-preview__path {
  position: relative;
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 8px;
  padding: 1rem .9rem .95rem;
  text-align: center;
  background: #fff;
}
.review-kit-card-preview__icon {
  width: 32px;
  height: 32px;
  margin: 0 auto .55rem;
  display: grid;
  place-items: center;
  border-radius: 8px;
}
.review-kit-card-preview__icon svg {
  width: 18px;
  height: 18px;
}
.review-kit-card-preview__icon--public {
  color: #b45309;
  background: rgba(245,158,11,.13);
}
.review-kit-card-preview__icon--private {
  color: #0f6fa7;
  background: rgba(44,119,231,.12);
}
.review-kit-card-preview__path h3 {
  margin: 0 auto .7rem;
  max-width: 150px;
  color: var(--at-slate);
  font-size: 1.02rem;
  line-height: 1.12;
  letter-spacing: -0.025em;
}
.review-kit-card-preview__qr {
  width: 106px;
  height: 106px;
  margin: 0 auto .7rem;
  padding: 8px;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 6px;
  background: #fff;
}
.review-kit-card-preview__qr img {
  display: block;
  width: 100%;
  height: 100%;
}
.review-kit-card-preview__path p {
  min-height: 34px;
  margin: 0;
  color: var(--at-muted);
  font-size: .78rem;
  line-height: 1.35;
}
.review-kit-card-preview__footer {
  margin-top: .95rem;
  padding-top: .8rem;
  border-top: 1px solid rgba(15,23,42,.08);
  color: var(--at-muted);
  font-size: .78rem;
  line-height: 1.35;
  text-align: center;
}
.review-page-hero {
  padding: 9rem 0 6rem;
  background: #fff;
  overflow: hidden;
}
.review-page-hero--cards {
  background:
    radial-gradient(circle at 78% 24%, rgba(44,119,231,.07), transparent 34%),
    #fff;
}
.review-page-hero--flow {
  background:
    radial-gradient(circle at 82% 28%, rgba(217,119,6,.07), transparent 30%),
    #fff;
}
.review-page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(3rem, 5vw, 5.5rem);
  align-items: center;
}
.review-page-hero__copy h1 {
  margin: 0;
  color: var(--at-slate);
  font-family: var(--font-display);
  font-size: clamp(2.55rem, 4.4vw, 4.15rem);
  line-height: 1.01;
  font-weight: 650;
  letter-spacing: -0.058em;
}
.review-page-hero__copy p {
  margin: 1.35rem 0 0;
  max-width: 640px;
  color: var(--at-muted);
  font-size: 1.12rem;
  line-height: 1.62;
  letter-spacing: -0.01em;
}
.review-page-hero__note {
  max-width: 520px !important;
  color: #5d6f88 !important;
  font-size: .95rem !important;
}
.review-page-checks {
  display: grid;
  gap: .58rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.review-page-checks li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--at-slate);
  font-size: .98rem;
  line-height: 1.45;
}
.review-page-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .32rem;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #2c77e7;
}
.review-page-hero__visual {
  min-width: 0;
}
.review-flow-illustration {
  display: block;
  width: min(100%, 700px);
  margin: 0 auto;
}
.review-flow-illustration img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 28px rgba(15,23,42,.08));
}
.review-page-section {
  padding: 6.5rem 0;
  background: #fff;
}
.review-page-section--surface {
  background: var(--at-surface);
  border-top: 1px solid var(--at-border);
  border-bottom: 1px solid var(--at-border);
}
.review-page-section__head {
  max-width: 760px;
  margin: 0 auto 2.6rem;
  text-align: center;
}
.review-page-section__head h2,
.review-page-split h2,
.review-page-problem h2,
.review-use-cases h2,
.review-page-dark-grid h2 {
  margin: 0;
  color: var(--at-slate);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.04;
  font-weight: 640;
  letter-spacing: -0.045em;
}
.review-page-section__head p,
.review-page-split p,
.review-page-problem p,
.review-use-cases p,
.review-page-dark-grid p {
  margin: 1rem 0 0;
  color: var(--at-muted);
  font-size: 1.06rem;
  line-height: 1.62;
  letter-spacing: -0.005em;
}
.review-page-two-paths,
.review-compliance__grid,
.review-page-split,
.review-page-problem,
.review-use-cases,
.review-page-dark-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}
.review-path-panel,
.review-compliance article,
.review-page-dark-card {
  border: 1px solid var(--at-border);
  border-radius: 10px;
  background: #fff;
  padding: 1.55rem;
}
.review-path-panel__label {
  display: block;
  margin-bottom: .65rem;
  color: var(--at-navy);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.review-path-panel h3,
.review-compliance h3,
.review-page-dark-card h3,
.review-loop h3 {
  margin: 0;
  color: var(--at-slate);
  font-size: 1.2rem;
  line-height: 1.2;
}
.review-path-panel p {
  margin: .65rem 0 0;
  color: var(--at-muted);
  font-size: .98rem;
  line-height: 1.55;
}
.review-format-list,
.review-insight-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--at-border);
}
.review-format-list div,
.review-insight-list div {
  padding: 1rem 0;
  border-bottom: 1px solid var(--at-border);
  color: var(--at-slate);
  font-size: 1rem;
  line-height: 1.45;
}
.review-format-list strong {
  display: block;
  margin-bottom: .15rem;
  color: var(--at-slate);
  font-weight: 650;
}
.review-format-list span {
  display: block;
  color: var(--at-muted);
}
.review-compliance {
  max-width: 1060px;
}
.review-compliance article ul {
  margin: .9rem 0 0;
  padding: 0 0 0 1.1rem;
  color: var(--at-muted);
  font-size: .98rem;
  line-height: 1.7;
}
.review-page-footnote {
  margin: 1.5rem auto 0;
  max-width: 620px;
  color: var(--at-muted);
  font-size: .8rem;
  line-height: 1.45;
  text-align: center;
}
.review-page-footnote--dark {
  color: rgba(255,255,255,.52);
}
.review-loop {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--at-border);
  border-radius: 10px;
  background: var(--at-border);
}
.review-loop article {
  background: #fff;
  padding: 1.4rem 1.25rem;
}
.review-loop span {
  display: block;
  margin-bottom: 1rem;
  color: #7a8797;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: .12em;
}
.review-loop p {
  margin: .65rem 0 0;
  color: var(--at-muted);
  font-size: .95rem;
  line-height: 1.55;
}
.review-page-section--dark {
  background: var(--at-slate);
  color: #fff;
}
.review-page-section--dark h2,
.review-page-section--dark h3 {
  color: #fff;
}
.review-page-section--dark p {
  color: rgba(255,255,255,.68);
}
.review-page-dark-card {
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
}
.review-page-dark-card p {
  margin-top: 1rem;
}
.review-page-dark-card strong {
  color: #fff;
}
@media (max-width: 1100px) {
  .review-kit-layout,
  .review-page-hero__grid {
    grid-template-columns: 1fr;
  }
  .review-kit-copy {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
  }
  .review-kit-actions {
    justify-content: center;
  }
  .review-kit-list {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .review-kit-visual {
    min-height: 420px;
  }
  .review-page-hero__copy {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
  }
  .review-page-hero__copy p,
  .review-page-hero__note {
    margin-left: auto;
    margin-right: auto;
  }
  .review-page-actions {
    justify-content: center;
  }
  .review-page-checks {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media (max-width: 900px) {
  .review-page-two-paths,
  .review-compliance__grid,
  .review-page-split,
  .review-page-problem,
  .review-use-cases,
  .review-page-dark-grid {
    grid-template-columns: 1fr;
  }
  .review-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .review-kit-section,
  .review-page-section {
    padding: 4.25rem 0;
  }
  .review-page-hero {
    padding: 7.25rem 0 4.2rem;
  }
  .review-kit-title {
    font-size: clamp(2.05rem, 10.5vw, 2.9rem);
    letter-spacing: -0.05em;
  }
  .review-page-hero__copy h1 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
    letter-spacing: -0.05em;
  }
  .review-kit-body,
  .review-page-hero__copy p {
    font-size: 1rem;
  }
  .review-kit-actions,
  .review-page-actions {
    width: 100%;
  }
  .review-kit-actions .btn-hero-primary,
  .review-kit-actions .btn-hero-outline,
  .review-page-actions .btn-hero-primary,
  .review-page-actions .btn-hero-outline {
    width: 100%;
  }
  .review-kit-visual,
  .review-kit-visual--page {
    min-height: 360px;
  }
  .review-kit-visual__illustration--tent {
    right: 50%;
    bottom: -6%;
    width: 260px;
    transform: translateX(54%);
    opacity: .7;
  }
  .review-kit-card-preview {
    width: min(100%, 430px);
    padding: .85rem;
  }
  .review-kit-card-preview__paths {
    gap: .55rem;
  }
  .review-kit-card-preview__path {
    padding: .82rem .55rem .75rem;
  }
  .review-kit-card-preview__path h3 {
    font-size: .88rem;
  }
  .review-kit-card-preview__qr {
    width: 86px;
    height: 86px;
    padding: 6px;
  }
  .review-loop {
    grid-template-columns: 1fr;
  }
}

body.body-marketing h1 em,
body.body-marketing h2 em {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}
.cta-section p {
  color: rgba(255,255,255,0.55);
  font-size: 1.0625rem;
  max-width: 440px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
  letter-spacing: -0.005em;
}
.cta-section .btn-hero-primary {
  background: #fff;
  border-color: #fff;
  color: var(--at-slate);
  font-weight: 600;
}
.cta-section .btn-hero-primary:hover {
  background: rgba(255,255,255,0.92);
  color: var(--at-slate);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.cta-section .btn-hero-outline {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.34);
  color: #fff;
  box-shadow: none;
}
.cta-section .btn-hero-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.48);
  color: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.22);
}
@media (max-width: 768px) {
  .cta-section { padding: 5rem 1.5rem; }
  /* Full-width CTAs on mobile — modern SaaS pattern, easier tap targets */
  .btn-hero-primary,
  .btn-hero-outline {
    width: 100%;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero-cta-row,
  .cta-section .btn-list {
    flex-direction: column;
    width: 100%;
  }
}

/* ── FAQ Section ── */
.faq-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 3rem;
  align-items: start;
}
.faq-sidebar p {
  color: var(--at-muted);
  font-size: .9375rem;
  line-height: 1.7;
  margin: .75rem 0 0;
}
.faq-contact {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  color: var(--at-navy);
  font-size: .875rem;
  font-weight: 500;
  margin-top: .625rem;
  text-decoration: none;
  transition: gap .2s;
}
.faq-contact:hover { gap: .5rem; color: var(--at-navy); }
.faq-contact svg { width: 14px; height: 14px; flex-shrink: 0; }
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border: 1px solid var(--at-border);
  border-radius: 16px;
  overflow: hidden;
}
.faq-item {
  background: transparent;
  border-bottom: 1px solid var(--at-border);
  transition: background .2s;
}
.faq-item:last-child { border-bottom: none; }
.faq-item:hover { background: rgba(0,0,0,0.012); }
.faq-item.open {
  background: var(--at-surface);
}
.faq-item.open:hover { background: var(--at-surface); }
.faq-question {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .9375rem;
  color: var(--at-slate);
  letter-spacing: -0.01em;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .875rem 1.5rem;
  transition: color .15s;
}
.faq-item.open .faq-question { color: var(--at-navy); font-weight: 600; }
.faq-chevron {
  flex-shrink: 0;
  color: var(--at-muted);
  transition: transform .3s cubic-bezier(.4,0,.2,1), color .15s;
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
  color: var(--at-navy);
}
.faq-answer-wrap {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .35s cubic-bezier(.4,0,.2,1), opacity .25s ease;
}
.faq-item.open .faq-answer-wrap { opacity: 1; }
.faq-answer {
  padding: 0 1.5rem 1.125rem;
  font-size: .875rem;
  line-height: 1.7;
  color: var(--at-muted);
  letter-spacing: -0.005em;
}
.faq-answer a {
  color: var(--at-navy);
  text-decoration: none;
  font-weight: 500;
}
.faq-answer a:hover { text-decoration: underline; }
@media (max-width: 768px) {
  .faq-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .faq-sidebar { text-align: center; }
}

/* ── Feature grid ── */
.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .75rem;
  flex-shrink: 0;
}
.feature-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.75;
}

/* ── Comparison card ── */
.comparison-card {
  background: #fff;
  border: 1px solid var(--at-border);
  border-radius: 10px;
  padding: 1.5rem;
  border-left: 3px solid var(--at-border);
  height: 100%;
}
.comparison-label {
  font-size: .6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .75rem;
}

/* ── Submission Preview Card ── */
.submission-preview {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03), 0 8px 32px rgba(0,0,0,0.04);
}
.sp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .875rem;
}
.sp-stars { font-size: .9375rem; letter-spacing: 1px; }
.sp-stars .star-on { color: #d97706; }
.sp-stars .star-off { color: var(--at-border); }
.sp-time {
  font-size: .6875rem;
  color: var(--at-muted);
  letter-spacing: -0.01em;
}
.sp-message {
  font-size: .875rem;
  line-height: 1.65;
  color: var(--at-slate);
  margin: 0 0 .875rem;
}
.sp-email {
  font-size: .8125rem;
  color: var(--at-navy);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: .375rem;
}
.sp-email svg { width: 14px; height: 14px; flex-shrink: 0; opacity: .6; }
.sp-divider {
  height: 1px;
  background: var(--at-border);
  margin-bottom: .875rem;
}
.sp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .375rem;
}
.sp-meta span {
  font-size: .6875rem;
  font-weight: 500;
  padding: .1875rem .5rem;
  border-radius: 5px;
  background: var(--at-surface);
  color: var(--at-muted);
  letter-spacing: -0.01em;
  white-space: nowrap;
}

/* ── Feature Strip ── */
.feature-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.feature-strip-item {
  font-size: 1rem;
  font-weight: 500;
  color: var(--at-slate);
  padding: 0 1.375rem;
  border-right: 1px solid var(--at-border);
  letter-spacing: -0.01em;
  line-height: 1;
}
.feature-strip-item:last-child { border-right: none; }
@media (max-width: 640px) {
  .feature-strip-item { padding: .5rem .875rem; border-right: none; font-size: .9375rem; }
}

/* ── Steps (numbered) ── */
.step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--at-slate);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8125rem;
  font-weight: 600;
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .section { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .navbar-landing .nav-center { display: none !important; }
  .navbar-divider { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .animate-in { animation: none; opacity: 1; }
}

/* ── Pricing section (shared: landing + /pricing/ + marketing pages) ── */
.pricing-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing-shell .pricing { width: 100%; }
.pricing-shell [x-cloak] { display: none !important; }

.pricing-microcopy {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  margin: 0 auto 1.25rem;
  padding: .375rem .75rem;
  font-size: .8125rem;
  font-weight: 500;
  color: var(--at-muted);
  letter-spacing: -0.005em;
  text-align: center;
  width: fit-content;
  display: flex;
}
.pricing-microcopy svg {
  flex-shrink: 0;
  color: #10b981;
}

/* Monthly / Yearly toggle */
.pricing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f6f7f8;
  border: 1px solid #dfe4ec;
  border-radius: 10px;
  padding: 4px;
  margin: 0 auto 1.75rem;
  display: flex;
  width: fit-content;
}
.pricing-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  padding: .5rem 1.125rem;
  border-radius: 7px;
  background: transparent;
  border: none;
  font-family: var(--font-body);
  font-size: .875rem;
  font-weight: 500;
  color: var(--at-muted);
  letter-spacing: -0.005em;
  cursor: pointer;
  transition: color .15s, background .15s, box-shadow .15s;
  white-space: nowrap;
}
.pricing-toggle-btn:hover {
  color: var(--at-slate);
}
.pricing-toggle-btn.is-active {
  background: #fff;
  color: var(--at-slate);
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(15,23,42,0.06), 0 0 0 1px rgba(15,23,42,0.06);
}
.pricing-toggle-save {
  display: inline-block;
  font-size: .625rem;
  font-weight: 700;
  padding: 1px 7px;
  border-radius: 5px;
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* Recommended badge */
.pricing-popular-badge {
  display: inline-block;
  font-size: .6875rem;
  font-weight: 700;
  padding: .25rem .75rem;
  border-radius: 6px;
  background: var(--at-slate);
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

/* Subtitle below price + billed note */
.pricing-billed-note {
  text-align: center;
  font-size: .75rem;
  color: var(--at-muted);
  font-weight: 500;
  letter-spacing: -0.005em;
  margin-bottom: .625rem;
  min-height: 1.1em;
}
.pricing-subtitle {
  font-size: .8125rem;
  color: var(--at-muted);
  font-weight: 500;
  text-align: center;
  margin-bottom: .75rem;
}

.pricing-card a,
.pricing-card a:hover {
  text-decoration: none !important;
}
.pricing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .pricing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.pricing-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #e1e5eb;
  background: #fff;
  padding: 1.75rem 1.35rem 1.5rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.pricing-card .pricing-btn { margin-top: auto; }
.pricing-card:hover {
  border-color: rgba(15,23,42,0.18);
  box-shadow: 0 10px 28px -22px rgba(15,23,42,0.26);
}
.pricing-card.featured {
  border-color: rgba(15,23,42,0.28);
  background: #fff;
  box-shadow: 0 16px 44px -30px rgba(15,23,42,0.36);
  transform: none;
  z-index: 1;
  position: relative;
}
.pricing-card.featured:hover { transform: none; }
.pricing-label {
  text-align: center;
  margin-bottom: 1rem;
}
.pricing-card .pricing-btn .btn-primary {
  min-height: 44px;
  background: #2c77e7;
  border-color: #2c77e7;
  letter-spacing: 0;
  font-weight: 600;
  border-radius: 8px;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  box-shadow: 0 1px 2px rgba(20, 91, 198, 0.18);
}
.pricing-card .pricing-btn .btn-primary:hover {
  background: #2269d8;
  border-color: #2269d8;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(44, 119, 231, 0.22);
}
.pricing-title {
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  font-size: 1.25rem;
  margin-bottom: .75rem;
  text-align: center;
}
.pricing-price {
  font-weight: 600;
  letter-spacing: -0.03em;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  font-size: 2.5rem;
  margin-bottom: .25rem;
  line-height: 1;
}
.pricing-price-currency { font-size: .4em; font-weight: 400; color: var(--at-muted); vertical-align: super; margin-right: .05em; }
.pricing-price-description { font-weight: 400; font-size: .3em; color: var(--at-muted); letter-spacing: 0; margin-left: .15em; }
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  color: var(--at-slate);
  font-size: .9rem;
  line-height: 1.45;
  padding: .38rem 0;
  letter-spacing: -0.005em;
}
.pricing-features li svg {
  flex-shrink: 0;
  margin-top: .15rem;
}
.pricing-cta-note {
  margin-top: .55rem;
  font-size: .76rem;
  line-height: 1.4;
  color: var(--at-muted);
  text-align: center;
  letter-spacing: -0.005em;
}
@media (max-width: 991px) {
  .pricing {
    grid-template-columns: 1fr;
  }
  .pricing-card.featured {
    order: -1;
    transform: none;
  }
  .pricing-card.featured:hover { transform: none; }
}
