.about-page{background-color:white;min-height:100vh;padding-top:5rem}.about-container{max-width:1200px;margin:0 auto;padding:0 1rem}.about-hero{padding:4rem 1rem;text-align:center}.about-hero-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.about-title{font-size:2.5rem;font-weight:900;color:#111;line-height:1.2;letter-spacing:-.02em}.about-subtitle{font-size:1.125rem;line-height:1.75;color:#666}.about-values{padding:3rem 1rem}.about-values-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.about-value-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;border-radius:1rem;border:1px solid #e5e7eb;background-color:white;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.08)}.about-value-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.about-icon{font-size:3rem;margin-bottom:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.about-value-content{display:flex;flex-direction:column;gap:1rem}.about-value-title{font-size:1.5rem;font-weight:700;color:#111}.about-value-text{font-size:1rem;line-height:1.6;color:#666}.about-vision{padding:3rem 1rem 6rem}.about-vision-card{max-width:900px;margin:0 auto;border-radius:1rem;overflow:hidden;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.2)),url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=2072);background-size:cover;background-position:50%;min-height:320px;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;box-shadow:0 8px 32px rgba(0,0,0,.2)}.about-vision-text{font-size:2.5rem;font-weight:700;color:white;line-height:1.3;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media (min-width:768px){.about-title{font-size:3rem}.about-values-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.about-value-card{padding:3rem 2.5rem}.about-vision-text{font-size:3rem}}@media (min-width:1024px){.about-hero{padding:5rem 1rem}.about-values{padding:6rem 0 8rem}}.about-transparency{padding:4rem 1rem 6rem;max-width:960px;margin:0 auto}.transparency-header{text-align:left;margin-bottom:3rem}.transparency-title{font-size:2.5rem;font-weight:900;color:#111;line-height:1.2;letter-spacing:-.02em;margin-bottom:1rem}.transparency-subtitle{font-size:1.125rem;line-height:1.6;color:#666}.transparency-content{display:flex;flex-direction:column;gap:2rem}.transparency-section-title{font-size:1.875rem;font-weight:700;color:#111;letter-spacing:-.015em;margin-bottom:.5rem}.transparency-bars{display:flex;flex-direction:column;gap:2rem}.transparency-bar-item{display:flex;flex-direction:column;gap:.75rem}.bar-label{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.bar-name{font-size:1rem}.bar-name,.bar-percentage{font-weight:500;color:#111}.bar-percentage{font-size:.875rem}.bar-track{width:100%;height:10px;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.bar-fill{height:100%;background-color:#0D3364;border-radius:9999px;transition:width .3s ease}.transparency-note{text-align:center;font-size:.875rem;color:#666;line-height:1.5;margin-top:1rem}@media (min-width:768px){.transparency-title{font-size:3rem}.transparency-section-title{font-size:2rem}}