/* Dark TikTok style — US v1.1 (no demo) */
*{ box-sizing:border-box; } html, body{ overflow-x:hidden; }
.ttlus-wrap{ --bg:#0a0a0b; --card:#131316; --muted:#a1a7b0; --text:#fff; --accent1:#ff0050; --accent2:#00f2ea;
  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; 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; }
.ttlus-header{ position:sticky; top:0; background:rgba(10,10,11,.6); backdrop-filter:blur(6px); border-bottom:1px solid #111; z-index:5; }
.ttlus-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; }
.ttlus-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; }
.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{ 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; }
.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:#00f2ea; box-shadow:0 0 10px #00f2ea; }
.live-text{ font-size:13px; color:#dfe3ea; }
.ttlus-footer{ border-top:1px solid #111; } .ttlus-footer .container{ display:flex; align-items:center; justify-content:space-between; }
@media(max-width:1140px){ .hero-grid{ grid-template-columns:1fr; gap:18px; } }
