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