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