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