:root {
  --page: #171128;
  --page-cool: #27215c;
  --ink: #17111f;
  --ink-soft: #4e4659;
  --muted: #706878;
  --surface: #fffaf1;
  --surface-soft: #fbf3e7;
  --surface-lavender-62: rgba(238, 237, 254, 0.62);
  --surface-lavender-64: rgba(238, 237, 254, 0.64);
  --surface-lavender-66: rgba(238, 237, 254, 0.66);
  --surface-lavender-68: rgba(238, 237, 254, 0.68);
  --surface-lavender-72: rgba(238, 237, 254, 0.72);
  --surface-lavender-76: rgba(238, 237, 254, 0.76);
  --line: #d8c8df;
  --line-strong: #a99ac0;
  --violet: #3c3489;
  --violet-deep: #1c1734;
  --violet-soft: #6b61bd;
  --gold: #fac775;
  --gold-soft: #ffe5a8;
  --gold-deep: #b37a24;
  --teal: #7ec8b2;
  --brand-mark-ink: #2d1740;
  --danger: #9c2542;
  --shadow-black-soft: rgba(0, 0, 0, 0.18);
  --shadow-black-strong: rgba(0, 0, 0, 0.32);
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-pill: 999px;
  --shadow-strong: 0 28px 80px rgba(32, 18, 44, 0.2);
  --shadow-soft: 0 14px 36px rgba(52, 34, 74, 0.1);
  --speed: 180ms ease-out;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--surface);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 0%, rgba(250, 199, 117, 0.18), transparent 27rem),
    radial-gradient(circle at 90% 14%, rgba(126, 200, 178, 0.11), transparent 28rem),
    linear-gradient(180deg, var(--violet-deep) 0%, #151326 34%, #211a3d 100%);
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0;
  color: var(--surface);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--brand-mark-ink);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-size: 22px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 55%);
}

.brand strong {
  display: block;
  font-family: "Literata", "Georgia", serif;
  font-size: clamp(1.05rem, 2vw, 1.38rem);
  font-weight: 700;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--surface-lavender-64);
  font-size: 0.78rem;
  font-weight: 700;
}

.header-nav {
  display: flex;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(250, 199, 117, 0.18);
  border-radius: var(--radius-md);
  background: rgba(255, 250, 241, 0.08);
}

.header-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  color: var(--surface-lavender-72);
  background: transparent;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: color var(--speed), background var(--speed), box-shadow var(--speed);
}

.header-nav a:hover {
  color: var(--surface);
  background: rgba(255, 250, 241, 0.1);
  box-shadow: inset 0 0 0 1px rgba(250, 199, 117, 0.22);
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  padding: 10px 16px;
  color: var(--brand-mark-ink);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(250, 199, 117, 0.18);
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 76px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(250, 199, 117, 0.16);
  border-radius: var(--radius-md);
  padding: clamp(18px, 3vw, 32px);
  background:
    radial-gradient(circle at 18% 18%, rgba(250, 199, 117, 0.18), transparent 18rem),
    radial-gradient(circle at 92% 4%, rgba(126, 200, 178, 0.12), transparent 22rem),
    linear-gradient(135deg, #26215c 0%, #18152e 48%, #2a183c 100%);
  box-shadow: var(--shadow-strong);
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.35;
  background-image:
    radial-gradient(circle, rgba(255, 250, 241, 0.72) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(250, 199, 117, 0.55) 0 1px, transparent 1.5px);
  background-position: 18px 24px, 95px 70px;
  background-size: 120px 120px, 190px 190px;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: flex;
  min-width: 0;
  min-height: 620px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: var(--radius-md);
  padding: clamp(28px, 6vw, 64px);
  color: #fffaf1;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 8%), transparent 34%),
    linear-gradient(135deg, rgba(28, 23, 52, 0.58), rgba(24, 24, 39, 0.42));
  box-shadow: none;
}

.eyebrow,
.section-label,
.product-status,
.product-type {
  margin: 0 0 10px;
  color: var(--gold-deep);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold-soft);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 800px;
  margin-bottom: 18px;
  font-family: "Literata", "Georgia", serif;
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 700;
  line-height: 0.98;
}

h2 {
  margin-bottom: 14px;
  font-family: "Literata", "Georgia", serif;
  font-size: clamp(1.35rem, 2.7vw, 2.2rem);
  font-weight: 700;
  line-height: 1.15;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
  line-height: 1.18;
}

.lead {
  max-width: 760px;
  color: rgba(255, 250, 241, 0.78);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.75;
}

.hero-price-note {
  width: fit-content;
  border: 1px solid rgba(250, 199, 117, 0.32);
  border-radius: var(--radius-sm);
  margin: 20px 0 0;
  padding: 10px 12px;
  color: var(--gold-soft);
  background: rgba(255, 250, 241, 0.07);
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: auto 0 0;
  padding-top: 42px;
}

.trust-row div {
  border-top: 1px solid rgba(250, 230, 173, 0.35);
  padding-top: 14px;
}

.trust-row dt {
  color: #fffaf1;
  font-weight: 900;
}

.trust-row dd {
  margin: 5px 0 0;
  color: rgba(255, 250, 241, 0.62);
  font-size: 0.92rem;
  line-height: 1.5;
}

.today-panel {
  display: flex;
  min-width: 0;
  min-height: 620px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(250, 199, 117, 0.22);
  border-radius: var(--radius-md);
  padding: clamp(24px, 4vw, 42px);
  color: var(--surface);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.09), rgba(255, 250, 241, 0.045)),
    rgba(28, 23, 52, 0.72);
  box-shadow: 0 22px 60px var(--shadow-black-soft);
}

.today-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.today-panel-head .section-label {
  margin-bottom: 0;
}

.today-panel-head span {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 7px 10px;
  color: var(--brand-mark-ink);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-size: 0.82rem;
  font-weight: 900;
}

.today-panel h2 {
  color: var(--surface);
  font-size: clamp(3rem, 6vw, 5.2rem);
}

.today-panel p {
  max-width: 48ch;
  color: var(--surface-lavender-76);
  font-size: 1.04rem;
  line-height: 1.75;
  text-wrap: pretty;
}

.paid-path {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 20px;
  padding: clamp(26px, 5vw, 56px) 0 22px;
}

.paid-path h2 {
  max-width: 620px;
}

.paid-path p {
  max-width: 68ch;
  color: var(--surface-lavender-68);
  line-height: 1.7;
}

.need-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.need-grid article {
  border: 1px solid rgba(250, 199, 117, 0.16);
  border-radius: var(--radius-md);
  padding: 18px;
  background: rgba(255, 250, 241, 0.07);
}

.need-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 14px;
  color: var(--brand-mark-ink);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-weight: 900;
}

.need-grid h3,
.need-grid p {
  color: var(--surface);
}

.need-grid p {
  margin: 0;
  color: var(--surface-lavender-66);
}

.product-card p,
.inline-result-panel p,
li {
  color: var(--muted);
  line-height: 1.65;
}

