/* =====================================================
   МОЛИТВА v2 — FORMULA-style premium dark theme
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Inter:wght@300;400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }

:root {
  --bg-0: #02023D;
  --bg-1: #11091e;
  --bg-2: #1a0e2e;
  --ink: #ffffff;
  --ink-2: rgba(255, 255, 255, 0.78);
  --ink-3: rgba(255, 255, 255, 0.55);
  --ink-4: rgba(255, 255, 255, 0.32);
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.14);
  --pink: #ff4f9a;
  --pink-soft: #ff7fb3;
  --orange: #ffa46d;
  --violet: #a37cff;
  --violet-deep: #6b3df0;
  --indigo: #4a2cb8;
  --gold: #ffd57a;
  --grad-cta: linear-gradient(95deg, #ff4f9a 0%, #ff6f8a 45%, #ffa46d 100%);
  --grad-card-pink: linear-gradient(135deg, rgba(255, 79, 154, 0.30), rgba(124, 60, 255, 0.18));
  --grad-card-violet: linear-gradient(135deg, rgba(124, 60, 255, 0.30), rgba(67, 28, 159, 0.18));
  --grad-card-orange: linear-gradient(135deg, rgba(255, 164, 109, 0.28), rgba(255, 79, 154, 0.18));
  --grad-card-cyan: linear-gradient(135deg, rgba(82, 190, 255, 0.24), rgba(110, 70, 220, 0.18));
  --shadow-card: 0 18px 50px -20px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  --shadow-soft: 0 8px 28px -12px rgba(124, 60, 255, 0.45);
  --r-card: 22px;
  --r-card-sm: 16px;
  --r-pill: 999px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

html, body { height: 100%; }
body {
  margin: 0;
  background: var(--bg-0);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  min-height: 100dvh;
  background-image:
    radial-gradient(45% 30% at 12% 8%,   rgba(255, 60, 140, 0.20) 0%, transparent 62%),
    radial-gradient(40% 28% at 88% 15%,  rgba(196, 80, 255, 0.16) 0%, transparent 62%),
    radial-gradient(50% 32% at 18% 55%,  rgba(255, 90, 180, 0.10) 0%, transparent 68%),
    radial-gradient(45% 30% at 92% 78%,  rgba(140, 70, 240, 0.14) 0%, transparent 68%),
    radial-gradient(60% 40% at 50% 100%, rgba(60, 26, 130, 0.22) 0%, transparent 70%),
    linear-gradient(180deg, #02023D 0%, #140C5E 48%, #02023D 100%);
  background-attachment: fixed;
}
button { font-family: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
input, textarea, select { font-family: inherit; color: inherit; background: transparent; border: 0; outline: none; }
a { color: inherit; text-decoration: none; }

/* TYPE */
.h-display { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 600; letter-spacing: -0.01em; line-height: 1.05; }
.h-display-bold { font-family: 'Cormorant Garamond', serif; font-weight: 700; letter-spacing: -0.005em; }
.h-eyebrow { font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2); }
.gradient-text { background: linear-gradient(95deg, #ff4f9a 0%, #c97dff 45%, #ffa46d 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* APP SHELL */
.app { position: relative; min-height: 100dvh; max-width: 480px; margin: 0 auto; padding-bottom: calc(96px + var(--safe-bottom)); }
.screen { display: none; padding: 18px 18px 24px; animation: fade .25s ease; }
.screen.active { display: block; }
.screen:not(.active) { display: none !important; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* BUTTONS */
.btn-cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 18px 22px;
  background: var(--grad-cta);
  border-radius: var(--r-pill);
  font-weight: 600; font-size: 16px; color: #fff;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 30px -10px rgba(255, 79, 154, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform .12s ease, box-shadow .2s ease;
}
.btn-cta:active { transform: scale(0.98); }
.btn-cta-sm { padding: 12px 18px; font-size: 14px; }
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 18px; background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line); border-radius: var(--r-pill);
  font-weight: 500; color: var(--ink-2);
}

.icon-circle { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; }

/* GLASS CARDS */
.glass { background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line); border-radius: var(--r-card); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: var(--shadow-card); }

