@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');
:root{--navy:#092b53;--navy2:#061f3e;--gold:#d8a83c;--goldlight:#f1d58d;--ink:#132b45;--muted:#52667a;--line:#dce4ec;--paper:#f7f9fb;--white:#fff;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);scroll-behavior:smooth}
*{box-sizing:border-box}body{margin:0;background:#fff}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--gold);outline-offset:4px}img{max-width:100%;display:block}.shell{width:min(1190px,calc(100% - 56px));margin:auto}.skip{position:absolute;left:-999px;top:8px;background:#fff;padding:12px;z-index:10}.skip:focus{left:12px}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em}h1,h2{font-family:'Playfair Display',Georgia,serif}em{font-weight:500;color:var(--goldlight)}
.site-header{background:var(--navy2);color:#fff;border-bottom:1px solid #ffffff27}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:86px;gap:28px}.brand{display:flex;align-items:center;gap:12px;min-width:225px;font-weight:700;letter-spacing:.055em;text-transform:uppercase;font-size:1.03rem;line-height:1.05}.brand img{width:55px;height:55px;object-fit:contain}.brand small{display:block;color:var(--goldlight);letter-spacing:.17em;font-size:.61rem;margin-top:6px}.site-header nav{display:flex;gap:32px;color:#d7e2ee;font-size:.89rem;font-weight:600}.site-header nav a:hover,.header-link:hover{color:var(--goldlight)}.header-link{font-size:.84rem;color:#fff;border-bottom:1px solid var(--gold);padding-bottom:7px;white-space:nowrap}.header-link span{color:var(--gold);margin-left:8px}
.hero{background:var(--navy2);color:#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center;padding:94px 0 112px}.eyebrow{font-size:.73rem;letter-spacing:.22em;font-weight:700;color:var(--goldlight);margin-bottom:25px;display:flex;align-items:center;gap:14px}.eyebrow-rule{width:30px;height:1px;background:var(--gold)}.hero h1{font-size:clamp(3.25rem,5.5vw,5.8rem);font-weight:500;line-height:1.05;max-width:680px;margin-bottom:28px}.hero-lead{color:#c8d7e8;font-size:1.13rem;line-height:1.75;max-width:570px;margin-bottom:35px}.hero-actions{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-height:55px;padding:14px 24px;font-weight:700;font-size:.91rem;transition:transform .15s,background .15s}.button:hover{transform:translateY(-2px)}.button-gold{background:var(--gold);color:#092b53}.button-gold:hover{background:var(--goldlight)}.text-link{color:#fff;font-size:.9rem;border-bottom:1px solid #849bb1;padding-bottom:6px}.text-link span{margin-left:8px;color:var(--gold)}.hero-note{font-size:.78rem;letter-spacing:.08em;color:#93abc5;margin:40px 0 0}
.hero-panel{min-height:525px;background:#103962;border:1px solid #5780a055;box-shadow:22px 22px 0 #0a3157;display:flex;flex-direction:column;position:relative;overflow:hidden}.hero-panel:before{content:"";position:absolute;width:460px;height:460px;border:1px solid #ffffff12;border-radius:50%;right:-145px;top:70px;box-shadow:0 0 0 55px #ffffff08,0 0 0 115px #ffffff05}.panel-top,.panel-bottom{display:flex;justify-content:space-between;align-items:center;padding:28px 32px;font-size:.65rem;font-weight:700;letter-spacing:.17em;color:#a8c4dd;position:relative}.panel-top{border-bottom:1px solid #ffffff22}.panel-core{margin:auto 0;padding:28px 45px 32px;position:relative}.panel-kicker{font-size:.7rem;letter-spacing:.23em;color:var(--goldlight);font-weight:700}.panel-core h2{font-size:clamp(2.8rem,4vw,4.2rem);font-weight:500;line-height:1.1;margin:20px 0 20px}.panel-core p{max-width:340px;color:#c8d7e8;line-height:1.7;font-size:1rem}.panel-steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #ffffff22;border-bottom:1px solid #ffffff22;position:relative}.panel-steps span{padding:18px 10px;text-align:center;border-right:1px solid #ffffff22;font-size:.72rem;color:#e3eaf2}.panel-steps span:last-child{border:0}.panel-steps b{display:block;color:var(--goldlight);font-size:.7rem;margin-bottom:6px}.panel-bottom{padding-top:18px;padding-bottom:18px}.panel-mark{font-size:1.8rem;color:var(--gold);line-height:1}
.intro-strip{background:#eaf0f5;border-bottom:1px solid var(--line)}.strip-grid{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:24px 0}.strip-grid p{margin:0;color:var(--navy);font-size:1rem}.strip-grid div{display:flex;gap:12px;flex-wrap:wrap}.strip-grid span{border:1px solid #b9cbdc;border-radius:100px;padding:8px 13px;color:var(--navy);font-size:.79rem;font-weight:600}
.section{padding:104px 0}.section-heading{max-width:640px;margin-bottom:42px}.eyebrow.dark{color:#986e13}.section h2{font-size:clamp(2.5rem,4vw,4rem);font-weight:500;line-height:1.14;margin-bottom:17px;color:var(--navy)}.section-heading>p:last-child{font-size:1.05rem;line-height:1.7;color:var(--muted)}.programs{background:var(--paper)}.program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.program-card{background:#fff;border:1px solid #dce4ec;padding:35px 38px 32px;min-height:410px;display:flex;flex-direction:column;box-shadow:0 12px 28px #0b2a5010}.program-card.rn{border-top:5px solid var(--gold)}.program-card.pn{border-top:5px solid var(--navy)}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:31px}.card-index{font-size:.72rem;font-weight:700;letter-spacing:.16em;color:#7a8a9a}.card-icon{height:46px;width:46px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-family:Georgia,serif;color:var(--navy);font-size:.85rem}.program-card h3{font-family:'Playfair Display',Georgia,serif;font-weight:600;font-size:2rem;color:var(--navy);margin-bottom:14px}.program-card p{line-height:1.68;color:var(--muted);max-width:480px}.program-card ul{padding-left:19px;color:var(--ink);line-height:1.9;font-size:.92rem;margin:4px 0 28px}.program-card li::marker{color:#b08325}.program-card a{color:var(--navy);font-weight:700;border-top:1px solid var(--line);padding-top:21px;margin-top:auto;display:flex;justify-content:space-between}.program-card a:hover{color:#a57719}.program-note{color:#66788a;font-size:.87rem;margin:20px 0 0}
.approach{background:var(--navy);color:#fff}.approach-grid{display:grid;grid-template-columns:.87fr 1.13fr;gap:100px}.approach h2{color:#fff;font-size:clamp(2.7rem,4.4vw,4.6rem);line-height:1.2}.approach-heading>p:last-child{color:#c8d7e8;line-height:1.75;font-size:1.05rem;max-width:420px}.approach-list{border-top:1px solid #ffffff38}.approach-item{display:grid;grid-template-columns:55px 1fr;gap:16px;padding:29px 0;border-bottom:1px solid #ffffff38}.approach-item>span{font-family:Georgia,serif;color:var(--goldlight);font-size:1.12rem}.approach-item h3{font-size:1.26rem;letter-spacing:-.015em;margin-bottom:9px}.approach-item p{color:#c8d7e8;line-height:1.65;margin:0;max-width:460px;font-size:.95rem}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}.about h2{max-width:520px}.about-copy{padding-top:45px}.about-copy p{font-size:1.08rem;color:var(--muted);line-height:1.8}.closing{background:#eaf0f5;padding:58px 0}.closing-inner{display:flex;align-items:center;gap:27px}.closing-symbol{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:var(--gold);font-size:2rem;flex:none}.closing .eyebrow{color:#986e13;margin:0 0 7px}.closing h2{font-family:'Playfair Display',Georgia,serif;color:var(--navy);font-size:2.4rem;font-weight:500;margin-bottom:8px}.closing p:last-child{color:var(--muted);margin:0}.closing .button{margin-left:auto;white-space:nowrap}footer{background:var(--navy2);color:#a8bdd1;font-size:.78rem}.footer-inner{display:flex;justify-content:space-between;padding:28px 0}footer a:hover{color:#fff}
@media(max-width:950px){.hero-grid{gap:36px}.hero-panel{min-height:475px}.panel-core{padding:25px}.approach-grid,.about-grid{gap:55px}.site-header nav{gap:18px}}
.about-role{color:#986e13;font-size:.83rem;font-weight:700;letter-spacing:.08em;line-height:1.6;text-transform:uppercase;margin-top:25px}
.closing .contact-email{display:inline-block;color:var(--navy);font-weight:700;margin-top:15px;overflow-wrap:anywhere;border-bottom:1px solid var(--gold)}.closing .contact-email:hover{color:#986e13}
.closing p:not(.eyebrow){color:var(--muted);margin:0}
@media(max-width:760px){.shell{width:min(100% - 36px,580px)}.header-inner{min-height:74px;flex-wrap:wrap;gap:8px;padding:12px 0}.brand{min-width:0;font-size:.9rem}.brand img{width:45px;height:45px}.site-header nav{order:3;justify-content:space-between;width:100%;padding-top:13px;border-top:1px solid #ffffff23;font-size:.81rem}.header-link{font-size:.75rem}.hero-grid{grid-template-columns:1fr;padding:65px 0 75px;gap:55px}.hero h1{font-size:clamp(3rem,12vw,4.6rem)}.hero-lead{font-size:1.05rem}.hero-panel{max-width:550px;min-height:430px;box-shadow:12px 12px 0 #0a3157}.strip-grid{align-items:flex-start;flex-direction:column}.section{padding:70px 0}.program-grid,.approach-grid,.about-grid{grid-template-columns:1fr;gap:22px}.program-card{min-height:0;padding:28px}.approach-heading{margin-bottom:16px}.about-copy{padding-top:0}.closing-inner{align-items:flex-start;flex-wrap:wrap}.closing .button{margin-left:0}.closing-symbol{width:52px;height:52px}.closing-inner>div{flex:1 1 250px}}
@media(max-width:420px){.header-link{display:none}.panel-top,.panel-bottom{padding-left:20px;padding-right:20px}.panel-steps span{font-size:.65rem;padding:14px 4px}.hero-actions{gap:20px}.hero-note{line-height:1.6}.card-head{margin-bottom:24px}.footer-inner{gap:15px;flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}.button{transition:none}}
.header-actions{display:flex;align-items:center;gap:18px}.header-actions label{font-size:.8rem;color:#d7e2ee}.header-actions select{min-height:38px;border:1px solid #ffffff69;background:#123f72;color:#fff;padding:0 9px;border-radius:5px;font:inherit;font-size:.9rem}
.hero-educator{max-width:570px;color:#f2f5f9;font-size:1rem;line-height:1.55;border-left:3px solid var(--gold);padding-left:17px;margin:-9px 0 30px}.hero-note{font-size:1rem;letter-spacing:.025em;color:#d9e4ee;font-weight:600;line-height:1.5;margin-top:34px}
.practice{background:#fff}.practice-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;align-items:start}.practice-intro>p:last-child{color:var(--muted);line-height:1.7;font-size:1.07rem}.practice-card{background:var(--paper);border:1px solid var(--line);border-top:5px solid var(--gold);padding:34px 38px;box-shadow:0 12px 28px #0b2a5010}.practice fieldset{border:0;padding:0;margin:0 0 25px}.practice legend{font-size:1.2rem;font-weight:700;line-height:1.5;color:var(--navy);margin-bottom:20px}.practice-card label{display:flex;align-items:flex-start;gap:12px;padding:13px 15px;margin:9px 0;border:1px solid #cbd7e3;background:#fff;cursor:pointer;line-height:1.5}.practice-card label:has(input:checked){border-color:#a6771e;background:#fff9e9}.practice-card input{margin-top:5px;accent-color:var(--navy)}.practice-card input:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.practice-card button{border:0;cursor:pointer}.practice-feedback{margin-top:25px;border-left:4px solid var(--navy);padding:15px 20px;background:#eaf0f5;line-height:1.65}.practice-feedback strong{color:var(--navy)}.practice-feedback p{margin:8px 0 0}.footer-disclaimer{border-top:1px solid #ffffff22;padding:0 0 28px;margin-bottom:0;line-height:1.6}
.outcome-disclaimer{max-width:1190px;color:#e1eaf3;font-size:.95rem;line-height:1.65;padding:2px 0 22px;margin-top:0;margin-bottom:0}.footer-disclaimer{padding-top:20px}
.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}.help-toggle{position:fixed;right:22px;bottom:22px;z-index:40;border:1px solid #f1d58d;background:var(--navy);color:#fff;border-radius:999px;padding:13px 19px;font:700 .95rem 'DM Sans',Arial,sans-serif;box-shadow:0 9px 28px #00162a50;cursor:pointer}.help-toggle span{color:var(--goldlight);margin-left:8px}.help-toggle:hover{background:#154e86}.help-toggle:focus-visible,.help-panel button:focus-visible,.help-panel input:focus-visible,.help-panel a:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.help-panel{position:fixed;right:22px;bottom:86px;width:min(390px,calc(100vw - 28px));height:min(590px,calc(100dvh - 110px));z-index:41;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #a7bbcf;box-shadow:0 16px 50px #00182f65;border-radius:14px;color:var(--ink);font-size:.95rem}.help-panel[hidden]{display:none}.help-head{background:var(--navy);color:#fff;display:flex;justify-content:space-between;align-items:center;padding:14px 16px}.help-head strong{display:block;font-size:1.08rem}.help-head small{display:block;color:#dce7f1;font-size:.78rem;margin-top:3px}.help-head button{border:0;background:transparent;color:#fff;font:400 1.8rem Arial,sans-serif;cursor:pointer;line-height:1;padding:3px 8px}.help-messages{padding:16px;overflow-y:auto;flex:1;background:#f7f9fb}.help-message{max-width:92%;padding:11px 13px;margin-bottom:12px;border-radius:12px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.help-message.bot{background:#e8eff6;border-bottom-left-radius:3px}.help-message.visitor{background:#173f6a;color:#fff;margin-left:auto;border-bottom-right-radius:3px}.help-topics{display:flex;gap:8px;flex-wrap:wrap;padding:9px 13px;border-top:1px solid var(--line)}.help-topics button{background:#fff;border:1px solid #9db6d0;border-radius:999px;color:var(--navy);padding:7px 10px;font:600 .82rem 'DM Sans',Arial,sans-serif;cursor:pointer}.help-topics button:hover{background:#e8eff6}.help-form{display:flex;border-top:1px solid var(--line);padding:10px;gap:8px}.help-form input{min-width:0;flex:1;border:1px solid #9db6d0;border-radius:7px;padding:11px;font:inherit}.help-form button{background:var(--navy);color:#fff;border:0;border-radius:7px;padding:0 15px;font:700 .88rem 'DM Sans',Arial,sans-serif;cursor:pointer}.help-contact{padding:10px 14px 14px;border-top:1px solid var(--line);font-size:.83rem;color:var(--muted)}.help-contact a{color:var(--navy);font-weight:700;text-decoration:underline;margin-left:5px}
@media(max-width:480px){.help-toggle{right:14px;bottom:14px}.help-panel{right:14px;bottom:72px;height:min(600px,calc(100dvh - 90px))}}
@media(max-width:760px){.practice-grid{grid-template-columns:1fr;gap:20px}.practice-card{padding:25px}.hero-educator{font-size:.95rem}}
@media(max-width:1100px){.header-inner{flex-wrap:wrap}.header-actions{margin-left:auto}.site-header nav{order:3;width:100%;justify-content:center;padding-bottom:12px}}
.footer-inner .owner-footer{text-decoration:underline;text-underline-offset:4px}
@media(max-width:760px){.header-actions label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.header-actions{gap:8px}.site-header nav{overflow-x:auto;justify-content:flex-start;gap:15px;white-space:nowrap}}
.plan-pricing{margin-top:46px}.plan-pricing h3{font-family:'Playfair Display',Georgia,serif;color:var(--navy);font-size:clamp(1.7rem,3vw,2.3rem);margin-bottom:12px}.plan-pricing-intro{max-width:760px;color:var(--muted);line-height:1.7;margin-bottom:24px}.plan-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.plan-price{position:relative;background:#fff;border:1px solid var(--line);padding:27px 25px 22px;min-height:204px}.plan-price.popular{border:2px solid #b28528}.plan-price h4{font-size:1.08rem;color:var(--navy);margin:0 0 12px}.plan-price strong{display:block;font-family:'Playfair Display',Georgia,serif;color:var(--navy);font-size:2.15rem;margin-bottom:12px}.plan-price p{line-height:1.5;color:var(--muted);margin:0}.plan-badge{display:inline-block;background:#fbf1d7;color:#664712;font-size:.8rem;font-weight:700;padding:5px 10px;margin:-8px 0 13px}.trial-note{background:#e9f0f7;border-left:4px solid var(--gold);padding:17px 20px;line-height:1.6;margin:18px 0 0}.trial-note strong{color:var(--navy)}
@media(max-width:760px){.plan-pricing-grid{grid-template-columns:1fr}.plan-price{min-height:0}.plan-pricing{margin-top:35px}}
