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