.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}@media (max-width:1024px){.steps-grid{grid-template-columns:1fr}}