.daily-tool {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  width: 100%;
  margin-top: 30px;
}

.today-note {
  border-top: 1px solid var(--line);
  margin: 24px 0 0;
  padding-top: 18px;
  font-size: 0.92rem;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  color: var(--ink);
  background: var(--surface);
  transition: border-color var(--speed), box-shadow var(--speed), background var(--speed);
}

input:focus-visible,
select:focus-visible,
button:focus-visible,
a:focus-visible,
.product-card:focus-visible {
  outline: 3px solid rgba(228, 184, 91, 0.6);
  outline-offset: 3px;
}

input:focus,
select:focus {
  border-color: var(--violet-soft);
  box-shadow: 0 0 0 4px rgba(117, 80, 155, 0.12);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius-sm);
  padding: 12px 18px;
  font-weight: 900;
  cursor: pointer;
  transition: transform var(--speed), filter var(--speed), box-shadow var(--speed);
}

.button:hover {
  transform: translateY(-1px);
  filter: saturate(1.06);
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.button-primary {
  color: #fffaf1;
  background: linear-gradient(135deg, var(--violet), var(--violet-soft));
  box-shadow: 0 14px 30px rgba(59, 24, 95, 0.18);
}

.button-secondary {
  color: var(--brand-mark-ink);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 14px 30px rgba(228, 184, 91, 0.2);
}

.button-quiet {
  border: 1px solid rgba(250, 230, 173, 0.38);
  color: #fffaf1;
  background: rgb(255 255 255 / 6%);
}

.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 20px 0 18px;
}

.product-card {
  display: flex;
  position: relative;
  min-height: 272px;
  flex-direction: column;
  border: 1px solid rgba(250, 199, 117, 0.18);
  border-radius: var(--radius-md);
  padding: 20px;
  color: var(--ink);
  background: rgba(255, 250, 241, 0.92);
  cursor: pointer;
  transition: transform var(--speed), border-color var(--speed), background var(--speed), box-shadow var(--speed);
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(250, 199, 117, 0.46);
  background: var(--surface);
  box-shadow: 0 18px 44px var(--shadow-black-soft);
}

.product-card.is-selected {
  border-color: rgba(250, 199, 117, 0.82);
  background:
    linear-gradient(180deg, rgba(250, 199, 117, 0.24), transparent 44%),
    var(--surface);
  box-shadow: 0 18px 48px rgba(250, 199, 117, 0.14);
}

.product-card.is-featured {
  box-shadow: 0 18px 48px rgba(250, 199, 117, 0.16);
}

.product-topline {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.product-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--brand-mark-ink);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-weight: 900;
}

.product-badge {
  border: 1px solid rgba(250, 199, 117, 0.62);
  border-radius: var(--radius-pill);
  padding: 7px 9px;
  color: var(--brand-mark-ink);
  background: rgba(250, 199, 117, 0.28);
  font-size: 0.72rem;
  font-weight: 900;
}

.product-card h3 {
  font-family: "Literata", "Georgia", serif;
  font-size: 1.02rem;
  font-weight: 700;
}

.product-card p {
  margin-bottom: 18px;
}

.product-price {
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 900;
}

.product-card strong {
  margin-top: auto;
  color: var(--violet);
  font-size: 0.88rem;
}

.product-card.is-selected strong {
  display: inline-flex;
  width: fit-content;
  border-radius: var(--radius-sm);
  padding: 6px 9px;
  color: var(--brand-mark-ink);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

.workspace {
  padding: 8px 0 0;
}

.workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin-top: 16px;
}

.form-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: clamp(18px, 3vw, 30px);
  color: var(--ink);
  background: rgba(255, 250, 241, 0.96);
  box-shadow: var(--shadow-soft);
}

.inline-result-panel {
  border: 1px solid rgba(59, 24, 95, 0.28);
  border-radius: var(--radius-md);
  margin-top: 22px;
  padding: clamp(18px, 3vw, 30px);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(250, 230, 173, 0.18), transparent 38%),
    var(--surface);
}

.product-form {
  display: none;
}

.product-form.is-active {
  display: block;
}

fieldset {
  display: grid;
  min-width: 0;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 16px;
  background: rgba(248, 243, 236, 0.52);
}

legend {
  padding: 0 6px;
  color: var(--violet);
  font-weight: 900;
}

.two-columns,
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.form-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.checkout-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  width: 100%;
  align-items: center;
  appearance: none;
  border: 1px solid rgba(250, 199, 117, 0.44);
  border-radius: var(--radius-md);
  margin-top: 20px;
  padding: 14px;
  color: inherit;
  background: linear-gradient(135deg, rgba(250, 199, 117, 0.22), rgba(255, 250, 241, 0.88));
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.checkout-strip:hover {
  border-color: rgba(185, 125, 38, 0.7);
  box-shadow: 0 12px 28px rgba(70, 43, 91, 0.12);
  transform: translateY(-1px);
}

.checkout-strip:focus-visible {
  outline: 3px solid rgba(82, 43, 132, 0.28);
  outline-offset: 3px;
}

.checkout-strip:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.checkout-strip-label {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-strip strong {
  display: block;
  color: var(--ink);
  font-size: 1.35rem;
}

.checkout-strip-note {
  font-size: 0.88rem;
}

.checkout-strip-action {
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  color: var(--brand-mark-ink);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-size: 0.86rem;
  font-weight: 900;
  text-align: center;
}

.report-preview {
  border: 1px solid rgba(185, 167, 198, 0.7);
  border-radius: var(--radius-md);
  margin-top: 14px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(60, 52, 137, 0.08), rgba(250, 199, 117, 0.12)),
    var(--surface-soft);
}

.report-preview p {
  margin-bottom: 10px;
  color: var(--violet);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.report-preview div {
  height: 10px;
  border-radius: var(--radius-pill);
  margin-top: 8px;
  background: linear-gradient(90deg, rgba(60, 52, 137, 0.42), rgba(60, 52, 137, 0.08));
}

.report-preview div:nth-child(3) {
  width: 82%;
}

.report-preview div:nth-child(4) {
  width: 58%;
}

.subscribe-section {
  border: 1px solid rgba(250, 199, 117, 0.16);
  border-radius: var(--radius-md);
  margin-top: 26px;
  padding: clamp(22px, 4vw, 42px);
  background:
    radial-gradient(circle at 8% 0%, rgba(250, 199, 117, 0.15), transparent 18rem),
    rgba(255, 250, 241, 0.07);
}

.subscribe-section p {
  color: var(--surface-lavender-68);
  line-height: 1.7;
}

.subscribe-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.subscribe-actions,
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-quiet-dark {
  border: 1px solid rgba(250, 199, 117, 0.24);
  color: var(--surface);
  background: rgba(255, 250, 241, 0.08);
}

.inline-result-panel ul {
  margin: 0;
  padding-left: 20px;
}

.result-section {
  margin-top: 18px;
}

.result-section h3 {
  margin: 0 0 10px;
  color: var(--violet);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.result-paid {
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 18px;
}

.result-paid h3 {
  color: var(--gold-deep);
}

.result-basis {
  border: 1px solid rgba(250, 199, 117, 0.42);
  border-radius: var(--radius-md);
  margin: 18px 0;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(250, 199, 117, 0.18), rgba(255, 250, 241, 0.86)),
    var(--surface-soft);
}

.result-basis h3 {
  margin: 0 0 8px;
  color: var(--gold-deep);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.result-basis-description {
  margin: 0 0 8px;
  color: var(--violet);
  font-weight: 900;
  line-height: 1.55;
}

.result-basis-text {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.paid-report-list {
  display: grid;
  gap: 12px;
  padding-left: 0;
  list-style: none;
}

.paid-report-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  border: 1px solid rgba(185, 167, 198, 0.72);
  border-radius: var(--radius-md);
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(250, 199, 117, 0.12), transparent 34%),
    rgba(255, 250, 241, 0.72);
}

.paid-report-number {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--brand-mark-ink);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-size: 0.78rem;
  font-weight: 900;
}

