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


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