/**handles:psp-style**/
:root{--psp-primary:#d60b52;--psp-primary-dark:#a3083f;--psp-dark:#2b0714;--psp-bg-1:#510a27;--psp-bg-2:#7d0032;--psp-light:#fff;--psp-muted:#7a7a7a;--psp-radius:14px;--psp-font:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--psp-container:1180px}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--psp-font);color:var(--psp-dark);background:#fff;font-size:16px;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:var(--psp-primary)}.psp-container{max-width:var(--psp-container);margin:0 auto;padding:0 20px}h1,h2,h3,h4{font-weight:800;line-height:1.2;margin:0 0 .5em}h1{font-size:clamp(28px,5vw,42px)}h2{font-size:clamp(22px,4vw,30px)}h3{font-size:20px}p{margin:0 0 1em}.psp-skip-link{position:absolute;left:-9999px;top:0;background:#fff;color:#000;padding:10px 16px;z-index:999999}.psp-skip-link:focus{left:8px;top:8px}.psp-header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:500}.psp-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px}.psp-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px;color:var(--psp-dark);text-decoration:none}.psp-logo img{max-height:42px;width:auto}.psp-nav-toggle{display:none;background:0 0;border:0;font-size:26px;cursor:pointer;color:var(--psp-dark)}.psp-primary-menu{display:flex;gap:22px;list-style:none;margin:0;padding:0}.psp-primary-menu a{color:var(--psp-dark);text-decoration:none;font-weight:600;font-size:15px}.psp-primary-menu a:hover{color:var(--psp-primary)}@media (max-width:820px){.psp-nav-toggle{display:block}.psp-primary-menu{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:10px 20px 20px;display:none;border-bottom:1px solid #eee}.psp-primary-menu.is-open{display:flex}}.psp-content{padding:36px 0 56px}.psp-content article{max-width:820px;margin:0 auto}.psp-content .psp-entry-title{font-size:clamp(26px,4vw,36px);margin-bottom:14px}.psp-content h2{margin-top:1.4em}.psp-content ul{padding-left:1.2em}.psp-content li{margin-bottom:.4em}.psp-plans{padding:44px 0;box-sizing:border-box;background:#faf5f7}.psp-plans *{box-sizing:border-box}.psp-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.12);color:#fff;font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px;margin-bottom:10px}.psp-lead{color:var(--psp-dark);text-align:center;margin-bottom:24px}.psp-lead h2{font-size:clamp(22px,4vw,32px);margin:6px 0;color:var(--psp-dark)}.psp-lead p{margin:4px 0 0;color:var(--psp-muted)}.psp-grid{display:flex;flex-wrap:wrap;gap:18px;width:100%}.psp-grid .psp-card{flex:1 1 300px;width:100%}@media (max-width:820px){.psp-grid .psp-card{flex:1 1 100%}}.psp-card{position:relative;background:#fff;border-radius:16px;padding:22px 20px 24px;box-shadow:0 10px 30px rgba(0,0,0,.25);display:flex;flex-direction:column}.psp-card.psp-featured{border:2px solid var(--psp-primary)}.psp-badge{position:absolute;top:-13px;left:20px;background:var(--psp-primary);color:#fff;font-size:11px;font-weight:700;letter-spacing:.03em;padding:5px 12px;border-radius:20px;text-transform:uppercase}.psp-card h3{margin:6px 0 2px;color:var(--psp-dark)}.psp-card .psp-sub{font-size:13px;color:var(--psp-muted);margin-bottom:14px}.psp-card .psp-price-note{font-size:12px;color:#8a8a8a;margin:0 0 4px}.psp-card .psp-price{font-size:30px;font-weight:800;color:var(--psp-dark);margin:0 0 4px;line-height:1.1}.psp-chips{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0 16px}.psp-chips span{background:#fce9ef;color:var(--psp-primary);font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px}.psp-card .psp-includes{font-size:13px;font-weight:700;color:var(--psp-dark);margin:4px 0 8px}.psp-card ul{list-style:none;margin:0 0 18px;padding:0;flex-grow:1}.psp-card ul li{display:flex;gap:8px;align-items:flex-start;font-size:14px;color:#3a3a3a;margin-bottom:9px;line-height:1.35}.psp-card ul li::before{content:"✓";color:var(--psp-primary);font-weight:800;flex-shrink:0}.psp-card .psp-fine{font-size:12px;color:#8a8a8a;margin:0 0 16px}.psp-cta{display:block;text-align:center;background:var(--psp-primary);color:#fff!important;font-weight:700;font-size:15px;padding:13px 18px;border-radius:10px;text-decoration:none!important}.psp-cta:hover{background:var(--psp-primary-dark)}.psp-topbar{background:var(--psp-primary);text-align:center;padding:9px 16px;font-size:13px}.psp-topbar a{color:#fff;text-decoration:none;font-weight:600}.psp-topbar a:hover{text-decoration:underline}.psp-hero{background:linear-gradient(2deg,var(--psp-bg-1) 0,var(--psp-bg-2) 46%,var(--psp-bg-1) 100%);padding:56px 0;color:#fff}.psp-hero-inner{text-align:center;max-width:760px}.psp-hero h1{color:#fff;margin-bottom:.4em}.psp-hero p{color:#fff;opacity:.9;font-size:18px;max-width:600px;margin:0 auto 24px}.psp-cta-hero{display:inline-block;background:#fff;color:var(--psp-primary)!important;font-weight:800;font-size:17px;padding:16px 32px;border-radius:12px;text-decoration:none!important;box-shadow:0 8px 24px rgba(0,0,0,.25);transition:transform .15s ease}.psp-cta-hero:hover{transform:translateY(-2px)}.psp-hero-fine{font-size:12px;opacity:.75;margin-top:14px}.psp-home>section{padding:48px 0}.psp-home h2{text-align:center;margin-bottom:28px}.psp-steps-grid{display:flex;flex-wrap:wrap;gap:24px;width:100%}.psp-steps-grid .psp-step{flex:1 1 220px}@media (max-width:820px){.psp-steps-grid .psp-step{flex:1 1 100%}}.psp-step{text-align:center;padding:20px}.psp-step-n{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--psp-primary);color:#fff;font-weight:800;margin-bottom:12px}.psp-benefits{background:#faf5f7}.psp-benefits-grid{display:flex;flex-wrap:wrap;gap:20px;width:100%}.psp-benefits-grid .psp-benefit{flex:1 1 240px}@media (max-width:520px){.psp-benefits-grid .psp-benefit{flex:1 1 100%}}.psp-benefit{background:#fff;border-radius:var(--psp-radius);padding:20px;box-shadow:0 4px 14px rgba(0,0,0,.06);transition:transform .15s ease,box-shadow .15s ease}.psp-benefit:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.1)}.psp-benefit h3{font-size:16px;margin-bottom:6px;color:var(--psp-primary)}.psp-benefit p{font-size:14px;color:var(--psp-muted);margin:0}.psp-split{display:flex;flex-wrap:wrap;gap:20px;width:100%}.psp-split .psp-split-card{flex:1 1 320px}.psp-split-card{border:1px solid #eee;border-radius:var(--psp-radius);padding:26px;transition:border-color .15s ease}.psp-split-card:hover{border-color:var(--psp-primary)}.psp-split-card a{font-weight:700;text-decoration:none}.psp-split-card a:hover{text-decoration:underline}.psp-faq-list details{border-bottom:1px solid #eee;padding:14px 0}.psp-faq-list summary{cursor:pointer;font-weight:700;list-style:none}.psp-faq-list summary::-webkit-details-marker{display:none}.psp-faq-list summary::after{content:"+";float:right;font-weight:800;color:var(--psp-primary)}.psp-faq-list details[open] summary::after{content:"–"}.psp-faq-list p{margin-top:10px;color:var(--psp-muted)}.psp-faq-more{display:block;text-align:center;margin-top:18px;font-weight:700;text-decoration:none}.psp-cta-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;border-radius:var(--psp-radius);padding:22px 24px}.psp-cta-banner-text{display:flex;flex-direction:column;gap:4px}.psp-cta-banner-text strong{font-size:18px}.psp-cta-banner-text span{font-size:14px;opacity:.85}.psp-cta-banner-btn{display:inline-block;white-space:nowrap;padding:13px 24px;border-radius:10px;font-weight:800;text-decoration:none!important;transition:transform .15s ease}.psp-cta-banner-btn:hover{transform:translateY(-2px)}.psp-cta-inline{background:#faf5f7;border:1px solid #f0dbe3}.psp-cta-inline .psp-cta-banner-text strong{color:var(--psp-dark)}.psp-cta-inline .psp-cta-banner-btn{background:var(--psp-primary);color:#fff!important}.psp-cta-aggressive{background:linear-gradient(90deg,var(--psp-primary) 0,var(--psp-primary-dark) 100%);color:#fff;box-shadow:0 10px 30px rgba(214,11,82,.3)}.psp-cta-aggressive .psp-cta-banner-text strong{color:#fff;font-size:20px}.psp-cta-aggressive .psp-cta-banner-text span{color:#fff}.psp-cta-aggressive .psp-cta-banner-btn{background:#fff;color:var(--psp-primary)!important}.psp-inline-cta-wrap{margin:28px 0}.psp-single-wrap{padding:36px 0 56px}.psp-single-grid{display:flex;flex-wrap:wrap;gap:40px;align-items:stretch;width:100%}.psp-single-main{flex:1 1 480px;min-width:0}.psp-single-sidebar{flex:0 1 300px;width:300px}@media (max-width:900px){.psp-single-sidebar{flex:1 1 100%;width:100%}}.psp-single-main .psp-entry-title{font-size:clamp(26px,4vw,36px);margin-bottom:18px}.psp-single-main .psp-entry-content h2{margin-top:1.5em}.psp-single-main .psp-entry-content ul{padding-left:1.2em}.psp-single-main .psp-entry-content li{margin-bottom:.4em}.psp-sidebar-sticky{position:sticky;top:90px}@media (max-width:900px){.psp-sidebar-sticky{position:static;margin-top:32px}}.psp-sidebar-cta{background:linear-gradient(2deg,var(--psp-bg-1) 0,var(--psp-bg-2) 46%,var(--psp-bg-1) 100%);border-radius:var(--psp-radius);padding:22px 20px;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.2)}.psp-sidebar-badge{display:inline-block;background:rgba(255,255,255,.15);font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;margin-bottom:10px}.psp-sidebar-cta h3{color:#fff;font-size:18px;margin-bottom:6px}.psp-sidebar-price{font-weight:700;margin-bottom:2px}.psp-sidebar-note{font-size:12px;opacity:.8;margin-bottom:14px}.psp-sidebar-cta ul{list-style:none;padding:0;margin:0 0 16px}.psp-sidebar-cta ul li{font-size:13px;margin-bottom:6px;padding-left:18px;position:relative}.psp-sidebar-cta ul li::before{content:"✓";position:absolute;left:0;color:#fff;font-weight:800}.psp-sidebar-fine{font-size:11px;opacity:.7;text-align:center;margin:10px 0 0}.psp-footer{background:var(--psp-dark);color:#fff;padding:40px 0 0;margin-top:0;font-size:14px}.psp-footer a{color:#fff;opacity:.85;text-decoration:none}.psp-footer a:hover{opacity:1;text-decoration:underline}.psp-footer .psp-footer-cols{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.12)}@media (max-width:820px){.psp-footer .psp-footer-cols{grid-template-columns:1fr 1fr}}@media (max-width:520px){.psp-footer .psp-footer-cols{grid-template-columns:1fr}}.psp-footer-brand{display:block;font-size:17px;margin-bottom:8px}.psp-footer-col h4{font-size:13px;text-transform:uppercase;letter-spacing:.04em;opacity:.7;margin-bottom:10px}.psp-footer-col ul{list-style:none;padding:0;margin:0}.psp-footer-col li{margin-bottom:8px;font-size:14px}.psp-footer-bottom{padding:16px 0;font-size:12px;opacity:.6}.psp-articles-hub{padding:44px 0 20px}.psp-articles-hub-head{text-align:center;max-width:640px;margin:0 auto 32px}.psp-articles-hub-head h1{font-size:clamp(26px,4vw,36px);color:var(--psp-dark);margin-bottom:8px}.psp-articles-hub-head p{color:var(--psp-muted)}.psp-articles-teaser{padding:10px 0 48px}.psp-articles-grid{display:flex;flex-wrap:wrap;gap:16px;width:100%;margin-bottom:32px}.psp-articles-grid-compact .psp-article-card{flex:1 1 300px}.psp-articles-hub .psp-articles-grid .psp-article-card{flex:1 1 320px}.psp-article-card{display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid #f0e2e8;border-radius:14px;padding:20px 20px 18px;text-decoration:none!important;color:var(--psp-dark);box-shadow:0 6px 18px rgba(43,7,20,.06);transition:transform .15s ease,box-shadow .15s ease}.psp-article-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(43,7,20,.12)}.psp-article-card h3{margin:0;font-size:17px;line-height:1.35;color:var(--psp-dark)}.psp-article-card p{margin:0;font-size:14px;color:var(--psp-muted)}.psp-article-card-link{font-weight:700;font-size:13px;color:var(--psp-primary)}.psp-articles-section-title{text-align:left;font-size:20px;margin:36px 0 16px}.psp-articles-section-title:first-of-type{margin-top:0}.psp-article-card-guide{border-color:#f0c1d3;background:linear-gradient(180deg,#fff 0,#fdf3f7 100%)}.psp-guide-tag{display:inline-block;align-self:flex-start;background:var(--psp-primary);color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:3px 9px;border-radius:12px}.psp-related-articles{margin:40px 0 12px;padding-top:28px;border-top:1px solid #f0e2e8}.psp-related-articles h2{font-size:20px;margin-bottom:16px}.psp-related-grid{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px}.psp-related-card{flex:1 1 220px;background:#faf5f7;border:1px solid #f0dbe3;border-radius:12px;padding:14px 16px;font-weight:600;font-size:14px;color:var(--psp-dark);text-decoration:none!important;line-height:1.4}.psp-related-card:hover{background:#f5e9ee}.psp-related-more{display:inline-block;font-weight:700;color:var(--psp-primary);text-decoration:none}.psp-breadcrumbs{font-size:13px;color:var(--psp-muted);margin:18px 0 6px}.psp-breadcrumbs a{color:var(--psp-muted);text-decoration:none}.psp-breadcrumbs a:hover{color:var(--psp-primary);text-decoration:underline}.psp-breadcrumbs .separator,.psp-breadcrumbs span[class*=separator]{margin:0 6px}.psp-single-wrap .psp-breadcrumbs{margin-top:0;padding-top:18px}.psp-footer-eeat{font-size:12px;line-height:1.6;opacity:.7;margin-top:10px}.psp-affiliate-disclosure{font-size:12px;opacity:.65;max-width:760px;margin:0 0 8px}.psp-cat-description{color:var(--psp-muted);max-width:640px;margin:0 auto}.pagination,.psp-articles-hub .page-numbers{list-style:none;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:0;margin:12px 0 32px}.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border-radius:8px;background:#fff;border:1px solid #f0e2e8;color:var(--psp-dark);text-decoration:none!important;font-weight:600;font-size:14px}.page-numbers.current{background:var(--psp-primary);color:#fff!important;border-color:var(--psp-primary)}.page-numbers.dots{border:none;background:0 0}