/* v2.1 — same visuals, no change */
*{ box-sizing:border-box; }
html, body{ overflow-x:hidden; }
.ttlp-wrap{ --bg:#0a0a0b; --card:#131316; --muted:#a1a7b0; --text:#fff; --accent1:#ff0050; --accent2:#00f2ea;
  -webkit-text-size-adjust:100%; background:var(--bg); color:var(--text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; line-height:1.45; }
.container{ max-width:1120px; margin:0 auto; padding:20px; }
@media(max-width:680px){ .container{ padding:16px; } }
a{ color:#fff; -webkit-tap-highlight-color:transparent; text-decoration:none; }
.logo{ font-weight:900; } .logo span{ color:var(--accent1); }
.btn{ background:#000; border:1px solid #2a2a2a; color:#fff; padding:12px 18px; border-radius:12px; font-weight:800; display:inline-block; }
.btn.ghost{ background:transparent; } .btn.xsmall{ padding:8px 12px; font-size:13px; } .btn.full{ width:100%; text-align:center; }
.pill{ display:inline-block; background:#0f0f10; border:1px solid #252527; padding:6px 10px; border-radius:999px; font-size:12px; }
.card{ background:var(--card); border:1px solid #1c1c1f; border-radius:16px; padding:16px; box-shadow: inset 0 10px 30px rgba(0,0,0,.25); }
.card-title{ font-weight:800; margin-bottom:8px; }
.ic{ font-size:22px; margin-bottom:6px; }
.hint{ color:var(--muted); font-size:12px; margin-top:6px; }
.success .big{ font-size:20px; font-weight:900; margin-bottom:4px; }

html.ttlp-dark, body.ttlp-dark, body.ttlp-dark #page, body.ttlp-dark .site, body.ttlp-dark .site-content, body.ttlp-dark .content-area,
body.ttlp-dark .site-main, body.ttlp-dark .entry-content{ background:#0a0a0b !important; }

.ttlp-header{ position:sticky; top:0; background:rgba(10,10,11,.6); backdrop-filter:blur(6px); border-bottom:1px solid #111; z-index:5; padding-top:env(safe-area-inset-top); }
.ttlp-header .container{ display:flex; align-items:center; gap:16px; }
.nav{ display:flex; gap:14px; }

.hero{ padding-top:4px; background: radial-gradient(1200px 300px at 50% -10%, rgba(255,0,80,.22), transparent),
                             radial-gradient(1200px 300px at 50% -10%, rgba(0,242,234,.22), transparent); }
.hero-grid{ display:grid; grid-template-columns: 1.05fr .95fr; gap:28px; align-items:start; }
.hero-title{ font-size: clamp(28px, 6vw, 46px); line-height:1.12; font-weight:900; margin:12px 0; }
.ttlp-grad{ background:linear-gradient(135deg,var(--accent1),var(--accent2)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.lead{ font-size:18px; opacity:.95; }
.checks{ list-style:none; padding:0; margin:10px 0; color:#d9dde4; }
.checks li::before{ content:"✓ "; color:var(--accent2); }
.trustrow{ display:flex; align-items:center; gap:10px; margin-top:8px; flex-wrap:wrap; }
.stars{ letter-spacing:2px; }
.disclaimer{ color:#9aa0a6; font-size:12px; margin-top:8px; }

.hero-form input[type="text"], .hero-form input[type="tel"]{ width:100%; background:#0d0d0f; border:1px solid #232327; color:#fff; padding:12px; border-radius:10px; margin-bottom:10px; font-size:16px; line-height:1.2; }

.inline{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:8px 0 10px; width:100%; }
@media(max-width:1140px){ .inline{ grid-template-columns:1fr; } }
.radio{ width:100%; display:grid; grid-template-columns:auto 1fr; align-items:center; column-gap:12px; row-gap:4px;
        padding:14px; border-radius:14px; border:1px solid #242428; background:#0f0f10; cursor:pointer; user-select:none; }
.radio:hover{ border-color:#2f2f34; }
.custom-radio{ appearance:none; -webkit-appearance:none; width:20px; height:20px; border:2px solid #6d6d73; border-radius:50%; outline:none; background:transparent; }
.custom-radio:checked{ border-color: var(--accent2); box-shadow:0 0 0 3px rgba(0,242,234,.15); }
.custom-radio:checked::after{ content:""; display:block; width:10px; height:10px; margin:3px; border-radius:50%; background:var(--accent2); }
.r-title{ display:flex; flex-wrap:wrap; gap:6px; align-items:baseline; font-size:15px; min-width:0; }
.r-title em{ font-style:normal; color:#a7adb7; font-size:13px; }
.r-title b{ white-space:nowrap; }

.benefits h2, .faq h2, .reviews h2, .activity h2{ font-size:28px; margin:12px 0; }
.grid3{ display:grid; gap:14px; grid-template-columns:repeat(3,1fr); }
@media(max-width:1024px){ .grid3{ grid-template-columns:1fr; } }
.faq details{ background:#0f0f10; border:1px solid #232327; padding:10px 12px; border-radius:10px; margin-bottom:8px; }
.faq summary{ cursor:pointer; }

.reviews .wa{ display:grid; gap:10px; }
.bubble{ max-width:780px; padding:10px 12px; border-radius:16px; font-size:14px; }
.bubble.left{ background:#0d1117; border:1px solid #1f232a; }
.bubble.right{ background:#0b392d; border:1px solid #1b5a49; }
.bubble b{ display:inline-block; margin-right:6px; }

.activity .feed{ display:grid; gap:8px; }
.feed .item{ display:flex; gap:10px; align-items:center; background:#0d0d10; border:1px solid #232327; padding:10px 12px; border-radius:12px; }
.feed .badge{ font-size:12px; padding:2px 8px; border-radius:8px; border:1px solid #1f1f22; background:#101013; text-transform:lowercase; }
.feed .paid{ color:#79f2b1; }
.feed .sample{ color:#9db4ff; border-color:#2a375a; background:#0c1221; }

.mini-stats{ color:#b9bec7; font-size:13px; margin-top:6px; }

.live{ position:fixed; left:16px; bottom:16px; z-index:40; }
.live-inner{ display:flex; gap:10px; align-items:center; background:#0c0c0f; border:1px solid #222; padding:10px 12px; border-radius:12px; box-shadow:0 8px 30px rgba(0,0,0,.35); }
.live .dot{ width:8px; height:8px; border-radius:99px; background:var(--accent2); box-shadow:0 0 10px var(--accent2); }
.live-text{ font-size:13px; color:#dfe3ea; }

.ttlp-footer{ border-top:1px solid #111; }
.ttlp-footer .container{ display:flex; align-items:center; justify-content:space-between; }

@media(max-width:1140px){
  .hero-grid{ grid-template-columns:1fr; gap:18px; align-items:stretch; }
}
