.tp-sup-hero{padding:9rem var(--pad) 5rem;position:relative;overflow:clip;text-align:center}.tp-sup-hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.tp-sup-hero-bg::before{content:'';position:absolute;top:-30%;left:50%;transform:translateX(-50%);width:900px;height:700px;background:radial-gradient(ellipse,var(--accent-glow) 0%,transparent 60%);animation:sup-hero-glow 9s ease-in-out infinite}@keyframes sup-hero-glow{0%,100%{opacity:.2;transform:translateX(-50%) scale(1)}50%{opacity:.35;transform:translateX(-50%) scale(1.08)}}.tp-sup-hero h1{font-size:clamp(2.2rem,5.5vw,3.6rem);font-weight:800;margin-top:1rem}.tp-sup-hero-desc{color:var(--txt-2);font-size:1.05rem;max-width:520px;margin:1.2rem auto 0;font-weight:300;line-height:1.7}.tp-sup-hero-cta{display:flex;gap:.75rem;margin-top:1.8rem;flex-wrap:wrap;justify-content:center}.tp-sup-section{padding:6rem 0;position:relative;border-top:1px solid var(--border)}.tp-sup-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:25%;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);z-index:2}.tp-sup-section-narrow{padding:6rem 0}.tp-sup-steps{display:flex;align-items:flex-start;gap:0;margin-top:2.5rem;max-width:800px;margin-left:auto;margin-right:auto}.tp-sup-step{flex:1;text-align:center;padding:0 1.2rem}.tp-sup-step-ico{width:44px;height:44px;border-radius:11px;background:var(--accent-dim);border:1px solid var(--accent-border);display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--accent);margin:0 auto .75rem}.tp-sup-step h3{font-family:var(--f-d);font-size:.95rem;font-weight:700;margin-bottom:.25rem}.tp-sup-step p{font-family:var(--f-m);font-size:.78rem;color:var(--txt-2);line-height:1.6;font-weight:300}.tp-sup-step-line{flex-shrink:0;width:40px;height:2px;background:var(--border);margin-top:22px}.tp-sup-cards{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;max-width:800px;margin:2.5rem auto 0}.tp-sup-card{display:flex;align-items:flex-start;gap:.6rem;padding:.65rem .8rem;background:var(--bg-1);border:1px solid var(--border);border-radius:8px;transition:border-color .2s}.tp-sup-card:hover{border-color:var(--accent-border)}.tp-sup-card-ico{width:28px;height:28px;min-width:28px;border-radius:7px;background:var(--accent-dim);border:1px solid var(--accent-border);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:.55rem;margin-top:1px}.tp-sup-card-body{display:flex;flex-direction:column;gap:2px}.tp-sup-card-body strong{font-family:var(--f-d);font-size:.8rem;font-weight:700;color:var(--txt)}.tp-sup-card-body span{font-family:var(--f-m);font-size:.7rem;color:var(--txt-2);font-weight:300;line-height:1.5}.tp-sup-faq-wrap{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:14px;overflow:hidden;margin-top:2.5rem}@media(max-width:640px){.tp-sup-faq-wrap{grid-template-columns:1fr}}.tp-sup-faq-item{background:var(--bg-1);padding:1.4rem 1.6rem;cursor:pointer;transition:background .2s}.tp-sup-faq-item:hover{background:var(--bg-2)}.tp-sup-faq-q{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;font-family:var(--f-d);font-size:.82rem;font-weight:600}.tp-sup-faq-plus{width:20px;height:20px;border:1px solid var(--border);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.68rem;color:var(--txt-3);transition:transform .25s,border-color .2s,color .2s;margin-top:.1rem}.tp-sup-faq-item.tp-open .tp-sup-faq-plus{transform:rotate(45deg);border-color:var(--accent);color:var(--accent)}.tp-sup-faq-a{font-family:var(--f-m);font-size:.75rem;color:var(--txt-2);line-height:1.6;max-height:0;overflow:hidden;transition:max-height .35s ease,margin-top .25s;margin-top:0;font-weight:300}.tp-sup-faq-item.tp-open .tp-sup-faq-a{max-height:200px;margin-top:.6rem}[data-theme="light"] .tp-sup-faq-item:hover{background:var(--bg)}.tp-sup-final{padding:3rem 0 6rem}.tp-sup-final-card{background:var(--bg-1);border:1px solid var(--border-2);border-radius:18px;padding:3.5rem 2.5rem;text-align:center;position:relative;overflow:hidden;max-width:720px;margin:0 auto;transition:border-color .3s}.tp-sup-final-card:hover{border-color:var(--accent-border)}.tp-sup-final-card::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:70%;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}.tp-sup-final-card::after{content:'';position:absolute;top:-40px;left:50%;transform:translateX(-50%);width:300px;height:120px;background:radial-gradient(ellipse,var(--accent-glow) 0%,transparent 70%);pointer-events:none;opacity:.5}.tp-sup-final-card h2{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;margin-top:.6rem;margin-bottom:.6rem;position:relative}.tp-sup-final-card p{color:var(--txt-2);font-size:.92rem;margin-bottom:1.5rem;font-weight:300;position:relative}.tp-sup-final-btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;position:relative}[data-theme="light"] .tp-sup-final-card{border-color:var(--border)}@media(max-width:920px){.tp-sup-hero{padding:7rem var(--pad) 3rem}.tp-sup-section{padding:4rem 0}.tp-sup-section-narrow{padding:4rem 0}}@media(max-width:600px){.tp-sup-hero{padding:6rem var(--pad) 2.5rem}.tp-sup-section{padding:3.5rem 0}.tp-sup-section-narrow{padding:3.5rem 0}.tp-sup-steps{flex-direction:column;align-items:center}.tp-sup-step-line{width:2px;height:24px;margin:0}.tp-sup-cards{grid-template-columns:1fr}.tp-sup-final{padding:2rem 0 3.5rem}.tp-sup-final-card{padding:2rem 1.2rem}.tp-sup-final-card::after{display:none}.tp-sup-final-btns{flex-direction:column;align-items:stretch}.tp-sup-final-btns .tp-btn{text-align:center;justify-content:center}.tp-sup-hero-cta{flex-direction:column;align-items:stretch}.tp-sup-hero-cta .tp-btn{text-align:center;justify-content:center}}@media(prefers-reduced-motion:reduce){.tp-sup-hero-bg::before{animation:none!important}}