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