/* ============================================================
   ЛИЛА — Online Landing
   Palette + typography come from the design system.
   ============================================================ */

:root {
  /* deep cosmic background */
  --bg-night:    #08051b;
  --bg-deep:     #12082f;
  --bg-purple:   #241047;
  --bg-violet:   #3d1b69;
  --bg-lavender: #5d2a8c;

  /* lavender / lilac highlights */
  --lilac:       #c8a8e0;
  --lilac-soft:  #e2cdf0;
  --rose-lilac:  #e7bcd3;

  /* gold scale */
  --gold-deep:   #9a6124;
  --gold-mid:    #b7782d;
  --gold:        #c58a36;
  --gold-bright: #e5b95e;
  --gold-pale:   #f6dfa2;
  --cream:       #fff0c4;

  /* ink */
  --ink-1:       #f8f1e3;
  --ink-2:       #e3d3eb;
  --ink-3:       #b89bcc;
  --ink-mute:    #8b78a5;

  /* accent (red — only for discount) */
  --red:         #b7202a;
  --red-bright:  #d33636;

  /* surfaces */
  --card:        rgba(34, 14, 78, 0.55);
  --card-strong: rgba(20, 7, 53, 0.78);
  --card-edge:   rgba(229, 185, 94, 0.32);
  --card-edge-soft: rgba(229, 185, 94, 0.18);

  /* type */
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans:  "Manrope", -apple-system, system-ui, sans-serif;
  --caps:  "Marcellus", "Cormorant Garamond", serif;
  --script:"Great Vibes", cursive;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body {
  background: var(--bg-night);
  color: var(--ink-1);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-feature-settings: "kern" 1, "liga" 1;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea { font-family: inherit; }
::selection { background: rgba(229,185,94,0.35); color: var(--cream); }

/* ============ background atmosphere ============ */
.bg-stack { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.bg-stack .sky {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 20% 20%, rgba(93, 42, 140, 0.55), transparent 60%),
    radial-gradient(ellipse 70% 50% at 80% 70%, rgba(61, 27, 105, 0.55), transparent 65%),
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(36, 16, 71, 0.95) 0%, transparent 70%),
    linear-gradient(180deg, var(--bg-night) 0%, var(--bg-deep) 30%, #1d0a3d 60%, #150729 100%);
}
.bg-stack .stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 12% 8%,  rgba(255,255,255,0.75), transparent 60%),
    radial-gradient(1.2px 1.2px at 22% 18%, rgba(255,255,255,0.6),  transparent 60%),
    radial-gradient(1px 1px at 38% 14%, rgba(255,236,180,0.85), transparent 60%),
    radial-gradient(1.4px 1.4px at 48% 6%,  rgba(255,255,255,0.75), transparent 60%),
    radial-gradient(1px 1px at 62% 22%, rgba(255,236,180,0.55), transparent 60%),
    radial-gradient(1.2px 1.2px at 71% 12%, rgba(255,255,255,0.6),  transparent 60%),
    radial-gradient(1px 1px at 82% 18%, rgba(255,255,255,0.55), transparent 60%),
    radial-gradient(1.4px 1.4px at 90% 28%, rgba(255,228,170,0.85), transparent 60%),
    radial-gradient(1px 1px at 6%  28%, rgba(255,255,255,0.5), transparent 60%),
    radial-gradient(1px 1px at 33% 32%, rgba(255,220,170,0.55), transparent 60%),
    radial-gradient(1.1px 1.1px at 14% 52%, rgba(255,236,180,0.65), transparent 60%),
    radial-gradient(1px 1px at 26% 64%, rgba(255,255,255,0.45), transparent 60%),
    radial-gradient(1.2px 1.2px at 45% 70%, rgba(255,236,180,0.55), transparent 60%),
    radial-gradient(1px 1px at 56% 82%, rgba(255,255,255,0.5), transparent 60%),
    radial-gradient(1px 1px at 78% 76%, rgba(255,220,170,0.55), transparent 60%),
    radial-gradient(1.4px 1.4px at 92% 88%, rgba(255,255,255,0.55), transparent 60%);
  background-size: 100% 100%;
  opacity: 0.85;
}
.bg-stack .vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, transparent 0%, transparent 45%, rgba(8, 5, 27, 0.6) 80%, rgba(8, 5, 27, 0.95) 100%);
}
.bg-stack .corner-lotus {
  position: absolute;
  width: clamp(180px, 18vw, 260px);
  opacity: 0.18;
  filter: drop-shadow(0 0 20px rgba(229, 185, 94, 0.2));
}
.bg-stack .corner-lotus.tl { top: -2%; left: -3%; transform: rotate(-12deg); }
.bg-stack .corner-lotus.tr { top: 4%; right: -4%; transform: rotate(12deg) scaleX(-1); }
.bg-stack .corner-lotus.bl { bottom: -2%; left: -4%; transform: rotate(8deg); }
.bg-stack .corner-lotus.br { bottom: -3%; right: -3%; transform: rotate(-8deg) scaleX(-1); }

/* ============ shared utilities ============ */
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
.section { position: relative; padding: clamp(56px, 7vw, 100px) 0; }
.section-head { text-align: center; margin-bottom: clamp(36px, 5vw, 60px); }

.kicker {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--caps);
  font-size: 11.5px; letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 18px;
}
.kicker::before, .kicker::after {
  content: ""; display: block; width: 26px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

h2.section-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.005em;
  color: var(--cream);
  text-wrap: balance;
  max-width: 880px;
  margin: 0 auto;
}
h2.section-title em {
  font-style: italic;
  background: linear-gradient(180deg, #fff1c6 0%, var(--gold-pale) 35%, var(--gold-bright) 65%, var(--gold) 95%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 4px 16px rgba(229, 185, 94, 0.18));
}

.section-sub {
  font-family: var(--serif);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 680px;
  margin: 18px auto 0;
  text-wrap: pretty;
}

.ornament-rule {
  display: inline-flex; align-items: center; gap: 14px;
  margin: 0 auto 18px;
}
.ornament-rule .r {
  display: block; width: 48px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
}
.ornament-rule .d {
  width: 6px; height: 6px; transform: rotate(45deg);
  background: var(--gold-bright);
  box-shadow: 0 0 8px rgba(229, 185, 94, 0.7);
}

/* ============ buttons ============ */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 12px;
  font-size: 14px; font-weight: 500; letter-spacing: 0.04em;
  padding: 16px 28px;
  border-radius: 999px;
  white-space: nowrap;
  transition: transform 0.3s ease, box-shadow 0.4s ease, background 0.3s;
}
.btn .ico { width: 18px; height: 18px; }
.btn-primary {
  color: #2a1a0a;
  background: linear-gradient(180deg, #fff1c6 0%, #e5b95e 32%, #c58a36 68%, #b67a2d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.55),
    inset 0 -1px 0 rgba(120, 60, 0, 0.3),
    0 8px 26px rgba(197, 138, 54, 0.4),
    0 0 0 1px rgba(229, 185, 94, 0.6);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.65),
    inset 0 -1px 0 rgba(120, 60, 0, 0.3),
    0 14px 36px rgba(197, 138, 54, 0.55),
    0 0 0 1px rgba(229, 185, 94, 0.85);
}
.btn-ghost {
  color: var(--gold-pale);
  background: rgba(40, 18, 90, 0.45);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.5);
}
.btn-ghost:hover {
  color: var(--cream);
  background: rgba(229, 185, 94, 0.1);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.85), 0 0 22px rgba(229, 185, 94, 0.2);
  transform: translateY(-2px);
}
.btn-tg {
  color: var(--cream);
  background: rgba(40, 18, 90, 0.55);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.4);
  padding: 12px 20px;
  font-size: 13px;
}
.btn-tg:hover { background: rgba(60, 28, 120, 0.7); box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.7); }

/* ============ HEADER ============ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 14px clamp(16px, 3vw, 40px);
  transition: background 0.4s, backdrop-filter 0.4s, box-shadow 0.4s, padding 0.3s;
}
.site-header.scrolled {
  background: rgba(10, 5, 30, 0.78);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 1px 0 rgba(229, 185, 94, 0.12), 0 12px 40px rgba(0, 0, 0, 0.35);
  padding: 10px clamp(16px, 3vw, 40px);
}
.site-header .row {
  max-width: 1320px; margin: 0 auto;
  display: flex; align-items: center; gap: 24px;
}
.brandmark {
  display: inline-flex; align-items: center; gap: 12px;
  flex-shrink: 0;
}
.brandmark svg { width: 36px; height: 36px; filter: drop-shadow(0 0 10px rgba(229, 185, 94, 0.4)); flex-shrink: 0; }
.brandmark .nm {
  font-family: var(--caps);
  font-size: 16px; letter-spacing: 0.32em; color: var(--gold-pale);
  text-transform: uppercase; line-height: 1;
}
.brandmark .tg {
  font-family: var(--serif); font-style: italic;
  font-size: 11.5px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
  margin-top: 3px;
  line-height: 1.1;
}

.nav {
  display: flex; gap: clamp(14px, 1.8vw, 28px);
  flex: 1; justify-content: center;
}
.nav a {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--ink-2);
  position: relative;
  padding: 6px 2px;
  transition: color 0.2s;
}
.nav a:hover { color: var(--gold-pale); }
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--gold-bright);
  transform: scaleX(0); transform-origin: 50%;
  transition: transform 0.3s;
}
.nav a:hover::after { transform: scaleX(1); }

.menu-btn {
  display: none;
  width: 40px; height: 40px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.4);
  color: var(--gold-pale);
}
.menu-btn svg { width: 22px; height: 22px; margin: auto; display: block; }

@media (max-width: 1100px) {
  .nav { display: none; }
  .menu-btn { display: grid; place-items: center; }
}

.mobile-nav {
  position: fixed; inset: 0;
  z-index: 60;
  background: rgba(8, 5, 27, 0.96);
  backdrop-filter: blur(14px);
  display: grid; place-items: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.mobile-nav.open { opacity: 1; pointer-events: auto; }
.mobile-nav .close {
  position: absolute; top: 18px; right: 18px;
  width: 44px; height: 44px;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.4);
  color: var(--gold-pale);
  display: grid; place-items: center;
}
.mobile-nav ul {
  list-style: none; text-align: center;
  display: grid; gap: 14px;
}
.mobile-nav a {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--cream);
}

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: clamp(110px, 14vw, 160px) clamp(20px, 4vw, 56px) clamp(40px, 6vw, 80px);
  min-height: 100vh;
}
.hero-grid {
  position: relative;
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  grid-template-areas:
    "copy portrait"
    "copy sig";
  column-gap: clamp(20px, 4vw, 56px);
  row-gap: clamp(14px, 1.5vw, 22px);
  align-items: start;
  z-index: 2;
}
.copy { grid-area: copy; }
.portrait-stage { grid-area: portrait; }
.hero-sig { grid-area: sig; }
.geo-back {
  position: absolute;
  top: -2%; right: -10%;
  width: min(880px, 78vw);
  aspect-ratio: 1;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
}
.geo-back svg { width: 100%; height: 100%; }
@keyframes spinSlow { to { transform: rotate(360deg); } }

.copy { position: relative; z-index: 3; padding-top: clamp(8px, 1.5vw, 20px); max-width: 640px; }

h1.headline {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.005em;
  color: var(--ink-1);
  margin-bottom: 22px;
  text-wrap: balance;
}
h1.headline .gold {
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: 1.12em;
  line-height: 1.04;
  margin-top: 0.04em;
  background: linear-gradient(180deg, #fff1c6 0%, var(--gold-pale) 35%, var(--gold-bright) 60%, var(--gold) 85%, var(--gold-deep) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 4px 16px rgba(229, 185, 94, 0.18));
}
h1.headline .dash { color: var(--gold-bright); }

.divider-lotus {
  display: flex; align-items: center; gap: 14px;
  margin: 18px 0 22px;
  max-width: 360px;
}
.divider-lotus::before, .divider-lotus::after {
  content: ""; flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229, 185, 94, 0.5), transparent);
}
.divider-lotus svg { width: 18px; height: 18px; opacity: 0.85; }

.lede {
  font-family: var(--serif);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.58;
  color: var(--ink-2);
  margin-bottom: 14px;
  max-width: 560px;
  text-wrap: pretty;
}
.lede.dim { color: var(--ink-3); font-size: 15px; line-height: 1.55; }
.lede:last-of-type { margin-bottom: 28px; }

.ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }

.hero-bullets {
  display: flex; gap: clamp(16px, 2.5vw, 30px); flex-wrap: wrap;
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--ink-2);
}
.hero-bullets .it { display: flex; align-items: center; gap: 10px; }
.hero-bullets .dot {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(229, 185, 94, 0.08);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.45);
  display: grid; place-items: center;
}
.hero-bullets .dot svg { width: 11px; height: 11px; color: var(--gold-bright); }

/* portrait */
.portrait-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.56;
  max-width: 680px;
  margin-left: auto;
  z-index: 4;
}
.portrait-stage .mandala {
  position: absolute;
  inset: -12% -14% -6% -14%;
  z-index: 1;
  opacity: 0.95;
}
.portrait-stage .mandala svg { width: 100%; height: 100%; }
.portrait-stage .halo {
  position: absolute; z-index: 2;
  top: 5%; left: 50%; transform: translateX(-50%);
  width: 96%; aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 232, 173, 0.52) 0%, rgba(244, 194, 108, 0.22) 22%, rgba(117, 64, 173, 0.12) 46%, transparent 76%);
  filter: blur(14px);
  pointer-events: none;
}
.portrait-stage .portal {
  position: absolute; z-index: 3;
  top: 2%; left: 12%;
  width: 76%;
  aspect-ratio: 2 / 3;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(55, 28, 110, 0.38), rgba(18, 8, 44, 0.34));
  box-shadow:
    0 30px 80px rgba(10, 3, 30, 0.42),
    inset 0 0 0 1px rgba(229, 185, 94, 0.2),
    0 0 55px rgba(229, 185, 94, 0.1);
}
.portrait-stage .portal .hero-portrait-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  filter: saturate(0.98) contrast(1.02) brightness(1.01);
}
.portrait-stage .portal .warm {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 48% 36% at 50% 18%, rgba(255, 235, 186, 0.12), transparent 72%),
    radial-gradient(ellipse 60% 46% at 50% 92%, rgba(229, 185, 94, 0.1), transparent 72%);
  mix-blend-mode: screen;
  pointer-events: none;
}
.portrait-stage .portal .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(87, 54, 138, 0.08), rgba(40, 18, 90, 0.16));
  mix-blend-mode: multiply;
  pointer-events: none;
}
.portrait-stage .portal .veil-2 {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 50% 50%, transparent 58%, rgba(20, 7, 53, 0.12) 88%, rgba(20, 7, 53, 0.28) 100%),
    linear-gradient(180deg, rgba(18, 8, 44, 0.02), rgba(18, 8, 44, 0.18));
  mix-blend-mode: multiply;
  pointer-events: none;
}
.portrait-stage .portal::before {
  content: "";
  position: absolute;
  inset: 18px -22px auto -22px;
  height: 66%;
  background: radial-gradient(ellipse at top, rgba(255, 228, 166, 0.22), rgba(255, 228, 166, 0) 70%);
  filter: blur(18px);
  pointer-events: none;
}
.portrait-stage .portal::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), transparent 12%, transparent 86%, rgba(20,7,53,0.1) 100%),
    radial-gradient(ellipse at center, transparent 60%, rgba(20, 7, 53, 0.12) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(229, 185, 94, 0.3),
    inset 0 0 34px rgba(229, 185, 94, 0.08);
}
.sparkles { position: absolute; inset: 0; z-index: 5; pointer-events: none; }
.sparkles span {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 240, 196, 0.95), transparent 70%);
  animation: twinkle 4s ease-in-out infinite;
}
@keyframes twinkle {
  0%,100% { opacity: 0.2; transform: scale(0.6); }
  50%     { opacity: 1;   transform: scale(1.2); }
}

/* sig card under portrait */
.sig-card {
  position: relative;
  margin-top: 16px;
  padding: 22px 26px;
  background: linear-gradient(180deg, rgba(40, 18, 90, 0.78), rgba(20, 7, 53, 0.85));
  border-radius: 16px;
  box-shadow:
    inset 0 0 0 1px var(--card-edge),
    0 18px 40px rgba(10, 3, 30, 0.45);
  max-width: 520px;
  width: 100%;
  justify-self: end;
}
.sig-card::before, .sig-card::after {
  content: ""; position: absolute;
  width: 12px; height: 12px;
  border: 1px solid var(--gold);
}
.sig-card::before { top: 10px; left: 10px; border-right: none; border-bottom: none; }
.sig-card::after  { bottom: 10px; right: 10px; border-left: none; border-top: none; }
.sig-card .nm {
  font-family: var(--serif);
  font-size: 22px; font-weight: 500;
  line-height: 1.15; color: var(--cream);
}
.sig-card .nm .alt { font-style: italic; color: var(--gold-pale); font-weight: 400; }
.sig-card .role { font-family: var(--serif); font-style: italic; color: var(--lilac-soft); margin-top: 4px; font-size: 15px; }
.sig-card .roles {
  list-style: none; margin-top: 12px; padding-top: 12px;
  border-top: 1px solid rgba(229, 185, 94, 0.16);
  display: flex; flex-wrap: wrap; gap: 6px 14px;
  font-size: 13px; color: var(--ink-2);
}
.sig-card .roles li { display: inline-flex; align-items: center; gap: 6px; }
.sig-card .roles li::before {
  content: ""; width: 4px; height: 4px; border-radius: 50%;
  background: var(--gold-bright); box-shadow: 0 0 6px rgba(229,185,94,0.7);
}

/* hero bottom: cube + game board */
.hero-bottom {
  position: relative;
  margin-top: clamp(30px, 4vw, 60px);
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: clamp(20px, 4vw, 56px);
  align-items: center;
}

