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