:root{--tp_purple:#7c3aed;--tp_card:#1e1538;--tp_bg:#0e0b1a;--tp_line:#2a1f4a;--tp_cyan2:#00b8e0;--tp_surf:#16102a;--tp_cyan:#00d4ff;--tp_text:rgba(240,236,255,1);--tp_muted:#9b8fc0;--tp_purple2:rgba(109,40,217,1);--tp_radius:10px}
*,::before,::after{margin:0;box-sizing:border-box;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);user-select:auto;outline-offset:0}
.tp-wrap{max-width:1160px;padding:0 20px;margin:0 auto}

.tp-mast{background:rgba(14,11,26,.95);z-index:100;border-bottom:1px solid var(--tp_line);backdrop-filter:blur(8px);top:0;position:sticky}
.tp-mast__row{display:flex;align-items:center;gap:20px;height:62px}
.tp-brand{display:flex;align-items:center}
.tp-logo{width:auto;height:34px}
.tp-logo-txt{font-weight:800;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,var(--tp_cyan),var(--tp_purple));font-size:1.15rem;-webkit-background-clip:text}
.tp-nav{gap:2px;flex:1;justify-content:center;display:flex}
.tp-nav a{border-radius:8px;text-decoration:none;color:var(--tp_muted);transition:color .2s,background .2s;padding:7px 14px;font-size:.88rem}
.tp-nav a:hover,.tp-nav a[aria-current]{color:var(--tp_text);background:var(--tp_card)}
.tp-mast__ctas{gap:8px;display:flex}
.tp-ham{flex-direction:column;padding:8px;gap:5px;cursor:pointer;border:none;background:none;display:none}
.tp-ham span{display:block;width:20px;height:2px;background:var(--tp_text);border-radius:2px}
.tp-mob-drawer{border-top:1px solid var(--tp_line);background:var(--tp_surf);padding:16px 0}
.tp-mob-nav{display:flex;flex-direction:column}
.tp-mob-nav a{color:var(--tp_text);padding:12px 0;text-decoration:none;font-size:.93rem;border-bottom:1px solid var(--tp_line)}

.tp-btn{text-decoration:none;justify-content:center;font-size:.88rem;padding:9px 20px;cursor:pointer;border-radius:var(--tp_radius);font-weight:600;align-items:center;border:2px solid transparent;transition:all .2s;display:inline-flex;white-space:nowrap}
.tp-btn--primary{color:#fff;background:var(--tp_purple);border-color:var(--tp_purple)}
.tp-btn--primary:hover{border-color:var(--tp_purple2);background:var(--tp_purple2)}
.tp-btn--outline{color:var(--tp_cyan);background:transparent;border-color:var(--tp_cyan)}
.tp-btn--outline:hover{background:rgba(0,212,255,.08)}
.tp-btn--ghost{color:var(--tp_muted);border-color:var(--tp_line);background:transparent}
.tp-btn--ghost:hover{border-color:var(--tp_muted);color:var(--tp_text)}
.tp-btn--xl{padding:13px 28px;font-size:1rem}
.tp-btn--block{display:block;text-align:center;width:100%}

.tp-stats-bar{border-bottom:1px solid var(--tp_line);padding:10px 0;background:var(--tp_surf)}
.tp-stats-row{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}
.tp-stat{display:flex;align-items:center;flex-direction:column;gap:2px}
.tp-stat__num{font-size:1.25rem;font-weight:800;color:var(--tp_cyan)}
.tp-stat__lbl{letter-spacing:.06em;color:rgba(240,236,255,.55);font-size:.75rem;text-transform:uppercase}

.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;color:var(--tp_cyan);text-transform:uppercase;font-size:.8rem;margin-bottom:16px;display:inline-block;letter-spacing:.12em}
.tp-hero__h1{margin-bottom:16px;font-weight:900;margin-right:auto;line-height:1.15;margin-left:auto;max-width:700px;font-size:2.8rem}
.tp-hero__sub{margin:0 auto 28px;max-width:560px;font-size:1.1rem;color:var(--tp_muted)}
.tp-hero__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}

.tp-sec{padding:64px 0}
.tp-sec--dim{background:var(--tp_surf)}
.tp-sec__hd{text-align:center;margin-bottom:44px}
.tp-tag{border:1px solid rgba(0,212,255,.3);border-radius:4px;font-weight:700;margin-bottom:10px;text-transform:uppercase;font-size:.76rem;display:inline-block;padding:2px 10px;letter-spacing:.1em;color:var(--tp_cyan)}
.tp-sec__hd h2{font-size:2rem;font-weight:800}

.tp-about-body{color:var(--tp_muted);line-height:1.8;max-width:760px;margin:0 auto;text-align:center}

.tp-pillars{grid-template-columns:repeat(4,1fr);display:grid;gap:20px}
.tp-pillar{text-align:center;border:1px solid var(--tp_line);padding:24px 18px;background:var(--tp_card);border-radius:12px;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{margin-bottom:6px;font-weight:700;font-size:.9rem}
.tp-pillar__desc{font-size:.82rem;color:var(--tp_muted);line-height:1.6}

.tp-collections{gap:16px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));display:grid}
.tp-collection{border:1px solid var(--tp_line);background:var(--tp_card);transition:border-color .2s,transform .2s;border-radius:12px;padding:20px}
.tp-collection:hover{transform:translateY(-2px);border-color:var(--tp_cyan)}
.tp-collection__top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}
.tp-collection__icon{font-size:1.6rem}
.tp-collection__count{background:var(--tp_surf);font-size:.76rem;padding:2px 8px;color:var(--tp_muted);border-radius:4px}
.tp-collection__name{margin-bottom:10px;font-weight:700;font-size:.95rem}
.tp-collection__link{font-size:.82rem;color:var(--tp_cyan);text-decoration:none}
.tp-collection__link:hover{text-decoration:underline}