/* dice cube with REAL dots */
.cube-wrap { position: relative; height: 320px; display: grid; place-items: center; }
.cube-stage { position: relative; width: 280px; height: 280px; perspective: 1000px; }
.cube {
  position: absolute; inset: 40px;
  transform-style: preserve-3d;
  transform: rotateX(-22deg) rotateY(-28deg);
  animation: cubeFloat 8s ease-in-out infinite;
}
@keyframes cubeFloat {
  0%,100% { transform: rotateX(-22deg) rotateY(-28deg) translateY(0); }
  50%     { transform: rotateX(-20deg) rotateY(-26deg) translateY(-8px); }
}
.face {
  position: absolute;
  width: 200px; height: 200px;
  background:
    radial-gradient(ellipse 90% 80% at 30% 20%, rgba(229, 185, 94, 0.22), transparent 60%),
    linear-gradient(135deg, #4a1f95 0%, #2a0f6a 55%, #170535 100%);
  box-shadow:
    inset 0 0 30px rgba(20, 7, 53, 0.7),
    inset 0 0 0 1px rgba(229, 185, 94, 0.5);
  display: grid; place-items: center;
  border-radius: 12px;
}
.face .corner {
  position: absolute; width: 22px; height: 22px;
  border: 1px solid rgba(229, 185, 94, 0.7);
}
.face .corner.tl { top: 10px; left: 10px; border-right: none; border-bottom: none; }
.face .corner.tr { top: 10px; right: 10px; border-left: none; border-bottom: none; }
.face .corner.bl { bottom: 10px; left: 10px; border-right: none; border-top: none; }
.face .corner.br { bottom: 10px; right: 10px; border-left: none; border-top: none; }
.face .pattern {
  position: absolute; inset: 18px; pointer-events: none; opacity: 0.4;
}
/* die dots */
.dots {
  position: relative; width: 130px; height: 130px;
  display: grid;
  grid-template: repeat(3, 1fr) / repeat(3, 1fr);
  gap: 6px;
  place-items: center;
}
.dot {
  width: 22px; height: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #fff5cc 0%, #e5b95e 35%, #c58a36 70%, #b67a2d 100%);
  box-shadow:
    0 0 12px rgba(229, 185, 94, 0.65),
    inset 0 -2px 4px rgba(120, 60, 0, 0.4),
    inset 0 1px 1px rgba(255, 255, 230, 0.7);
}
/* dot positions per face */
.dots.f1 .dot:nth-child(5) { visibility: visible; }
.dots.f1 .dot { visibility: hidden; }
.dots.f2 .dot:nth-child(1),
.dots.f2 .dot:nth-child(9) { visibility: visible; }
.dots.f2 .dot { visibility: hidden; }
.dots.f3 .dot:nth-child(1),
.dots.f3 .dot:nth-child(5),
.dots.f3 .dot:nth-child(9) { visibility: visible; }
.dots.f3 .dot { visibility: hidden; }
.dots.f4 .dot:nth-child(1),
.dots.f4 .dot:nth-child(3),
.dots.f4 .dot:nth-child(7),
.dots.f4 .dot:nth-child(9) { visibility: visible; }
.dots.f4 .dot { visibility: hidden; }
.dots.f5 .dot:nth-child(1),
.dots.f5 .dot:nth-child(3),
.dots.f5 .dot:nth-child(5),
.dots.f5 .dot:nth-child(7),
.dots.f5 .dot:nth-child(9) { visibility: visible; }
.dots.f5 .dot { visibility: hidden; }
.dots.f6 .dot:nth-child(1),
.dots.f6 .dot:nth-child(3),
.dots.f6 .dot:nth-child(4),
.dots.f6 .dot:nth-child(6),
.dots.f6 .dot:nth-child(7),
.dots.f6 .dot:nth-child(9) { visibility: visible; }
.dots.f6 .dot { visibility: hidden; }

.face.front  { transform: translateZ(100px); }
.face.right  { transform: rotateY(90deg) translateZ(100px); }
.face.top    { transform: rotateX(90deg) translateZ(100px); }
.face.left   { transform: rotateY(-90deg) translateZ(100px); }
.face.bottom { transform: rotateX(-90deg) translateZ(100px); }
.face.back   { transform: rotateY(180deg) translateZ(100px); }

.cube-glow {
  position: absolute;
  bottom: -10px; left: 50%; transform: translateX(-50%);
  width: 240px; height: 60px;
  background: radial-gradient(ellipse at 50% 50%, rgba(229, 185, 94, 0.55), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

/* GAME BOARD — diagonal LILA classic board */
.game-board {
  position: relative;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  max-width: 720px;
}
.game-board svg { width: 100%; height: 100%; display: block; }

/* ============ GIFT BANNER ============ */
.gift {
  position: relative;
  margin: clamp(40px, 5vw, 60px) auto 0;
  max-width: 1280px;
  padding: clamp(24px, 3vw, 40px) clamp(20px, 3.5vw, 48px);
  background: linear-gradient(180deg, rgba(70, 30, 130, 0.55), rgba(28, 10, 70, 0.85));
  border-radius: 22px;
  box-shadow:
    inset 0 0 0 1px var(--card-edge),
    0 20px 50px rgba(8, 3, 22, 0.5);
}
.gift::before, .gift::after {
  content: ""; position: absolute;
  width: 18px; height: 18px;
  border: 1px solid var(--gold-bright);
  pointer-events: none;
}
.gift::before { top: 14px; left: 14px; border-right: none; border-bottom: none; }
.gift::after  { bottom: 14px; right: 14px; border-left: none; border-top: none; }

.gift-grid {
  display: grid;
  grid-template-columns: minmax(120px, auto) 1fr minmax(280px, 420px);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
}
.gift-title { display: flex; align-items: center; gap: 18px; }
.gift-title .box { width: 70px; height: 70px; flex-shrink: 0; filter: drop-shadow(0 6px 14px rgba(229, 185, 94, 0.35)); }
.gift-title .box svg { width: 100%; height: 100%; }
.gift-title .t {
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 26px);
  color: var(--cream);
  line-height: 1.15;
}
.gift-title .t .sub {
  display: block;
  font-family: var(--caps);
  font-size: 11px; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 6px;
}
.gift-body p {
  font-family: var(--serif);
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 480px;
}
.gift-form { display: flex; flex-direction: column; gap: 10px; }
.gift-form input {
  font-size: 14px;
  padding: 13px 16px;
  border-radius: 12px;
  background: rgba(8, 5, 27, 0.6);
  border: 1px solid rgba(229, 185, 94, 0.28);
  color: var(--ink-1);
  outline: none;
  transition: border 0.3s, background 0.3s;
}
.gift-form input::placeholder { color: var(--ink-mute); }
.gift-form input:focus { border-color: var(--gold-bright); background: rgba(8, 5, 27, 0.85); }
.gift-form input.err { border-color: #d33636; }
.gift-form .btn { justify-content: center; padding: 14px 22px; font-size: 14px; }
.gift-form .legal { font-size: 11.5px; color: var(--ink-mute); text-align: center; line-height: 1.4; margin-top: 4px; }
.gift-form .success {
  background: rgba(60, 130, 80, 0.18);
  border: 1px solid rgba(140, 220, 160, 0.4);
  color: #c8efc4;
  padding: 13px 16px;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
}

/* ============ ABOUT (Что такое ЛИЛА) ============ */
.about-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 1.6fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
}
.about-art {
  position: relative;
  aspect-ratio: 1;
  display: grid; place-items: center;
}
.about-art svg { width: 100%; height: 100%; }
.about-art .glow {
  position: absolute; inset: 15%;
  background: radial-gradient(circle, rgba(229, 185, 94, 0.22), transparent 60%);
  filter: blur(20px);
  z-index: -1;
}
.about-text p {
  font-family: var(--serif);
  font-size: clamp(15.5px, 1.2vw, 18.5px);
  line-height: 1.65;
  color: var(--ink-2);
  margin-bottom: 16px;
  text-wrap: pretty;
}
.about-text p strong {
  color: var(--gold-pale); font-weight: 500;
}

/* ============ REQUEST TYPES grid ============ */
.requests-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}
.req-card {
  position: relative;
  padding: 26px 22px 24px;
  background: linear-gradient(180deg, rgba(45, 20, 95, 0.55), rgba(20, 8, 55, 0.7));
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px var(--card-edge-soft);
  transition: transform 0.35s, box-shadow 0.4s, background 0.4s;
  cursor: pointer;
  text-align: center;
}
.req-card::before {
  content: ""; position: absolute; inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 40px rgba(229, 185, 94, 0);
  transition: box-shadow 0.4s;
  pointer-events: none;
}
.req-card:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.7);
  background: linear-gradient(180deg, rgba(60, 28, 120, 0.7), rgba(28, 12, 70, 0.85));
}
.req-card:hover::before { box-shadow: 0 0 40px rgba(229, 185, 94, 0.18); }
.req-card .ic-circle {
  width: 64px; height: 64px;
  border-radius: 50%;
  margin: 0 auto 14px;
  background: linear-gradient(180deg, rgba(80, 40, 140, 0.7), rgba(40, 14, 90, 0.7));
  box-shadow:
    inset 0 0 0 1px rgba(229, 185, 94, 0.5),
    0 0 24px rgba(229, 185, 94, 0.2);
  display: grid; place-items: center;
}
.req-card .ic-circle svg { width: 30px; height: 30px; color: var(--gold-bright); }
.req-card .ttl {
  font-family: var(--serif);
  font-size: 20px; font-weight: 500;
  color: var(--cream);
  margin-bottom: 6px;
}
.req-card .dsc { font-size: 13.5px; line-height: 1.5; color: var(--ink-3); }

/* ============ PAIN states ============ */
.pain-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.pain-list { list-style: none; display: grid; gap: 14px; max-width: 560px; }
.pain-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink-2);
}
.pain-list li .bullet {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(229, 185, 94, 0.06);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.4);
  margin-top: 2px;
  flex-shrink: 0;
}
.pain-list li .bullet::after {
  content: ""; width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 10px rgba(229, 185, 94, 0.7);
}

.pain-art {
  position: relative;
  aspect-ratio: 1;
  max-width: 420px; margin: 0 auto;
}
.pain-art svg { width: 100%; height: 100%; }
.pain-art .lotus-glow {
  position: absolute; inset: 20%;
  background: radial-gradient(circle, rgba(231, 188, 211, 0.25), transparent 60%);
  filter: blur(20px);
  z-index: -1;
}

/* ============ RESULTS ============ */
.results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 20px);
}
.res-card {
  padding: 22px 22px 20px;
  background: linear-gradient(180deg, rgba(40, 18, 90, 0.55), rgba(20, 8, 55, 0.7));
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px var(--card-edge-soft);
  display: flex; align-items: flex-start; gap: 14px;
  transition: box-shadow 0.4s, transform 0.3s;
}
.res-card:hover {
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.55);
  transform: translateY(-3px);
}
.res-card .ic {
  width: 44px; height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(229, 185, 94, 0.08);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.42);
  display: grid; place-items: center;
}
.res-card .ic svg { width: 22px; height: 22px; color: var(--gold-bright); }
.res-card .tx {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.4;
  color: var(--ink-1);
  padding-top: 8px;
}
.results-footer {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(16px, 1.4vw, 19px);
  text-align: center;
  color: var(--lilac-soft);
  max-width: 760px;
  margin: clamp(28px, 4vw, 44px) auto 0;
  line-height: 1.55;
}
.results-footer strong { color: var(--gold-pale); font-weight: 500; }

/* ============ TIMELINE ============ */
.timeline-wrap { position: relative; padding: 0 10px; }
.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.timeline::before {
  content: ""; position: absolute;
  top: 38px; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229,185,94,0.5) 10%, rgba(229,185,94,0.5) 90%, transparent);
  pointer-events: none;
}
.t-step { text-align: center; position: relative; }
.t-step .num {
  width: 76px; height: 76px;
  border-radius: 50%;
  margin: 0 auto 16px;
  background:
    radial-gradient(circle at 30% 25%, rgba(229, 185, 94, 0.22), transparent 60%),
    linear-gradient(180deg, #2a1066 0%, #170535 100%);
  box-shadow:
    inset 0 0 0 1px rgba(229, 185, 94, 0.55),
    0 0 24px rgba(229, 185, 94, 0.18);
  display: grid; place-items: center;
  position: relative; z-index: 2;
  font-family: var(--serif);
  font-size: 32px; font-weight: 500;
  color: var(--gold-bright);
}
.t-step .num svg { width: 30px; height: 30px; color: var(--gold-bright); position: absolute; }
.t-step .num .n {
  position: absolute;
  top: -12px; right: -8px;
  width: 28px; height: 28px;
  background: linear-gradient(180deg, #e5b95e, #b67a2d);
  color: #2a1a0a;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 14px; font-weight: 700;
  font-family: var(--sans);
  box-shadow: 0 4px 10px rgba(8, 3, 22, 0.5);
}
.t-step .ttl {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--cream);
  line-height: 1.25;
  margin-bottom: 6px;
  text-wrap: balance;
}
.t-step .dsc {
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-3);
  max-width: 200px;
  margin: 0 auto;
}

.platforms {
  margin-top: clamp(32px, 4vw, 44px);
  display: flex; justify-content: center;
  gap: 18px; flex-wrap: wrap;
  padding: 14px 24px;
  background: rgba(20, 7, 53, 0.5);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.28);
  width: fit-content;
  margin-left: auto; margin-right: auto;
}
.platforms .lbl {
  font-family: var(--caps);
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold-bright);
  align-self: center;
}
.platforms .sep { color: var(--ink-mute); align-self: center; }
.platforms .p { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-2); font-size: 14px; }
.platforms .p svg { width: 14px; height: 14px; color: var(--gold-bright); }

/* ============ GUIDE ============ */
.guide-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 1.4fr);
  gap: clamp(30px, 5vw, 60px);
  align-items: center;
}
.guide-portrait {
  position: relative;
  aspect-ratio: 0.82;
  max-width: 440px;
  margin: 0 auto;
}
.guide-portrait .mandala-bg {
  position: absolute; inset: -6%;
  opacity: 0.5;
}
.guide-portrait .mandala-bg svg { width: 100%; height: 100%; }

.guide-text h3 {
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 28px);
  color: var(--cream);
  margin-bottom: 6px;
  font-weight: 500;
}
.guide-text h3 .alt { font-style: italic; color: var(--gold-pale); font-weight: 400; }
.guide-text .role-lead {
  font-family: var(--serif);
  font-style: italic;
  color: var(--lilac-soft);
  font-size: 16px;
  margin-bottom: 18px;
}
.guide-text p {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  margin-bottom: 14px;
  max-width: 640px;
  text-wrap: pretty;
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 26px;
}
.stat-card {
  padding: 18px 16px 16px;
  background: linear-gradient(180deg, rgba(40, 18, 90, 0.55), rgba(20, 8, 55, 0.7));
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px var(--card-edge-soft);
  text-align: center;
  transition: box-shadow 0.4s;
}
.stat-card:hover { box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.55); }
.stat-card .v {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
  background: linear-gradient(180deg, #fff1c6 0%, var(--gold-bright) 60%, var(--gold) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 500;
  margin-bottom: 6px;
}
.stat-card .l { font-size: 12.5px; color: var(--ink-2); line-height: 1.35; }

/* ============ VIDEO GALLERY ============ */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.video-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(50, 22, 100, 0.6), rgba(20, 8, 55, 0.8));
  box-shadow: inset 0 0 0 1px var(--card-edge-soft);
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.4s;
  text-align: left;
}
.video-card:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.65), 0 14px 40px rgba(8, 3, 22, 0.5); }
.video-card .thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.video-card .thumb svg { width: 100%; height: 100%; display: block; }
.video-card .thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(8, 5, 27, 0.7) 100%);
}
.video-card .play {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 68px; height: 68px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff1c6, #e5b95e 35%, #c58a36 70%, #b67a2d 100%);
  box-shadow: 0 12px 30px rgba(8, 3, 22, 0.55), inset 0 1px 0 rgba(255,255,255,0.6);
  display: grid; place-items: center;
  z-index: 2;
  transition: transform 0.3s;
}
.video-card:hover .play { transform: translate(-50%, -50%) scale(1.06); }
.video-card .play svg { width: 26px; height: 26px; color: #2a1a0a; margin-left: 4px; }
.video-card .dur {
  position: absolute; right: 10px; bottom: 10px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(8, 5, 27, 0.8);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  color: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.3);
}
.video-card .meta { padding: 18px 20px 22px; }
.video-card .meta .ttl {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--cream);
  text-wrap: balance;
}

.video-cta { text-align: center; margin-top: clamp(28px, 4vw, 44px); }

/* video modal */
.modal {
  position: fixed; inset: 0;
  z-index: 100;
  background: rgba(8, 3, 22, 0.88);
  backdrop-filter: blur(8px);
  display: grid; place-items: center;
  padding: clamp(16px, 4vw, 40px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.modal.open { opacity: 1; pointer-events: auto; }
.modal .close {
  position: absolute; top: 18px; right: 18px;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(40, 18, 90, 0.6);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.4);
  color: var(--gold-pale);
  display: grid; place-items: center;
}
.modal .close svg { width: 22px; height: 22px; }

.video-frame {
  position: relative;
  width: min(960px, 100%);
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(8, 3, 22, 0.7), inset 0 0 0 1px rgba(229, 185, 94, 0.3);
}
.video-frame iframe { width: 100%; height: 100%; border: 0; }

/* ============ PRICING ============ */
.formats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 28px);
  align-items: stretch;
}
.price-card {
  position: relative;
  padding: 32px 26px 28px;
  background: linear-gradient(180deg, rgba(45, 18, 95, 0.6), rgba(20, 8, 55, 0.7));
  border-radius: 20px;
  box-shadow:
    inset 0 0 0 1px var(--card-edge),
    0 18px 40px rgba(8, 3, 22, 0.4);
  display: flex; flex-direction: column; gap: 12px;
  text-align: center;
}
.price-card .step {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--cream);
  line-height: 1.2;
}
.price-card .subt { font-size: 13px; color: var(--ink-3); letter-spacing: 0.04em; }
.price-card .icon-circle {
  width: 60px; height: 60px;
  border-radius: 50%;
  margin: 4px auto 8px;
  background: linear-gradient(180deg, rgba(80, 40, 140, 0.7), rgba(40, 14, 90, 0.7));
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.45);
  display: grid; place-items: center;
}
.price-card .icon-circle svg { width: 28px; height: 28px; color: var(--gold-bright); }
.price-card .prices {
  display: flex; align-items: baseline; justify-content: center; gap: 14px;
  margin-top: 6px;
}
.price-card .strike {
  text-decoration: line-through;
  color: var(--ink-mute);
  font-size: 15px;
}
.price-card .price {
  font-family: var(--serif);
  font-size: clamp(30px, 2.8vw, 38px);
  font-weight: 500;
  color: var(--gold-pale);
  line-height: 1;
}
.price-card .save-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.06em;
  background: rgba(229, 185, 94, 0.1);
  color: var(--gold-pale);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.32);
  align-self: center;
  font-weight: 500;
}
.price-card ul {
  list-style: none;
  text-align: left;
  display: grid; gap: 10px;
  margin: 8px 0 10px;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.4;
  flex: 1;
}
.price-card ul li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.price-card ul li svg { width: 16px; height: 16px; color: var(--gold-bright); margin-top: 3px; }
.price-card .cta {
  margin-top: auto;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px; font-weight: 500;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, rgba(80, 40, 140, 0.7), rgba(40, 14, 90, 0.85));
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.45);
  color: var(--gold-pale);
  transition: all 0.3s;
}
.price-card .cta:hover {
  background: linear-gradient(180deg, rgba(110, 60, 170, 0.85), rgba(60, 24, 130, 0.95));
  color: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.85), 0 8px 24px rgba(229, 185, 94, 0.2);
}

