﻿.AboutPage-module__s9h7rG__aboutPage{overflow-x:hidden}.AboutPage-module__s9h7rG__pageHero{justify-content:center;align-items:center;min-height:60vh;padding:140px 0 80px;display:flex;position:relative;overflow:hidden}.AboutPage-module__s9h7rG__heroBg{position:absolute;inset:0}.AboutPage-module__s9h7rG__heroOverlay{background:linear-gradient(#0f172ab3 0%,#0f172ad9 100%);position:absolute;inset:0}.AboutPage-module__s9h7rG__heroContent{z-index:1;text-align:center;max-width:800px;margin:0 auto;position:relative}.AboutPage-module__s9h7rG__heroLabel{font-size:var(--text-xs);letter-spacing:.2em;color:var(--color-primary-light);margin-bottom:var(--space-4);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);background:#ff6b3533;border:1px solid #ff6b354d;font-weight:700;display:inline-block}.AboutPage-module__s9h7rG__heroContent h1{font-size:var(--text-display);color:#fff;margin-bottom:var(--space-6)}.AboutPage-module__s9h7rG__heroContent p{font-size:var(--text-xl);color:#fffc;max-width:600px;margin:0 auto}.AboutPage-module__s9h7rG__storySection{background:var(--color-bg)}.AboutPage-module__s9h7rG__storyGrid{gap:var(--space-12);grid-template-columns:1fr 1fr;align-items:center;display:grid}.AboutPage-module__s9h7rG__storyContent h2{margin-bottom:var(--space-6)}.AboutPage-module__s9h7rG__storyContent p{margin-bottom:var(--space-4)}.AboutPage-module__s9h7rG__storyHighlights{margin-top:var(--space-6);gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.AboutPage-module__s9h7rG__storyHighlights li{align-items:center;gap:var(--space-3);color:var(--color-text);font-weight:500;display:flex}.AboutPage-module__s9h7rG__storyHighlights li svg{color:var(--color-primary)}.AboutPage-module__s9h7rG__valuesSection{background:var(--color-bg-alt)}.AboutPage-module__s9h7rG__sectionHeader{text-align:center;margin-bottom:var(--space-12)}.AboutPage-module__s9h7rG__sectionHeader h2{margin-top:var(--space-2)}.AboutPage-module__s9h7rG__valuesGrid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.AboutPage-module__s9h7rG__valueCard{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-8);text-align:center;transition:all var(--transition-base)}.AboutPage-module__s9h7rG__valueCard:hover{box-shadow:var(--shadow-lg);border-color:var(--color-primary);transform:translateY(-8px)}.AboutPage-module__s9h7rG__valueIcon{border-radius:var(--radius-lg);width:64px;height:64px;color:var(--color-primary);margin:0 auto var(--space-4);background:linear-gradient(135deg,#ff6b351a,#ff6b3508);justify-content:center;align-items:center;display:flex}.AboutPage-module__s9h7rG__valueCard h3{font-size:var(--text-lg);margin-bottom:var(--space-2)}.AboutPage-module__s9h7rG__valueCard p{font-size:var(--text-sm);color:var(--color-text-secondary)}.AboutPage-module__s9h7rG__missionSection{background:var(--color-bg)}.AboutPage-module__s9h7rG__missionGrid{gap:var(--space-8);grid-template-columns:repeat(2,1fr);max-width:1000px;margin:0 auto;display:grid}.AboutPage-module__s9h7rG__missionCard{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:var(--space-10);text-align:center;transition:all var(--transition-base)}.AboutPage-module__s9h7rG__missionCard:hover{border-color:var(--color-primary);box-shadow:var(--shadow-xl);transform:translateY(-5px)}.AboutPage-module__s9h7rG__missionIcon{width:80px;height:80px;color:var(--color-primary);border-radius:var(--radius-2xl);margin:0 auto var(--space-6);background:linear-gradient(135deg,#ff6b3526,#ff6b350d);justify-content:center;align-items:center;display:flex}.AboutPage-module__s9h7rG__missionCard h3{font-size:var(--text-2xl);margin-bottom:var(--space-4)}.AboutPage-module__s9h7rG__missionCard p{font-size:var(--text-lg);color:var(--color-text-secondary);line-height:1.8}.AboutPage-module__s9h7rG__teamSection{background:var(--color-bg-alt)}.AboutPage-module__s9h7rG__teamGrid{justify-content:center;gap:var(--space-6);flex-wrap:wrap;display:flex}.AboutPage-module__s9h7rG__teamCard{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-6);text-align:center;transition:all var(--transition-base);width:280px;max-width:100%}.AboutPage-module__s9h7rG__teamCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.AboutPage-module__s9h7rG__teamImage{width:120px;height:120px;margin:0 auto var(--space-4);border:4px solid var(--color-primary);border-radius:50%;overflow:hidden}.AboutPage-module__s9h7rG__teamCard h3{font-size:var(--text-lg);margin-bottom:var(--space-1)}.AboutPage-module__s9h7rG__teamCard p{font-size:var(--text-sm);color:var(--color-primary)}.AboutPage-module__s9h7rG__ctaSection{background:var(--color-bg)}.AboutPage-module__s9h7rG__ctaBox{background:var(--gradient-primary);border-radius:var(--radius-2xl);padding:var(--space-16);text-align:center}.AboutPage-module__s9h7rG__ctaBox h2{color:#fff;margin-bottom:var(--space-4)}.AboutPage-module__s9h7rG__ctaBox p{color:#ffffffe6;margin-bottom:var(--space-8)}.AboutPage-module__s9h7rG__ctaBox .btn{color:var(--color-primary);background:#fff}.AboutPage-module__s9h7rG__ctaBox .btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}@media (max-width:480px){.AboutPage-module__s9h7rG__ctaBox{padding:var(--space-8) var(--space-4)}.AboutPage-module__s9h7rG__pageHero{min-height:auto;padding:100px 0 50px}.AboutPage-module__s9h7rG__heroContent h1{font-size:clamp(1.75rem,7vw,2.5rem)}.AboutPage-module__s9h7rG__heroContent p{font-size:var(--text-base)}.AboutPage-module__s9h7rG__storyGrid,.AboutPage-module__s9h7rG__valuesGrid{grid-template-columns:1fr}.AboutPage-module__s9h7rG__valueCard{padding:var(--space-5)}.AboutPage-module__s9h7rG__missionGrid{grid-template-columns:1fr}.AboutPage-module__s9h7rG__missionCard{padding:var(--space-6)}.AboutPage-module__s9h7rG__teamGrid{flex-direction:column;align-items:center}.AboutPage-module__s9h7rG__teamCard{width:100%;max-width:320px}.AboutPage-module__s9h7rG__sectionHeader h2{font-size:var(--text-3xl)}}@media (max-width:360px){.AboutPage-module__s9h7rG__pageHero{padding:90px 0 40px}.AboutPage-module__s9h7rG__heroContent h1{font-size:1.6rem}.AboutPage-module__s9h7rG__valueCard{padding:var(--space-4)}.AboutPage-module__s9h7rG__valueIcon{width:52px;height:52px}.AboutPage-module__s9h7rG__missionCard{padding:var(--space-5)}.AboutPage-module__s9h7rG__missionIcon{width:64px;height:64px}.AboutPage-module__s9h7rG__teamCard{padding:var(--space-4)}.AboutPage-module__s9h7rG__ctaBox{padding:var(--space-6) var(--space-3)}}@media (max-width:1024px){.AboutPage-module__s9h7rG__storyGrid{grid-template-columns:1fr}.AboutPage-module__s9h7rG__valuesGrid,.AboutPage-module__s9h7rG__teamGrid,.AboutPage-module__s9h7rG__missionGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.AboutPage-module__s9h7rG__pageHero{min-height:50vh;padding:120px 0 60px}.AboutPage-module__s9h7rG__valuesGrid,.AboutPage-module__s9h7rG__missionGrid{grid-template-columns:1fr}.AboutPage-module__s9h7rG__teamGrid{flex-direction:column;align-items:center}.AboutPage-module__s9h7rG__teamCard{width:100%;max-width:360px}}
