/* Contact, self-contained icons, and motion refinements. */
.icon{display:inline-block;flex:none;width:20px;height:20px;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.button>.icon,.text-link>.icon,.header-review .icon{transition:transform .3s var(--ease)}.button:hover>.icon,.text-link:hover>.icon,.header-review:hover .icon{transform:translate(3px,-3px)}.button:hover .submit-label{transform:none}.button span:has(>.icon),.text-link span:has(>.icon){display:inline-flex}.button-blue{border:1px solid transparent;position:relative;overflow:hidden}.button-blue::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 25%,#ffffff24 46%,transparent 65%);transform:translateX(-130%);transition:transform .65s ease}.button-blue:hover::after{transform:translateX(130%)}
.contact-ribbon{display:flex;justify-content:center;align-items:center;gap:36px;min-height:38px;padding:7px 22px;background:#171a20;color:#fff}.contact-ribbon a{display:inline-flex;gap:9px;align-items:center;font-size:14px;line-height:1.5;transition:color .2s}.contact-ribbon a:hover{color:#bfcfff}.contact-ribbon .icon{width:15px;height:15px}.contact-ribbon a:focus-visible{outline-color:white}.footer-contact,.menu-contact{display:flex;flex-direction:column;gap:12px}.footer-contact a,.menu-contact a{display:flex;align-items:center;gap:10px;font-size:15px;min-width:0}.footer-contact a span,.menu-contact a span{overflow-wrap:anywhere}.footer-contact .icon,.menu-contact .icon{width:18px;height:18px}.footer-contact a:hover,.menu-contact a:hover{color:#2854c5}.footer-top{align-items:flex-start}.menu-contact{border-top:1px solid #e1e5eb;margin:24px 8px 0;padding-top:23px}.menu-toggle{align-items:center;gap:8px}.menu-toggle .icon{width:18px;height:18px}.menu-close{display:grid;place-items:center}.menu-close .icon{width:24px;height:24px}.practice-menu summary{display:flex;gap:8px;align-items:center}.practice-menu summary .icon{width:16px;height:16px;transition:transform .2s}.practice-menu[open] summary .icon{transform:rotate(180deg)}.practice-menu summary span{margin:0}.slide-pause{display:grid;place-items:center}.slide-pause .icon{width:18px;height:18px}.slide-pause .icon-play{display:none}.slide-pause.is-paused .icon-play{display:block}.slide-pause.is-paused .icon-pause{display:none}.faq-list summary .icon-plus{width:22px;height:22px;transition:transform .25s}.faq-list details[open] summary .icon-plus{transform:rotate(45deg)}.faq-list details[open]>div{animation:panel-arrive .35s var(--ease)}.mobile-menu[open]{animation:drawer-arrive .3s var(--ease)}
.page-hero-copy>*{animation:title-arrive .75s var(--ease) both}.page-hero-copy h1{animation-delay:.08s}.page-hero-copy>p:not(.eyebrow){animation-delay:.16s}.page-hero-copy>.button-pair{animation-delay:.22s}.related-card,.issue-grid>div{transition:transform .32s var(--ease),background .32s,box-shadow .32s}.related-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px #10256112}.topic-panel-image img{transition:transform 1s var(--ease)}.topic-panel:hover .topic-panel-image img{transform:scale(1.035)}.journey-list li.revealed>span{animation:step-focus .65s var(--ease) both}.expectation-number{display:block;color:#98b2ff;font-size:14px;letter-spacing:.1em;margin-bottom:20px}.cinematic-hero{height:calc(100svh - 122px)}
.review-layout{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:6%;padding-bottom:90px}.review-intro h1{font-size:clamp(44px,4.5vw,67px);line-height:1.05;letter-spacing:-.04em}.review-intro .breadcrumbs{margin-bottom:43px}.review-intro>p.large-copy{max-width:480px;font-size:23px;color:#252c37}.contact-options{display:grid;gap:13px;margin-top:34px}.contact-option{display:flex;align-items:center;gap:14px;padding:19px 17px;border:1px solid #e0e5ed;border-radius:5px;transition:transform .25s,background .25s,border-color .25s}.contact-option:hover{background:#f3f6fc;border-color:#b9c9ec;transform:translateX(4px)}.contact-option>span:nth-child(2){flex:1;min-width:0}.contact-option small{display:block;font-size:13px;line-height:1.5;color:#5c6575;margin-bottom:5px}.contact-option strong{font-size:clamp(15px,1.25vw,18px);font-weight:600;overflow-wrap:anywhere;line-height:1.5;display:block}.contact-option-icon{width:39px;height:39px;background:#edf2ff;display:grid;place-items:center;color:#2e59c4;border-radius:50%;flex:none}.contact-option>.icon{width:17px;height:17px;color:#657086}.review-assurance{display:flex;align-items:flex-start;gap:13px;color:#667080;line-height:1.7;font-size:14px;margin-top:27px}.review-assurance .icon{width:21px;height:21px;margin-top:3px}.review-form-panel{border:1px solid #e1e7f0;background:linear-gradient(135deg,#f4f7fb,#fafbfc);box-shadow:0 18px 60px #253b5b08;padding:36px;border-radius:6px;margin-top:25px;overflow:hidden;animation:panel-arrive .8s var(--ease)}.form-heading{display:flex;align-items:center;gap:10px;margin-bottom:17px}.form-heading .eyebrow{margin:0;color:#3558ad;font-size:12px}.form-accent{height:2px;width:30px;display:block;background:#3e6ae1;transform-origin:left;animation:line-arrive .8s .2s both}.review-form-panel h2{font-size:36px;letter-spacing:-.025em}.form-intro{margin:20px 0 25px;font-size:16px}.form-row{grid-template-columns:repeat(2,minmax(0,1fr))}#review-form{gap:20px}#review-form label{font-size:14px}#review-form input,#review-form select,#review-form textarea{transition:border-color .2s,box-shadow .2s,background .2s;border-color:#cbd4e1;min-height:48px}#review-form input:hover,#review-form textarea:hover,#review-form select:hover{border-color:#8da5cc}#review-form input:focus,#review-form select:focus,#review-form textarea:focus{border-color:#3e6ae1;box-shadow:0 0 0 3px #3e6ae11a;outline:0}#review-form select{padding-right:30px;text-overflow:ellipsis}#review-form label:focus-within{color:#244aa9}.field-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-top:-12px;font-size:12px;color:#5c6575;line-height:1.65}.field-meta span{white-space:nowrap}.form-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}#review-form .consent-row{display:flex;align-items:flex-start;gap:12px;font-size:13px;font-weight:400;line-height:1.65;color:#555f70}#review-form .consent-row input{width:18px;height:18px;min-height:18px;flex:none;margin:3px 0 0;accent-color:#3e6ae1}.consent-row a,.form-footnote a,.form-status a{text-decoration:underline;text-underline-offset:3px}.submit-request{min-height:53px;font-size:16px;cursor:pointer}.submit-request:disabled{opacity:.7;cursor:wait;transform:none}.submit-spinner{display:none;width:20px;height:20px;border-radius:50%;border:2px solid #ffffff66;border-top-color:#fff;animation:spin 1s linear infinite}.is-submitting .submit-spinner{display:block}.is-submitting .submit-request>.icon{display:none}.form-footnote{font-size:13px;text-align:center;color:#5c6575;line-height:1.7}.form-status{margin-top:22px;padding:18px;border-radius:4px;background:#fff1f1;border-left:3px solid #aa3939;font-size:15px;line-height:1.65;color:#7e2929;overflow-wrap:anywhere}.form-success{padding:18px 0 10px;animation:panel-arrive .5s var(--ease);text-align:center}.form-success .success-icon{display:grid;place-items:center;background:#e7eefc;color:#2e59c4;border-radius:50%;width:65px;height:65px;margin:0 auto 25px}.success-icon .icon{width:30px;height:30px;stroke-dasharray:26;animation:draw-check .6s ease both}.form-success h3{font-size:34px;letter-spacing:-.025em}.form-success p:not(.eyebrow){font-size:17px;line-height:1.7;color:#596478;margin:20px auto 25px;max-width:430px}.form-success>.button{width:100%;min-width:0}.form-success>.text-link{margin-top:24px}.review-form-panel.has-success>.form-heading,.review-form-panel.has-success>h2,.review-form-panel.has-success>.form-intro{display:none}
@keyframes drawer-arrive{from{opacity:0;transform:translateX(35px)}to{opacity:1;transform:none}}@keyframes line-arrive{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes step-focus{from{box-shadow:0 0 0 9px #3e6ae128}to{box-shadow:0 0 0 0 #3e6ae100}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes draw-check{from{stroke-dashoffset:26}to{stroke-dashoffset:0}}
@media(max-width:1100px){.review-layout{gap:4%}.review-form-panel{padding:27px}.review-intro h1{font-size:49px}.review-layout .form-row{grid-template-columns:1fr}.footer-top{flex-wrap:wrap}.footer-contact{margin-left:auto}}
@media(max-width:1000px){.menu-toggle{display:inline-flex}.cinematic-hero{height:calc(100svh - 114px)}.contact-ribbon{gap:24px}}
@media(max-width:700px){.contact-ribbon{flex-wrap:wrap;gap:3px 18px;padding:7px 14px}.contact-ribbon a{font-size:14px}.contact-ribbon .icon{width:13px;height:13px}.site-header{gap:12px}.site-header .wordmark{font-size:18px}.menu-toggle{padding:9px 10px}.menu-toggle .icon{width:17px}.footer-contact{width:100%;margin:0;gap:14px}.footer-contact a{font-size:15px}.review-layout{padding-top:24px;padding-bottom:60px}.review-intro h1{font-size:clamp(42px,11vw,52px)}.review-intro .breadcrumbs{margin-bottom:31px}.review-intro>p.large-copy{font-size:21px}.contact-options{margin-top:28px}.contact-option{padding:15px 12px;gap:11px}.contact-option strong{font-size:15px}.contact-option-icon{width:34px;height:34px}.contact-option>.icon{display:none}.review-assurance{font-size:13px}.review-form-panel{padding:27px 22px;margin-top:32px}.review-form-panel h2{font-size:32px}.form-heading .eyebrow{font-size:11px;letter-spacing:.1em}.field-meta{gap:10px;flex-direction:column}.field-meta span{align-self:flex-end}.form-success h3{font-size:30px}.form-success .button{font-size:14px}.menu-contact{margin-top:20px}.mobile-menu nav{gap:0;margin-top:17px}.mobile-menu nav a{font-size:18px;padding:11px 8px}.mobile-menu>p{font-size:13px;margin-top:20px}.cinematic-hero{height:calc(100svh - 127px)}}
@media(prefers-reduced-motion:reduce){.page-hero-copy>*{animation:none}.related-card:hover,.contact-option:hover{transform:none}.success-icon .icon{stroke-dashoffset:0}}
@media print{.contact-ribbon{color:#171a20;background:#fff}.review-form-panel{box-shadow:none}.page-hero-copy>*{animation:none}}