/* featured / best */
.price-card.featured {
  background: linear-gradient(180deg, rgba(255, 232, 175, 0.97), rgba(244, 210, 130, 0.95) 60%, rgba(218, 174, 88, 0.97));
  box-shadow:
    inset 0 0 0 1px rgba(120, 70, 10, 0.4),
    0 28px 60px rgba(197, 138, 54, 0.4),
    0 0 60px rgba(229, 185, 94, 0.4);
  transform: translateY(-8px);
  color: #2a1a0a;
}
.price-card.featured .step,
.price-card.featured .subt { color: #2a1a0a; }
.price-card.featured ul { color: #4a3215; }
.price-card.featured ul li svg { color: #8a4b16; }
.price-card.featured .strike { color: #6b4a16; }
.price-card.featured .price { color: #4a2a06; }
.price-card.featured .save-badge {
  background: var(--red);
  color: #fff;
  box-shadow: 0 6px 14px rgba(183, 32, 42, 0.45);
}
.price-card.featured .icon-circle {
  background: linear-gradient(180deg, #6b3aa3, #3b1d75);
  box-shadow: 0 6px 16px rgba(30, 10, 80, 0.4);
}
.price-card.featured .badge-best {
  position: absolute;
  top: -16px; left: 50%; transform: translateX(-50%);
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2a1066, #150535);
  color: var(--gold-bright);
  font-family: var(--caps);
  font-size: 11px; letter-spacing: 0.32em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(8, 3, 22, 0.6), inset 0 0 0 1px rgba(229, 185, 94, 0.6);
  white-space: nowrap;
}
.price-card.featured .cta {
  background: linear-gradient(180deg, #d33636, #a82828);
  color: #fff;
  box-shadow: 0 10px 22px rgba(183, 32, 42, 0.4), inset 0 1px 0 rgba(255,255,255,0.2);
}
.price-card.featured .cta:hover {
  background: linear-gradient(180deg, #e44747, #b83232);
  box-shadow: 0 12px 28px rgba(183, 32, 42, 0.55), inset 0 1px 0 rgba(255,255,255,0.2);
}

/* ============ TESTIMONIALS carousel ============ */
.testimonials {
  position: relative;
}
.test-carousel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.test-card {
  position: relative;
  padding: 28px 26px 24px;
  background: linear-gradient(180deg, rgba(45, 20, 95, 0.5), rgba(20, 8, 55, 0.7));
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px var(--card-edge);
  display: flex; flex-direction: column; gap: 14px;
  transition: opacity 0.5s, transform 0.5s;
}
.test-card .quote-mark {
  font-family: var(--serif);
  font-size: 62px;
  line-height: 0.6;
  color: var(--gold-bright);
  opacity: 0.6;
  font-style: italic;
  margin-bottom: -8px;
}
.test-card p {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-1);
  flex: 1;
  text-wrap: pretty;
}
.test-card .who {
  display: flex; align-items: center; gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(229, 185, 94, 0.18);
}
.test-card .avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, #6b3aa3, #3b1d75);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.45);
  display: grid; place-items: center;
  font-family: var(--serif);
  color: var(--gold-bright);
  font-size: 16px;
  font-weight: 500;
}
.test-card .name {
  font-family: var(--serif);
  color: var(--cream);
  font-size: 16px;
}
.test-card .name .age { color: var(--ink-3); }

.carousel-ctl {
  display: flex; justify-content: center;
  gap: 14px;
  margin-top: 28px;
}
.carousel-ctl button {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(40, 18, 90, 0.55);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.45);
  color: var(--gold-pale);
  display: grid; place-items: center;
  transition: all 0.3s;
}
.carousel-ctl button:hover {
  background: rgba(60, 28, 120, 0.7);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.85), 0 0 24px rgba(229, 185, 94, 0.18);
  color: var(--cream);
}
.carousel-ctl .dots {
  display: flex; align-items: center; gap: 8px;
  padding: 0 12px;
}
.carousel-ctl .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(229, 185, 94, 0.3);
  transition: all 0.3s;
}
.carousel-ctl .dot.active {
  background: var(--gold-bright);
  width: 24px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(229, 185, 94, 0.7);
}

/* ============ TRUST strip ============ */
.trust-strip {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  padding: 18px clamp(20px, 4vw, 56px);
  overflow: hidden;
  border-top: 1px solid rgba(229, 185, 94, 0.18);
  border-bottom: 1px solid rgba(229, 185, 94, 0.18);
  background:
    radial-gradient(ellipse 60% 100% at 50% 50%, rgba(40, 18, 90, 0.5), transparent 70%);
}
.trust-track {
  display: flex;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  width: max-content;
  animation: trustScroll 40s linear infinite;
}
.trust-strip:hover .trust-track { animation-play-state: paused; }
@keyframes trustScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.trust-item {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--caps);
  font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-pale);
  white-space: nowrap;
  opacity: 0.85;
}
.trust-item svg { width: 22px; height: 22px; color: var(--gold-bright); }
.trust-item .sep { color: var(--ink-mute); margin: 0 6px; }

/* ============ FAQ ============ */
.faq-list {
  max-width: 880px; margin: 0 auto;
  display: flex; flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: linear-gradient(180deg, rgba(40, 18, 90, 0.55), rgba(20, 8, 55, 0.7));
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px var(--card-edge-soft);
  overflow: hidden;
  transition: box-shadow 0.4s;
}
.faq-item.open { box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.6); }
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  text-align: left;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  color: var(--cream);
}
.faq-q .plus {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(229, 185, 94, 0.08);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.45);
  flex-shrink: 0;
  display: grid; place-items: center;
  color: var(--gold-bright);
  transition: transform 0.4s, background 0.3s;
}
.faq-item.open .faq-q .plus { transform: rotate(45deg); background: rgba(229, 185, 94, 0.18); }
.faq-q .plus svg { width: 14px; height: 14px; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.faq-a-inner {
  padding: 0 24px 22px;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 740px;
  text-wrap: pretty;
}

/* ============ FINAL CTA ============ */
.final-cta {
  position: relative;
  max-width: 1280px;
  margin: clamp(40px, 6vw, 80px) auto;
  padding: clamp(40px, 6vw, 80px) clamp(24px, 5vw, 64px);
  border-radius: 28px;
  background:
    radial-gradient(ellipse 60% 60% at 50% 50%, rgba(229, 185, 94, 0.15), transparent 70%),
    linear-gradient(180deg, rgba(60, 26, 120, 0.65), rgba(24, 8, 60, 0.85));
  box-shadow:
    inset 0 0 0 1px var(--card-edge),
    0 30px 70px rgba(8, 3, 22, 0.55);
  text-align: center;
  overflow: hidden;
}
.final-cta::before, .final-cta::after {
  content: ""; position: absolute;
  width: 18px; height: 18px;
  border: 1px solid var(--gold-bright);
  pointer-events: none;
}
.final-cta::before { top: 16px; left: 16px; border-right: none; border-bottom: none; }
.final-cta::after  { bottom: 16px; right: 16px; border-left: none; border-top: none; }
.final-cta .cta-art {
  position: absolute; left: -60px; bottom: -60px;
  width: 280px; opacity: 0.22;
  pointer-events: none;
}
.final-cta .cta-art.right { left: auto; right: -60px; transform: scaleX(-1); }
.final-cta .cta-art svg { width: 100%; }
.final-cta h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
  color: var(--cream);
  max-width: 880px; margin: 0 auto 16px;
  text-wrap: balance;
  position: relative; z-index: 2;
}
.final-cta h2 em {
  font-style: italic;
  background: linear-gradient(180deg, #fff1c6 0%, var(--gold-pale) 35%, var(--gold-bright) 65%, var(--gold) 95%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.final-cta p {
  font-family: var(--serif);
  font-size: clamp(16px, 1.3vw, 19px);
  color: var(--ink-2);
  max-width: 620px; margin: 0 auto 28px;
  position: relative; z-index: 2;
  text-wrap: pretty;
}
.final-cta .ctas {
  justify-content: center;
  position: relative; z-index: 2;
  margin: 0;
}

/* ============ CHECKOUT modal ============ */
.checkout {
  position: fixed; inset: 0;
  z-index: 100;
  background: rgba(8, 3, 22, 0.88);
  backdrop-filter: blur(8px);
  display: grid; place-items: center;
  padding: clamp(16px, 4vw, 40px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.checkout.open { opacity: 1; pointer-events: auto; }
.checkout .panel {
  position: relative;
  width: min(520px, 100%);
  background: linear-gradient(180deg, rgba(40, 18, 90, 0.96), rgba(20, 7, 53, 0.98));
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(8, 3, 22, 0.7), inset 0 0 0 1px var(--card-edge);
  padding: 36px 34px 30px;
  max-height: 90vh; overflow: auto;
}
.checkout .close {
  position: absolute; top: 14px; right: 14px;
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(40, 18, 90, 0.6);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.4);
  color: var(--gold-pale);
  display: grid; place-items: center;
}
.checkout .close svg { width: 18px; height: 18px; }
.checkout h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 6px;
}
.checkout .sub { color: var(--ink-3); font-size: 14px; margin-bottom: 22px; }
.checkout .summary {
  margin-bottom: 22px;
  padding: 16px 18px;
  background: rgba(8, 5, 27, 0.5);
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.22);
}
.checkout .summary .row {
  display: flex; justify-content: space-between; align-items: center;
  gap: 14px; margin-bottom: 6px;
  font-size: 14px;
}
.checkout .summary .row:last-child { margin-bottom: 0; }
.checkout .summary .label { color: var(--ink-3); }
.checkout .summary .value { color: var(--cream); font-family: var(--serif); font-size: 16px; text-align: right; }
.checkout .summary .total {
  margin-top: 10px; padding-top: 10px;
  border-top: 1px solid rgba(229, 185, 94, 0.22);
}
.checkout .summary .total .value {
  color: var(--gold-pale); font-size: 22px; font-weight: 500;
}
.checkout form { display: flex; flex-direction: column; gap: 12px; }
.checkout label {
  display: flex; flex-direction: column; gap: 6px;
  font-size: 12.5px; color: var(--ink-3);
  letter-spacing: 0.04em;
}
.checkout input {
  font-size: 14px;
  padding: 13px 16px;
  border-radius: 12px;
  background: rgba(8, 5, 27, 0.7);
  border: 1px solid rgba(229, 185, 94, 0.28);
  color: var(--ink-1);
  outline: none;
  transition: border 0.3s, background 0.3s;
}
.checkout input::placeholder { color: var(--ink-mute); }
.checkout input:focus { border-color: var(--gold-bright); background: rgba(8, 5, 27, 0.85); }
.checkout input.err { border-color: #d33636; }
.checkout .btn-primary { justify-content: center; padding: 16px 24px; margin-top: 6px; }
.checkout .legal { font-size: 11.5px; color: var(--ink-mute); text-align: center; line-height: 1.4; margin-top: 4px; }
.checkout .success-state {
  text-align: center;
  padding: 16px 0 8px;
}
.checkout .success-state .ic {
  width: 64px; height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff1c6, #e5b95e 50%, #c58a36);
  display: grid; place-items: center;
  box-shadow: 0 12px 30px rgba(197, 138, 54, 0.4);
}
.checkout .success-state .ic svg { width: 32px; height: 32px; color: #2a1a0a; }
.checkout .success-state h4 {
  font-family: var(--serif);
  font-size: 22px; color: var(--cream); margin-bottom: 8px; font-weight: 500;
}
.checkout .success-state p { color: var(--ink-2); font-size: 15px; line-height: 1.5; }

/* ============ FOOTER ============ */
.site-footer {
  position: relative;
  padding: clamp(40px, 5vw, 70px) clamp(20px, 4vw, 56px) 24px;
  border-top: 1px solid rgba(229, 185, 94, 0.18);
  background: rgba(8, 5, 27, 0.55);
}
.footer-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(229, 185, 94, 0.14);
}
.footer-brand p {
  font-family: var(--serif);
  color: var(--ink-3);
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.55;
  margin: 14px 0 18px;
  max-width: 320px;
}
.footer-brand .socials { display: flex; gap: 10px; }
.footer-brand .socials a {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(40, 18, 90, 0.55);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.35);
  color: var(--gold-pale);
  display: grid; place-items: center;
  transition: all 0.3s;
}
.footer-brand .socials a:hover {
  background: rgba(60, 28, 120, 0.75);
  box-shadow: inset 0 0 0 1px rgba(229, 185, 94, 0.75);
  color: var(--cream);
  transform: translateY(-2px);
}
.footer-brand .socials a svg { width: 18px; height: 18px; }

.footer-col h5 {
  font-family: var(--caps);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a {
  font-size: 14px;
  color: var(--ink-2);
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold-pale); }

.footer-bottom {
  max-width: 1280px; margin: 0 auto;
  padding-top: 22px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 14px;
  font-size: 12.5px;
  color: var(--ink-mute);
}
.footer-bottom .legal { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-bottom .legal a:hover { color: var(--gold-pale); }

/* ============ fade animations ============ */
.fade-in { opacity: 0; transform: translateY(14px); transition: opacity 0.9s ease, transform 0.9s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ============ responsive ============ */
@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "portrait"
      "sig"
      "copy";
    gap: 12px;
  }
  .copy { max-width: 100%; }
  .portrait-stage { max-width: 460px; margin: 0 auto; aspect-ratio: 1 / 1.48; width: 100%; }
  .hero-sig { max-width: 500px; margin: 8px auto 16px; }
  .hero-bottom { grid-template-columns: 1fr; gap: 24px; }
  .cube-wrap { height: 280px; }
  .gift-grid { grid-template-columns: 1fr; gap: 22px; text-align: left; }
  .about-grid { grid-template-columns: 1fr; }
  .about-art { max-width: 280px; margin: 0 auto; width: 100%; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-art { display: none; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-portrait { width: 100%; max-width: 360px; margin: 0 auto; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: 1fr; gap: 32px; }
  .timeline::before { display: none; }
  .t-step { display: grid; grid-template-columns: 76px 1fr; gap: 18px; text-align: left; align-items: center; }
  .t-step .num { margin: 0; }
  .t-step .dsc { max-width: none; margin: 0; }
}
@media (max-width: 880px) {
  .requests-grid { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .test-carousel { grid-template-columns: 1fr; }
  .formats-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  h1.headline { font-size: 30px; }
  .ctas { flex-direction: column; align-items: stretch; }
  .btn { justify-content: center; }
  .cube-stage { width: 220px; height: 220px; }
  .face { width: 160px; height: 160px; }
  .face.front  { transform: translateZ(80px); }
  .face.right  { transform: rotateY(90deg) translateZ(80px); }
  .face.top    { transform: rotateX(90deg) translateZ(80px); }
  .face.left   { transform: rotateY(-90deg) translateZ(80px); }
  .face.bottom { transform: rotateX(-90deg) translateZ(80px); }
  .face.back   { transform: rotateY(180deg) translateZ(80px); }
  .cube { inset: 30px; }
  .dots { width: 110px; height: 110px; }
  .dot { width: 18px; height: 18px; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}


/* PATCH: make dice pips visible after base dot rules */
.dots.f1 .dot, .dots.f2 .dot, .dots.f3 .dot, .dots.f4 .dot, .dots.f5 .dot, .dots.f6 .dot { visibility: hidden; }
.dots.f1 .dot:nth-child(5) { visibility: visible; }
.dots.f2 .dot:nth-child(1), .dots.f2 .dot:nth-child(9) { visibility: visible; }
.dots.f3 .dot:nth-child(1), .dots.f3 .dot:nth-child(5), .dots.f3 .dot:nth-child(9) { visibility: visible; }
.dots.f4 .dot:nth-child(1), .dots.f4 .dot:nth-child(3), .dots.f4 .dot:nth-child(7), .dots.f4 .dot:nth-child(9) { visibility: visible; }
.dots.f5 .dot:nth-child(1), .dots.f5 .dot:nth-child(3), .dots.f5 .dot:nth-child(5), .dots.f5 .dot:nth-child(7), .dots.f5 .dot:nth-child(9) { visibility: visible; }
.dots.f6 .dot:nth-child(1), .dots.f6 .dot:nth-child(3), .dots.f6 .dot:nth-child(4), .dots.f6 .dot:nth-child(6), .dots.f6 .dot:nth-child(7), .dots.f6 .dot:nth-child(9) { visibility: visible; }


/* PATCH: keep the whole page close to the generated visual reference while preserving live HTML */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background: url('uploads/landingpage.webp') top center / 100% auto no-repeat;
  opacity: 0.055;
  mix-blend-mode: screen;
}

/* ================= PATCH 2026-05-18: requested micro-improvements ================= */
/* Hero portrait: preserve the new full-body image and keep overlays minimal. */
.portrait-stage .portal .hero-portrait-img {
  filter: saturate(0.98) contrast(1.02) brightness(1.01);
}
.portrait-stage .portal .veil {
  opacity: 1;
}
.portrait-stage .portal .veil-2 {
  background:
    radial-gradient(ellipse 65% 55% at 50% 50%, transparent 58%, rgba(20, 7, 53, 0.12) 88%, rgba(20, 7, 53, 0.28) 100%),
    linear-gradient(180deg, rgba(18, 8, 44, 0.02), rgba(18, 8, 44, 0.18));
}
.portrait-stage .portal .warm {
  background:
    radial-gradient(ellipse 48% 36% at 50% 18%, rgba(255, 235, 186, 0.12), transparent 72%),
    radial-gradient(ellipse 60% 46% at 50% 92%, rgba(229, 185, 94, 0.1), transparent 72%);
}

/* Use provided high-quality dice artwork instead of procedural cube. */
.cube-wrap { height: 320px; }
.cube-image-shell {
  position: relative;
  width: min(320px, 82vw);
  height: min(320px, 82vw);
  display: grid;
  place-items: center;
  animation: cubeImageFloat 8s ease-in-out infinite;
}
.cube-premium-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 18px 40px rgba(8, 3, 22, 0.52))
    drop-shadow(0 0 32px rgba(229, 185, 94, 0.30));
}
@keyframes cubeImageFloat {
  0%,100% { transform: translateY(0) rotate(-1deg) scale(1); }
  50% { transform: translateY(-8px) rotate(1deg) scale(1.018); }
}
.cube-image-shell .cube-glow {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  height: 24%;
  background: radial-gradient(ellipse at 50% 50%, rgba(229, 185, 94, 0.60), rgba(126, 45, 170, 0.20) 35%, transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

/* Provided gift artwork. */
.gift-title .gift-image-box {
  width: 88px;
  height: 88px;
  filter: drop-shadow(0 10px 22px rgba(229, 185, 94, 0.30));
}
.gift-title .gift-image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Make the LILA board feel alive: slow zoom and soft glow underneath. */
.game-board {
  animation: boardSlowBreathe 12s ease-in-out infinite;
  transform-origin: 50% 72%;
}
.game-board::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 2%;
  height: 22%;
  background: radial-gradient(ellipse at 50% 50%, rgba(229, 185, 94, 0.24), rgba(126, 45, 170, 0.12) 38%, transparent 72%);
  filter: blur(22px);
  opacity: 0.85;
  z-index: -1;
  animation: boardGlowPulse 10s ease-in-out infinite;
}
@keyframes boardSlowBreathe {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.025); }
}
@keyframes boardGlowPulse {
  0%,100% { opacity: 0.55; transform: scaleX(0.94); }
  50% { opacity: 0.95; transform: scaleX(1.04); }
}

/* Platform links are real clickable anchors. */
.platforms a.p {
  text-decoration: none;
  transition: color .25s ease, transform .25s ease, text-shadow .25s ease;
}
.platforms a.p:hover {
  color: var(--cream);
  transform: translateY(-1px);
  text-shadow: 0 0 14px rgba(229, 185, 94, 0.45);
}


/* Pricing cards should come alive on hover. */
.price-card {
  transition: transform .38s ease, box-shadow .38s ease, filter .38s ease;
  will-change: transform;
}
.price-card:hover {
  transform: translateY(-10px) scale(1.025);
  box-shadow:
    inset 0 0 0 1px rgba(229, 185, 94, 0.62),
    0 28px 70px rgba(8, 3, 22, 0.52),
    0 0 48px rgba(229, 185, 94, 0.16);
  filter: saturate(1.06) brightness(1.04);
}
.price-card.featured:hover {
  transform: translateY(-16px) scale(1.04);
  box-shadow:
    inset 0 0 0 1px rgba(120, 70, 10, 0.52),
    0 36px 90px rgba(197, 138, 54, 0.50),
    0 0 72px rgba(229, 185, 94, 0.48);
}

/* Testimonials now move like a premium marquee. */
.testimonials { overflow: hidden; }
.test-marquee {
  width: 100%;
  overflow: hidden;
  padding: 4px 0 10px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.test-track {
  display: flex;
  gap: clamp(16px, 2vw, 24px);
  width: max-content;
  animation: testimonialsScroll 48s linear infinite;
}
.test-marquee:hover .test-track { animation-play-state: paused; }
@keyframes testimonialsScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.test-card.moving {
  width: min(390px, 84vw);
  min-height: 238px;
  flex: 0 0 auto;
}
.carousel-ctl { display: none; }

/* Trust strip requested static. */
.trust-strip.trust-static .trust-track {
  width: auto;
  justify-content: center;
  flex-wrap: wrap;
  animation: none;
}
.trust-strip.trust-static:hover .trust-track { animation: none; }

@media (max-width: 760px) {
  .cube-wrap { height: 240px; }
  .cube-image-shell { width: min(260px, 78vw); height: min(260px, 78vw); }
  .test-track { animation-duration: 56s; }
  .price-card:hover,
  .price-card.featured:hover { transform: translateY(-6px) scale(1.01); }
}

/* ===== V3 precise visual assets and component upgrades ===== */
/* Clean PNG dice object: no square background, no extra container glow. */
.cube-image-shell {
  width: clamp(170px, 20vw, 330px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}
.cube-premium-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 20px 40px rgba(8, 3, 22, 0.48))
    drop-shadow(0 0 32px rgba(229, 185, 94, 0.34));
  transition: transform .35s ease, filter .35s ease;
}
.cube-image-shell:hover .cube-premium-img {
  transform: translateY(-4px) scale(1.025);
  filter:
    drop-shadow(0 24px 48px rgba(8, 3, 22, 0.54))
    drop-shadow(0 0 48px rgba(229, 185, 94, 0.52));
}
.cube-image-shell .cube-glow { display: none !important; }

/* Clean gift object: transparent PNG without rectangular visual noise. */
.gift-title .gift-image-box {
  width: clamp(92px, 8vw, 132px);
  height: clamp(92px, 8vw, 132px);
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  display: grid;
  place-items: center;
}
.gift-title .gift-image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 14px 30px rgba(8, 3, 22, 0.35))
    drop-shadow(0 0 28px rgba(229, 185, 94, 0.34));
  animation: giftObjectPulse 6.2s ease-in-out infinite;
}
@keyframes giftObjectPulse {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-5px) scale(1.018); }
}
.gift-title .gift-image-box:hover img {
  transform: scale(1.04);
  filter:
    drop-shadow(0 16px 34px rgba(8, 3, 22, 0.42))
    drop-shadow(0 0 42px rgba(229, 185, 94, 0.50));
}

.guide-portrait .img::after {
  background:
    radial-gradient(ellipse 50% 38% at 50% 18%, rgba(255, 222, 150, 0.20), transparent 70%),
    linear-gradient(180deg, transparent 50%, rgba(40, 18, 90, 0.38) 100%) !important;
  mix-blend-mode: screen;
}
.guide-portrait:hover .img {
  filter: contrast(1.10) saturate(1.12) brightness(1.10) sepia(0.06)
    drop-shadow(0 0 22px rgba(229,185,94,.12));
}

/* Five-step process: replace simple symbols with premium circular art. */
.t-step .num.step-orb {
  width: 112px;
  height: 112px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  overflow: visible;
  background:
    radial-gradient(circle at 50% 35%, rgba(229,185,94,.20), transparent 44%),
    linear-gradient(145deg, rgba(78,31,128,.92), rgba(18,8,48,.96));
  border: 1px solid rgba(229,185,94,.58);
  box-shadow:
    inset 0 0 18px rgba(229,185,94,.12),
    0 0 32px rgba(229,185,94,.16);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.t-step .num.step-orb img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(229,185,94,.30));
  transition: transform .35s ease, filter .35s ease;
}
.t-step .num.step-orb .n {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(229,185,94,.95);
  color: #27103e;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 0 14px rgba(229,185,94,.28);
}
.t-step:hover .num.step-orb {
  transform: translateY(-6px) scale(1.045);
  border-color: rgba(255,244,216,.72);
  box-shadow:
    inset 0 0 22px rgba(229,185,94,.18),
    0 0 48px rgba(229,185,94,.28);
}
.t-step:hover .num.step-orb img {
  transform: scale(1.08);
  filter: drop-shadow(0 0 26px rgba(229,185,94,.45));
}
.t-step .num.step-orb svg { display: none; }

/* Results: use premium mini artwork instead of plain line icons. */
.res-card .ic.result-art {
  width: 70px;
  height: 70px;
  background: transparent;
  box-shadow: none;
  border: none;
  margin-bottom: 12px;
  overflow: visible;
}
.res-card .ic.result-art img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(229,185,94,.28));
  transition: transform .35s ease, filter .35s ease;
}
.res-card:hover .ic.result-art img {
  transform: scale(1.10);
  filter: drop-shadow(0 0 26px rgba(229,185,94,.44));
}
.res-card {
  min-height: 152px;
}

@media (max-width: 900px) {
  .t-step .num.step-orb { margin: 0; width: 94px; height: 94px; }
  .t-step .num.step-orb img { width: 64px; height: 64px; }
  .guide-portrait { min-height: 420px; max-width: 420px; }
}
@media (max-width: 640px) {
  .res-card .ic.result-art { margin: 0; width: 62px; height: 62px; }
  .res-card .ic.result-art img { width: 62px; height: 62px; }
}

