.about-section{background:linear-gradient(160deg,#f4f7f6,#e8f0ec);padding:5rem 1.5rem}.about-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-sage-dark);background:rgba(78,115,103,.1);padding:.3rem .75rem;border-radius:100px;margin-bottom:1rem}.about-heading{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:var(--color-teal-darkest);line-height:1.25;margin-bottom:1.5rem}.about-definition{font-size:1.05rem;line-height:1.85;color:var(--color-text-main);border-left:3px solid var(--color-sage-dark);padding-left:1.25rem;margin-bottom:1.5rem;font-style:italic}.about-body{font-size:.95rem;line-height:1.9;color:#4a5568}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.stat-card{background:rgba(255,255,255,.75);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);border-radius:16px;padding:1.5rem;text-align:center;box-shadow:0 4px 20px rgba(46,84,88,.08);transition:transform .25s ease,box-shadow .25s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px rgba(46,84,88,.14)}.stat-number{font-size:clamp(2rem,4vw,2.8rem);font-weight:900;color:var(--color-sage-dark);line-height:1;margin-bottom:.4rem}.stat-number--sm{font-size:clamp(1.1rem,2.5vw,1.5rem)}.stat-number--md{font-size:clamp(1.4rem,3vw,2rem)}.stat-label{font-size:.85rem;color:var(--color-text-muted);font-weight:500}.stat-label--full{font-size:.75rem;line-height:1.5;text-align:center}.stat-logo{height:2.2rem;width:auto;object-fit:contain;margin-bottom:.6rem}.faq-section{background:var(--color-teal-darkest);padding:5rem 1.5rem;color:white}.faq-inner{max-width:800px;margin:0 auto}.faq-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-sage-light);background:rgba(127,166,140,.15);padding:.3rem .75rem;border-radius:100px;margin-bottom:1rem}.faq-heading{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#fff;margin-bottom:2.5rem;line-height:1.25}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;transition:background .2s ease}.faq-item:hover{background:rgba(255,255,255,.08)}.faq-question{width:100%;justify-content:space-between;padding:1.25rem 1.5rem;background:none;border:none;text-align:left;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;font-family:inherit;gap:1rem}.faq-icon,.faq-question{display:flex;align-items:center}.faq-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:rgba(127,166,140,.2);color:var(--color-sage-light);justify-content:center;font-size:1.1rem;font-weight:400;transition:transform .3s ease,background .2s ease}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--color-sage-dark)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .2s ease}.faq-item.open .faq-answer{max-height:400px}.faq-answer-inner{font-size:.95rem;line-height:1.85;color:rgba(255,255,255,.75);border-top:1px solid rgba(255,255,255,.07);padding:1rem 1.5rem 1.25rem}@media (max-width:768px){.about-inner{grid-template-columns:1fr;gap:2.5rem}.about-stats{grid-template-columns:repeat(2,1fr)}}