.paid-report-item h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: "Literata", "Georgia", serif;
  font-size: 1.08rem;
  line-height: 1.25;
}

.paid-report-description {
  border-left: 3px solid rgba(250, 199, 117, 0.72);
  margin: 0 0 12px;
  padding-left: 10px;
  color: var(--violet);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.55;
}

.paid-report-answer {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.status {
  min-height: 24px;
  margin: 16px 0 0;
  color: var(--ink-soft);
  white-space: pre-line;
}

.status.is-error {
  color: var(--danger);
}

.form-action-status {
  min-height: 22px;
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.45;
  white-space: pre-line;
}

.form-action-status.is-error {
  color: var(--danger);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(24px, 5vw, 64px);
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 34px;
  border-top: 1px solid rgba(250, 199, 117, 0.16);
  padding: 34px 0 0;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.footer-brand strong {
  display: block;
  font-family: "Literata", "Georgia", serif;
  font-weight: 700;
}

.footer-brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.site-footer p,
.site-footer a {
  color: var(--surface-lavender-62);
  line-height: 1.65;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.footer-grid h2 {
  margin-bottom: 12px;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-grid p {
  margin-bottom: 5px;
}

.footer-grid a {
  display: flex;
  min-height: 44px;
  align-items: center;
  margin-bottom: 9px;
  color: var(--gold-soft);
  font-weight: 900;
}

.social-row {
  margin-top: 16px;
}

.social-row a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(250, 199, 117, 0.18);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  color: var(--surface);
  font-weight: 900;
}

.mobile-sticky-cta {
  display: none;
}

.legal-page {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto 76px;
  padding-top: 34px;
}

.legal-brand {
  margin-bottom: 28px;
}

.legal-document {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: clamp(22px, 5vw, 48px);
  color: var(--ink);
  background: rgb(255 253 248 / 92%);
  box-shadow: var(--shadow-soft);
}

.legal-document h1 {
  font-size: clamp(2.4rem, 7vw, 4.8rem);
  overflow-wrap: break-word;
}

.legal-document h2 {
  margin-top: 28px;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.12rem;
  font-weight: 900;
}

.legal-document h3 {
  margin: 20px 0 8px;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
}

.legal-document p {
  color: var(--muted);
  line-height: 1.7;
}

.legal-document a {
  color: var(--accent-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: -6px 0 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.legal-section {
  padding-top: 4px;
}

.legal-section p {
  margin: 10px 0;
}

.legal-section ul {
  margin: 10px 0 18px;
  padding-left: 22px;
  color: var(--muted);
}

.legal-section li {
  margin: 7px 0;
  line-height: 1.65;
}

.legal-section strong {
  color: var(--ink);
}

.legal-requisites {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.legal-data-grid {
  overflow: hidden;
  margin: 18px 0 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.legal-data-grid > div {
  display: grid;
  grid-template-columns: minmax(160px, 0.7fr) minmax(0, 1.3fr);
}

.legal-data-grid > div + div {
  border-top: 1px solid var(--line);
}

.legal-data-grid strong,
.legal-data-grid span {
  padding: 14px 16px;
  line-height: 1.55;
}

.legal-data-grid strong {
  color: var(--ink);
  background: var(--surface-soft);
}

.legal-data-grid span {
  color: var(--muted);
  border-left: 1px solid var(--line);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 960px) {
  .hero,
  .paid-path,
  .workspace-grid,
  .site-footer,
  .subscribe-section {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .today-panel {
    min-height: auto;
  }

  .products,
  .need-grid,
  .metrics-grid,
  .reviews-grid,
  .two-columns,
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 680px) {
  body {
    background:
      radial-gradient(circle at 100% 0%, rgba(250, 199, 117, 0.16), transparent 18rem),
      linear-gradient(145deg, #1c1734 0%, #171128 58%, #26215c 100%);
  }

  .site-header,
  main,
  .site-footer,
  .legal-page {
    width: min(100% - 24px, 420px);
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 12px 0 10px;
    position: relative;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .brand strong {
    font-size: 1.08rem;
  }

  .brand small {
    margin-top: 3px;
    font-size: 0.8rem;
  }

  .header-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 4px;
    padding: 4px;
    overflow: visible;
  }

  .header-cta {
    width: 100%;
  }

  .header-nav a {
    min-height: 44px;
    padding: 9px 6px;
    text-align: center;
    font-size: 0.9rem;
  }

  main {
    margin-bottom: 46px;
  }

  .hero {
    gap: 12px;
    padding: 10px 0 16px;
  }

  .hero-copy {
    padding: 24px 20px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(2.18rem, 10.8vw, 3rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.42rem, 7vw, 2rem);
  }

  .lead {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .hero-actions {
    gap: 9px;
    margin-top: 20px;
  }

  .button {
    min-height: 48px;
    padding: 12px 14px;
  }

  .trust-row {
    gap: 8px;
    padding-top: 24px;
  }

  .trust-row div {
    border: 1px solid rgba(250, 230, 173, 0.22);
    border-radius: var(--radius-sm);
    padding: 12px;
    background: rgb(255 255 255 / 5%);
  }

  .today-panel {
    padding: 20px;
  }

  .today-panel-head {
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .today-panel-head span {
    flex: 0 0 auto;
  }

  .today-panel h2 {
    font-size: clamp(2.25rem, 11vw, 3.1rem);
  }

  .today-panel p {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .daily-tool {
    gap: 10px;
    margin-top: 22px;
  }

  .paid-path {
    padding: 28px 0 12px;
  }

  .paid-path p,
  .product-card p,
  .inline-result-panel p,
  li {
    line-height: 1.58;
  }

  .hero-copy,
  .today-panel,
  .paid-path,
  .form-panel,
  .inline-result-panel,
  .product-card {
    width: 100%;
    min-width: 0;
  }

  .trust-row,
  .products,
  .need-grid,
  .metrics-grid,
  .reviews-grid,
  .two-columns,
  .form-grid,
  .daily-tool {
    grid-template-columns: 1fr;
  }

  .expert-card {
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .product-form .button {
    width: 100%;
  }

  .products {
    gap: 10px;
    padding: 12px 0;
  }

  .product-card {
    min-height: auto;
    padding: 16px;
  }

  .product-card h3 {
    margin-bottom: 8px;
    font-size: 1.06rem;
  }

  .product-card p {
    margin-bottom: 14px;
    font-size: 0.94rem;
  }

  .workspace {
    padding-top: 6px;
  }

  .workspace-grid {
    gap: 12px;
    margin-top: 10px;
  }

  .form-panel,
  .inline-result-panel,
  .legal-document {
    padding: 18px;
    box-shadow: var(--shadow-soft);
  }

  .legal-document h1 {
    font-size: 2rem;
  }

  .legal-data-grid > div {
    grid-template-columns: 1fr;
  }

  .legal-data-grid span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  fieldset {
    gap: 12px;
    padding: 14px;
  }

  input,
  select {
    min-height: 48px;
  }

  .site-footer {
    gap: 18px;
    margin-bottom: 22px;
    padding: 26px 0 78px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .subscribe-actions .button {
    width: 100%;
  }

  .checkout-strip {
    grid-template-columns: 1fr;
  }

  .checkout-strip-action {
    width: 100%;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 20;
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    color: var(--brand-mark-ink);
    background: linear-gradient(135deg, var(--gold-soft), var(--gold));
    font-weight: 900;
    box-shadow: 0 18px 46px var(--shadow-black-strong);
  }
}

.chart-gallery {
  display: grid;
  gap: 14px;
  margin: 22px 0;
}

.chart-gallery figure {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.chart-gallery figcaption {
  margin: 0 0 10px;
  font-weight: 800;
}

.chart-gallery img {
  display: block;
  width: min(100%, 720px);
  margin: 0 auto;
}

#result-summary {
  white-space: pre-line;
}

@media (max-width: 380px) {
  .site-header,
  main,
  .site-footer,
  .legal-page {
    width: min(100% - 20px, 360px);
  }

  .hero-copy,
  .today-panel,
  .form-panel,
  .inline-result-panel,
  .legal-document {
    padding: 16px;
  }

  h1 {
    font-size: clamp(2rem, 10.4vw, 2.55rem);
  }

  .header-nav a {
    font-size: 0.76rem;
  }
}
.checkout-email {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  max-width: 520px;
}

.payment-result-page {
  min-height: 100vh;
  padding: clamp(24px, 6vw, 72px);
  background: #171229;
}

.payment-result-shell {
  width: min(960px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 56px);
  background: #fffaf1;
  border: 1px solid #d9c9db;
  border-radius: 8px;
}

.payment-result-shell > .button {
  display: inline-flex;
  margin-top: 24px;
}

.payment-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.payment-report {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.payment-report section,
.payment-report figure {
  margin: 0;
  padding: 20px;
  border: 1px solid #d9c9db;
  border-radius: 8px;
}

.payment-report img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 2026 cosmic portal redesign */
:root {
  --portal-width: 1420px;
  --night: #090d18;
  --midnight: #11172a;
  --midnight-soft: #182038;
  --copper: #b86f45;
  --gold: #e4b86a;
  --gold-soft: #f0cf8a;
  --moon: #d9e2ef;
  --ivory: #f7f0e7;
  --ivory-soft: #eee5da;
  --ink: #17121d;
  --muted: #6f6670;
  --line: #d6c5b5;
  --violet: #4a326e;
  --violet-soft: #6b4c8c;
  --brand-mark-ink: #1b1420;
  --radius-sm: 6px;
  --radius-md: 8px;
}

body {
  color: var(--moon);
  background: var(--night);
}

.site-header,
main {
  width: min(var(--portal-width), calc(100% - 40px));
}

.site-header {
  padding: 12px 0;
  background: rgba(9, 13, 24, 0.88);
}

.brand-mark,
.header-cta,
.button-primary,
.button-secondary,
.today-panel-head span,
.product-card.is-selected strong,
.checkout-strip-action {
  color: var(--brand-mark-ink);
  background: var(--gold);
}

.header-nav {
  border-color: rgba(228, 184, 106, 0.22);
  background: rgba(217, 226, 239, 0.06);
}

.header-nav a {
  min-height: 40px;
  padding: 8px 14px;
}

main {
  margin-bottom: 44px;
}

.hero {
  position: relative;
  display: grid;
  min-height: 510px;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(228, 184, 106, 0.32);
  border-radius: var(--radius-md);
  padding: clamp(22px, 3vw, 42px);
  background-color: var(--night);
  background-image: url("assets/astrovera-cosmic-hero.webp");
  background-position: center;
  background-size: cover;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: -12%;
  display: block;
  pointer-events: none;
  content: "";
  background: url("assets/astrovera-starfield.webp") center / 760px auto repeat;
  mix-blend-mode: screen;
  opacity: 0.16;
  animation: cosmic-hero-stars 24s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.hero-copy {
  min-height: 0;
  justify-content: center;
  border: 0;
  padding: clamp(18px, 2.8vw, 38px);
  background: rgba(9, 13, 24, 0.52);
  box-shadow: none;
}

.hero-copy h1 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(3.3rem, 4.8vw, 4.5rem);
  line-height: 1;
  white-space: nowrap;
}

.hero .eyebrow {
  color: var(--gold-soft);
}

.hero .lead {
  max-width: 58ch;
  color: rgba(239, 244, 251, 0.82);
  font-size: 1.08rem;
  line-height: 1.65;
}

.hero-actions {
  margin-top: 20px;
}

.hero-price-note {
  margin-top: 14px;
  border-color: rgba(228, 184, 106, 0.4);
  color: var(--gold-soft);
  background: rgba(9, 13, 24, 0.58);
  font-size: 0.85rem;
}

.today-panel {
  min-height: 0;
  justify-content: flex-start;
  border-color: rgba(228, 184, 106, 0.34);
  padding: clamp(22px, 3vw, 34px);
  background: rgba(12, 17, 31, 0.86);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

.today-panel-head {
  margin-bottom: 8px;
}

.today-panel h2 {
  margin-bottom: 12px;
  color: var(--ivory);
  font-size: clamp(2.5rem, 4vw, 3.65rem);
}

.today-panel p {
  max-width: none;
  margin-bottom: 0;
  color: rgba(217, 226, 239, 0.82);
  font-size: 0.96rem;
  line-height: 1.62;
}

.daily-tool {
  margin-top: auto;
  padding-top: 20px;
}

.daily-tool label {
  color: rgba(217, 226, 239, 0.72);
}

.daily-tool select {
  border-color: rgba(228, 184, 106, 0.36);
}

.paid-path {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: 32px 0 16px;
}

.paid-path h2 {
  margin-bottom: 8px;
  color: var(--ivory);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.paid-path p {
  margin-bottom: 0;
  color: rgba(217, 226, 239, 0.66);
  line-height: 1.55;
}

.paid-path-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.paid-path-facts span {
  border: 1px solid rgba(228, 184, 106, 0.28);
  border-radius: var(--radius-sm);
  padding: 8px 10px;
  color: rgba(247, 240, 231, 0.84);
  background: rgba(217, 226, 239, 0.06);
  font-size: 0.78rem;
  font-weight: 800;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.product-card {
  position: relative;
  display: flex;
  min-height: 260px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(217, 226, 239, 0.18);
  border-radius: var(--radius-md);
  padding: 20px;
  color: var(--ivory);
  background-color: var(--midnight);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.product-card.is-featured {
  color: var(--ivory);
  background-color: var(--midnight);
}

.product-card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgba(7, 11, 20, 0.66);
  transition: background 180ms ease-out;
}

.product-card:hover::before,
.product-card.is-selected::before {
  background: rgba(7, 11, 20, 0.48);
}

.product-card.product-card-compatibility {
  background-image: url("assets/astrovera-product-compatibility.webp");
  background-position: center 46%;
  background-size: cover;
}

.product-card.product-card-compatibility.is-featured {
  background-image: url("assets/astrovera-product-compatibility.webp");
  background-position: center 46%;
  background-size: cover;
}

.product-card.product-card-natal {
  background-image: url("assets/astrovera-product-natal.webp");
  background-position: center 38%;
  background-size: cover;
}

.product-card.product-card-month {
  background-image: url("assets/astrovera-product-month.webp");
  background-position: center 40%;
  background-size: cover;
}

.product-card.product-card-year {
  background-image: url("assets/astrovera-product-year.webp");
  background-position: center 38%;
  background-size: cover;
}

.product-card:hover,
.product-card.is-selected {
  border-color: rgba(228, 184, 106, 0.78);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  transform: translateY(-2px);
}

.product-icon {
  display: none;
}

.product-topline {
  min-height: 30px;
}

.product-badge {
  margin-left: auto;
  border-color: rgba(228, 184, 106, 0.5);
  color: var(--ivory);
  background: rgba(9, 13, 24, 0.72);
}

.product-type {
  color: var(--gold-soft);
}

.product-card h3 {
  color: var(--ivory);
  font-family: "Literata", "Georgia", serif;
  font-size: 1.36rem;
}

.product-card p {
  margin-bottom: 12px;
  color: rgba(217, 226, 239, 0.76);
  font-size: 0.88rem;
  line-height: 1.52;
}

.product-price {
  margin-top: auto;
  color: var(--ivory) !important;
  font-size: 1.28rem !important;
}

.product-card strong {
  color: var(--gold-soft);
}

.product-card.is-selected strong {
  padding: 7px 10px;
  background: var(--gold);
}

.workspace {
  padding-top: 0;
  scroll-margin-top: 76px;
}

.workspace-grid {
  margin-top: 0;
}

.form-panel {
  border: 1px solid rgba(228, 184, 106, 0.28);
  border-radius: var(--radius-md);
  padding: clamp(18px, 2.4vw, 30px);
  background: var(--ivory);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
}

.product-form {
  scroll-margin-top: 86px;
}

.product-form h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.two-columns {
  grid-template-columns: 1fr;
  gap: 12px;
}

.two-columns fieldset {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
}

.form-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

fieldset {
  border-color: rgba(184, 111, 69, 0.3);
}

legend {
  color: var(--violet);
}

label {
  gap: 6px;
  font-size: 0.8rem;
}

input,
select {
  min-height: 43px;
  border-color: #cfbca9;
  background: #fffaf4;
}

.form-action-row {
  justify-content: flex-end;
  margin-top: 16px;
}

.form-action-row .button {
  min-height: 44px;
}

.form-action-status {
  min-height: 0;
  margin-top: 10px;
}

.form-action-status:empty {
  display: none;
}

.inline-result-panel {
  border: 0;
  border-top: 1px solid #d8c8b8;
  border-radius: 0;
  margin-top: 20px;
  padding: 24px 0 0;
  background: transparent;
  box-shadow: none;
}

.inline-result-panel > h2 {
  margin-bottom: 8px;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
}

#result-summary {
  max-width: 90ch;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.64;
}

.result-section {
  display: grid;
  grid-template-columns: minmax(150px, 0.24fr) minmax(0, 1fr);
  gap: 20px;
  border-top: 1px solid #ddd0c3;
  padding: 15px 0;
}

.result-section h3 {
  margin: 0;
  color: var(--violet);
  font-size: 0.88rem;
  text-transform: uppercase;
}

.result-section ul {
  margin: 0;
}

.result-section li {
  margin-bottom: 5px;
}

.result-basis {
  border-color: rgba(184, 111, 69, 0.34);
  background: #fff8ef;
}

.chart-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#result-paid-items.paid-report-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
}

.paid-report-item {
  margin: 0;
  border-color: #d8c8b8;
  padding: 18px;
  background: #fffaf4;
}

.paid-report-answer {
  font-size: 0.96rem;
  line-height: 1.7;
}

.paid-report-description {
  margin-bottom: 10px;
  font-size: 0.82rem;
  line-height: 1.5;
}

.checkout-strip {
  margin-top: 14px;
  border-color: rgba(184, 111, 69, 0.4);
  background: #fff6e9;
}

.checkout-strip-action {
  background: var(--gold);
}

.report-preview {
  display: none;
}

.about-astrologer {
  margin-top: 34px;
  border-top: 1px solid rgba(228, 184, 106, 0.34);
  border-bottom: 1px solid rgba(228, 184, 106, 0.22);
  padding: clamp(34px, 5vw, 68px) clamp(4px, 2vw, 24px);
}

.about-intro {
  min-width: 0;
}

.about-intro h2 {
  margin-bottom: 0;
  color: var(--ivory);
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 1.02;
  white-space: nowrap;
}

.about-profile {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
  margin-top: clamp(28px, 4vw, 46px);
}

.about-portrait {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  min-width: 0;
  border: 1px solid rgba(228, 184, 106, 0.42);
  border-radius: 8px;
  margin: 0;
  background: rgba(217, 226, 239, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.about-prose {
  max-width: 760px;
  padding-top: clamp(18px, 3vw, 42px);
}

.about-tagline {
  margin-bottom: 22px !important;
  color: var(--ivory) !important;
  font-family: "Literata", "Georgia", serif;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem) !important;
  font-weight: 700;
  line-height: 1.2 !important;
  text-wrap: balance;
}

.about-prose p,
.about-column p,
.about-list,
.about-mission p {
  color: rgba(229, 234, 243, 0.86);
  font-size: 1rem;
  line-height: 1.75;
}

.about-prose p,
.about-column p,
.about-mission p {
  margin: 0;
}

.about-prose p + p,
.about-column p + p,
.about-mission p + p {
  margin-top: 14px;
}

.about-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 6vw, 88px);
  margin-top: clamp(38px, 5vw, 64px);
}

.about-column {
  border-top: 1px solid rgba(228, 184, 106, 0.34);
  padding-top: 24px;
}

.about-column h3,
.about-reviews h3,
.about-mission h3 {
  margin: 0 0 18px;
  color: var(--ivory);
  font-family: "Literata", "Georgia", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.25;
}

.about-list {
  margin: 0;
  padding-left: 23px;
}

.about-list li + li {
  margin-top: 16px;
}

.about-list li {
  color: rgba(229, 234, 243, 0.86);
}

.about-list li::marker {
  color: var(--gold);
}

.about-list strong,
.about-mission strong {
  color: var(--ivory);
}

.about-list-lead {
  margin-top: 16px !important;
  margin-bottom: 10px !important;
  color: var(--ivory) !important;
  font-weight: 800;
}

.about-reviews {
  margin-top: clamp(42px, 5vw, 66px);
}

.about-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.about-review-grid blockquote {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(228, 184, 106, 0.25);
  border-radius: 8px;
  padding: 28px 20px 20px;
  color: rgba(244, 238, 226, 0.9);
  background: rgba(217, 226, 239, 0.06);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.65;
}

.about-review-grid blockquote::before {
  position: absolute;
  top: 8px;
  left: 18px;
  color: var(--gold);
  content: "“";
  font-family: "Literata", "Georgia", serif;
  font-size: 2rem;
  line-height: 1;
}

.about-mission {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-top: clamp(34px, 4vw, 52px);
  border-top: 1px solid rgba(228, 184, 106, 0.34);
  padding-top: 26px;
}

.about-mission > div {
  max-width: 920px;
}

.about-mission .button {
  white-space: nowrap;
}

.subscribe-section {
  margin-top: 18px;
  border-color: rgba(228, 184, 106, 0.24);
  padding: 24px 28px;
  background-color: var(--midnight);
  background-image: url("assets/astrovera-cosmic-hero.webp");
  background-position: 74% 58%;
  background-size: cover;
}

.subscribe-section h2 {
  margin-bottom: 8px;
  color: var(--ivory);
}

.subscribe-section p {
  margin-bottom: 0;
  color: rgba(217, 226, 239, 0.72);
}

.site-footer {
  width: min(var(--portal-width), calc(100% - 40px));
  margin-bottom: 26px;
  padding-top: 26px;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  }

  .hero-copy h1 {
    font-size: 3.25rem;
  }

  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card {
    min-height: 230px;
  }

  .two-columns fieldset {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 24px, var(--portal-width));
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 16px;
    background-position: 62% center;
  }

  .hero-copy {
    padding: 26px 18px;
  }

  .hero-copy h1 {
    font-size: 2.65rem;
  }

  .today-panel {
    padding: 22px;
  }

  .paid-path {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 28px;
  }

  .paid-path-facts {
    justify-content: flex-start;
  }

  .about-intro {
    min-width: 0;
  }

  .about-intro h2 {
    white-space: normal;
  }

  .about-profile {
    grid-template-columns: minmax(240px, 0.8fr) minmax(360px, 1.2fr);
    gap: 30px;
  }

  .about-review-grid {
    grid-template-columns: 1fr;
  }

  #result-paid-items.paid-report-list,
  .chart-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: sticky;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    padding: 10px 0;
  }

  .brand small,
  .header-nav {
    display: none;
  }

  .header-cta {
    width: auto;
    margin-left: auto;
    min-height: 40px;
    padding: 8px 12px;
    font-size: 0.8rem;
  }

  .hero {
    padding: 10px;
  }

  .hero-copy {
    min-height: 310px;
    padding: 24px 14px;
  }

  .hero-copy h1 {
    font-size: 2.08rem;
    white-space: nowrap;
  }

  .hero .lead {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-price-note {
    font-size: 0.75rem;
    line-height: 1.45;
  }

  .today-panel h2 {
    font-size: 2.45rem;
  }

  .today-panel p {
    font-size: 0.91rem;
    line-height: 1.58;
  }

  .daily-tool {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .paid-path-facts span {
    flex: 1 1 auto;
    text-align: center;
  }

  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .product-card {
    min-height: 215px;
    padding: 13px;
  }

  .product-card > p:not(.product-price) {
    display: none;
  }

  .product-card h3 {
    font-size: 1rem;
  }

  .product-type {
    font-size: 0.63rem;
  }

  .product-price {
    font-size: 1.05rem !important;
  }

  .product-card strong {
    font-size: 0.72rem;
  }

  .product-badge {
    max-width: 100%;
    padding: 5px 6px;
    font-size: 0.6rem;
  }

  .form-panel {
    padding: 16px;
  }

  .product-form h2 {
    font-size: 1.78rem;
  }

  .two-columns fieldset,
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .form-grid > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  label {
    font-size: 0.74rem;
  }

  input,
  select {
    min-height: 41px;
    padding: 8px 9px;
    font-size: 0.84rem;
  }

  .form-action-row .button {
    width: 100%;
  }

  .inline-result-panel {
    padding-top: 18px;
  }

  .result-section {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .checkout-strip {
    padding: 13px;
  }

  .about-columns,
  .about-mission {
    grid-template-columns: 1fr;
  }

  .about-astrologer {
    margin-top: 24px;
    padding: 32px 4px;
  }

  .about-intro h2 {
    font-size: 2rem;
  }

  .about-profile {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .about-prose {
    padding-top: 0;
  }

  .about-portrait {
    aspect-ratio: 4 / 5;
  }

  .about-tagline {
    font-size: 1.55rem !important;
  }

  .about-columns {
    gap: 34px;
    margin-top: 34px;
  }

  .about-review-grid blockquote {
    padding: 26px 17px 18px;
  }

  .about-mission {
    align-items: stretch;
  }

  .about-mission .button {
    width: 100%;
  }

  .subscribe-section {
    align-items: stretch;
    padding: 22px 16px;
  }

  .subscribe-actions {
    width: 100%;
  }

  .site-footer {
    padding-top: 22px;
  }

  .mobile-sticky-cta {
    display: none;
  }
}

/* Responsive overlap corrections */
@media (max-width: 1360px) {
  .hero-copy h1 {
    font-size: 4rem;
  }
}

@media (max-width: 1180px) {
  .hero-copy h1 {
    font-size: 3.35rem;
  }
}

@media (max-width: 1120px) {
  .hero-copy h1 {
    font-size: 2.85rem;
  }
}

@media (max-width: 1060px) {
  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    background-position: 58% center;
  }

  .hero-copy h1 {
    font-size: 3.25rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-card {
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  .header-nav {
    display: none;
  }

  .header-cta {
    white-space: nowrap;
  }

  .hero-copy h1 {
    font-size: 2.65rem;
  }
}

@media (max-width: 620px) {
  .hero-copy h1 {
    font-size: 2.08rem;
  }
}

/* Lightweight cosmic motion */
body {
  position: relative;
  isolation: isolate;
  background-color: var(--night);
  background-image: none;
}

.cosmic-backdrop {
  position: fixed;
  z-index: 0;
  inset: -8vh -8vw;
  overflow: hidden;
  pointer-events: none;
  background: #080c16 url("assets/astrovera-starfield.webp") center / cover no-repeat;
}

.cosmic-backdrop::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(96vw, 1440px);
  aspect-ratio: 1;
  pointer-events: none;
  content: "";
  translate: -50% -50%;
  background: url("assets/astrovera-asteroid-arc.webp") center / contain no-repeat;
  mix-blend-mode: screen;
  opacity: 0.3;
  animation: cosmic-orbit-field 38s linear infinite;
  will-change: transform, opacity;
}

.cosmic-star-layer {
  position: absolute;
  inset: -12%;
  background-image: url("assets/astrovera-starfield.webp");
  background-repeat: repeat;
  background-size: min(1100px, 86vw) auto;
  will-change: transform, opacity;
}

.cosmic-star-layer-far {
  opacity: 0.22;
  animation: cosmic-star-drift 46s ease-in-out infinite alternate;
}

.cosmic-star-layer-near {
  opacity: 0.14;
  background-size: min(760px, 68vw) auto;
  mix-blend-mode: screen;
  animation: cosmic-star-glide 28s ease-in-out -7s infinite alternate-reverse;
}

.cosmic-twinkle-layer {
  position: absolute;
  inset: -6%;
  pointer-events: none;
  background: url("assets/astrovera-twinkle-stars.webp") center / cover repeat;
  mix-blend-mode: screen;
  will-change: opacity;
}

.cosmic-twinkle-layer-a {
  animation: cosmic-star-twinkle 5.8s ease-in-out infinite alternate;
}

.cosmic-twinkle-layer-b {
  background-position: 37vw 22vh;
  background-size: min(1250px, 92vw) auto;
  transform: rotate(180deg) scale(0.86);
  animation: cosmic-star-twinkle 8.4s ease-in-out -3.1s infinite alternate-reverse;
}

.cosmic-flying-asteroid {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  aspect-ratio: 1;
  pointer-events: none;
  background: url("assets/astrovera-flying-asteroid.webp") center / contain no-repeat;
  mix-blend-mode: screen;
  filter: brightness(1.28) contrast(1.08) drop-shadow(0 0 22px rgba(228, 184, 106, 0.34));
  opacity: 0;
  will-change: transform, opacity;
}

.cosmic-flying-asteroid-a {
  width: clamp(82px, 7.4vw, 126px);
  animation: cosmic-asteroid-orbit-a 44s linear -7s infinite;
}

.cosmic-flying-asteroid-b {
  width: clamp(58px, 5vw, 88px);
  animation: cosmic-asteroid-orbit-b 57s linear -23s infinite;
}

.cosmic-flying-asteroid-c {
  width: clamp(108px, 9.2vw, 158px);
  animation: cosmic-asteroid-orbit-c 63s linear -41s infinite;
}

.cosmic-flying-asteroid-d {
  width: clamp(70px, 6.2vw, 104px);
  animation: cosmic-asteroid-orbit-d 49s linear -13s infinite;
}

.site-header,
main,
.site-footer,
.mobile-sticky-cta {
  position: relative;
  z-index: 1;
}

.hero > .hero-copy,
.hero > .today-panel {
  position: relative;
  z-index: 2;
}

.hero::after {
  position: absolute;
  z-index: 1;
  inset: -6%;
  pointer-events: none;
  content: "";
  background: url("assets/astrovera-twinkle-stars.webp") center / cover no-repeat;
  mix-blend-mode: screen;
  animation: cosmic-star-twinkle 6.4s ease-in-out -1.8s infinite alternate;
  will-change: opacity;
}

@keyframes cosmic-star-drift {
  from {
    transform: translate3d(-2.4%, -1.6%, 0) scale(1.025);
    opacity: 0.18;
  }

  50% {
    opacity: 0.3;
  }

  to {
    transform: translate3d(2.8%, 2%, 0) scale(1.06);
    opacity: 0.22;
  }
}

@keyframes cosmic-star-glide {
  from {
    transform: translate3d(3.8%, -2.8%, 0) scale(1.02);
    opacity: 0.09;
  }

  45% {
    opacity: 0.2;
  }

  to {
    transform: translate3d(-3.4%, 3.2%, 0) scale(1.075);
    opacity: 0.14;
  }
}

@keyframes cosmic-star-twinkle {
  from {
    opacity: 0.06;
  }

  35% {
    opacity: 0.34;
  }

  70% {
    opacity: 0.12;
  }

  to {
    opacity: 0.5;
  }
}

@keyframes cosmic-asteroid-orbit-a {
  0% {
    transform: translate3d(-10vw, 72vh, 0) rotate(0deg) scale(0.62);
    opacity: 0;
  }

  8% {
    opacity: 0.54;
  }

  22% {
    transform: translate3d(8vw, 8vh, 0) rotate(80deg) scale(0.78);
    opacity: 0.5;
  }

  46% {
    transform: translate3d(82vw, 5vh, 0) rotate(175deg) scale(1);
    opacity: 0.58;
  }

  70% {
    transform: translate3d(94vw, 68vh, 0) rotate(255deg) scale(0.82);
    opacity: 0.52;
  }

  88% {
    transform: translate3d(58vw, 88vh, 0) rotate(320deg) scale(0.7);
    opacity: 0.44;
  }

  100% {
    transform: translate3d(-10vw, 72vh, 0) rotate(360deg) scale(0.62);
    opacity: 0;
  }
}

@keyframes cosmic-asteroid-orbit-b {
  0% {
    transform: translate3d(108vw, -14vh, 0) rotate(20deg) scale(0.58);
    opacity: 0;
  }

  10% {
    opacity: 0.38;
  }

  28% {
    transform: translate3d(74vw, 12vh, 0) rotate(-85deg) scale(0.76);
    opacity: 0.46;
  }

  55% {
    transform: translate3d(18vw, 46vh, 0) rotate(-190deg) scale(1);
    opacity: 0.5;
  }

  80% {
    transform: translate3d(-8vw, 88vh, 0) rotate(-285deg) scale(0.72);
    opacity: 0.36;
  }

  100% {
    transform: translate3d(-20vw, 104vh, 0) rotate(-360deg) scale(0.56);
    opacity: 0;
  }
}

@keyframes cosmic-asteroid-orbit-c {
  0% {
    transform: translate3d(-14vw, -16vh, 0) rotate(-15deg) scale(0.54);
    opacity: 0;
  }

  9% {
    opacity: 0.34;
  }

  30% {
    transform: translate3d(20vw, 20vh, 0) rotate(100deg) scale(0.74);
    opacity: 0.42;
  }

  57% {
    transform: translate3d(88vw, 38vh, 0) rotate(205deg) scale(1.02);
    opacity: 0.48;
  }

  82% {
    transform: translate3d(42vw, 82vh, 0) rotate(300deg) scale(0.78);
    opacity: 0.34;
  }

  100% {
    transform: translate3d(-14vw, 112vh, 0) rotate(360deg) scale(0.52);
    opacity: 0;
  }
}

@keyframes cosmic-asteroid-orbit-d {
  0% {
    transform: translate3d(110vw, 82vh, 0) rotate(10deg) scale(0.62);
    opacity: 0;
  }

  11% {
    opacity: 0.36;
  }

  26% {
    transform: translate3d(76vw, 60vh, 0) rotate(-90deg) scale(0.8);
    opacity: 0.44;
  }

  52% {
    transform: translate3d(50vw, 4vh, 0) rotate(-190deg) scale(1);
    opacity: 0.5;
  }

  78% {
    transform: translate3d(10vw, 34vh, 0) rotate(-285deg) scale(0.76);
    opacity: 0.38;
  }

  100% {
    transform: translate3d(-16vw, 76vh, 0) rotate(-360deg) scale(0.58);
    opacity: 0;
  }
}

@keyframes cosmic-mobile-asteroid {
  0% {
    transform: translate3d(-20vw, 70vh, 0) rotate(0deg) scale(0.58);
    opacity: 0;
  }

  12% {
    opacity: 0.3;
  }

  32% {
    transform: translate3d(18vw, 18vh, 0) rotate(105deg) scale(0.76);
    opacity: 0.36;
  }

  57% {
    transform: translate3d(82vw, 28vh, 0) rotate(210deg) scale(0.92);
    opacity: 0.4;
  }

  80% {
    transform: translate3d(55vw, 80vh, 0) rotate(300deg) scale(0.72);
    opacity: 0.3;
  }

  100% {
    transform: translate3d(-20vw, 110vh, 0) rotate(360deg) scale(0.56);
    opacity: 0;
  }
}

@keyframes cosmic-hero-stars {
  from {
    transform: translate3d(-3%, -2%, 0) scale(1.015);
    opacity: 0.1;
  }

  50% {
    opacity: 0.26;
  }

  to {
    transform: translate3d(3.5%, 2.5%, 0) scale(1.07);
    opacity: 0.16;
  }
}

@keyframes cosmic-orbit-field {
  from {
    transform: rotate(-12deg) scale(0.96);
    opacity: 0.2;
  }

  50% {
    opacity: 0.38;
  }

  to {
    transform: rotate(348deg) scale(1.04);
    opacity: 0.2;
  }
}

@supports (animation-timeline: scroll()) {
  .cosmic-backdrop {
    animation: cosmic-scroll-shift linear both;
    animation-timeline: scroll(root);
  }

  @keyframes cosmic-scroll-shift {
    from {
      transform: translate3d(0, -3%, 0) rotate(-0.6deg);
    }

    to {
      transform: translate3d(0, 3%, 0) rotate(0.75deg);
    }
  }
}

@media (max-width: 760px) {
  .cosmic-backdrop {
    inset: -4vh -10vw;
    opacity: 0.62;
  }

  .cosmic-star-layer-far {
    opacity: 0.14;
    animation-duration: 110s;
  }

  .cosmic-star-layer-near {
    opacity: 0.08;
    animation-duration: 90s;
  }

  .cosmic-twinkle-layer-a {
    animation-duration: 11s;
  }

  .cosmic-twinkle-layer-b {
    animation-duration: 15s;
  }

  .cosmic-flying-asteroid {
    display: none;
  }

  .cosmic-flying-asteroid-a {
    display: block;
    width: clamp(46px, 14vw, 60px);
    filter: brightness(1.18) contrast(1.04) drop-shadow(0 0 14px rgba(228, 184, 106, 0.24));
    animation: cosmic-mobile-asteroid 72s linear -18s infinite;
  }

  .hero::before {
    opacity: 0.1;
    animation-duration: 36s;
  }

  .hero::after {
    animation-duration: 12s;
  }

  .cosmic-backdrop::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cosmic-backdrop,
  .cosmic-star-layer,
  .cosmic-twinkle-layer,
  .cosmic-backdrop::after,
  .hero::before,
  .hero::after {
    animation: none;
    transform: none;
  }

  .cosmic-flying-asteroid {
    display: none;
    animation: none;
  }
}

@media (max-height: 500px) {
  .cosmic-flying-asteroid {
    display: none;
  }
}

/* Prominent mini-result presentation */
.inline-result-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(228, 184, 106, 0.74);
  border-radius: var(--radius-md);
  margin-top: 24px;
  padding: clamp(24px, 3vw, 38px);
  color: var(--ivory);
  background:
    linear-gradient(115deg, rgba(8, 12, 22, 0.8), rgba(17, 23, 42, 0.9)),
    url("assets/astrovera-starfield.webp") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(255, 229, 168, 0.14),
    inset 0 0 46px rgba(228, 184, 106, 0.08),
    0 18px 48px rgba(7, 10, 20, 0.34),
    0 0 24px rgba(228, 184, 106, 0.16);
}

.inline-result-panel::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 12% 8%, rgba(228, 184, 106, 0.18), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(126, 200, 178, 0.11), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 34%);
}

.inline-result-panel .product-status {
  color: var(--gold);
}

.inline-result-panel > h2 {
  margin-bottom: 12px;
  color: var(--ivory);
  text-shadow: 0 2px 22px rgba(228, 184, 106, 0.16);
}

.inline-result-panel #result-summary {
  max-width: 82ch;
  color: rgba(217, 226, 239, 0.88);
  font-size: 1.02rem;
  line-height: 1.72;
}

.inline-result-panel .result-section {
  border-color: rgba(228, 184, 106, 0.28);
}

.inline-result-panel .result-section h3 {
  color: var(--gold);
}

.inline-result-panel #result-highlights li,
.inline-result-panel #result-paid-items:not(.paid-report-list) li {
  color: rgba(217, 226, 239, 0.82);
  line-height: 1.72;
}

.inline-result-panel .status {
  color: rgba(217, 226, 239, 0.78);
}

.inline-result-panel .checkout-strip {
  color: var(--ink);
}

.inline-result-panel .checkout-strip-note {
  color: var(--muted);
}

.inline-result-panel.is-revealed {
  animation: mini-result-reveal 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes mini-result-reveal {
  from {
    transform: translateY(14px) scale(0.992);
    opacity: 0.56;
    box-shadow:
      inset 0 0 0 1px rgba(255, 229, 168, 0.08),
      0 8px 24px rgba(7, 10, 20, 0.22),
      0 0 0 rgba(228, 184, 106, 0);
  }

  72% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 229, 168, 0.2),
      inset 0 0 52px rgba(228, 184, 106, 0.1),
      0 20px 54px rgba(7, 10, 20, 0.38),
      0 0 34px rgba(228, 184, 106, 0.26);
  }

  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@media (max-width: 760px) {
  .inline-result-panel {
    margin-top: 18px;
    padding: 22px 18px;
    background-position: 58% center;
  }

  .inline-result-panel #result-summary {
    font-size: 0.96rem;
    line-height: 1.66;
  }
}

@media (prefers-reduced-motion: reduce) {
  .inline-result-panel.is-revealed {
    animation: none;
  }
}