/* ===== FINAL VISUAL REFINEMENT PATCH ===== */
/* Stronger background language based on landingpage.png while keeping text readable. */
.bg-stack .sky {
  background:
    linear-gradient(180deg, rgba(10,5,30,0.78) 0%, rgba(15,7,38,0.84) 22%, rgba(18,7,46,0.9) 48%, rgba(13,5,30,0.95) 100%),
    radial-gradient(ellipse 75% 48% at 20% 18%, rgba(120, 58, 176, 0.22), transparent 58%),
    radial-gradient(ellipse 65% 44% at 82% 22%, rgba(229, 185, 94, 0.08), transparent 54%),
    url('uploads/landingpage.webp') top center / min(100%, 980px) auto no-repeat;
}
body::after {
  opacity: 0.09;
  background: url('uploads/landingpage.webp') top center / min(100%, 1100px) auto no-repeat;
}

/* Clean up cube and gift presentation */
.cube-image-shell {
  width: clamp(190px, 22vw, 350px);
  height: auto;
  aspect-ratio: auto;
}
.cube-premium-img {
  object-fit: contain;
  image-rendering: auto;
  filter:
    drop-shadow(0 24px 48px rgba(8,3,22,0.48))
    drop-shadow(0 0 34px rgba(229,185,94,0.28));
}
.cube-image-shell:hover .cube-premium-img {
  transform: translateY(-3px) scale(1.02);
}
.gift-title .gift-image-box {
  width: clamp(78px, 7vw, 112px);
  height: clamp(78px, 7vw, 112px);
}
.gift-title .gift-image-box img {
  filter:
    drop-shadow(0 12px 24px rgba(8,3,22,0.34))
    drop-shadow(0 0 24px rgba(229,185,94,0.28));
}

/* Pain block visual: replace primitive flower with a refined art crop from the main style reference. */
.pain-art-image {
  position: relative;
  min-height: 340px;
  display: grid;
  place-items: center;
  background: none !important;
}
.pain-art-image img {
  width: min(92%, 360px);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 18px 42px rgba(8,3,22,0.44))
    drop-shadow(0 0 28px rgba(229,185,94,0.18));
  opacity: 0.98;
  transform: translateY(0);
  animation: lotusFloat 10s ease-in-out infinite;
}
.pain-art-image::before {
  content: "";
  position: absolute;
  inset: 12% 10%;
  background:
    radial-gradient(circle at 50% 48%, rgba(229,185,94,0.09), transparent 48%),
    radial-gradient(circle at 50% 68%, rgba(184,109,214,0.12), transparent 55%);
  filter: blur(18px);
}
@keyframes lotusFloat {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-7px) scale(1.018); }
}

/* Guide block: no frame, no circular decorations, photo integrated into the background. */
.guide-grid {
  align-items: end;
}
.guide-portrait-blend {
  position: relative;
  max-width: 420px;
  min-height: 480px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
  background: none !important;
  box-shadow: none !important;
}
.guide-portrait-blend::before {
  content: "";
  position: absolute;
  inset: 6% 12% 4% 10%;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 234, 176, 0.28), transparent 28%),
    radial-gradient(circle at 35% 82%, rgba(168, 91, 208, 0.22), transparent 36%),
    radial-gradient(circle at 74% 86%, rgba(229,185,94,0.14), transparent 34%);
  filter: blur(16px);
  z-index: 0;
}
.guide-portrait-blend::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(255,241,198,0.62) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 22%, rgba(229,185,94,0.58) 0 1.4px, transparent 3px),
    radial-gradient(circle at 24% 70%, rgba(229,185,94,0.44) 0 1.4px, transparent 3px),
    radial-gradient(circle at 72% 80%, rgba(255,241,198,0.42) 0 1px, transparent 3px);
  pointer-events: none;
  z-index: 3;
}
.guide-photo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  filter:
    saturate(1.04)
    contrast(1.03)
    brightness(1.02)
    drop-shadow(0 24px 58px rgba(8,3,22,0.42));
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 92%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 92%, transparent 100%);
}
.guide-portrait-blend:hover .guide-photo {
  transform: translateY(-3px);
}

/* Remove old guide circular framing remnants if any */
.guide-portrait .mandala-bg,
.guide-portrait .img { display:none !important; }

@media (max-width: 860px) {
  .guide-portrait-blend {
    min-height: 360px;
    max-width: 360px;
  }
  .pain-art-image { min-height: 260px; }
  .pain-art-image img { width: min(86vw, 320px); }
}

/* ===== FINAL BACKGROUND INTEGRATION: custom sacred whole-page background ===== */
/* Uses the generated clean background: no Irina, no dice, no gifts, no UI elements. */
.bg-stack .sky {
  background:
    linear-gradient(180deg, rgba(8,5,27,0.08) 0%, rgba(8,5,27,0.18) 28%, rgba(8,5,27,0.30) 62%, rgba(8,5,27,0.46) 100%),
    url('assets/site-background.webp') top center / min(100%, 1200px) auto repeat-y,
    linear-gradient(180deg, #08051b 0%, #1b0b3b 46%, #10062b 100%) !important;
}

.bg-stack .stars {
  opacity: 0.34 !important;
  mix-blend-mode: screen;
}

.bg-stack .vignette {
  background:
    linear-gradient(90deg, rgba(8,5,27,0.38), transparent 18%, transparent 82%, rgba(8,5,27,0.38)),
    radial-gradient(ellipse 86% 70% at 50% 44%, transparent 0%, transparent 52%, rgba(8,5,27,0.38) 82%, rgba(8,5,27,0.76) 100%) !important;
}

.bg-stack .corner-lotus {
  display: none !important;
}

/* Disable the old low-opacity landingpage.png overlay. The new background already contains the right atmosphere. */
body::after {
  content: none !important;
  display: none !important;
}

/* Improve readability over the richer background without killing the art direction. */
.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(8,5,27,0.10), rgba(8,5,27,0.22));
  z-index: -1;
}

.hero::before {
  background:
    radial-gradient(ellipse 70% 58% at 24% 34%, rgba(8,5,27,0.36), transparent 74%),
    radial-gradient(ellipse 48% 62% at 74% 32%, rgba(229,185,94,0.035), transparent 72%) !important;
}

@media (max-width: 760px) {
  .bg-stack .sky {
    background:
      linear-gradient(180deg, rgba(8,5,27,0.18) 0%, rgba(8,5,27,0.34) 44%, rgba(8,5,27,0.54) 100%),
      url('assets/site-background.webp') top center / auto 1550px repeat-y,
      linear-gradient(180deg, #08051b 0%, #1b0b3b 52%, #10062b 100%) !important;
  }
  .bg-stack .stars { opacity: 0.24 !important; }
}

/* ===== V6 BACKGROUND READABILITY + SCROLL PATCH ===== */
/* The generated sacred background should be atmospheric, not compete with content.
   It now belongs to the page flow and scrolls with the document instead of staying fixed. */
#root {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  background:
    linear-gradient(180deg, #08051b 0%, #13072f 34%, #160832 68%, #09041d 100%);
}

.bg-stack {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  min-height: 100% !important;
  z-index: -5 !important;
  overflow: hidden;
  opacity: 1;
}

/* Put the artwork in a separate transparent layer so its intensity can be controlled. */
.bg-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('assets/site-background.webp') top center / min(100%, 1180px) auto repeat-y;
  opacity: 0.26;
  filter: saturate(0.94) brightness(0.82) contrast(0.95);
  pointer-events: none;
  z-index: 0;
}

/* Dark readability veil over the artwork. */
.bg-stack::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,5,27,0.68), rgba(8,5,27,0.36) 20%, rgba(8,5,27,0.38) 80%, rgba(8,5,27,0.70)),
    linear-gradient(180deg, rgba(8,5,27,0.30) 0%, rgba(8,5,27,0.56) 36%, rgba(8,5,27,0.64) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Base tone only. The actual generated background is in .bg-stack::before. */
.bg-stack .sky {
  background:
    radial-gradient(ellipse 70% 48% at 50% 0%, rgba(99,49,145,0.24), transparent 58%),
    radial-gradient(ellipse 64% 44% at 80% 18%, rgba(229,185,94,0.05), transparent 52%),
    linear-gradient(180deg, #08051b 0%, #160832 48%, #09041d 100%) !important;
  opacity: 1;
  z-index: 0;
}

.bg-stack .stars {
  opacity: 0.18 !important;
  z-index: 2;
}

.bg-stack .vignette {
  z-index: 3;
  background:
    radial-gradient(ellipse 76% 66% at 50% 38%, transparent 0%, rgba(8,5,27,0.26) 58%, rgba(8,5,27,0.72) 100%) !important;
}

/* Reduce section veils slightly; the page-level veil now handles readability. */
.section::before {
  background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(8,5,27,0.04), rgba(8,5,27,0.12)) !important;
}

@media (max-width: 760px) {
  .bg-stack::before {
    background-size: auto 1450px;
    opacity: 0.20;
    filter: saturate(0.88) brightness(0.76) contrast(0.92);
  }

  .bg-stack::after {
    background:
      linear-gradient(90deg, rgba(8,5,27,0.78), rgba(8,5,27,0.46) 22%, rgba(8,5,27,0.48) 78%, rgba(8,5,27,0.80)),
      linear-gradient(180deg, rgba(8,5,27,0.46) 0%, rgba(8,5,27,0.66) 46%, rgba(8,5,27,0.74) 100%);
  }
}


/* ===== V7 FINAL READY BACKGROUND BALANCE =====
   Visible enough to preserve the sacred landingpage-style atmosphere,
   but still soft and scrolling with the page. Adjust only these values later:
   --site-bg-opacity and --site-bg-veil-darkness. */
:root {
  --site-bg-opacity: 0.38;
  --site-bg-mobile-opacity: 0.30;
  --site-bg-brightness: 0.92;
  --site-bg-saturation: 1.02;
}

.bg-stack {
  position: absolute !important;
  inset: 0 !important;
  min-height: 100% !important;
  height: auto !important;
  z-index: -5 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.bg-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('assets/site-background.webp') top center / min(100%, 1180px) auto repeat-y;
  opacity: var(--site-bg-opacity) !important;
  filter: brightness(var(--site-bg-brightness)) saturate(var(--site-bg-saturation)) contrast(0.98) !important;
  pointer-events: none;
  z-index: 0;
}

.bg-stack::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,5,27,0.52), rgba(8,5,27,0.23) 22%, rgba(8,5,27,0.25) 78%, rgba(8,5,27,0.54)),
    linear-gradient(180deg, rgba(8,5,27,0.18) 0%, rgba(8,5,27,0.38) 44%, rgba(8,5,27,0.48) 100%) !important;
  pointer-events: none;
  z-index: 1;
}

.bg-stack .sky {
  background:
    radial-gradient(ellipse 74% 48% at 50% 0%, rgba(99,49,145,0.18), transparent 58%),
    linear-gradient(180deg, #08051b 0%, #160832 48%, #09041d 100%) !important;
}

.bg-stack .stars {
  opacity: 0.24 !important;
}

.bg-stack .vignette {
  background: radial-gradient(ellipse 82% 70% at 50% 38%, transparent 0%, rgba(8,5,27,0.18) 58%, rgba(8,5,27,0.58) 100%) !important;
}

@media (max-width: 760px) {
  .bg-stack::before {
    background-size: auto 1450px;
    opacity: var(--site-bg-mobile-opacity) !important;
    filter: brightness(0.86) saturate(0.96) contrast(0.96) !important;
  }

  .bg-stack::after {
    background:
      linear-gradient(90deg, rgba(8,5,27,0.62), rgba(8,5,27,0.34) 22%, rgba(8,5,27,0.36) 78%, rgba(8,5,27,0.64)),
      linear-gradient(180deg, rgba(8,5,27,0.32) 0%, rgba(8,5,27,0.52) 46%, rgba(8,5,27,0.62) 100%) !important;
  }
}

/* ===== V8: premium dice and gift assets integration ===== */
.cube-image-shell {
  width: clamp(210px, 22vw, 360px) !important;
  height: auto !important;
  aspect-ratio: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.cube-premium-img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 24px 48px rgba(8,3,22,.55))
    drop-shadow(0 0 36px rgba(229,185,94,.34)) !important;
}
.cube-image-shell .cube-glow { display: none !important; }

.gift-title .gift-image-box {
  width: clamp(104px, 10vw, 160px) !important;
  height: clamp(104px, 10vw, 160px) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.gift-title .gift-image-box img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 18px 36px rgba(8,3,22,.42))
    drop-shadow(0 0 30px rgba(229,185,94,.32)) !important;
}
@media (max-width: 760px) {
  .cube-image-shell { width: min(280px, 76vw) !important; }
  .gift-title .gift-image-box {
    width: 118px !important;
    height: 118px !important;
  }
}


/* ===== V9 final layout/assets fixes ===== */

/* Clean premium PNG assets */
.cube-image-shell,
.gift-title .gift-image-box {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.cube-image-shell {
  width: clamp(230px, 24vw, 360px) !important;
  height: auto !important;
  aspect-ratio: auto !important;
  position: relative;
  z-index: 5;
}
.cube-premium-img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
  filter: drop-shadow(0 30px 58px rgba(8,3,22,.56)) drop-shadow(0 0 34px rgba(229,185,94,.34)) !important;
}
.gift-title .gift-image-box {
  width: clamp(92px, 9vw, 136px) !important;
  height: clamp(92px, 9vw, 136px) !important;
  flex: 0 0 auto;
}
.gift-title .gift-image-box img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
  filter: drop-shadow(0 16px 28px rgba(8,3,22,.40)) drop-shadow(0 0 24px rgba(229,185,94,.28)) !important;
}

/* Hero board bigger, cube floats above board */
.hero-bottom {
  position: relative !important;
  display: block !important;
  min-height: clamp(300px, 34vw, 520px);
  margin-top: clamp(34px, 4vw, 66px) !important;
}
.cube-wrap {
  position: absolute !important;
  left: clamp(-6px, 1.2vw, 12px);
  bottom: clamp(18px, 3vw, 40px);
  width: clamp(210px, 24vw, 360px);
  height: auto !important;
  display: block !important;
  z-index: 8 !important;
  pointer-events: none;
}
.game-board {
  position: relative;
  z-index: 2;
  width: min(100%, 1040px) !important;
  max-width: none !important;
  aspect-ratio: 1.78 / 1 !important;
  margin-left: clamp(110px, 11vw, 170px) !important;
  margin-right: 0 !important;
}
.game-board svg {
  overflow: visible;
}
.game-board::after {
  z-index: -1;
}

/* Pain-lotus visual */
.pain-art-image {
  min-height: 360px !important;
}
.pain-art-image img {
  width: min(96%, 440px) !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 22px 44px rgba(8,3,22,.42)) drop-shadow(0 0 26px rgba(229,185,94,.20));
}
.pain-art-image::before,
.pain-art-image::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.pain-art-image::before {
  inset: 8% 12% 20% 12%;
  background: radial-gradient(circle at 50% 70%, rgba(255,228,160,.16), transparent 45%), radial-gradient(circle at 50% 48%, rgba(185,112,224,.10), transparent 52%);
  filter: blur(24px);
}
.pain-art-image::after {
  top: 10%; left: 18%; right: 18%; height: 34%;
  background:
    radial-gradient(circle at 15% 70%, rgba(255,233,170,.55) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 30%, rgba(255,228,160,.66) 0 1.6px, transparent 3px),
    radial-gradient(circle at 35% 56%, rgba(255,241,198,.62) 0 1px, transparent 3px),
    radial-gradient(circle at 48% 24%, rgba(255,218,130,.8) 0 1.8px, transparent 3px),
    radial-gradient(circle at 64% 44%, rgba(255,230,170,.58) 0 1.2px, transparent 3px),
    radial-gradient(circle at 78% 20%, rgba(255,228,160,.74) 0 1.6px, transparent 3px),
    radial-gradient(circle at 88% 60%, rgba(255,239,192,.52) 0 1px, transparent 3px);
  filter: blur(.3px) drop-shadow(0 0 10px rgba(229,185,94,.22));
  opacity: .95;
}

@media (max-width: 980px) {
  .hero-bottom {
    min-height: unset;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px;
  }
  .game-board {
    width: min(100%, 900px) !important;
    margin: 0 auto !important;
    aspect-ratio: 1.6 / 1 !important;
    order: 2;
  }
  .cube-wrap {
    position: relative !important;
    left: auto;
    bottom: auto;
    width: min(280px, 72vw);
    margin: 0 auto -10px auto;
    order: 1;
  }
}
@media (max-width: 640px) {
  .gift-title {
    align-items: flex-start;
  }
  .gift-title .gift-image-box {
    width: 88px !important;
    height: 88px !important;
  }
  .game-board {
    aspect-ratio: 1.42 / 1 !important;
  }
  .pain-art-image { min-height: 280px !important; }
  .pain-art-image img { width: min(82vw, 320px) !important; }
}


/* ===== V10: animated Flower of Life in "Что такое ЛИЛА" ===== */
.about-art {
  overflow: visible;
}
.about-art .glow { display:none !important; }
.flower-life {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  margin-inline: auto;
  isolation: isolate;
}
.flower-life-glow {
  position: absolute;
  inset: 15%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,231,180,.14) 0%, rgba(255,231,180,.06) 36%, rgba(255,231,180,0) 68%);
  filter: blur(22px);
  opacity: .68;
  animation: aboutHaloPulse 7.2s ease-in-out infinite;
}
.flower-life-svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 0 8px rgba(244, 211, 131, 0.18)) drop-shadow(0 0 24px rgba(244, 211, 131, 0.08));
}
.about-flower-core {
  transform-box: fill-box;
  transform-origin: center;
  animation: aboutFlowerBreathe 7.6s ease-in-out infinite;
}
.about-flower-line {
  fill: none;
  stroke: url(#aboutGoldStroke);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  opacity: 0;
  animation: aboutShow .01s linear forwards var(--d), aboutDraw 2.2s cubic-bezier(.65,0,.35,1) forwards var(--d), aboutShimmer 8s ease-in-out infinite calc(2.25s + var(--d));
}
.about-flower-ring { stroke-width: 1.15; }
.about-flower-spark {
  fill: #ffe8ab;
  opacity: 0;
  animation: aboutSparkIn .9s ease forwards var(--d), aboutSparkle 5.8s ease-in-out infinite calc(var(--d) + 1.2s);
}
.flower-life-sparkles {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.flower-life-sparkles span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,245,204,.95) 0%, rgba(229,185,94,.85) 45%, rgba(229,185,94,0) 70%);
  box-shadow: 0 0 10px rgba(229,185,94,.42);
  animation: aboutDust 5.8s ease-in-out infinite;
}
.flower-life-sparkles span::before,
.flower-life-sparkles span::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,239,192,.65);
  border-radius: 999px;
}
.flower-life-sparkles span::before { width: 10px; height: 1px; }
.flower-life-sparkles span::after { width: 1px; height: 10px; }

/* ===== V10: lotus breathing, zoom and light pulse ===== */
.pain-art-image img {
  animation: lotusFloatBreath 8s ease-in-out infinite, lotusPulseGlow 6.8s ease-in-out infinite;
  transform-origin: 50% 72%;
}
.pain-art-image::before {
  animation: lotusAuraPulse 7.2s ease-in-out infinite;
}
.pain-art-image::after {
  animation: lotusDustFlicker 5.4s ease-in-out infinite;
}

@keyframes aboutShow { to { opacity: .92; } }
@keyframes aboutDraw { to { stroke-dashoffset: 0; } }
@keyframes aboutShimmer { 0%,100% { opacity: .7; } 50% { opacity: .98; } }
@keyframes aboutSparkIn { 0% { opacity: 0; transform: scale(.55); } 100% { opacity: .95; transform: scale(1); } }
@keyframes aboutSparkle { 0%,100% { opacity: .25; transform: scale(.9); } 50% { opacity: .95; transform: scale(1.18); } }
@keyframes aboutFlowerBreathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.018); } }
@keyframes aboutHaloPulse { 0%,100% { opacity: .52; transform: scale(.98); } 50% { opacity: .82; transform: scale(1.05); } }
@keyframes aboutDust { 0%,100% { opacity: .15; transform: translateY(0) scale(.9); } 35% { opacity: .82; transform: translateY(-3px) scale(1.08); } 60% { opacity: .55; transform: translateY(-6px) scale(1.02); } }

@keyframes lotusFloatBreath {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-6px) scale(1.035); }
}
@keyframes lotusPulseGlow {
  0%,100% { filter: drop-shadow(0 22px 44px rgba(8,3,22,.42)) drop-shadow(0 0 26px rgba(229,185,94,.20)); }
  50% { filter: drop-shadow(0 24px 48px rgba(8,3,22,.46)) drop-shadow(0 0 36px rgba(229,185,94,.34)); }
}
@keyframes lotusAuraPulse {
  0%,100% { opacity: .45; transform: scale(.98); }
  50% { opacity: .72; transform: scale(1.06); }
}
@keyframes lotusDustFlicker {
  0%,100% { opacity: .72; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-3px); }
}

@media (max-width: 640px) {
  .flower-life { width: min(100%, 300px); }
  .flower-life-sparkles span::before { width: 8px; }
  .flower-life-sparkles span::after { height: 8px; }
}

