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