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