:root{--marine: #1A3A6B;--marine-mid: #244E8E;--marine-pale: #EBF0FA;--marine-tint: #F2F6FC;--navy: #0E1E35;--ivory: #FAF9F7;--ivory-2: #F4F1EB;--ivory-3: #EDE8DE;--charcoal: #2C2C2C;--taupe: #8A7B6E;--border: #DDD8CF;--white: #FFFFFF;--text-body: #3A3530;--text-muted: #796A5E;--gold: #C9A84C;--gold-deep: #B8922A;--gold-pale: rgba(201,168,76,.1);--header-h: 68px;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "DM Sans", -apple-system, sans-serif;--ease: cubic-bezier(.22, 1, .36, 1);--container: 1160px;--pad: 2rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-sans);font-size:16px;color:var(--text-body);background:var(--ivory);line-height:1.7;padding-top:var(--header-h)}a{color:inherit;text-decoration:none}ul{list-style:none}img{display:block;max-width:100%}button,input,select,textarea{font-family:inherit}.wrap{max-width:var(--container);margin:0 auto;padding:0 var(--pad)}.section-label{display:block;font-family:var(--font-sans);font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--marine);margin-bottom:.75rem}.section-label--white{color:#ffffffa6}.section-label--light{color:#ffffff73}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:13px 28px;border:1.5px solid transparent;border-radius:2px;cursor:pointer;transition:background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease);white-space:nowrap}.btn--marine{background:var(--marine);color:var(--white);border-color:var(--marine)}.btn--marine:hover{background:var(--marine-mid);border-color:var(--marine-mid)}.btn--white{background:var(--white);color:var(--marine);border-color:var(--white)}.btn--white:hover{background:#ffffffe6}.btn--outline-white{background:transparent;color:var(--white);border-color:#ffffff80}.btn--outline-white:hover{border-color:#ffffffd9;background:#ffffff12}.btn--outline-dark{background:transparent;color:var(--charcoal);border-color:var(--charcoal)}.btn--outline-dark:hover{background:var(--charcoal);color:var(--white)}@media (prefers-reduced-motion: no-preference){.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.reveal.in{opacity:1;transform:none}.reveal[data-d="1"]{transition-delay:.1s}.reveal[data-d="2"]{transition-delay:.2s}.reveal[data-d="3"]{transition-delay:.3s}}.site-header{position:fixed;top:0;left:0;right:0;z-index:900;height:var(--header-h);background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 2px 16px #00000012}.site-header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-header__logo{display:flex;align-items:center;flex-shrink:0}.site-header__logo img{height:48px;width:auto;max-width:200px;object-fit:contain}.site-header__cta{flex-shrink:0}.hero{position:relative;background:var(--navy);overflow:hidden}.hero__bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 65% at 65% 35%,rgba(26,58,107,.55) 0%,transparent 65%),radial-gradient(ellipse 55% 75% at 15% 85%,rgba(14,30,53,.7) 0%,transparent 60%),linear-gradient(145deg,#09152a,#0e1e35 35%,#12253f 65%,#0e1e35)}.hero__bg:after{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 79px,rgba(26,58,107,.07) 79px,rgba(26,58,107,.07) 80px),repeating-linear-gradient(90deg,transparent,transparent 79px,rgba(26,58,107,.05) 79px,rgba(26,58,107,.05) 80px)}.hero__inner{position:relative;z-index:1;padding:64px var(--pad) 72px}.hero__grid{display:grid;grid-template-columns:1fr 400px;gap:52px;align-items:center}.hero__eyebrow{display:flex;align-items:center;gap:14px;font-family:var(--font-sans);font-size:.65rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#ffffffe0;margin-bottom:1.5rem}.hero__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#fff9;flex-shrink:0}.hero h1{font-family:var(--font-serif);font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:400;color:var(--white);line-height:1.13;letter-spacing:-.01em;max-width:640px;margin-bottom:1.25rem}.hero h1 em{font-style:italic;color:#ffffffbf}.hero__sub{font-size:.97rem;font-weight:300;color:#ffffffa6;max-width:520px;margin-bottom:2rem;line-height:1.8}.hero__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:1.2rem}.hero__note{font-size:.71rem;color:#ffffff5c;font-style:italic}.hero__right{align-self:stretch;display:flex;flex-direction:column}.hero-form{background:var(--white);border-radius:3px;overflow:hidden;box-shadow:0 8px 48px #00000047;display:flex;flex-direction:column;height:100%}.hero-form__img{height:210px;overflow:hidden;flex-shrink:0}.hero-form__img img{width:100%;height:100%;object-fit:cover;object-position:72% center;display:block}.hero-form__body{padding:24px 28px 28px;flex:1}.hero-form__headline{font-family:var(--font-serif);font-size:1.35rem;font-weight:500;color:var(--charcoal);line-height:1.25;margin-bottom:4px}.hero-form__sub{font-size:.78rem;font-weight:400;color:var(--taupe);margin-bottom:1.1rem}.hero-form__micro{font-size:.65rem;color:var(--taupe);text-align:center;font-style:italic;line-height:1.5}.hero-form__dubrow{margin-top:10px;padding:12px 14px;background:var(--marine-pale);border:1px solid rgba(26,58,107,.15);border-radius:2px;text-align:center}.hero-form__dubrow-quote{display:block;font-family:var(--font-serif);font-size:.9rem;font-style:italic;color:var(--charcoal);line-height:1.5;margin-bottom:4px}.hero-form__dubrow-attr{display:block;font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--taupe)}.trust-bar{background:var(--white);border-bottom:1px solid var(--border)}.trust-bar__inner{display:flex;align-items:stretch}.trust-bar__item{flex:1;display:flex;align-items:center;justify-content:center;gap:9px;padding:17px 14px;border-right:1px solid var(--border);text-align:center}.trust-bar__item:last-child{border-right:none}.trust-bar__icon{width:14px;height:14px;flex-shrink:0;color:var(--marine)}.trust-bar__text{font-size:.66rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--charcoal);white-space:nowrap}.media-bar{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:40px 0}.media-bar__label{font-size:.62rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--taupe);text-align:center;margin-bottom:28px}.media-bar__logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:24px 48px}.media-logo{height:60px;width:auto;max-width:180px;object-fit:contain;filter:none;transition:transform .2s var(--ease)}.media-logo:hover{transform:scale(1.06)}.offer-strip{background:var(--ivory-2);border-bottom:1px solid var(--ivory-3);overflow:hidden}.offer-strip__inner{display:grid;grid-template-columns:1fr 380px;gap:0;min-height:360px}.offer-strip__content{padding:56px 48px 56px 0;display:flex;flex-direction:column;justify-content:center;gap:0}.offer-strip__amount{font-family:var(--font-serif);font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:500;color:var(--charcoal);line-height:1.1;margin-bottom:.5rem;letter-spacing:-.01em}.offer-strip__amount span{color:var(--marine)}.offer-strip__body{font-size:.9rem;color:var(--taupe);max-width:460px;line-height:1.7;margin-bottom:6px}.offer-strip__disclaimer{font-size:.68rem;color:var(--taupe);font-style:italic;margin-bottom:1.5rem}.offer-strip__img{position:relative;overflow:hidden}.offer-strip__img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.section{padding:96px 0}.section--white{background:var(--white)}.section--ivory{background:var(--ivory)}.section--ivory2{background:var(--ivory-2)}.section--marine{background:var(--marine);color:var(--white)}.section--charcoal{background:var(--charcoal);color:var(--white)}.section__h2{font-family:var(--font-serif);font-size:clamp(1.9rem,3.5vw,3rem);font-weight:400;line-height:1.18;letter-spacing:-.01em;color:var(--charcoal);margin-bottom:.5rem}.section--marine .section__h2,.section--charcoal .section__h2{color:var(--white)}.section__sub{font-size:.95rem;color:var(--taupe);line-height:1.7}.authority__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;align-items:start;margin-bottom:64px}.authority__cred-list{border-top:1px solid var(--border)}.authority__cred-item{display:flex;align-items:flex-start;gap:13px;padding:17px 0;border-bottom:1px solid var(--border);font-size:.86rem;color:var(--text-body);line-height:1.5}.cred-icon{width:18px;height:18px;flex-shrink:0;margin-top:1px;color:var(--marine)}.authority__h2{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;color:var(--charcoal);line-height:1.18;letter-spacing:-.01em;margin-bottom:1.5rem}.authority__copy p{font-size:.95rem;line-height:1.8;color:var(--text-body);margin-bottom:1.2rem}.trained-banner{display:flex;align-items:center;gap:44px;background:var(--navy);padding:44px 52px;border-radius:3px;margin-bottom:48px}.trained-banner__num{font-family:var(--font-serif);font-size:clamp(3.5rem,6vw,5.5rem);font-weight:400;color:var(--white);line-height:1;flex-shrink:0;letter-spacing:-.03em;white-space:nowrap}.trained-banner__title{font-family:var(--font-serif);font-size:clamp(1.2rem,1.8vw,1.6rem);font-weight:500;color:var(--white);line-height:1.25;margin-bottom:.4rem}.trained-banner__desc{font-size:.88rem;color:#ffffff85;line-height:1.72}.endorsement{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;background:var(--navy);border-radius:3px;padding:52px 56px}.endorsement__quote-mark{font-family:var(--font-serif);font-size:7rem;line-height:.6;color:var(--marine-mid);margin-bottom:.5rem;font-style:italic;opacity:.7}.endorsement__quote{font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:400;font-style:italic;color:var(--white);line-height:1.4;margin-bottom:1.25rem}.endorsement__attribution{font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;font-style:normal;display:block}.endorsement__attribution strong{color:#ffffffd9;font-weight:600}.video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:2px;background:#000}.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.proc-nav__h2{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:400;color:var(--charcoal);margin-bottom:.5rem;letter-spacing:-.01em}.proc-nav__sub{font-size:.92rem;color:var(--taupe);margin-bottom:2.5rem}.proc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);margin-bottom:1px}.proc-card{background:var(--white);padding:26px 20px;display:flex;flex-direction:column;gap:8px;transition:background .18s var(--ease)}.proc-card:hover{background:var(--marine-tint)}.proc-card__name{font-family:var(--font-serif);font-size:1.08rem;font-weight:500;color:var(--charcoal);line-height:1.2}.proc-card__desc{font-size:.77rem;color:var(--taupe);line-height:1.55;flex:1}.proc-card__link{font-size:.69rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--marine);margin-top:4px}.proc-secondary{display:flex;gap:1px;background:var(--border);border:1px solid var(--border);border-top:none}.proc-secondary-card{flex:1;background:var(--ivory-2);padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:background .15s}.proc-secondary-card:hover{background:var(--marine-tint)}.proc-secondary-name{font-size:.78rem;font-weight:500;color:var(--taupe);text-transform:uppercase;letter-spacing:.07em}.proc-secondary-link{font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--taupe)}.proc-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.proc-section__h2{font-family:var(--font-serif);font-size:clamp(1.7rem,2.8vw,2.4rem);font-weight:400;color:var(--charcoal);line-height:1.2;letter-spacing:-.01em;margin-bottom:1.2rem}.section--marine .proc-section__h2{color:var(--white)}.proc-section__p{font-size:.92rem;line-height:1.8;color:var(--text-body);margin-bottom:1.1rem}.section--marine .proc-section__p{color:#ffffffbf}.proc-section__note{font-size:.85rem;line-height:1.7;color:var(--charcoal);padding:14px 16px;background:#1a3a6b0f;border:1px solid rgba(26,58,107,.18);border-radius:2px;margin-bottom:1.4rem}.section--marine .proc-section__note{background:#ffffff14;border-color:#fff3;color:#ffffffe0}.bullet-list{display:flex;flex-direction:column;gap:10px;margin-bottom:2rem}.bullet-item{display:flex;align-items:flex-start;gap:11px;font-size:.88rem;color:var(--text-body);line-height:1.5}.section--marine .bullet-item{color:#fffc}.bullet-dot{width:5px;height:5px;border-radius:50%;background:var(--marine);flex-shrink:0;margin-top:7px}.section--marine .bullet-dot{background:#fff9}.proc-right{display:flex;flex-direction:column;gap:0}.proc-img-wrap{overflow:hidden;border-radius:2px;margin-bottom:0}.proc-img-wrap img{width:100%;height:380px;object-fit:cover;object-position:center top;display:block}.proc-img-wrap--tall img{height:480px}.sub-cards-panel{display:flex;flex-direction:column;gap:1px;background:var(--border);border:1px solid var(--border)}.section--marine .sub-cards-panel{background:#ffffff1f;border-color:#ffffff1f}.sub-card{background:var(--white);padding:22px 24px}.sub-card+.sub-card{background:var(--ivory)}.section--marine .sub-card{background:#ffffff0f}.section--marine .sub-card+.sub-card{background:#ffffff0a}.sub-card__name{font-family:var(--font-serif);font-size:1.05rem;font-weight:500;color:var(--charcoal);margin-bottom:5px}.section--marine .sub-card__name{color:var(--white)}.sub-card__desc{font-size:.82rem;color:var(--taupe);line-height:1.6}.section--marine .sub-card__desc{color:#ffffff8c}.facial{background:var(--white);padding:60px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.facial__inner{max-width:620px}.facial__h2{font-family:var(--font-serif);font-size:clamp(1.4rem,2.2vw,1.9rem);font-weight:400;color:var(--taupe);margin-bottom:.75rem}.facial__p{font-size:.88rem;color:var(--taupe);line-height:1.75;margin-bottom:1.25rem}.link-btn{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--taupe);transition:color .15s}.link-btn:hover{color:var(--marine)}.ba{background:var(--marine-pale);border-top:1px solid rgba(26,58,107,.12);border-bottom:1px solid rgba(26,58,107,.12);padding:76px 0}.ba__inner{max-width:700px;margin:0 auto;text-align:center}.ba__h2{font-family:var(--font-serif);font-size:clamp(1.7rem,2.8vw,2.4rem);font-weight:400;color:var(--charcoal);line-height:1.22;letter-spacing:-.01em;margin-bottom:1.1rem}.ba__p{font-size:.92rem;color:var(--text-muted);line-height:1.8;margin-bottom:2rem}.process__h2{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;color:var(--charcoal);text-align:center;margin-bottom:3rem;letter-spacing:-.01em}.steps{display:grid;grid-template-columns:repeat(6,1fr);gap:0;margin-bottom:3rem;position:relative}.steps:before{content:"";position:absolute;top:22px;left:calc(100%/12);right:calc(100%/12);height:1px;background:var(--border);z-index:0}.step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:13px;padding:0 6px;position:relative;z-index:1}.step__num{width:44px;height:44px;border-radius:50%;background:var(--marine);color:var(--white);font-family:var(--font-serif);font-size:1.1rem;font-weight:500;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step__text{font-size:.75rem;font-weight:500;color:var(--charcoal);line-height:1.4}.process__copy{max-width:600px;margin:0 auto 2rem;font-size:.92rem;color:var(--taupe);line-height:1.8;text-align:center}.offer-cta{background:var(--marine);padding:80px 0;text-align:center;position:relative;overflow:hidden}.offer-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 70% at 80% 50%,rgba(255,255,255,.05) 0%,transparent 60%),radial-gradient(ellipse 50% 80% at 10% 60%,rgba(0,0,0,.1) 0%,transparent 50%);pointer-events:none}.offer-cta__inner{position:relative;z-index:1;max-width:600px;margin:0 auto}.offer-cta__amount{font-family:var(--font-serif);font-size:clamp(3rem,6vw,5rem);font-weight:400;color:var(--white);line-height:1;margin-bottom:4px;letter-spacing:-.02em}.offer-cta__sub{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#ffffff8c;margin-bottom:1.25rem}.offer-cta__body{font-size:.92rem;color:#ffffffbf;line-height:1.75;margin-bottom:2rem}.offer-cta__btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:1.25rem}.offer-cta__disclaimer{font-size:.68rem;color:#ffffff59;font-style:italic}.form-section{background:var(--ivory-2);padding:96px 0;border-top:1px solid var(--ivory-3)}.form-section__inner{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}.form-left__h2{font-family:var(--font-serif);font-size:clamp(1.9rem,3vw,2.7rem);font-weight:400;color:var(--charcoal);line-height:1.18;letter-spacing:-.01em;margin-bottom:.75rem}.form-left__sub{font-size:.92rem;color:var(--taupe);line-height:1.7;margin-bottom:2rem}.form-info{display:flex;flex-direction:column;gap:14px;padding-top:1rem;border-top:1px solid var(--border)}.form-info-item{display:flex;align-items:flex-start;gap:11px;font-size:.84rem;color:var(--taupe);line-height:1.5}.form-info-icon{width:15px;height:15px;flex-shrink:0;color:var(--marine);margin-top:2px}.form-card{background:var(--white);border:1px solid var(--border);padding:40px 36px}.form-micro{font-size:.68rem;color:var(--taupe);line-height:1.65;text-align:center;font-style:italic}.final-cta{background:var(--charcoal);padding:96px 0;text-align:center}.final-cta__h2{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,3.1rem);font-weight:400;color:var(--white);line-height:1.2;letter-spacing:-.01em;max-width:720px;margin:0 auto 1rem}.final-cta__body{font-size:.92rem;color:#ffffff94;line-height:1.75;max-width:520px;margin:0 auto 2.25rem}.final-cta__btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.footer{background:var(--navy);padding:38px 0;border-top:1px solid rgba(255,255,255,.06)}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer__brand{font-family:var(--font-serif);font-size:1rem;font-weight:400;color:#ffffffa6}.footer__mid{font-size:.7rem;color:#ffffff47;text-align:center;line-height:1.6}.footer__phone{font-size:.82rem;font-weight:500;color:var(--marine-mid)}.sticky{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--navy);border-top:1px solid rgba(26,58,107,.4);padding:10px 16px;box-shadow:0 -4px 24px #0000004d;transition:opacity .2s}.sticky--hidden{opacity:0;pointer-events:none}.sticky__inner{display:flex;gap:8px}.sticky .btn{flex:1;padding:13px 10px;font-size:.71rem}.testimonials{background:var(--ivory);padding:96px 0}.testimonials__header{margin-bottom:52px}.testimonials__h2{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;color:var(--charcoal);letter-spacing:-.01em;line-height:1.2;margin-bottom:.4rem}.testimonials__sub{font-size:.8rem;color:var(--taupe);margin-bottom:1.5rem}.testimonials__rule{width:48px;height:2px;background:var(--marine)}.test-main{display:grid;grid-template-columns:1fr 300px;gap:24px;margin-bottom:24px;align-items:stretch}.test-featured{background:var(--navy);padding:52px 56px;border-radius:2px;position:relative}.test-featured__mark{font-family:var(--font-serif);font-size:6rem;line-height:.6;color:var(--marine-mid);margin-bottom:.75rem;font-style:italic;opacity:.6}.test-featured__stars{display:flex;gap:4px;margin-bottom:1.25rem}.test-featured__star{color:var(--gold);font-size:1rem}.test-featured__quote{font-family:var(--font-serif);font-size:clamp(1.1rem,1.8vw,1.35rem);font-weight:400;font-style:italic;color:#ffffffe0;line-height:1.65;margin-bottom:1.5rem}.test-featured__name{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73}.test-sidebar{display:flex;flex-direction:column;gap:24px;height:100%}.test-sidebar .test-card{flex:1}.test-card{background:var(--white);border:1px solid var(--border);padding:28px;border-radius:2px}.test-stars{display:flex;gap:3px;margin-bottom:10px}.test-star{color:var(--gold);font-size:.78rem}.test-quote{font-size:.84rem;color:var(--text-body);line-height:1.7;margin-bottom:12px;font-style:italic}.test-name{font-size:.68rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--taupe)}.test-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:64px}.test-video{max-width:800px;margin:0 auto}.test-video__label{text-align:center;margin-bottom:1.75rem}.test-video__label h3{font-family:var(--font-serif);font-size:clamp(1.5rem,2.4vw,2.1rem);font-weight:400;color:var(--charcoal);letter-spacing:-.01em;line-height:1.2;margin-bottom:.4rem}.test-video__label p{font-size:.84rem;color:var(--taupe)}.test-video .video-wrap{border-radius:3px;overflow:hidden;box-shadow:0 12px 48px #0000002e}@media (max-width: 1100px){.hero__grid{grid-template-columns:1fr 360px;gap:36px}.authority__grid{grid-template-columns:1fr;gap:40px}.proc-grid{grid-template-columns:repeat(3,1fr)}.endorsement{grid-template-columns:1fr;gap:36px;padding:40px 36px}}@media (max-width: 1040px){.test-main{grid-template-columns:1fr 300px}.trained-banner{padding:32px 36px;gap:28px}}@media (max-width: 900px){.proc-section__inner{grid-template-columns:1fr;gap:36px}.form-section__inner{grid-template-columns:1fr;gap:40px}.steps{grid-template-columns:repeat(3,1fr);gap:24px}.steps:before{display:none}.proc-img-wrap img{height:280px}.offer-strip__inner{grid-template-columns:1fr}.offer-strip__content{padding:48px var(--pad)}.offer-strip__img{height:280px;position:relative}.offer-strip__img img{position:static;width:100%;height:100%}}@media (max-width: 820px){.test-main{grid-template-columns:1fr}.test-sidebar{flex-direction:row}.test-sidebar .test-card{flex:1}.test-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){:root{--pad: 1.25rem;--header-h: 60px}.site-header__logo img{height:38px}.site-header__cta{font-size:.7rem;padding:10px 18px}.hero__inner{padding:48px var(--pad) 56px}.hero__grid{grid-template-columns:1fr;gap:32px}.hero h1{font-size:clamp(2rem,7vw,2.8rem)}.hero__ctas{flex-direction:column}.hero__ctas .btn{width:100%;justify-content:center}.trust-bar__inner{flex-wrap:wrap}.trust-bar__item{width:50%;flex:none;border-right:none;border-bottom:1px solid var(--border);justify-content:flex-start;padding:14px 16px}.trust-bar__item:nth-child(odd){border-right:1px solid var(--border)}.trust-bar__item:nth-last-child(-n+2){border-bottom:none}.trust-bar__text{white-space:normal;line-height:1.35}.proc-section__inner>*{min-width:0}.proc-section__inner .btn{display:block;width:100%;text-align:center;white-space:normal}.site-header__logo img{max-width:160px}.site-header__cta{padding:10px 14px;font-size:.65rem;letter-spacing:.07em}.proc-grid{grid-template-columns:repeat(2,1fr)}.proc-secondary{flex-direction:column}.section{padding:60px 0}.steps{grid-template-columns:repeat(2,1fr);gap:18px}.form-card{padding:28px 20px}.final-cta__btns{flex-direction:column;align-items:center}.sticky{display:block}body{padding-bottom:62px}.endorsement{padding:32px 24px}.proc-img-wrap img{height:240px}.media-bar__logos{gap:16px 28px}.media-logo{height:46px}}@media (max-width: 620px){.test-sidebar{flex-direction:column}.test-row{grid-template-columns:1fr}.test-featured{padding:36px 28px}.trained-banner{flex-direction:column;gap:16px;text-align:center;padding:28px 24px}}@media (max-width: 480px){.proc-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.hero__grid{gap:24px}}
