:root{--tp_line:#2a1f4a;--tp_cyan:#00d4ff;--tp_purple:#7c3aed;--tp_card:#1e1538;--tp_radius:10px;--tp_text:rgb(240,236,255);--tp_muted:#9b8fc0;--tp_surf:#16102a;--tp_bg:#0e0b1a;--tp_cyan2:#00b8e0;--tp_purple2:#6d28d9}
*,::before,::after{padding:0;box-sizing:border-box;margin:0}
body.tp-body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--tp_text);background:var(--tp_bg);line-height:1.65;visibility:visible;isolation:auto;pointer-events:auto}
.tp-wrap{margin:0 auto;max-width:1160px;padding:0 20px}
/* NAV */
.tp-mast{border-bottom:1px solid var(--tp_line);backdrop-filter:blur(8px);z-index:100;top:0;position:sticky;background:rgba(14,11,26,.95)}
.tp-mast__row{height:62px;gap:20px;display:flex;align-items:center}
.tp-brand{align-items:center;display:flex}
.tp-logo{height:34px;width:auto}
.tp-logo-txt{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background:linear-gradient(135deg,var(--tp_cyan),var(--tp_purple));font-weight:800;font-size:1.15rem}
.tp-nav{gap:2px;display:flex;flex:1;justify-content:center}
.tp-nav a{transition:color .2s,background .2s;border-radius:8px;padding:7px 14px;text-decoration:none;color:var(--tp_muted);font-size:.88rem}
.tp-nav a:hover,.tp-nav a[aria-current]{color:var(--tp_text);background:var(--tp_card)}
.tp-mast__ctas{display:flex;gap:8px}
.tp-ham{flex-direction:column;gap:5px;border:none;padding:8px;cursor:pointer;background:none;display:none}
.tp-ham span{height:2px;width:20px;display:block;background:var(--tp_text);border-radius:2px}
.tp-mob-drawer{padding:16px 0;border-top:1px solid var(--tp_line);background:var(--tp_surf)}
.tp-mob-nav{display:flex;flex-direction:column}
.tp-mob-nav a{font-size:.93rem;padding:12px 0;text-decoration:none;border-bottom:1px solid var(--tp_line);color:var(--tp_text)}
/* BUTTONS */
.tp-btn{border:2px solid transparent;font-weight:600;justify-content:center;text-decoration:none;transition:all .2s;padding:9px 20px;font-size:.88rem;display:inline-flex;align-items:center;white-space:nowrap;border-radius:var(--tp_radius);cursor:pointer}
.tp-btn--primary{color:rgba(255,255,255,1);border-color:var(--tp_purple);background:var(--tp_purple)}
.tp-btn--primary:hover{background:var(--tp_purple2);border-color:var(--tp_purple2)}
.tp-btn--outline{border-color:var(--tp_cyan);background:transparent;color:var(--tp_cyan)}
.tp-btn--outline:hover{background:rgba(0,212,255,.08)}
.tp-btn--ghost{background:transparent;border-color:var(--tp_line);color:var(--tp_muted)}
.tp-btn--ghost:hover{border-color:var(--tp_muted);color:var(--tp_text)}
.tp-btn--xl{padding:13px 28px;font-size:1rem}
.tp-btn--block{text-align:center;display:block;width:100%}
/* STATS BAR */
.tp-stats-bar{padding:10px 0;background:var(--tp_surf);border-bottom:1px solid var(--tp_line)}
.tp-stats-row{gap:40px;flex-wrap:wrap;justify-content:center;display:flex}
.tp-stat{gap:2px;display:flex;align-items:center;flex-direction:column}
.tp-stat__num{font-size:1.25rem;color:var(--tp_cyan);font-weight:800}
.tp-stat__lbl{color:rgba(240,236,255,.55);text-transform:uppercase;font-size:.75rem;letter-spacing:.06em}
/* HERO */
.tp-hero{text-align:center;background:radial-gradient(ellipse at 50% 0%,rgba(124,58,237,.15) 0%,transparent 70%);padding:70px 0 60px}
.tp-hero__eyebrow{display:inline-block;color:var(--tp_cyan);text-transform:uppercase;font-weight:700;margin-bottom:16px;font-size:.8rem;letter-spacing:.12em}
.tp-hero__h1{max-width:700px;margin-left:auto;margin-bottom:16px;font-size:2.8rem;line-height:1.15;margin-right:auto;font-weight:900}
.tp-hero__sub{color:var(--tp_muted);max-width:560px;font-size:1.1rem;margin:0 auto 28px}
.tp-hero__actions{gap:14px;display:flex;justify-content:center;flex-wrap:wrap}
/* SECTIONS */
.tp-sec{padding:64px 0}
.tp-sec--dim{background:var(--tp_surf)}
.tp-sec__hd{text-align:center;margin-bottom:44px}
.tp-tag{display:inline-block;text-transform:uppercase;border-radius:4px;color:var(--tp_cyan);border:1px solid rgba(0,212,255,.3);font-size:.76rem;letter-spacing:.1em;margin-bottom:10px;font-weight:700;padding:2px 10px}
.tp-sec__hd h2{font-weight:800;font-size:2rem}
/* ABOUT */
.tp-about-body{color:var(--tp_muted);margin:0 auto;line-height:1.8;text-align:center;max-width:760px}
/* PILLARS */
.tp-pillars{gap:20px;display:grid;grid-template-columns:repeat(4,1fr)}
.tp-pillar{background:var(--tp_card);text-align:center;transition:border-color .2s;border-radius:12px;padding:24px 18px;border:1px solid var(--tp_line)}
.tp-pillar:hover{border-color:var(--tp_purple)}
.tp-pillar__icon{margin-bottom:10px;font-size:1.8rem}
.tp-pillar__title{font-weight:700;font-size:.9rem;margin-bottom:6px}
.tp-pillar__desc{font-size:.82rem;color:var(--tp_muted);line-height:1.6}
/* COLLECTIONS */
.tp-collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}
.tp-collection{background:var(--tp_card);padding:20px;border:1px solid var(--tp_line);transition:border-color .2s,transform .2s;border-radius:12px}
.tp-collection:hover{border-color:var(--tp_cyan);transform:translateY(-2px)}
.tp-collection__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}
.tp-collection__icon{font-size:1.6rem}
.tp-collection__count{font-size:.76rem;background:var(--tp_surf);padding:2px 8px;border-radius:4px;color:var(--tp_muted)}
.tp-collection__name{font-weight:700;font-size:.95rem;margin-bottom:10px}
.tp-collection__link{color:var(--tp_cyan);font-size:.82rem;text-decoration:none}
.tp-collection__link:hover{text-decoration:underline}
/* BONUS */
.tp-bonus-grid{align-items:start;grid-template-columns:1fr 1fr;display:grid;gap:24px}
.tp-bonus-big{text-align:center;border-radius:16px;padding:36px;background:linear-gradient(135deg,var(--tp_purple) 0%,#4c1d95 100%)}
.tp-bonus-big__pct{font-size:4rem;line-height:1;font-weight:900;color:#fff;text-shadow:0 0 30px rgba(255,255,255,.3)}
.tp-bonus-big__label{text-transform:uppercase;font-size:.9rem;color:rgba(255,255,255,.8);margin:8px 0 16px;letter-spacing:.08em}
.tp-bonus-big__desc{line-height:1.6;color:rgba(255,255,255,.7);font-size:.88rem;margin-bottom:20px}
.tp-bonus-list{flex-direction:column;gap:16px;display:flex}
.tp-bonus-item{padding:20px;background:var(--tp_card);align-items:center;border:1px solid var(--tp_line);border-radius:12px;display:flex;gap:16px}
.tp-bonus-item__val{font-size:1.6rem;text-align:center;font-weight:900;color:var(--tp_cyan);min-width:52px}
.tp-bonus-item h4{font-weight:700;font-size:.92rem;margin-bottom:4px}
.tp-bonus-item p{font-size:.82rem;color:var(--tp_muted)}
/* STEPS */
.tp-steps-list{flex-wrap:wrap;gap:0;display:flex;align-items:flex-start}
.tp-step{display:flex;align-items:flex-start;min-width:180px;position:relative;flex:1;gap:16px}
.tp-step__badge{flex-shrink:0;color:rgb(255,255,255);display:flex;height:44px;width:44px;border-radius:50%;justify-content:center;align-items:center;background:linear-gradient(135deg,var(--tp_cyan),var(--tp_purple));font-size:1rem;font-weight:800}
.tp-step__content h3{font-weight:700;font-size:.9rem;margin-bottom:4px}
.tp-step__content p{font-size:.82rem;color:var(--tp_muted)}
.tp-step__arrow{padding:10px 8px;display:flex;align-items:center;color:var(--tp_muted);font-size:1.4rem;margin-top:10px}
/* REVIEWS */
.tp-reviews{gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid}
.tp-review-card{background:var(--tp_card);border:1px solid var(--tp_line);padding:20px;border-radius:12px}
.tp-review-card__top{align-items:center;margin-bottom:12px;justify-content:space-between;display:flex}
.tp-review-card__stars{color:#fbbf24;font-size:.95rem}
.tp-review-card__name{font-weight:600;color:var(--tp_muted);font-size:.82rem}
.tp-review-card__text{line-height:1.7;color:var(--tp_muted);margin-bottom:10px;font-style:italic;font-size:.88rem}
.tp-review-card__city{font-size:.78rem;color:var(--tp_muted);opacity:.6}
/* PAYMENTS */
.tp-pay-wrap{justify-content:center;gap:14px;flex-wrap:wrap;display:flex}
.tp-pay-item{text-align:center;border-radius:10px;align-items:center;padding:16px 20px;border:1px solid var(--tp_line);background:var(--tp_card);font-size:.8rem;min-width:100px;display:flex;flex-direction:column;gap:6px}
.tp-pay-item img{height:26px;width:auto;object-fit:contain}
/* FAQ */
.tp-faq{gap:10px;margin:0 auto;max-width:780px;display:flex;flex-direction:column}
.tp-faq-item{overflow:hidden;background:var(--tp_card);border:1px solid var(--tp_line);border-radius:10px}
.tp-faq-q{font-size:.92rem;list-style:none;cursor:pointer;font-weight:600;padding:16px 20px;display:block}
.tp-faq-q::-webkit-details-marker{display:none}
.tp-faq-item[open] .tp-faq-q{color:var(--tp_cyan)}
.tp-faq-a{line-height:1.7;padding:0 20px 16px;font-size:.87rem;color:var(--tp_muted)}
/* CTA BLOCK */
.tp-cta-block{border-top:1px solid var(--tp_line);padding:56px 0;background:linear-gradient(135deg,rgba(124,58,237,.12) 0%,rgba(0,212,255,.06) 100%);text-align:center}
.tp-cta-block__inner{flex-direction:column;display:flex;gap:16px;align-items:center}
.tp-cta-block__inner h2{font-weight:800;font-size:2rem}
.tp-cta-block__inner p{max-width:480px;color:var(--tp_muted);font-size:1rem}
/* FOOTER */
.tp-footer{border-top:1px solid var(--tp_line);background:var(--tp_surf);padding:40px 0 20px}
.tp-footer__grid{margin-bottom:28px;display:grid;gap:32px;grid-template-columns:2fr 1fr 1fr}
.tp-footer__logo{height:30px;display:block;width:auto;margin-bottom:10px}
.tp-footer__desc{line-height:1.6;font-size:.82rem;color:var(--tp_muted)}
.tp-footer__head{margin-bottom:10px;font-size:.74rem;text-transform:uppercase;color:var(--tp_cyan);font-weight:700;letter-spacing:.08em}
.tp-footer__nav{flex-direction:column;display:flex;gap:6px}
.tp-footer__nav a,.tp-footer__link{text-decoration:none;color:var(--tp_muted);font-size:.83rem}
.tp-footer__nav a:hover,.tp-footer__link:hover{color:var(--tp_text)}
.tp-footer__addr{color:var(--tp_muted);font-size:.8rem;display:block;margin-top:6px}
.tp-footer__bottom{gap:8px 20px;border-top:1px solid var(--tp_line);display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:14px}
.tp-footer__bottom span{color:var(--tp_muted);font-size:.76rem}
/* STICKY CTA */
.sf-sticky-cta{padding:10px 20px;bottom:0;display:flex;justify-content:space-between;background:var(--tp_surf);align-items:center;z-index:200;left:0;right:0;gap:12px;border-top:1px solid var(--tp_line);position:fixed}
.sf-sticky-cta__meta{display:flex;flex-direction:column}
.sf-sticky-cta__meta strong{font-size:.9rem}
.sf-sticky-cta__meta span{color:var(--tp_muted);font-size:.76rem}
.sf-sticky-cta__button{text-decoration:none;border-radius:8px;cursor:pointer;padding:10px 20px;font-size:.88rem;border:none;color:#fff;background:var(--tp_purple);font-weight:700}
@media(max-width:1000px){.tp-pillars{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.tp-nav,.tp-mast__ctas{display:none}.tp-ham{display:flex}.tp-bonus-grid{grid-template-columns:1fr}.tp-footer__grid{grid-template-columns:1fr}.tp-steps-list{flex-direction:column}.tp-step__arrow{display:none}}
@media(max-width:540px){.tp-hero__h1{font-size:1.9rem}.tp-pillars{grid-template-columns:repeat(2,1fr)}}
.tp-hero__logo{height:64px;margin-bottom:16px;width:auto;display:block}
