@font-face { font-family: "Instrument Sans"; src: url("../assets/fonts/instrument-sans-variable.woff2") format("woff2-variations"); font-weight: 400 700; font-display: swap; }
@font-face { font-family: "AKD Astro"; src: url("../assets/fonts/astro-glyphs.woff") format("woff"); font-display: block; }

:root {
  --sky-950: #040716; --sky-900: #0b1330; --sky-800: #10244a;
  --blue-400: #7fb0e6; --violet-400: #9a7cc1; --mist-300: #b9c8eb; --star-100: #eef5ff;
  --warm: #f5e5c8; --gold: #e2c896; --rose: #e49ac0;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: "Instrument Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --astro: "AKD Astro", "Apple Symbols", "Segoe UI Symbol", sans-serif;
  --ease: cubic-bezier(.2, .7, .15, 1);
  --pad: clamp(1.25rem, 6vw, 6.5rem);
  color-scheme: dark;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { background: var(--sky-950); color: var(--star-100); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--sans); font-size: 1.0625rem; line-height: 1.65; background: var(--sky-950); overflow-x: hidden; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

#scene { position: fixed; inset: 0; width: 100vw; height: 100vh; height: 100lvh; display: block; z-index: 0; }
.veil { position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(120% 90% at 60% 50%, transparent 55%, rgba(2, 4, 14, .55) 100%),
    linear-gradient(90deg, rgba(4, 7, 22, .78) 0%, rgba(4, 7, 22, .35) 34%, transparent 58%); }
#dim-veil { position: fixed; inset: 0; z-index: 2; pointer-events: none; opacity: 0; background: radial-gradient(90% 80% at 50% 50%, rgba(4,7,22,.82), rgba(4,7,22,.55)); transition: opacity .4s linear; }
#progress { position: fixed; inset: 0 0 auto; height: 2px; z-index: 30; transform-origin: 0 50%; transform: scaleX(0);
  background: linear-gradient(90deg, var(--violet-400), var(--gold)); }

/* Header */
.top { position: fixed; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.1rem var(--pad) 0; pointer-events: none; }
.top > * { pointer-events: auto; }
.brand { font-family: var(--display); font-size: 1.05rem; letter-spacing: .01em; text-decoration: none; color: var(--star-100); opacity: .92; }
.brand span { color: var(--gold); margin-right: .35rem; }
.brand { display: inline-flex; align-items: center; gap: .6rem; }
.brand__mark { width: 1.75rem; height: 1.75rem; flex: none; filter: drop-shadow(0 0 10px rgba(226, 200, 150, .25)); }
.top__actions { display: flex; gap: .5rem; }
.pill { font: 500 .8rem/1 var(--sans); letter-spacing: .02em; color: var(--star-100); text-decoration: none; cursor: pointer;
  padding: .62rem .95rem; border-radius: 999px; border: 1px solid rgba(238, 245, 255, .16); background: rgba(8, 12, 32, .45);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: background .3s, border-color .3s; }
.pill:hover { background: rgba(30, 42, 90, .55); border-color: rgba(238, 245, 255, .32); }
.pill { white-space: nowrap; } .pill__icon { font-size: .62rem; margin-right: .45rem; letter-spacing: -.1em; opacity: .8; }
.brand { white-space: nowrap; }
.is-scrolled .demo-note { opacity: 0; pointer-events: none; }
.demo-note { transition: opacity .5s; }
.pill--ghost { background: transparent; border-color: transparent; }

/* HUD card — mirrors the chart facts of the focused planet */
.hud { position: fixed; z-index: 15; top: 5.2rem; right: var(--pad); width: 15.5rem; padding: .5rem 1.2rem; border-radius: 18px;
  background: rgba(7, 11, 30, .56); border: 1px solid rgba(238, 245, 255, .13); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .7), inset 0 1px 0 rgba(255, 255, 255, .06);
  opacity: 0; transform: translateY(-8px); transition: opacity .6s var(--ease), transform .6s var(--ease); pointer-events: none; }
.hud.is-visible { opacity: 1; transform: none; }
.hud__row { display: flex; align-items: center; gap: .9rem; padding: .78rem 0; font-family: var(--display); font-size: 1.08rem; }
.hud__row + .hud__row { border-top: 1px solid rgba(238, 245, 255, .09); }
.hud__icon { width: 1.6rem; text-align: center; font-family: var(--astro); font-size: 1.2rem; color: var(--accent, var(--gold)); }
.hud__icon--body { font-size: 1.35rem; text-shadow: 0 0 14px var(--accent); }
.hud__icon--sm { font-family: var(--sans); font-size: 1rem; opacity: .85; }

.demo-note { position: fixed; z-index: 16; left: 50%; bottom: 1rem; transform: translateX(-50%); margin: 0; font-size: .78rem; color: var(--mist-300);
  padding: .45rem .9rem; border-radius: 999px; background: rgba(8, 12, 32, .6); border: 1px solid rgba(238, 245, 255, .12); white-space: nowrap; }

/* Story */
#story { position: relative; z-index: 5; }
.step, .chapter { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; padding: 7rem var(--pad); }
.step--planet { min-height: 92vh; }
.step--hero { min-height: 100vh; min-height: 100svh; }
.copy { max-width: 33rem; }
.copy--center { max-width: 46rem; margin-inline: auto; text-align: center; }
.copy--wide { max-width: 74rem; margin-inline: auto; width: 100%; }
.chapter--intro, .chapter--quote, .chapter--end { justify-content: center; }

.kicker { margin: 0 0 1.1rem; font: 600 .74rem/1.3 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--warm); }
.kicker .g { font-family: var(--astro); letter-spacing: 0; font-size: 1rem; margin-right: .35rem; color: var(--gold); }
.display { margin: 0 0 1.4rem; font: 400 clamp(2.9rem, 7.2vw, 6.4rem)/.95 var(--display); letter-spacing: -.035em; text-wrap: balance; }
.display--m { font-size: clamp(2.2rem, 4.6vw, 4rem); }
.title { margin: 0 0 1.2rem; font: 400 clamp(2.1rem, 4.4vw, 3.7rem)/1.02 var(--display); letter-spacing: -.028em; text-wrap: balance; }
.planet-title { margin: 0 0 1.3rem; font: 400 clamp(3rem, 7vw, 6rem)/.95 var(--display); letter-spacing: -.035em; }
.planet-title .glyph { font-family: var(--astro); font-size: .62em; vertical-align: .18em; margin-right: .1em; color: var(--accent); text-shadow: 0 0 28px var(--accent); }
.planet-title em { font-style: normal; color: var(--mist-300); font-size: .62em; letter-spacing: -.02em; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: var(--mist-300); max-width: 34rem; }
.copy--center .lead { margin-inline: auto; }
.body, .panel p, .copy--center p { color: rgba(214, 224, 248, .88); }
.birth { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin: 2rem 0 0; font: 500 .82rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--mist-300); }
.birth span + span::before { content: "·"; margin-right: 1.4rem; color: var(--gold); }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.4rem; }
.chips span, .legend .lg { font: 500 .78rem/1 var(--sans); letter-spacing: .04em; padding: .55rem .8rem; border-radius: 999px; border: 1px solid rgba(238, 245, 255, .14); background: rgba(8, 12, 32, .45); color: var(--mist-300); }
.legend { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.4rem; }
.lg::before { content: ""; display: inline-block; width: 1.3rem; height: 2px; margin-right: .5rem; vertical-align: middle; background: currentColor; }
.lg--harmony { color: var(--blue-400) !important; } .lg--tension { color: var(--rose) !important; } .lg--conjunction { color: var(--warm) !important; }
.mini-list { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; gap: .55rem; color: var(--mist-300); font-size: .95rem; }
.mini-list .g { font-family: var(--astro); color: var(--gold); display: inline-block; width: 1.6rem; }

.facts { display: grid; grid-template-columns: 1fr 1fr; margin: 1.8rem 0 0; border-top: 1px solid rgba(238, 245, 255, .12); max-width: 26rem; }
.facts div { padding: .85rem 0; border-bottom: 1px solid rgba(238, 245, 255, .12); }
.facts div:nth-child(odd) { border-right: 1px solid rgba(238, 245, 255, .12); }
.facts div:nth-child(even) { padding-left: 1.2rem; }
.facts dt { font: 600 .68rem/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: rgba(185, 200, 235, .7); margin-bottom: .45rem; }
.facts dd { margin: 0; font-family: var(--display); font-size: 1.2rem; }
.facts .g { font-family: var(--astro); color: var(--accent); }
.scroll-hint { display: inline-flex; align-items: center; gap: .9rem; margin-top: 3.2rem; font: 500 .78rem/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; text-decoration: none; color: var(--mist-300); }
.scroll-hint__line { position: relative; width: 1px; height: 3.2rem; background: rgba(238, 245, 255, .18); overflow: hidden; }
.scroll-hint__line::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent, var(--gold)); animation: drip 2.4s var(--ease) infinite; }
@keyframes drip { from { transform: translateY(-100%); } to { transform: translateY(100%); } }

