/* Home page only. Shared tokens and components live in style.css. */

:root { --ink: #0d0b1f; --ink-2: #16142b; --ink-3: #1d1b35; --glow: rgba(125, 106, 255, .45); }

/* ---------- trial announcement ---------- */
.announce { display: block; text-align: center; padding: 10px 16px; font-size: 14px; color: #fff;
  background: linear-gradient(90deg, #5b4cf0, #b25ad6); }
.announce:hover { text-decoration: none; filter: brightness(1.06); }
.announce b { font-weight: 700; }
.announce span { font-weight: 700; margin-left: 6px; white-space: nowrap; }

/* ---------- dark hero ---------- */
.hero-dark {
  position: relative; overflow: hidden; color: #f3f2ff;
  background:
    radial-gradient(900px 500px at 78% 10%, var(--glow), transparent 60%),
    radial-gradient(700px 480px at 8% 90%, rgba(236, 120, 190, .18), transparent 60%),
    var(--ink);
  padding: 36px 0 170px;
}
@media (max-width: 640px) { .hero-dark { padding-bottom: 80px; } }
.grid-bg::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .09;
  background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 60% 30%, #000 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 60% 30%, #000 20%, transparent 70%); }
.hero-dark .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 56px; position: relative; z-index: 2; }
.hero-dark .brand { color: #fff; }
.hero-dark .nav-links a { color: rgba(243, 242, 255, .72); }
.hero-dark .nav-links a:hover { color: #fff; }

.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.12fr; gap: 56px; align-items: center; margin-top: 64px; }
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; margin-top: 36px; } }

.verse { display: inline-flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: 14px;
         background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); margin-bottom: 26px; max-width: 30em; }
