:root {
  --bg: #070914;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --border: rgba(255, 255, 255, 0.16);
  --text: #f5f7fb;
  --muted: #aab4c8;
  --blue: #39a8ff;
  --cyan: #4cf0ff;
  --violet: #9b6cff;
  --pink: #ff6fb1;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(57, 168, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 90% 0%, rgba(255, 111, 177, 0.12), transparent 24rem),
    linear-gradient(180deg, #070914 0%, #0c1022 52%, #070914 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: #8fd8ff;
  text-decoration: none;
}

a:hover {
  color: #d7f4ff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(7, 9, 20, 0.82);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-mark:hover {
  color: var(--text);
}

.brand-mark img {
  width: 2.35rem;
  height: 2.35rem;
  display: block;
  object-fit: contain;
}

.brand-text,
.brand-name {
  display: inline-flex;
  align-items: baseline;
  color: var(--text);
  line-height: 1;
}

.brand-text {
  font-size: 1.35rem;
}

.brand-name {
  font-weight: 850;
  white-space: nowrap;
  vertical-align: baseline;
}

.brand-accent {
  color: #39d7d7;
  background: linear-gradient(180deg, #9df8ee 0%, #1fb6c7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-core {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.18);
}

.footer-logo {
  width: 2rem;
  height: 2rem;
  display: block;
  object-fit: contain;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.footer-social-link img {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
  object-fit: contain;
}

.navbar {
  padding: 1rem 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--muted);
}

.btn {
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0;
  border: 1px solid transparent;
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--violet));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 42px rgba(57, 168, 255, 0.25);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #62bbff, #ae88ff);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--text);
}

.container.narrow {
  max-width: 860px;
}

.hero-section {
  padding: 7rem 0 4.5rem;
}

.hero-polished {
  position: relative;
  overflow: hidden;
}

.hero-polished::after,
.visual-band::after {
  content: "";
  position: absolute;
  inset: auto -10% -20% 45%;
  height: 18rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(76, 240, 255, 0.16), transparent 65%);
  filter: blur(16px);
}

.visual-band {
  position: relative;
  overflow: hidden;
}

.page-hero {
  padding: 6rem 0 3rem;
}

.page-hero.compact {
  padding-top: 4.75rem;
}

.hero-section h1,
.page-hero h1,
.final-cta h2 {
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.98;
  max-width: 900px;
  font-weight: 850;
  letter-spacing: 0;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 800;
  letter-spacing: 0;
}

h3 {
  font-weight: 780;
  letter-spacing: 0;
}

p {
  color: var(--muted);
}

.hero-copy,
.page-hero p,
.final-cta p {
  font-size: 1.18rem;
  max-width: 720px;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #9eeaff;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.hero-reassurance,
.assessment-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.trust-microcopy,
.final-microcopy {
  margin-top: 1rem;
  color: #dcefff;
  font-size: 0.98rem;
}

.hero-reassurance span,
.assessment-reassurance span {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.7rem;
  color: #dcefff;
  font-size: 0.92rem;
  font-weight: 680;
  border: 1px solid rgba(76, 240, 255, 0.2);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.07);
}

.assessment-reassurance {
  margin-bottom: 1.4rem;
}

.ai-panel,
.report-card,
.glass-form,
.feature-grid article,
.alert-panel,
.table-wrap {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
  border-radius: 8px;
}

.ai-panel {
  padding: 1.5rem;
}

.path-visual {
  position: relative;
  padding: 1.4rem;
  border: 1px solid rgba(76, 240, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at top left, rgba(76, 240, 255, 0.13), transparent 18rem);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.path-steps {
  display: grid;
  gap: 0.75rem;
}

.path-steps article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0.85rem;
  row-gap: 0.25rem;
  padding: 0.9rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.path-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 1.62rem;
  bottom: -0.8rem;
  width: 2px;
  height: 0.8rem;
  background: linear-gradient(180deg, var(--cyan), transparent);
}

.path-steps strong {
  grid-row: 1 / span 2;
  grid-column: 1;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: var(--bg);
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  border-radius: 999px;
}

.path-steps h3,
.path-steps p {
  grid-column: 2;
  min-width: 0;
  margin: 0;
}

