*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--brand-1:#5c7cff;--brand-2:#7a5cff;--brand-3:#9eb0ff;--bg:#e8edff}html{scroll-behavior:smooth}body{background:var(--bg);color:#0f1729;-webkit-font-smoothing:antialiased;padding-top:90px;font-family:Inter,sans-serif;line-height:1.5}.container-x{max-width:var(--site-max);margin:0 auto;padding:0 2.5rem}@media (max-width:768px){.container-x{padding:0 1.25rem}}.grad-text{background:linear-gradient(90deg,#3a56e8,#5c7cff);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.section-label{background:linear-gradient(135deg, var(--brand-1), var(--brand-2));color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.6rem 1.4rem;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:0 8px 20px #5c7cff4d}.section-label:before{content:"";background:#fff;border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 8px #fffc}.btn-primary{background:linear-gradient(135deg, var(--brand-1), var(--brand-2));color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:.5rem;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 24px #5c7cff47}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:50%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 36px #5c7cff6b}.btn-primary:hover:before{left:130%}.btn-outline{color:#3a56e8;background:#ffffffbf;border:1px solid #5c7cff4d;border-radius:14px;align-items:center;gap:.5rem;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-outline:hover{border-color:var(--brand-1);color:var(--brand-1);background:#5c7cff14;transform:translateY(-2px)}header.site-header{-webkit-backdrop-filter:blur(30px)saturate(180%);z-index:999;background:#fffffff2;border-bottom:1px solid #5c7cff1a;position:fixed;top:0;left:0;right:0}.site-header-inner{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.nav-link{color:#0f1729b3;white-space:nowrap;padding:.5rem .8rem;font-size:.84rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg, var(--brand-1), var(--brand-2));border-radius:2px;width:0;height:2px;transition:all .3s;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.nav-link:hover{color:#0f1729}.nav-link:hover:after{width:60%}.nav-link.active{color:#5c7cff}.nav-link.active:after{width:60%}.nav-dropdown-wrap{position:relative}.nav-dropdown-btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;display:inline-flex}.nav-chevron{opacity:.7;font-size:.65rem;transition:transform .25s}.nav-dropdown-wrap:hover .nav-chevron,.nav-dropdown-btn[aria-expanded=true] .nav-chevron{opacity:1;transform:rotate(180deg)}.nav-dropdown{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);opacity:0;pointer-events:none;z-index:1000;background:#fffffffc;border:1px solid #5c7cff2e;border-radius:16px;min-width:220px;padding:.6rem;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(6px);box-shadow:0 24px 60px #0009,0 0 30px #5c7cff14}.nav-dropdown-wrap:hover .nav-dropdown,.nav-dropdown-btn[aria-expanded=true]+.nav-dropdown{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.nav-dropdown-item{color:#0f1729b8;border-radius:10px;align-items:center;gap:.75rem;padding:.7rem 1rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .18s,color .18s;display:flex}.nav-dropdown-item i{text-align:center;color:#7a8fff;flex-shrink:0;width:16px;font-size:.82rem}.nav-dropdown-item:hover{color:#0f1729;background:#5c7cff1f}.nav-dropdown-item:hover i{color:var(--brand-3)}.nav-dropdown-divider{background:#5c7cff1f;height:1px;margin:.4rem .6rem}.nav-dropdown-highlight{color:#3a56e8;background:linear-gradient(135deg,#5c7cff1f,#7a5cff1f);font-weight:600}.nav-dropdown-highlight i{color:var(--brand-1)}.nav-dropdown-highlight:hover{background:linear-gradient(135deg,#5c7cff47,#7a5cff47)}.btn-account{background:linear-gradient(135deg, var(--brand-1), var(--brand-2));color:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1.2rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 20px #5c7cff4d}.btn-account:hover{transform:translateY(-1px);box-shadow:0 12px 28px #5c7cff66}.header-desktop-nav{align-items:center;gap:.25rem;display:flex}.header-actions{align-items:center;gap:.75rem;display:flex}.mobile-menu-toggle{color:#0f1729;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;display:none}.mobile-nav-panel{background:#fffffffa;border-top:1px solid #5c7cff1f;flex-direction:column;padding:.5rem 0 1rem;display:none}.mobile-nav-panel.open{display:flex}.mobile-nav-panel a{color:#0f1729d9;border-bottom:1px solid #5c7cff1a;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none}.mobile-nav-panel a:hover{color:#0f1729;background:#5c7cff14}.mobile-nav-cta{background:linear-gradient(135deg, var(--brand-1), var(--brand-2));text-align:center;border-radius:14px;justify-content:center;margin:.75rem 1.5rem 0;border-bottom:none!important}.mobile-nav-services-btn{text-align:left;color:#0f1729d9;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #5c7cff1a;justify-content:space-between;align-items:center;width:100%;padding:.9rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;display:flex}.mob-chevron{font-size:.7rem;transition:transform .25s}.mobile-nav-services-btn[aria-expanded=true] .mob-chevron{transform:rotate(180deg)}.mobile-nav-services-sub{background:#5c7cff0d;max-height:0;transition:max-height .3s;overflow:hidden}.mobile-nav-services-sub.open{max-height:320px}.mobile-nav-services-sub a{color:#0f1729a6!important;padding:.75rem 1.5rem .75rem 2.25rem!important;font-size:.9rem!important}.mobile-nav-bundle{color:var(--brand-3)!important;font-weight:600!important}@media (max-width:1024px){.header-desktop-nav{display:none!important}.mobile-menu-toggle{display:inline-flex}.header-actions .btn-primary{display:none}}.page-glow{display:none}@keyframes floatBlob{0%{transform:translateY(0)translate(0)}50%{transform:translateY(-28px)translate(18px)}to{transform:translateY(0)translate(0)}}.pm-hero{text-align:center;z-index:1;padding:7rem 0 5rem;position:relative}.pm-hero h1{letter-spacing:-.03em;max-width:900px;margin:1.25rem auto 1.5rem;font-size:clamp(2.4rem,6vw,4.2rem);font-weight:900;line-height:1.07}.pm-hero p{color:#0f17299e;max-width:700px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.8}.pm-hero-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.pm-stats{z-index:1;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:4rem;display:grid;position:relative}.pm-stat-card{text-align:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffbf;border:1px solid #5c7cff26;border-radius:20px;padding:1.75rem 1.25rem;transition:all .25s}.pm-stat-card:hover{background:#5c7cff0f;border-color:#5c7cff40;transform:translateY(-4px)}.pm-stat-card h3{margin-bottom:.4rem;font-size:2.4rem;font-weight:900}.pm-stat-card p{color:#0f17298c;font-size:.88rem}.pm-section{z-index:1;padding:6rem 0;position:relative}.pm-section-header{text-align:center;margin-bottom:1rem}.pm-section-header h2{letter-spacing:-.025em;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:900}.pm-section-header p{color:#0f17298c;max-width:620px;margin:0 auto;font-size:1rem;line-height:1.8}.pm-results-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.pm-result-card{background:#ffffff6b;border:1px solid #ffffff12;border-radius:24px;padding:2rem;transition:all .3s}.pm-result-card:hover{background:#5c7cff0f;border-color:#5c7cff40;transform:translateY(-5px)}.pm-result-card h4{color:#0f17298c;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.pm-result-value{letter-spacing:-.03em;margin-bottom:.75rem;font-size:3rem;font-weight:900;line-height:1}.pm-result-card p{color:#0f17298c;font-size:.9rem;line-height:1.75}.pm-process-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;margin-top:3.5rem;display:grid;position:relative}.pm-process-card{text-align:center;background:#ffffff6b;border:1px solid #ffffff12;border-radius:20px;padding:1.75rem 1.25rem;transition:all .25s;position:relative}.pm-process-card:hover{background:#5c7cff0f;border-color:#5c7cff40;transform:translateY(-5px)}.pm-step-num{background:linear-gradient(135deg, var(--brand-1), var(--brand-2));color:#fff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1rem;font-weight:900;display:flex;box-shadow:0 8px 20px #5c7cff59}.pm-process-card h4{margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.pm-process-card p{color:#0f17298c;font-size:.84rem;line-height:1.7}.pm-audit-section{z-index:1;margin:2rem 0;position:relative}.pm-audit-card{background:linear-gradient(135deg, var(--brand-1) 0%, var(--brand-2) 100%);text-align:center;border-radius:32px;padding:5rem 3rem;position:relative;overflow:hidden}.pm-audit-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff26,#0000 60%);width:500px;height:500px;position:absolute;top:-50%;right:-10%}.pm-audit-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#0003,#0000 60%);width:350px;height:350px;position:absolute;bottom:-40%;left:-5%}.pm-audit-card h2{z-index:1;margin-bottom:1.25rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;position:relative}.pm-audit-card p{color:#0f1729d9;z-index:1;max-width:640px;margin:0 auto 2.5rem;font-size:1rem;line-height:1.8;position:relative}.pm-audit-btn{color:#f0f4ff;z-index:1;background:#fff;border-radius:14px;align-items:center;gap:.6rem;padding:16px 36px;font-size:15px;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex;position:relative;box-shadow:0 12px 30px #00000040}.pm-audit-btn:hover{transform:translateY(-3px);box-shadow:0 20px 40px #00000059}.pm-terms-section{z-index:1;padding:2rem 0 5rem;position:relative}.pm-terms-modern{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#ffffffe6 0%,#e1e9ffd9 100%);border:1.5px solid #5c7cff2e;border-radius:28px;padding:2.5rem;box-shadow:0 8px 40px #5c7cff17}.pm-terms-header{border-bottom:1px solid #5c7cff1f;align-items:center;gap:1.25rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.pm-terms-icon{background:linear-gradient(135deg, var(--brand-1), var(--brand-2));color:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.3rem;display:flex;box-shadow:0 8px 24px #5c7cff59}.pm-terms-title{color:#0f1729;margin-bottom:.2rem;font-size:1.4rem;font-weight:800}.pm-terms-sub{color:#0f17297a;font-size:.82rem;font-weight:500}.pm-terms-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.pm-term-item{background:#ffffffbf;border:1px solid #5c7cff1a;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;transition:border-color .25s,box-shadow .25s;display:flex}.pm-term-item:hover{border-color:#5c7cff40;box-shadow:0 6px 20px #5c7cff17}.pm-term-num{background:linear-gradient(135deg, var(--brand-1), var(--brand-2));color:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.7rem;font-weight:800;display:flex;box-shadow:0 4px 12px #5c7cff4d}.pm-term-item p{color:#0f1729ad;margin:0;font-size:.88rem;font-weight:500;line-height:1.65}@media (max-width:700px){.pm-terms-grid{grid-template-columns:1fr}}.pm-divider{background:linear-gradient(90deg,#0000,#5c7cff4d,#0000);height:1px;margin:0}footer.site-footer{z-index:1;background:#e8edff;border-top:1px solid #5c7cff26;padding:5rem 0 2.5rem;position:relative}.footer-link{color:#0f17298c;padding:.4rem 0;font-size:.92rem;text-decoration:none;transition:all .2s;display:block}.footer-link:hover{color:var(--brand-3);transform:translate(4px)}.social-btn{color:#0f1729;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:all .3s;display:inline-flex}.social-btn:hover{background:linear-gradient(135deg, var(--brand-1), var(--brand-2));border-color:#0000;transform:translateY(-3px);box-shadow:0 12px 28px #5c7cff59}.logo-d-box{background:linear-gradient(135deg, var(--brand-1), var(--brand-2));color:#0f1729;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.4rem;font-weight:900;display:flex;box-shadow:0 8px 20px #5c7cff59}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:3rem;display:grid}.footer-bottom{color:#0f172966;border-top:1px solid #5c7cff1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.footer-bottom a{color:#0f172966;text-decoration:none}.footer-bottom a:hover{color:var(--brand-3)}.footer-col-head{color:#0f1729;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;font-size:.85rem;font-weight:700}@media (max-width:1100px){.pm-pricing-grid{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}.pm-price-card.popular{transform:none}.pm-price-card.popular:hover{transform:translateY(-10px)}.pm-results-grid,.pm-process-grid{grid-template-columns:1fr 1fr}.pm-process-grid:before{display:none}.pm-stats,.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:700px){.pm-results-grid,.pm-process-grid,.pm-stats{grid-template-columns:1fr}.pm-audit-card{padding:3.5rem 1.75rem}.pm-terms{padding:1.75rem}.footer-grid{grid-template-columns:1fr}}.pmr-wrap{grid-template-columns:1.05fr .95fr;align-items:stretch;gap:1.75rem;margin-bottom:3rem;display:grid}.pmr-card{background:linear-gradient(150deg,#1a1f3c 0%,#10152e 100%);border:1px solid #9eb0ff38;border-radius:26px;flex-direction:column;padding:2.75rem 2.25rem 2.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #0f172947}.pmr-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#5c7cff57,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;top:-60px;right:-60px}.pmr-badge{color:#fff;letter-spacing:.04em;text-transform:uppercase;z-index:1;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:999px;align-items:center;gap:.4rem;padding:.42rem .85rem;font-size:.72rem;font-weight:800;display:inline-flex;position:absolute;top:1.15rem;right:1.15rem;box-shadow:0 6px 18px #f9731666}.pmr-label{color:#ffffff80;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.9rem;font-size:.85rem;font-weight:600}.pmr-price-row{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-bottom:1rem;display:flex}.pmr-old{color:#ffffff61;font-size:1.6rem;font-weight:700;text-decoration:line-through;text-decoration-thickness:2px}.pmr-arrow{color:#9eb0ff8c;font-size:1rem}.pmr-currency{color:#fff;font-size:2rem;font-weight:700}.pmr-amount{color:#fff;letter-spacing:-.02em;font-size:4.2rem;font-weight:900;line-height:1}.pmr-per{color:#ffffff80;font-size:1.15rem;font-weight:600}.pmr-save{color:#34d399;background:#34d3991f;border:1px solid #34d3994d;border-radius:999px;align-self:flex-start;align-items:center;gap:.5rem;margin-bottom:1.1rem;padding:.55rem 1.05rem;font-size:.9rem;font-weight:700;display:inline-flex}.pmr-note{color:#ffffff8c;margin-bottom:1.75rem;font-size:.88rem;line-height:1.6}.pmr-cta{background:linear-gradient(135deg, var(--brand-1), var(--brand-2));color:#fff;border-radius:15px;justify-content:center;align-items:center;gap:.6rem;width:100%;height:56px;margin-top:auto;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 14px 34px #5c7cff61}.pmr-cta:hover{transform:translateY(-2px);box-shadow:0 18px 42px #5c7cff80}.pmr-min{color:#ffffff8c;align-items:center;gap:.55rem;margin-top:1.1rem;font-size:.86rem;display:flex}.pmr-min strong{color:#fff;font-weight:700}.pmr-todo{color:#fbbf24!important}.pmr-calc{background:#fff;border:1.5px solid #5c7cff2e;border-radius:26px;flex-direction:column;padding:2.25rem 2rem;display:flex;box-shadow:0 14px 40px #5c7cff1a}.pmr-calc-title{color:#0f1729;align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:1.2rem;font-weight:800;display:flex}.pmr-calc-title i{color:var(--brand-1)}.pmr-calc-label{color:#0f172999;margin-bottom:.6rem;font-size:.88rem;font-weight:600;display:block}.pmr-calc-field{background:#5c7cff0a;border:1.5px solid #5c7cff40;border-radius:14px;align-items:center;padding:0 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.pmr-calc-field:focus-within{border-color:var(--brand-1);box-shadow:0 0 0 4px #5c7cff1f}.pmr-calc-dollar{color:var(--brand-1);margin-right:.5rem;font-size:1.5rem;font-weight:800}.pmr-calc-field input{color:#0f1729;-moz-appearance:textfield;background:0 0;border:none;outline:none;flex:1;width:100%;height:58px;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800}.pmr-calc-field input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pmr-calc-field input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pmr-chips{flex-wrap:wrap;gap:.5rem;margin-top:.9rem;display:flex}.pmr-chip{color:#0f17299e;cursor:pointer;background:0 0;border:1px solid #5c7cff40;border-radius:999px;padding:.45rem .95rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;transition:all .2s}.pmr-chip:hover{border-color:var(--brand-1);color:var(--brand-1)}.pmr-chip.is-active{background:linear-gradient(135deg, var(--brand-1), var(--brand-2));color:#fff;border-color:#0000;box-shadow:0 6px 16px #5c7cff52}.pmr-calc-out{margin-top:auto;padding-top:1.5rem}.pmr-calc-row{color:#0f172999;background:#0f172908;border-radius:13px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.6rem;padding:.85rem 1.1rem;font-size:.92rem;display:flex}.pmr-calc-row b{color:#0f17298c;font-size:1.15rem;font-weight:800}.pmr-calc-strike{text-decoration:line-through;text-decoration-thickness:2px}.pmr-calc-row--hl{color:#0f1729;background:linear-gradient(135deg,#5c7cff1a,#7a5cff1a);border:1px solid #5c7cff38;font-weight:700}.pmr-calc-row--hl b{color:var(--brand-1);font-size:1.5rem}.pmr-calc-save{color:#059669;background:#34d3991a;border:1px solid #34d39947;border-radius:13px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem;font-size:.92rem;font-weight:700;display:flex}.pmr-calc-save b{font-size:1.1rem;font-weight:900}.pmr-trust{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3rem;display:grid}.pmr-trust-card{text-align:center;background:#fff;border:1.5px solid #5c7cff26;border-radius:20px;padding:1.75rem 1.5rem;transition:transform .25s,box-shadow .25s}.pmr-trust-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #5c7cff24}.pmr-trust-icon{width:52px;height:52px;color:var(--brand-1);background:linear-gradient(135deg,#5c7cff1f,#7a5cff1f);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.25rem;display:flex}.pmr-trust-card h4{color:#0f1729;margin-bottom:.5rem;font-size:1.05rem;font-weight:800}.pmr-trust-card p{color:#0f172994;font-size:.9rem;line-height:1.65}.pmr-incl{background:#fff;border:1.5px solid #5c7cff26;border-radius:24px;padding:2.5rem 2.25rem}.pmr-incl-head{text-align:center;margin-bottom:2rem}.pmr-incl-head h3{color:#0f1729;margin-bottom:.4rem;font-size:1.5rem;font-weight:800}.pmr-incl-head p{color:#0f17298c;font-size:.92rem}.pmr-incl-grid{grid-template-columns:repeat(3,1fr);gap:1rem 1.5rem;display:grid}.pmr-incl-item{color:#0f1729c7;align-items:flex-start;gap:.65rem;font-size:.93rem;line-height:1.55;display:flex}.pmr-incl-item i{color:var(--brand-1);flex-shrink:0;margin-top:.2rem;font-size:.95rem}@media (max-width:980px){.pmr-wrap,.pmr-trust{grid-template-columns:1fr}.pmr-incl-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.pmr-card{padding:2.5rem 1.5rem 1.75rem}.pmr-badge{padding:.35rem .7rem;font-size:.66rem;top:1rem;right:1rem}.pmr-amount{font-size:3.2rem}.pmr-old{font-size:1.3rem}.pmr-calc,.pmr-incl{padding:1.75rem 1.35rem}.pmr-incl-grid{grid-template-columns:1fr}}.pm-hero-price{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffc7;border:1px solid #5c7cff2e;border-radius:22px;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin:2rem 0 1rem;padding:1.35rem 2rem;display:inline-flex;box-shadow:0 12px 34px #5c7cff24}.pm-hero-price-old,.pm-hero-price-now{flex-direction:column;align-items:center;gap:.3rem;display:flex}.pm-hero-price-lbl{letter-spacing:.1em;text-transform:uppercase;color:#0f172973;font-size:.72rem;font-weight:700}.pm-hero-price-strike{color:#0f172966;font-size:1.3rem;font-weight:700;text-decoration:line-through;text-decoration-thickness:2px}.pm-hero-price-arrow{color:#5c7cff80;font-size:1.1rem}.pm-hero-price-big{letter-spacing:-.02em;background:linear-gradient(90deg,#3a56e8,#7a5cff);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:2.6rem;font-weight:900;line-height:1}.pm-hero-price-big small{font-size:1rem;font-weight:700}.pm-hero-save{color:#059669;background:#34d3991a;border:1px solid #34d39947;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.55rem 1.15rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;display:inline-flex}.pmr-side{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffc7;border:1px solid #5c7cff2e;border-radius:26px;flex-direction:column;padding:2.25rem 2rem;display:flex;box-shadow:0 14px 40px #5c7cff1a}.pmr-side-title{color:#0f1729;margin-bottom:1.4rem;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:800}.pmr-side-list{flex-direction:column;gap:.85rem;list-style:none;display:flex}.pmr-side-list li{color:#0f1729c7;align-items:flex-start;gap:.65rem;font-size:.94rem;line-height:1.6;display:flex}.pmr-side-list i{color:var(--brand-1);flex-shrink:0;margin-top:.25rem;font-size:.95rem}.pmr-side-foot{color:#059669;align-items:center;gap:.6rem;margin-top:auto;padding-top:1.5rem;font-size:.88rem;font-weight:700;display:flex}.pmr-side-foot i{font-size:1rem}.pms-grid{grid-template-columns:repeat(3,1fr);gap:1.35rem;display:grid}.pms-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffbf;border:1px solid #5c7cff26;border-radius:20px;padding:1.85rem 1.6rem;transition:transform .25s,box-shadow .25s,border-color .25s}.pms-card:hover{border-color:#5c7cff52;transform:translateY(-5px);box-shadow:0 18px 40px #5c7cff29}.pms-icon{width:50px;height:50px;color:var(--brand-1);background:linear-gradient(135deg,#5c7cff24,#7a5cff24);border-radius:15px;justify-content:center;align-items:center;margin-bottom:1.1rem;font-size:1.2rem;display:flex}.pms-icon--fb{color:#1877f2;background:linear-gradient(135deg,#1877f224,#1877f214)}.pms-icon--ig{color:#e1306c;background:linear-gradient(135deg,#e1306c24,#fd1d1d14)}.pms-icon--gg{color:#ea4335;background:linear-gradient(135deg,#ea433524,#4285f41a)}.pms-card h4{color:#0f1729;margin-bottom:.5rem;font-size:1.05rem;font-weight:800}.pms-card p{color:#0f172999;font-size:.9rem;line-height:1.7}.pm-process-grid--4{grid-template-columns:repeat(4,1fr)}.pmx-wrap{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.75rem;display:grid}.pmx-example{background:linear-gradient(150deg,#1a1f3c 0%,#10152e 100%);border:1px solid #9eb0ff38;border-radius:26px;flex-direction:column;padding:2.25rem 2rem;display:flex;box-shadow:0 24px 60px #0f172942}.pmx-example-lbl{letter-spacing:.14em;text-transform:uppercase;color:#9eb0ffbf;margin-bottom:.6rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:800;display:inline-block}.pmx-example-head h3{color:#ffffffd9;margin-bottom:1.75rem;font-size:1.25rem;font-weight:700;line-height:1.5}.pmx-example-head h3 strong{color:#fff;font-weight:900}.pmx-rows{flex-direction:column;gap:.75rem;display:flex}.pmx-row{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;grid-template-columns:1fr auto;align-items:center;gap:.35rem 1rem;padding:1rem 1.25rem;display:grid}.pmx-row-lbl{letter-spacing:.05em;text-transform:uppercase;color:#ffffff80;font-size:.82rem;font-weight:700}.pmx-row-calc{color:#ffffffb8;grid-column:1;font-size:.92rem}.pmx-row-val{color:#fff;grid-area:1/2/span 2;align-self:center;font-size:1.5rem;font-weight:900}.pmx-row-val--old{color:#fff6;font-size:1.25rem;text-decoration:line-through;text-decoration-thickness:2px}.pmx-row--hl{background:linear-gradient(135deg,#5c7cff38,#7a5cff2e);border-color:#9eb0ff59}.pmx-save{color:#34d399;justify-content:center;align-items:center;gap:.55rem;margin-top:auto;padding-top:1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;display:flex}.pmx-save strong{font-size:1.35rem;font-weight:900}.pmw-grid{grid-template-columns:repeat(3,1fr);gap:1.35rem;display:grid}.pmw-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffbf;border:1px solid #5c7cff26;border-radius:20px;padding:1.85rem 1.6rem;transition:transform .25s,box-shadow .25s}.pmw-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #5c7cff29}.pmw-icon{background:linear-gradient(135deg, var(--brand-1), var(--brand-2));color:#fff;border-radius:15px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.1rem;font-size:1.15rem;display:flex;box-shadow:0 8px 20px #5c7cff4d}.pmw-card h4{color:#0f1729;margin-bottom:.5rem;font-size:1.05rem;font-weight:800}.pmw-card p{color:#0f172999;font-size:.9rem;line-height:1.7}.pmf-section{z-index:1;padding:1rem 0 5rem;position:relative}.pmf-card{text-align:center;background:linear-gradient(150deg,#1a1f3c 0%,#10152e 100%);border:1px solid #9eb0ff38;border-radius:30px;padding:3.5rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 28px 70px #0f17294d}.pmf-card:after{content:"";pointer-events:none;background:radial-gradient(#5c7cff4d,#0000 70%);width:460px;height:300px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.pmf-badge{color:#fff;letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:999px;align-items:center;gap:.45rem;margin-bottom:1.5rem;padding:.45rem .95rem;font-size:.72rem;font-weight:800;display:inline-flex;position:relative;box-shadow:0 6px 18px #f9731666}.pmf-card h2{color:#fff;margin-bottom:.9rem;font-size:clamp(1.6rem,3.4vw,2.4rem);font-weight:900;line-height:1.35;position:relative}.pmf-card p{color:#fff9;margin-bottom:2rem;font-size:.98rem;position:relative}.pmf-price{align-items:center;gap:1rem;margin-bottom:2rem;display:inline-flex;position:relative}.pmf-price-old{color:#ffffff61;font-size:1.3rem;font-weight:700;text-decoration:line-through;text-decoration-thickness:2px}.pmf-price-arrow{color:#9eb0ff80}.pmf-price-now{color:#fff;letter-spacing:-.02em;font-size:2.8rem;font-weight:900;line-height:1}.pmf-price-now small{color:#ffffff8c;font-size:1.05rem;font-weight:700}.pmf-cta{background:linear-gradient(135deg, var(--brand-1), var(--brand-2));color:#fff;border-radius:15px;justify-content:center;align-items:center;gap:.6rem;height:58px;padding:0 2.6rem;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex;position:relative;box-shadow:0 16px 38px #5c7cff73}.pmf-cta:hover{transform:translateY(-2px);box-shadow:0 20px 46px #5c7cff94}.pmf-cta i{font-size:1.25rem}.pmf-trust{color:#ffffff8c;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;font-family:Inter,sans-serif;font-size:.88rem;display:flex;position:relative}.pmf-trust span{align-items:center;gap:.45rem;display:inline-flex}.pmf-trust i{color:#34d399}@media (max-width:1100px){.pms-grid,.pmw-grid,.pm-process-grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.pmx-wrap{grid-template-columns:1fr}}@media (max-width:700px){.pm-hero-price{gap:1rem;width:100%;padding:1.15rem 1.35rem}.pm-hero-price-arrow{transform:rotate(90deg)}.pm-hero-price-big{font-size:2.2rem}}@media (max-width:560px){.pms-grid,.pmw-grid,.pm-process-grid--4{grid-template-columns:1fr}.pmr-side,.pmx-example{padding:1.75rem 1.35rem}.pmx-row{grid-template-columns:1fr}.pmx-row-val{grid-area:auto/1}.pmf-card{border-radius:24px;padding:2.5rem 1.35rem}.pmf-price{gap:.75rem}.pmf-price-now{font-size:2.2rem}.pmf-cta{width:100%;padding:0 1rem;font-size:.98rem}.pmf-trust{gap:.75rem 1.25rem;font-size:.82rem}}
