:root{--pgm-black: #0a0a0a;--pgm-dark: #111827;--pgm-dark-2: #1f2937;--pgm-blue: #1d4ed8;--pgm-blue-hover: #1e40af;--pgm-blue-light: #60a5fa;--pgm-white: #ffffff;--pgm-off-white: #f8fafc;--pgm-gray: #f1f5f9;--pgm-muted: #6b7280;--pgm-border: rgba(255,255,255,.08);--pgm-ease: all .28s ease;--pgm-r: 8px;--pgm-r-lg: 16px}.pgm-section{position:relative}.pgm-eyebrow{display:block;font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.4rem}.pgm-btn{display:inline-flex;align-items:center;gap:8px;padding:1.5rem 3.2rem;border-radius:50px;font-size:1.6rem;font-weight:700;letter-spacing:.01em;text-decoration:none;border:none;cursor:pointer;transition:var(--pgm-ease);white-space:nowrap}.pgm-btn--primary{background:var(--pgm-blue);color:var(--pgm-white)}.pgm-btn--primary:hover{background:var(--pgm-blue-hover);transform:translateY(-2px);box-shadow:0 8px 28px #1d4ed873;color:var(--pgm-white)}.pgm-btn--outline{background:transparent;color:var(--pgm-white);border:2px solid rgba(255,255,255,.55)}.pgm-btn--outline:hover{background:#ffffff1a;border-color:var(--pgm-white);color:var(--pgm-white)}.pgm-btn--dark{background:var(--pgm-dark);color:var(--pgm-white)}.pgm-btn--dark:hover{background:var(--pgm-blue);color:var(--pgm-white);transform:translateY(-2px)}.pgm-hero{position:relative;min-height:100svh;display:flex;align-items:center;background:var(--pgm-dark);overflow:hidden}.pgm-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.pgm-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center center}.pgm-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to right,rgba(10,14,26,.96) 0%,rgba(10,14,26,.82) 35%,rgba(10,14,26,.4) 60%,transparent 100%)}.pgm-hero__content{position:relative;z-index:2;display:flex;align-items:center;width:50%;min-height:100svh;padding:12rem 0}.pgm-hero__content-inner{width:100%;padding:0 4.8rem 0 max(4.8rem,calc((100vw - 128rem)/2 + 4.8rem))}.pgm-hero--align-left .pgm-hero__content{justify-content:flex-start}.pgm-hero--align-center .pgm-hero__content{justify-content:center}.pgm-hero--align-right .pgm-hero__content{justify-content:flex-end}.pgm-hero--align-center .pgm-hero__content-inner,.pgm-hero--align-right .pgm-hero__content-inner{text-align:center}.pgm-hero--align-right .pgm-hero__content-inner{text-align:right}.pgm-hero--align-center .pgm-hero__chip,.pgm-hero--align-center .pgm-hero__ctas,.pgm-hero--align-center .pgm-hero__trust{justify-content:center;margin-left:auto;margin-right:auto}.pgm-hero--align-right .pgm-hero__chip,.pgm-hero--align-right .pgm-hero__ctas,.pgm-hero--align-right .pgm-hero__trust{justify-content:flex-end;margin-left:auto}.pgm-hero__chip{display:inline-flex;align-items:center;gap:8px;background:#1d4ed82e;border:1px solid rgba(29,78,216,.35);color:var(--pgm-blue-light);padding:6px 16px;border-radius:50px;font-size:1.25rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2.8rem}.pgm-hero__chip-dot{width:7px;height:7px;border-radius:50%;background:var(--pgm-blue-light);animation:pgm-pulse 2s ease-in-out infinite}@keyframes pgm-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}.pgm-hero__h1{font-size:clamp(3.6rem,5vw,6.4rem);font-weight:900;line-height:1.03;letter-spacing:-.03em;color:var(--pgm-white);margin:0 0 2.4rem}.pgm-hero__h1 em{font-style:normal;color:var(--pgm-blue-light)}.pgm-hero__sub{font-size:clamp(1.6rem,1.8vw,1.9rem);line-height:1.65;color:#ffffffbf;max-width:52rem;margin:0 0 4.8rem}.pgm-hero__ctas{display:flex;gap:1.6rem;flex-wrap:wrap;align-items:center}.pgm-hero__trust{display:flex;align-items:center;gap:2rem;margin-top:5.6rem;padding-top:4.8rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.pgm-hero__trust-item{display:flex;align-items:center;gap:8px;font-size:1.4rem;color:#ffffffa6}.pgm-hero__trust-item svg{color:var(--pgm-blue-light);flex-shrink:0}.pgm-hero__trust-sep{width:4px;height:4px;border-radius:50%;background:#fff3}@media(max-width:749px){.pgm-hero{flex-direction:column;min-height:unset;align-items:stretch}.pgm-hero__bg{position:relative;inset:unset;height:66vw;min-height:26rem;max-height:50rem;flex-shrink:0}.pgm-hero__bg picture,.pgm-hero__bg picture img,.pgm-hero__bg img{height:100%;object-position:center top}.pgm-hero__overlay{background:linear-gradient(to bottom,transparent 50%,rgba(10,14,26,.5) 100%)}.pgm-hero__content{position:relative;width:100%;min-height:unset;padding:4rem 0 6.4rem;background:var(--pgm-dark)}.pgm-hero__content-inner{padding:0 2.4rem}.pgm-hero--mob-overlay{flex-direction:row;min-height:100svh;align-items:flex-end}.pgm-hero--mob-overlay .pgm-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;height:auto;max-height:none;min-height:0;flex-shrink:unset}.pgm-hero--mob-overlay .pgm-hero__bg picture img,.pgm-hero--mob-overlay .pgm-hero__bg img{object-position:center 35%}.pgm-hero--mob-overlay .pgm-hero__overlay{background:linear-gradient(to bottom,#000000de,#000000e6 50%,#0a0e1af7 80%,#0a0e1a)}.pgm-hero--mob-overlay .pgm-hero__content{background:none;padding:5.6rem 0 7.2rem}.pgm-hero--mob-overlay .pgm-hero__content-inner{text-align:center}.pgm-hero--mob-overlay .pgm-hero__chip{margin-left:auto;margin-right:auto}.pgm-hero--mob-overlay .pgm-hero__ctas,.pgm-hero--mob-overlay .pgm-hero__trust{justify-content:center}.pgm-hero--mob-overlay.pgm-hero--mobile-top{align-items:flex-start;padding-top:10rem}.pgm-hero--mob-overlay.pgm-hero--mobile-middle{align-items:center}.pgm-hero--mob-overlay.pgm-hero--mobile-bottom{align-items:flex-end}}.pgm-bar{background:#080808;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);padding:2.8rem 2rem}.pgm-bar__inner{max-width:128rem;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:4.8rem;flex-wrap:wrap}.pgm-bar__label{color:#ffffff4d;font-size:1.15rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;flex-basis:100%;text-align:center;margin-bottom:.4rem}.pgm-bar__item{display:flex;align-items:center;gap:1.2rem;text-decoration:none;transition:var(--pgm-ease)}.pgm-bar__item:hover{transform:translateY(-3px)}.pgm-bar__icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pgm-bar__icon--ig{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.pgm-bar__icon--tt{background:#010101;border:1px solid #2a2a2a}.pgm-bar__icon--yt{background:red}.pgm-bar__icon--fb{background:#1877f2}.pgm-bar__icon svg{width:22px;height:22px;fill:#fff}.pgm-bar__count{font-size:2.2rem;font-weight:900;color:#fff;line-height:1;display:block}.pgm-bar__name{font-size:1.2rem;color:#ffffff73;margin-top:2px;display:block}@media(max-width:749px){.pgm-bar__inner{gap:2.4rem}.pgm-bar__count{font-size:1.8rem}.pgm-bar__icon{width:36px;height:36px;border-radius:10px}}.pgm-about{background:var(--pgm-off-white);padding:10rem 2rem}.pgm-about__inner{max-width:128rem;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}.pgm-about__media{position:relative}.pgm-about__img-wrap{border-radius:var(--pgm-r-lg);overflow:hidden;position:relative}.pgm-about__img-wrap img{width:100%;height:580px;object-fit:cover;display:block}.pgm-about__img-placeholder{width:100%;height:580px;background:linear-gradient(135deg,#1d4ed820,#111827);display:flex;align-items:center;justify-content:center;color:#ffffff1a;font-size:8rem}.pgm-about__cred-badge{position:absolute;bottom:2.4rem;left:2.4rem;background:var(--pgm-blue);color:#fff;padding:1.4rem 2rem;border-radius:var(--pgm-r);max-width:220px;box-shadow:0 8px 32px #1d4ed866}.pgm-about__cred-title{font-weight:800;font-size:1.4rem;line-height:1.3}.pgm-about__cred-sub{font-size:1.2rem;opacity:.8;margin-top:3px}.pgm-about__eyebrow{color:var(--pgm-blue)}.pgm-about__h2{font-size:clamp(2.8rem,4vw,4.2rem);font-weight:900;letter-spacing:-.03em;line-height:1.1;color:var(--pgm-dark);margin:0 0 2.4rem}.pgm-about__body{font-size:1.7rem;line-height:1.8;color:#374151;margin:0 0 3.2rem}.pgm-about__body p{margin:0 0 1.6rem}.pgm-about__body p:last-child{margin:0}.pgm-about__cred-row{display:flex;align-items:center;gap:1.4rem;padding:1.8rem 2rem;background:#fff;border:1px solid #e5e7eb;border-radius:var(--pgm-r);margin-bottom:3.2rem}.pgm-about__cred-icon{width:48px;height:48px;background:#1d4ed814;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--pgm-blue)}.pgm-about__cred-label{font-weight:700;font-size:1.5rem;color:var(--pgm-dark)}.pgm-about__cred-desc{font-size:1.3rem;color:var(--pgm-muted)}@media(max-width:989px){.pgm-about__inner{grid-template-columns:1fr;gap:4.8rem}.pgm-about__img-wrap img,.pgm-about__img-placeholder{height:400px}}@media(max-width:749px){.pgm-about{padding:6rem 2rem}.pgm-about__img-wrap img,.pgm-about__img-placeholder{height:280px}}.pgm-mem{background:var(--pgm-dark);padding:10rem 2rem;position:relative;overflow:hidden}.pgm-mem:before{content:"";position:absolute;top:-250px;right:-250px;width:700px;height:700px;background:radial-gradient(circle,rgba(29,78,216,.14) 0%,transparent 70%);pointer-events:none}.pgm-mem__inner{max-width:128rem;margin:0 auto}.pgm-mem__header{text-align:center;margin-bottom:6.4rem}.pgm-mem__eyebrow{color:var(--pgm-blue-light)}.pgm-mem__h2{font-size:clamp(2.8rem,4.5vw,4.8rem);font-weight:900;letter-spacing:-.03em;line-height:1.08;color:#fff;margin:0 0 1.8rem}.pgm-mem__sub{font-size:1.8rem;color:#fff9;max-width:58rem;margin:0 auto;line-height:1.65}.pgm-mem__features{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem;margin-bottom:5.6rem}.pgm-mem__feature{background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:var(--pgm-r-lg);padding:3.2rem 2.8rem;transition:var(--pgm-ease)}.pgm-mem__feature:hover{background:#1d4ed829;border-color:#1d4ed866;transform:translateY(-4px)}.pgm-mem__feat-icon{width:64px;height:64px;margin-bottom:2.4rem;display:flex;align-items:center;justify-content:center}.pgm-mem__feat-icon svg{width:52px;height:52px;filter:drop-shadow(0 0 18px rgba(96,165,250,.55))}.pgm-mem__feat-title{font-size:1.8rem;font-weight:800;color:#fff;margin:0 0 1rem}.pgm-mem__feat-desc{font-size:1.5rem;color:#ffffff8c;line-height:1.65}.pgm-mem__cta-panel{background:#1d4ed81f;border:1px solid rgba(29,78,216,.28);border-radius:var(--pgm-r-lg);padding:4.8rem;display:flex;align-items:center;justify-content:space-between;gap:4rem;flex-wrap:wrap}.pgm-mem__cta-copy{flex:1}.pgm-mem__cta-heading{font-size:2.4rem;font-weight:800;color:#fff;line-height:1.3;margin:0 0 1.4rem}.pgm-mem__cta-heading span{color:var(--pgm-blue-light)}.pgm-mem__badges{display:flex;gap:1rem;flex-wrap:wrap}.pgm-mem__badge{display:inline-flex;align-items:center;gap:6px;background:#ffffff14;color:#ffffffb3;padding:6px 14px;border-radius:50px;font-size:1.3rem;font-weight:500}.pgm-mem__cta-actions{flex-shrink:0;display:flex;flex-direction:column;gap:1.6rem;align-items:flex-start}.pgm-mem__app-badges{display:flex;gap:1.2rem;flex-wrap:wrap}.pgm-mem__app-badge svg{height:40px;width:auto;display:block;border-radius:6px}.pgm-mem__app-badge:hover svg{opacity:.85}@media(max-width:989px){.pgm-mem__features{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.pgm-mem{padding:6rem 2rem}.pgm-mem__features{grid-template-columns:1fr}.pgm-mem__cta-panel{padding:3.2rem 2.4rem;text-align:center;justify-content:center}.pgm-mem__cta-actions{width:100%;display:flex;justify-content:center}}.pgm-testi{background:#0a0e1a;padding:10rem 2rem;position:relative;overflow:hidden}.pgm-testi:before{content:"";position:absolute;top:-20rem;left:50%;transform:translate(-50%);width:80rem;height:40rem;background:radial-gradient(ellipse,rgba(59,156,216,.12) 0%,transparent 70%);pointer-events:none}.pgm-testi__inner{max-width:128rem;margin:0 auto;position:relative}.pgm-testi__header{text-align:center;margin-bottom:2rem}.pgm-testi__eyebrow{color:var(--pgm-blue-light)}.pgm-testi__h2{font-size:clamp(2.8rem,4vw,4.8rem);font-weight:900;letter-spacing:-.03em;color:#fff;margin:0}.pgm-testi__trust-bar{display:flex;justify-content:center;align-items:center;gap:1.6rem;flex-wrap:wrap;margin-bottom:5.6rem;font-size:1.4rem;font-weight:600;color:#ffffff73;letter-spacing:.02em}.pgm-testi__trust-star{color:#f59e0b}.pgm-testi__trust-divider{opacity:.3}.pgm-testi__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.pgm-testi__card{background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:3.2rem;display:flex;flex-direction:column;gap:2rem;position:relative;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.pgm-testi__card:before{content:"\201c";position:absolute;top:1.6rem;right:2.4rem;font-size:9rem;line-height:1;color:#3b9cd81f;font-family:Georgia,serif;pointer-events:none;-webkit-user-select:none;user-select:none}.pgm-testi__card:hover{transform:translateY(-6px);border-color:#3b9cd859;box-shadow:0 24px 60px #0006,0 0 0 1px #3b9cd826}.pgm-testi__card:first-child{background:#3b9cd812;border-color:#3b9cd84d;box-shadow:0 0 60px #3b9cd814}.pgm-testi__result{display:inline-flex;align-items:center;gap:.6rem;background:#3b9cd826;border:1px solid rgba(59,156,216,.3);color:#60c4f4;padding:.5rem 1.4rem;border-radius:50px;font-size:1.2rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;width:fit-content}.pgm-testi__result-dot{width:6px;height:6px;border-radius:50%;background:#60c4f4;box-shadow:0 0 6px #60c4f4;flex-shrink:0}.pgm-testi__stars{color:#f59e0b;font-size:1.6rem;letter-spacing:2px}.pgm-testi__quote{font-size:1.65rem;line-height:1.75;color:#ffffffd1;flex:1;margin:0;font-style:italic}.pgm-testi__footer{display:flex;align-items:center;gap:1.4rem;border-top:1px solid rgba(255,255,255,.08);padding-top:2rem;margin-top:auto}.pgm-testi__avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--pgm-blue),#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:1.7rem;flex-shrink:0;box-shadow:0 0 0 3px #3b9cd840,0 0 0 6px #3b9cd814}.pgm-testi__name{font-weight:700;font-size:1.5rem;color:#fff}.pgm-testi__detail{font-size:1.3rem;color:#ffffff61;margin-top:2px}@media(max-width:989px){.pgm-testi__grid{grid-template-columns:1fr 1fr}}@media(max-width:749px){.pgm-testi{padding:6rem 2rem}.pgm-testi__grid{grid-template-columns:1fr}}.pgm-quiz{position:relative;min-height:70rem;display:flex;align-items:center;background:var(--pgm-dark);overflow:hidden}.pgm-quiz__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.pgm-quiz__bg img{width:100%;height:100%;object-fit:cover;object-position:center center}.pgm-quiz__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to right,rgba(15,30,60,.97) 0%,rgba(15,30,60,.88) 35%,rgba(15,30,60,.5) 60%,rgba(15,30,60,.1) 85%,transparent 100%)}.pgm-quiz__content{position:relative;z-index:2;width:50%;min-height:70rem;display:flex;align-items:center;padding:10rem 0}.pgm-quiz--align-left .pgm-quiz__content{justify-content:flex-start}.pgm-quiz--align-center .pgm-quiz__content{justify-content:center}.pgm-quiz--align-right .pgm-quiz__content{justify-content:flex-end}.pgm-quiz__inner{width:100%;max-width:64rem;padding:0 4.8rem;position:relative;z-index:1}.pgm-quiz__h2{font-size:clamp(2.8rem,4.5vw,4.4rem);font-weight:900;letter-spacing:-.03em;line-height:1.12;color:#fff;margin:0 0 1.6rem}.pgm-quiz__sub{font-size:1.8rem;color:#fffc;line-height:1.65;margin:0 0 4rem}.pgm-quiz__perks{display:flex;flex-direction:column;gap:1.6rem;margin-bottom:4rem}.pgm-quiz__perk{display:flex;align-items:center;gap:8px;color:#ffffffe6;font-size:1.5rem;font-weight:500}.pgm-quiz__check{width:20px;height:20px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:1.2rem}.pgm-quiz__form{display:flex;gap:1.2rem;flex-wrap:wrap}.pgm-quiz__input{flex:1;min-width:240px;padding:1.6rem 2.4rem;border-radius:50px;border:2px solid rgba(255,255,255,.28);background:#ffffff1f;color:#fff;font-size:1.6rem;outline:none;transition:var(--pgm-ease)}.pgm-quiz__input::placeholder{color:#ffffff80}.pgm-quiz__input:focus{border-color:#ffffffb3;background:#ffffff2e}.pgm-quiz__submit{background:#fff;color:var(--pgm-blue);padding:1.6rem 3.2rem;border-radius:50px;font-size:1.6rem;font-weight:800;border:none;cursor:pointer;white-space:nowrap;transition:var(--pgm-ease)}.pgm-quiz__submit:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000040}.pgm-quiz__note{font-size:1.3rem;color:#ffffff80;margin-top:1.6rem}@media(max-width:749px){.pgm-quiz{flex-direction:column;min-height:unset;align-items:stretch}.pgm-quiz__bg{position:relative;inset:unset;height:66vw;min-height:26rem;max-height:50rem;flex-shrink:0}.pgm-quiz__bg picture,.pgm-quiz__bg picture img,.pgm-quiz__bg img{height:100%;object-position:center top}.pgm-quiz__overlay{background:linear-gradient(to bottom,transparent 50%,rgba(15,30,60,.5) 100%)}.pgm-quiz__content{position:relative;width:100%;min-height:unset;padding:4rem 0 6.4rem;background:linear-gradient(135deg,#0f1e3c,#1a2d5a)}.pgm-quiz__inner{padding:0 2.4rem}.pgm-quiz__form{flex-direction:column}.pgm-quiz__input,.pgm-quiz__submit{width:100%;min-width:0}.pgm-quiz__perks{gap:1.6rem;flex-direction:column}.pgm-quiz--mob-overlay{flex-direction:row;min-height:100svh;align-items:flex-end}.pgm-quiz--mob-overlay .pgm-quiz__bg{position:absolute;top:0;right:0;bottom:0;left:0;height:auto;max-height:none;min-height:0;flex-shrink:unset}.pgm-quiz--mob-overlay .pgm-quiz__bg picture img,.pgm-quiz--mob-overlay .pgm-quiz__bg img{object-position:center top}.pgm-quiz--mob-overlay .pgm-quiz__overlay{background:linear-gradient(to bottom,#000000b8,#000000c7 50%,#0f1e3cf5 80%,#0f1e3c)}.pgm-quiz--mob-overlay .pgm-quiz__content{background:none;padding:5.6rem 0 7.2rem}.pgm-quiz--mob-overlay .pgm-quiz__inner{text-align:center}.pgm-quiz--mob-overlay .pgm-quiz__perks{align-items:center}.pgm-quiz--mob-overlay.pgm-quiz--mobile-top{align-items:flex-start;padding-top:10rem}.pgm-quiz--mob-overlay.pgm-quiz--mobile-middle{align-items:center}.pgm-quiz--mob-overlay.pgm-quiz--mobile-bottom{align-items:flex-end}}.pgm-qm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.pgm-qm[hidden]{display:none}.pgm-qm__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pgm-qm__box{position:relative;z-index:1;background:#0f172a;border:1px solid rgba(255,255,255,.1);border-radius:2rem;width:min(94vw,560px);max-height:90vh;overflow-y:auto;padding:4rem;box-shadow:0 32px 80px #0009}.pgm-qm__close{position:absolute;top:2rem;right:2rem;background:#ffffff14;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff9;cursor:pointer;transition:background .2s,color .2s}.pgm-qm__close:hover{background:#ffffff29;color:#fff}.pgm-qm__progress-wrap{height:4px;background:#ffffff1a;border-radius:2px;margin-bottom:1.2rem;overflow:hidden}.pgm-qm__progress-bar{height:100%;background:var(--pgm-blue);border-radius:2px;width:0;transition:width .4s cubic-bezier(.4,0,.2,1)}.pgm-qm__step-label{font-size:1.2rem;font-weight:600;color:#fff6;letter-spacing:.08em;text-transform:uppercase;margin:0 0 2.8rem}.pgm-qm__q{font-size:clamp(2rem,3vw,2.6rem);font-weight:800;color:#fff;line-height:1.25;margin:0 0 2.8rem}.pgm-qm__options{display:flex;flex-direction:column;gap:1.2rem}.pgm-qm__opt{background:#ffffff0f;border:1.5px solid rgba(255,255,255,.12);color:#ffffffd9;border-radius:1rem;padding:1.6rem 2.4rem;font-size:1.6rem;font-weight:500;text-align:left;cursor:pointer;transition:background .18s,border-color .18s,transform .18s}.pgm-qm__opt:hover{background:#3b9cd82e;border-color:var(--pgm-blue);color:#fff;transform:translate(4px)}.pgm-qm__opt--selected{background:#3b9cd852!important;border-color:var(--pgm-blue)!important;color:#fff!important}.pgm-qm__screen--calculating{display:flex;flex-direction:column;align-items:center;gap:2.4rem;padding:4rem 0}.pgm-qm__spinner{width:56px;height:56px;border:4px solid rgba(255,255,255,.1);border-top-color:var(--pgm-blue);border-radius:50%;animation:pgm-spin .9s linear infinite}@keyframes pgm-spin{to{transform:rotate(360deg)}}.pgm-qm__calculating-text{font-size:1.8rem;color:#ffffffb3;font-weight:500;margin:0}.pgm-qm__screen--results{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.pgm-qm__score-ring{position:relative;margin-bottom:2.4rem}.pgm-qm__score-arc{transition:stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1)}.pgm-qm__score-num{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:3.2rem;font-weight:900;color:#fff}.pgm-qm__result-headline{font-size:clamp(2rem,3.5vw,2.6rem);font-weight:800;color:#fff;margin:0 0 1.6rem;line-height:1.25}.pgm-qm__result-body{font-size:1.6rem;color:#ffffffbf;line-height:1.7;margin:0 0 3.2rem}.pgm-qm__result-cta{width:100%;justify-content:center;font-size:1.7rem;padding:1.8rem 3.2rem;margin-bottom:1.6rem}.pgm-qm__result-note{font-size:1.3rem;color:#fff6;margin:0}@media(max-width:600px){.pgm-qm__box{padding:3.2rem 2.4rem}}.pgm-products{background:var(--pgm-gray);padding:10rem 2rem}.pgm-products__inner{max-width:128rem;margin:0 auto}.pgm-products__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:4.8rem;gap:2rem;flex-wrap:wrap}.pgm-products__eyebrow{color:var(--pgm-blue)}.pgm-products__h2{font-size:clamp(2.4rem,3.5vw,3.6rem);font-weight:900;letter-spacing:-.03em;color:var(--pgm-dark);margin:0}.pgm-products__viewall{color:var(--pgm-blue);font-weight:700;font-size:1.5rem;text-decoration:none;white-space:nowrap;display:flex;align-items:center;gap:6px;transition:var(--pgm-ease)}.pgm-products__viewall:hover{gap:10px}.pgm-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem}.pgm-prod-card{background:#fff;border-radius:var(--pgm-r-lg);border:1px solid #e5e7eb;overflow:hidden;transition:var(--pgm-ease);display:block;text-decoration:none;color:inherit}.pgm-prod-card:hover{transform:translateY(-4px);box-shadow:0 16px 52px #0000001a}.pgm-prod-card__img{aspect-ratio:4/3;background:var(--pgm-gray);overflow:hidden}.pgm-prod-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.pgm-prod-card:hover .pgm-prod-card__img img{transform:scale(1.06)}.pgm-prod-card__body{padding:2.4rem}.pgm-prod-card__title{font-size:1.8rem;font-weight:800;color:var(--pgm-dark);margin:0 0 .8rem}.pgm-prod-card__desc{font-size:1.4rem;color:var(--pgm-muted);line-height:1.55;margin:0 0 2rem}.pgm-prod-card__foot{display:flex;align-items:center;justify-content:space-between}.pgm-prod-card__price{font-size:2rem;font-weight:900;color:var(--pgm-dark)}.pgm-prod-card__cta{background:var(--pgm-blue);color:#fff;padding:10px 20px;border-radius:50px;font-size:1.4rem;font-weight:700;text-decoration:none;transition:var(--pgm-ease)}.pgm-prod-card__cta:hover{background:var(--pgm-blue-hover);color:#fff}.pgm-products__ship{text-align:center;margin-top:2.4rem;font-size:1.4rem;color:var(--pgm-muted);display:flex;align-items:center;justify-content:center;gap:8px}@media(max-width:989px){.pgm-products__grid{grid-template-columns:1fr 1fr}}@media(max-width:749px){.pgm-products{padding:6rem 2rem}.pgm-products__grid{grid-template-columns:1fr}}.pgm-tips{background:#0d1117;padding:10rem 2rem}.pgm-tips__inner{max-width:128rem;margin:0 auto}.pgm-tips__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3.2rem;gap:2.4rem;flex-wrap:wrap}.pgm-tips__eyebrow{color:var(--pgm-blue-light)}.pgm-tips__h2{font-size:clamp(2.4rem,3.5vw,3.6rem);font-weight:900;letter-spacing:-.03em;color:#fff;margin:0}.pgm-tips__header-sub{font-size:1.6rem;color:#ffffff73;max-width:32rem;text-align:right;line-height:1.5}.pgm-tips__stats{display:flex;align-items:center;gap:1.6rem;margin-bottom:4.8rem;flex-wrap:wrap}.pgm-tips__stat{display:flex;align-items:center;gap:.8rem;font-size:1.45rem;color:#ffffff80;font-weight:600}.pgm-tips__stat svg{color:var(--pgm-blue-light);flex-shrink:0}.pgm-tips__stat strong{color:#fff}.pgm-tips__stat-sep{width:4px;height:4px;border-radius:50%;background:#ffffff26;flex-shrink:0}.pgm-tips__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.pgm-tip{background:#151b27;border:1px solid rgba(255,255,255,.07);border-radius:var(--pgm-r-lg);overflow:hidden;transition:var(--pgm-ease);display:flex;flex-direction:column}.pgm-tip:hover{border-color:#1d4ed88c;transform:translateY(-4px);box-shadow:0 12px 40px #00000059}.pgm-tip__thumb{position:relative;height:14rem;overflow:hidden;display:flex;align-items:flex-end;padding:1.6rem}.pgm-tip__thumb--1{background:linear-gradient(135deg,#1d4ed8,#7c3aed)}.pgm-tip__thumb--2{background:linear-gradient(135deg,#0891b2,#1d4ed8)}.pgm-tip__thumb--3{background:linear-gradient(135deg,#059669,#0891b2)}.pgm-tip__thumb--4{background:linear-gradient(135deg,#d97706,#dc2626)}.pgm-tip__thumb--5{background:linear-gradient(135deg,#7c3aed,#db2777)}.pgm-tip__thumb--6{background:linear-gradient(135deg,#dc2626,#d97706)}.pgm-tip__thumb--has-image{background:none}.pgm-tip__thumb-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.pgm-tip__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:#ffffff2e;border:2px solid rgba(255,255,255,.45);display:flex;align-items:center;justify-content:center;transition:var(--pgm-ease)}.pgm-tip:hover .pgm-tip__play-icon{background:#ffffff47;border-color:#fffc;transform:translate(-50%,-50%) scale(1.1)}.pgm-tip__play-icon svg{width:20px;height:20px;margin-left:2px}.pgm-tip__cat{display:inline-flex;align-items:center;background:#00000073;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 12px;border-radius:50px;font-size:1.15rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.pgm-tip__card-body{padding:2.4rem;flex:1;display:flex;flex-direction:column;gap:1rem}.pgm-tip__num{display:none}.pgm-tip__title{font-size:1.8rem;font-weight:800;color:#fff;margin:0}.pgm-tip__desc{font-size:1.45rem;line-height:1.65;color:#ffffff80;flex:1}.pgm-tips__cta{text-align:center;margin-top:5.6rem;display:flex;flex-direction:column;align-items:center;gap:1.4rem}.pgm-tips__cta-note{font-size:1.4rem;color:#ffffff59;font-weight:600}@media(max-width:989px){.pgm-tips__grid{grid-template-columns:1fr 1fr}}@media(max-width:749px){.pgm-tips{padding:6rem 2rem}.pgm-tips__grid{grid-template-columns:1fr}.pgm-tips__header{flex-direction:column;align-items:flex-start}.pgm-tips__header-sub{text-align:left}}.pgm-collab{background:var(--pgm-dark-2);padding:10rem 2rem}.pgm-collab__inner{max-width:128rem;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}.pgm-collab__eyebrow{color:var(--pgm-blue-light)}.pgm-collab__h2{font-size:clamp(2.8rem,3.5vw,3.8rem);font-weight:900;letter-spacing:-.03em;line-height:1.15;color:#fff;margin:0 0 1.8rem}.pgm-collab__body{font-size:1.7rem;color:#ffffffa6;line-height:1.75;margin:0 0 3.2rem}.pgm-collab__stats{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}.pgm-collab__stat{padding:2rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:var(--pgm-r);text-align:center}.pgm-collab__stat-n{font-size:2.6rem;font-weight:900;color:var(--pgm-blue-light);display:block;line-height:1;margin-bottom:4px}.pgm-collab__stat-label{font-size:1.25rem;color:#ffffff73}.pgm-collab__form-heading{font-size:2rem;font-weight:800;color:#fff;margin:0 0 2.4rem}.pgm-collab__field{margin-bottom:1.6rem}.pgm-collab__label{display:block;font-size:1.3rem;font-weight:600;color:#fff9;margin-bottom:.6rem}.pgm-collab__input,.pgm-collab__textarea,.pgm-collab__select{width:100%;padding:1.4rem 1.8rem;border-radius:var(--pgm-r);border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;font-size:1.5rem;outline:none;transition:var(--pgm-ease);font-family:inherit}.pgm-collab__input::placeholder,.pgm-collab__textarea::placeholder{color:#ffffff59}.pgm-collab__input:focus,.pgm-collab__textarea:focus,.pgm-collab__select:focus{border-color:#1d4ed899;background:#1d4ed81a}.pgm-collab__textarea{resize:vertical;min-height:110px}.pgm-collab__select option{background:var(--pgm-dark)}.pgm-collab__row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}@media(max-width:989px){.pgm-collab__inner{grid-template-columns:1fr;gap:5.6rem}}@media(max-width:749px){.pgm-collab{padding:6rem 2rem}.pgm-collab__row{grid-template-columns:1fr}.pgm-collab__stats{grid-template-columns:1fr 1fr}}.pgm-ig{background:#050505;padding:10rem 2rem}.pgm-ig__inner{max-width:128rem;margin:0 auto}.pgm-ig__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3.6rem;gap:2rem;flex-wrap:wrap}.pgm-ig__eyebrow{color:#ffffff59}.pgm-ig__h2{font-size:clamp(2.2rem,3vw,3rem);font-weight:900;letter-spacing:-.03em;color:#fff;margin:0}.pgm-ig__follow{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;padding:1.2rem 2.4rem;border-radius:50px;font-weight:700;font-size:1.5rem;text-decoration:none;transition:var(--pgm-ease)}.pgm-ig__follow:hover{opacity:.88;transform:translateY(-2px);color:#fff}.pgm-ig__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.pgm-ig__cell{aspect-ratio:1;overflow:hidden;position:relative;background:#ffffff0a;border-radius:4px}.pgm-ig__cell img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.pgm-ig__cell:hover img{transform:scale(1.08)}.pgm-ig__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000006b;display:flex;align-items:center;justify-content:center;gap:2.4rem;opacity:0;transition:opacity .22s ease}.pgm-ig__cell:hover .pgm-ig__overlay{opacity:1}.pgm-ig__overlay-stat{display:flex;align-items:center;gap:7px;color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:.01em}.pgm-ig__overlay-stat svg{width:22px;height:22px;fill:#fff;flex-shrink:0}.pgm-ig__reel-badge{position:absolute;top:8px;right:8px;pointer-events:none}.pgm-ig__reel-badge svg{width:22px;height:22px;fill:#fff;filter:drop-shadow(0 1px 3px rgba(0,0,0,.6))}.pgm-ig__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1d4ed81f,#111827e6);display:flex;align-items:center;justify-content:center;color:#ffffff1a;font-size:2.8rem}.pgm-ig__platforms{display:flex;align-items:center;justify-content:center;gap:1.6rem;margin-top:4.8rem;flex-wrap:wrap}.pgm-ig__platform{display:inline-flex;align-items:center;gap:10px;padding:1.1rem 2.2rem;border-radius:50px;border:1px solid rgba(255,255,255,.12);color:#ffffffbf;font-size:1.4rem;font-weight:600;text-decoration:none;transition:var(--pgm-ease)}.pgm-ig__platform:hover{background:#ffffff12;border-color:#ffffff40;color:#fff}.pgm-ig__platform svg{width:18px;height:18px;fill:currentColor;flex-shrink:0}@media(max-width:989px){.pgm-ig__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:749px){.pgm-ig{padding:6rem 2rem}.pgm-ig__grid{grid-template-columns:repeat(3,1fr)}.pgm-ig__platforms{gap:1rem}}.pgm-sticky{display:none}@media(max-width:749px){.pgm-sticky{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:1000;background:var(--pgm-dark);border-top:1px solid rgba(255,255,255,.1);padding:1.2rem 1.6rem;gap:1.2rem;align-items:center;box-shadow:0 -8px 32px #00000073}.pgm-sticky__text{flex:1}.pgm-sticky__text strong{display:block;font-size:1.4rem;color:#fff;font-weight:800}.pgm-sticky__text span{font-size:1.2rem;color:#ffffff8c}.pgm-sticky__btn{flex-shrink:0;background:var(--pgm-blue);color:#fff;padding:1.2rem 2rem;border-radius:50px;font-size:1.4rem;font-weight:800;text-decoration:none;white-space:nowrap;transition:var(--pgm-ease)}.pgm-sticky__btn:hover{background:var(--pgm-blue-hover);color:#fff}body.pgm-has-sticky{padding-bottom:72px}}.pgm-vmodal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:center;justify-content:center;padding:2rem}.pgm-vmodal[hidden]{display:none}.pgm-vmodal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000e0;cursor:pointer}.pgm-vmodal__dialog{position:relative;z-index:1;width:100%;max-width:96rem;background:#000;border-radius:var(--pgm-r-lg);overflow:hidden;box-shadow:0 32px 96px #000000b3}.pgm-vmodal__close{position:absolute;top:1.2rem;right:1.2rem;z-index:2;width:40px;height:40px;background:#0000008c;border:none;cursor:pointer;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s}.pgm-vmodal__close:hover{background:#ffffff26}.pgm-vmodal__video-wrap{position:relative;padding-bottom:56.25%}.pgm-vmodal__embed{position:absolute;top:0;right:0;bottom:0;left:0}.pgm-vmodal__embed iframe{width:100%;height:100%;border:none;display:block}body.pgm-modal-open{overflow:hidden}.pgm-hero__watch-btn{background:transparent;color:var(--pgm-white);border:2px solid rgba(255,255,255,.55)}.pgm-hero__watch-btn:hover{background:#ffffff1a;border-color:var(--pgm-white);color:var(--pgm-white)}.pgm-hero__play-ring{width:28px;height:28px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pgm-about__stats{display:flex;gap:2.4rem;margin-bottom:3.2rem;flex-wrap:wrap}.pgm-about__stat{text-align:center;flex:1;min-width:9rem}.pgm-about__stat-n{display:block;font-size:3.2rem;font-weight:900;color:var(--pgm-blue);line-height:1;margin-bottom:.4rem}.pgm-about__stat-l{font-size:1.3rem;color:var(--pgm-muted);font-weight:600}.pgm-about__celeb{max-width:128rem;margin:4.8rem auto 0;padding:4rem 2rem 0;border-top:1px solid #e5e7eb}.pgm-about__celeb-label{font-size:1.25rem;font-weight:700;color:var(--pgm-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;text-align:center}.pgm-about__celeb-strip{display:flex;gap:2.4rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.8rem;scrollbar-width:none;justify-content:center;flex-wrap:wrap}.pgm-about__celeb-strip::-webkit-scrollbar{display:none}.pgm-about__celeb-item{flex-shrink:0;scroll-snap-align:start;width:10rem;display:flex;flex-direction:column;align-items:center;gap:.8rem;text-align:center}.pgm-about__celeb-item img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--pgm-blue);box-shadow:0 0 0 2px #fff,0 4px 16px #1d4ed840}.pgm-about__celeb-placeholder{width:80px;height:80px;border-radius:50%;background:var(--pgm-gray);border:3px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:2.4rem;font-weight:900;color:#9ca3af}.pgm-about__celeb-name{font-size:1.2rem;font-weight:700;color:var(--pgm-muted);line-height:1.3}.pgm-collab__celeb-note{font-size:1.5rem;color:#ffffff80;line-height:1.7;margin-top:2rem;padding:1.6rem 2rem;border-left:3px solid rgba(29,78,216,.5);background:#1d4ed812;border-radius:0 var(--pgm-r) var(--pgm-r) 0}.pgm-collab__stats{grid-template-columns:repeat(3,1fr)}@media(max-width:749px){.pgm-collab__stats{grid-template-columns:1fr 1fr}}.pgm-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/22/assets/pgm-homepage.css.map */
