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