/* ===== V11: lotus PNG seamlessly blended into site ===== */
.pain-art-image {
  position: relative;
  isolation: isolate;
  overflow: visible !important;
  background: transparent !important;
}
.pain-art-image img {
  position: relative;
  z-index: 2;
  display: block;
  /* dissolve the image into the section so no hard PNG bounds are visible */
  -webkit-mask-image:
    radial-gradient(circle at 50% 58%, #000 0%, #000 42%, rgba(0,0,0,.98) 58%, rgba(0,0,0,.86) 71%, rgba(0,0,0,.48) 84%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.85) 16%, #000 34%, #000 70%, rgba(0,0,0,.84) 86%, transparent 100%);
  mask-image:
    radial-gradient(circle at 50% 58%, #000 0%, #000 42%, rgba(0,0,0,.98) 58%, rgba(0,0,0,.86) 71%, rgba(0,0,0,.48) 84%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.85) 16%, #000 34%, #000 70%, rgba(0,0,0,.84) 86%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  filter:
    drop-shadow(0 20px 38px rgba(8,3,22,.34))
    drop-shadow(0 0 22px rgba(229,185,94,.20));
}
/* ambient underglow under the lotus, integrated with section background */
.pain-art-image::before {
  inset: auto 12% 10% 12% !important;
  top: auto !important;
  bottom: 6% !important;
  height: 44% !important;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 55%, rgba(255,230,168,.18) 0%, rgba(255,230,168,.08) 28%, rgba(182,108,214,.10) 44%, transparent 72%) !important;
  filter: blur(26px) !important;
  z-index: 0;
}
/* golden dust lives in the environment rather than on the image bounds */
.pain-art-image::after {
  top: 6% !important;
  left: 14% !important;
  right: 14% !important;
  height: 42% !important;
  z-index: 3;
  opacity: .88;
}
@media (max-width: 640px) {
  .pain-art-image img {
    -webkit-mask-image:
      radial-gradient(circle at 50% 58%, #000 0%, #000 44%, rgba(0,0,0,.96) 62%, rgba(0,0,0,.70) 82%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.82) 16%, #000 34%, #000 72%, rgba(0,0,0,.82) 88%, transparent 100%);
    mask-image:
      radial-gradient(circle at 50% 58%, #000 0%, #000 44%, rgba(0,0,0,.96) 62%, rgba(0,0,0,.70) 82%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.82) 16%, #000 34%, #000 72%, rgba(0,0,0,.82) 88%, transparent 100%);
  }
}


/* ===== V12: truly seamless lotus PNG (no visible image bounds) ===== */
.pain-art-image img {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  -webkit-mask-composite: initial !important;
  mask-composite: initial !important;
  background: transparent !important;
  mix-blend-mode: screen;
  opacity: .98;
  filter: drop-shadow(0 20px 40px rgba(8,3,22,.30)) drop-shadow(0 0 26px rgba(229,185,94,.18)) !important;
}
/* keep site-generated halo under the transparent PNG so the image edges disappear into the section */
.pain-art-image::before {
  inset: auto 14% 7% 14% !important;
  height: 38% !important;
  background: radial-gradient(ellipse at 50% 55%, rgba(255,228,160,.16) 0%, rgba(255,228,160,.07) 28%, rgba(182,108,214,.08) 46%, transparent 72%) !important;
}
.pain-art-image::after {
  top: 4% !important;
  left: 12% !important;
  right: 12% !important;
  height: 36% !important;
}


/* ===== V13: integrate new guide portrait asset ===== */
.guide-portrait-blend {
  min-height: 520px;
  max-width: 430px;
}
.guide-photo {
  width: 100%;
  max-width: 430px;
  opacity: .99;
  -webkit-mask-image:
    radial-gradient(circle at 50% 42%, #000 0%, #000 47%, rgba(0,0,0,.96) 60%, rgba(0,0,0,.82) 76%, rgba(0,0,0,.36) 90%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.88) 10%, #000 24%, #000 84%, rgba(0,0,0,.80) 92%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.72) 8%, #000 18%, #000 82%, rgba(0,0,0,.72) 92%, transparent 100%);
  mask-image:
    radial-gradient(circle at 50% 42%, #000 0%, #000 47%, rgba(0,0,0,.96) 60%, rgba(0,0,0,.82) 76%, rgba(0,0,0,.36) 90%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.88) 10%, #000 24%, #000 84%, rgba(0,0,0,.80) 92%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.72) 8%, #000 18%, #000 82%, rgba(0,0,0,.72) 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  filter: saturate(1.03) contrast(1.03) brightness(1.02) drop-shadow(0 26px 60px rgba(8,3,22,.42));
}
.guide-portrait-blend::before {
  inset: 8% 10% 6% 10%;
  background:
    radial-gradient(circle at 52% 18%, rgba(255, 234, 176, 0.22), transparent 30%),
    radial-gradient(circle at 36% 86%, rgba(168, 91, 208, 0.18), transparent 34%),
    radial-gradient(circle at 76% 84%, rgba(229,185,94,0.10), transparent 28%);
}
@media (max-width: 860px) {
  .guide-portrait-blend { min-height: 390px; max-width: 340px; }
  .guide-photo { max-width: 340px; }
}


/* ===== V14: visible sacred background + minimal golden dividers ===== */
:root {
  --site-bg-opacity: 0.66;
  --site-bg-mobile-opacity: 0.50;
  --site-bg-brightness: 1.08;
  --site-bg-saturation: 1.12;
}
/* Make the generated background visible in the empty visual breathing spaces. */
.bg-stack::before {
  background:
    url('assets/site-background.webp') top center / 100% auto repeat-y,
    url('assets/site-background.webp') center 980px / 100% auto repeat-y !important;
  opacity: var(--site-bg-opacity) !important;
  filter: brightness(var(--site-bg-brightness)) saturate(var(--site-bg-saturation)) contrast(1.02) !important;
}
.bg-stack::after {
  background:
    linear-gradient(90deg, rgba(8,5,27,0.36), rgba(8,5,27,0.10) 20%, rgba(8,5,27,0.12) 80%, rgba(8,5,27,0.38)),
    linear-gradient(180deg, rgba(8,5,27,0.08) 0%, rgba(8,5,27,0.22) 44%, rgba(8,5,27,0.30) 100%) !important;
}
.bg-stack .sky {
  background:
    radial-gradient(ellipse 70% 36% at 50% 9%, rgba(229,185,94,0.055), transparent 62%),
    radial-gradient(ellipse 80% 42% at 50% 42%, rgba(104,48,154,0.20), transparent 62%),
    linear-gradient(180deg, #08051b 0%, #160832 48%, #09041d 100%) !important;
}
.bg-stack .stars { opacity: 0.38 !important; }
.bg-stack .vignette {
  background: radial-gradient(ellipse 86% 72% at 50% 38%, transparent 0%, rgba(8,5,27,0.08) 58%, rgba(8,5,27,0.34) 100%) !important;
}
.section::before {
  background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(8,5,27,0.015), rgba(8,5,27,0.07)) !important;
}
.site-footer {
  background: rgba(8, 5, 27, 0.34) !important;
  backdrop-filter: blur(4px);
}
/* Minimal ornamental divider between large blocks */
.page-divider {
  position: relative;
  z-index: 2;
  width: min(78vw, 980px);
  height: clamp(42px, 5vw, 78px);
  margin: clamp(6px, 1.5vw, 22px) auto;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0.78;
  mix-blend-mode: screen;
}
.page-divider img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 0 8px rgba(229,185,94,.22))
    drop-shadow(0 0 18px rgba(229,185,94,.12));
  animation: dividerGlow 7s ease-in-out infinite;
}
.page-divider-hero {
  margin-top: clamp(-18px, -1vw, -6px);
  margin-bottom: clamp(4px, 1.8vw, 26px);
}
.page-divider-footer {
  margin-top: clamp(36px, 5vw, 76px);
  margin-bottom: clamp(16px, 3vw, 42px);
  opacity: 0.62;
}
.page-divider-section {
  margin-top: clamp(10px, 2vw, 28px);
  margin-bottom: clamp(22px, 3vw, 46px);
  width: min(82vw, 1120px);
  opacity: 0.74;
}
.page-divider-simple {
  width: min(68vw, 820px);
  height: clamp(18px, 2.2vw, 28px);
  margin-top: clamp(18px, 3vw, 42px);
  margin-bottom: clamp(26px, 4vw, 58px);
  opacity: 0.78;
}
.page-divider-simple .simple-divider-line {
  position: absolute;
  inset: 50% 0 auto 0;
  height: 1.5px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(229,185,94,0), rgba(229,185,94,.34) 14%, rgba(229,185,94,.74) 50%, rgba(229,185,94,.34) 86%, rgba(229,185,94,0));
  box-shadow: 0 0 12px rgba(229,185,94,.15);
}
.page-divider-simple .simple-divider-core {
  position: relative;
  width: clamp(110px, 16vw, 180px);
  height: clamp(10px, 1.6vw, 18px);
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(255,241,198,.92) 0%, rgba(229,185,94,.68) 24%, rgba(229,185,94,.26) 54%, rgba(229,185,94,0) 100%);
  filter: blur(.2px) drop-shadow(0 0 7px rgba(229,185,94,.28)) drop-shadow(0 0 18px rgba(229,185,94,.16));
  animation: dividerPulse 6.5s ease-in-out infinite;
}
@keyframes dividerGlow {
  0%,100% { opacity: .68; transform: scaleX(.995); filter: drop-shadow(0 0 7px rgba(229,185,94,.16)) drop-shadow(0 0 14px rgba(229,185,94,.10)); }
  50% { opacity: .96; transform: scaleX(1); filter: drop-shadow(0 0 10px rgba(229,185,94,.30)) drop-shadow(0 0 24px rgba(229,185,94,.18)); }
}
@keyframes dividerPulse {
  0%,100% { opacity: .72; transform: scaleX(.96); }
  50% { opacity: .98; transform: scaleX(1); }
}
/* Help blank zones keep atmosphere without interfering with content. */
.hero-bottom::before,
.final-cta::before {
  opacity: .82;
}
@media (max-width: 760px) {
  .bg-stack::before {
    background:
      url('assets/site-background.webp') top center / auto 1380px repeat-y,
      url('assets/site-background.webp') center 740px / auto 1380px repeat-y !important;
    opacity: var(--site-bg-mobile-opacity) !important;
    filter: brightness(0.98) saturate(1.02) contrast(1) !important;
  }
  .bg-stack::after {
    background:
      linear-gradient(90deg, rgba(8,5,27,0.48), rgba(8,5,27,0.22) 22%, rgba(8,5,27,0.24) 78%, rgba(8,5,27,0.50)),
      linear-gradient(180deg, rgba(8,5,27,0.22) 0%, rgba(8,5,27,0.36) 46%, rgba(8,5,27,0.42) 100%) !important;
  }
  .page-divider { width: 88vw; height: 42px; opacity: .64; }
  .page-divider-simple { width: 84vw; }
  .page-divider-section { width: 90vw; }
}


/* ===== V17: final hero image integration + unified warm-gold palette ===== */
:root {
  --gold-deep: #9a6124;
  --gold-mid: #b7782d;
  --gold: #c58a36;
  --gold-bright: #e5b95e;
  --gold-pale: #f6dfa2;
  --gold-light: #fff0c4;
  --cream: #fff0c4;
  --card-edge: rgba(229,185,94,0.32);
  --card-edge-soft: rgba(229,185,94,0.18);
}

/* Hero layout: image is now a large integrated visual, not a framed portrait card. */
.hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
  column-gap: clamp(18px, 3.2vw, 46px) !important;
}
.portrait-stage {
  max-width: min(720px, 48vw) !important;
  aspect-ratio: 0.92 / 1 !important;
  margin-left: auto !important;
  margin-top: clamp(-42px, -2.5vw, -18px) !important;
  transform: translateX(clamp(6px, 1vw, 18px));
}
.portrait-stage .mandala {
  inset: -7% -9% -4% -7% !important;
  opacity: .36 !important;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 24px rgba(229,185,94,.14));
}
.portrait-stage .halo {
  top: 6% !important;
  width: 104% !important;
  background:
    radial-gradient(circle at 42% 24%, rgba(255,230,168,.30), rgba(229,185,94,.12) 25%, rgba(117,64,173,.08) 52%, transparent 75%) !important;
  filter: blur(18px) !important;
  opacity: .72;
}
.portrait-stage .portal {
  top: 0 !important;
  left: -2% !important;
  width: 106% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
  isolation: isolate;
  -webkit-mask-image:
    radial-gradient(ellipse 76% 82% at 50% 48%, #000 0%, #000 58%, rgba(0,0,0,.92) 70%, rgba(0,0,0,.48) 86%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.78) 8%, #000 20%, #000 84%, rgba(0,0,0,.78) 93%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.8) 8%, #000 18%, #000 88%, rgba(0,0,0,.75) 96%, transparent 100%);
  mask-image:
    radial-gradient(ellipse 76% 82% at 50% 48%, #000 0%, #000 58%, rgba(0,0,0,.92) 70%, rgba(0,0,0,.48) 86%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.78) 8%, #000 20%, #000 84%, rgba(0,0,0,.78) 93%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.8) 8%, #000 18%, #000 88%, rgba(0,0,0,.75) 96%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.portrait-stage .portal .hero-portrait-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: saturate(1.02) contrast(1.02) brightness(.99) !important;
  mix-blend-mode: normal;
  opacity: .99;
}
.portrait-stage .portal .warm {
  background:
    radial-gradient(ellipse 52% 40% at 44% 18%, rgba(255,233,178,.14), transparent 70%),
    radial-gradient(ellipse 70% 44% at 48% 76%, rgba(197,138,54,.12), transparent 76%) !important;
  mix-blend-mode: screen !important;
  opacity: .74;
}
.portrait-stage .portal .veil {
  background: linear-gradient(180deg, rgba(16,8,38,.05), rgba(16,8,38,.18)) !important;
  mix-blend-mode: multiply !important;
  opacity: .9 !important;
}
.portrait-stage .portal .veil-2 {
  background:
    radial-gradient(ellipse 58% 48% at 48% 48%, transparent 48%, rgba(8,5,27,.05) 72%, rgba(8,5,27,.18) 100%),
    linear-gradient(90deg, rgba(8,5,27,.10), transparent 18%, transparent 72%, rgba(8,5,27,.18)) !important;
  mix-blend-mode: multiply !important;
}
.portrait-stage .portal::before,
.portrait-stage .portal::after {
  display: none !important;
}
.portrait-stage .sparkles { opacity: .52; }
.hero-sig {
  margin-top: -18px !important;
  max-width: 520px !important;
  background: linear-gradient(180deg, rgba(28, 12, 68, .64), rgba(13, 5, 36, .76)) !important;
  border: 1px solid rgba(229,185,94,.26);
}

/* Unify visible gold UI elements with the hero photo. */
.btn-primary,
.pricing-card.featured .plan-cta,
button.btn-primary {
  background: linear-gradient(180deg, #fff0c4 0%, #e5b95e 36%, #c58a36 76%, #9a6124 100%) !important;
  color: #241107 !important;
  box-shadow: 0 18px 38px rgba(154,97,36,.22), inset 0 1px 0 rgba(255,255,255,.45) !important;
}
.btn-ghost,
.plan-cta,
.page-divider,
.card,
.request-card,
.result-card,
.step-card,
.faq-item,
.video-card,
.price-card,
.pricing-card,
.sig-card {
  border-color: rgba(229,185,94,.28) !important;
}
.headline .gold,
.section-title em,
.gold,
.alt,
.price,
.nm,
.kicker,
.eyebrow,
.section-kicker {
  color: var(--gold-pale);
}

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr !important; }
  .portrait-stage {
    max-width: min(560px, 88vw) !important;
    aspect-ratio: .92 / 1 !important;
    margin-top: 0 !important;
    transform: none !important;
  }
  .portrait-stage .portal { left: 0 !important; width: 100% !important; }
}
@media (max-width: 640px) {
  .portrait-stage { max-width: min(430px, 94vw) !important; }
  .hero-sig { margin-top: 6px !important; }
}

/* Legal pages */
.legal-page {
  min-height: 100vh;
  background: radial-gradient(ellipse at 50% 0%, rgba(229,185,94,.09), transparent 42%), var(--bg-night);
  color: var(--ink);
}
.legal-doc {
  max-width: 860px;
  padding-top: 70px;
  padding-bottom: 90px;
}
.legal-doc h1,
.legal-doc h2 { color: var(--cream); }
.legal-doc p,
.legal-doc dd { color: var(--ink-soft); line-height: 1.75; }
.legal-doc dt { margin-top: 16px; color: var(--gold); font-weight: 700; }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--gold); }


/* ===== V20 FINAL: seamless hero, lilac glass surfaces, richer lotus geometry ===== */
:root {
  --lotus-lilac-1: rgba(231, 212, 243, 0.92);
  --lotus-lilac-2: rgba(195, 152, 225, 0.52);
  --lotus-lilac-3: rgba(143, 93, 186, 0.38);
  --lotus-lilac-4: rgba(87, 44, 136, 0.32);
  --glass-lilac-bg: linear-gradient(150deg, rgba(208, 174, 234, 0.15) 0%, rgba(104, 55, 159, 0.18) 28%, rgba(34, 14, 78, 0.58) 65%, rgba(14, 7, 39, 0.80) 100%);
  --glass-lilac-strong: linear-gradient(155deg, rgba(220, 191, 239, 0.18) 0%, rgba(113, 61, 172, 0.24) 26%, rgba(31, 14, 74, 0.70) 60%, rgba(12, 6, 33, 0.86) 100%);
  --glass-lilac-edge: rgba(219, 192, 239, 0.24);
  --glass-gold-edge: rgba(229, 185, 94, 0.26);
  --glass-shadow: 0 20px 48px rgba(7, 3, 22, 0.32), 0 0 0 1px rgba(229, 185, 94, 0.08);
}

/* More premium lilac glass effect across content surfaces */
.site-header.scrolled,
.mobile-nav,
.gift,
.req-card,
.res-card,
.t-step,
.video-card,
.price-card,
.faq-item,
.sig-card,
.final-cta,
.stat-card,
.platforms,
.checkout .panel,
.results-footer,
.trust-strip,
.hero-sig {
  background: var(--glass-lilac-bg) !important;
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid transparent;
  background-clip: padding-box;
  box-shadow: var(--glass-shadow) !important;
}
.site-header.scrolled {
  background: linear-gradient(180deg, rgba(20, 10, 53, 0.72), rgba(12, 6, 33, 0.82)) !important;
}
.gift,
.req-card,
.res-card,
.t-step,
.video-card,
.price-card,
.faq-item,
.final-cta,
.stat-card,
.platforms,
.results-footer,
.trust-strip,
.checkout .panel,
.hero-sig {
  position: relative;
  border-color: rgba(229, 185, 94, 0.18) !important;
}
.gift::after,
.req-card::after,
.res-card::after,
.t-step::after,
.video-card::after,
.price-card::after,
.faq-item::after,
.final-cta::after,
.stat-card::after,
.platforms::after,
.results-footer::after,
.checkout .panel::after,
.hero-sig::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), transparent 14%, transparent 78%, rgba(255,255,255,0.03) 100%),
    radial-gradient(circle at top left, rgba(231, 212, 243, 0.11), transparent 30%),
    radial-gradient(circle at bottom right, rgba(229, 185, 94, 0.08), transparent 32%);
  opacity: .9;
}
.gift,
.final-cta,
.price-card.featured,
.hero-sig,
.sig-card {
  background: var(--glass-lilac-strong) !important;
}
.req-card:hover,
.res-card:hover,
.t-step:hover,
.video-card:hover,
.price-card:hover,
.faq-item.open,
.stat-card:hover,
.platforms:hover,
.hero-sig:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px rgba(9, 3, 26, 0.42), 0 0 0 1px rgba(229, 185, 94, 0.16) !important;
}
.gift-form input,
.checkout input,
.checkout textarea {
  background: linear-gradient(180deg, rgba(8, 5, 27, 0.60), rgba(24, 11, 58, 0.84)) !important;
  border: 1px solid rgba(212, 182, 236, 0.16) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 0 0 1px rgba(229,185,94,0.04);
}
.gift-form input:focus,
.checkout input:focus,
.checkout textarea:focus {
  border-color: rgba(229, 185, 94, 0.42) !important;
  box-shadow: 0 0 0 3px rgba(183, 128, 219, 0.16), inset 0 1px 0 rgba(255,255,255,0.05) !important;
  outline: none;
}

/* Video cards: real YouTube thumbnails with branded overlay */
.video-card .thumb.video-thumb-real {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.video-card .thumb.video-thumb-real .thumb-overlay {
  position: absolute;
  inset: 0;
  opacity: .38;
  mix-blend-mode: screen;
}
.video-card .thumb.video-thumb-real::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6,3,18,0.15) 0%, rgba(18,8,44,0.05) 36%, rgba(8,5,27,0.52) 100%),
    radial-gradient(circle at 50% 50%, rgba(229,185,94,0.10), transparent 40%);
}
.video-card .meta .sub {
  margin-top: 8px;
  color: var(--ink-3);
  font-size: 13px;
  line-height: 1.45;
}
.video-card .dur {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
}