.tp-bonus-grid{grid-template-columns:1fr 1fr;display:grid;align-items:start;gap:24px}
.tp-bonus-big{padding:36px;background:linear-gradient(135deg,var(--tp_purple) 0%,#4c1d95 100%);text-align:center;border-radius:16px}
.tp-bonus-big__pct{color:rgba(255,255,255,1);font-weight:900;font-size:4rem;text-shadow:0 0 30px rgba(255,255,255,.3);line-height:1}
.tp-bonus-big__label{margin:8px 0 16px;letter-spacing:.08em;font-size:.9rem;text-transform:uppercase;color:rgba(255,255,255,.8)}
.tp-bonus-big__desc{line-height:1.6;font-size:.88rem;margin-bottom:20px;color:rgba(255,255,255,.7)}
.tp-bonus-list{display:flex;flex-direction:column;gap:16px}
.tp-bonus-item{align-items:center;gap:16px;border:1px solid var(--tp_line);display:flex;padding:20px;border-radius:12px;background:var(--tp_card)}
.tp-bonus-item__val{min-width:52px;text-align:center;color:var(--tp_cyan);font-size:1.6rem;font-weight:900}
.tp-bonus-item h4{margin-bottom:4px;font-weight:700;font-size:.92rem}
.tp-bonus-item p{color:var(--tp_muted);font-size:.82rem}

.tp-steps-list{display:flex;gap:0;align-items:flex-start;flex-wrap:wrap}
.tp-step{position:relative;display:flex;flex:1;align-items:flex-start;gap:16px;min-width:180px}
.tp-step__badge{justify-content:center;height:44px;font-weight:800;font-size:1rem;display:flex;width:44px;align-items:center;flex-shrink:0;color:rgb(255,255,255);border-radius:50%;background:linear-gradient(135deg,var(--tp_cyan),var(--tp_purple))}
.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);padding:10px 8px;align-items:center;font-size:1.4rem;display:flex;margin-top:10px}

.tp-reviews{gap:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
.tp-review-card{background:var(--tp_card);padding:20px;border:1px solid var(--tp_line);border-radius:12px}
.tp-review-card__top{margin-bottom:12px;align-items:center;justify-content:space-between;display:flex}
.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{color:var(--tp_muted);line-height:1.7;margin-bottom:10px;font-style:italic;font-size:.88rem}
.tp-review-card__city{color:var(--tp_muted);font-size:.78rem;opacity:.6}

.tp-pay-wrap{gap:14px;flex-wrap:wrap;justify-content:center;display:flex}
.tp-pay-item{text-align:center;align-items:center;flex-direction:column;padding:16px 20px;display:flex;background:var(--tp_card);font-size:.8rem;border:1px solid var(--tp_line);gap:6px;border-radius:10px;min-width:100px}
.tp-pay-item img{height:26px;object-fit:contain;width:auto}

.tp-faq{gap:10px;flex-direction:column;max-width:780px;display:flex;margin:0 auto}
.tp-faq-item{border:1px solid var(--tp_line);border-radius:10px;overflow:hidden;background:var(--tp_card)}
.tp-faq-q{font-size:.92rem;padding:16px 20px;display:block;cursor:pointer;list-style:none;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{line-height:1.7;padding:0 20px 16px;color:var(--tp_muted);font-size:.87rem}

.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{flex-direction:column;gap:16px;align-items:center;display:flex}
.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}

.tp-footer{border-top:1px solid var(--tp_line);padding:40px 0 20px;background:var(--tp_surf)}
.tp-footer__grid{gap:32px;grid-template-columns:2fr 1fr 1fr;margin-bottom:28px;display:grid}
.tp-footer__logo{height:30px;display:block;margin-bottom:10px;width:auto}
.tp-footer__desc{line-height:1.6;color:var(--tp_muted);font-size:.82rem}
.tp-footer__head{color:var(--tp_cyan);margin-bottom:10px;font-weight:700;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}
.tp-footer__nav{flex-direction:column;display:flex;gap:6px}
.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{margin-top:6px;font-size:.8rem;display:block;color:var(--tp_muted)}
.tp-footer__bottom{display:flex;border-top:1px solid var(--tp_line);padding-top:14px;flex-wrap:wrap;gap:8px 20px;justify-content:space-between}
.tp-footer__bottom span{color:var(--tp_muted);font-size:.76rem}

.sf-sticky-cta{position:fixed;border-top:1px solid var(--tp_line);right:0;left:0;align-items:center;z-index:200;gap:12px;display:flex;padding:10px 20px;background:var(--tp_surf);justify-content:space-between;bottom:0}
.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{font-weight:700;font-size:.88rem;padding:10px 20px;color:#fff;cursor:pointer;background:var(--tp_purple);border:none;text-decoration:none;border-radius:8px}
@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{display:block;height:64px;margin-bottom:16px;width:auto}


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