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