/* Hero: seamless integration of Irina image with the page, no banner feel */
.hero-grid {
  align-items: center;
}
.portrait-stage {
  max-width: 760px !important;
  min-height: 780px;
  aspect-ratio: auto !important;
  transform: translateX(1.2vw);
  isolation: isolate;
}
.portrait-stage .mandala {
  inset: -4% -8% -8% -8% !important;
  opacity: .72 !important;
}
.portrait-stage .halo {
  top: 7% !important;
  width: 92% !important;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 231, 174, 0.58) 0%, rgba(244, 194, 108, 0.22) 22%, rgba(173, 122, 224, 0.14) 46%, transparent 74%) !important;
  filter: blur(18px) !important;
}
.portrait-stage .portal {
  left: -3% !important;
  top: -2% !important;
  width: 108% !important;
  aspect-ratio: 1.02 / 1.08 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: none !important;
  box-shadow: none !important;
  -webkit-mask-image: radial-gradient(ellipse 73% 76% at 52% 46%, #000 54%, rgba(0,0,0,.96) 66%, rgba(0,0,0,.72) 78%, transparent 90%);
  mask-image: radial-gradient(ellipse 73% 76% at 52% 46%, #000 54%, rgba(0,0,0,.96) 66%, rgba(0,0,0,.72) 78%, transparent 90%);
}
.portrait-stage .portal::after {
  display: none !important;
}
.portrait-stage .portal::before {
  inset: auto 10% 4% 12% !important;
  height: 38% !important;
  background: radial-gradient(ellipse at 48% 48%, rgba(255, 228, 166, 0.22), rgba(183, 126, 231, 0.10) 46%, rgba(255, 228, 166, 0) 76%) !important;
  filter: blur(22px) !important;
}
.portrait-stage .portal .hero-portrait-img {
  inset: auto !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  filter: saturate(1.03) contrast(1.02) brightness(1.02) drop-shadow(0 18px 52px rgba(7,3,22,.24));
}
.portrait-stage .portal .veil {
  background: linear-gradient(180deg, rgba(88, 52, 142, 0.04), rgba(35, 17, 78, 0.12)) !important;
}
.portrait-stage .portal .veil-2 {
  background: radial-gradient(ellipse 68% 58% at 50% 50%, transparent 56%, rgba(20, 7, 53, 0.08) 82%, rgba(20, 7, 53, 0.14) 100%) !important;
  mix-blend-mode: multiply !important;
}
.portrait-stage .portal .warm {
  background:
    radial-gradient(ellipse 42% 32% at 52% 18%, rgba(255, 235, 186, 0.18), transparent 72%),
    radial-gradient(ellipse 58% 28% at 50% 92%, rgba(229, 185, 94, 0.12), transparent 76%) !important;
}
.portrait-stage .sparkles {
  inset: 4% 0 0 !important;
  opacity: .88;
}
.portrait-stage .sparkles span {
  width: 8px;
  height: 8px;
  background: radial-gradient(circle, rgba(255, 240, 196, 1), rgba(229,185,94,.56) 40%, transparent 72%) !important;
}
.portrait-lines {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  border: 1px solid rgba(229,185,94,.14);
  filter: drop-shadow(0 0 12px rgba(229,185,94,.08));
  z-index: 1;
}
.portrait-lines-a {
  inset: 8% 0 18% 10%;
  transform: rotate(12deg);
}
.portrait-lines-b {
  inset: 20% 18% 4% -2%;
  border-style: dashed;
  border-color: rgba(229,185,94,.12);
  transform: rotate(-18deg);
}
.hero-sig,
.sig-card {
  margin-top: -44px !important;
  justify-self: end;
  border-radius: 22px !important;
}

/* Golden geometric tracery around the lotus in the "Если внутри есть вопрос" block */
.pain-grid {
  align-items: center;
}
.pain-art-image {
  isolation: isolate;
  min-height: 420px !important;
}
.pain-art-image::before {
  inset: 14% 12% 10% 12% !important;
  height: auto !important;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 58%, rgba(255,230,168,0.14) 0%, rgba(193,129,230,0.10) 38%, transparent 72%),
    radial-gradient(circle at 30% 32%, rgba(255,241,198,0.10), transparent 22%),
    radial-gradient(circle at 70% 28%, rgba(255,215,140,0.12), transparent 24%) !important;
  filter: blur(22px) !important;
  z-index: 0;
}
.pain-art-image::after {
  content: "" !important;
  position: absolute;
  inset: 4% -2% 0 0 !important;
  background:
    radial-gradient(ellipse at 52% 48%, transparent 0 28%, rgba(229,185,94,.16) 28.4%, transparent 29.1%),
    radial-gradient(ellipse at 48% 52%, transparent 0 38%, rgba(229,185,94,.14) 38.4%, transparent 39.1%),
    radial-gradient(ellipse at 54% 50%, transparent 0 48%, rgba(229,185,94,.12) 48.4%, transparent 49%),
    radial-gradient(ellipse at 42% 58%, transparent 0 58%, rgba(229,185,94,.10) 58.4%, transparent 59%),
    linear-gradient(138deg, transparent 19%, rgba(229,185,94,.10) 19.2%, transparent 19.6%),
    linear-gradient(52deg, transparent 71%, rgba(229,185,94,.08) 71.2%, transparent 71.6%),
    radial-gradient(circle at 22% 58%, rgba(255,240,196,.82) 0 1.4px, transparent 2px),
    radial-gradient(circle at 31% 26%, rgba(255,226,162,.72) 0 1.6px, transparent 2.4px),
    radial-gradient(circle at 44% 44%, rgba(255,240,196,.62) 0 1.2px, transparent 2px),
    radial-gradient(circle at 58% 20%, rgba(255,220,144,.8) 0 1.8px, transparent 2.8px),
    radial-gradient(circle at 70% 38%, rgba(255,232,182,.72) 0 1.3px, transparent 2.2px),
    radial-gradient(circle at 80% 22%, rgba(255,220,144,.72) 0 1.5px, transparent 2.4px),
    radial-gradient(circle at 88% 52%, rgba(255,240,196,.62) 0 1.2px, transparent 2px);
  opacity: .82;
  filter: drop-shadow(0 0 14px rgba(229,185,94,.16));
  z-index: 1;
}
.pain-art-image img {
  width: min(96%, 420px) !important;
  position: relative;
  z-index: 2;
  mix-blend-mode: screen;
}

/* Small tuning for copy blocks with the new glass UI */
.section-head,
.about-text,
.guide-text {
  position: relative;
  z-index: 2;
}
.results-footer,
.platforms,
.trust-strip {
  border-radius: 20px !important;
}
.faq-item,
.video-card,
.price-card,
.req-card,
.res-card,
.t-step,
.stat-card {
  border-radius: 22px !important;
}

@media (max-width: 1100px) {
  .portrait-stage {
    transform: none;
    min-height: 620px;
    max-width: min(640px, 96vw) !important;
  }
  .portrait-stage .portal {
    left: -1% !important;
    width: 102% !important;
  }
  .hero-sig,
  .sig-card {
    margin-top: -8px !important;
    justify-self: stretch;
  }
}
@media (max-width: 760px) {
  .portrait-stage {
    min-height: 470px;
  }
  .portrait-stage .portal {
    -webkit-mask-image: radial-gradient(ellipse 76% 76% at 52% 48%, #000 52%, rgba(0,0,0,.94) 68%, rgba(0,0,0,.66) 82%, transparent 94%);
    mask-image: radial-gradient(ellipse 76% 76% at 52% 48%, #000 52%, rgba(0,0,0,.94) 68%, rgba(0,0,0,.66) 82%, transparent 94%);
  }
  .pain-art-image {
    min-height: 300px !important;
  }
  .pain-art-image::after {
    inset: 6% 4% 4% 4% !important;
    opacity: .64;
  }
}


/* ===== V21 FINAL PRICING / RESULTS / HERO POLISH ===== */
:root {
  --pricing-glass-top: rgba(208, 178, 239, 0.20);
  --pricing-glass-mid: rgba(83, 42, 138, 0.30);
  --pricing-glass-base: rgba(17, 8, 46, 0.84);
  --pricing-border: rgba(235, 206, 255, 0.34);
  --pricing-gold-line: rgba(239, 202, 126, 0.46);
  --pricing-glow: rgba(221, 160, 255, 0.20);
}

/* Plain text under results: no card container */
.results-footer,
.results-footer.results-footer-plain {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 10px 0 0 !important;
  margin-top: 20px !important;
  max-width: 920px;
  text-align: center;
  color: rgba(245, 235, 245, 0.92) !important;
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 29px);
  line-height: 1.52;
  letter-spacing: 0.01em;
}
.results-footer::after,
.results-footer::before { display: none !important; content: none !important; }
.results-footer strong {
  color: var(--gold-pale) !important;
  font-weight: 500;
}

/* Make the whole site card system closer to the chosen lilac-glass reference */
.gift,
.req-card,
.res-card,
.t-step,
.video-card,
.faq-item,
.stat-card,
.final-cta,
.hero-sig,
.platforms,
.trust-strip {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.015) 12%, rgba(255,255,255,0.02) 100%),
    linear-gradient(145deg, rgba(183, 138, 225, 0.17) 0%, rgba(74, 31, 128, 0.22) 26%, rgba(23, 11, 58, 0.70) 62%, rgba(10, 5, 32, 0.84) 100%) !important;
  border: 1px solid rgba(236, 206, 255, 0.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 16px 38px rgba(6, 2, 18, 0.34),
    0 0 0 1px rgba(229,185,94,0.06) !important;
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
}

/* Pricing cards in the exact desired lilac glowing glass language */
.price-card {
  position: relative;
  padding: 34px 28px 30px !important;
  overflow: visible;
  border-radius: 30px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.015) 10%, rgba(255,255,255,0.02) 100%),
    linear-gradient(154deg, rgba(104, 77, 163, 0.58) 0%, rgba(57, 22, 113, 0.72) 24%, rgba(27, 12, 72, 0.88) 58%, rgba(11, 5, 34, 0.95) 100%) !important;
  border: 1px solid rgba(235, 206, 255, 0.22) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    inset 0 0 0 1px rgba(229,185,94,0.12),
    0 16px 38px rgba(8, 3, 22, 0.34),
    0 0 30px rgba(181, 114, 238, 0.08) !important;
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}
.price-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 16%, transparent 70%, rgba(255,255,255,0.03) 100%),
    radial-gradient(circle at 18% 0%, rgba(255,255,255,0.11), transparent 24%),
    radial-gradient(circle at 80% 100%, rgba(236, 180, 255, 0.08), transparent 26%);
}
.price-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(239, 202, 126, 0.18), 0 0 26px rgba(207, 151, 255, 0.10);
  opacity: .95;
}
.price-card .step {
  margin-top: 4px;
  font-size: clamp(25px, 2.1vw, 29px) !important;
  color: #f7e7b9 !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.18);
}
.price-card .subt {
  color: rgba(236, 223, 244, 0.92) !important;
  font-size: 15px !important;
  letter-spacing: 0 !important;
  line-height: 1.45;
}
.price-card .icon-circle {
  width: 108px !important;
  height: 108px !important;
  margin: 8px auto 12px !important;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 32%, rgba(255,255,255,0.12), rgba(255,255,255,0.02) 40%, transparent 65%),
    linear-gradient(180deg, rgba(57, 22, 113, 0.86), rgba(27, 12, 72, 0.92)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(239, 202, 126, 0.34),
    0 10px 24px rgba(8, 3, 22, 0.25),
    0 0 24px rgba(217, 164, 255, 0.08) !important;
  position: relative;
}
.price-card .icon-circle::before,
.price-card .icon-circle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 11px;
  border: 1px solid rgba(239, 202, 126, 0.18);
  pointer-events: none;
}
.price-card .icon-circle::after {
  inset: 20px;
  border-style: dashed;
  border-color: rgba(239, 202, 126, 0.13);
}
.price-card .icon-circle svg {
  width: 70% !important;
  height: 70% !important;
  color: #f0cb76 !important;
  filter: drop-shadow(0 0 6px rgba(240,203,118,0.18));
}
.price-card .prices {
  margin-top: 10px !important;
  gap: 16px;
}
.price-card .strike {
  color: rgba(218, 196, 243, 0.68) !important;
  font-size: 18px !important;
}
.price-card .price {
  color: #f6dca5 !important;
  text-shadow: 0 0 8px rgba(246, 220, 165, 0.10);
}
.price-card .save-badge {
  padding: 8px 18px !important;
  margin-top: 2px;
  font-size: 14px !important;
  letter-spacing: 0.01em !important;
  background: linear-gradient(180deg, rgba(126, 70, 181, 0.55), rgba(69, 28, 123, 0.66)) !important;
  color: #f6e9ff !important;
  border: 1px solid rgba(240, 203, 118, 0.36);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 0 18px rgba(209, 141, 255, 0.10);
}
.price-card ul {
  margin: 10px 0 16px !important;
  gap: 12px !important;
  color: rgba(243, 234, 248, 0.94) !important;
  font-size: 15px !important;
}
.price-card ul li {
  grid-template-columns: 24px 1fr !important;
  gap: 10px !important;
}
.price-card ul li svg {
  color: #f0cb76 !important;
  width: 18px !important;
  height: 18px !important;
  margin-top: 2px !important;
}
.price-card .cta {
  min-height: 66px;
  border-radius: 18px !important;
  font-size: 17px !important;
  letter-spacing: 0 !important;
  color: #f8f1ff !important;
  background:
    linear-gradient(180deg, rgba(120, 74, 189, 0.92), rgba(90, 45, 162, 0.94)) !important;
  border: 1px solid rgba(240, 203, 118, 0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 10px 24px rgba(85, 30, 124, 0.24) !important;
}
.price-card .cta:hover {
  background: linear-gradient(180deg, rgba(136, 88, 206, 0.95), rgba(102, 55, 176, 0.98)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 14px 32px rgba(96, 34, 144, 0.30), 0 0 20px rgba(217, 164, 255, 0.14) !important;
}

/* Central featured card: more visible, more contrast, but still within the same style */
.price-card.featured {
  transform: translateY(-10px) scale(1.015) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.03) 12%, rgba(255,255,255,0.02) 100%),
    linear-gradient(160deg, rgba(171, 124, 244, 0.78) 0%, rgba(106, 56, 180, 0.78) 26%, rgba(55, 24, 124, 0.88) 58%, rgba(20, 8, 58, 0.97) 100%) !important;
  border-color: rgba(250, 227, 255, 0.40) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    inset 0 0 0 1px rgba(240, 203, 118, 0.18),
    0 22px 58px rgba(34, 12, 72, 0.44),
    0 0 38px rgba(211, 152, 255, 0.24),
    0 0 90px rgba(178, 116, 255, 0.10) !important;
  color: #fff7ff !important;
}
.price-card.featured::after {
  box-shadow: 0 0 0 1px rgba(243, 218, 145, 0.28), 0 0 30px rgba(233, 174, 255, 0.20), 0 0 80px rgba(206, 134, 255, 0.18);
}
.price-card.featured .step {
  color: #fff0bf !important;
  font-size: clamp(28px, 2.3vw, 32px) !important;
}
.price-card.featured .subt,
.price-card.featured ul,
.price-card.featured ul span {
  color: rgba(255, 243, 251, 0.96) !important;
}
.price-card.featured ul li svg {
  color: #f7d98d !important;
}
.price-card.featured .strike {
  color: rgba(242, 224, 255, 0.76) !important;
}
.price-card.featured .price {
  color: #ffe8a9 !important;
}
.price-card.featured .save-badge {
  background: linear-gradient(180deg, rgba(240, 98, 135, 0.92), rgba(185, 69, 135, 0.95)) !important;
  color: #fff !important;
  border-color: rgba(255, 224, 240, 0.42) !important;
  box-shadow: 0 0 18px rgba(243, 111, 177, 0.34), inset 0 1px 0 rgba(255,255,255,0.18) !important;
}
.price-card.featured .icon-circle {
  background:
    radial-gradient(circle at 50% 32%, rgba(255,255,255,0.18), rgba(255,255,255,0.02) 38%, transparent 62%),
    linear-gradient(180deg, rgba(129, 75, 200, 0.92), rgba(75, 32, 147, 0.96)) !important;
  box-shadow: inset 0 0 0 1px rgba(243, 218, 145, 0.32), 0 14px 32px rgba(28, 8, 74, 0.36), 0 0 22px rgba(214, 146, 255, 0.20) !important;
}
.price-card.featured .icon-circle svg {
  color: #ffe59b !important;
}
.price-card.featured .badge-best {
  top: -18px !important;
  padding: 9px 24px !important;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(45, 21, 98, 0.98), rgba(28, 10, 65, 0.98)) !important;
  color: #f1d185 !important;
  letter-spacing: 0.34em !important;
  box-shadow: 0 10px 26px rgba(14, 5, 36, 0.44), inset 0 0 0 1px rgba(240, 203, 118, 0.44), 0 0 12px rgba(210, 146, 255, 0.18) !important;
}
.price-card.featured .cta {
  background: linear-gradient(180deg, rgba(169, 94, 229, 0.98), rgba(121, 61, 195, 0.98)) !important;
  color: #fff8ff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 16px 34px rgba(90, 30, 144, 0.34), 0 0 22px rgba(221, 160, 255, 0.22) !important;
}
.price-card.featured .cta:hover {
  background: linear-gradient(180deg, rgba(179, 106, 236, 1), rgba(133, 69, 208, 1)) !important;
}

/* Hero portrait: add luminous line ornament to dissolve photo boundaries into the background */
.portrait-stage::before,
.portrait-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  z-index: 1;
}
.portrait-stage::before {
  inset: 3% 2% 7% 6%;
  background:
    radial-gradient(ellipse at 54% 48%, transparent 0 51%, rgba(238, 201, 120, 0.16) 51.4%, transparent 52.1%),
    radial-gradient(ellipse at 51% 48%, transparent 0 64%, rgba(229, 185, 94, 0.12) 64.4%, transparent 65%),
    linear-gradient(115deg, transparent 20%, rgba(229, 185, 94, 0.10) 20.3%, transparent 20.8%),
    linear-gradient(63deg, transparent 82%, rgba(229, 185, 94, 0.08) 82.2%, transparent 82.7%);
  filter: drop-shadow(0 0 18px rgba(229, 185, 94, 0.10));
  opacity: .88;
}
.portrait-stage::after {
  inset: 10% 14% 10% 10%;
  background:
    radial-gradient(circle at 24% 30%, rgba(255,240,196,.75) 0 1.2px, transparent 2px),
    radial-gradient(circle at 72% 18%, rgba(255,220,144,.70) 0 1.4px, transparent 2.2px),
    radial-gradient(circle at 86% 52%, rgba(255,240,196,.62) 0 1.1px, transparent 2px),
    radial-gradient(circle at 30% 78%, rgba(255,220,144,.54) 0 1.3px, transparent 2px),
    radial-gradient(ellipse at 48% 48%, transparent 0 74%, rgba(239, 202, 126, 0.08) 74.4%, transparent 75%);
  opacity: .70;
}
.portrait-stage .portal {
  box-shadow: 0 0 0 1px rgba(239, 202, 126, 0.08), 0 20px 60px rgba(8, 3, 22, 0.18) !important;
}
.portrait-stage .portal::after {
  display: block !important;
  content: "";
  position: absolute;
  inset: 1.5% 2%;
  border-radius: 45% 45% 36% 36% / 28% 28% 18% 18%;
  background:
    radial-gradient(ellipse at 50% 50%, transparent 0 66%, rgba(239, 202, 126, 0.15) 66.3%, transparent 67%),
    radial-gradient(ellipse at 50% 54%, transparent 0 78%, rgba(239, 202, 126, 0.11) 78.3%, transparent 79%),
    radial-gradient(circle at 16% 28%, rgba(255,240,196,.68) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 24%, rgba(255,220,144,.62) 0 1.2px, transparent 2px),
    radial-gradient(circle at 88% 62%, rgba(255,240,196,.50) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 74%, rgba(255,220,144,.42) 0 1.2px, transparent 2px);
  mix-blend-mode: screen;
  opacity: .82;
  pointer-events: none;
}
.portrait-stage .hero-portrait-img {
  filter: saturate(1.03) contrast(1.02) brightness(1.02) drop-shadow(0 18px 52px rgba(7,3,22,.22)) !important;
}

@media (max-width: 1100px) {
  .price-card.featured { transform: none !important; }
}
@media (max-width: 760px) {
  .price-card {
    padding: 28px 20px 24px !important;
    border-radius: 24px !important;
  }
  .price-card .icon-circle {
    width: 92px !important;
    height: 92px !important;
  }
  .results-footer,
  .results-footer.results-footer-plain {
    font-size: 20px;
    line-height: 1.46;
  }
  .portrait-stage::before { inset: 4% 2% 8% 4%; opacity: .62; }
  .portrait-stage::after { inset: 8% 10% 10% 10%; opacity: .54; }
}


