.intro-text p strong{color:var(--navy);font-weight:600}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-bottom:48px}.step-card{background:var(--white);padding:40px 32px;position:relative;border:1px solid var(--border)}.step-number{font-family:"Rubik",sans-serif;font-size:48px;font-weight:700;color:var(--light-blue);line-height:1;margin-bottom:16px;letter-spacing:-.02em}.step-card h3{font-size:16px;color:var(--navy);margin-bottom:12px;font-weight:500}.step-card p{font-size:14px;color:var(--text-light);line-height:1.75}.step-card::before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--blue)}.text-block.white-bg{background:var(--white)}.text-block.white-bg .section-label{color:var(--blue)}.text-block.white-bg .section-label::before{background:var(--blue)}.text-block.white-bg .quote-block{background:var(--light-blue);border-left-color:var(--blue)}.text-block.white-bg .quote-block p{color:var(--navy)}.text-block.white-bg .quote-block cite{color:var(--blue)}.faq-question.active{color:var(--blue)}.faq-question.active .faq-icon{background:var(--blue)}.faq-question.active .faq-icon span{color:#fff;transform:rotate(45deg)}.faq-answer.open{max-height:420px}.faq-answer-inner .quote-block{margin:16px 0 0;font-size:13.5px}footer{background:#05183f;color:rgba(255,255,255,.55);padding:56px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand h3{font-size:18px;color:#fff;font-weight:400;margin-bottom:12px}.footer-brand p{font-size:13px;line-height:1.7}.footer-col h4{font-size:11px;font-family:"Montserrat",sans-serif;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:16px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:8px}.footer-col ul a{color:rgba(255,255,255,.5);text-decoration:none;font-size:13px;transition:color .2s}.footer-col ul a:hover{color:rgba(255,255,255,.9)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:12px;flex-wrap:wrap;gap:12px}@media (max-width:1024px){.steps-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}