/* Conversion, accessibility and responsive corrections loaded last. */

:root {
  --plum-bg: #120b12;
  --plum-surface: #211421;
  --plum-surface-raised: #2b192a;
  --berry-cta: #a83b6f;
  --berry-cta-hover: #bd477c;
  --berry-cta-active: #8f2f5d;
  --ivory-primary: #f6efe8;
  --ivory-secondary: #cdbfc8;
  --text-muted: #a999a4;
  --antique-gold: #d1b477;
  --focus-visible-color: #f2cb72;
  --error: #f08a9b;
}

:where(a, button, input, textarea, select, summary, video):focus-visible {
  outline: 3px solid var(--focus-visible-color);
  outline-offset: 3px;
  box-shadow: none;
}

:where(h1, h2, h3)[tabindex]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

body.face-first-mobile.dark-plum-mobile .product-section .product-benefits strong,
body.dark-plum-mobile .product-benefits strong {
  color: var(--ivory-primary);
}

body.face-first-mobile.dark-plum-mobile .payment-trust-panel > p strong {
  color: var(--ivory-primary);
  font-weight: 700;
}

body.face-first-mobile.dark-plum-mobile .payment-trust-panel .payment-methods {
  border-top-color: var(--line-light);
  color: var(--ivory-secondary);
}

body.face-first-mobile.dark-plum-mobile .payment-security-label {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  color: var(--ivory-secondary);
  white-space: nowrap;
}

body.face-first-mobile.dark-plum-mobile .payment-security-label > img {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  opacity: 1;
}

body.face-first-mobile.dark-plum-mobile .payment-trust-panel .payment-method {
  border-color: rgba(247, 238, 232, 0.18);
  background: #fff;
}

body.face-first-mobile.dark-plum-mobile .payment-trust-panel .payment-method > img {
  opacity: 1;
}

body.face-first-mobile.dark-plum-mobile .experience-proof-details {
  margin-top: 18px;
  padding-bottom: 26px;
  border-top: 1px solid var(--line-light);
  text-align: left;
}

body.face-first-mobile.dark-plum-mobile .experience-proof-details > h3 {
  margin: 0;
  padding: 20px 0 4px;
  color: var(--antique-gold);
  font-family: var(--font-ui);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.face-first-mobile.dark-plum-mobile .experience-proof-copy {
  padding: 8px 0 0;
  text-align: left;
}

body.face-first-mobile.dark-plum-mobile .experience-proof-copy p {
  margin: 0;
  color: var(--ivory-secondary);
  font-size: 14px;
  line-height: 1.62;
}

body.face-first-mobile.dark-plum-mobile .experience-proof-copy p + p {
  margin-top: 16px;
}

body.face-first-mobile.dark-plum-mobile .experience-proof-copy strong {
  color: var(--antique-gold);
  font-weight: 600;
}

body.face-first-mobile.dark-plum-mobile .hero.section {
  display: flex;
  flex-direction: column;
}

body.face-first-mobile.dark-plum-mobile .hero-copy {
  order: 1;
}

body.face-first-mobile.dark-plum-mobile .hero-purchase {
  order: 3;
  margin-top: 20px;
}

body.face-first-mobile.dark-plum-mobile .hero-spread {
  order: 2;
}

.sample-reading-card,
.process-transparency-card {
  padding: 22px 18px;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius-surface);
  background: var(--plum-surface);
}

.sample-question-label,
.process-transparency-card > p {
  margin: 0 0 8px;
  color: var(--antique-gold);
  font: 600 10.5px/1.4 var(--font-ui);
  letter-spacing: 0.18em;
}

.sample-reading-card h3 {
  margin: 0 0 20px;
  color: var(--ivory-primary);
}

.sample-position-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sample-position-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid var(--line-light);
  color: var(--ivory-secondary);
}

.sample-position-list span {
  color: var(--antique-gold);
  font-size: 11px;
}

.sample-reading-card blockquote {
  margin: 22px 0 0;
  padding: 18px;
  border-left: 3px solid var(--antique-gold);
  background: var(--plum-surface-raised);
  color: var(--ivory-primary);
  font: 400 19px/1.55 var(--font-display);
}

.sample-disclaimer {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 12px;
}

.cookie-consent-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cookie-preferences {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line-light);
}

.cookie-preferences[hidden] {
  display: none;
}

.cookie-preferences label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--ivory-primary);
  cursor: pointer;
}

.cookie-preferences input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--berry-cta);
}

.cookie-preferences span,
.cookie-preferences small {
  display: block;
}

.cookie-preferences small {
  margin-top: 2px;
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.4;
}

.cookie-preferences .cookie-consent-primary {
  min-height: 44px;
  margin-top: 2px;
  border-radius: var(--radius-control);
  font: 600 13px/1.2 var(--font-ui);
}

body[data-step="4"].show-sticky-checkout .quiz-shell {
  padding-bottom: calc(150px + env(safe-area-inset-bottom));
}

@media (max-width: 559px) {
  body.dark-plum-mobile .cookie-consent-actions,
  .cookie-consent-actions {
    grid-template-columns: 1fr;
  }

  body.face-first-mobile.dark-plum-mobile .hero h1 {
    font-size: clamp(38px, 11vw, 43px);
  }
}

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