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