.path-steps h3 {
  grid-row: 1;
}

.path-steps p {
  grid-row: 2;
  margin-top: 0.25rem;
}

.example-preview h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.preview-row {
  padding: 1rem 0;
  border-top: 1px solid var(--border);
}

.preview-row span {
  display: block;
  margin-bottom: 0.35rem;
  color: #9eeaff;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.preview-row p {
  margin: 0;
}

.signal-row,
.confidence,
.admin-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

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

.signal-row strong,
.confidence strong {
  color: var(--text);
  font-size: 1.4rem;
}

.signal-bar {
  height: 10px;
  overflow: hidden;
  margin: 0.55rem 0 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.signal-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
}

.signal-bar.alt i {
  background: linear-gradient(90deg, var(--pink), var(--violet));
}

.recommendation {
  margin-top: 1.5rem;
  padding: 1.2rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.recommendation span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.recommendation strong {
  display: block;
  margin: 0.3rem 0 0.5rem;
  font-size: 1.35rem;
}

.home-hero {
  padding: clamp(5.8rem, 9vw, 8rem) 0 clamp(3.5rem, 6vw, 5rem);
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.home-hero h1 {
  max-width: 820px;
  margin-bottom: 1.1rem;
  font-size: clamp(2.55rem, 5.5vw, 4.85rem);
  font-weight: 820;
  line-height: 1.04;
}

.home-hero .hero-copy {
  max-width: 720px;
  color: #c9d4e8;
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
  line-height: 1.68;
}

.hero-trustbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-top: 1.2rem;
  color: #dcefff;
  font-size: 0.94rem;
}

.hero-trustbar span,
.hero-trustbar a {
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(76, 240, 255, 0.18);
  border-radius: 999px;
  background: rgba(76, 240, 255, 0.055);
}

.hero-trustbar a {
  color: #9eeaff;
}

.hero-preview-card,
.after-payment-card,
.ai-process-disclosure {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at top right, rgba(76, 240, 255, 0.08), transparent 16rem);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.hero-preview-card {
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.preview-stack {
  display: grid;
  gap: 0.75rem;
}

.preview-stack div {
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.preview-stack strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #eefbff;
}

.preview-stack p {
  margin: 0;
  line-height: 1.55;
}

.home-section {
  padding: clamp(3.4rem, 7vw, 6.2rem) 0;
}

.home-section.soft,
.pricing-section,
.refined-final-cta {
  background: rgba(255, 255, 255, 0.026);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.compact-heading {
  max-width: 760px;
  margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
}

.compact-heading h2 {
  max-width: 720px;
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.12;
}

.compact-heading p {
  max-width: 720px;
  line-height: 1.7;
}

.quiet-card-grid,
.report-includes-grid {
  display: grid;
  gap: 0.9rem;
}

.quiet-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.quiet-card-grid article,
.report-includes-grid article {
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.quiet-card-grid article:hover,
.report-includes-grid article:hover {
  transform: translateY(-2px);
  border-color: rgba(76, 240, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
}

.quiet-card-grid strong {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-bottom: 0.85rem;
  color: #06111a;
  background: linear-gradient(135deg, #9df8ee, #39a8ff);
  border-radius: 999px;
}

.quiet-card-grid h3,
.report-includes-grid h3 {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

.quiet-card-grid p,
.report-includes-grid p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.62;
}

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

.ai-process-disclosure {
  padding: clamp(1.1rem, 3vw, 1.55rem);
}

.ai-process-heading {
  margin-bottom: 0.7rem;
}

.ai-process-heading h2 {
  max-width: 720px;
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.12;
}

.disclosure-intro {
  max-width: 760px;
  line-height: 1.7;
}

.pricing-layout-refined {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: start;
}

.pricing-layout-refined .pricing-card,
.after-payment-card {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.pricing-layout-refined .pricing-card h2,
.after-payment-card h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 1.15;
}

.pricing-layout-refined .price {
  font-size: clamp(2.7rem, 5vw, 4.1rem);
}

.refined-final-cta {
  padding: clamp(3.6rem, 7vw, 6rem) 0;
  text-align: center;
}

.refined-final-cta h2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
}

.refined-final-cta p {
  margin-right: auto;
  margin-left: auto;
}

.content-band {
  padding: 4.5rem 0;
}

.content-band.soft,
.final-cta {
  background: rgba(255, 255, 255, 0.035);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-heading {
  margin-bottom: 2rem;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: start;
}

.feature-grid {
  display: grid;
  gap: 1rem;
}

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

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

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

.feature-grid article,
.report-card,
.glass-form,
.alert-panel {
  padding: 1.5rem;
}

.feature-grid article > strong {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--bg);
  background: var(--cyan);
  border-radius: 8px;
}

.trust-signals {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 1.25rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(76, 240, 255, 0.2);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.06);
}

.trust-signals p {
  margin: 0;
  color: #dcefff;
  font-size: 0.96rem;
  line-height: 1.35;
}

.value-grid,
.scenario-grid,
.avoidance-grid {
  display: grid;
  gap: 1rem;
}

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

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

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

.value-grid article,
.scenario-grid article {
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-grid article,
.value-grid article,
.scenario-grid article,
.report-summary-card,
.pricing-card,
.path-visual {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-grid article:hover,
.value-grid article:hover,
.scenario-grid article:hover,
.report-summary-card:hover,
.pricing-card:hover {
  transform: translateY(-2px);
  border-color: rgba(76, 240, 255, 0.34);
}

.scenario-grid article > span {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.25rem 0.5rem;
  color: #9eeaff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid rgba(76, 240, 255, 0.22);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.07);
}

.scenario-grid small {
  display: block;
  margin-top: 0.9rem;
  color: #dcefff;
  font-weight: 700;
}

.ai-analysis-section {
  position: relative;
  overflow: hidden;
}

.ai-analysis-section::before {
  content: "";
  position: absolute;
  inset: auto -10rem 8% auto;
  width: 22rem;
  height: 22rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(76, 240, 255, 0.1), transparent 68%);
  filter: blur(18px);
}

.analysis-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.analysis-process-grid article {
  padding: 1.15rem;
  border: 1px solid rgba(76, 240, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at top right, rgba(76, 240, 255, 0.075), transparent 12rem);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.analysis-process-grid strong {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.8rem;
  color: var(--bg);
  font-size: 0.9rem;
  background: linear-gradient(135deg, #9df8ee, #39a8ff);
  border-radius: 999px;
}

.analysis-process-grid h3 {
  font-size: 1rem;
}

.analysis-process-grid p {
  font-size: 0.94rem;
}

.analysis-trust-note {
  max-width: 880px;
  margin: 1.2rem auto 0;
  padding: 0.9rem 1rem;
  color: #dcefff;
  text-align: center;
  border: 1px solid rgba(76, 240, 255, 0.2);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.055);
}

.clarity-section {
  position: relative;
  overflow: hidden;
}

.clarity-section::before {
  content: "";
  position: absolute;
  inset: 10% auto auto -12rem;
  width: 24rem;
  height: 24rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(57, 168, 255, 0.13), transparent 66%);
  filter: blur(16px);
}

.clarity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.clarity-card {
  position: relative;
  padding: 1.35rem;
  border: 1px solid rgba(76, 240, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at top right, rgba(76, 240, 255, 0.09), transparent 16rem);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.clarity-card::before {
  content: "\201C";
  position: absolute;
  right: 1rem;
  top: 0.6rem;
  color: rgba(76, 240, 255, 0.16);
  font-size: 4rem;
  line-height: 1;
  font-family: Georgia, serif;
}

.clarity-card:hover {
  transform: translateY(-2px);
  border-color: rgba(76, 240, 255, 0.34);
}

.clarity-card__top {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.9rem;
}

.clarity-card__top span {
  display: inline-flex;
  padding: 0.28rem 0.55rem;
  color: #9eeaff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid rgba(76, 240, 255, 0.22);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.07);
}

.clarity-card__top i {
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  color: var(--bg);
  font-style: normal;
  font-weight: 850;
  background: linear-gradient(135deg, #9df8ee, #1fb6c7);
  border-radius: 999px;
}

.clarity-quote {
  position: relative;
  z-index: 1;
  color: #dcefff;
  font-size: 1.02rem;
}

.clarity-outcome {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.clarity-outcome strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #9eeaff;
  font-size: 0.84rem;
  text-transform: uppercase;
}

.clarity-outcome p {
  margin: 0;
}

.feedback-cta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.feedback-cta p {
  margin: 0;
}

.avoidance-grid span {
  min-height: 3.2rem;
  display: flex;
  align-items: center;
  padding: 0.8rem 0.95rem;
  color: #dcefff;
  font-weight: 720;
  border: 1px solid rgba(255, 111, 177, 0.18);
  border-radius: 8px;
  background: rgba(255, 111, 177, 0.07);
}

.pricing-card .price {
  margin: 0.8rem 0 1rem;
  color: var(--text);
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  font-weight: 850;
  line-height: 1;
}

.pricing-card .price span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
}

.premium-card {
  position: relative;
  border-color: rgba(76, 240, 255, 0.28) !important;
  background:
    linear-gradient(180deg, rgba(76, 240, 255, 0.1), rgba(255, 255, 255, 0.06)),
    linear-gradient(180deg, var(--panel-strong), var(--panel)) !important;
}

.premium-card::before {
  content: "One-time payment";
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.6rem;
  color: #9eeaff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid rgba(76, 240, 255, 0.25);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.08);
}

.after-payment-steps {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.after-payment-steps div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 0.8rem;
  padding: 0.85rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.after-payment-steps strong {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  color: var(--bg);
  background: var(--cyan);
  border-radius: 999px;
}

.after-payment-steps h3,
.after-payment-steps p {
  margin: 0;
}

.risk-reversal {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.risk-reversal > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.risk-reversal > div > span {
  padding: 0.55rem 0.75rem;
  color: #dcefff;
  border: 1px solid rgba(76, 240, 255, 0.22);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.06);
}

.analysis-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.4rem 0;
}

.analysis-grid span {
  padding: 0.75rem;
  color: #dcefff;
  font-weight: 700;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.report-summary-card,
.sample-bottom-cta {
  margin-bottom: 1.2rem;
  padding: 1.5rem;
  border: 1px solid rgba(76, 240, 255, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.report-summary-card {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1.2rem;
}

.report-summary-card dl {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.report-summary-card dt {
  color: #9eeaff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.report-summary-card dd {
  margin: 0;
  color: var(--text);
}

.sample-report-content h2 {
  padding-top: 1.2rem;
  border-top: 1px solid var(--border);
}

.report-callout {
  margin: 1rem 0 1.4rem;
  padding: 1rem;
  border: 1px solid rgba(76, 240, 255, 0.22);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.055);
}

.warning-box {
  border-color: rgba(255, 111, 177, 0.28);
  background: rgba(255, 111, 177, 0.07);
}

.next-action-box {
  border-color: rgba(157, 108, 255, 0.3);
  background: rgba(157, 108, 255, 0.08);
}

.sample-bottom-cta {
  text-align: center;
}

.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  margin: 0.8rem 0;
  padding-left: 1.7rem;
  position: relative;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(76, 240, 255, 0.7);
}

.faq details {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}

.faq summary {
  cursor: pointer;
  font-weight: 750;
}

.final-cta {
  padding: 5rem 0;
  text-align: center;
}

.final-cta h2,
.final-cta p {
  margin-left: auto;
  margin-right: auto;
}

.form-page {
  padding: 4.5rem 0;
}

.glass-form {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

label {
  color: var(--text);
  font-weight: 720;
  margin-top: 0.6rem;
}

.form-control,
.form-select {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
  color: var(--text);
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--cyan);
  box-shadow: 0 0 0 0.2rem rgba(76, 240, 255, 0.18);
}

.form-select option {
  color: #111827;
  background: #fff;
}

textarea.form-control {
  min-height: 96px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.choice-pill {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  margin: 0;
  padding: 0.7rem 0.8rem;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.choice-pill input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--cyan);
}

.choice-pill span {
  line-height: 1.25;
}

.unlock-card {
  margin-top: 1rem;
}

.email-capture {
  display: grid;
  gap: 0.75rem;
}

.microcopy {
  margin-top: 0.8rem;
  font-size: 0.92rem;
}

.consent-check {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 0.9rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 520;
}

.consent-check input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  flex: 0 0 auto;
  accent-color: var(--cyan);
}

.consent-check span {
  color: var(--muted);
  line-height: 1.45;
}

.report-editor {
  min-height: 620px;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}

.confidence {
  margin: 1.3rem 0;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.alert-panel {
  margin-top: 1.4rem;
}

.admin-heading {
  margin-bottom: 1.5rem;
}

.table-wrap {
  padding: 0.6rem;
  overflow-x: auto;
}

.stats-grid {
  margin-bottom: 1rem;
}

.stats-grid h3 {
  font-size: 2.4rem;
  margin: 0;
}

.stats-table {
  margin-bottom: 1rem;
}

.table {
  margin-bottom: 0;
}

.table-dark {
  --bs-table-bg: transparent;
}

.admin-review dl {
  color: var(--muted);
}

.admin-review dt {
  color: var(--text);
  margin-top: 0.8rem;
}

.report-content {
  font-size: 1.05rem;
  line-height: 1.7;
}

.premium-report-header {
  margin-bottom: 2rem;
  padding: clamp(1.15rem, 3vw, 1.75rem);
  border: 1px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(10, 16, 36, 0.97), rgba(16, 12, 38, 0.96)) padding-box,
    linear-gradient(120deg, rgba(76, 240, 255, 0.66), rgba(132, 94, 247, 0.52), rgba(255, 255, 255, 0.12)) border-box;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
}

.report-branding-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.report-brand-identity {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.report-brand-identity img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}

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

.report-brand-identity strong {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  letter-spacing: -0.025em;
}

.report-brand-identity span {
  margin-top: 0.12rem;
  color: #9eeaff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-meta-list {
  min-width: 13.5rem;
  margin: 0;
}

.report-meta-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 0.18rem 0;
}

.report-meta-list dt {
  color: var(--muted);
  font-weight: 600;
}

.report-meta-list dd {
  margin: 0;
  color: #fff;
  font-weight: 750;
  text-align: right;
}

.report-primary-question {
  margin: 1.15rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #dcefff;
}

.next-best-action {
  padding: 0.9rem;
  border: 1px solid rgba(76, 240, 255, 0.2);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.06);
}

.next-best-action strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #9eeaff;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.report-generation-note {
  margin: 1rem 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(76, 240, 255, 0.2);
  border-radius: 8px;
  background: rgba(76, 240, 255, 0.055);
}

.report-generation-note summary {
  color: #eafcff;
  cursor: pointer;
  font-weight: 760;
}

.report-generation-note p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.blog-hero h1,
.blog-post-hero h1 {
  max-width: 820px;
}

.blog-search-panel {
  margin-top: 1.6rem;
  padding: 1rem;
  border: 1px solid rgba(76, 240, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.blog-search-panel label {
  display: block;
  margin-bottom: 0.45rem;
  color: #eafcff;
  font-weight: 720;
}

.blog-tags,
.blog-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-tags {
  margin-top: 1rem;
}

.blog-tags button,
.blog-card__tags span {
  padding: 0.34rem 0.62rem;
  color: #9eeaff;
  font-size: 0.8rem;
  font-weight: 760;
  border: 1px solid rgba(76, 240, 255, 0.22);
  border-radius: 999px;
  background: rgba(76, 240, 255, 0.07);
}

.blog-tags button {
  cursor: pointer;
}

.blog-tags button.active,
.blog-tags button:hover {
  color: #06111a;
  background: linear-gradient(135deg, #9df8ee, #39a8ff);
}

.blog-list {
  display: grid;
  gap: 1rem;
  max-width: 940px;
  margin: 0 auto;
}

.blog-card,
.blog-empty {
  padding: clamp(1.2rem, 3vw, 1.7rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at top right, rgba(76, 240, 255, 0.07), transparent 16rem);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.blog-card h2 {
  margin: 0.8rem 0 0.45rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.blog-card h2 a {
  color: var(--text);
}

.blog-card h2 a:hover {
  color: #9eeaff;
}

.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 0.75rem;
  color: #8794ad;
  font-size: 0.92rem;
}

.blog-card__meta span::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.55rem 0.15rem 0;
  background: currentColor;
  border-radius: 999px;
}

.blog-card p {
  max-width: 760px;
  margin-bottom: 1rem;
  line-height: 1.65;
}

.blog-read-link,
.blog-back-link {
  display: inline-flex;
  color: #9eeaff;
  font-weight: 720;
}

.blog-back-link {
  margin-bottom: 1rem;
}

.blog-empty {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.blog-empty[hidden],
.blog-card[hidden] {
  display: none;
}

.blog-post-content {
  max-width: 860px;
  margin: 0 auto;
}

.blog-post-content h1 {
  display: none;
}

.blog-post-content h2 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.25;
}

.blog-post-content h3 {
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.35;
}

.blog-post-content + .sample-bottom-cta {
  margin-top: 1.4rem;
}

.next-best-action p {
  margin: 0;
  color: #dcefff;
}

.report-content h1,
.report-content h2,
.report-content h3 {
  margin-top: 1.3rem;
}

.report-body > h1:first-child {
  display: none;
}

.print-report-footer {
  display: none;
}

.report-content table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.report-content th,
.report-content td {
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  vertical-align: top;
}

.report-content th {
  color: #eafcff;
  background: rgba(76, 240, 255, 0.1);
}

.generation-error pre {
  max-height: 22rem;
  overflow: auto;
  padding: 0.8rem;
  color: #ffdede;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 111, 177, 0.35);
  border-radius: 8px;
  white-space: pre-wrap;
}

.policy-content h1 {
  margin-bottom: 1rem;
}

.policy-content h2 {
  margin-top: 2.2rem;
  font-size: 1.65rem;
}

.policy-content h3 {
  margin-top: 1.4rem;
  font-size: 1.2rem;
}

.policy-content p,
.policy-content li {
  color: var(--muted);
}

.policy-content hr {
  margin: 2rem 0;
  border-color: var(--border);
}

.report-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.log-viewer pre {
  max-height: 70vh;
  overflow: auto;
  padding: 1rem;
  color: #d8e6ff;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid var(--border);
  border-radius: 8px;
  white-space: pre-wrap;
}

.bg-gray-50 {
  background: #050711;
}

.bg-white {
  background: #050711;
}

.footer-bottom-bar {
  background: #050711;
}

.border-t {
  border-top-width: 1px;
  border-top-style: solid;
}

.border-gray-200 {
  border-color: var(--border);
}

.mt-16 {
  margin-top: 4rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-xs {
  max-width: 20rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: 1fr;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-x-2 {
  column-gap: 0.5rem;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

footer .justify-between {
  justify-content: center;
}

.font-semibold {
  font-weight: 650;
}

.tracking-tight {
  letter-spacing: 0;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-gray-900 {
  color: var(--text);
}

.text-gray-600 {
  color: var(--muted);
}

.text-gray-500 {
  color: #8794ad;
}

.space-y-2 {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.space-y-2 > * + * {
  margin-top: 0.5rem;
}

.transition-colors {
  transition: color 160ms ease;
}

.hover\:text-gray-900:hover {
  color: #d7f4ff;
}

.footer-cookie-link {
  display: inline;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font: inherit;
  background: transparent;
  border: 0;
  text-align: left;
}

footer .footer-cookie-link.text-gray-600 {
  color: var(--muted);
}

.footer-cookie-link:hover {
  color: #d7f4ff;
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(7, 9, 20, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}

.cookie-banner[hidden],
.cookie-modal[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0 0 0.5rem;
}

.cookie-banner p:last-child {
  margin-bottom: 0;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.62);
}

.cookie-modal__dialog {
  width: min(680px, 100%);
  max-height: min(760px, calc(100vh - 2rem));
  overflow-y: auto;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #0b1022;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.cookie-modal__header,
.cookie-option {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.cookie-modal__header {
  margin-bottom: 1rem;
}

.cookie-modal__header h2 {
  margin: 0;
  font-size: 1.55rem;
}

.cookie-close {
  color: var(--text);
  background: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1;
}

.cookie-option {
  margin-bottom: 0.85rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.cookie-option p {
  margin: 0.35rem 0 0;
}

.cookie-option input {
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.2rem;
  flex: 0 0 auto;
  accent-color: var(--cyan);
}

.cookie-required {
  flex: 0 0 auto;
  color: #9eeaff;
  font-weight: 750;
  white-space: nowrap;
}

.mobile-sticky-cta {
  display: none;
}

.starter-question-section {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
  padding: 0 0 4rem;
}

.starter-question-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid transparent;
  border-radius: 18px;
  background:
    linear-gradient(rgba(10, 15, 34, 0.92), rgba(10, 15, 34, 0.92)) padding-box,
    linear-gradient(125deg, rgba(93, 224, 255, 0.7), rgba(157, 111, 255, 0.55), rgba(255, 255, 255, 0.12)) border-box;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
}

.starter-question-card::before {
  position: absolute;
  top: -8rem;
  right: -7rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(88, 213, 255, 0.1);
  filter: blur(25px);
  content: "";
  pointer-events: none;
}

.starter-question-card h2 {
  position: relative;
  margin: 0.35rem 0 1.25rem;
  font-size: clamp(1.55rem, 4vw, 2.15rem);
}

.intent-choice-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.intent-choice {
  margin: 0;
  cursor: pointer;
}

.intent-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.intent-choice span {
  display: flex;
  min-height: 4rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 700;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.intent-choice:hover span {
  border-color: rgba(107, 225, 255, 0.55);
  background: rgba(107, 225, 255, 0.1);
  transform: translateY(-1px);
}

.intent-choice input:focus-visible + span {
  outline: 3px solid rgba(103, 222, 255, 0.34);
  outline-offset: 3px;
}

.intent-choice input:checked + span {
  border-color: #72e3ff;
  background: linear-gradient(135deg, rgba(53, 200, 237, 0.2), rgba(132, 94, 247, 0.17));
  box-shadow: inset 0 0 0 1px rgba(114, 227, 255, 0.28), 0 10px 28px rgba(24, 158, 199, 0.12);
}

.starter-validation {
  display: block;
  min-height: 1.5rem;
  margin-top: 0.6rem;
  color: #ff9aa7;
  font-size: 0.9rem;
}

.starter-question-cta {
  margin-top: 0.45rem;
}

.starter-reassurance {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.assessment-starter-card {
  margin: 2rem 0;
  text-align: left;
}

.assessment-intent-fieldset {
  margin: 0 0 1.75rem;
  padding: 0 0 1.75rem;
  border: 0;
  border-bottom: 1px solid var(--border);
}

.assessment-intent-fieldset legend {
  margin-bottom: 0.35rem;
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 750;
}

@media (max-width: 991px) {
  .home-hero__grid,
  .pricing-layout-refined {
    grid-template-columns: 1fr;
  }

  .feature-grid.three,
  .feature-grid.four,
  .feature-grid.two {
    grid-template-columns: 1fr;
  }

  .value-grid,
  .scenario-grid,
  .clarity-grid,
  .analysis-process-grid,
  .report-includes-grid,
  .quiet-card-grid.three,
  .quiet-card-grid.four,
  .analysis-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-heading,
  .report-summary-card {
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding-top: 5rem;
  }

  .admin-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.has-mobile-sticky {
    padding-bottom: 5.75rem;
  }

  body.has-mobile-sticky.cookie-banner-open {
    padding-bottom: 0;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    border-top: 1px solid var(--border);
    background: rgba(7, 9, 20, 0.94);
    box-shadow: 0 -18px 45px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
  }

  body.cookie-banner-open .mobile-sticky-cta {
    display: none;
  }

  .home-hero {
    padding-top: 4.8rem;
  }

  .home-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.35rem);
  }

  .hero-trustbar {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-trustbar span,
  .hero-trustbar a {
    width: 100%;
  }

  .mobile-sticky-cta strong,
  .mobile-sticky-cta span {
    display: block;
  }

  .mobile-sticky-cta strong {
    color: var(--text);
    font-size: 0.96rem;
  }

  .mobile-sticky-cta span {
    color: var(--muted);
    font-size: 0.78rem;
  }

  .mobile-sticky-cta .btn {
    flex: 0 0 auto;
  }
}

@media (max-width: 575px) {
  .brand-text {
    font-size: 1.08rem;
  }

  .brand-mark img {
    width: 2rem;
    height: 2rem;
  }

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

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .intent-choice-grid {
    grid-template-columns: 1fr;
  }

  .starter-question-section {
    margin-top: -1rem;
    padding-bottom: 3rem;
  }

  .starter-question-cta {
    width: 100%;
  }

  .value-grid,
  .scenario-grid,
  .clarity-grid,
  .analysis-process-grid,
  .report-includes-grid,
  .quiet-card-grid.three,
  .quiet-card-grid.four,
  .avoidance-grid,
  .analysis-grid {
    grid-template-columns: 1fr;
  }

  .feedback-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .report-meta-grid {
    grid-template-columns: 1fr;
  }

  .report-branding-row {
    flex-direction: column;
    gap: 1.1rem;
  }

  .report-meta-list {
    width: 100%;
    min-width: 0;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-section h1,
  .page-hero h1,
  .final-cta h2 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .path-visual,
  .feature-grid article,
  .value-grid article,
  .scenario-grid article,
  .clarity-card,
  .report-card,
  .glass-form,
  .alert-panel,
  .report-summary-card,
  .sample-bottom-cta {
    padding: 1rem;
  }

  .content-band,
  .form-page {
    padding: 3rem 0;
  }

  .cookie-actions .btn {
    width: 100%;
  }

  .cookie-option {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:flex-row {
    flex-direction: row;
  }
}

@media print {
  @page {
    size: auto;
    margin: 16mm 14mm 18mm;
  }

  html {
    font-size: 10.5pt;
  }

  body {
    color: #111;
    background: #fff;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .site-header,
  body > footer,
  .report-toolbar,
  .cookie-banner,
  .cookie-modal,
  .mobile-sticky-cta,
  .report-generation-note,
  button,
  .btn {
    display: none;
  }

  .content-band {
    padding: 0;
  }

  .container,
  .container.narrow {
    max-width: none;
    width: 100%;
  }

  .report-card,
  .report-content {
    border: 0;
    box-shadow: none;
    background: #fff;
    color: #111;
    padding: 0;
    font-size: 10.5pt;
    line-height: 1.55;
  }

  .report-content p,
  .report-content li {
    color: #222;
  }

  .premium-report-header {
    margin: 0 0 9mm;
    padding: 0 0 6mm;
    border: 0;
    border-bottom: 2px solid #276fd5;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    break-inside: avoid;
  }

  .report-brand-identity img {
    width: 15mm;
    height: 15mm;
  }

  .report-brand-identity strong {
    color: #10162c;
    font-size: 20pt;
  }

  .report-brand-identity span {
    color: #276fd5;
    font-size: 8.5pt;
  }

  .report-meta-list dt {
    color: #5c6475;
  }

  .report-meta-list dd {
    color: #10162c;
  }

  .report-primary-question {
    color: #253044;
    border-top-color: #d7deeb;
  }

  .next-best-action {
    border-color: #b9d5ef;
    background: #f1f7fc;
    break-inside: avoid;
  }

  .next-best-action strong {
    color: #276fd5;
  }

  .next-best-action p {
    color: #253044;
  }

  .report-body h2 {
    margin-top: 8mm;
    padding-bottom: 1.5mm;
    border-bottom: 1px solid #b9d5ef;
    color: #173f78;
    font-size: 15pt;
    break-after: avoid;
  }

  .report-body h3 {
    color: #3d327c;
    font-size: 12pt;
    break-after: avoid;
  }

  .report-content table {
    font-size: 8.5pt;
    break-inside: auto;
  }

  .report-content thead {
    display: table-header-group;
  }

  .report-content tr,
  .report-content img,
  .report-content blockquote {
    break-inside: avoid;
  }

  .report-content th {
    color: #10233e;
    background: #eaf4fb;
  }

  .report-content th,
  .report-content td {
    border-color: #cbd7e5;
    padding: 1.8mm;
  }

  .print-report-footer {
    display: flex;
    flex-direction: column;
    gap: 1mm;
    margin-top: 12mm;
    padding-top: 4mm;
    border-top: 1px solid #b9c7da;
    color: #667085;
    font-size: 8pt;
    break-inside: avoid;
  }

  .print-report-footer strong {
    color: #276fd5;
  }

  a {
    color: #111;
    text-decoration: none;
  }
}