/* WELCOME / LOGIN */
.welcome { min-height: 100dvh; display: flex; flex-direction: column; align-items: center; padding: 18px 22px 24px; text-align: center; padding-bottom: calc(96px + var(--safe-bottom)); }
.welcome .logo { width: 230px; height: 230px; margin: 4px auto 0; display: flex; align-items: center; justify-content: center; position: relative; }
.welcome .logo::before { content: ''; position: absolute; inset: 0; background: radial-gradient(closest-side, rgba(255, 100, 180, 0.55), transparent 70%); filter: blur(28px); }
.welcome .logo svg { width: 220px; height: 220px; position: relative; filter: drop-shadow(0 0 26px rgba(255, 100, 180, 0.85)) drop-shadow(0 0 14px rgba(196, 120, 255, 0.6)); }
.welcome .eyebrow { letter-spacing: 0.30em; font-size: 11px; color: var(--ink-2); margin-top: 4px; font-weight: 600; }
.welcome .title-big { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 70px; line-height: 1; letter-spacing: 0.04em; background: linear-gradient(95deg, #ff5a9a 0%, #ff79a8 30%, #ff9466 75%, #ffb073 100%); -webkit-background-clip: text; background-clip: text; color: transparent; margin: 8px 0 16px; filter: drop-shadow(0 0 20px rgba(255, 90, 154, 0.4)); }
.welcome .tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500; font-size: 17px; color: var(--ink-2); max-width: 360px; line-height: 1.35; }
.welcome .icons-row { display: flex; align-items: flex-end; justify-content: center; gap: 28px; margin: 26px 0 18px; }
.welcome .icon-pill { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.welcome .icon-pill svg { width: 38px; height: 38px; filter: drop-shadow(0 0 10px rgba(255, 100, 180, 0.85)) drop-shadow(0 0 4px rgba(255, 100, 180, 0.6)); }
.welcome .icon-pill .lab { font-size: 12px; color: var(--ink); font-weight: 400; letter-spacing: 0.02em; }
.welcome .form { width: 100%; display: flex; flex-direction: column; gap: 12px; margin-top: 6px; }
.welcome .input { width: 100%; padding: 18px 20px; font-size: 16px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line-2); border-radius: var(--r-pill); color: var(--ink); }
.welcome .input::placeholder { color: var(--ink-3); }
.welcome .input-icon { position: relative; }
.welcome .input-icon .ic { position: absolute; left: 22px; top: 50%; transform: translateY(-50%); color: var(--ink-3); }
.welcome .input-icon .input { padding-left: 50px; }
.welcome .demo { font-size: 12px; color: var(--ink-3); margin-top: 6px; }
.welcome .demo b { color: var(--pink); font-weight: 600; }

/* bottom chat-style describe bar */
.bottom-input-bar { width: 100%; margin-top: 14px; display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line-2); border-radius: var(--r-pill); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.bottom-input-bar input { flex: 1; padding: 4px 0; font-size: 14px; color: var(--ink); background: transparent; }
.bottom-input-bar input::placeholder { color: var(--ink-3); }
.bottom-input-bar .ic-l, .bottom-input-bar .ic-r { color: var(--ink-3); display: flex; }

/* SMS code */
.code-row { display: flex; gap: 10px; justify-content: center; margin: 6px 0 10px; }
.code-row input { width: 46px; height: 56px; text-align: center; font-size: 22px; font-weight: 600; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line-2); border-radius: 14px; color: var(--ink); }
.code-row input:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(255, 79, 154, 0.18); }

/* SETUP */
.setup { padding: 30px 22px 30px; padding-bottom: calc(96px + var(--safe-bottom)); }
.setup .setup-title-block { text-align: center; margin: 30px 0 18px; }
.setup .setup-title-block .title-big { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 64px; line-height: 1; letter-spacing: 0.04em; background: linear-gradient(95deg, #ff5a9a 0%, #ff79a8 30%, #ff9466 75%, #ffb073 100%); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 10px; filter: drop-shadow(0 0 14px rgba(255, 90, 154, 0.35)); }
.setup .setup-title-block .eyebrow { letter-spacing: 0.30em; font-size: 11px; color: var(--ink-2); font-weight: 600; }
.setup .sub { color: var(--ink-2); margin: 28px 0 18px; font-size: 15px; text-align: center; }
.setup .field { margin-bottom: 12px; }
.setup label { display: block; font-size: 11px; color: var(--ink-3); margin: 0 0 6px 4px; letter-spacing: 0.10em; text-transform: uppercase; }
.setup input { width: 100%; padding: 18px 22px; font-size: 15px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line-2); border-radius: var(--r-pill); color: var(--ink); }
.setup input::placeholder { color: var(--ink-3); }
.setup input:focus { border-color: rgba(255, 100, 180, 0.65); box-shadow: 0 0 0 3px rgba(255, 100, 180, 0.18); }
.setup .hint { color: var(--ink-3); font-size: 12px; margin-top: 10px; text-align: center; }
.setup .date-row { display: flex; align-items: center; gap: 6px; padding: 6px 16px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line-2); border-radius: var(--r-pill); }
.setup .date-row input { padding: 14px 8px; text-align: center; font-variant-numeric: tabular-nums; letter-spacing: 0.06em; background: transparent; border: 0; border-radius: 0; }
.setup .date-row input:focus { box-shadow: none; }
.setup .date-row input[id$="-d"], .setup .date-row input[id$="-m"] { flex: 0 0 56px; }
.setup .date-row input[id$="-y"] { flex: 1; }
.setup .date-row .dot { color: var(--ink-3); font-size: 22px; line-height: 1; padding-bottom: 4px; }
.setup #btn-setup-save { margin-top: 8px; }