/* ===== V22 FULL-WIDTH HERO BACKGROUND + FINAL HERO INTEGRATION ===== */
.hero {
  isolation: isolate;
  min-height: auto !important;
  padding-top: clamp(110px, 12vw, 150px) !important;
  padding-bottom: clamp(46px, 6vw, 80px) !important;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: min(980px, 100vh);
  background-image: url("assets/hero-irina-wide.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: min(980px, 100vh);
  background:
    linear-gradient(90deg, rgba(7,4,24,0.94) 0%, rgba(10,5,32,0.86) 15%, rgba(10,5,32,0.68) 29%, rgba(10,5,32,0.34) 43%, rgba(10,5,32,0.08) 58%, rgba(10,5,32,0) 72%),
    linear-gradient(180deg, rgba(7,4,24,0.22) 0%, rgba(7,4,24,0.00) 18%, rgba(7,4,24,0.00) 75%, rgba(7,4,24,0.32) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-grid {
  grid-template-columns: minmax(0, 660px) 1fr !important;
  grid-template-areas:
    "copy ."
    "sig ." !important;
  min-height: min(860px, 82vh);
  align-content: center;
  row-gap: clamp(18px, 2vw, 26px) !important;
}
.geo-back,
.portrait-stage {
  display: none !important;
}
.copy {
  max-width: 660px !important;
  padding-top: clamp(30px, 3vw, 56px) !important;
  z-index: 3;
}
.copy .kicker,
.copy .lede,
.copy .lede.dim,
.copy .hero-bullets .it,
.copy .btn,
.copy .headline {
  text-shadow: 0 2px 24px rgba(7,4,24,0.34);
}
.copy .lede {
  max-width: 620px !important;
}
.hero-sig {
  max-width: 460px !important;
  justify-self: start !important;
  margin-top: 4px !important;
  z-index: 3;
}
.hero-bottom {
  position: relative;
  z-index: 3;
  margin-top: clamp(12px, 2vw, 28px) !important;
}

/* Make pricing cards even closer to the approved reference look */
.price-card .badge-best,
.price-card.featured .badge-best {
  font-size: 12px !important;
}
.price-card .cta,
.price-card.featured .cta {
  font-family: var(--serif);
  font-weight: 500 !important;
}
.price-card .save-badge {
  font-family: var(--serif);
}
.price-card .prices {
  flex-wrap: wrap;
}
.price-card .icon-circle {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 1100px) {
  .hero::before,
  .hero::after {
    height: 880px;
  }
  .hero-grid {
    min-height: 700px;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "copy"
      "sig" !important;
  }
  .copy {
    max-width: 620px !important;
  }
}
@media (max-width: 760px) {
  .hero {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .hero::before {
    height: 720px;
    background-position: 73% center;
  }
  .hero::after {
    height: 720px;
    background: linear-gradient(90deg, rgba(7,4,24,0.94) 0%, rgba(10,5,32,0.86) 32%, rgba(10,5,32,0.58) 48%, rgba(10,5,32,0.18) 66%, rgba(10,5,32,0) 82%), linear-gradient(180deg, rgba(7,4,24,0.24) 0%, rgba(7,4,24,0.00) 24%, rgba(7,4,24,0.00) 76%, rgba(7,4,24,0.32) 100%);
  }
  .hero-grid {
    min-height: 620px;
  }
  .copy {
    max-width: 100% !important;
    padding-top: 18px !important;
  }
  .hero-sig {
    max-width: 100% !important;
  }
}


/* ===== V23 REFERENCE-STYLE HERO + GLASS CARDS ===== */
.hero::before {
  background-image: url("assets/hero-irina-wide.webp") !important;
  background-position: center center !important;
}
.hero::after {
  background:
    linear-gradient(90deg, rgba(6,3,18,0.96) 0%, rgba(8,4,26,0.90) 14%, rgba(8,4,26,0.74) 28%, rgba(8,4,26,0.42) 42%, rgba(8,4,26,0.14) 58%, rgba(8,4,26,0) 72%),
    linear-gradient(180deg, rgba(6,3,18,0.26) 0%, rgba(6,3,18,0.04) 20%, rgba(6,3,18,0.00) 76%, rgba(6,3,18,0.30) 100%) !important;
}
.copy {
  padding-top: clamp(36px, 3.2vw, 60px) !important;
}
.copy .kicker {
  color: rgba(245, 231, 190, 0.94);
}

/* Unified reference-like glass system */
.gift,
.req-card,
.res-card,
.t-step,
.video-card,
.faq-item,
.test-card,
.final-cta,
.sig-card,
.hero-sig,
.platforms,
.trust-strip,
.checkout .panel {
  position: relative;
  border-radius: 28px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.03) 10%, rgba(255,255,255,0.02) 100%),
    linear-gradient(152deg, rgba(92, 63, 154, 0.42) 0%, rgba(53, 24, 110, 0.48) 26%, rgba(24, 10, 66, 0.76) 58%, rgba(9, 4, 29, 0.88) 100%) !important;
  border: 1px solid rgba(239, 224, 255, 0.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    inset 0 0 0 1px rgba(239, 202, 126, 0.06),
    0 16px 42px rgba(8, 3, 22, 0.34),
    0 0 22px rgba(191, 139, 255, 0.07) !important;
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  overflow: hidden;
}
.gift::before,
.req-card::before,
.res-card::before,
.t-step::before,
.video-card::before,
.faq-item::before,
.test-card::before,
.final-cta::before,
.sig-card::before,
.platforms::before,
.trust-strip::before,
.checkout .panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(128deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.07) 10%, rgba(255,255,255,0.00) 23%),
    radial-gradient(circle at 85% 100%, rgba(216, 150, 255, 0.10), transparent 28%);
  opacity: .72;
}
.gift::after,
.req-card::after,
.res-card::after,
.t-step::after,
.video-card::after,
.faq-item::after,
.test-card::after,
.final-cta::after,
.sig-card::after,
.platforms::after,
.trust-strip::after,
.checkout .panel::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(241, 208, 132, 0.10);
}

/* Pricing closest to the reference image */
.formats-grid {
  gap: clamp(24px, 2.4vw, 34px) !important;
}
.price-card {
  border-radius: 30px !important;
  overflow: hidden;
}
.price-card::before {
  background:
    linear-gradient(125deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.08) 10%, rgba(255,255,255,0.00) 22%),
    linear-gradient(180deg, rgba(255,255,255,0.06), transparent 14%, transparent 88%, rgba(255,255,255,0.02) 100%),
    radial-gradient(circle at 84% 100%, rgba(222, 163, 255, 0.12), transparent 26%) !important;
  opacity: .85;
}
.price-card::after {
  box-shadow: inset 0 0 0 1px rgba(241, 208, 132, 0.12), 0 0 0 1px rgba(241, 208, 132, 0.18), 0 0 26px rgba(200, 133, 255, 0.08) !important;
}
.price-card .step {
  letter-spacing: -0.01em;
}
.price-card .subt {
  opacity: .95;
}
.price-card .price {
  letter-spacing: 0.01em;
}
.price-card .icon-circle {
  border: 1px solid rgba(241, 208, 132, 0.24);
}
.price-card .cta {
  position: relative;
  overflow: hidden;
}
.price-card .cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.16), transparent 35%);
  pointer-events: none;
}
.price-card.featured {
  transform: translateY(-6px) scale(1.01) !important;
}
.price-card.featured::before {
  background:
    linear-gradient(125deg, rgba(255,255,255,0.34) 0%, rgba(255,255,255,0.10) 12%, rgba(255,255,255,0.00) 24%),
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 18%, transparent 88%, rgba(255,255,255,0.03) 100%),
    radial-gradient(circle at 50% 0%, rgba(250, 205, 255, 0.14), transparent 24%),
    radial-gradient(circle at 84% 100%, rgba(222, 163, 255, 0.16), transparent 28%) !important;
}
.price-card.featured .badge-best {
  text-shadow: 0 0 10px rgba(241, 208, 132, 0.10);
}
.price-card.featured .cta {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 16px 34px rgba(90, 30, 144, 0.34), 0 0 22px rgba(221, 160, 255, 0.24), 0 0 34px rgba(221, 160, 255, 0.10) !important;
}

/* Generic buttons and video cards closer to the same system */
.btn,
.video-card .play,
.save-badge,
.faq-item .faq-q .plus {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.video-card .thumb.video-thumb-real::before {
  background:
    linear-gradient(180deg, rgba(6,3,18,0.08) 0%, rgba(18,8,44,0.05) 36%, rgba(8,5,27,0.48) 100%),
    linear-gradient(128deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.00) 22%),
    radial-gradient(circle at 50% 50%, rgba(229,185,94,0.10), transparent 40%) !important;
}

@media (max-width: 1100px) {
  .price-card.featured {
    transform: none !important;
  }
}


/* ===== V24 HERO SIGNATURE RIGHT + IMAGE-BASED PRICING CARDS ===== */
.hero-grid {
  grid-template-columns: minmax(0, 660px) minmax(280px, 420px) !important;
  grid-template-areas: "copy sig" !important;
  align-items: center !important;
}
.hero-sig,
.sig-card {
  grid-area: sig;
  justify-self: end !important;
  align-self: center !important;
  max-width: 360px !important;
  margin-top: 120px !important;
  margin-right: clamp(10px, 3vw, 34px) !important;
  z-index: 4 !important;
}
.hero-sig .roles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-sig .roles li { width: 100%; }

.formats-grid-imagecards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px) !important;
  align-items: stretch;
}
.price-card-image-button {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  border-radius: 28px;
  overflow: visible;
  position: relative;
  transition: transform .28s ease, filter .28s ease;
}
.price-card-image-button::before {
  content: "";
  position: absolute;
  inset: 8px 12px 10px 12px;
  border-radius: 28px;
  pointer-events: none;
  box-shadow: 0 24px 42px rgba(9, 4, 28, 0.34), 0 0 24px rgba(191, 139, 255, 0.10);
  opacity: .95;
}
.price-card-image-button.featured::before {
  box-shadow: 0 34px 64px rgba(21, 7, 58, 0.44), 0 0 34px rgba(215, 148, 255, 0.24), 0 0 84px rgba(215, 148, 255, 0.14);
}
.price-card-image-button:hover {
  transform: translateY(-5px) scale(1.008);
  filter: brightness(1.02);
}
.price-card-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
}
@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 340px) !important;
  }
  .hero-sig,
  .sig-card {
    margin-top: 80px !important;
    max-width: 320px !important;
  }
  .formats-grid-imagecards {
    gap: 18px !important;
  }
}
@media (max-width: 980px) {
  .formats-grid-imagecards {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (max-width: 760px) {
  .hero-grid {
    grid-template-columns: 1fr !important;
    grid-template-areas: "copy" "sig" !important;
  }
  .hero-sig,
  .sig-card {
    justify-self: start !important;
    align-self: start !important;
    max-width: 100% !important;
    margin-top: 8px !important;
    margin-right: 0 !important;
  }
  .price-card-image-button,
  .price-card-image {
    border-radius: 22px;
  }
}


/* ===== V25 HERO VISIBILITY + PLAIN SIGNATURE + IMAGE REQUEST CARDS ===== */
.hero {
  padding-top: clamp(110px, 10vw, 150px) !important;
  padding-bottom: clamp(170px, 18vw, 250px) !important;
}
.hero::before,
.hero::after {
  height: min(1120px, 122vh) !important;
}
.hero::before {
  background-size: cover !important;
  background-position: 58% 16% !important;
}
.hero-grid {
  min-height: min(930px, 96vh) !important;
  grid-template-columns: minmax(0, 680px) 1fr !important;
  grid-template-areas: "copy ." !important;
}
.copy {
  max-width: 700px !important;
}
.hero-sig,
.sig-card {
  position: absolute !important;
  right: clamp(36px, 5vw, 84px) !important;
  bottom: clamp(26px, 5vw, 74px) !important;
  left: auto !important;
  top: auto !important;
  width: min(420px, 34vw) !important;
  max-width: min(420px, 34vw) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
  z-index: 5 !important;
}
.sig-card::before,
.sig-card::after,
.hero-sig::before,
.hero-sig::after {
  content: none !important;
  display: none !important;
}
.sig-card .nm,
.hero-sig .nm {
  font-size: clamp(32px, 2.05vw, 38px) !important;
  line-height: 1.08 !important;
  color: #f4e6bf !important;
  text-shadow: 0 3px 18px rgba(13,7,34,0.35) !important;
}
.sig-card .nm .alt,
.hero-sig .nm .alt {
  display: block;
  margin-top: 4px;
  font-size: clamp(26px, 1.8vw, 32px) !important;
}
.sig-card .role,
.hero-sig .role {
  margin-top: 12px !important;
  font-size: clamp(18px, 1.1vw, 21px) !important;
  color: rgba(239, 229, 255, 0.88) !important;
  text-shadow: 0 2px 16px rgba(13,7,34,0.35);
}
.sig-card .roles,
.hero-sig .roles {
  margin-top: 16px !important;
  padding: 0 !important;
  display: block !important;
  column-count: 1 !important;
}
.sig-card .roles li,
.hero-sig .roles li {
  display: block !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  font-size: clamp(17px, 1.02vw, 20px) !important;
  color: rgba(244, 236, 254, 0.92) !important;
  text-shadow: 0 2px 14px rgba(13,7,34,0.28);
}
.sig-card .roles li::before,
.hero-sig .roles li::before {
  content: none !important;
}

.requests-grid-imagecards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 32px) !important;
  align-items: stretch;
}
.req-card-image {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
}
.req-card-image::before,
.req-card-image::after {
  content: none !important;
  display: none !important;
}
.req-card-art {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(8,4,22,0.32), 0 0 24px rgba(191,139,255,0.08);
  transition: transform .28s ease, filter .28s ease, box-shadow .28s ease;
}
.req-card-image:hover .req-card-art,
.req-card-image:focus-visible .req-card-art {
  transform: translateY(-6px) scale(1.01);
  filter: brightness(1.03);
  box-shadow: 0 28px 60px rgba(8,4,22,0.42), 0 0 34px rgba(215,148,255,0.16);
}
@media (max-width: 1180px) {
  .hero::before {
    background-position: 62% 14% !important;
  }
  .hero-sig,
  .sig-card {
    width: min(360px, 38vw) !important;
    max-width: min(360px, 38vw) !important;
    right: 28px !important;
    bottom: 22px !important;
  }
}
@media (max-width: 980px) {
  .requests-grid-imagecards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero::before,
  .hero::after {
    height: 980px !important;
  }
  .hero-sig,
  .sig-card {
    width: min(300px, 42vw) !important;
    max-width: min(300px, 42vw) !important;
  }
}
@media (max-width: 760px) {
  .hero {
    padding-bottom: 48px !important;
  }
  .hero::before {
    height: 780px !important;
    background-position: 72% 20% !important;
  }
  .hero::after {
    height: 780px !important;
  }
  .hero-grid {
    min-height: 620px !important;
  }
  .hero-sig,
  .sig-card {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 14px !important;
    text-align: left;
  }
  .sig-card .nm .alt,
  .hero-sig .nm .alt {
    display: inline;
  }
  .requests-grid-imagecards {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
  .req-card-art {
    border-radius: 22px;
  }
}


/* ===== V26 GUIDE POLISH + FULL VISIBILITY ===== */
.guide-grid {
  grid-template-columns: minmax(320px, 0.94fr) minmax(0, 1.22fr) !important;
  gap: clamp(34px, 4.8vw, 68px) !important;
  align-items: center !important;
}
.guide-portrait-blend {
  max-width: 500px !important;
  min-height: 650px !important;
  align-items: flex-end !important;
}
.guide-portrait-blend::before {
  inset: 4% 8% 2% 8% !important;
  background:
    radial-gradient(circle at 52% 18%, rgba(255, 234, 176, 0.26), transparent 30%),
    radial-gradient(circle at 34% 84%, rgba(168, 91, 208, 0.18), transparent 34%),
    radial-gradient(circle at 78% 82%, rgba(229,185,94,0.14), transparent 28%),
    radial-gradient(circle at 50% 92%, rgba(255, 219, 146, 0.16), transparent 24%) !important;
  filter: blur(16px);
}
.guide-portrait-blend::after {
  inset: 0 !important;
  background:
    radial-gradient(circle at 14% 16%, rgba(255,241,198,0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 22%, rgba(229,185,94,0.62) 0 1.4px, transparent 3px),
    radial-gradient(circle at 24% 70%, rgba(229,185,94,0.48) 0 1.4px, transparent 3px),
    radial-gradient(circle at 72% 80%, rgba(255,241,198,0.46) 0 1px, transparent 3px),
    radial-gradient(circle at 48% 97%, rgba(255,241,198,0.30) 0 1px, transparent 2.6px) !important;
}
.guide-photo {
  width: 100% !important;
  max-width: 500px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  -webkit-mask-image:
    radial-gradient(circle at 50% 38%, #000 0%, #000 56%, rgba(0,0,0,.96) 70%, rgba(0,0,0,.86) 84%, rgba(0,0,0,.58) 95%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.92) 5%, #000 14%, #000 94%, rgba(0,0,0,.68) 98%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.72) 6%, #000 16%, #000 84%, rgba(0,0,0,.72) 94%, transparent 100%) !important;
  mask-image:
    radial-gradient(circle at 50% 38%, #000 0%, #000 56%, rgba(0,0,0,.96) 70%, rgba(0,0,0,.86) 84%, rgba(0,0,0,.58) 95%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.92) 5%, #000 14%, #000 94%, rgba(0,0,0,.68) 98%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.72) 6%, #000 16%, #000 84%, rgba(0,0,0,.72) 94%, transparent 100%) !important;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  filter: saturate(1.04) contrast(1.03) brightness(1.03) drop-shadow(0 30px 68px rgba(8,3,22,.40)) !important;
}
.guide-text {
  max-width: 780px;
}
.guide-ornament {
  width: min(520px, 100%);
  margin: 0 0 14px 0;
  opacity: 0.98;
  filter: drop-shadow(0 0 16px rgba(229,185,94,0.18));
}
.guide-ornament svg {
  display: block;
  width: 100%;
  height: auto;
}
.guide-text .role-lead {
  font-size: clamp(18px, 1.28vw, 22px) !important;
  line-height: 1.55 !important;
  margin-bottom: 22px !important;
  color: rgba(236, 225, 248, 0.94) !important;
}
.guide-text p {
  font-size: clamp(17px, 1.06vw, 19px) !important;
  line-height: 1.72 !important;
  max-width: 720px !important;
}
@media (max-width: 1080px) {
  .guide-grid {
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr) !important;
    gap: 28px !important;
  }
  .guide-portrait-blend {
    max-width: 440px !important;
    min-height: 570px !important;
  }
  .guide-photo {
    max-width: 440px !important;
  }
}
@media (max-width: 860px) {
  .guide-grid {
    grid-template-columns: 1fr !important;
  }
  .guide-portrait-blend {
    max-width: 380px !important;
    min-height: 470px !important;
    margin-bottom: 6px !important;
  }
  .guide-photo {
    max-width: 380px !important;
  }
  .guide-ornament {
    margin-left: auto;
    margin-right: auto;
  }
  .guide-text {
    text-align: center;
    margin: 0 auto;
  }
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .guide-portrait-blend {
    max-width: 320px !important;
    min-height: 390px !important;
  }
  .guide-photo {
    max-width: 320px !important;
  }
  .stats-row {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}


/* ===== V27 COSMIC BOARD IMAGE + HERO SIGNATURE ROWS ===== */
.game-board.game-board-art {
  position: relative;
  z-index: 2;
  width: min(100%, 1120px) !important;
  max-width: none !important;
  aspect-ratio: 1672 / 941 !important;
  margin-left: clamp(80px, 8vw, 150px) !important;
  margin-right: 0 !important;
  animation: boardSlowBreathe 12s ease-in-out infinite !important;
  transform-origin: 52% 72%;
  border-radius: 24px;
}
.game-board.game-board-art .game-board-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 28px 58px rgba(8, 3, 22, 0.42))
    drop-shadow(0 0 34px rgba(205, 142, 255, 0.12));
  border-radius: 24px;
}
.game-board.game-board-art svg {
  display: none !important;
}
.game-board.game-board-art::after {
  left: 4% !important;
  right: 4% !important;
  bottom: -2% !important;
  height: 28% !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(229,185,94,0.26), rgba(126,45,170,0.14) 42%, transparent 74%) !important;
  filter: blur(24px) !important;
  opacity: .88 !important;
}

/* Hero signature: plain text block, right under Irina, roles in rows rather than a column */
.hero-sig,
.sig-card {
  right: clamp(34px, 5vw, 92px) !important;
  bottom: clamp(32px, 5.5vw, 86px) !important;
  width: min(620px, 42vw) !important;
  max-width: min(620px, 42vw) !important;
  text-align: left !important;
}
.sig-card .nm,
.hero-sig .nm {
  font-size: clamp(28px, 1.8vw, 36px) !important;
  line-height: 1.08 !important;
  white-space: normal !important;
}
.sig-card .nm .alt,
.hero-sig .nm .alt {
  display: inline !important;
  margin-top: 0 !important;
  font-size: .92em !important;
}
.sig-card .role,
.hero-sig .role {
  margin-top: 10px !important;
  font-size: clamp(16px, 1vw, 20px) !important;
}
.sig-card .roles,
.hero-sig .roles {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px 18px !important;
  align-items: center !important;
  margin-top: 12px !important;
  list-style: none !important;
}
.sig-card .roles li,
.hero-sig .roles li {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
  font-size: clamp(15px, .92vw, 18px) !important;
}
.sig-card .roles li:not(:last-child)::after,
.hero-sig .roles li:not(:last-child)::after {
  content: "·" !important;
  display: inline-block !important;
  margin-left: 18px;
  color: rgba(229, 185, 94, .9);
  text-shadow: 0 0 10px rgba(229,185,94,.18);
}

@media (max-width: 1180px) {
  .game-board.game-board-art {
    width: min(100%, 980px) !important;
    margin-left: clamp(40px, 5vw, 110px) !important;
  }
  .hero-sig,
  .sig-card {
    width: min(520px, 46vw) !important;
    max-width: min(520px, 46vw) !important;
    right: 28px !important;
    bottom: 30px !important;
  }
}
@media (max-width: 980px) {
  .game-board.game-board-art {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .hero-sig,
  .sig-card {
    width: min(440px, 48vw) !important;
    max-width: min(440px, 48vw) !important;
  }
  .sig-card .roles,
  .hero-sig .roles {
    gap: 6px 14px !important;
  }
  .sig-card .roles li:not(:last-child)::after,
  .hero-sig .roles li:not(:last-child)::after {
    margin-left: 14px;
  }
}
@media (max-width: 760px) {
  .game-board.game-board-art {
    width: 112vw !important;
    margin-left: -6vw !important;
    border-radius: 18px;
  }
  .game-board.game-board-art .game-board-img {
    border-radius: 18px;
  }
  .hero-sig,
  .sig-card {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 14px !important;
    text-align: left !important;
  }
  .sig-card .roles li,
  .hero-sig .roles li {
    white-space: normal;
  }
}


/* ===== V28 IMAGE-BASED RESULTS CARDS ===== */
.results-grid.results-grid-imagecards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  align-items: stretch;
}
.res-card.res-card-imageonly {
  padding: 0 !important;
  min-height: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
  display: block !important;
  border-radius: 28px !important;
}
.res-card.res-card-imageonly::before,
.res-card.res-card-imageonly::after {
  content: none !important;
  display: none !important;
}
.res-card-fullimg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(8,4,22,0.36), 0 0 26px rgba(191,139,255,0.10);
  transition: transform .3s ease, filter .3s ease, box-shadow .3s ease;
}
.res-card-imageonly:hover .res-card-fullimg,
.res-card-imageonly:focus-within .res-card-fullimg {
  transform: translateY(-6px) scale(1.01);
  filter: brightness(1.03);
  box-shadow: 0 28px 58px rgba(8,4,22,0.44), 0 0 36px rgba(215,148,255,0.16);
}
@media (max-width: 980px) {
  .results-grid.results-grid-imagecards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .results-grid.results-grid-imagecards {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
  .res-card-fullimg {
    border-radius: 22px;
  }
}


/* ===== FINAL: transparent LILA board PNG, no banner edges ===== */
.game-board.game-board-art {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  border-radius: 0 !important;
}
.game-board.game-board-art .game-board-img {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 26px 54px rgba(8, 3, 22, 0.46))
    drop-shadow(0 0 22px rgba(177, 102, 255, 0.14)) !important;
}
.game-board.game-board-art::after {
  content: none !important;
  display: none !important;
}