/* Reading panels */
.panel { padding: clamp(1.6rem, 3vw, 2.8rem); border-radius: 24px; background: linear-gradient(180deg, rgba(10, 16, 42, .72), rgba(6, 10, 28, .66));
  border: 1px solid rgba(238, 245, 255, .11); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 40px 120px -40px rgba(0, 0, 0, .8), inset 0 1px 0 rgba(255, 255, 255, .05); max-width: 37rem; }
.panel--theme { max-width: 44rem; }
.triad { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin: 1.6rem 0; }
.triad h4, .card h4 { margin: 0 0 .5rem; font: 600 .7rem/1.2 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--warm); }
.triad p { font-size: .93rem; line-height: 1.55; margin: 0; }
.question { margin: 2rem 0 0; padding: 0 0 0 1.3rem; border-left: 1px solid var(--gold); font: italic 400 clamp(1.15rem, 1.8vw, 1.4rem)/1.45 var(--display); color: var(--star-100); text-align: left; }
.question span { display: block; margin-bottom: .6rem; font: 600 .7rem/1 var(--sans); font-style: normal; letter-spacing: .18em; text-transform: uppercase; color: var(--warm); }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.card { padding: 1.8rem; border-radius: 20px; background: rgba(8, 12, 32, .66); border: 1px solid rgba(238, 245, 255, .1); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.card h4 { font: 400 1.5rem/1.15 var(--display); letter-spacing: -.01em; text-transform: none; color: var(--star-100); margin-bottom: .8rem; }
.card p { font-size: .95rem; color: rgba(214, 224, 248, .85); }
.card__label { margin: 0 0 .6rem; font: 600 .7rem/1.2 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.card--harmony .card__label { color: var(--blue-400); } .card--tension .card__label { color: var(--rose); } .card--conjunction .card__label { color: var(--warm); }
.cta { text-align: center; padding: 3rem 2rem; margin-bottom: 3rem; border-radius: 28px; border: 1px solid rgba(226, 200, 150, .3); background: radial-gradient(100% 140% at 50% 0%, rgba(226, 200, 150, .12), rgba(8, 12, 32, .7)); backdrop-filter: blur(14px); }
.btn { display: inline-block; margin-top: 1rem; padding: 1rem 1.6rem; border-radius: 999px; background: var(--warm); color: #14121c; font-weight: 600; text-decoration: none; }
.facts-table { border-radius: 20px; background: rgba(8, 12, 32, .62); border: 1px solid rgba(238, 245, 255, .1); padding: 1.1rem 1.5rem; backdrop-filter: blur(14px); }
.facts-table summary { cursor: pointer; font-family: var(--display); font-size: 1.3rem; }
.facts-table table { width: 100%; border-collapse: collapse; margin-top: 1rem; font-size: .92rem; }
.facts-table caption { text-align: left; color: var(--mist-300); font-size: .8rem; padding-bottom: .5rem; }
.facts-table th, .facts-table td { text-align: left; padding: .6rem .4rem; border-bottom: 1px solid rgba(238, 245, 255, .08); font-weight: 400; }
.facts-table thead th { font: 600 .68rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: rgba(185, 200, 235, .7); }
.facts-table tbody th span { font-family: var(--astro); color: var(--gold); margin-right: .3rem; }
.foot { margin-top: 3rem; text-align: center; font-size: .85rem; color: rgba(185, 200, 235, .72); }
.foot a { color: var(--warm); }

/* Reveal motion */
.reveal { opacity: 0; transform: translate3d(0, 26px, 0); filter: blur(8px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease), filter 1.1s var(--ease); }
.reveal.in { opacity: 1; transform: none; filter: none; }
.copy .reveal:nth-child(2) { transition-delay: .08s; } .copy .reveal:nth-child(3) { transition-delay: .16s; } .copy .reveal:nth-child(4) { transition-delay: .24s; } .copy .reveal:nth-child(5) { transition-delay: .32s; }
.reveal-words .w { display: inline-block; opacity: 0; transform: translate3d(0, .45em, 0) rotateX(55deg); transform-origin: 50% 100%; filter: blur(6px);
  transition: opacity .9s var(--ease), transform 1.1s var(--ease), filter .9s var(--ease); transition-delay: calc(var(--i) * 55ms + 80ms); }
.reveal-words.in .w { opacity: 1; transform: none; filter: none; }

/* Loader */
.loader { position: fixed; inset: 0; z-index: 50; display: grid; place-content: center; justify-items: center; gap: 1.6rem; background: var(--sky-950);
  transition: opacity 1.2s var(--ease), visibility 1.2s; font: 500 .8rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--mist-300); }
.loader.is-done { opacity: 0; visibility: hidden; }
.loader.is-error p { text-transform: none; letter-spacing: 0; font-size: 1rem; max-width: 26rem; text-align: center; line-height: 1.5; }
.loader__orbit { position: relative; width: 84px; height: 84px; }
.loader__orbit span { position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(185, 200, 235, .25); }
.loader__orbit span:nth-child(2) { inset: 14px; border-color: rgba(226, 200, 150, .4); }
.loader__orbit span:nth-child(3) { inset: 36px; background: radial-gradient(circle, #9ec0ff, #2a4fa0); border: 0; box-shadow: 0 0 30px rgba(120, 160, 255, .6); }
.loader__orbit span:nth-child(1)::after { content: ""; position: absolute; top: -4px; left: calc(50% - 4px); width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px var(--gold); }
.loader__orbit span:nth-child(1) { animation: spin 3.2s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Fallbacks */
.no-webgl body { background: var(--sky-950) url("../assets/sky.jpg") center / cover fixed; }
.no-webgl #scene, .no-webgl .hud { display: none; }
.noscript { position: fixed; inset: auto 0 2rem; text-align: center; z-index: 60; }

.reduce-motion *, .reduce-motion *::before, .reduce-motion *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-delay: 0s !important; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-words .w { transition: none; opacity: 1; transform: none; filter: none; }
  .scroll-hint__line::after { animation: none; }
}

/* Mobile: the scene sits in the upper half, copy flows beneath it */
@media (max-width: 820px) {
  body { font-size: 1rem; }
  .veil { background: radial-gradient(120% 70% at 50% 30%, transparent 45%, rgba(2, 4, 14, .5) 100%), linear-gradient(180deg, transparent 30%, rgba(4, 7, 22, .7) 62%, rgba(4, 7, 22, .9) 100%); }
  .top { padding-top: .8rem; }
  .brand { font-size: .95rem; }
  #skip { display: none; }
  .pill__text { display: none; } .pill__icon { margin: 0; font-size: .7rem; }
  .pill { padding: .55rem .75rem; font-size: .74rem; }
  .step, .chapter { align-items: flex-end; padding: 6rem 1.25rem 3.5rem; }
  .step--planet { min-height: 100svh; }
  .chapter--intro, .chapter--quote { align-items: center; }
  .hud { top: 3.8rem; left: 1rem; right: 1rem; width: auto; display: flex; flex-wrap: wrap; justify-content: space-between; padding: .35rem .9rem; }
  .hud__row { padding: .45rem 0; font-size: .92rem; gap: .4rem; }
  .hud__row + .hud__row { border-top: 0; }
  .hud__row:nth-child(n+3) { display: none; }
  .triad, .cards { grid-template-columns: 1fr; }
  .facts dd { font-size: 1.05rem; }
  .panel { padding: 1.4rem; }
}

/* ---------- Homepage ---------- */
.home-hero { position: relative; min-height: 100vh; min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 27rem); gap: clamp(2rem, 5vw, 6rem); align-items: center; padding: 7rem var(--pad) 4rem; }
.home-hero .display { font-size: clamp(3rem, 6.4vw, 6rem); margin-bottom: .6rem; }
.tagline { margin: 0 0 1.4rem; font: italic 400 clamp(1.4rem, 2.4vw, 2.1rem)/1.2 var(--display); color: var(--mist-300); }
.includes { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 1.8rem 0 0; }
.includes li { display: inline-flex; gap: .5rem; align-items: center; font: 500 .8rem/1 var(--sans); letter-spacing: .06em; padding: .6rem .9rem; border-radius: 999px; border: 1px solid rgba(238, 245, 255, .16); background: rgba(8, 12, 32, .45); backdrop-filter: blur(8px); }
.includes span { font-family: var(--astro); color: var(--gold); }
.is-home .veil { background: radial-gradient(120% 90% at 50% 45%, transparent 50%, rgba(2, 4, 14, .6) 100%), linear-gradient(90deg, rgba(4, 7, 22, .7) 0%, rgba(4, 7, 22, .15) 45%, rgba(4, 7, 22, .15) 60%, rgba(4, 7, 22, .55) 100%); }

.birth-form { padding: clamp(1.4rem, 2.6vw, 2.2rem); border-radius: 26px; background: linear-gradient(180deg, rgba(12, 18, 46, .78), rgba(6, 10, 28, .74)); border: 1px solid rgba(238, 245, 255, .14);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 50px 120px -40px rgba(0, 0, 0, .85), inset 0 1px 0 rgba(255, 255, 255, .07); }
.form-title { margin: 0 0 1.4rem; font: 400 clamp(1.6rem, 2.4vw, 2.1rem)/1.1 var(--display); letter-spacing: -.02em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .4rem; align-content: start; }
.field--wide { grid-column: 1 / -1; }
.field label { font: 600 .7rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--mist-300); }
.field input, .recovery input { width: 100%; font: 400 1rem/1.2 var(--sans); color: var(--star-100); padding: .85rem .9rem; border-radius: 12px; border: 1px solid rgba(238, 245, 255, .18); background: rgba(4, 7, 22, .55); color-scheme: dark; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .recovery input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(226, 200, 150, .18); }
.field.has-error input { border-color: var(--rose); }
.field__hint { margin: 0; font-size: .78rem; line-height: 1.4; color: rgba(185, 200, 235, .72); }
.field__error { margin: 0; font-size: .8rem; color: #ffb3cf; }
.field__error:empty { display: none; }
.place { position: relative; }
.place__status { position: absolute; right: .9rem; top: 50%; transform: translateY(-50%); font-size: .75rem; color: var(--mist-300); pointer-events: none; }
.place__options { position: absolute; z-index: 10; left: 0; right: 0; top: calc(100% + .35rem); margin: 0; padding: .35rem; list-style: none; max-height: 16rem; overflow: auto; border-radius: 14px; background: #0a0f26; border: 1px solid rgba(238, 245, 255, .16); box-shadow: 0 20px 50px rgba(0, 0, 0, .6); }
.place__options li { padding: .7rem .8rem; border-radius: 9px; cursor: pointer; font-size: .95rem; }
.place__options li:hover, .place__options li[aria-selected="true"] { background: rgba(110, 159, 208, .2); }
.error-summary { margin-bottom: 1rem; padding: .9rem 1rem; border-radius: 12px; border: 1px solid rgba(228, 154, 192, .5); background: rgba(228, 154, 192, .08); font-size: .9rem; }
.error-summary p { margin: 0 0 .4rem; } .error-summary ul { margin: 0; padding-left: 1.1rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font: 600 .95rem/1 var(--sans); border: 0; cursor: pointer; text-decoration: none; border-radius: 999px; padding: 1rem 1.5rem; transition: transform .2s, box-shadow .3s, background .3s; }
.btn:disabled { opacity: .55; cursor: not-allowed; }
.btn--primary { color: #16131f; background: linear-gradient(180deg, #f8ecd4, #e2c896); box-shadow: 0 10px 30px -10px rgba(226, 200, 150, .6); }
.btn--primary:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 16px 40px -12px rgba(226, 200, 150, .75); }
.btn--block { width: 100%; margin-top: 1.4rem; padding: 1.1rem; }
.btn--quiet { color: var(--star-100); background: rgba(238, 245, 255, .08); border: 1px solid rgba(238, 245, 255, .18); }
.btn--danger { color: #fff; background: #9c3b62; }
.accuracy { margin-top: 1.1rem; font-size: .88rem; color: rgba(214, 224, 248, .85); }
.accuracy summary { cursor: pointer; color: var(--warm); font-weight: 500; }
.accuracy summary span { color: var(--gold); margin-right: .2rem; }
.fine { margin: .9rem 0 0; font-size: .76rem; line-height: 1.5; color: rgba(185, 200, 235, .65); }
.fine--preview { color: var(--warm); }
.status { min-height: 1.2em; margin: .8rem 0 0; font-size: .88rem; color: var(--warm); }
.status:empty { display: none; }

.section-head { max-width: 44rem; margin: 0 auto 3rem; text-align: center; }
.section-head .lead { margin-inline: auto; }
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.trust .card h3 { margin: .8rem 0 .7rem; font: 400 1.55rem/1.15 var(--display); letter-spacing: -.01em; }
.card__num { margin: 0; font: 600 .75rem/1 var(--sans); letter-spacing: .2em; color: var(--gold); }
.copy--faq { max-width: 50rem; margin-inline: auto; width: 100%; }
.faq { border-top: 1px solid rgba(238, 245, 255, .14); }
.faq__item { border-bottom: 1px solid rgba(238, 245, 255, .14); }
.faq__item summary { position: relative; list-style: none; cursor: pointer; padding: 1.35rem 3rem 1.35rem 0; font: 400 clamp(1.15rem, 1.8vw, 1.4rem)/1.3 var(--display); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; position: absolute; right: .4rem; top: 50%; transform: translateY(-50%); font: 300 1.5rem/1 var(--sans); color: var(--gold); transition: transform .3s; }
.faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq__answer { padding: 0 0 1.5rem; color: rgba(214, 224, 248, .86); max-width: 42rem; }
.faq__answer p { margin: 0 0 .8rem; }
.recovery label { display: block; margin: .4rem 0 .45rem; font: 600 .7rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--mist-300); }
.recovery__row { display: flex; gap: .6rem; } .recovery__row input { flex: 1; }
.site-foot { position: relative; z-index: 5; padding: 3rem var(--pad) 3.5rem; text-align: center; font-size: .82rem; color: rgba(185, 200, 235, .6); }
.site-foot__links { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 1.6rem; margin-bottom: 1rem; }
.site-foot a { color: var(--mist-300); text-decoration: none; } .site-foot a:hover { color: var(--warm); }

/* Calculation overlay */
.calc { position: fixed; inset: 0; z-index: 40; display: grid; place-items: center; padding: 2rem; background: rgba(3, 5, 16, .72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); opacity: 0; transition: opacity .6s var(--ease); }
.calc.is-open { opacity: 1; }
.calc__inner { max-width: 30rem; text-align: center; display: grid; justify-items: center; gap: .4rem; }
.calc__steps { list-style: none; padding: 0; margin: 1rem 0 0; text-align: left; display: grid; gap: .7rem; }
.calc__steps li { position: relative; padding-left: 1.8rem; color: rgba(185, 200, 235, .5); transition: color .4s; }
.calc__steps li::before { content: ""; position: absolute; left: 0; top: .45em; width: .7rem; height: .7rem; border-radius: 50%; border: 1px solid currentColor; }
.calc__steps li.is-active { color: var(--star-100); } .calc__steps li.is-active::before { background: var(--gold); border-color: var(--gold); box-shadow: 0 0 12px var(--gold); }
.calc__steps li.is-done { color: var(--mist-300); } .calc__steps li.is-done::before { background: var(--blue-400); border-color: var(--blue-400); }

/* ---------- Reading tools ---------- */
.upgrade, .tools { max-width: 46rem; margin: 0 auto 2rem; padding: clamp(1.5rem, 3vw, 2.4rem); border-radius: 26px; background: linear-gradient(180deg, rgba(12, 18, 46, .8), rgba(6, 10, 28, .74)); border: 1px solid rgba(238, 245, 255, .13); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.upgrade { border-color: rgba(226, 200, 150, .35); background: radial-gradient(120% 140% at 50% 0%, rgba(226, 200, 150, .13), rgba(8, 12, 32, .78)); }
.check { display: flex; gap: .7rem; align-items: flex-start; margin: 1.2rem 0; font-size: .82rem; line-height: 1.5; color: rgba(214, 224, 248, .8); }
.check input { margin-top: .2rem; accent-color: var(--gold); width: 1.1rem; height: 1.1rem; flex: none; }
.needs-ack .check { color: #ffb3cf; }
.tools__head p { margin: 0 0 1.4rem; color: var(--mist-300); }
.tools__head .title { margin-bottom: .3rem; font-size: clamp(1.8rem, 3vw, 2.4rem); }
.tools__actions { display: grid; gap: .6rem; }
.tool { display: flex; align-items: center; gap: .9rem; width: 100%; padding: 1rem 1.1rem; border-radius: 14px; border: 1px solid rgba(238, 245, 255, .14); background: rgba(238, 245, 255, .04); color: var(--star-100); font: 500 1rem/1.2 var(--sans); cursor: pointer; text-align: left; list-style: none; transition: background .25s, border-color .25s; }
.tool:hover { background: rgba(238, 245, 255, .09); border-color: rgba(238, 245, 255, .26); }
.tool svg { width: 1.3rem; height: 1.3rem; fill: none; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.tool--danger svg { stroke: var(--rose); }
.tool-delete summary::-webkit-details-marker { display: none; }
.tool__chev { margin-left: auto; color: var(--mist-300); transition: transform .3s; }
.tool-delete[open] .tool__chev { transform: rotate(180deg); }
.tool-delete__body { padding: 1rem 1.1rem .4rem; font-size: .88rem; color: rgba(214, 224, 248, .8); }
.tools__meta { margin: 1rem 0 0; font-size: .82rem; color: rgba(185, 200, 235, .7); }
.gone { position: relative; z-index: 60; min-height: 100vh; display: grid; place-items: center; padding: 2rem; background: var(--sky-950); text-align: center; }
.gone__actions { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; margin-top: .6rem; }
.gone__actions .btn { margin: 0; }
body.is-return #skip { display: none; }
.gone [tabindex="-1"]:focus { outline: none; }
.gone__inner { max-width: 34rem; display: grid; gap: 1rem; justify-items: center; }

.print-only { display: none; }

@media (max-width: 980px) {
  .home-hero { grid-template-columns: 1fr; padding-top: 6rem; }
  .trust { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .home-hero { align-items: start; gap: 2rem; padding: 34vh 1.25rem 3rem; }
  .form-grid { grid-template-columns: 1fr; }
  .recovery__row { flex-direction: column; }
  .is-home .veil { background: linear-gradient(180deg, transparent 18%, rgba(4, 7, 22, .75) 40%, rgba(4, 7, 22, .9) 100%); }
}

/* ---------- Free tier + upsell ---------- */
.free-note { margin-top: 1.4rem; padding: 1.1rem 1.2rem; border-radius: 16px; background: rgba(8, 12, 32, .55); border: 1px solid rgba(238, 245, 255, .1); backdrop-filter: blur(10px); }
.free-note p { margin: 0; color: rgba(214, 224, 248, .88); font-size: .98rem; }
.free-note__label { margin: 0 0 .5rem !important; font: 400 1.25rem/1.25 var(--display) !important; color: var(--warm) !important; }
.step--planet .free-note__label { margin: 0 0 .6rem; }
.chapter--upsell { justify-content: flex-end; }
.upsell { position: relative; max-width: 34rem; padding: clamp(1.8rem, 3.4vw, 3rem); border-radius: 30px; overflow: hidden;
  background: radial-gradient(120% 90% at 20% 0%, rgba(226, 200, 150, .18), transparent 55%), radial-gradient(100% 80% at 100% 100%, rgba(154, 124, 193, .22), transparent 60%), linear-gradient(180deg, rgba(14, 20, 50, .88), rgba(6, 10, 28, .86));
  border: 1px solid rgba(226, 200, 150, .38); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 60px 140px -50px rgba(226, 200, 150, .35), 0 40px 100px -40px rgba(0, 0, 0, .9), inset 0 1px 0 rgba(255, 255, 255, .08); }
.upsell::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; pointer-events: none;
  background: conic-gradient(from var(--spin, 0deg), transparent 0 70%, rgba(245, 229, 200, .9) 80%, transparent 90%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: spin-border 6s linear infinite; }
@property --spin { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
@keyframes spin-border { to { --spin: 360deg; } }
.upsell .display { margin-bottom: 1rem; }
.upsell__list { list-style: none; padding: 0; margin: 1.3rem 0; display: grid; gap: .6rem; font-size: .95rem; }
.upsell__list li { display: flex; gap: .85rem; align-items: flex-start; color: rgba(226, 234, 252, .92); }
.upsell__list span { flex: none; width: 1.9rem; height: 1.9rem; display: grid; place-items: center; border-radius: 50%; font-family: var(--astro); color: var(--gold); background: rgba(226, 200, 150, .1); border: 1px solid rgba(226, 200, 150, .3); }
.price { display: flex; align-items: baseline; gap: .7rem; margin: 1.4rem 0 1rem; }
.price__amount { font: 400 3.2rem/1 var(--display); letter-spacing: -.03em; color: #fff; }
.price__meta { font: 500 .78rem/1.3 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--mist-300); }
.upgrade-form .btn { width: 100%; padding: 1.15rem; font-size: 1.02rem; }
.btn--glow { position: relative; overflow: hidden; }
.btn--glow::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .7) 50%, transparent 70%); transform: translateX(-120%); animation: sheen 3.6s var(--ease) infinite 1s; }
@keyframes sheen { 0%, 55% { transform: translateX(-120%); } 85%, 100% { transform: translateX(120%); } }
.pill--upsell { color: #16131f; background: linear-gradient(180deg, #f8ecd4, #e2c896); border-color: transparent; font-weight: 600; }
.pill--upsell:hover { background: linear-gradient(180deg, #fff4e0, #ead3a6); }
.check a { color: var(--warm); }

/* ---------- Offer: reel + pitch on one screen ---------- */
.chapter--upsell { justify-content: center; padding-block: 5.5rem 2rem; }
.offer { display: grid; grid-template-columns: minmax(0, 23rem) minmax(0, 30rem); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; width: min(100%, 64rem);
  padding: clamp(1.1rem, 2.4vw, 1.8rem); border-radius: 32px; position: relative;
  background: radial-gradient(90% 70% at 85% 0%, rgba(226, 200, 150, .14), transparent 60%), radial-gradient(80% 80% at 0% 100%, rgba(154, 124, 193, .18), transparent 60%), linear-gradient(180deg, rgba(12, 18, 46, .86), rgba(6, 10, 28, .84));
  border: 1px solid rgba(226, 200, 150, .32); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 60px 140px -50px rgba(226, 200, 150, .3), 0 40px 100px -40px rgba(0, 0, 0, .9); }
.offer__body { padding: .4rem .4rem .4rem 0; }
.offer__title { margin: 0 0 .7rem; font: 400 clamp(1.9rem, 3.4vw, 2.9rem)/1.02 var(--display); letter-spacing: -.03em; text-wrap: balance; }
.offer__lead { margin: 0 0 1.1rem; color: rgba(214, 224, 248, .88); font-size: .98rem; line-height: 1.55; }
.offer__stats { list-style: none; padding: 0; margin: 0 0 1.2rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; }
.offer__stats li { padding: .7rem .6rem; border-radius: 14px; background: rgba(238, 245, 255, .05); border: 1px solid rgba(238, 245, 255, .1); text-align: center; }
.offer__stats b { display: block; font: 400 1.7rem/1 var(--display); color: var(--warm); }
.offer__stats span { display: block; margin-top: .3rem; font-size: .68rem; line-height: 1.25; color: var(--mist-300); }
.upgrade-form__row { display: flex; align-items: center; gap: 1rem; }
.upgrade-form__row .price { margin: 0; }
.upgrade-form__row .price__amount { font-size: 2.6rem; }
.upgrade-form__row .price__meta { font-size: .66rem; }
.upgrade-form__row .btn { flex: 1; width: auto; padding: 1.05rem 1.2rem; }
.check--compact { margin: .9rem 0 .2rem; font-size: .78rem; }
.terms-peek { font-size: .72rem; color: rgba(185, 200, 235, .7); }
.terms-peek summary { cursor: pointer; color: var(--warm); margin-left: 1.8rem; }
.terms-peek p { margin: .4rem 0 0 1.8rem; line-height: 1.45; }
.offer .fine { margin-top: .5rem; }

/* Reel */
.reel { position: relative; aspect-ratio: 9 / 13; max-height: min(74vh, 36rem); width: 100%; margin-inline: auto; border-radius: 24px; overflow: hidden; outline: none;
  background: radial-gradient(1px 1px at 20% 30%, #fff8, transparent), radial-gradient(1px 1px at 70% 20%, #fff6, transparent), radial-gradient(1.5px 1.5px at 40% 75%, #fff7, transparent), radial-gradient(1px 1px at 85% 60%, #fff5, transparent),
    radial-gradient(120% 70% at 50% 35%, #172a5e 0%, #0a1233 55%, #050816 100%);
  box-shadow: inset 0 0 0 1px rgba(238, 245, 255, .1), 0 30px 70px -30px rgba(0, 0, 0, .9); }
.reel:focus-visible { box-shadow: 0 0 0 2px var(--gold); }
.reel__bars { position: absolute; z-index: 3; inset: .8rem .9rem auto; display: flex; gap: 4px; }
.reel__bars span { flex: 1; height: 2.5px; border-radius: 2px; background: rgba(238, 245, 255, .22); overflow: hidden; }
.reel__bars i { display: block; height: 100%; width: 0; background: var(--warm); }
@keyframes reelbar { from { width: 0; } to { width: 100%; } }
.reel__stage { position: absolute; inset: 0; }
.reel__slide { position: absolute; inset: 0; margin: 0; display: grid; grid-template-rows: 1fr auto; opacity: 0; transition: opacity .6s var(--ease); }
.reel__slide.is-active { opacity: 1; }
.reel__svg { width: 100%; height: 100%; padding: 2.2rem 1rem 0; overflow: visible; }
.rw-line { fill: none; stroke: rgba(200, 212, 245, .35); stroke-width: .8; }
.rw-line--faint { stroke: rgba(200, 212, 245, .15); }
.rw-tick { stroke: rgba(226, 200, 150, .45); stroke-width: .8; }
.rw-glyph { font: 11px var(--astro); fill: rgba(240, 226, 196, .75); text-anchor: middle; dominant-baseline: central; }
.rw-earth { fill: url(#none); fill: #1d3c86; stroke: rgba(140, 180, 255, .6); stroke-width: 1; filter: drop-shadow(0 0 8px rgba(90, 140, 255, .7)); }
.rw-sector { fill: var(--c); opacity: 0; }
.rw-orbit { fill: none; stroke: var(--c); stroke-opacity: .35; stroke-width: .8; stroke-dasharray: 604; stroke-dashoffset: 604; }
.rw-planet { transform-origin: 150px 150px; transform: rotate(var(--a)); }
.rw-glow { fill: var(--c); opacity: .25; filter: blur(4px); }
.rw-dot { fill: var(--c); filter: drop-shadow(0 0 6px var(--c)); }
.is-active .rw-sector { animation: sectorIn 1.2s .9s var(--ease) forwards; }
.is-active .rw-orbit { animation: drawOrbit 1.4s var(--ease) forwards; }
.is-active .rw-planet { animation: orbitIn 1.7s var(--ease) both; }
.is-active .rw-glow { animation: pulse 2.2s 1.4s ease-in-out infinite; }
@keyframes sectorIn { to { opacity: .28; } }
@keyframes drawOrbit { to { stroke-dashoffset: 0; } }
@keyframes orbitIn { from { transform: rotate(calc(var(--a) + 110deg)); opacity: 0; } 30% { opacity: 1; } to { transform: rotate(var(--a)); } }
@keyframes pulse { 50% { opacity: .55; transform: scale(1.25); transform-origin: center; transform-box: fill-box; } }
.rw-asp { stroke-width: .9; stroke-dasharray: 300; stroke-dashoffset: 300; opacity: .8; }
.rw-asp--h { stroke: var(--blue-400); } .rw-asp--t { stroke: var(--rose); } .rw-asp--c { stroke: var(--warm); }
.is-active .rw-asp { animation: drawOrbit 1.1s var(--d) var(--ease) forwards; }
.rw-pop { opacity: 0; } .is-active .rw-pop { animation: sectorIn .6s .2s forwards; }
.is-active .rw-pop { animation-name: popIn; } @keyframes popIn { to { opacity: 1; } }
.reel__cap { position: relative; z-index: 2; padding: 0 1.2rem 1.3rem; }
.reel__cap > * { opacity: 0; transform: translateY(12px); }
.is-active .reel__cap > * { animation: capIn .8s var(--ease) forwards; }
.is-active .reel__cap > :nth-child(2) { animation-delay: .12s; } .is-active .reel__cap > :nth-child(3) { animation-delay: .24s; } .is-active .reel__cap > :nth-child(4) { animation-delay: .36s; }
@keyframes capIn { to { opacity: 1; transform: none; } }
.reel__kicker { margin: 0 0 .35rem; font: 600 .62rem/1.3 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--warm); }
.reel__title { margin: 0 0 .5rem; font: 400 1.65rem/1.05 var(--display); color: #fff; }
.reel__title .g { font-family: var(--astro); color: var(--c, var(--gold)); text-shadow: 0 0 16px var(--c, var(--gold)); }
.reel__title em { font-style: normal; color: var(--mist-300); }
.reel__meta { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0 0 .6rem; }
.reel__meta span { font: 500 .7rem/1 var(--sans); padding: .38rem .55rem; border-radius: 999px; background: rgba(238, 245, 255, .08); border: 1px solid rgba(238, 245, 255, .12); color: var(--star-100); }
.reel__locked { display: flex; gap: .5rem; align-items: flex-start; margin: 0; font-size: .8rem; line-height: 1.4; color: var(--mist-300); }
.reel__blur { filter: blur(3.5px); user-select: none; }
.reel__lock { filter: grayscale(1) brightness(1.6); font-size: .8rem; }
.reel__nav { position: absolute; z-index: 4; top: 0; bottom: 0; width: 35%; border: 0; background: transparent; cursor: pointer; }
.reel__nav--prev { left: 0; } .reel__nav--next { right: 0; }
.reel.is-paused .reel__bars i { animation-play-state: paused !important; }

/* ---------- Gift ---------- */
.pill--gift .pill__icon { color: var(--gold); font-size: .8rem; letter-spacing: 0; }
.gift { width: min(58rem, calc(100vw - 2rem)); max-height: calc(100vh - 2rem); overflow: auto; padding: 0; border-radius: 30px; color: var(--star-100);
  background: linear-gradient(180deg, #0d1435, #070b1f); border: 1px solid rgba(226, 200, 150, .3); box-shadow: 0 60px 160px rgba(0, 0, 0, .8); }
.gift[open] { animation: giftIn .5s var(--ease); }
@keyframes giftIn { from { opacity: 0; transform: translateY(14px) scale(.98); } }
.gift::backdrop { background: rgba(3, 5, 16, .72); backdrop-filter: blur(10px); }
.gift__grid { display: grid; grid-template-columns: 1fr 1.05fr; }
.gift__visual { position: relative; padding: 2.2rem 2rem; display: grid; align-content: center; gap: 1.6rem;
  background: radial-gradient(90% 70% at 30% 20%, rgba(154, 124, 193, .28), transparent 60%), radial-gradient(90% 70% at 80% 90%, rgba(226, 200, 150, .16), transparent 60%), #0a1030; border-right: 1px solid rgba(238, 245, 255, .08); }
.gift__main { padding: 2.4rem 2.2rem 2rem; }
.gift__close { position: absolute; z-index: 2; top: 1rem; right: 1rem; width: 2.3rem; height: 2.3rem; border-radius: 50%; border: 1px solid rgba(238, 245, 255, .2); background: rgba(4, 7, 22, .5); color: var(--star-100); font-size: 1.3rem; line-height: 1; cursor: pointer; }
.gift__title { margin: 0 0 .6rem; font: 400 clamp(1.8rem, 3vw, 2.4rem)/1.05 var(--display); letter-spacing: -.02em; }
.gift__body { color: var(--mist-300); margin: 0 0 1.3rem; font-size: .95rem; }
.gift__details { margin: .9rem 0 0; font-size: .76rem; line-height: 1.5; color: rgba(185, 200, 235, .72); }
.gift .field input { font-size: 1.02rem; }
/* The gift card itself */
.gcard { position: relative; aspect-ratio: 1.58; border-radius: 20px; overflow: hidden; padding: 1.2rem 1.3rem; display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(135deg, #1b2c68 0%, #111a45 45%, #2a1b4d 100%); border: 1px solid rgba(226, 200, 150, .45);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .8), 0 0 50px -10px rgba(154, 124, 193, .5), inset 0 1px 0 rgba(255, 255, 255, .15);
  transform: perspective(900px) rotateY(-8deg) rotateX(4deg); animation: floaty 6s ease-in-out infinite; }
@keyframes floaty { 50% { transform: perspective(900px) rotateY(6deg) rotateX(-2deg) translateY(-4px); } }
.gcard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, .16) 48%, transparent 60%); transform: translateX(-100%); animation: sheen 5s var(--ease) infinite 1s; }
.gcard__sky { position: absolute; inset: 0; background: radial-gradient(1px 1px at 12% 20%, #fff9, transparent), radial-gradient(1px 1px at 30% 70%, #fff7, transparent), radial-gradient(1.5px 1.5px at 55% 30%, #fff8, transparent), radial-gradient(1px 1px at 78% 55%, #fff6, transparent), radial-gradient(1px 1px at 90% 15%, #fff8, transparent); }
.gcard__ring { position: absolute; width: 62%; right: -12%; top: -18%; animation: spin 60s linear infinite; opacity: .85; }
.gcard__ring circle { fill: none; stroke: rgba(226, 200, 150, .55); stroke-width: .8; }
.gcard__ring line { stroke: rgba(226, 200, 150, .5); stroke-width: .8; }
.gcard__ring text { font: 11px var(--astro); fill: rgba(245, 229, 200, .9); text-anchor: middle; dominant-baseline: central; }
.gcard__planet { position: absolute; width: 22%; aspect-ratio: 1; right: 8%; top: 12%; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #9ec0ff, #2a4fa0 60%, #0b1a44); box-shadow: 0 0 30px rgba(120, 160, 255, .6); }
.gcard p { position: relative; margin: 0; }
.gcard__brand { font: 600 .6rem/1 var(--sans); letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-bottom: .5rem !important; }
.gcard__title { font: 400 1.5rem/1.05 var(--display); color: #fff; }
.gcard__to { margin-top: .35rem !important; font-size: .78rem; color: var(--mist-300); max-width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gcard__to span { color: var(--warm); }
.gcard__price { position: absolute !important; right: 1.2rem; bottom: 1.1rem; font: 400 1.3rem/1 var(--display); color: var(--warm); }
.gift__steps { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.gift__steps li { display: flex; align-items: center; gap: .8rem; font-size: .88rem; color: rgba(226, 234, 252, .9); }
.gift__steps b { flex: none; width: 1.7rem; height: 1.7rem; display: grid; place-items: center; border-radius: 50%; font: 600 .75rem/1 var(--sans); color: var(--gold); border: 1px solid rgba(226, 200, 150, .4); background: rgba(226, 200, 150, .08); }
@media (max-width: 760px) {
  .gift__grid { grid-template-columns: 1fr; }
  .gift__visual { padding: 1.4rem 1.3rem 1.2rem; border-right: 0; border-bottom: 1px solid rgba(238, 245, 255, .08); }
  .gift__steps { display: none; }
  .gcard { aspect-ratio: 2; }
  .gift__main { padding: 1.4rem 1.3rem 1.4rem; }
}
.chapter--gift { justify-content: flex-start; }
.gift-card { max-width: 32rem; padding: clamp(1.8rem, 3vw, 2.6rem); border-radius: 28px; background: linear-gradient(180deg, rgba(14, 20, 50, .82), rgba(6, 10, 28, .8)); border: 1px solid rgba(226, 200, 150, .3); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.gift-card .btn { margin-top: .6rem; }
.gift-notice { margin: 0 0 1.2rem; padding: .9rem 1rem; border-radius: 14px; background: rgba(226, 200, 150, .12); border: 1px solid rgba(226, 200, 150, .4); color: var(--warm); font-size: .92rem; }
@media (max-width: 900px) {
  .offer { grid-template-columns: 1fr; gap: 1rem; }
  .reel { aspect-ratio: auto; height: 20rem; max-height: none; }
  .reel__svg { padding-top: 1.6rem; }
  .reel__slide { grid-template-columns: 11rem 1fr; grid-template-rows: 1fr; align-items: center; }
  .reel__cap { padding: 1.6rem 1rem 0 0; }
  .offer__stats { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 560px) {
  .reel { height: 17rem; }
  .reel__slide { grid-template-columns: 1fr; grid-template-rows: 9.5rem auto; }
  .reel__svg { padding: 1.5rem 0 0; }
  .reel__cap { padding: 0 1rem 1rem; }
  .reel__title { font-size: 1.3rem; }
  .reel__locked { display: none; }
  .offer__stats { grid-template-columns: repeat(2, 1fr); }
  .offer__stats b { font-size: 1.35rem; }
  .upgrade-form__row { flex-direction: column; align-items: stretch; gap: .6rem; }
}
@media (max-width: 820px) {
  .chapter--upsell, .chapter--gift { justify-content: center; align-items: center; }
  .pill--upsell { display: none; }

}

/* ---------- Print / PDF ---------- */
#print-doc { display: none; }
@media print {
  @page { size: auto; margin: 16mm 17mm 18mm; }
  @page :first { margin: 0; }
  html, body { background: #fff !important; }
  body > *:not(#print-doc) { display: none !important; }
  #print-doc { display: block !important; }
  .pd { color: #1b1f36; font: 10.5pt/1.62 var(--sans); -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .pd .g { font-family: var(--astro); }
  .pd-cover { position: relative; height: 100vh; box-sizing: border-box; padding: 16mm 18mm 14mm; display: flex; flex-direction: column; align-items: center; text-align: center; color: #eef2ff; break-after: page;
    background: radial-gradient(90% 60% at 50% 38%, #16275a 0%, #0a1233 45%, #050816 100%); }
  .pd-brand { margin: 0; font: 600 8pt/1 var(--sans); letter-spacing: .32em; text-transform: uppercase; color: #e2c896; }
  .pd-wheel { width: 128mm; height: 128mm; margin: 10mm 0 8mm; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(226,200,150,.35), 0 0 40mm rgba(90,130,255,.25); }
  .pd-cover__kicker { margin: 0; font: 600 8.5pt/1 var(--sans); letter-spacing: .3em; text-transform: uppercase; color: #b9c8eb; }
  .pd-cover h1 { margin: 3mm 0 2mm; font: 400 40pt/1 var(--display); letter-spacing: -.02em; color: #fff; }
  .pd-cover__meta { margin: 0; font: 400 13pt/1.4 var(--display); color: #dfe6ff; }
  .pd-cover__meta--sm { font: 500 8pt/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: #9fb0d8; margin-top: 2mm; }
  .pd-cover__big { display: flex; gap: 8mm; justify-content: center; margin: 9mm 0 0; font: 400 12pt/1 var(--display); color: #f5e5c8; }
  .pd-cover__big b { font-weight: 400; color: #e2c896; margin-right: 1.5mm; }
  .pd-cover__foot { margin-top: auto; font: 500 7.5pt/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: #7f8db5; }
  .pd-sec { break-inside: auto; margin: 0 0 9mm; }
  .pd-break { break-before: page; }
  .pd-kicker { margin: 0 0 1.5mm; font: 600 7.5pt/1.3 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: #9a7433; }
  .pd-kicker .g { letter-spacing: 0; font-size: 10pt; }
  .pd h2 { margin: 0 0 5mm; padding-bottom: 3.5mm; border-bottom: .4pt solid #d9c9a3; font: 400 22pt/1.1 var(--display); letter-spacing: -.015em; color: #0f1330; }
  .pd h3 { margin: 0 0 2mm; font: 400 14pt/1.2 var(--display); color: #11163a; }
  .pd-h3 { margin-top: 8mm !important; }
  .pd h4 { margin: 0 0 1mm; font: 600 7pt/1.2 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: #9a7433; }
  .pd p { margin: 0 0 2.6mm; }
  .pd-sec--lead p { font: 400 12.5pt/1.55 var(--display); color: #22284a; }
  .pd-big { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4mm; margin-bottom: 2mm; }
  .pd-big__card { position: relative; padding: 5mm 5mm 4mm; border-radius: 3mm; background: #f6f2e8; border: .4pt solid #e2d5b4; break-inside: avoid; }
  .pd-big__glyph { position: absolute; right: 4mm; top: 3mm; font-size: 20pt; color: #c9a45e; }
  .pd-big__sign { margin: 1mm 0 1mm !important; font: 400 16pt/1.1 var(--display); color: #0f1330; }
  .pd-big__sign .g { color: #9a7433; font-size: 12pt; }
  .pd-big__meta { margin: 0 !important; font-size: 8.5pt; color: #5b6180; }
  .pd-table { width: 100%; border-collapse: collapse; font-size: 9pt; }
  .pd-table th, .pd-table td { padding: 1.6mm 2mm; text-align: left; border-bottom: .3pt solid #e6e0d2; font-weight: 400; }
  .pd-table thead th { font: 600 6.8pt/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: #8b8fa6; border-bottom-color: #cdbf9c; }
  .pd-table tbody th { font-weight: 600; color: #11163a; }
  .pd-table td.g, .pd-table .g { color: #9a7433; }
  .pd-table tbody tr:nth-child(even) { background: #faf8f3; }
  .pd-asp { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 8mm; font-size: 8.8pt; }
  .pd-asp li { display: grid; grid-template-columns: 1fr auto 1fr auto; gap: 2mm; padding: 1.2mm 0; border-bottom: .3pt solid #eee8da; break-inside: avoid; }
  .pd-asp em { font-style: normal; font-size: 7.5pt; letter-spacing: .06em; text-transform: uppercase; padding: .4mm 1.6mm; border-radius: 2mm; }
  .asp--h em { background: #e4eefa; color: #2d5b91; } .asp--t em { background: #f7e4ee; color: #93325f; } .asp--c em { background: #f6ecd6; color: #86652a; }
  .pd-asp small { color: #8b8fa6; }
  .pd-place { margin: 0 0 7mm; padding-left: 5mm; border-left: .8pt solid #d9c9a3; break-inside: avoid-page; }
  .pd-theme { margin: 0 0 8mm; padding: 6mm; border-radius: 3mm; background: #f8f5ee; border: .4pt solid #e6dcc3; break-inside: avoid; }
  .pd-triad { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4mm; margin: 3mm 0; font-size: 9pt; }
  .pd-q { margin-top: 3mm !important; padding: 3mm 0 0; border-top: .3pt solid #e2d5b4; font: italic 400 11.5pt/1.45 var(--display); color: #22284a; }
  .pd-q span { display: block; margin-bottom: 1mm; font: 600 7pt/1 var(--sans); font-style: normal; letter-spacing: .18em; text-transform: uppercase; color: #9a7433; }
  .pd-upsell { margin-top: 8mm; padding: 6mm; border-radius: 3mm; background: #0b1330; color: #e8edff; break-inside: avoid; }
  .pd-upsell h3 { color: #fff; }
  .pd-end { break-before: page; text-align: center; padding-top: 60mm; color: #5b6180; font-size: 9pt; }
  .pd-orn { font-size: 18pt; color: #c9a45e; }
}

/* Birthplace results: name + country · region · time zone, with a small locator map */
.place__options li { display: flex; align-items: center; gap: .75rem; }
.place__map { flex: none; width: 72px; height: 44px; border-radius: 8px; background: #0a1633; box-shadow: inset 0 0 0 1px rgba(238, 245, 255, .14); }
.place__text { display: grid; gap: .1rem; min-width: 0; }
.place__name { font-weight: 600; color: var(--star-100); }
.place__sub { font-size: .8rem; line-height: 1.35; color: var(--mist-300); }
.place__picked { display: flex; align-items: center; gap: .8rem; margin-top: .55rem; padding: .55rem .7rem; border-radius: 12px; background: rgba(226, 200, 150, .08); border: 1px solid rgba(226, 200, 150, .3); }
.place__picked .place__map { width: 96px; height: 60px; }
.place__picked p { margin: 0; }

/* Offer refinements */
.upgrade-form__row .btn { white-space: nowrap; }
@media (max-width: 560px) {
  .chapter--upsell { padding-block: 4.2rem 1rem; }
  .offer { padding: .8rem; gap: .8rem; border-radius: 24px; }
  .reel { height: 15.5rem; }
  .reel__slide { grid-template-rows: 8.6rem auto; }
  .offer__title { font-size: 1.75rem; margin-bottom: .4rem; }
  .offer__lead { font-size: .88rem; margin-bottom: .8rem; }
  .offer__stats { grid-template-columns: repeat(4, 1fr); gap: .3rem; margin-bottom: .8rem; }
  .offer__stats li { padding: .5rem .2rem; }
  .offer__stats b { font-size: 1.2rem; }
  .offer__stats span { font-size: .58rem; }
  .upgrade-form__row { flex-direction: row; align-items: center; }
  .upgrade-form__row .price__amount { font-size: 2rem; }
  .upgrade-form__row .price__meta { display: none; }
  .upgrade-form__row .btn { font-size: .88rem; padding: .95rem .8rem; }
  .offer .fine { display: none; }
  .check--compact { font-size: .72rem; margin-top: .7rem; }
}
.upgrade-form__row { flex-wrap: wrap; gap: .7rem 1rem; }
.upgrade-form__row .btn { flex: 1 1 100%; }
.upgrade-form__row .price__meta br { display: none; }
@media (max-width: 560px) { .upgrade-form__row { flex-wrap: nowrap; } .upgrade-form__row .btn { flex: 1 1 auto; } }

/* 3D reel: the WebGL scene draws a second camera into this transparent window. */
.offer:has(.reel--3d) { background: none; border: 0; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; padding: 0; grid-template-columns: minmax(0, 27rem) minmax(0, 30rem); }
.offer:has(.reel--3d) .offer__body { padding: clamp(1.3rem, 2.4vw, 2rem); border-radius: 28px;
  background: radial-gradient(90% 70% at 85% 0%, rgba(226, 200, 150, .14), transparent 60%), linear-gradient(180deg, rgba(12, 18, 46, .88), rgba(6, 10, 28, .86));
  border: 1px solid rgba(226, 200, 150, .32); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 60px 140px -50px rgba(226, 200, 150, .3), 0 40px 100px -40px rgba(0, 0, 0, .9); }
.reel--3d { background: transparent; aspect-ratio: 4 / 5; max-height: min(78vh, 40rem);
  box-shadow: inset 0 0 0 1px rgba(226, 200, 150, .35), 0 40px 90px -40px rgba(0, 0, 0, .9); }
.reel--3d::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: inherit;
  background: linear-gradient(180deg, rgba(3, 6, 18, .55), transparent 18%, transparent 55%, rgba(3, 6, 18, .88) 100%); }
.reel--3d::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: #02040c; opacity: 0; }
.reel--3d.is-cut::after { animation: reelCut .7s var(--ease); }
@keyframes reelCut { 0% { opacity: .85; } 100% { opacity: 0; } }
.reel--3d .reel__slide { grid-template-rows: 1fr auto; }
.reel--3d .reel__cap { grid-row: 2; }
.reel--3d .reel__live { position: absolute; z-index: 3; top: 1.6rem; left: 1rem; font: 600 .6rem/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--warm); display: flex; align-items: center; gap: .4rem; }
.reel--3d .reel__live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #ff6b5b; box-shadow: 0 0 8px #ff6b5b; animation: livePulse 1.4s ease-in-out infinite; }
@keyframes livePulse { 50% { opacity: .3; } }
@media (max-width: 900px) {
  .offer:has(.reel--3d) { grid-template-columns: minmax(0, 1fr); gap: .8rem; }
  .reel--3d { aspect-ratio: auto; height: 22rem; }
  .reel--3d .reel__slide { grid-template-columns: 1fr; grid-template-rows: 1fr auto; }
  .reel--3d .reel__cap { padding: 0 1rem 1rem; }
}
@media (max-width: 560px) { .reel--3d { height: 15.5rem; } .reel--3d .reel__locked { display: none; } .reel--3d .reel__title { font-size: 1.25rem; } .offer:has(.reel--3d) .offer__body { padding: 1rem; } }

/* ---------- AI reading companion (paid) ---------- */
.ai { position: fixed; z-index: 40; right: clamp(1rem, 2.4vw, 2rem); bottom: clamp(1rem, 2.4vw, 2rem); font-family: var(--sans); }
.ai-l { position: relative; width: 3.8rem; height: 3.8rem; border-radius: 50%; display: grid; place-items: center; cursor: pointer; color: var(--sky-950, #050816);
  border: 1px solid rgba(255, 244, 220, .6); background: radial-gradient(circle at 35% 30%, #fff6e2, var(--gold) 55%, #b8955a);
  box-shadow: 0 0 0 6px rgba(226, 200, 150, .12), 0 18px 40px -12px rgba(226, 200, 150, .55), 0 10px 30px -10px rgba(0, 0, 0, .8);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.ai-l::before { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid rgba(226, 200, 150, .45); animation: aiRing 3.2s ease-out infinite; pointer-events: none; }
@keyframes aiRing { 0% { transform: scale(.9); opacity: .9; } 100% { transform: scale(1.45); opacity: 0; } }
.ai-l:hover { transform: translateY(-2px) scale(1.04); }
.ai-l:focus-visible { outline: 2px solid var(--warm); outline-offset: 4px; }
.ai-l svg { width: 1.9rem; height: 1.9rem; fill: none; stroke: #1a1330; stroke-width: 1.6; stroke-linejoin: round; }
.ai-l .ai-l__star { fill: #1a1330; stroke: none; }
.ai-l__count { position: absolute; top: -.2rem; right: -.2rem; min-width: 1.35rem; height: 1.35rem; padding: 0 .3rem; border-radius: 999px; display: grid; place-items: center;
  font: 600 .68rem/1 var(--sans); color: var(--warm); background: #0a0f26; border: 1px solid rgba(226, 200, 150, .6); }
.ai.is-open .ai-l::before { animation: none; opacity: 0; }
.ai-p { position: absolute; right: 0; bottom: calc(100% + .9rem); width: min(25rem, calc(100vw - 2rem)); height: min(38rem, calc(100vh - 8rem)); display: flex; flex-direction: column;
  border-radius: 26px; overflow: hidden; color: var(--star-100);
  background: radial-gradient(90% 50% at 90% 0%, rgba(226, 200, 150, .16), transparent 60%), radial-gradient(80% 60% at 0% 100%, rgba(154, 124, 193, .2), transparent 60%), linear-gradient(180deg, rgba(12, 18, 46, .94), rgba(5, 8, 22, .96));
  border: 1px solid rgba(226, 200, 150, .32); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 50px 120px -40px rgba(0, 0, 0, .95), 0 30px 80px -50px rgba(226, 200, 150, .35);
  transform-origin: bottom right; animation: aiIn .45s var(--ease); }
.ai-p[hidden] { display: none !important; }
@keyframes aiIn { from { opacity: 0; transform: translateY(12px) scale(.96); } }
.ai-p__head { display: flex; align-items: center; gap: .8rem; padding: 1.1rem 1rem 1rem 1.2rem; border-bottom: 1px solid rgba(238, 245, 255, .08); }
.ai-p__mark svg { width: 2.4rem; height: 2.4rem; fill: none; stroke: var(--gold); stroke-width: 1.1; }
.ai-p__mark path { fill: rgba(226, 200, 150, .25); }
.ai-p__heading { flex: 1; min-width: 0; }
.ai-p__heading p { margin: 0; font: 600 .6rem/1.3 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.ai-p__heading h2 { margin: .15rem 0 .2rem; font: 400 1.3rem/1.1 var(--display); color: #fff; }
.ai-p__heading span { font-size: .72rem; color: var(--mist-300); }
.ai-p__actions { display: flex; gap: .3rem; align-self: flex-start; }
.ai-p__actions button { width: 2rem; height: 2rem; border-radius: 50%; display: grid; place-items: center; cursor: pointer; background: rgba(238, 245, 255, .05); border: 1px solid rgba(238, 245, 255, .1); color: var(--star-100); }
.ai-p__actions button:hover { background: rgba(238, 245, 255, .12); }
.ai-p__actions button:disabled { opacity: .4; cursor: default; }
.ai-p__actions svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.ai.is-busy [data-refresh] svg { animation: aiSpin 1s linear infinite; }
@keyframes aiSpin { to { transform: rotate(360deg); } }
.ai-p__scroll { flex: 1; overflow-y: auto; padding: 1.1rem 1.2rem .6rem; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: rgba(226, 200, 150, .3) transparent; }
.ai-p__welcome > p:first-child { margin: 0 0 1rem; font-size: .92rem; line-height: 1.5; color: rgba(226, 234, 252, .9); }
.ai-p__ideas { margin: 0 0 .5rem; font: 600 .6rem/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--mist-300); }
.ai-p__chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.ai-p__chips button { text-align: left; font: 500 .8rem/1.3 var(--sans); color: var(--warm); padding: .55rem .75rem; border-radius: 14px; cursor: pointer;
  background: rgba(226, 200, 150, .07); border: 1px solid rgba(226, 200, 150, .25); transition: background .2s, border-color .2s; }
.ai-p__chips button:hover { background: rgba(226, 200, 150, .15); border-color: rgba(226, 200, 150, .5); }
.ai.has-turns .ai-p__welcome { display: none; }
.ai-p__log { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.ai-p__log li { display: grid; gap: .5rem; animation: aiIn .5s var(--ease); }
.ai-q { justify-self: end; max-width: 88%; font: 500 .86rem/1.45 var(--sans); padding: .6rem .85rem; border-radius: 16px 16px 4px 16px;
  background: linear-gradient(180deg, rgba(226, 200, 150, .22), rgba(226, 200, 150, .12)); border: 1px solid rgba(226, 200, 150, .3); color: #fff; }
.ai-a { margin: 0; max-width: 94%; font-size: .9rem; line-height: 1.6; padding: .75rem .9rem; border-radius: 16px 16px 16px 4px; white-space: pre-line;
  background: rgba(238, 245, 255, .05); border: 1px solid rgba(238, 245, 255, .09); color: rgba(232, 238, 252, .95); }
.ai-src { display: flex; flex-wrap: wrap; gap: .3rem; }
.ai-src > * { font: 500 .68rem/1 var(--sans); padding: .38rem .6rem; border-radius: 999px; color: var(--mist-300); background: rgba(238, 245, 255, .05); border: 1px solid rgba(238, 245, 255, .1); }
.ai-src button { cursor: pointer; color: var(--warm); border-color: rgba(226, 200, 150, .3); }
.ai-src button::after { content: " ↗"; }
.ai-src button:hover { background: rgba(226, 200, 150, .12); }
.ai-p__status { margin: .8rem 0 0; font-size: .78rem; line-height: 1.45; color: var(--mist-300); min-height: 1em; }
.ai.is-busy .ai-p__status::before { content: ""; display: inline-block; width: .5rem; height: .5rem; margin-right: .45rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px var(--gold); animation: livePulse 1s ease-in-out infinite; vertical-align: middle; }
.ai-p__form { padding: .7rem 1rem .8rem; border-top: 1px solid rgba(238, 245, 255, .08); background: rgba(3, 6, 18, .4); }
.ai-p__row { display: flex; align-items: flex-end; gap: .5rem; padding: .35rem .35rem .35rem .8rem; border-radius: 18px; background: rgba(238, 245, 255, .06); border: 1px solid rgba(238, 245, 255, .14); transition: border-color .2s; }
.ai-p__row:focus-within { border-color: rgba(226, 200, 150, .6); }
.ai-p__row textarea { flex: 1; resize: none; border: 0; outline: 0; background: none; color: #fff; font: 400 .9rem/1.45 var(--sans); padding: .45rem 0; max-height: 8rem; }
.ai-p__row textarea::placeholder { color: rgba(185, 200, 235, .55); }
.ai-p__row button { flex: none; width: 2.4rem; height: 2.4rem; border-radius: 50%; border: 0; cursor: pointer; display: grid; place-items: center; color: #1a1330; background: linear-gradient(180deg, #fff1d6, var(--gold)); transition: opacity .2s, transform .2s; }
.ai-p__row button:disabled { opacity: .3; cursor: default; }
.ai-p__row button:not(:disabled):hover { transform: scale(1.06); }
.ai-p__row svg { width: 1.1rem; height: 1.1rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; stroke-linecap: round; }
.ai-p__form > p { margin: .35rem 0 0 .8rem; font-size: .66rem; color: rgba(185, 200, 235, .5); }
@media (max-width: 560px) {
  .ai-l { width: 3.3rem; height: 3.3rem; }
  .ai.is-open { inset: auto 0 0 0; }
  .ai.is-open .ai-l { display: none; }
  .ai-p { position: fixed; left: 0; right: 0; bottom: 0; width: 100%; height: min(85vh, 100dvh - 4rem); border-radius: 24px 24px 0 0; transform-origin: bottom center; }
}
@media print { .ai { display: none !important; } }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.gcard__mark { width: 1.1rem; height: 1.1rem; vertical-align: -.2rem; margin-right: .25rem; }
.pd-mark { width: 22px; height: 22px; vertical-align: -5px; margin-right: 6px; }