/* HOME HEAD */
.home-hero-img { display: block; width: calc(100% + 36px); max-width: none; height: auto; border-radius: 0; cursor: pointer; margin: -18px -18px 0; }
.home-block-img { display: block; width: calc(100% + 36px); max-width: none; height: auto; border-radius: 0; cursor: pointer; margin: 0 -18px; }
.home-head { display: flex; align-items: center; gap: 12px; padding: 4px 4px 12px; }
.avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #6b3df0, #ff4f9a); display: flex; align-items: center; justify-content: center; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 22px; box-shadow: 0 8px 20px -6px rgba(124, 60, 255, 0.55); }
.greet { flex: 1; }
.greet .h { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 23px; line-height: 1.1; letter-spacing: -0.01em; }
.greet .s { font-size: 13px; color: var(--ink-3); margin-top: 2px; }
.streak-pill { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: var(--r-pill); background: linear-gradient(95deg, rgba(255, 79, 154, 0.32), rgba(255, 164, 109, 0.20)); border: 1px solid rgba(255, 79, 154, 0.30); font-weight: 600; font-size: 14px; }

/* MATRIX CARD HOME */
.card-matrix { padding: 18px; background: linear-gradient(160deg, rgba(28, 16, 50, 0.55), rgba(12, 7, 24, 0.75)); border: 1px solid rgba(196, 124, 255, 0.16); border-radius: var(--r-card); display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; position: relative; cursor: pointer; box-shadow: var(--shadow-card); }
.card-matrix .eyebrow { color: var(--pink); font-size: 11px; letter-spacing: 0.16em; font-weight: 600; }
.card-matrix .arrow { position: absolute; top: 14px; right: 14px; color: var(--ink-3); }
.card-matrix-img { display: block; padding: 0; background: none; border: none; overflow: hidden; }
.card-matrix-img .matrix-hero-img { display: block; width: 100%; height: auto; border-radius: var(--r-card); }
.matrix-col { display: flex; flex-direction: column; gap: 8px; }
.matrix-col .eyebrow { color: var(--pink); font-size: 11px; letter-spacing: 0.16em; font-weight: 600; }
.matrix-svg-wrap { width: 100%; aspect-ratio: 1 / 1; }
.matrix-svg-wrap svg { width: 100%; height: 100%; }
.matrix-side .num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 58px; line-height: 1; background: linear-gradient(95deg, #ff4f9a, #ffa46d); -webkit-background-clip: text; background-clip: text; color: transparent; margin-top: 4px; letter-spacing: -0.02em; }
.matrix-side .arc-name { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 21px; margin: 4px 0 8px; letter-spacing: -0.01em; }
.matrix-side ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.matrix-side li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: var(--ink-2); }
.matrix-side li::before { content: '✦'; color: var(--pink); font-size: 11px; flex: 0 0 auto; }