/* ===== V32: result PNG objects + plain guide caption under top Irina image ===== */
.results-footer.results-footer-plain {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  margin-top: clamp(28px, 3.8vw, 46px) !important;
  max-width: 980px !important;
  color: rgba(244, 232, 255, .88) !important;
  font-family: var(--serif) !important;
  font-size: clamp(20px, 1.85vw, 28px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: .01em !important;
}
.results-footer.results-footer-plain::before,
.results-footer.results-footer-plain::after {
  display: none !important;
  content: none !important;
}

.res-card.res-card-imageonly {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: visible !important;
}
.res-card-fullimg {
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}
.res-card-imageonly:hover .res-card-fullimg,
.res-card-imageonly:focus-within .res-card-fullimg {
  box-shadow: none !important;
  filter: brightness(1.03) !important;
}

.hero-guide-under-image {
  position: relative;
  z-index: 3;
  margin: clamp(18px, 2.4vw, 34px) auto clamp(28px, 3.6vw, 52px) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  max-width: 1180px !important;
  text-align: center;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.hero-guide-under-image::before,
.hero-guide-under-image::after {
  display: none !important;
  content: none !important;
}
.hero-guide-name {
  font-family: var(--serif);
  font-size: clamp(30px, 2.8vw, 48px);
  line-height: 1.12;
  color: var(--cream);
  text-shadow: 0 0 24px rgba(229,185,94,.16), 0 2px 24px rgba(7,4,24,.5);
}
.hero-guide-name span {
  color: var(--gold-pale);
  font-style: italic;
  font-weight: 400;
}
.hero-guide-role {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: clamp(19px, 1.55vw, 28px);
  line-height: 1.24;
  color: rgba(220, 190, 244, .92);
  text-shadow: 0 0 18px rgba(176,114,229,.18);
}
.hero-guide-list {
  margin-top: 10px;
  font-family: var(--serif);
  font-size: clamp(17px, 1.22vw, 23px);
  line-height: 1.35;
  color: rgba(255, 238, 190, .9);
  letter-spacing: .01em;
  text-shadow: 0 0 18px rgba(229,185,94,.14);
}

@media (max-width: 760px) {
  .hero-guide-under-image {
    margin-top: 14px !important;
    margin-bottom: 34px !important;
  }
  .hero-guide-list {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ===== NEXT GAME CALENDAR :: removable standalone block ===== */
.next-game-section {
  padding-top: clamp(54px, 7vw, 96px) !important;
  padding-bottom: clamp(36px, 5vw, 70px) !important;
}
.next-game-head {
  margin-bottom: clamp(20px, 3vw, 34px) !important;
}
.next-game-head .section-title {
  margin-bottom: 0 !important;
}
.next-game-calendar {
  width: min(100%, 560px);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 28px);
  position: relative;
  border-radius: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 50% 0%, rgba(206, 164, 255, 0.10), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.008));
  border: 1px solid rgba(224, 198, 255, 0.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 18px 48px rgba(7, 3, 24, 0.24);
  overflow: hidden;
  isolation: isolate;
}
.next-game-calendar::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(244, 216, 137, 0.055);
  opacity: .9;
}
.next-game-month {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: clamp(14px, 2.5vw, 22px);
  font-family: var(--serif);
  font-size: clamp(18px, 2.4vw, 25px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(246, 221, 153, 0.92);
  text-shadow: 0 0 16px rgba(244, 216, 137, 0.12);
}
.next-game-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(5px, 1.1vw, 9px);
}
.next-game-cell {
  min-width: 0;
  aspect-ratio: 1 / 1;
  border-radius: clamp(9px, 1.6vw, 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: clamp(13px, 2vw, 18px);
  line-height: 1;
  color: rgba(226, 202, 255, 0.34);
  border: 1px solid rgba(218, 190, 255, 0.115);
  background: rgba(80, 48, 130, 0.035);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.012);
}
.next-game-cell.empty {
  color: transparent;
  background: transparent;
  border-color: rgba(218, 190, 255, 0.055);
  box-shadow: none;
}
.next-game-cell.muted span {
  opacity: .68;
}
.next-game-cell.active {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  flex-direction: column;
  gap: clamp(3px, .7vw, 6px);
  color: rgba(255, 246, 214, 0.98);
  border-color: rgba(248, 222, 145, 0.44);
  background:
    radial-gradient(circle at 50% 42%, rgba(248, 222, 145, 0.28), transparent 48%),
    radial-gradient(circle at 50% 50%, rgba(194, 137, 255, 0.30), transparent 64%),
    linear-gradient(180deg, rgba(244, 216, 137, 0.10), rgba(168, 108, 255, 0.06));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    inset 0 0 0 1px rgba(255,255,255,0.03),
    0 0 16px rgba(220, 166, 255, 0.26),
    0 0 28px rgba(244, 216, 137, 0.12);
  text-shadow: 0 0 14px rgba(244, 216, 137, 0.30);
  animation: nextGamePulse 4.8s ease-in-out infinite;
}
.next-game-cell.active:hover,
.next-game-cell.active:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(255, 232, 166, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 0 20px rgba(220, 166, 255, 0.34),
    0 0 38px rgba(244, 216, 137, 0.18);
}
.next-game-day {
  font-size: clamp(20px, 3.2vw, 31px);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.next-game-weekday {
  font-family: var(--sans);
  font-size: clamp(10px, 1.4vw, 13px);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: lowercase;
  color: rgba(233, 205, 255, 0.82);
}
@keyframes nextGamePulse {
  0%, 100% {
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.12),
      inset 0 0 0 1px rgba(255,255,255,0.03),
      0 0 14px rgba(220, 166, 255, 0.20),
      0 0 24px rgba(244, 216, 137, 0.10);
    filter: brightness(1);
  }
  50% {
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.14),
      inset 0 0 0 1px rgba(255,255,255,0.04),
      0 0 21px rgba(220, 166, 255, 0.31),
      0 0 34px rgba(244, 216, 137, 0.16);
    filter: brightness(1.045);
  }
}
@media (max-width: 760px) {
  .next-game-calendar {
    width: min(100%, 430px);
    padding: 16px;
    border-radius: 24px;
  }
  .next-game-grid {
    gap: 5px;
  }
  .next-game-cell {
    border-radius: 10px;
  }
}
@media (max-width: 420px) {
  .next-game-calendar {
    padding: 12px;
  }
  .next-game-grid {
    gap: 4px;
  }
  .next-game-cell {
    font-size: 12px;
    border-radius: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .next-game-cell.active {
    animation: none;
  }
}

/* Production form hardening */
.gift-form select,
.gift-form textarea,
.checkout form select,
.checkout form textarea {
  width: 100%;
  border: 1px solid rgba(232, 194, 117, 0.28);
  background: rgba(255,255,255,0.07);
  color: var(--cream);
  border-radius: 16px;
  padding: 13px 14px;
  font: inherit;
  outline: none;
}
.gift-form textarea,
.checkout form textarea { resize: vertical; min-height: 86px; }
.gift-form select option,
.checkout form select option { color: #160d22; }
.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 12px;
  line-height: 1.45;
  color: var(--ink-3);
  text-align: left;
}
.consent input { margin-top: 2px; accent-color: var(--gold); }
.consent a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 3px; }
.consent.err { color: #ffd1d1; }
.form-error {
  border: 1px solid rgba(255, 160, 160, 0.35);
  background: rgba(120, 20, 40, 0.22);
  color: #ffdede;
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 13px;
}
.hp-field,
.hp-wrap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }

.legal-page { min-height: 100vh; background: #08051b; color: var(--cream); }
.legal-doc { width: min(900px, calc(100% - 32px)); margin: 0 auto; padding: 56px 0 80px; line-height: 1.75; }
.legal-doc h1 { font-family: var(--serif); font-size: clamp(34px, 6vw, 64px); margin: 20px 0 24px; }
.legal-doc h2 { margin: 30px 0 10px; color: var(--gold-bright); }
.legal-doc p, .legal-doc dd { color: var(--ink-2); }
.legal-doc dt { margin-top: 16px; color: var(--gold-bright); font-weight: 700; }
.back-link { color: var(--gold-bright); text-decoration: none; }

/* PATCH v32: checkout modal must always be scrollable on small/short screens */
.checkout {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  align-items: flex-start !important;
  justify-items: center !important;
  place-items: start center !important;
  padding-top: max(14px, env(safe-area-inset-top)) !important;
  padding-bottom: max(14px, env(safe-area-inset-bottom)) !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.checkout .panel {
  width: min(920px, calc(100vw - 28px)) !important;
  max-height: calc(100dvh - 28px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: clamp(22px, 3.2vw, 36px) clamp(18px, 3.4vw, 34px) clamp(24px, 3vw, 30px) !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.checkout .close {
  position: sticky !important;
  top: 0 !important;
  margin-left: auto !important;
  margin-bottom: -38px !important;
  z-index: 5 !important;
}
.checkout h3,
.checkout .sub,
.checkout .summary,
.checkout form,
.checkout .success-state {
  position: relative;
  z-index: 2;
}
.checkout .summary .row {
  align-items: flex-start !important;
}
.checkout .summary .value {
  max-width: 68%;
  overflow-wrap: anywhere;
}
.checkout textarea {
  max-height: 34dvh;
}
@media (max-width: 640px), (max-height: 760px) {
  .checkout {
    padding: 10px !important;
  }
  .checkout .panel {
    width: min(100%, calc(100vw - 20px)) !important;
    max-height: calc(100dvh - 20px) !important;
    border-radius: 22px !important;
  }
  .checkout h3 {
    font-size: clamp(24px, 7vw, 34px) !important;
    line-height: 1.08 !important;
    padding-right: 58px;
  }
  .checkout .sub {
    font-size: clamp(15px, 4.2vw, 19px) !important;
    line-height: 1.35 !important;
    margin-bottom: 16px !important;
    padding-right: 4px;
  }
  .checkout .summary {
    margin-bottom: 18px !important;
    padding: 14px !important;
  }
  .checkout .summary .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    margin-bottom: 12px !important;
  }
  .checkout .summary .value {
    max-width: 100%;
    text-align: left !important;
  }
  .checkout input,
  .checkout form select,
  .checkout form textarea {
    min-height: 48px;
    font-size: 16px !important;
  }
  .checkout form {
    gap: 10px !important;
  }
}

/* ===== V33 PRODUCTION INTEGRATION: hero, OG, icon cards, responsive text ===== */
.hero::before {
  background-image: url("assets/hero-irina-wide.webp") !important;
  background-position: center center !important;
  background-size: cover !important;
}
@media (max-width: 760px) {
  .hero::before {
    background-position: 72% center !important;
  }
}

.results-grid.results-grid-iconcards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2vw, 24px) !important;
  align-items: stretch !important;
}
.res-card.res-card-icontext {
  min-height: 158px !important;
  padding: clamp(18px, 2vw, 24px) !important;
  border-radius: 24px !important;
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) !important;
  gap: clamp(14px, 1.8vw, 20px) !important;
  align-items: center !important;
  background: var(--glass-lilac-bg) !important;
  border: 1px solid rgba(229,185,94,.22) !important;
  box-shadow: var(--glass-shadow) !important;
  overflow: hidden !important;
}
.res-card.res-card-icontext::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(229,185,94,.10), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.045), transparent 32%, rgba(255,255,255,.025));
}
.res-card.res-card-icontext .result-art {
  width: 86px !important;
  height: 86px !important;
  margin: 0 !important;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}
.res-card.res-card-icontext .result-art img {
  width: 86px !important;
  height: 86px !important;
  object-fit: contain !important;
  display: block;
  filter: drop-shadow(0 0 18px rgba(229,185,94,.28)) !important;
}
.res-card.res-card-icontext .tx {
  position: relative;
  z-index: 1;
  padding: 0 !important;
  font-family: var(--serif) !important;
  font-size: clamp(17px, 1.28vw, 21px) !important;
  line-height: 1.32 !important;
  color: rgba(255,246,224,.94) !important;
  letter-spacing: .005em !important;
  text-wrap: balance;
}
.res-card.res-card-icontext:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(255,244,216,.42) !important;
}
.res-card.res-card-icontext:hover .result-art img {
  transform: scale(1.05);
  filter: drop-shadow(0 0 28px rgba(229,185,94,.42)) !important;
}

.timeline {
  gap: clamp(14px, 1.6vw, 22px) !important;
}
.t-step {
  padding: clamp(18px, 2vw, 24px) clamp(14px, 1.7vw, 20px) !important;
  border-radius: 24px !important;
}
.t-step .num.step-orb {
  width: clamp(96px, 8.6vw, 126px) !important;
  height: clamp(96px, 8.6vw, 126px) !important;
  margin: 0 auto clamp(14px, 1.6vw, 18px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.t-step .num.step-orb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0 22px rgba(229,185,94,.28)) !important;
}
.t-step .num.step-orb .n {
  top: 4px !important;
  left: 5px !important;
  right: auto !important;
  width: 30px !important;
  height: 30px !important;
  font-size: 13px !important;
  border: 1px solid rgba(255,244,216,.42);
}
.t-step .ttl {
  font-size: clamp(17px, 1.16vw, 20px) !important;
  line-height: 1.28 !important;
  margin-bottom: 8px !important;
  color: rgba(255,246,224,.96) !important;
  text-wrap: balance;
}
.t-step .dsc {
  font-size: clamp(14px, .96vw, 16px) !important;
  line-height: 1.48 !important;
  color: rgba(226,210,244,.84) !important;
  max-width: 240px !important;
  text-wrap: balance;
}
@media (max-width: 980px) {
  .results-grid.results-grid-iconcards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .timeline::before { display: none !important; }
  .t-step {
    display: grid !important;
    grid-template-columns: 112px minmax(0,1fr) !important;
    column-gap: 18px !important;
    text-align: left !important;
    align-items: center !important;
  }
  .t-step .num.step-orb { margin: 0 !important; width: 106px !important; height: 106px !important; }
  .t-step .dsc { margin: 0 !important; max-width: none !important; }
}
@media (max-width: 640px) {
  .results-grid.results-grid-iconcards {
    grid-template-columns: 1fr !important;
    max-width: 560px;
    margin: 0 auto;
  }
  .res-card.res-card-icontext {
    min-height: 132px !important;
    grid-template-columns: 76px minmax(0, 1fr) !important;
    border-radius: 22px !important;
  }
  .res-card.res-card-icontext .result-art,
  .res-card.res-card-icontext .result-art img {
    width: 76px !important;
    height: 76px !important;
  }
  .timeline {
    grid-template-columns: 1fr !important;
    max-width: 560px;
    margin: 0 auto;
  }
  .t-step {
    grid-template-columns: 86px minmax(0,1fr) !important;
    padding: 18px 16px !important;
  }
  .t-step .num.step-orb { width: 82px !important; height: 82px !important; }
  .t-step .num.step-orb .n { width: 26px !important; height: 26px !important; font-size: 12px !important; }
}

/* ===== V37: compact and usable checkout modal ===== */
.checkout {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(16px, 3vw, 34px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.checkout .panel {
  width: min(680px, calc(100vw - 36px)) !important;
  max-width: 680px !important;
  max-height: min(86dvh, 820px) !important;
  margin: auto !important;
  padding: clamp(22px, 2.2vw, 30px) !important;
  border-radius: 28px !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}
.checkout .close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  margin: 0 !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
}
.checkout h3 {
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.05 !important;
  padding-right: 58px !important;
  margin-bottom: 8px !important;
}
.checkout .sub {
  max-width: 520px;
  font-size: clamp(15px, 1.3vw, 18px) !important;
  line-height: 1.35 !important;
  margin-bottom: 18px !important;
  padding-right: 56px !important;
}
.checkout .summary {
  margin-bottom: 18px !important;
  padding: 16px !important;
  border-radius: 18px !important;
}
.checkout .summary .row {
  display: grid !important;
  grid-template-columns: 128px minmax(0, 1fr) !important;
  align-items: baseline !important;
  gap: 12px !important;
  margin-bottom: 10px !important;
}
.checkout .summary .label {
  font-size: 13px !important;
}
.checkout .summary .value {
  max-width: 100% !important;
  text-align: left !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}
.checkout .summary .total {
  margin-top: 12px !important;
  padding-top: 12px !important;
}
.checkout .summary .total .value {
  font-size: clamp(22px, 2.2vw, 30px) !important;
}
.checkout form {
  gap: 11px !important;
}
.checkout label {
  gap: 7px !important;
  font-size: 13px !important;
  letter-spacing: 0.02em !important;
}
.checkout input,
.checkout form select,
.checkout form textarea {
  min-height: 46px !important;
  padding: 12px 15px !important;
  border-radius: 15px !important;
}
.checkout form textarea {
  min-height: 92px !important;
  max-height: 180px !important;
}
.checkout .btn-primary {
  padding: 14px 22px !important;
}
.checkout .legal {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) and (min-height: 760px) {
  .checkout .panel {
    transform: translateY(-1vh);
  }
}
@media (max-height: 720px) {
  .checkout {
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .checkout .panel {
    margin: 0 auto !important;
    max-height: calc(100dvh - 24px) !important;
  }
}
@media (max-width: 640px) {
  .checkout {
    align-items: flex-start !important;
    padding: 10px !important;
  }
  .checkout .panel {
    width: calc(100vw - 20px) !important;
    max-height: calc(100dvh - 20px) !important;
    margin: 0 auto !important;
    padding: 20px 16px 18px !important;
    border-radius: 22px !important;
  }
  .checkout .close {
    top: 14px !important;
    right: 14px !important;
    width: 38px !important;
    height: 38px !important;
  }
  .checkout h3 {
    font-size: clamp(28px, 8vw, 34px) !important;
    padding-right: 48px !important;
  }
  .checkout .sub {
    padding-right: 0 !important;
    max-width: none;
  }
  .checkout .summary .row {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    margin-bottom: 12px !important;
  }
  .checkout input,
  .checkout form select,
  .checkout form textarea {
    font-size: 16px !important;
  }
}
