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


.sf-related-articles{border:1px solid rgba(148,163,184,.24);box-shadow:0 16px 45px rgba(15,23,42,.08);max-width:1120px;background:rgba(255,255,255,.06);border-radius:24px;padding:clamp(18px,3vw,28px);margin:clamp(28px,5vw,56px) auto}
.sf-related-articles h2{line-height:1.2;font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 8px}
.sf-related-articles>p{margin:0 0 18px;line-height:1.65;opacity:.78}
.sf-related-articles__list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0;gap:14px}
.sf-related-articles__link{flex-direction:column;min-height:100%;background:rgba(255,255,255,.08);color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease;border-radius:18px;gap:7px;padding:16px;display:flex;border:1px solid rgba(148,163,184,.18)}
.sf-related-articles__link:hover{border-color:rgba(59,130,246,.45);transform:translateY(-2px);background:rgba(255,255,255,.13)}
.sf-related-articles__type{background:rgba(59,130,246,.14);font-size:.72rem;opacity:.88;border-radius:999px;padding:3px 9px;font-weight:700;letter-spacing:.04em;width:max-content;text-transform:uppercase;color:inherit}
.sf-related-articles strong{font-size:1rem;line-height:1.35}
.sf-related-articles small{line-height:1.45;opacity:.72;font-size:.88rem}
@media(max-width:640px){.sf-related-articles{padding:16px;margin:28px 12px;border-radius:18px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