/* TILES ROW */
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.tile { padding: 16px; border-radius: var(--r-card-sm); border: 1px solid var(--line); background: rgba(255, 255, 255, 0.03); position: relative; }
.tile .eyebrow { color: var(--pink); font-size: 10px; letter-spacing: 0.16em; font-weight: 600; }
.tile-prayer { background: var(--grad-card-pink); }
.tile-prayer .prayer-row { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.tile-prayer .ic-pray { font-size: 36px; flex: 0 0 auto; filter: drop-shadow(0 0 12px rgba(255, 170, 90, 0.45)); }
.tile-prayer .desc { font-size: 13px; color: var(--ink-2); line-height: 1.35; }
.tile-prayer .play-btn { margin-top: 12px; padding: 10px 18px; font-size: 13px; font-weight: 600; background: var(--grad-cta); border-radius: var(--r-pill); display: inline-flex; align-items: center; gap: 6px; color: #fff; box-shadow: 0 6px 16px -6px rgba(255, 79, 154, 0.55); }
.tile-streak { background: var(--grad-card-orange); display: flex; flex-direction: column; }
.tile-streak .num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 58px; line-height: 1; background: linear-gradient(95deg, #ffa46d, #ff4f9a); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -0.02em; }
.tile-streak .lab { font-size: 13px; font-weight: 600; margin-top: -4px; }
.tile-streak .desc { font-size: 12px; color: var(--ink-2); margin-top: 8px; line-height: 1.35; }
.tile-streak .flame { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 52px; filter: drop-shadow(0 0 16px rgba(255, 120, 40, 0.55)); }

/* FORECAST */
.forecast { margin-top: 14px; padding: 16px; }
.forecast .eyebrow { color: var(--pink); margin-bottom: 12px; font-size: 10px; font-weight: 600; letter-spacing: 0.18em; }
.forecast .tabs { display: flex; gap: 4px; background: rgba(255, 255, 255, 0.04); border-radius: var(--r-pill); padding: 4px; margin-bottom: 14px; }
.forecast .tab { flex: 1; padding: 9px 8px; text-align: center; font-size: 12px; font-weight: 500; border-radius: var(--r-pill); color: var(--ink-2); transition: all .2s; }
.forecast .tab.active { background: var(--grad-cta); color: #fff; box-shadow: 0 4px 14px -4px rgba(255, 79, 154, 0.5); }
.forecast .body { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.forecast .body h3 { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 20px; line-height: 1.15; margin-bottom: 6px; letter-spacing: -0.01em; }
.forecast .body p { font-size: 13px; color: var(--ink-2); margin-bottom: 6px; }
.forecast .body .quote { font-style: italic; font-family: 'Manrope', sans-serif; font-size: 14px; color: var(--ink-3); }
.forecast .icon-art { flex: 0 0 auto; width: 72px; opacity: 0.85; filter: drop-shadow(0 0 16px rgba(255, 79, 154, 0.4)); }

/* LUNA + SUB ROW */
.row-luna { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.card-luna { padding: 14px; background: var(--grad-card-violet); border: 1px solid var(--line); border-radius: var(--r-card-sm); display: flex; flex-direction: column; gap: 10px; }
.card-luna .head { display: flex; align-items: flex-start; gap: 10px; }
.card-luna .moon-ic { flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; background: radial-gradient(closest-side, #ffd57a, #ff7a4f 60%); box-shadow: 0 0 14px rgba(255, 122, 79, 0.55); }
.card-luna .eyebrow { color: var(--violet); font-size: 10px; letter-spacing: 0.16em; font-weight: 600; }
.card-luna .desc { font-size: 12px; color: var(--ink-2); line-height: 1.35; }
.card-luna .cta { padding: 10px 14px; background: var(--grad-cta); border-radius: var(--r-pill); font-size: 12px; font-weight: 600; text-align: center; }

.card-sub { padding: 14px; background: var(--grad-card-pink); border: 1px solid var(--line); border-radius: var(--r-card-sm); display: flex; flex-direction: column; gap: 10px; }
.card-sub .eyebrow { color: var(--pink); font-size: 10px; font-weight: 600; letter-spacing: 0.16em; }
.card-sub .head { display: flex; align-items: center; gap: 10px; }
.card-sub .crown { font-size: 30px; filter: drop-shadow(0 0 10px rgba(255, 213, 122, 0.6)); }
.card-sub ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; font-size: 12px; color: var(--ink-2); }
.card-sub li::before { content: '✓ '; color: var(--pink-soft); }
.card-sub .cta { padding: 10px 14px; background: var(--grad-cta); border-radius: var(--r-pill); font-size: 12px; font-weight: 600; text-align: center; }

/* MINI PILLS */
.row-mini { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-top: 12px; }
.mini-pill { display: flex; align-items: center; gap: 8px; padding: 12px; border-radius: var(--r-card-sm); background: rgba(255, 255, 255, 0.035); border: 1px solid var(--line); position: relative; cursor: pointer; }
.mini-pill .em { font-size: 22px; flex: 0 0 auto; }
.mini-pill .lab { font-size: 11px; color: var(--ink-2); line-height: 1.2; }
.mini-pill .lab b { display: block; color: var(--ink); font-weight: 600; font-size: 12px; margin-bottom: 2px; }
.mini-pill .arrow { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); color: var(--ink-3); font-size: 12px; }

/* VIDEOS */
.videos { margin-top: 18px; }
.videos .head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.videos .head h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 18px; }
.videos .head a { font-size: 12px; color: var(--ink-3); }
.videos .scroll { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
.videos .scroll::-webkit-scrollbar { display: none; }
.video-card { flex: 0 0 230px; }
.video-card .thumb { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line); }
.video-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.video-card .thumb .play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.video-card .thumb .play span { width: 40px; height: 40px; border-radius: 50%; background: rgba(0, 0, 0, 0.45); border: 1px solid rgba(255, 255, 255, 0.25); display: flex; align-items: center; justify-content: center; }
.video-card .cap { font-size: 12px; color: var(--ink-2); margin-top: 8px; }

/* PRODUCTS */
.products-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; gap: 12px; }
.products-head h1 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 600; font-size: 30px; line-height: 1.1; }
.products-head p { font-size: 13px; color: var(--ink-3); margin-top: 4px; }
.products-head .all-btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: var(--r-pill); background: linear-gradient(95deg, rgba(255, 79, 154, 0.30), rgba(255, 164, 109, 0.22)); border: 1px solid rgba(255, 79, 154, 0.30); font-size: 13px; font-weight: 600; flex-shrink: 0; }
.products-head .all-btn .crown-mini { font-size: 14px; }

.product-banner { display: flex; align-items: center; gap: 14px; padding: 16px 18px; margin-bottom: 14px; border-radius: var(--r-card); background: linear-gradient(95deg, #ff4f9a 0%, #b96bff 60%, #6b3df0 100%); box-shadow: 0 14px 36px -16px rgba(255, 79, 154, 0.5); cursor: pointer; }
.product-banner .crown { font-size: 38px; filter: drop-shadow(0 0 10px rgba(255, 213, 122, 0.55)); }
.product-banner h2 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 700; font-size: 20px; }
.product-banner p { font-size: 12px; color: rgba(255, 255, 255, 0.85); margin-top: 2px; }
.product-banner .arrow { margin-left: auto; opacity: 0.85; }

.products-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.product-card { position: relative; border-radius: var(--r-card); border: 1px solid var(--line-2); overflow: hidden; aspect-ratio: 0.78 / 1; cursor: pointer; box-shadow: 0 18px 40px -16px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.08); display: flex; flex-direction: column; }
.product-card .art { position: relative; flex: 0 0 62%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-card .art .blob { position: absolute; inset: -8%; background: radial-gradient(closest-side, var(--blob, rgba(196, 92, 255, 0.7)), transparent 70%); filter: blur(24px); opacity: 0.95; }
.product-card .art svg { width: 100%; height: 100%; position: relative; filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.4)); padding: 4%; }
.product-card .lock { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; border-radius: 50%; background: rgba(0, 0, 0, 0.55); border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(6px); }
.product-card .meta { padding: 8px 16px 16px; flex: 1; display: flex; flex-direction: column; justify-content: flex-end; }
.product-card .meta h3 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 700; font-size: 22px; line-height: 1.05; }
.product-card .meta p { font-size: 12px; color: var(--ink-2); margin-top: 4px; }
.product-card.t-matrix    { background: linear-gradient(155deg, #6a2c8e 0%, #3a1556 50%, #1a0a2c 100%); --blob: rgba(196, 92, 255, 0.75); }
.product-card.t-affirm    { background: linear-gradient(155deg, #8e3a1d 0%, #5e2010 50%, #2c0e0a 100%); --blob: rgba(255, 164, 79, 0.85); }
.product-card.t-prayers   { background: linear-gradient(155deg, #4e2a8a 0%, #28186a 50%, #0e0a2c 100%); --blob: rgba(255, 130, 100, 0.55); }
.product-card.t-trainings { background: linear-gradient(155deg, #1a5e6b 0%, #0c3848 50%, #06182a 100%); --blob: rgba(79, 255, 200, 0.6); }
.product-card.t-practices { background: linear-gradient(155deg, #5a1a5e 0%, #38104a 50%, #1a0820 100%); --blob: rgba(255, 100, 200, 0.7); }
.product-card.t-gratitude { background: linear-gradient(155deg, #3a3470 0%, #1c1648 50%, #0a0524 100%); --blob: rgba(255, 200, 120, 0.55); }

/* MATRIX SCREEN */
.matrix-screen { padding: 18px; }
.matrix-screen .eyebrow-c { text-align: center; letter-spacing: 0.32em; font-size: 11px; color: var(--pink); margin-bottom: 6px; font-weight: 600; }
.matrix-screen .name { text-align: center; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 36px; margin-bottom: 18px; letter-spacing: -0.02em; background: linear-gradient(95deg, #ff4f9a, #c97dff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.matrix-screen .matrix-card { padding: 20px; border-radius: var(--r-card); background: linear-gradient(135deg, rgba(124, 60, 255, 0.22), rgba(40, 16, 96, 0.18)); border: 1px solid var(--line-2); display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; }
.matrix-screen .matrix-card .eyebrow-r { color: var(--pink); font-size: 10px; letter-spacing: 0.18em; font-weight: 600; text-transform: uppercase; }
.matrix-screen .matrix-card .num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 70px; line-height: 1; background: linear-gradient(95deg, #ff4f9a, #ffa46d); -webkit-background-clip: text; background-clip: text; color: transparent; margin: 6px 0; letter-spacing: -0.02em; }
.matrix-screen .matrix-card .arc-name { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 22px; margin-bottom: 10px; letter-spacing: -0.01em; }
.matrix-screen .matrix-card ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.matrix-screen .matrix-card li { display: flex; gap: 8px; font-size: 13px; color: var(--ink-2); }
.matrix-screen .matrix-card li::before { content: '✦'; color: var(--pink); flex: 0 0 auto; }
.matrix-screen .grid-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.matrix-screen .mini { padding: 16px; border-radius: var(--r-card-sm); background: rgba(255, 255, 255, 0.035); border: 1px solid var(--line); }
.matrix-screen .mini .ic { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 10px; }
.matrix-screen .mini .ic-money    { background: radial-gradient(closest-side, rgba(255, 213, 122, 0.45), rgba(255, 213, 122, 0.05)); box-shadow: 0 0 12px rgba(255, 213, 122, 0.4); }
.matrix-screen .mini .ic-love     { background: radial-gradient(closest-side, rgba(255, 79, 154, 0.45),   rgba(255, 79, 154, 0.05));   box-shadow: 0 0 12px rgba(255, 79, 154, 0.4); }
.matrix-screen .mini .ic-strength { background: radial-gradient(closest-side, rgba(255, 164, 109, 0.45), rgba(255, 164, 109, 0.05)); box-shadow: 0 0 12px rgba(255, 164, 109, 0.4); }
.matrix-screen .mini .ic-astro    { background: radial-gradient(closest-side, rgba(124, 100, 255, 0.45), rgba(124, 100, 255, 0.05)); box-shadow: 0 0 12px rgba(124, 100, 255, 0.4); }
.matrix-screen .mini h4 { font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pink); margin-bottom: 8px; }
.matrix-screen .mini p { font-size: 13px; color: var(--ink-2); line-height: 1.45; }
.matrix-screen .quote { margin-top: 14px; padding: 18px 22px; border-radius: var(--r-card); border: 1px solid var(--line); background: rgba(255, 255, 255, 0.025); font-family: 'Manrope', sans-serif; font-style: italic; font-size: 15px; color: var(--ink-2); line-height: 1.4; text-align: center; position: relative; }
.matrix-screen .quote::before { content: '“'; position: absolute; top: 6px; left: 14px; font-size: 32px; color: var(--violet); }
.matrix-screen .full-cta { margin-top: 16px; }
.matrix-screen .lock-line { text-align: center; font-size: 12px; color: var(--ink-3); margin-top: 8px; display: flex; align-items: center; justify-content: center; gap: 4px; }

/* LUNA CHAT */
.luna-screen { padding: 14px 14px 24px; display: flex; flex-direction: column; min-height: calc(100dvh - 96px); }
.luna-head { display: flex; align-items: center; gap: 12px; padding: 6px 4px 14px; }
.luna-head .back { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.luna-head .who { flex: 1; }
.luna-head .who h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 22px; line-height: 1; }
.luna-head .who p  { font-size: 12px; color: var(--ink-3); margin-top: 2px; }
.luna-head .voice  { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }

.luna-greet { display: flex; flex-direction: column; align-items: center; padding: 6px 6px 4px; text-align: center; }
.luna-greet .moon-art { width: min(380px, 96%); aspect-ratio: 1 / 1; position: relative; margin: -8px 0 6px; }
.luna-greet .moon-art svg { width: 100%; height: 100%; filter: drop-shadow(0 18px 48px rgba(255, 152, 90, 0.55)); }
.luna-greet h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 22px; line-height: 1.2; max-width: 360px; margin-bottom: 8px; }
.luna-greet h2 b { color: var(--pink); font-weight: 600; }
.luna-greet p { font-size: 14px; color: var(--ink-2); max-width: 360px; line-height: 1.4; margin-bottom: 6px; }
.luna-greet .pink-line { color: var(--pink-soft); font-size: 13px; margin-top: 12px; }

.suggestions { display: flex; flex-direction: column; gap: 8px; padding: 14px 4px 6px; }
.suggest-row { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: rgba(255, 255, 255, 0.035); border: 1px solid var(--line); border-radius: var(--r-card-sm); font-size: 14px; color: var(--ink-2); cursor: pointer; }
.suggest-row .ic { width: 28px; height: 28px; border-radius: 8px; background: rgba(255, 79, 154, 0.18); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }

.luna-msgs { flex: 1; display: flex; flex-direction: column; gap: 10px; padding: 6px 4px 0; }
.bubble { max-width: 78%; padding: 12px 14px; border-radius: 18px; font-size: 14px; line-height: 1.45; white-space: pre-wrap; word-break: break-word; }
.bubble.user { background: var(--grad-cta); color: #fff; align-self: flex-end; border-bottom-right-radius: 6px; }
.bubble.luna { background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line); align-self: flex-start; border-bottom-left-radius: 6px; }
.bubble.err  { background: rgba(255, 90, 100, 0.15); border: 1px solid rgba(255, 90, 100, 0.3); color: #ffd3d6; align-self: flex-start; }

.luna-input { position: sticky; bottom: 14px; display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 10px 12px; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line-2); border-radius: var(--r-pill); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.luna-input input { flex: 1; padding: 10px 6px; font-size: 14px; color: var(--ink); background: transparent; }
.luna-input input::placeholder { color: var(--ink-3); }
.luna-input .send { width: 40px; height: 40px; border-radius: 50%; background: var(--grad-cta); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px -4px rgba(255, 79, 154, 0.5); }
.luna-input .mic { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.luna-quota { font-size: 11px; color: var(--ink-3); text-align: center; margin-top: 6px; }

/* STATS */
.stats-screen { padding: 18px; }
.stats-screen h1 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 600; font-size: 36px; margin-bottom: 18px; }
.kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.kpi { padding: 16px; border-radius: var(--r-card); background: rgba(255, 255, 255, 0.035); border: 1px solid var(--line); }
.kpi .num { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 38px; line-height: 1; background: linear-gradient(95deg, #ff4f9a, #c97dff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.kpi .lab { font-size: 11px; color: var(--ink-2); letter-spacing: 0.14em; text-transform: uppercase; margin-top: 4px; font-weight: 600; }
.kpi .em { font-size: 22px; margin-left: 4px; }

.stars-card { padding: 18px; border-radius: var(--r-card); background: rgba(255, 255, 255, 0.025); border: 1px solid var(--line); margin-bottom: 14px; }
.stars-card h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 22px; text-align: center; margin-bottom: 4px; }
.stars-card .sub { text-align: center; font-size: 12px; color: var(--ink-3); margin-bottom: 14px; }
.stars-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.star { aspect-ratio: 1; position: relative; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; color: var(--ink-3); }
.star svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.star.done { color: #fff; z-index: 1; }
.star.done svg path { fill: rgba(255, 79, 154, 0.32); stroke: #ff6fa8; stroke-width: 2.5; filter: drop-shadow(0 0 6px rgba(255, 79, 154, 0.85)); }
.star.done::after { content: ''; position: absolute; inset: -8px; border-radius: 50%; background: radial-gradient(closest-side, rgba(255, 79, 154, 0.65), transparent 70%); z-index: -1; filter: blur(10px); }

.challenge-row { display: flex; align-items: center; gap: 12px; padding: 14px 16px; margin-bottom: 12px; border-radius: var(--r-card-sm); background: rgba(255, 255, 255, 0.035); border: 1px solid var(--line); cursor: pointer; }
.challenge-row .ic { width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 79, 154, 0.16); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.challenge-row h4 { font-weight: 600; font-size: 14px; }
.challenge-row p  { font-size: 12px; color: var(--ink-3); }
.challenge-row .arrow { margin-left: auto; color: var(--ink-3); }

.row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.kpi-mini { padding: 14px; border-radius: var(--r-card-sm); background: rgba(255, 255, 255, 0.03); border: 1px solid var(--line); position: relative; }
.kpi-mini.full { margin-bottom: 14px; }
.kpi-mini .lab { font-size: 11px; color: var(--ink-2); margin-bottom: 6px; line-height: 1.3; }
.kpi-mini .num { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 28px; }
.kpi-mini .num small { font-size: 14px; color: var(--ink-3); margin-left: 4px; font-family: 'Inter', sans-serif; font-weight: 500; }
.kpi-mini .hist-btn { display: inline-flex; align-items: center; padding: 5px 10px; margin-top: 8px; border-radius: var(--r-pill); background: rgba(255, 79, 154, 0.14); color: var(--pink-soft); font-size: 11px; font-weight: 600; letter-spacing: 0.04em; border: 1px solid rgba(255, 79, 154, 0.20); }
.kpi-mini .hist-btn:active { transform: scale(0.97); }

/* PROFILE */
.profile-screen { padding: 18px; }
.profile-screen h1 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 600; font-size: 32px; margin-bottom: 14px; }
.profile-card { padding: 22px; border-radius: var(--r-card); background: linear-gradient(135deg, rgba(255, 79, 154, 0.22), rgba(124, 60, 255, 0.18)); border: 1px solid var(--line-2); text-align: center; margin-bottom: 16px; }
.profile-card .ava { width: 76px; height: 76px; border-radius: 50%; background: linear-gradient(135deg, #ff4f9a, #6b3df0); font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 32px; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; box-shadow: 0 14px 26px -10px rgba(255, 79, 154, 0.5); }
.profile-card .name { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 600; font-size: 26px; }
.profile-card .ph { font-size: 13px; color: var(--ink-3); margin-top: 2px; }
.profile-card .badge { display: inline-block; margin-top: 12px; padding: 7px 16px; border-radius: var(--r-pill); background: rgba(255, 255, 255, 0.1); font-size: 12px; color: var(--ink-2); }

.menu-list { display: flex; flex-direction: column; gap: 10px; }
.menu-row { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: var(--r-card-sm); background: rgba(255, 255, 255, 0.03); border: 1px solid var(--line); cursor: pointer; }
.menu-row .ic { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-size: 18px; }
.menu-row .ic-natal { background: radial-gradient(closest-side, rgba(255, 213, 122, 0.55), rgba(255, 213, 122, 0.05)); box-shadow: 0 0 12px rgba(255, 213, 122, 0.4); }
.menu-row .ic-help  { background: radial-gradient(closest-side, rgba(124, 100, 255, 0.55), rgba(124, 100, 255, 0.05)); box-shadow: 0 0 12px rgba(124, 100, 255, 0.4); }
.menu-row .ic-sub   { background: radial-gradient(closest-side, rgba(255, 79, 154, 0.55), rgba(255, 79, 154, 0.05)); box-shadow: 0 0 12px rgba(255, 79, 154, 0.4); }
.menu-row .ic-logout { background: rgba(255, 100, 100, 0.18); }
.logout-link-wrap { display: flex; justify-content: center; margin-top: 22px; padding-bottom: 14px; }
.logout-link { padding: 10px 22px; font-size: 13px; color: var(--ink-3); border-radius: var(--r-pill); background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line); letter-spacing: 0.04em; }
.logout-link:active { background: rgba(255, 100, 100, 0.10); color: rgba(255,140,140,0.9); }
.menu-row h4 { font-weight: 600; font-size: 14px; }
.menu-row p  { font-size: 11px; color: var(--ink-3); }
.menu-row .arrow { margin-left: auto; color: var(--ink-3); }

.natal-card { margin-top: 16px; padding: 18px; border-radius: var(--r-card); border: 1px solid var(--line-2); background: linear-gradient(135deg, rgba(124, 60, 255, 0.18), rgba(40, 16, 96, 0.12)); }
.natal-card h3 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 600; font-size: 20px; margin-bottom: 14px; }
.natal-card .body { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: center; }
.natal-wheel { width: 100%; aspect-ratio: 1; }
.natal-wheel svg { width: 100%; height: 100%; }
.natal-fields .field { margin-bottom: 10px; }
.natal-fields label { font-size: 10px; color: var(--ink-3); letter-spacing: 0.1em; text-transform: uppercase; }
.natal-fields .val { margin-top: 4px; padding: 9px 14px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line); border-radius: 12px; font-size: 13px; color: var(--ink-2); }

/* TABBAR */
.tabbar {
  position: fixed; bottom: calc(14px + var(--safe-bottom)); left: 50%; transform: translateX(-50%);
  width: calc(100% - 28px); max-width: 460px; height: 64px;
  background: rgba(20, 12, 38, 0.65);
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  border: 1px solid var(--line-2); border-radius: var(--r-pill);
  display: grid; grid-template-columns: 1fr 1fr 80px 1fr 1fr;
  align-items: center; z-index: 50;
  box-shadow: 0 14px 36px -10px rgba(0, 0, 0, 0.7);
}
.tab { display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 11px; color: var(--ink-3); padding: 6px 0; position: relative; }
.tab svg { width: 22px; height: 22px; opacity: 0.7; }
.tab.active { color: var(--ink); }
.tab.active svg { opacity: 1; filter: drop-shadow(0 0 6px rgba(255, 79, 154, 0.55)); }
.tab.active::before { content: ''; position: absolute; width: 60px; height: 38px; background: rgba(255, 79, 154, 0.16); border-radius: var(--r-pill); z-index: -1; }
.tab-center { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #c97dff, #ff4f9a); display: flex; align-items: center; justify-content: center; margin-top: -22px; box-shadow: 0 10px 26px -6px rgba(255, 79, 154, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25); position: relative; }
.tab-center::before { content: ''; position: absolute; inset: -8px; border-radius: 50%; background: radial-gradient(closest-side, rgba(255, 79, 154, 0.5), transparent 70%); filter: blur(8px); z-index: -1; }
.tab-center svg { width: 26px; height: 26px; }

/* MODAL */
.modal-bg { position: fixed; inset: 0; background: rgba(8, 4, 18, 0.7); backdrop-filter: blur(8px); z-index: 100; display: none; }
.modal-bg.active { display: flex; align-items: center; justify-content: center; padding: 22px; }
.modal { width: 100%; max-width: 360px; padding: 24px; border-radius: 24px; background: linear-gradient(135deg, rgba(48, 22, 100, 0.95), rgba(20, 8, 44, 0.95)); border: 1px solid var(--line-2); text-align: center; position: relative; }
.modal h2 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 600; font-size: 26px; margin-bottom: 8px; }
.modal p  { font-size: 14px; color: var(--ink-2); margin-bottom: 18px; }
.modal .btn-cta { width: 100%; }
.modal .close-x { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 50%; background: rgba(255, 255, 255, 0.06); display: flex; align-items: center; justify-content: center; }

/* PRAYER FULL */
.prayer-full { padding: 18px; }
.prayer-full .back { margin-bottom: 12px; }
.prayer-full h1 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 600; font-size: 28px; margin-bottom: 4px; }
.prayer-full .day { font-size: 12px; color: var(--ink-3); margin-bottom: 18px; letter-spacing: 0.14em; text-transform: uppercase; }
.prayer-full .text { font-family: 'Cormorant Garamond', serif; font-size: 18px; line-height: 1.6; color: var(--ink); white-space: pre-wrap; padding: 24px 22px; background: rgba(255, 255, 255, 0.03); border: 1px solid var(--line); border-radius: var(--r-card); }

/* TOAST */
.toast { position: fixed; left: 50%; transform: translateX(-50%); bottom: calc(96px + var(--safe-bottom)); padding: 12px 18px; border-radius: var(--r-pill); background: rgba(20, 12, 38, 0.92); border: 1px solid var(--line-2); font-size: 13px; color: var(--ink); z-index: 200; display: none; }
.toast.show { display: block; animation: toast .3s ease; }
@keyframes toast { from { opacity: 0; transform: translate(-50%, 8px); } to { opacity: 1; transform: translateX(-50%); } }

/* UTILS */
.spacer { height: 8px; }
.muted { color: var(--ink-3); }
.center { text-align: center; }
.hidden { display: none !important; }
.lock-mini { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: var(--ink-3); }
.spin { width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--line); border-top-color: var(--pink); animation: spin 0.7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* FORM (subscribe / pay) */
.pay-form { display: flex; flex-direction: column; gap: 12px; }
.pay-form .field input { width: 100%; padding: 14px 16px; font-size: 15px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line-2); border-radius: 12px; color: var(--ink); }
.pay-form .field label { font-size: 11px; color: var(--ink-3); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 4px; display: block; }
.plans-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.plan-row { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: var(--r-card-sm); background: rgba(255, 255, 255, 0.035); border: 1px solid var(--line); cursor: pointer; }
.plan-row.active { background: var(--grad-card-pink); border-color: rgba(255, 79, 154, 0.5); }
.plan-row .price { margin-left: auto; font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 22px; }
.plan-row h4 { font-weight: 600; font-size: 14px; }
.plan-row p { font-size: 11px; color: var(--ink-3); }