.verse q { font-size: 15px; line-height: 1.5; color: #e8e5ff; quotes: "“" "”"; }
.verse cite { font-style: normal; font-size: 12.5px; color: rgba(232,229,255,.6); }

.hero-dark h1 { color: #fff; font-size: clamp(38px, 5.4vw, 64px); line-height: 1.04; letter-spacing: -.035em; margin: 0 0 20px; }
.grad { background: linear-gradient(90deg, #b8adff, #f3a6d2); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-dark .lead { color: rgba(236, 234, 255, .74); font-size: 18.5px; }
.hero-dark .btn-ghost, .cta-band .btn-ghost { color: #fff; border-color: rgba(255,255,255,.22); }
.hero-dark .btn-ghost:hover, .cta-band .btn-ghost:hover { background: rgba(255,255,255,.08); }
.btn-lg { padding: 15px 24px; font-size: 16px; border-radius: 14px; }
.btn .chrome { width: 20px; height: 20px; flex: none; }
.microcopy { margin-top: 14px; font-size: 14px; color: rgba(236,234,255,.6); }
.microcopy b { color: #fff; font-weight: 600; }

/* ---------- product visual ---------- */
.stage { position: relative; }
.mode { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; margin: 0 0 14px; max-width: 420px;
  border-radius: 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); }
.mode button { font: inherit; border: 0; cursor: pointer; padding: 8px 14px; border-radius: 10px; background: transparent;
  color: rgba(243,242,255,.75); font-size: 14.5px; font-weight: 700; line-height: 1.3; transition: background 150ms ease, color 150ms ease; }
.mode button small { display: block; font-size: 11.5px; font-weight: 500; opacity: .75; }
.mode button[aria-pressed="true"] { background: #fff; color: #2b2266; }
.mode button:focus-visible { outline: 2px solid #b8adff; outline-offset: 2px; }

.window { position: relative; border-radius: 18px; overflow: hidden; background: var(--ink-2);
          border: 1px solid rgba(255,255,255,.12);
          box-shadow: 0 40px 80px -20px rgba(0,0,0,.6), 0 0 120px -30px rgba(125,106,255,.6); }
.win-bar { display: flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px; background: var(--ink-3); border-bottom: 1px solid rgba(255,255,255,.07); }
.win-bar i { width: 11px; height: 11px; border-radius: 50%; }
.win-bar i:nth-child(1) { background: #ff6b6b; } .win-bar i:nth-child(2) { background: #ffc85a; } .win-bar i:nth-child(3) { background: #4fd18b; }
.win-bar .url { margin-left: 14px; flex: 1; height: 22px; border-radius: 7px; background: #2a2748; color: rgba(255,255,255,.5);
                font-size: 12px; display: flex; align-items: center; padding: 0 10px; }

.player { position: relative; aspect-ratio: 16 / 9; background: #000; overflow: hidden; user-select: none; }
.player img.scene { position: absolute; inset: 0; width: 100%; height: 100%; }
.after { position: absolute; inset: 0; clip-path: inset(0 0 0 var(--pos, 50%)); }

.target { position: absolute; display: none; }
.target .blur { position: absolute; inset: 3%; border-radius: 16px;
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); background: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28), inset 0 0 22px rgba(0,0,0,.14); }
.target span { position: absolute; width: 16px; height: 16px; border: 3px solid #a99cff; animation: pulse 2.4s ease-in-out infinite; }
.target span:nth-of-type(1) { left: 0; top: 0; border-right: 0; border-bottom: 0; border-top-left-radius: 8px; }
.target span:nth-of-type(2) { right: 0; top: 0; border-left: 0; border-bottom: 0; border-top-right-radius: 8px; }
.target span:nth-of-type(3) { left: 0; bottom: 0; border-right: 0; border-top: 0; border-bottom-left-radius: 8px; }
.target span:nth-of-type(4) { right: 0; bottom: 0; border-left: 0; border-top: 0; border-bottom-right-radius: 8px; }
@keyframes pulse { 0%,100% { opacity: .95; } 50% { opacity: .4; } }
.t-woman { left: 55.5%; top: 44%;   width: 14.4%; height: 53%; }
.t-man1  { left: 26.1%; top: 47.1%; width: 11%;   height: 49%; }
.t-man2  { left: 73.3%; top: 50.9%; width: 9%;    height: 41.7%; }
.player[data-mode="men"]   .t-woman { display: block; }
.player[data-mode="women"] .t-man1,
.player[data-mode="women"] .t-man2 { display: block; }

.divider { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 2px; background: #fff; transform: translateX(-1px);
           box-shadow: 0 0 12px rgba(0,0,0,.35); pointer-events: none; }
.divider::after { content: "‹ ›"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 40px; height: 40px; border-radius: 50%; background: #fff; color: #5b4cf0; font-weight: 800; font-size: 15px;
  display: grid; place-items: center; box-shadow: 0 6px 18px rgba(0,0,0,.3); letter-spacing: 2px; }
.compare { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.tag { position: absolute; top: 14px; padding: 5px 10px; border-radius: 999px; font-size: 12px; font-weight: 600;
       background: rgba(10,8,30,.62); color: #fff; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); pointer-events: none; }
.tag.l { left: 14px; } .tag.r { right: 14px; background: rgba(109,94,252,.85); }

.yt-meta { display: flex; gap: 12px; padding: 14px 16px 16px; background: var(--ink-2); }
.yt-meta .av { width: 36px; height: 36px; border-radius: 50%; background: #2c2950; flex: none; }
.yt-meta .t { flex: 1; } .yt-meta .t i { display: block; height: 10px; border-radius: 6px; background: #2c2950; margin: 6px 0; }
.yt-meta .t i:last-child { width: 45%; }

.float-popup { position: absolute; right: -34px; bottom: -150px; width: 210px; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.18); box-shadow: 0 30px 60px -12px rgba(0,0,0,.55); background: #fff; transform: rotate(2deg); }
@media (max-width: 1180px) { .float-popup { right: -8px; width: 190px; } }
@media (max-width: 640px) { .float-popup { display: none; } }
.chip { position: absolute; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 12px;
  background: rgba(22,20,43,.88); border: 1px solid rgba(255,255,255,.14); color: #fff; font-size: 13px; font-weight: 600;
  box-shadow: 0 16px 34px -10px rgba(0,0,0,.5); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.chip .d { width: 8px; height: 8px; border-radius: 50%; background: #4fd18b; box-shadow: 0 0 0 4px rgba(79,209,139,.2); }
.chip.c1 { left: -26px; top: 70%; }
.chip.c2 { left: 6%; bottom: -22px; }
@media (max-width: 640px) { .chip { display: none; } }

/* ---------- section rhythm ---------- */
section { padding: 96px 0; }
.eyebrow-c { display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 12px; }
.section-head h2 { font-size: clamp(28px, 3.8vw, 42px); }

/* ---------- works-on strip ---------- */
.strip { padding: 22px 0; border-bottom: 1px solid var(--line); background: var(--bg); }
.strip .wrap { display: flex; flex-wrap: wrap; gap: 10px 12px; justify-content: center; align-items: center; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 14px; font-weight: 600;
  background: var(--bg-soft); border: 1px solid var(--line); color: var(--text); }
.pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.strip .sep { width: 1px; height: 22px; background: var(--line); margin: 0 6px; }
.strip .muted { color: var(--muted); font-size: 14px; }

/* ---------- bento ---------- */
.bento { display: grid; gap: 18px; grid-template-columns: repeat(6, 1fr); }
.bento .card { position: relative; overflow: hidden; padding: 26px; display: flex; flex-direction: column; }
.b-4 { grid-column: span 4; } .b-2 { grid-column: span 2; } .b-3 { grid-column: span 3; }
@media (max-width: 900px) { .bento { grid-template-columns: 1fr 1fr; } .b-4, .b-3 { grid-column: span 2; } .b-2 { grid-column: span 1; } }
@media (max-width: 600px) { .bento { grid-template-columns: 1fr; } .bento > * { grid-column: auto !important; } }
.card .kicker { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
.card h3 { font-size: 21px; margin: 10px 0 6px; }
.visual { margin-top: auto; padding-top: 22px; }

/* feed mock */
.feed { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.vid .th { aspect-ratio: 16/9; border-radius: 10px; position: relative; overflow: hidden; }
.vid .th::after { content: ""; position: absolute; left: 44%; top: 26%; width: 18%; height: 74%; border-radius: 40% 40% 10% 10% / 24% 24% 8% 8%; background: rgba(40,30,60,.55); }
.vid .th.bl::before { content: ""; position: absolute; z-index: 1; left: 36%; top: 14%; width: 34%; height: 86%; border-radius: 10px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
.vid .ln { display: block; height: 8px; border-radius: 5px; background: var(--line); margin-top: 9px; }
.vid .ln + .ln { width: 60%; margin-top: 6px; }
.g1 { background: linear-gradient(135deg, #f4b688, #d67a8c); } .g2 { background: linear-gradient(135deg, #8fb6e8, #6f7fd0); }
.g3 { background: linear-gradient(135deg, #9ed7b4, #4f9c8a); } .g4 { background: linear-gradient(135deg, #f1d38c, #d59d5a); }
.g5 { background: linear-gradient(135deg, #c6a4e8, #8a6ad0); } .g6 { background: linear-gradient(135deg, #f0a3b9, #c86f93); }

/* phone mock for Shorts */
.phone { width: 150px; margin: 0 auto; aspect-ratio: 9/18; border-radius: 26px; padding: 7px; background: #15131f;
  box-shadow: 0 20px 40px -14px rgba(20,16,50,.45); }
.phone .screen { position: relative; width: 100%; height: 100%; border-radius: 20px; overflow: hidden;
  background: linear-gradient(170deg, #c6a4e8, #7a5bc8 60%, #3e2f7a); }
.phone .screen::after { content: ""; position: absolute; left: 34%; top: 30%; width: 32%; height: 62%; border-radius: 40% 40% 10% 10% / 22% 22% 8% 8%; background: rgba(30,20,50,.55); }
.phone .screen::before { content: ""; position: absolute; z-index: 1; left: 26%; top: 22%; width: 48%; height: 74%; border-radius: 14px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }

/* video mini-scene */
.mini { position: relative; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; }
.mini img { width: 100%; height: 100%; }
.mini .blur { position: absolute; left: 55.5%; top: 44%; width: 14.4%; height: 53%; border-radius: 10px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); background: rgba(255,255,255,.1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }

.who { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 4px; border-radius: 12px; border: 1px solid var(--line); background: var(--bg-soft); }
.who span { text-align: center; padding: 10px 4px; border-radius: 9px; font-size: 14px; font-weight: 600; color: var(--muted); }
.who span.on { background: var(--accent); color: #fff; }

.meter { display: flex; align-items: flex-end; gap: 6px; height: 64px; }
.meter i { flex: 1; border-radius: 6px 6px 3px 3px; background: linear-gradient(var(--accent-2), var(--accent)); opacity: .85; }
.meter-cap { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--muted); margin-top: 8px; }

/* ---------- dark privacy panel ---------- */
.panel { position: relative; overflow: hidden; border-radius: 28px; padding: 64px; color: #f3f2ff;
  background: radial-gradient(700px 400px at 90% 0%, var(--glow), transparent 60%), var(--ink);
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .panel { grid-template-columns: 1fr; padding: 36px 24px; } }
.panel h2 { color: #fff; font-size: clamp(28px, 3.6vw, 40px); }
.panel .lead { color: rgba(236,234,255,.72); margin-bottom: 8px; }
.panel .eyebrow-c { color: #b8adff; }
.checks { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.checks li { position: relative; padding-left: 36px; color: #ecebff; }
.checks li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border-radius: 50%;
  background: rgba(79,209,139,.16); color: #6fe0a6; font-size: 13px; font-weight: 800; display: grid; place-items: center; }
.shield { position: relative; justify-self: center; width: min(320px, 100%); aspect-ratio: 1; display: grid; place-items: center; }
.shield::before { content: ""; position: absolute; inset: 8%; border-radius: 50%; border: 1px dashed rgba(255,255,255,.18); }
.shield::after { content: ""; position: absolute; inset: 22%; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.shield .core { position: relative; z-index: 1; width: 44%; aspect-ratio: 1; border-radius: 28%; display: grid; place-items: center;
  background: linear-gradient(145deg, #8b7dff, #5b4cf0); box-shadow: 0 20px 60px -10px rgba(125,106,255,.8); }
.shield .core img { width: 64%; border-radius: 20%; }
.orbit { position: absolute; z-index: 1; padding: 7px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 600;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: #fff; white-space: nowrap; }
.o1 { top: 6%; left: 50%; transform: translateX(-50%); } .o2 { bottom: 14%; left: 0; } .o3 { bottom: 14%; right: 0; }

/* ---------- steps ---------- */
.steps-row { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps-row::before { content: ""; position: absolute; top: 27px; left: 16%; right: 16%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 14px); }
@media (max-width: 800px) { .steps-row { grid-template-columns: 1fr; gap: 34px; } .steps-row::before { display: none; } }
.stp { position: relative; text-align: center; padding: 0 12px; }
.stp .n { width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 18px; display: grid; place-items: center; font-size: 22px;
  background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow); }
.stp h3 { margin: 0 0 6px; font-size: 18px; }
.stp p { margin: 0; color: var(--muted); font-size: 15px; }

/* ---------- pricing ---------- */
.price-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; max-width: 1000px; margin: 0 auto; }
@media (max-width: 860px) { .price-wrap { grid-template-columns: 1fr; gap: 36px; } }
.price-wrap h2 { text-align: left; font-size: clamp(28px, 3.8vw, 42px); }
.plan { position: relative; z-index: 0; border-radius: 24px; padding: 34px; background: var(--card);
  box-shadow: 0 30px 70px -30px rgba(91,76,240,.45); }
.plan::before { content: ""; position: absolute; inset: -2px; z-index: -1; border-radius: 26px;
  background: linear-gradient(135deg, #8b7dff, #f3a6d2 60%, #8b7dff); }
.plan::after { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: 24px; background: var(--card); }
.trial-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; background: #e8fbf1; color: #11804a;
  font-size: 13px; font-weight: 700; }
@media (prefers-color-scheme: dark) { .trial-badge { background: #123526; color: #6fe0a6; } }
.plan .amount { display: flex; align-items: baseline; gap: 8px; margin: 18px 0 2px; }
.plan .amount b { font-size: 68px; line-height: 1; letter-spacing: -.04em; font-weight: 800; }
.plan .amount span { font-size: 20px; color: var(--muted); font-weight: 600; }
.plan .billing { color: var(--muted); font-size: 14px; margin: 6px 0 22px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 11px; }
.plan li { position: relative; padding-left: 30px; font-size: 15.5px; }
.plan li::before { content: "✓"; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--accent-soft); color: var(--accent); font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.plan .btn { width: 100%; justify-content: center; }
.plan .note { text-align: center; }
.value-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 18px; }
.value-list li { display: flex; gap: 14px; align-items: flex-start; }
.value-list .ic { flex: none; width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--accent-soft); font-size: 19px; }
.value-list b { display: block; font-size: 16px; }
.value-list span { color: var(--muted); font-size: 15px; }

/* ---------- faq ---------- */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
@media (max-width: 860px) { .faq-grid { grid-template-columns: 1fr; gap: 24px; } }
.faq-grid h2 { text-align: left; font-size: clamp(28px, 3.8vw, 42px); }
.faq-grid .side p { color: var(--muted); }
.faq-grid details { border-radius: 16px; padding: 18px 22px; }

/* ---------- closing CTA ---------- */
.cta-band { position: relative; overflow: hidden; color: #fff; text-align: center; padding: 104px 0; border: 0;
  background: radial-gradient(700px 320px at 50% 0%, rgba(125,106,255,.55), transparent 70%), var(--ink); }
.cta-band h2 { color: #fff; font-size: clamp(30px, 4.2vw, 48px); }
.cta-band p { color: rgba(236,234,255,.72); font-size: 18px; margin: 0 auto 30px; max-width: 34em; }
.cta-band .cta { justify-content: center; }

/* ---------- footer ---------- */
.site-foot { background: var(--ink); color: rgba(236,234,255,.6); border-top: 1px solid rgba(255,255,255,.08); padding: 40px 0; font-size: 14px; }
.site-foot .wrap { display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; align-items: center; }
.site-foot .brand { color: #fff; }
.site-foot nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-foot a { color: rgba(236,234,255,.7); }
.site-foot a:hover { color: #fff; }
