.wl-page{--navy:#21384d;--navy-dark:#1a2d3e;--navy-light:#2a4560;--gold:#d3a952;--gold-bright:#e4be6a;--gold-muted:#b8934a;--cream:#faf8f5;--cream-dark:#f0ebe3;--white:#fff;--text-light:#ffffffd9;--text-muted:#fff9;--body-text:#4a5568;color:var(--navy);background:var(--cream);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;font-size:16px;line-height:1.6}.wl-page *,.wl-page :before,.wl-page :after{box-sizing:border-box}.wl-page h1,.wl-page h2,.wl-page h3,.wl-page h4{letter-spacing:-.02em;margin:0;font-family:Cormorant Garamond,serif;font-weight:400;line-height:1.1}.wl-page p{margin:0}.wl-container{max-width:1200px;margin:0 auto;padding:0 32px}.wl-header{background:var(--white);z-index:100;border-bottom:1px solid #21384d14;padding:18px 0;position:sticky;top:0}.wl-header-inner{justify-content:space-between;align-items:center;display:flex}.wl-header-logo{width:auto;height:46px}.wl-header-phone{color:var(--navy);align-items:center;gap:10px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.wl-header-phone:hover{color:var(--gold-muted)}.wl-header-phone svg{width:18px;height:18px;color:var(--gold);flex-shrink:0}.wl-hero{background:var(--cream);padding:72px 0 80px;position:relative;overflow:hidden}.wl-hero:before{content:"";background:linear-gradient(135deg, var(--cream) 0%, var(--cream-dark) 100%);pointer-events:none;width:45%;height:100%;position:absolute;top:0;right:0}.wl-hero:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.wl-hero-inner{z-index:2;grid-template-columns:1fr 440px;align-items:start;gap:64px;display:grid;position:relative}.wl-hero-copy{padding-top:0}.wl-hero-video-wrap{cursor:pointer;background:#ffffffb3;border:1px solid #d3a95233;border-radius:6px;max-width:560px;margin:0 0 28px;position:relative;overflow:hidden;box-shadow:0 16px 40px #21384d1f}.wl-hero-video{aspect-ratio:16/9;background:#000;width:100%;display:block}.wl-hero-video-play{width:60px;height:60px;color:var(--white);pointer-events:none;background:#1a2d3ec2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,background .2s,opacity .2s;display:flex;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 10px 28px #00000047}.wl-hero-video-play svg{width:18px;height:18px;margin-left:3px}.wl-hero-video-wrap:hover .wl-hero-video-play{background:#1a2d3ee0;transform:translate(-50%,-50%)scale(1.04)}.wl-hero-video-wrap.is-playing .wl-hero-video-play{opacity:0}.wl-hero h1{color:var(--navy);margin-bottom:18px;font-size:clamp(2.1rem,3.8vw,3.1rem);font-weight:400;line-height:1.05}.wl-hero h1 em{color:var(--gold-muted);font-style:italic}.wl-hero-subhead{color:var(--navy-light);max-width:520px;margin-bottom:40px;font-size:1.0625rem;line-height:1.7}.wl-stats{border-bottom:1px solid #21384d1a;flex-wrap:wrap;gap:32px;margin-bottom:40px;padding-bottom:40px;display:flex}.wl-stat{flex-direction:column;display:flex}.wl-stat-value{color:var(--navy);font-family:Cormorant Garamond,serif;font-size:2.25rem;font-weight:500;line-height:1}.wl-stat-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-muted);margin-top:4px;font-size:.75rem;font-weight:500}.wl-form-card{background:var(--white);border:1px solid #21384d0f;border-radius:8px;align-self:start;padding:18px 40px 40px;position:sticky;top:18px;box-shadow:0 8px 40px #21384d1f}.wl-form-card-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold-muted);text-align:center;margin-bottom:4px;font-size:.6875rem;font-weight:600}.wl-form-card h2{text-align:center;color:var(--navy);white-space:nowrap;margin-bottom:6px;font-size:2rem;line-height:1.1}.wl-form-card-sub{color:var(--body-text);text-align:center;margin-bottom:28px;font-size:.875rem;line-height:1.5}.wl-form{flex-direction:column;gap:14px;display:flex}.wl-field{flex-direction:column;gap:5px;display:flex}.wl-field label{letter-spacing:.05em;text-transform:uppercase;color:var(--navy);font-size:.75rem;font-weight:600}.wl-field input,.wl-field textarea,.wl-field select{width:100%;color:var(--navy);background:var(--white);appearance:none;border:1px solid #21384d33;border-radius:4px;outline:none;padding:12px 16px;font-family:Inter,sans-serif;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.wl-field input:focus,.wl-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #d3a9521f}.wl-field textarea{resize:vertical;min-height:80px}.wl-consent{color:#21384dbf;cursor:pointer;align-items:flex-start;gap:8px;margin-top:2px;font-size:.8125rem;line-height:1.45;display:flex}.wl-consent input[type=checkbox]{accent-color:var(--navy);flex-shrink:0;margin-top:3px}.wl-submit{background:var(--navy);width:100%;color:var(--white);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;border-radius:4px;margin-top:4px;padding:16px 24px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;transition:background .2s}.wl-submit:hover{background:var(--navy-light)}.wl-submit:disabled{opacity:.6;cursor:not-allowed}.wl-form-disclaimer{color:#21384d73;text-align:center;margin-top:4px;font-size:.75rem;line-height:1.5}.wl-form-success{text-align:center;padding:20px 0;display:none}.wl-form-success.visible{display:block}.wl-success-icon{border:1px solid var(--gold);width:56px;height:56px;color:var(--gold);background:#d3a9521a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.wl-form-success h3{color:var(--navy);margin-bottom:10px;font-size:1.5rem}.wl-trust-bar{background:var(--navy);padding:20px 0}.wl-trust-bar-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.wl-trust-item{letter-spacing:.04em;color:var(--text-light);align-items:center;gap:10px;font-size:.8125rem;font-weight:500;display:flex}.wl-trust-item svg{width:16px;height:16px;color:var(--gold);flex-shrink:0}.wl-steps{background:var(--white);padding:96px 0}.wl-section-header{text-align:center;max-width:600px;margin:0 auto 64px}.wl-section-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold-muted);margin-bottom:14px;font-size:.6875rem;font-weight:600}.wl-section-header h2{color:var(--navy);margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.75rem)}.wl-section-header h2 em{color:var(--gold-muted);font-style:italic}.wl-section-header p{color:var(--body-text);font-size:1rem;line-height:1.7}.wl-steps-grid{background:#21384d0f;grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.wl-step{background:var(--white);padding:28px 28px 40px;position:relative}.wl-step-image-wrap{aspect-ratio:4/5;background:var(--cream-dark);border-radius:4px;margin-bottom:28px;overflow:hidden}.wl-step-image{object-fit:cover;width:100%;height:100%;display:block}.wl-step-number{color:#d3a95233;margin-bottom:20px;font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:300;line-height:1}.wl-step h3{color:var(--navy);margin-bottom:14px;font-size:1.375rem;font-weight:500}.wl-step p{color:var(--body-text);font-size:.9375rem;line-height:1.7}.wl-step-accent{background:linear-gradient(90deg, var(--gold), transparent);opacity:0;height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.wl-step:hover .wl-step-accent{opacity:1}.wl-doctor{background:var(--navy);position:relative;overflow:hidden}.wl-doctor:before{content:"";pointer-events:none;background:radial-gradient(#d3a95212 0%,#0000 70%);width:60%;height:200%;position:absolute;top:-50%;right:-10%}.wl-doctor-inner{grid-template-columns:400px 1fr;align-items:end;min-height:480px;display:grid}.wl-doctor-image{align-self:end}.wl-doctor-content{z-index:2;padding:64px 64px 64px 48px;position:relative}.wl-doctor-label{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;font-size:.6875rem;font-weight:600}.wl-doctor-content h2{color:var(--white);margin-bottom:20px;font-size:clamp(2rem,3vw,2.5rem)}.wl-doctor-quote{color:#ffffffe6;border-left:3px solid var(--gold);margin-bottom:24px;padding-left:20px;font-family:Cormorant Garamond,serif;font-size:1.125rem;font-style:italic;font-weight:300;line-height:1.65}.wl-doctor-bio{color:var(--text-light);max-width:500px;margin-bottom:32px;font-size:.9375rem;line-height:1.7}.wl-doctor-creds{border-top:1px solid #ffffff1f;flex-wrap:wrap;gap:32px;padding-top:24px;display:flex}.wl-doctor-cred strong{color:var(--gold);margin-bottom:2px;font-size:.9375rem;font-weight:600;display:block}.wl-doctor-cred span{color:#fff9;font-size:.75rem}.wl-included{background:var(--cream);padding:96px 0;position:relative}.wl-included:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:1px;position:absolute;top:0;left:0;right:0}.wl-included-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.wl-included-card{background:var(--white);border:1px solid #21384d12;border-radius:4px;padding:36px 32px}.wl-included-icon{width:44px;height:44px;color:var(--gold-muted);background:#d3a9521a;border:1px solid #d3a9524d;border-radius:4px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.wl-included-card h3{color:var(--navy);margin-bottom:10px;font-size:1.25rem;font-weight:500}.wl-included-card p{color:var(--body-text);font-size:.9rem;line-height:1.65}.wl-education{background:var(--navy-dark);padding:80px 0;position:relative;overflow:hidden}.wl-education:before{content:"";pointer-events:none;background:radial-gradient(at 0,#d3a9520f 0%,#0000 70%);width:40%;height:200%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.wl-education-inner{z-index:2;grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid;position:relative}.wl-education-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:16px;font-size:.6875rem;font-weight:600}.wl-education h2{color:var(--white);margin-bottom:20px;font-size:clamp(1.875rem,3vw,2.5rem)}.wl-education-body{color:var(--text-light);margin-bottom:16px;font-size:.9375rem;line-height:1.75}.wl-education-list{margin-top:24px;padding:0;list-style:none}.wl-education-list li{color:var(--text-light);border-bottom:1px solid #d3a9521a;align-items:flex-start;gap:14px;padding:14px 0;font-size:.9375rem;line-height:1.5;display:flex}.wl-education-list li:first-child{border-top:1px solid #d3a9521a}.wl-edu-bullet{background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:9px}.wl-faq{background:#ffffff0a;border:1px solid #d3a95226;border-radius:4px;margin-bottom:16px;padding:28px 32px}.wl-faq:last-child{margin-bottom:0}.wl-faq h4{color:var(--white);margin-bottom:12px;font-size:1.125rem;font-style:italic;font-weight:400}.wl-faq p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.wl-faq p strong{color:var(--text-light)}.wl-cta-section{background:var(--cream);padding:96px 0;position:relative}.wl-cta-section:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:1px;position:absolute;top:0;left:0;right:0}.wl-cta-inner{grid-template-columns:1fr 480px;align-items:start;gap:72px;display:grid}.wl-cta-copy h2{color:var(--navy);margin-bottom:20px;font-size:clamp(2.25rem,3.5vw,3rem);line-height:1.05}.wl-cta-copy h2 em{color:var(--gold-muted);font-style:italic}.wl-cta-copy p{color:var(--body-text);margin-bottom:36px;font-size:1rem;line-height:1.7}.wl-benefit-list{padding:0;list-style:none}.wl-benefit-list li{color:var(--navy-light);border-bottom:1px solid #21384d14;align-items:center;gap:14px;padding:14px 0;font-size:.9375rem;display:flex}.wl-benefit-list li:first-child{border-top:1px solid #21384d14}.wl-benefit-bullet{background:var(--gold);flex-shrink:0;width:8px;height:8px}.wl-cta-form-card{background:var(--navy);border-radius:8px;padding:48px 44px;box-shadow:0 12px 48px #21384d26}.wl-cta-form-card .wl-form-card-eyebrow{color:var(--gold)}.wl-cta-form-card .wl-form-card-sub{color:#ffffffa6}.wl-cta-form-card h3{color:var(--white);text-align:center;white-space:nowrap;margin-bottom:6px;font-family:Cormorant Garamond,serif;font-size:2.125rem;font-weight:400;line-height:1.1}.wl-cta-form-card .wl-field label{color:#fffc}.wl-cta-form-card .wl-field input,.wl-cta-form-card .wl-field textarea{color:var(--white);background:#ffffff0f;border-color:#ffffff26}.wl-cta-form-card .wl-field input:focus,.wl-cta-form-card .wl-field textarea:focus{border-color:var(--gold);background:#ffffff14}.wl-cta-form-card .wl-submit{background:var(--gold);color:var(--navy);font-weight:700}.wl-cta-form-card .wl-submit:hover{background:var(--gold-bright)}.wl-cta-form-card .wl-form-disclaimer{color:#ffffff59}.wl-cta-form-card .wl-consent{color:#ffffffa6}.wl-cta-form-card .wl-consent input[type=checkbox]{accent-color:var(--gold)}.wl-footer{background:var(--navy-dark);border-top:1px solid #d3a95226;padding:40px 0}.wl-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.wl-footer-logo{width:auto;height:48px}.wl-footer-info{color:#ffffff73;font-size:.8125rem;line-height:1.6}.wl-footer-links{gap:24px;display:flex}.wl-footer-links a{color:#ffffff73;font-size:.8125rem;text-decoration:none;transition:color .2s}.wl-footer-links a:hover{color:var(--gold)}.wl-disclaimer{background:var(--navy-dark);padding:0 0 32px}.wl-disclaimer p{color:#ffffff4d;text-align:center;max-width:800px;margin:0 auto;font-size:.75rem;line-height:1.6}@media (max-width:1024px){.wl-hero-inner,.wl-cta-inner{grid-template-columns:1fr;gap:48px}.wl-form-card{position:static}.wl-doctor-inner{grid-template-columns:1fr;min-height:auto}.wl-doctor-image{text-align:center;padding-top:48px}.wl-doctor-content{text-align:center;padding:0 32px 64px}.wl-doctor-quote{border-left:none;border-top:3px solid var(--gold);text-align:left;padding-top:20px;padding-left:0}.wl-doctor-bio{text-align:left;margin:0 auto 32px}.wl-doctor-creds{justify-content:center}.wl-included-grid{grid-template-columns:1fr;gap:16px}.wl-education-inner{grid-template-columns:1fr;gap:48px}.wl-steps-grid{grid-template-columns:1fr}}@media (max-width:768px){.wl-container{padding:0 20px}.wl-hero{padding:48px 0 56px}.wl-hero h1{font-size:2.25rem}.wl-stats{gap:20px}.wl-stat-value{font-size:1.875rem}.wl-hero-video-play{width:52px;height:52px}.wl-hero-video-play svg{width:16px;height:16px}.wl-trust-bar-inner{flex-direction:column;align-items:flex-start;gap:12px;padding:0 20px}.wl-form-card,.wl-cta-form-card{padding:24px 24px 32px}.wl-step{padding:24px 24px 36px}.wl-footer-inner{flex-direction:column;align-items:flex-start}}@keyframes wlFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
