.about-text h2{color:var(--color-primary);margin-bottom:1.5rem;font-size:2rem;font-weight:700}body.dark-mode .about-text h2{color:var(--color-accent-dark)}.standard-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:400}.about-text p{color:var(--color-text-muted);margin-bottom:1rem;font-size:1.05rem}.about-grid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.about-stats{text-align:center;flex-direction:column;justify-content:space-around;display:flex}.stat-item{border-bottom:1px solid var(--color-silver);padding:1rem}.stat-item:last-child{border-bottom:none}.stat-number{color:var(--color-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:300;display:block}body.dark-mode .stat-number{color:var(--color-accent-dark)}.stat-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.standards-section{background-color:var(--color-section-forest);box-shadow:var(--green-inset-shadow);border-top:none;border-bottom:none}.standards-section .section-title{color:#fff}.standards-section .section-title:after{background-color:#ffffff80}.standards-section .text-muted{color:#d4edda}.standards-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.standard-card{border-radius:var(--border-radius);text-align:center;-webkit-backdrop-filter:blur(8px);background-color:#ffffff14;border:1px solid #ffffff26;padding:2rem;transition:all .35s cubic-bezier(.22,1,.36,1)}.standard-card:hover{background-color:#ffffff1f;border-color:#fff6;transform:translateY(-8px);box-shadow:0 12px 30px #0006}.standard-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.standard-card p{color:#d4edda;font-size:.95rem}@media (max-width:768px){.about-grid{grid-template-columns:1fr}}
