.about-new-wrapper{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.about-new-overview-section{background-color:#fff;border-bottom:1px solid #edf2f7;padding:5rem 2rem;position:relative}.about-new-container{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto}.about-new-overview-grid{grid-template-columns:1.15fr .85fr;align-items:start;gap:3.5rem;display:grid}.about-new-main-title{font-family:var(--font-family-heading,"Inter", -apple-system, sans-serif);color:#3f4770;letter-spacing:-.01em;margin:0 0 1.5rem;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:700;line-height:1.2}.about-new-lead-text{color:#334155;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.75}.about-new-overview-img-col{justify-content:center;align-items:center;width:100%;display:flex}.about-new-overview-img-wrapper{background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:16px;width:100%;overflow:hidden;box-shadow:0 16px 36px #052c581f}.about-new-overview-img{object-fit:cover;width:100%;height:auto;max-height:480px;transition:transform .4s;display:block}.about-new-overview-img-wrapper:hover .about-new-overview-img{transform:scale(1.02)}.about-new-capabilities-section{background-color:var(--bg-cool-grey);padding:5.5rem 2rem}.about-new-section-header{text-align:center;max-width:800px;margin:0 auto 3.5rem}.about-new-section-title{font-family:var(--font-family-heading,"Inter", -apple-system, sans-serif);color:#1e293b;margin:0 0 .8rem;font-size:clamp(2rem,3.2vw,2.5rem);font-weight:700;line-height:1.2}.about-new-section-subtitle{color:#64748b;margin:0;font-size:1rem;line-height:1.65}.about-new-caps-grid{grid-template-columns:repeat(4,1fr);gap:1.8rem;display:grid}.about-new-cap-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:2.2rem 1.8rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;box-shadow:0 6px 18px #052c580a}.about-new-cap-card:hover{border-color:#cbd5e1;transform:translateY(-6px);box-shadow:0 16px 32px #052c5817}.about-new-cap-icon-box{color:#3f4770;background:#052c580f;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.4rem;transition:background .25s,color .25s;display:flex}.about-new-cap-card:hover .about-new-cap-icon-box{color:#fff;background:#018f5d}.about-new-cap-title{font-family:var(--font-family-heading,"Inter", -apple-system, sans-serif);color:#1e293b;margin:0 0 .8rem;font-size:1.25rem;font-weight:700;line-height:1.3}.about-new-cap-desc{color:#64748b;margin:0;font-size:.9rem;line-height:1.6}.about-new-vm-section{background-color:#fff;border-top:1px solid #edf2f7;border-bottom:1px solid #edf2f7;padding:5.5rem 2rem}.about-new-vm-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.about-new-vm-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;flex-direction:column;padding:3rem 2.8rem;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #00000008}.about-new-vm-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px #052c5814}.about-new-vm-card-top-bar{background:#3f4770;height:5px;position:absolute;top:0;left:0;right:0}.about-new-vm-card-vision .about-new-vm-card-top-bar,.about-new-vm-card-mission .about-new-vm-card-top-bar{background:#3f4770}.about-new-vm-badge{letter-spacing:.12em;text-transform:uppercase;color:#018f5d;margin-bottom:.8rem;font-size:.78rem;font-weight:800}.about-new-vm-card-vision .about-new-vm-badge,.about-new-vm-card-mission .about-new-vm-badge{color:#018f5d}.about-new-vm-title{font-family:var(--font-family-heading,"Inter", -apple-system, sans-serif);color:#052c58;margin:0 0 1.2rem;font-size:1.75rem;font-weight:700;line-height:1.3}.about-new-vm-desc{color:#475569;margin:0;font-size:.98rem;line-height:1.75}.about-new-values-section{background-color:#f8fafc;padding:5.5rem 2rem}.about-new-values-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem;display:grid}.about-new-value-card{border-radius:16px;flex-direction:column;padding:2.5rem 2rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative}.about-new-value-card-dark{color:#fff;background-color:#3f4770;border:none;box-shadow:0 8px 22px #3f477038}.about-new-value-card-dark:hover{transform:translateY(-5px);box-shadow:0 14px 32px #3f477059}.about-new-value-card-light{color:#1e293b;background-color:#fff;border:1.5px solid #404377;box-shadow:0 4px 14px #00000008}.about-new-value-card-light:hover{border-color:#3f4770;transform:translateY(-5px);box-shadow:0 12px 28px #3f47701f}.about-new-value-title{font-family:var(--font-family-heading,"Inter", -apple-system, sans-serif);margin:0 0 1rem;font-size:1.35rem;font-weight:600;line-height:1.35}.about-new-value-desc{margin:0;font-size:.94rem;line-height:1.65}.about-new-value-card-dark .about-new-value-desc{color:#ffffffe6}.about-new-value-card-light .about-new-value-desc{color:#475569}@media (max-width:1200px){.about-new-caps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.about-new-overview-grid{grid-template-columns:1fr;gap:2.5rem}.about-new-vm-grid{grid-template-columns:1fr}.about-new-values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.about-new-caps-grid,.about-new-values-grid{grid-template-columns:1fr}.about-new-vm-card{padding:2.2rem 1.8rem}}
