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