.about-module__y2MPFa__page{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.about-module__y2MPFa__gradientMesh{z-index:0;pointer-events:none;background:radial-gradient(ellipse at 20% 30%, rgba(var(--color-accent-primary-rgb), .08) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(var(--color-accent-dark-rgb), .06) 0%, transparent 50%), radial-gradient(ellipse at 50% 70%, rgba(var(--color-accent-light-rgb), .07) 0%, transparent 50%);background-size:400% 400%;animation:15s ease-in-out infinite about-module__y2MPFa__meshShift,1s ease-out both about-module__y2MPFa__meshFadeIn;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000 0% 50%,#0000 100%);mask-image:linear-gradient(#000 0% 50%,#0000 100%)}:root.about-module__y2MPFa__dark .about-module__y2MPFa__gradientMesh{background:radial-gradient(ellipse at 20% 30%, rgba(var(--color-accent-primary-rgb), .1) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(var(--color-accent-dark-rgb), .08) 0%, transparent 50%), radial-gradient(ellipse at 50% 70%, rgba(var(--color-accent-light-rgb), .09) 0%, transparent 50%);background-size:400% 400%}@keyframes about-module__y2MPFa__meshShift{0%{background-position:0%}33%{background-position:100% 30%}66%{background-position:30% 80%}to{background-position:0%}}@keyframes about-module__y2MPFa__meshFadeIn{0%{opacity:0}to{opacity:1}}.about-module__y2MPFa__main{flex:1;width:min(980px,100%);margin:0 auto;padding:3.5rem 1.5rem 4rem}.about-module__y2MPFa__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-primary);margin-bottom:1rem;font-size:.8125rem;font-weight:600;animation:.8s ease-out both about-module__y2MPFa__eyebrowSpread;animation-timeline:view();animation-range:entry entry 50%}@keyframes about-module__y2MPFa__eyebrowSpread{0%{letter-spacing:.02em;opacity:0}to{letter-spacing:.08em;opacity:1}}.about-module__y2MPFa__title{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1}.about-module__y2MPFa__lead{color:var(--text-secondary);max-width:78ch;margin-bottom:1rem;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7}.about-module__y2MPFa__note{color:var(--text-muted);margin-bottom:2.5rem;line-height:1.6}.about-module__y2MPFa__valueGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:3rem;display:grid}.about-module__y2MPFa__valueCard{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.25rem;transition:border-color .3s}.about-module__y2MPFa__valueCard:hover{border-color:var(--border-accent)}.about-module__y2MPFa__valueCard h2{color:var(--text-primary);margin-bottom:.625rem;font-size:1.125rem}.about-module__y2MPFa__valueCard p{color:var(--text-secondary);line-height:1.6}.about-module__y2MPFa__cta{border-top:1px solid var(--border-default);padding-top:2rem}.about-module__y2MPFa__cta h2{margin-bottom:1rem;font-size:clamp(1.25rem,3vw,2rem)}.about-module__y2MPFa__ctaLink{background:var(--color-accent-primary);color:var(--color-white);border-radius:var(--radius-md);cursor:pointer;border:none;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-block;position:relative;overflow:hidden}.about-module__y2MPFa__ctaLink:after{content:"";background:linear-gradient(105deg, transparent 30%, var(--button-shine) 50%, transparent 70%);width:60%;height:100%;animation:6s ease-in-out infinite about-module__y2MPFa__buttonShine;position:absolute;top:0;left:-100%}@keyframes about-module__y2MPFa__buttonShine{0%,to{left:-100%}15%{left:150%}16%,99%{left:-100%}}.about-module__y2MPFa__ctaLink:hover{background:var(--color-accent-dark);text-decoration:none;transform:translateY(-1px)}.about-module__y2MPFa__footer{border-top:none;padding:3.5rem 2rem;animation:.7s ease-out both about-module__y2MPFa__footerFadeIn;animation-timeline:view();animation-range:entry entry 40%;position:relative}@keyframes about-module__y2MPFa__footerFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.about-module__y2MPFa__footer:before{content:"";background:linear-gradient(to right, transparent, var(--border-default) 20%, var(--border-default) 80%, transparent);height:1px;position:absolute;top:0;left:0;right:0}.about-module__y2MPFa__footerContent{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;display:flex}.about-module__y2MPFa__footerLogo span{color:var(--text-primary);font-size:1.125rem;font-weight:700}.about-module__y2MPFa__footerLogo p{color:var(--text-muted);margin-top:.25rem;font-size:.8125rem}.about-module__y2MPFa__footerLinks{gap:2rem;display:flex}.about-module__y2MPFa__footerLinks a{color:var(--text-muted);background-image:linear-gradient(var(--color-accent-primary), var(--color-accent-primary));background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;font-size:.875rem;text-decoration:none;transition:color .2s,background-size .3s}.about-module__y2MPFa__footerLinks a:hover{color:var(--color-accent-primary);background-size:100% 1px;text-decoration:none}.about-module__y2MPFa__footerCopyright{color:var(--text-muted);font-size:.8125rem}.about-module__y2MPFa__modalOverlay{background:var(--overlay-heavy);z-index:1000;justify-content:center;align-items:center;padding:1rem;animation:.2s about-module__y2MPFa__fadeIn;display:flex;position:fixed;inset:0}@keyframes about-module__y2MPFa__fadeIn{0%{opacity:0}to{opacity:1}}.about-module__y2MPFa__modal{background:var(--bg-card);width:90%;max-width:640px;max-height:85vh;box-shadow:var(--shadow-modal);border-radius:1rem;animation:.3s about-module__y2MPFa__slideUp;overflow-y:auto}@keyframes about-module__y2MPFa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-module__y2MPFa__modalHeader{justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;display:flex}.about-module__y2MPFa__modalHeader h2{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.about-module__y2MPFa__modalClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;transition:color .2s}.about-module__y2MPFa__modalClose:hover{color:var(--text-primary)}.about-module__y2MPFa__modalBody{padding:1.5rem}@media (max-width:900px){.about-module__y2MPFa__valueGrid{grid-template-columns:1fr}}@media (max-width:768px){.about-module__y2MPFa__footerContent{text-align:center;flex-direction:column;gap:1.5rem}.about-module__y2MPFa__footerLinks{flex-direction:column;gap:.75rem}}.about-module__y2MPFa__dotGrid{z-index:0;pointer-events:none;background-image:radial-gradient(circle, rgba(var(--color-accent-primary-rgb), .1) 1px, transparent 1px);background-size:24px 24px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}:root.about-module__y2MPFa__dark .about-module__y2MPFa__dotGrid{background-image:radial-gradient(circle, rgba(var(--color-accent-primary-rgb), .06) 1px, transparent 1px)}.about-module__y2MPFa__gradientText{color:var(--color-accent-primary)}@media (prefers-reduced-motion:reduce){.about-module__y2MPFa__gradientMesh,.about-module__y2MPFa__eyebrow{opacity:1;animation:none}.about-module__y2MPFa__ctaLink:after{animation:none;display:none}.about-module__y2MPFa__footer{opacity:1;animation:none;transform:none}}