.pg-how *,.pg-how :before,.pg-how :after{box-sizing:border-box;margin:0;padding:0}:root{--orange:#f05a1a;--orange-hover:#d44e15;--orange-light:#f05a1a14;--orange-mid:#f05a1a24;--orange-border:#f05a1a40;--black:#141412;--white:#fafaf7;--surface:#f3f2ee;--surface-2:#edecea;--text-mid:#1414127a;--text-faint:#1414124d;--border:#14141217;--border-strong:#14141226;--font-serif:"Instrument Serif", serif;--font-sans:"Geist", sans-serif;--green:#1a783a;--green-light:#1a783a17}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;cursor:none;font-size:15px;line-height:1.6}.pg-how a,.pg-how button{cursor:none;color:inherit;text-decoration:none}#cursor{background:var(--orange);pointer-events:none;z-index:9999;border-radius:50%;width:8px;height:8px;transition:transform .1s;position:fixed;transform:translate(-50%,-50%)}#cursor-ring{pointer-events:none;z-index:9998;border:1px solid #f05a1a52;border-radius:50%;width:30px;height:30px;transition:width .25s,height .25s,border-color .2s;position:fixed;transform:translate(-50%,-50%)}.pg-how .nav{border-bottom:1px solid var(--border);background:var(--white);z-index:50;justify-content:space-between;align-items:center;padding:1.25rem 3rem;display:flex;position:sticky;top:0}.pg-how .logo{font-family:var(--font-serif);color:var(--orange);font-size:1.25rem;font-style:italic;font-weight:400}.pg-how .nav-links{align-items:center;gap:2rem;display:flex}.pg-how .nav-link{color:var(--text-mid);font-size:.84rem;transition:color .2s}.pg-how .nav-link:hover{color:var(--black)}.pg-how .nav-link.active{color:var(--black);font-weight:500}.pg-how .nav-cta{background:var(--orange);color:#fff;font-size:.82rem;font-weight:400;font-family:var(--font-sans);border:none;border-radius:5px;align-items:center;gap:.4rem;padding:.5rem 1.1rem;transition:background .2s;display:inline-flex}.pg-how .nav-cta:hover{background:var(--orange-hover)}.pg-how .nav-right{align-items:center;gap:1.5rem;display:flex}.pg-how .nav-back{color:var(--text-mid);align-items:center;gap:.4rem;font-size:.84rem;transition:color .2s;display:inline-flex}.pg-how .nav-back:hover{color:var(--black)}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.pg-how .hero{text-align:center;max-width:720px;margin:0 auto;padding:5rem 2rem 3.5rem}.pg-how .hero-eyebrow{letter-spacing:.11em;text-transform:uppercase;color:var(--orange);opacity:0;align-items:center;gap:.45rem;margin-bottom:1rem;font-size:.67rem;animation:.6s .1s forwards fadeUp;display:inline-flex}.pg-how .hero-eyebrow:before{content:"";background:var(--orange);width:12px;height:1px;display:block}.pg-how .hero-headline{font-family:var(--font-serif);letter-spacing:-.02em;opacity:0;margin-bottom:1.1rem;font-size:clamp(2rem,5vw,3.4rem);font-weight:400;line-height:1.1;animation:.6s .2s forwards fadeUp}.pg-how .hero-headline em{color:var(--orange);font-style:italic}.pg-how .hero-sub{color:var(--text-mid);opacity:0;max-width:520px;margin:0 auto;font-size:1rem;font-weight:300;line-height:1.8;animation:.6s .3s forwards fadeUp}.pg-how .hero-copy{display:none}.pg-how .hero-copy.active{display:block}.pg-how .cta-copy{z-index:2;display:none;position:relative}.pg-how .cta-copy.active{display:block}.pg-how .audience-toggle{opacity:0;justify-content:center;padding:2rem 2rem 0;animation:.6s .4s forwards fadeUp;display:flex}.pg-how .at-wrap{background:var(--surface);border:1px solid var(--border);border-radius:10px;gap:4px;padding:5px;display:flex}.pg-how .at-btn{font-size:.86rem;font-weight:400;font-family:var(--font-sans);color:var(--text-mid);background:0 0;border:none;border-radius:7px;align-items:center;gap:.5rem;padding:.65rem 2rem;transition:background .2s,color .2s,box-shadow .2s;display:flex}.pg-how .at-btn:hover{color:var(--black)}.pg-how .at-btn.active{color:var(--black);background:#fff;box-shadow:0 1px 6px #1414121a}.pg-how .at-btn.student.active{color:var(--orange)}.pg-how .view{display:none}.pg-how .view.active{display:block}.pg-how .student-view{max-width:1080px;margin:0 auto;padding:3.5rem 2rem 0}.pg-how .steps{flex-direction:column;gap:0;display:flex}.pg-how .step{border-bottom:1px solid var(--border);grid-template-columns:80px 1fr;gap:2rem;padding:3rem 0;display:grid;position:relative}.pg-how .step:last-of-type{border-bottom:none}.pg-how .step:not(:last-of-type) .step-num-wrap:after{content:"";background:linear-gradient(to bottom, var(--orange-border), var(--border));width:1px;position:absolute;top:calc(3rem + 56px);bottom:0;left:39px}.pg-how .step-num-wrap{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.pg-how .step-num{width:56px;height:56px;font-family:var(--font-serif);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.pg-how .step-num.orange{background:var(--orange);color:#fff}.pg-how .step-num.surface{background:var(--surface);color:var(--text-faint);border:1.5px solid var(--border-strong)}.pg-how .step-content{padding-top:.75rem}.pg-how .step-label{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem;font-size:.62rem}.pg-how .step-title{font-family:var(--font-serif);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.5rem;font-weight:400;line-height:1.2}.pg-how .step-title em{color:var(--orange);font-style:italic}.pg-how .step-body{color:var(--text-mid);margin-bottom:1.1rem;font-size:.92rem;font-weight:300;line-height:1.82}.pg-how .step-body strong{color:var(--black);font-weight:500}.pg-how .step-details{flex-direction:column;gap:.5rem;display:flex}.pg-how .step-detail{color:var(--text-mid);align-items:flex-start;gap:.6rem;font-size:.84rem;font-weight:300;line-height:1.55;display:flex}.pg-how .sd-dot{background:var(--orange);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:7px}.pg-how .step-visual{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:center;gap:.85rem;margin-top:1.1rem;padding:1.1rem 1.25rem;display:flex}.pg-how .sv-icon{background:var(--orange-light);width:32px;height:32px;color:var(--orange);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pg-how .sv-text{color:var(--text-mid);font-size:.8rem;font-weight:300;line-height:1.55}.pg-how .sv-text strong{color:var(--black);font-weight:500}.pg-how .time-chip{color:var(--orange);background:var(--orange-light);border:1px solid var(--orange-border);border-radius:20px;align-items:center;gap:.35rem;margin-bottom:.85rem;padding:.2rem .65rem;font-size:.7rem;display:inline-flex}.pg-how .company-view{max-width:1080px;margin:0 auto;padding:3.5rem 2rem 0}.pg-how .company-view .step-num.orange{background:var(--black)}.pg-how .company-view .step-label{color:var(--text-mid)}.pg-how .company-view .step-body strong{color:var(--black)}.pg-how .company-view .sd-dot{background:var(--black)}.pg-how .company-view .sv-icon{background:var(--surface-2);color:var(--text-mid)}.pg-how .company-view .time-chip{color:var(--text-mid);background:var(--surface);border-color:var(--border)}.pg-how .rubric-box{background:var(--black);border-radius:10px;margin-top:1.1rem;padding:1.4rem 1.5rem;position:relative;overflow:hidden}.pg-how .rubric-box:before{content:"";pointer-events:none;background:radial-gradient(circle,#f05a1a26 0%,#0000 70%);border-radius:50%;width:180px;height:180px;position:absolute;top:-50px;right:-30px}.pg-how .rb-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);z-index:2;margin-bottom:.4rem;font-size:.6rem;position:relative}.pg-how .rb-title{color:#fff;z-index:2;margin-bottom:.35rem;font-size:.88rem;font-weight:500;position:relative}.pg-how .rb-sub{color:#fff6;z-index:2;font-size:.78rem;font-weight:300;line-height:1.65;position:relative}.pg-how .bottom-sections{max-width:1080px;margin:0 auto;padding:0 2rem}.pg-how .wgl-section{border-top:1px solid var(--border);padding:4rem 0}.pg-how .wgl-header{text-align:center;margin-bottom:3rem}.pg-how .wgl-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);justify-content:center;align-items:center;gap:.4rem;margin-bottom:.85rem;font-size:.63rem;display:flex}.pg-how .wgl-eyebrow:before,.pg-how .wgl-eyebrow:after{content:"";background:var(--orange);opacity:.5;width:20px;height:1px;display:block}.pg-how .wgl-title{font-family:var(--font-serif);letter-spacing:-.01em;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;line-height:1.15}.pg-how .wgl-title em{color:var(--orange);font-style:italic}.pg-how .wgl-grid{grid-template-columns:repeat(3,1fr);gap:1.1rem;display:grid}.pg-how .wgl-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.4rem}.pg-how .wgl-card-icon{background:var(--orange-light);width:32px;height:32px;color:var(--orange);border-radius:6px;justify-content:center;align-items:center;margin-bottom:.85rem;display:flex}.pg-how .wgl-card-title{color:var(--black);margin-bottom:.35rem;font-size:.88rem;font-weight:500}.pg-how .wgl-card-body{color:var(--text-mid);font-size:.8rem;font-weight:300;line-height:1.65}.pg-how .faq-section{border-top:1px solid var(--border);padding:4rem 0}.pg-how .faq-header{margin-bottom:2rem}.pg-how .faq-title{font-family:var(--font-serif);margin-bottom:.3rem;font-size:1.6rem;font-weight:400}.pg-how .faq-sub{color:var(--text-mid);font-size:.84rem;font-weight:300}.pg-how .faq-list{flex-direction:column;gap:0;width:100%;display:none}.pg-how .faq-list.active{display:flex}.pg-how .faq-item{border-bottom:1px solid var(--border)}.pg-how .faq-item:first-child{border-top:1px solid var(--border)}.pg-how .faq-q{width:100%;color:var(--black);text-align:left;font-size:.92rem;font-weight:500;font-family:var(--font-sans);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;transition:color .2s;display:flex}.pg-how .faq-q:hover{color:var(--orange)}.pg-how .faq-icon{background:var(--surface);width:20px;height:20px;color:var(--text-faint);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;transition:transform .3s,background .2s;display:flex}.pg-how .faq-item.open .faq-icon{background:var(--orange-light);color:var(--orange);transform:rotate(45deg)}.pg-how .faq-a{max-height:0;transition:max-height .35s,padding .3s;overflow:hidden}.pg-how .faq-a-inner{color:var(--text-mid);padding-bottom:1.1rem;font-size:.88rem;font-weight:300;line-height:1.78}.pg-how .cta-section{background:var(--black);text-align:center;border-radius:14px;margin:2rem 0 4rem;padding:3.5rem;position:relative;overflow:hidden}.pg-how .cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#f05a1a24 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pg-how .cta-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);z-index:2;justify-content:center;align-items:center;gap:.4em;margin-bottom:.85rem;font-size:.63rem;display:flex;position:relative}.pg-how .cta-eyebrow:before,.pg-how .cta-eyebrow:after{content:"";background:var(--orange);opacity:.6;width:14px;height:1px;display:block}.pg-how .cta-title{font-family:var(--font-serif);color:#fff;letter-spacing:-.01em;z-index:2;margin-bottom:.5rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;line-height:1.15;position:relative}.pg-how .cta-title em{color:var(--orange);font-style:italic}.pg-how .cta-sub{color:#ffffff61;z-index:2;max-width:440px;margin:0 auto 2rem;font-size:.9rem;font-weight:300;line-height:1.72;position:relative}.pg-how .cta-buttons{z-index:2;flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;display:flex;position:relative}.pg-how .btn-primary{background:var(--orange);color:#fff;font-family:var(--font-sans);border:none;border-radius:5px;align-items:center;gap:.4rem;padding:.8rem 1.6rem;font-size:.88rem;font-weight:400;transition:background .2s,transform .15s;display:inline-flex}.pg-how .btn-primary:hover{background:var(--orange-hover);transform:translateY(-1px)}.pg-how .btn-white{color:#ffffffb3;font-family:var(--font-sans);background:#ffffff14;border:1px solid #ffffff1f;border-radius:5px;align-items:center;gap:.4rem;padding:.8rem 1.6rem;font-size:.88rem;font-weight:400;transition:background .2s,color .2s;display:inline-flex}.pg-how .btn-white:hover{color:#fff;background:#ffffff24}.pg-how .footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2.5rem 3rem;display:flex}.pg-how .footer-logo{font-family:var(--font-serif);color:var(--orange);font-size:1.1rem;font-style:italic;font-weight:400}.pg-how .footer-links{flex-wrap:wrap;gap:1.75rem;display:flex}.pg-how .footer-link{color:var(--text-faint);font-size:.8rem;transition:color .2s}.pg-how .footer-link:hover{color:var(--orange)}.pg-how .footer-copy{color:var(--text-faint);font-size:.76rem}@media (max-width:768px){.pg-how .nav{padding:1rem 1.25rem}.pg-how .nav-links{display:none}.pg-how .hero{padding:3rem 1.25rem 2rem}.pg-how .step{grid-template-columns:1fr;gap:.85rem}.pg-how .step-num-wrap{flex-direction:row;align-items:center}.pg-how .step:not(:last-of-type) .step-num-wrap:after{display:none}.pg-how .student-view,.pg-how .company-view,.pg-how .bottom-sections{padding-left:1.25rem;padding-right:1.25rem}.pg-how .wgl-grid{grid-template-columns:1fr}.pg-how .cta-section{padding:2.5rem 1.5rem}.pg-how .footer{flex-direction:column;align-items:flex-start;padding:1.75rem 1.25rem}}.pg-how .logo,.pg-how .footer-logo{color:#f05a1a!important;letter-spacing:0!important;text-transform:lowercase!important;font-family:Instrument Serif,serif!important;font-style:italic!important;font-weight:400!important}
