:root {
  --magenta: #B625A5;
  --plum: #26082F;
  --blush: #FFF8F8;
  --white: #FFFFFF;
  --ink: #1D1022;
  --muted: #5F5262;
  --lavender: #EBC4E7;
  --line-dark: rgba(255,255,255,.13);
  --line-light: rgba(38,8,47,.11);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 40px;
  --shadow: 0 28px 80px rgba(38, 8, 47, .18);
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--blush);
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.lightbox-open { overflow: hidden; }

img { max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

::selection { color: var(--white); background: var(--magenta); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  right: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--magenta);
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.announcement {
  position: relative;
  z-index: 20;
  color: rgba(255,255,255,.86);
  background: #17041E;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
}
.announcement__inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.announcement__inner span { display: inline-flex; align-items: center; gap: 8px; }
.announcement__divider { width: 1px; height: 12px; background: rgba(255,255,255,.2); }
.announcement__offer { gap: 4px !important; }
.announcement__offer strong { color: #f39be9; font-size: 1.12em; }
.announcement__offer del { color: rgba(255,255,255,.5); }
.announcement__offer b { color: var(--white); letter-spacing: .04em; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #e66ed7; box-shadow: 0 0 0 5px rgba(182,37,165,.14); }

.site-header {
  position: absolute;
  z-index: 15;
  top: 36px;
  right: 0;
  left: 0;
  color: var(--white);
}
.header__inner { height: 94px; display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; align-items: center; color: var(--white); background: var(--plum); border-radius: 12px; text-decoration: none; direction: ltr; overflow: hidden; }
.brand__logo { width: 128px; height: 90px; display: block; object-fit: contain; }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transform: rotate(180deg); transition: transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: rotate(180deg) translateX(-3px); }
.button:focus-visible { outline: 3px solid rgba(255,255,255,.8); outline-offset: 3px; }
.button--small { min-height: 44px; padding: 9px 20px; color: var(--white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); font-size: 13px; backdrop-filter: blur(12px); }
.button--small:hover { background: rgba(255,255,255,.17); }
.button--primary { color: var(--white); background: linear-gradient(135deg, #CB31B9, var(--magenta)); box-shadow: 0 14px 34px rgba(182,37,165,.34); }
.button--primary:hover { box-shadow: 0 18px 42px rgba(182,37,165,.46); }
.button--wide { min-width: 300px; min-height: 62px; padding-inline: 30px; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 960px;
  padding: 178px 0 74px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(182,37,165,.21), transparent 29%),
    radial-gradient(circle at 82% 68%, rgba(182,37,165,.16), transparent 34%),
    linear-gradient(145deg, #19051F 0%, var(--plum) 48%, #130319 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .34;
  background-image:
    radial-gradient(circle, #fff 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(239,114,223,.95) 0 1.2px, transparent 1.9px),
    radial-gradient(circle, rgba(255,255,255,.75) 0 .7px, transparent 1.3px),
    radial-gradient(circle, rgba(255,255,255,.5) 0 .8px, transparent 1.4px);
  background-position: 0 0, 48px 72px, 19px 38px, 92px 24px;
  background-size: 104px 104px, 157px 157px, 67px 67px, 131px 131px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -10%;
  bottom: -260px;
  width: 120%;
  height: 460px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  transform: rotate(-4deg);
}
.orb { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.orb::before, .orb::after { content: ""; position: absolute; inset: 12%; border: inherit; border-radius: inherit; }
.orb::after { inset: 30%; }
.orb--one { width: 310px; height: 310px; left: -170px; top: 250px; }
.orb--two { width: 240px; height: 240px; right: -120px; bottom: 130px; }
.cosmic-glyphs { position: absolute; z-index: 0; inset: 0; pointer-events: none; }
.cosmic-glyphs span { position: absolute; color: rgba(255,255,255,.8); font-size: 18px; text-shadow: 0 0 16px rgba(239,114,223,.8); animation: twinkle 3.4s ease-in-out infinite; }
.cosmic-glyphs span:nth-child(1) { top: 18%; left: 7%; font-size: 25px; }
.cosmic-glyphs span:nth-child(2) { top: 33%; right: 5%; animation-delay: .5s; }
.cosmic-glyphs span:nth-child(3) { top: 71%; left: 43%; font-size: 13px; animation-delay: 1.2s; }
.cosmic-glyphs span:nth-child(4) { top: 49%; left: 2%; color: #ef8de4; font-size: 28px; animation-delay: .8s; }
.cosmic-glyphs span:nth-child(5) { top: 82%; right: 15%; font-size: 14px; animation-delay: 1.7s; }
.cosmic-glyphs span:nth-child(6) { top: 11%; right: 40%; font-size: 11px; animation-delay: 2.2s; }
.cosmic-glyphs span:nth-child(7) { top: 62%; right: 3%; color: #ef8de4; font-size: 20px; animation-delay: 1.1s; }
@keyframes twinkle { 0%,100% { opacity: .25; transform: scale(.76) rotate(0); } 50% { opacity: 1; transform: scale(1.12) rotate(12deg); } }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(48px, 7vw, 96px); }
.hero__copy { position: relative; z-index: 2; padding-top: 10px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--magenta); font-size: clamp(15px, 1.25vw, 17px); font-weight: 800; line-height: 1.7; letter-spacing: .02em; }
.eyebrow { margin-bottom: 20px; padding: 8px 13px; color: #f5c6ef; background: rgba(182,37,165,.12); border: 1px solid rgba(235,196,231,.18); border-radius: 999px; }
.eyebrow span { font-size: 14px; }
.hero h1, .section-heading h2, .outcomes h2, .gallery-heading h2, .offer h2, .boundaries h2, .faq h2, .final-cta h2 {
  margin: 0;
  font-family: Georgia, Tahoma, serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.035em;
}
.hero h1 { max-width: 680px; font-size: clamp(42px, 5.3vw, 70px); }
.hero h1 em, h2 em { position: relative; color: #EF72DF; font-style: normal; white-space: nowrap; }
.hero h1 em::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: -7px;
  width: 83%;
  height: 10px;
  border-top: 2px solid rgba(239,114,223,.7);
  border-radius: 50%;
  transform: rotate(-2deg);
}
.hero__lead { max-width: 670px; margin: 25px 0 21px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.9; }
.check-list { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; }
.check-list li > span { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; margin-top: 2px; color: var(--white); background: var(--magenta); border-radius: 50%; font-size: 12px; }
.check-list li > div { display: grid; }
.check-list strong { color: var(--white); font-size: 14px; }
.check-list small { color: rgba(255,255,255,.56); font-size: 12px; }
.check-list--compact { gap: 8px; color: rgba(255,255,255,.88); font-size: 14px; }
.check-list--compact li > span { width: 19px; height: 19px; flex-basis: 19px; margin-top: 3px; font-size: 10px; background: rgba(182,37,165,.25); border: 1px solid rgba(239,114,223,.35); }
.hero-promo { width: fit-content; margin-top: 24px; display: flex; align-items: center; gap: 10px; padding: 8px 12px; color: rgba(255,255,255,.75); background: rgba(255,255,255,.055); border: 1px solid rgba(239,114,223,.22); border-radius: 12px; font-size: 11px; }
.hero-promo > span { padding: 4px 8px; color: var(--white); background: var(--magenta); border-radius: 7px; font-size: 9px; font-weight: 800; }
.hero-promo del { color: rgba(255,255,255,.4); direction: ltr; }
.hero-promo strong { color: #ff91ef; direction: ltr; font-family: Georgia, serif; font-size: 18px; line-height: 1; }
.hero-promo small { color: rgba(255,255,255,.62); }
.hero-promo b { color: var(--white); letter-spacing: .08em; }
.hero__action { margin-top: 31px; }
.microcopy { display: flex; align-items: center; gap: 7px; margin: 12px 8px 0; color: rgba(255,255,255,.52); font-size: 11px; }
.microcopy svg { flex: 0 0 17px; width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.microcopy--center { justify-content: center; text-align: center; }

.hero__visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.portrait-card { position: relative; z-index: 2; width: min(90%, 435px); aspect-ratio: .76; padding: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.24); border-radius: 220px 220px 32px 32px; box-shadow: 0 36px 100px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.05); }
.portrait-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; border-radius: 210px 210px 24px 24px; filter: saturate(.9) contrast(1.05); }
.portrait-card::after { content: ""; position: absolute; inset: 10px; border-radius: inherit; background: linear-gradient(to bottom, transparent 58%, rgba(18,2,23,.36)); pointer-events: none; }
.portrait-card__halo { position: absolute; z-index: -1; inset: -27px; border: 1px solid rgba(239,114,223,.25); border-radius: 240px 240px 55px 55px; }
.portrait-card__halo::before { content: ""; position: absolute; inset: 32px -30px -24px; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; }
.portrait-card__corner { position: absolute; z-index: 3; width: 36px; height: 36px; }
.portrait-card__corner::before, .portrait-card__corner::after { content: ""; position: absolute; background: rgba(255,255,255,.72); border-radius: 99px; }
.portrait-card__corner::before { top: 17px; width: 36px; height: 1px; }
.portrait-card__corner::after { left: 17px; height: 36px; width: 1px; }
.portrait-card__corner--a { top: 80px; left: -29px; }
.portrait-card__corner--b { right: -26px; bottom: 93px; transform: scale(.7); }
.star-field { position: absolute; inset: 3% 0; border-radius: 50%; background: radial-gradient(circle, rgba(182,37,165,.35), transparent 63%); filter: blur(2px); }
.floating-note { position: absolute; z-index: 4; min-width: 155px; display: flex; align-items: center; gap: 11px; padding: 11px 15px; color: var(--white); background: rgba(26,4,32,.78); border: 1px solid rgba(255,255,255,.17); border-radius: 15px; box-shadow: 0 14px 40px rgba(0,0,0,.28); backdrop-filter: blur(15px); }
.floating-note small, .floating-note strong { display: block; line-height: 1.45; }
.floating-note small { color: rgba(255,255,255,.55); font-size: 10px; }
.floating-note strong { font-size: 12px; }
.floating-note__icon { width: 30px; height: 30px; display: grid; place-items: center; color: #f5b2ed; background: rgba(182,37,165,.2); border-radius: 9px; font-size: 18px; }
.floating-note--delivery { top: 20%; right: -1%; }
.floating-note--audio { bottom: 16%; left: -3%; }
.floating-note__bars { height: 28px; display: flex; align-items: center; gap: 3px; }
.floating-note__bars i { width: 3px; height: 10px; display: block; background: #ed71de; border-radius: 9px; animation: sound 1.2s infinite ease-in-out; }
.floating-note__bars i:nth-child(2) { height: 24px; animation-delay: .15s; }
.floating-note__bars i:nth-child(3) { height: 17px; animation-delay: .3s; }
.floating-note__bars i:nth-child(4) { height: 8px; animation-delay: .45s; }
@keyframes sound { 0%,100% { transform: scaleY(.65); } 50% { transform: scaleY(1); } }

.trust-strip { position: relative; z-index: 3; margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; overflow: hidden; backdrop-filter: blur(10px); }
.trust-item { min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 16px 22px; border-left: 1px solid rgba(255,255,255,.09); }
.trust-item:last-child { border-left: 0; }
.trust-item > span { color: rgba(239,114,223,.65); font-family: Georgia, serif; font-size: 28px; }
.trust-item p { margin: 0; display: grid; }
.trust-item strong { font-size: clamp(17px, 1.35vw, 19px); line-height: 1.55; }
.trust-item small { margin-top: 3px; color: rgba(255,255,255,.76); font-size: clamp(14px, 1.1vw, 16px); line-height: 1.75; }

.section { position: relative; padding: 120px 0; }
.section--light { background: var(--blush); }
.section-heading { max-width: 700px; margin-bottom: 58px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2, .outcomes h2, .gallery-heading h2, .offer h2, .boundaries h2, .faq h2, .final-cta h2 { margin-top: 13px; font-size: clamp(36px, 4vw, 54px); }
.section-heading h2 em, .boundaries h2 em, .faq h2 em { color: var(--magenta); }
.section-heading p { max-width: 690px; margin: 19px auto 0; color: var(--muted); font-size: clamp(18px, 1.5vw, 20px); line-height: 1.9; }
.kicker--light { color: #f1a1e8; }

.problem { overflow: hidden; }
.problem::before { content: ""; position: absolute; width: 400px; height: 400px; top: 20px; right: -270px; border: 1px solid rgba(182,37,165,.1); border-radius: 50%; box-shadow: 0 0 0 50px rgba(182,37,165,.02), 0 0 0 100px rgba(182,37,165,.018); }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pain-card { position: relative; min-height: 290px; padding: 32px; background: var(--white); border: 1px solid var(--line-light); border-radius: var(--radius-md); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.pain-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pain-card::after { content: ""; position: absolute; right: -45px; bottom: -70px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(182,37,165,.1), transparent 70%); }
.pain-card__number { position: absolute; top: 20px; left: 24px; color: rgba(38,8,47,.12); font-family: Georgia, serif; font-size: 48px; line-height: 1; }
.pain-card > svg { width: 42px; height: 42px; margin-bottom: 29px; padding: 8px; fill: none; stroke: var(--magenta); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; background: rgba(182,37,165,.08); border-radius: 12px; }
.pain-card h3 { margin: 0 0 10px; color: var(--plum); font-size: clamp(22px, 1.8vw, 25px); line-height: 1.55; }
.pain-card p { margin: 0; color: var(--muted); font-size: clamp(17px, 1.4vw, 19px); line-height: 1.9; }
.bridge { width: min(100%, 760px); margin: 48px auto 0; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 20px 28px; color: var(--plum); background: linear-gradient(90deg, rgba(182,37,165,.07), rgba(182,37,165,.015)); border: 1px solid rgba(182,37,165,.13); border-radius: 16px; text-align: center; }
.bridge p { margin: 0; font-weight: 700; font-size: 16px; line-height: 1.9; }
.bridge__spark { color: var(--magenta); font-size: 19px; }

.outcomes { color: var(--white); background: var(--plum); overflow: hidden; }
.outcomes::before { content: ""; position: absolute; inset: 0; opacity: .27; background-image: radial-gradient(circle, #fff 0 1px, transparent 1.5px), radial-gradient(circle, #ef8de4 0 .8px, transparent 1.4px), radial-gradient(circle, rgba(255,255,255,.7) 0 .7px, transparent 1.3px); background-position: 0 0, 66px 48px, 24px 93px; background-size: 128px 128px, 183px 183px, 87px 87px; mask-image: linear-gradient(90deg, transparent, #000 70%); }
.cosmic-map { position: absolute; z-index: 0; top: 8%; left: -7%; width: min(55vw, 700px); height: auto; fill: rgba(239,114,223,.12); stroke: rgba(255,255,255,.18); stroke-width: 1; filter: drop-shadow(0 0 5px rgba(182,37,165,.16)); pointer-events: none; }
.outcomes__grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.outcomes__intro p { max-width: 500px; margin: 22px 0 0; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.9; }
.outcome-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.outcome-card { min-height: 205px; padding: 27px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; }
.outcome-card--feature { grid-row: span 2; min-height: 424px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(155deg, rgba(182,37,165,.47), rgba(182,37,165,.08)); border-color: rgba(239,141,228,.26); }
.outcome-card__icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: auto; color: var(--white); background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.17); border-radius: 50%; font-size: 25px; }
.outcome-card > span:not(.outcome-card__line) { color: #f1a1e8; font-size: 13px; font-weight: 800; }
.outcome-card h3 { margin: 8px 0 10px; font-size: 23px; line-height: 1.55; }
.outcome-card p { margin: 0; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.85; }
.outcome-card__line { width: 36px; height: 2px; display: block; margin-bottom: 27px; background: #d84ac7; box-shadow: 7px 0 0 rgba(216,74,199,.35), 14px 0 0 rgba(216,74,199,.16); }

.steps { overflow: hidden; }
.steps__list { position: relative; max-width: 960px; margin-inline: auto; }
.steps__list::before { content: ""; position: absolute; top: 70px; right: 33px; bottom: 70px; width: 1px; border-right: 1px dashed rgba(182,37,165,.28); }
.step { position: relative; display: grid; grid-template-columns: 70px 1fr 270px; align-items: center; gap: 28px; margin-bottom: 20px; padding: 25px 28px; background: var(--white); border: 1px solid var(--line-light); border-radius: 22px; }
.step:last-child { margin-bottom: 0; }
.step__number { position: relative; z-index: 1; width: 54px; height: 54px; display: grid; place-items: center; color: var(--white); background: var(--plum); border: 7px solid var(--blush); border-radius: 50%; font-family: Georgia, serif; font-size: 21px; box-shadow: 0 0 0 1px rgba(182,37,165,.15); }
.step__body > span { color: var(--magenta); font-size: clamp(15px, 1.2vw, 17px); font-weight: 800; line-height: 1.65; }
.step__body h3 { margin: 3px 0 6px; color: var(--plum); font-size: clamp(22px, 1.8vw, 25px); line-height: 1.55; }
.step__body p { margin: 0; color: var(--muted); font-size: clamp(16px, 1.35vw, 18px); line-height: 1.9; }
.step__visual { min-height: 92px; padding: 16px; background: #FAF4FA; border: 1px solid rgba(38,8,47,.07); border-radius: 14px; }
.step__visual--question { display: grid; gap: 9px; color: rgba(38,8,47,.68); font-size: clamp(14px, 1.1vw, 16px); }
.step__visual--question i { height: 6px; display: block; background: rgba(38,8,47,.08); border-radius: 10px; }
.step__visual--question i:last-child { width: 65%; }
.step__visual--cards { position: relative; min-height: 115px; display: grid; place-items: center; }
.step__visual--cards b { position: absolute; width: 56px; height: 78px; display: block; background: linear-gradient(145deg, #61116F, var(--plum)); border: 2px solid rgba(255,255,255,.5); border-radius: 6px; box-shadow: 0 7px 18px rgba(38,8,47,.18); }
.step__visual--cards b::before { content: "✦"; position: absolute; inset: 0; display: grid; place-items: center; color: #ef8de4; }
.step__visual--cards b:first-child { transform: rotate(-15deg) translateX(-35px); }
.step__visual--cards b:last-child { transform: rotate(15deg) translateX(35px); }
.step__visual--cards b:nth-child(2) { z-index: 2; }
.step__visual--audio { display: flex; align-items: center; gap: 14px; }
.step__visual--audio .fake-play { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); background: var(--magenta); border-radius: 50%; }
.step__visual--audio .fake-play > span { margin-right: -2px; }
.step__visual--audio div { flex: 1; display: grid; }
.step__visual--audio strong { color: var(--plum); font-size: clamp(15px, 1.15vw, 17px); }
.step__visual--audio span { color: var(--muted); font-size: clamp(14px, 1.05vw, 15px); }
.step__visual--audio div::after { content: ""; height: 16px; margin-top: 7px; background: repeating-linear-gradient(90deg, rgba(182,37,165,.28) 0 2px, transparent 2px 6px); }

.oracle-deck { isolation: isolate; color: var(--white); background: radial-gradient(circle at 50% 42%, #421054 0, #26082F 36%, #15031B 78%); overflow: hidden; }
.oracle-deck::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .34; background-image: radial-gradient(circle, #fff 0 1px, transparent 1.6px), radial-gradient(circle, #ef8de4 0 1.1px, transparent 1.7px), radial-gradient(circle, rgba(114,199,255,.9) 0 .9px, transparent 1.5px); background-position: 0 0, 51px 79px, 27px 42px; background-size: 118px 118px, 179px 179px, 83px 83px; mask-image: radial-gradient(ellipse at center, #000 12%, transparent 88%); }
.oracle-deck::after { content: ""; position: absolute; z-index: -1; top: 46%; left: 50%; width: min(88vw, 1060px); height: 430px; border: 1px solid rgba(239,141,228,.13); border-radius: 50%; box-shadow: 0 0 0 52px rgba(239,141,228,.025), 0 0 0 104px rgba(98,190,255,.018); transform: translate(-50%, -50%) rotate(-8deg); }
.oracle-deck__glow { position: absolute; z-index: -1; width: 390px; height: 390px; border-radius: 50%; filter: blur(110px); pointer-events: none; }
.oracle-deck__glow--one { top: 14%; right: -110px; background: rgba(57,169,255,.2); }
.oracle-deck__glow--two { bottom: 2%; left: -80px; background: rgba(214,49,196,.24); }
.oracle-deck__inner { position: relative; }
.oracle-deck__heading { max-width: 790px; margin-inline: auto; text-align: center; }
.oracle-deck__heading h2 { margin: 13px 0 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.35; }
.oracle-deck__heading h2 em { color: #f1a1e8; }
.oracle-deck__heading p { max-width: 690px; margin: 20px auto 0; color: rgba(255,255,255,.76); font-size: clamp(16px, 1.4vw, 18px); line-height: 1.95; }
.oracle-deck__product { position: relative; z-index: 2; width: min(100%, 960px); min-height: 530px; margin: 54px auto 10px; display: grid; place-items: center; perspective: 1500px; transform-style: preserve-3d; }
.deck-product__orbit { position: absolute; top: 43%; left: 50%; width: min(88vw, 780px); aspect-ratio: 1; border: 1px solid rgba(156,218,255,.2); border-radius: 50%; box-shadow: 0 0 0 35px rgba(241,161,232,.035), 0 0 0 78px rgba(127,207,255,.025), inset 0 0 80px rgba(75,183,255,.08); transform: translate(-50%, -50%) rotateX(72deg) rotateZ(-9deg); }
.deck-product__orbit::before, .deck-product__orbit::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.deck-product__orbit::before { inset: 17%; background: radial-gradient(circle, rgba(195,232,255,.28), rgba(116,93,255,.07) 44%, transparent 70%); filter: blur(18px); }
.deck-product__orbit::after { inset: 48%; background: #fff; box-shadow: 0 0 34px 16px rgba(138,211,255,.5), 0 0 85px 42px rgba(215,112,231,.22); }
.deck-product__visual { position: relative; z-index: 2; width: min(92%, 820px); margin: -18px 0 0; padding: 0; background: transparent; border: 0; cursor: zoom-in; transform: rotateX(3deg) rotateY(-7deg) translateZ(42px); transform-style: preserve-3d; animation: deck-float 5.2s ease-in-out infinite; transition: filter .45s ease, transform .6s cubic-bezier(.2,.75,.2,1); }
.deck-product__visual::after { content: ""; position: absolute; inset: 7% 7% 4%; z-index: 3; background: linear-gradient(112deg, transparent 35%, rgba(255,255,255,.2) 48%, transparent 61%); clip-path: polygon(13% 9%, 72% 0, 99% 69%, 92% 94%, 27% 88%); opacity: .22; transform: translateX(-28%); transition: transform .8s ease, opacity .45s ease; pointer-events: none; }
.deck-product__visual img { position: relative; z-index: 2; width: 100%; height: auto; display: block; filter: drop-shadow(0 32px 24px rgba(0,0,0,.42)) drop-shadow(0 0 30px rgba(139,207,255,.16)); transform: translateZ(28px); }
.deck-product__visual:hover, .deck-product__visual:focus-visible { animation-play-state: paused; filter: saturate(1.08) brightness(1.035); transform: rotateX(1deg) rotateY(4deg) translateY(-10px) translateZ(78px) scale(1.025); }
.deck-product__visual:hover::after, .deck-product__visual:focus-visible::after { opacity: .48; transform: translateX(26%); }
.deck-product__visual:focus-visible { outline: 3px solid #f1a1e8; outline-offset: 9px; border-radius: 24px; }
.deck-product__spark { position: absolute; z-index: 5; color: #fff; font-size: 25px; text-shadow: 0 0 12px #fff, 0 0 25px #82cfff; animation: deck-sparkle 2.4s ease-in-out infinite; pointer-events: none; }
.deck-product__spark--one { top: 14%; right: 25%; }
.deck-product__spark--two { right: 10%; bottom: 26%; color: #f3a1e8; font-size: 18px; animation-delay: 1.15s; }
.deck-product__caption { position: absolute; z-index: 4; right: 50%; bottom: 0; width: min(86%, 540px); padding: 17px 24px 19px; color: #fff; background: linear-gradient(135deg, rgba(53,10,66,.98), rgba(18,3,27,.98)); border: 1px solid rgba(255,255,255,.34); border-radius: 20px; box-shadow: 0 20px 45px rgba(0,0,0,.48), 0 0 28px rgba(205,89,191,.14), inset 0 1px 0 rgba(255,255,255,.16); backdrop-filter: blur(14px); text-align: center; transform: translateX(50%) translateZ(105px); }
.deck-product__caption span, .deck-product__caption small { display: block; }
.deck-product__caption span { color: #ffb7f2; font-size: 15px; font-weight: 900; text-shadow: 0 2px 10px rgba(0,0,0,.8), 0 0 12px rgba(255,116,231,.22); }
.deck-product__caption strong { display: block; margin: 4px 0 5px; color: #fff; font-family: Arial, sans-serif; font-size: clamp(20px, 2vw, 25px); font-weight: 900; letter-spacing: .12em; text-shadow: 0 2px 12px rgba(0,0,0,.9); }
.deck-product__caption small { color: #fff; font-size: 15px; font-weight: 700; line-height: 1.75; text-shadow: 0 2px 9px rgba(0,0,0,.85); }
@keyframes deck-float { 0%, 100% { transform: rotateX(3deg) rotateY(-7deg) translateY(0) translateZ(42px); } 50% { transform: rotateX(1deg) rotateY(-3deg) translateY(-13px) translateZ(58px); } }
@keyframes deck-sparkle { 0%, 100% { opacity: .35; transform: scale(.72) rotate(0); } 50% { opacity: 1; transform: scale(1.2) rotate(22deg); } }
.oracle-deck__stage { position: relative; min-height: 650px; margin-top: 34px; perspective: 1500px; transform-style: preserve-3d; }
.oracle-deck__stage::before { content: ""; position: absolute; right: 50%; bottom: 28px; width: min(82%, 870px); height: 84px; background: radial-gradient(ellipse, rgba(2,0,4,.72), transparent 70%); filter: blur(12px); transform: translateX(50%); }
.oracle-card { position: absolute; top: 50%; left: 50%; width: clamp(270px, 28vw, 360px); aspect-ratio: 2 / 3; display: block; padding: 0; background: #291032; border: 1px solid rgba(255,255,255,.28); border-radius: 24px; box-shadow: 0 0 0 1px rgba(239,141,228,.12), 10px 12px 0 rgba(50,11,61,.74), 0 34px 75px rgba(0,0,0,.52), 0 0 44px rgba(81,179,255,.12); overflow: hidden; cursor: zoom-in; transform-style: preserve-3d; transition: transform .55s cubic-bezier(.2,.75,.2,1), filter .45s ease, box-shadow .45s ease; }
.oracle-card::after { content: ""; position: absolute; inset: -60% -120%; background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,.34) 49%, transparent 57%); transform: translateX(-35%) rotate(8deg); transition: transform .85s ease; pointer-events: none; }
.oracle-card:hover::after, .oracle-card:focus-visible::after { transform: translateX(42%) rotate(8deg); }
.oracle-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.oracle-card--left { z-index: 1; transform: translate(-115%, -48%) rotateY(24deg) rotateZ(-7deg) translateZ(-35px); filter: saturate(.9) brightness(.86); }
.oracle-card--center { z-index: 3; transform: translate(-50%, -51%) translateZ(115px); }
.oracle-card--right { z-index: 2; transform: translate(15%, -48%) rotateY(-24deg) rotateZ(7deg) translateZ(-35px); filter: saturate(.92) brightness(.88); }
.oracle-card--left:hover, .oracle-card--left:focus-visible { z-index: 5; transform: translate(-115%, -53%) rotateY(11deg) rotateZ(-3deg) translateZ(95px); filter: none; box-shadow: 0 0 0 1px rgba(255,255,255,.3), 9px 11px 0 rgba(50,11,61,.72), 0 45px 95px rgba(0,0,0,.58), 0 0 52px rgba(81,179,255,.24); }
.oracle-card--center:hover, .oracle-card--center:focus-visible { transform: translate(-50%, -55%) translateZ(165px) scale(1.025); box-shadow: 0 0 0 1px rgba(255,255,255,.34), 10px 12px 0 rgba(50,11,61,.72), 0 48px 100px rgba(0,0,0,.62), 0 0 58px rgba(239,114,223,.25); }
.oracle-card--right:hover, .oracle-card--right:focus-visible { z-index: 5; transform: translate(15%, -53%) rotateY(-11deg) rotateZ(3deg) translateZ(95px); filter: none; box-shadow: 0 0 0 1px rgba(255,255,255,.3), 9px 11px 0 rgba(50,11,61,.72), 0 45px 95px rgba(0,0,0,.58), 0 0 52px rgba(181,112,255,.24); }
.oracle-card:focus-visible { outline: 3px solid #f1a1e8; outline-offset: 7px; }
.oracle-deck__note { width: fit-content; max-width: 720px; margin: 0 auto; padding: 11px 17px; color: rgba(255,255,255,.68); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.11); border-radius: 999px; font-size: 13px; line-height: 1.8; text-align: center; }
.oracle-deck__note span { margin-left: 7px; color: #f18de4; }

.gallery-section { color: var(--white); background: #17041E; overflow: hidden; }
.gallery-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 10%, rgba(182,37,165,.23), transparent 32%), radial-gradient(circle at 8% 80%, rgba(182,37,165,.12), transparent 24%); }
.gallery-section::after { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle, #fff 0 1px, transparent 1.5px), radial-gradient(circle, #ef8de4 0 .9px, transparent 1.5px); background-position: 0 0, 51px 82px; background-size: 116px 116px, 171px 171px; pointer-events: none; }
.gallery-heading { position: relative; margin-bottom: 45px; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.gallery-heading > p { max-width: 520px; margin: 0 0 7px; color: rgba(255,255,255,.82); font-size: clamp(17px, 1.45vw, 19px); line-height: 1.9; }
.gallery-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 15px; }
.gallery-card { position: relative; aspect-ratio: .82; padding: 0; color: var(--white); background: #26082F; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; overflow: hidden; cursor: zoom-in; }
.gallery-card--tall { aspect-ratio: .76; }
.gallery-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,2,20,.96), transparent 45%); }
.gallery-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
.gallery-card > span { position: absolute; z-index: 2; right: 22px; bottom: 20px; display: grid; text-align: right; }
.gallery-card strong { font-size: 15px; }
.gallery-card small { color: rgba(255,255,255,.55); font-size: 10px; }

.offer { color: var(--white); background: linear-gradient(145deg, #26082F, #1C0523); overflow: hidden; }
.offer::before { content: ""; position: absolute; top: -220px; right: -120px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); }
.offer::after { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(circle, rgba(255,255,255,.9) 0 1px, transparent 1.5px), radial-gradient(circle, rgba(239,114,223,.9) 0 .9px, transparent 1.5px); background-position: 16px 22px, 73px 94px; background-size: 139px 139px, 191px 191px; mask-image: linear-gradient(90deg, #000, transparent 74%); pointer-events: none; }
.offer__glow { position: absolute; left: 8%; bottom: -200px; width: 520px; height: 520px; background: rgba(182,37,165,.19); border-radius: 50%; filter: blur(110px); }
.offer__sigil { position: absolute; z-index: 1; left: 4%; top: 14%; width: 150px; height: 150px; display: grid; place-items: center; color: rgba(239,114,223,.55); border: 1px solid rgba(239,114,223,.18); border-radius: 50%; box-shadow: 0 0 0 24px rgba(239,114,223,.025), 0 0 0 48px rgba(239,114,223,.018); transform: rotate(12deg); }
.offer__sigil::before, .offer__sigil::after { content: ""; position: absolute; background: rgba(239,114,223,.18); }
.offer__sigil::before { width: 210px; height: 1px; }
.offer__sigil::after { width: 1px; height: 210px; }
.offer__sigil span { font-size: 28px; text-shadow: 0 0 18px rgba(239,114,223,.65); }
.offer__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 9vw, 130px); }
.offer__copy > p { max-width: 540px; margin: 22px 0 30px; color: rgba(255,255,255,.74); font-size: clamp(16px, 1.4vw, 18px); line-height: 1.9; }
.fit-note { display: flex; align-items: flex-start; gap: 14px; max-width: 490px; padding: 19px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; }
.fit-note > span { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; color: #ed75df; border: 1px solid rgba(237,117,223,.4); border-radius: 50%; font-size: 25px; }
.fit-note strong { font-size: clamp(16px, 1.3vw, 18px); line-height: 1.6; }
.fit-note p { margin: 4px 0 0; color: rgba(255,255,255,.68); font-size: clamp(14px, 1.15vw, 16px); line-height: 1.85; }
.offer-card { padding: clamp(28px, 4vw, 44px); color: var(--white); background: linear-gradient(155deg, rgba(255,255,255,.115), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.17); border-radius: 30px; box-shadow: 0 36px 90px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.offer-card__top { display: flex; justify-content: space-between; gap: 20px; }
.offer-card__top > div > span { color: rgba(255,255,255,.5); font-size: 10px; }
.offer-card__top h3 { margin: 2px 0 0; font-size: 18px; direction: ltr; text-align: right; }
.offer-card__badge { align-self: flex-start; padding: 7px 10px; color: #f4b0ec; background: rgba(182,37,165,.15); border: 1px solid rgba(239,141,228,.22); border-radius: 999px; font-size: 9px; font-weight: 700; }
.price-row { margin-top: 28px; display: flex; align-items: flex-end; gap: 16px; direction: ltr; justify-content: flex-end; }
.price-stack { display: grid; justify-items: start; line-height: 1; }
.price-old { margin: 0 0 5px 9px; color: rgba(255,255,255,.38); font-family: Georgia, serif; font-size: 20px; text-decoration-color: #ef8de4; text-decoration-thickness: 2px; }
.price-old small { margin-right: 3px; font-size: 12px; }
.price { font-family: Georgia, serif; font-size: clamp(51px, 6vw, 72px); font-weight: 700; line-height: 1; letter-spacing: -.04em; }
.price small { margin-right: 4px; color: #ef8de4; font-size: 26px; vertical-align: top; }
.price-note { padding-bottom: 6px; color: rgba(255,255,255,.43); font-size: 10px; line-height: 1.55; direction: rtl; text-align: right; }
.offer-divider { height: 1px; margin: 30px 0 24px; background: rgba(255,255,255,.11); }
.offer-card__label { margin: 0 0 16px; color: rgba(255,255,255,.55); font-size: 10px; }
.offer-card .check-list { margin-bottom: 28px; }
.offer-card .button { width: 100%; }

.boundaries { background: var(--white); }
.boundaries__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 9vw, 120px); }
.boundaries__art { position: relative; min-height: 480px; display: grid; place-items: center; isolation: isolate; background: radial-gradient(ellipse at 50% 48%, rgba(182,37,165,.09), rgba(182,37,165,.035) 32%, transparent 70%); perspective: 1200px; }
.boundaries__art::before, .boundaries__art::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(182,37,165,.09); border-radius: 50%; pointer-events: none; }
.boundaries__art::before { width: 86%; height: 62%; transform: rotate(-13deg); }
.boundaries__art::after { width: 62%; height: 88%; border-color: rgba(182,37,165,.055); transform: rotate(28deg); }
.pleiades-scene { position: relative; width: 100%; min-height: 480px; isolation: isolate; overflow: visible; background: radial-gradient(circle at 51% 46%, rgba(182,37,165,.10), transparent 16%), radial-gradient(circle at 42% 58%, rgba(113,151,224,.09), transparent 31%); transform-style: preserve-3d; }
.pleiades-scene::before { content: ""; position: absolute; z-index: -1; inset: 7%; opacity: .48; background-image: radial-gradient(circle, rgba(38,8,47,.72) 0 1px, transparent 1.7px), radial-gradient(circle, rgba(182,37,165,.7) 0 .8px, transparent 1.5px), radial-gradient(circle, rgba(113,151,224,.72) 0 .7px, transparent 1.4px); background-position: 0 0, 33px 61px, 71px 22px; background-size: 103px 103px, 137px 137px, 173px 173px; mask-image: radial-gradient(ellipse at center, #000 34%, transparent 82%); }
.pleiades-scene::after { content: ""; position: absolute; z-index: -1; inset: 1%; background: conic-gradient(from 22deg, transparent 0 18%, rgba(182,37,165,.035) 23%, transparent 31% 57%, rgba(38,8,47,.025) 64%, transparent 72%); filter: blur(16px); animation: pleiades-sky-rotate 24s linear infinite; }
.pleiades-nebula { position: absolute; z-index: 0; top: 48%; left: 50%; width: 80%; height: 64%; background: radial-gradient(ellipse, rgba(255,255,255,.8), rgba(239,196,234,.42) 24%, rgba(179,190,242,.17) 48%, transparent 74%); border-radius: 50%; filter: blur(22px); transform: translate(-50%, -50%) rotate(-14deg); animation: pleiades-nebula 6s ease-in-out infinite; }
.pleiades-orbit { position: absolute; z-index: 1; top: 49%; left: 50%; width: 76%; height: 49%; border: 1px solid rgba(182,37,165,.16); border-radius: 50%; box-shadow: 0 0 0 30px rgba(182,37,165,.018), inset 0 0 35px rgba(182,37,165,.035); transform: translate(-50%, -50%) rotateX(68deg) rotateZ(-19deg); }
.pleiades-cluster { position: absolute; z-index: 2; inset: 10% 8% 18%; transform-style: preserve-3d; transform: rotateX(5deg) rotateY(-8deg); animation: pleiades-float 7s ease-in-out infinite; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.pleiades-scene:hover .pleiades-cluster { transform: rotateX(-2deg) rotateY(7deg) translateZ(28px) scale(1.025); }
.pleiades-star { --size: 12px; --z: 40px; --delay: 0s; position: absolute; width: var(--size); height: var(--size); background: #fff; border: 1px solid rgba(38,8,47,.34); border-radius: 50%; box-shadow: 0 0 0 2px rgba(255,255,255,.8), 0 0 10px 3px rgba(182,37,165,.54), 0 0 30px 11px rgba(182,37,165,.18), 0 12px 20px rgba(38,8,47,.13); transform: translateZ(var(--z)); animation: pleiades-star-pulse 2.7s ease-in-out infinite var(--delay); }
.pleiades-star::before, .pleiades-star::after { content: ""; position: absolute; top: 50%; left: 50%; background: linear-gradient(90deg, transparent, rgba(182,37,165,.72), transparent); pointer-events: none; }
.pleiades-star::before { width: calc(var(--size) * 6.5); height: 1px; transform: translate(-50%, -50%); }
.pleiades-star::after { width: 1px; height: calc(var(--size) * 6.5); background: linear-gradient(transparent, rgba(182,37,165,.72), transparent); transform: translate(-50%, -50%); }
.pleiades-star--alcyone { --size: 18px; --z: 120px; top: 45%; left: 47%; }
.pleiades-star--maia { --size: 12px; --z: 72px; --delay: .5s; top: 27%; left: 61%; }
.pleiades-star--electra { --size: 10px; --z: 94px; --delay: 1.1s; top: 50%; left: 70%; }
.pleiades-star--taygeta { --size: 11px; --z: 48px; --delay: 1.6s; top: 25%; left: 39%; }
.pleiades-star--merope { --size: 9px; --z: 82px; --delay: .8s; top: 67%; left: 37%; }
.pleiades-star--celaeno { --size: 8px; --z: 28px; --delay: 1.9s; top: 46%; left: 23%; }
.pleiades-star--sterope { --size: 7px; --z: 58px; --delay: 1.35s; top: 72%; left: 57%; }
.pleiades-caption { position: absolute; z-index: 5; right: 24px; bottom: 22px; padding: 0; color: var(--plum); background: transparent; border: 0; text-shadow: 0 2px 12px rgba(255,255,255,.95); }
.pleiades-caption strong, .pleiades-caption span { display: block; }
.pleiades-caption strong { font-size: 17px; }
.pleiades-caption span { margin-top: 3px; color: var(--magenta); font-family: Arial, sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
@keyframes pleiades-star-pulse { 0%, 100% { opacity: .7; filter: brightness(.9); } 50% { opacity: 1; filter: brightness(1.45); } }
@keyframes pleiades-float { 0%, 100% { transform: rotateX(5deg) rotateY(-8deg) translateY(0); } 50% { transform: rotateX(2deg) rotateY(-3deg) translateY(-10px) translateZ(15px); } }
@keyframes pleiades-nebula { 0%, 100% { opacity: .72; transform: translate(-50%, -50%) rotate(-14deg) scale(.95); } 50% { opacity: 1; transform: translate(-50%, -50%) rotate(-8deg) scale(1.08); } }
@keyframes pleiades-sky-rotate { to { transform: rotate(360deg); } }
.boundaries__copy > h2 { color: var(--plum); margin-bottom: 28px; }
.boundary-row { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line-light); }
.boundary-row > span { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; margin-top: 2px; border-radius: 50%; font-weight: 700; }
.boundary-row p { margin: 0; display: grid; }
.boundary-row strong { color: var(--plum); font-size: clamp(16px, 1.3vw, 18px); line-height: 1.65; }
.boundary-row small { margin-top: 4px; color: var(--muted); font-size: clamp(14px, 1.15vw, 16px); line-height: 1.85; }
.boundary-row--yes > span { color: var(--white); background: var(--magenta); }
.boundary-row--no > span { color: var(--muted); background: #F3EDF3; }

.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(55px, 8vw, 110px); }
.faq__intro > p { max-width: 360px; margin: 17px 0 26px; color: var(--muted); font-size: 13px; }
.faq__image { position: relative; width: min(100%, 300px); aspect-ratio: 1.2; display: block; padding: 0; color: var(--white); background: var(--plum); border: 0; border-radius: 16px; overflow: hidden; cursor: zoom-in; }
.faq__image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; opacity: .6; }
.faq__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(25,4,31,.9), transparent 70%); }
.faq__image > span { position: absolute; z-index: 2; right: 16px; bottom: 13px; font-size: 10px; font-weight: 700; }
.faq__image b { color: #ef8de4; font-size: 14px; }
.accordion { border-top: 1px solid var(--line-light); }
.accordion details { border-bottom: 1px solid var(--line-light); }
.accordion summary { position: relative; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--plum); font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 27px; height: 27px; flex: 0 0 27px; border: 1px solid rgba(38,8,47,.15); border-radius: 50%; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 12px; left: 7px; width: 11px; height: 1px; background: var(--plum); transition: transform .25s ease; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span { color: var(--white); background: var(--magenta); border-color: var(--magenta); }
.accordion details[open] summary span::before, .accordion details[open] summary span::after { background: var(--white); transform: rotate(0); }
.accordion details > div { padding: 0 0 23px; }
.accordion details p { max-width: 720px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.35vw, 18px); line-height: 1.95; }

.final-cta { position: relative; padding: 125px 0; color: var(--white); background: #16031C; text-align: center; overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; top: 50%; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 55px rgba(255,255,255,.012), 0 0 0 110px rgba(255,255,255,.009); }
.final-cta::before { right: -300px; }
.final-cta::after { left: -300px; }
.final-cta__stars { position: absolute; inset: 0; opacity: .42; background-image: radial-gradient(circle, white 0 1px, transparent 1.5px), radial-gradient(circle, #ef8de4 0 1.1px, transparent 1.7px), radial-gradient(circle, rgba(255,255,255,.65) 0 .7px, transparent 1.3px); background-position: 0 0, 53px 77px, 24px 41px; background-size: 108px 108px, 169px 169px, 73px 73px; mask-image: radial-gradient(ellipse at center, #000 20%, transparent 82%); }
.final-cta__inner { position: relative; z-index: 2; }
.final-cta p { margin: 20px 0 29px; color: rgba(255,255,255,.58); font-size: 14px; }
.final-cta .button { min-width: 360px; }
.final-cta__details { margin-top: 22px; display: flex; align-items: center; justify-content: center; gap: 12px; color: rgba(255,255,255,.4); font-size: 10px; }
.final-cta__details del { color: rgba(255,255,255,.3); }
.final-cta__details strong { color: #ef8de4; direction: ltr; font-family: Georgia, serif; font-size: 14px; }
.final-cta__details i { width: 3px; height: 3px; background: #ef8de4; border-radius: 50%; }

.site-footer { padding: 35px 0; color: rgba(255,255,255,.45); background: #0F0213; border-top: 1px solid rgba(255,255,255,.07); }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; }
.brand--footer { color: var(--white); transform: scale(.84); transform-origin: right center; }
.footer__inner p { margin: 0; }

.mobile-cta { display: none; }


.lightbox { width: min(92vw, 680px); max-height: 92vh; padding: 0; background: transparent; border: 0; border-radius: 20px; box-shadow: 0 35px 100px rgba(0,0,0,.55); overflow: visible; }
.lightbox::backdrop { background: rgba(10,1,13,.88); backdrop-filter: blur(9px); }
.lightbox img { max-width: 100%; max-height: 88vh; display: block; margin: auto; border-radius: 18px; }
.lightbox__close { position: absolute; z-index: 2; top: -18px; left: -18px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--magenta); border: 3px solid #210629; border-radius: 50%; font-size: 24px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay, .reveal--delay-1 { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .2s; }
.reveal--delay-3 { transition-delay: .28s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .hero { min-height: auto; padding-top: 150px; }
  .hero__grid { grid-template-columns: 1fr; text-align: center; }
  .hero__copy { display: flex; flex-direction: column; align-items: center; }
  .hero__lead { max-width: 730px; }
  .check-list--compact { text-align: right; }
  .hero__visual { min-height: 600px; }
  .portrait-card { width: min(64vw, 430px); }
  .floating-note--delivery { right: 12%; }
  .floating-note--audio { left: 12%; }
  .outcomes__grid, .offer__grid, .boundaries__grid { grid-template-columns: 1fr; }
  .outcomes__intro { max-width: 650px; }
  .offer__copy { text-align: center; }
  .offer__copy > p, .fit-note { margin-inline: auto; }
  .offer-card { max-width: 680px; width: 100%; margin-inline: auto; }
  .boundaries__copy { max-width: 720px; margin-inline: auto; }
  .boundaries__art { min-height: 360px; }
  .faq__grid { grid-template-columns: .8fr 1.2fr; gap: 48px; }
}

@media (max-width: 760px) {
  .announcement__inner > span:first-child, .announcement__divider { display: none; }
  .announcement__offer { white-space: nowrap; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header { top: 36px; }
  .header__inner { height: 72px; }
  .brand__logo { width: 94px; height: 68px; }
  .button--small { min-height: 40px; padding: 8px 15px; font-size: 11px; }
  .button--small svg { display: none; }
  .hero { padding: 135px 0 54px; }
  .hero__grid { gap: 45px; }
  .hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero__lead { margin-top: 22px; font-size: 15px; }
  .hero__action, .hero__action .button { width: 100%; }
  .hero-promo { margin-top: 21px; flex-wrap: wrap; justify-content: center; }
  .button--wide { min-width: 0; width: 100%; min-height: 58px; padding-inline: 20px; font-size: 13px; }
  .microcopy { justify-content: center; text-align: center; }
  .hero__visual { min-height: 500px; }
  .portrait-card { width: min(78vw, 385px); }
  .floating-note { min-width: 143px; padding: 9px 12px; }
  .floating-note--delivery { top: 18%; right: -1%; }
  .floating-note--audio { bottom: 14%; left: -1%; }
  .trust-strip { grid-template-columns: 1fr; margin-top: 38px; }
  .trust-item { justify-content: flex-start; min-height: 76px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding: 84px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .outcomes h2, .gallery-heading h2, .offer h2, .boundaries h2, .faq h2, .final-cta h2 { font-size: clamp(32px, 9vw, 43px); }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 245px; }
  .outcomes__grid { gap: 42px; }
  .outcome-cards { grid-template-columns: 1fr; }
  .outcome-card--feature { grid-row: auto; min-height: 290px; }
  .step { grid-template-columns: 55px 1fr; gap: 18px; padding: 21px 18px; }
  .step__visual { grid-column: 2; }
  .steps__list::before { right: 26px; }
  .oracle-deck__heading h2 { font-size: clamp(32px, 9vw, 43px); }
  .oracle-deck__product { min-height: 440px; margin-top: 36px; }
  .deck-product__visual { width: min(104%, 720px); }
  .deck-product__orbit { width: min(100vw, 650px); }
  .deck-product__caption { bottom: 4px; }
  .oracle-deck__stage { min-height: 505px; margin-top: 24px; }
  .oracle-card { width: clamp(200px, 52vw, 265px); border-radius: 19px; box-shadow: 0 0 0 1px rgba(239,141,228,.12), 7px 9px 0 rgba(50,11,61,.74), 0 28px 58px rgba(0,0,0,.5); }
  .oracle-card--left { transform: translate(-105%, -48%) rotateY(20deg) rotateZ(-7deg) translateZ(-25px); }
  .oracle-card--center { transform: translate(-50%, -51%) translateZ(80px); }
  .oracle-card--right { transform: translate(5%, -48%) rotateY(-20deg) rotateZ(7deg) translateZ(-25px); }
  .oracle-card--left:hover, .oracle-card--left:focus-visible { transform: translate(-105%, -52%) rotateY(9deg) rotateZ(-3deg) translateZ(65px); }
  .oracle-card--center:hover, .oracle-card--center:focus-visible { transform: translate(-50%, -54%) translateZ(105px) scale(1.018); }
  .oracle-card--right:hover, .oracle-card--right:focus-visible { transform: translate(5%, -52%) rotateY(-9deg) rotateZ(3deg) translateZ(65px); }
  .oracle-deck__note { border-radius: 16px; }
  .gallery-heading { display: block; }
  .gallery-heading > p { margin-top: 18px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card--tall { grid-column: 1 / -1; aspect-ratio: 1.05; }
  .gallery-card--tall img { object-position: center 28%; }
  .boundaries__grid { gap: 20px; }
  .boundaries__art, .pleiades-scene { min-height: 360px; }
  .pleiades-scene { border-radius: 0; }
  .pleiades-cluster { inset: 7% 3% 19%; }
  .pleiades-orbit { width: 88%; }
  .faq__grid { grid-template-columns: 1fr; }
  .faq__image { width: 100%; max-width: none; aspect-ratio: 2.1; }
  .final-cta { padding: 95px 0 120px; }
  .final-cta .button { min-width: 0; width: 100%; }
  .offer__sigil { width: 100px; height: 100px; left: -30px; top: 7%; opacity: .65; }
  .cosmic-map { width: 96vw; left: -28%; opacity: .45; }
  .footer__inner { padding-bottom: 66px; flex-direction: column; text-align: center; }
  .brand--footer { transform-origin: center; }
  .mobile-cta { position: fixed; z-index: 50; right: 10px; bottom: 10px; left: 10px; min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 8px 9px 8px 15px; color: var(--white); background: rgba(29,6,36,.93); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; box-shadow: 0 18px 50px rgba(0,0,0,.3); backdrop-filter: blur(14px); transform: translateY(120px); transition: transform .35s ease; }
  .mobile-cta.is-visible { transform: translateY(0); }
  .mobile-cta__exclusive { position: absolute; top: 50%; right: 50%; display: flex; align-items: center; gap: 8px; color: #f6a7ed; font-size: clamp(14px, 2vw, 16px); font-weight: 800; line-height: 1.5; white-space: nowrap; text-shadow: 0 0 16px rgba(239,114,223,.58); transform: translate(50%, -50%); }
  .mobile-cta__exclusive i { color: #ff8bef; font-style: normal; font-size: 1.05em; }
  .mobile-cta__price { display: grid; line-height: 1.45; }
  .mobile-cta strong { font-family: Georgia, serif; font-size: 20px; direction: ltr; }
  .mobile-cta small { color: rgba(255,255,255,.45); font-size: 9px; }
  .mobile-cta .button { min-height: 49px; padding: 10px 22px; font-size: 12px; }
}

@media (max-width: 440px) {
  .announcement__inner { gap: 8px; font-size: 10px; }
  .brand__logo { width: 84px; height: 62px; }
  .header__inner .button--small { padding-inline: 13px; }
  .hero h1 em { white-space: normal; }
  .hero__lead { font-size: 14px; }
  .hero__visual { min-height: 445px; }
  .portrait-card { width: 82vw; }
  .floating-note { min-width: 130px; gap: 8px; }
  .floating-note--delivery { top: 12%; right: -8px; }
  .floating-note--audio { bottom: 10%; left: -8px; }
  .floating-note__icon { width: 26px; height: 26px; }
  .bridge { align-items: flex-start; text-align: right; }
  .step { grid-template-columns: 46px 1fr; gap: 12px; }
  .step__number { width: 44px; height: 44px; border-width: 5px; }
  .steps__list::before { right: 21px; }
  .oracle-deck__heading p { font-size: 15px; }
  .oracle-deck__product { min-height: 330px; margin-top: 28px; }
  .deck-product__visual { width: 110%; margin-top: -20px; }
  .deck-product__orbit { top: 41%; width: 135vw; }
  .deck-product__spark--one { top: 17%; right: 23%; }
  .deck-product__caption { bottom: -4px; width: 94%; padding: 14px 14px 16px; border-radius: 16px; }
  .deck-product__caption span { font-size: 13px; }
  .deck-product__caption strong { font-size: 18px; letter-spacing: .09em; }
  .deck-product__caption small { font-size: 13px; line-height: 1.7; }
  .oracle-deck__stage { min-height: 420px; }
  .oracle-card { width: 58vw; border-radius: 16px; }
  .oracle-card--left { transform: translate(-95%, -48%) rotateY(17deg) rotateZ(-7deg) translateZ(-20px); }
  .oracle-card--center { transform: translate(-50%, -51%) translateZ(55px); }
  .oracle-card--right { transform: translate(-5%, -48%) rotateY(-17deg) rotateZ(7deg) translateZ(-20px); }
  .oracle-card--left:hover, .oracle-card--left:focus-visible { transform: translate(-95%, -51%) rotateY(8deg) rotateZ(-3deg) translateZ(42px); }
  .oracle-card--center:hover, .oracle-card--center:focus-visible { transform: translate(-50%, -53%) translateZ(75px) scale(1.012); }
  .oracle-card--right:hover, .oracle-card--right:focus-visible { transform: translate(-5%, -51%) rotateY(-8deg) rotateZ(3deg) translateZ(42px); }
  .oracle-deck__note { padding: 10px 12px; font-size: 11px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card--tall { grid-column: auto; aspect-ratio: .82; }
  .gallery-card--tall img { object-position: top center; }
  .offer-card__top { display: grid; }
  .offer-card__badge { grid-row: 1; }
  .price-row { justify-content: center; }
  .faq__image { aspect-ratio: 1.55; }
  .final-cta__details { gap: 8px; }
  .mobile-cta { gap: 6px; padding-inline: 8px; }
  .mobile-cta__price { order: 1; }
  .mobile-cta__exclusive { position: static; order: 2; flex: 1; justify-content: center; gap: 0; font-size: 12px; transform: none; }
  .mobile-cta__exclusive i { display: none; }
  .mobile-cta .button { order: 3; padding-inline: 14px; font-size: 11px; }
  .lightbox__close { left: 3px; }
}
