.pg-about .float-card{position:absolute;background:var(--color-white);border-radius:12px;box-shadow:var(--shadow-card);padding:12px 16px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;animation:pgAboutFloaty 5s ease-in-out infinite}.pg-about .float-card small{display:block;font-weight:400;color:#5a6472}.pg-about .float-card.fc-1{top:8px;left:-10px;animation-delay:0s}.pg-about .float-card.fc-2{bottom:-4px;left:24%;animation-delay:1.2s}.pg-about .float-card.fc-3{top:46%;right:-8px;animation-delay:2.1s}.pg-about .logobar-label{text-align:center;font-weight:600;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#5a6472;margin-bottom:22px}.pg-about .logo-row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 34px;align-items:center}.pg-about .logo-row img{height:72px;width:auto;filter:grayscale(1);opacity:.8;transition:filter .2s ease,opacity .2s ease}.pg-about .logo-row img:hover{filter:none;opacity:1}.pg-about .cards-grid{display:grid;gap:20px}@media (min-width:700px){.pg-about .cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.pg-about .cards-grid.cols-3{grid-template-columns:repeat(3,1fr)}}.pg-about .service-card .card-link{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-weight:600;font-size:14px;color:var(--color-blue)}.pg-about .service-card:hover .card-link{color:var(--color-navy)}.pg-about .steps-grid{display:grid;gap:20px;counter-reset:step}@media (min-width:900px){.pg-about .steps-grid{grid-template-columns:repeat(3,1fr)}}.pg-about .step-card{background:var(--color-white);border-radius:var(--radius-card);padding:30px 26px;position:relative;box-shadow:0 2px 10px rgba(13,47,110,.05)}.pg-about .step-num{font-family:var(--font-display);font-size:20px;color:var(--color-white);width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--color-navy)}.pg-about .step-card:nth-child(2) .step-num{background:var(--color-blue)}.pg-about .step-card:nth-child(3) .step-num{background:var(--color-orange);color:var(--color-charcoal)}.pg-about .step-card h3{margin:18px 0 8px;font-size:19px;color:var(--color-navy)}.pg-about .step-card p{color:#414b59;font-size:15px}.pg-about .cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.pg-about .cta-note{margin-top:18px;font-size:13px;color:#8b96a5}.pg-about .form-card{background:var(--color-white);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:32px 28px}.pg-about .form-card h3{color:var(--color-navy);margin-bottom:6px}.pg-about .form-card .form-sub{font-size:14px;color:#5a6472;margin-bottom:22px}.pg-about .form-card .btn{width:100%}.pg-about .form-success.show{display:block}.pg-about .form-card.sent form{display:none}@media (prefers-reduced-motion:reduce){.pg-about .float-card{animation:none}}.pg-about .cred-card.highlight{background:var(--color-navy);border-color:var(--color-navy)}.pg-about .cred-card.highlight h3,.pg-about .cred-card.highlight p{color:var(--color-white)}.pg-about .cred-card.highlight .cred-kicker{color:var(--color-orange)}.pg-about .faq-item.open .faq-icon{transform:rotate(45deg);background:var(--color-orange)}.pg-about .big-cta .social-proof{color:#8fc6ea;font-weight:600;font-size:14px;margin:20px auto 22px}.pg-about .cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.pg-about .form-success.show{display:block}.pg-about .cta-form-card.sent form{display:none}.pg-about .cta-layout .social-proof{margin-left:0;margin-right:0}.pg-about .cta-hex-tex{position:absolute;inset:0;width:100%;height:100%;opacity:.14;pointer-events:none}