.About-module__S9zYBG__aboutSection{background-color:var(--bg-body);color:var(--text-primary);perspective:1000px;padding:5rem 0}.About-module__S9zYBG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.About-module__S9zYBG__header{text-align:center;transform-style:preserve-3d;margin-bottom:3rem}.About-module__S9zYBG__title{margin-bottom:1rem;font-size:2.5rem;font-weight:800;transform:translateZ(20px)}.About-module__S9zYBG__title span{color:var(--accent);text-shadow:0 0 15px #9146a180}.About-module__S9zYBG__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6;transform:translateZ(10px)}.About-module__S9zYBG__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.About-module__S9zYBG__featureCard{border-radius:var(--radius-lg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform-style:preserve-3d;background:#ffffff14;padding:2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 10px 30px #0000001a,inset 0 0 0 1px #ffffff1a}.About-module__S9zYBG__featureCard:before{content:"";background:linear-gradient(90deg, var(--accent), transparent);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:translateY(-4px)}.About-module__S9zYBG__featureCard:hover{border-color:var(--accent);background:#ffffff1f;transform:translateY(-8px)rotateX(5deg)rotateY(-2deg)scale(1.02);box-shadow:0 15px 35px #9146a133,inset 0 0 0 1px #ffffff26}.About-module__S9zYBG__featureCard:hover:before{transform:translateY(0)}.About-module__S9zYBG__iconContainer{border-radius:var(--radius-md);background:var(--accent);color:#fff;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.25rem;transition:all .3s;display:flex;transform:translateZ(20px);box-shadow:0 5px 15px #9146a14d}.About-module__S9zYBG__featureCard:hover .About-module__S9zYBG__iconContainer{transform:translateZ(30px)scale(1.1);box-shadow:0 8px 20px #9146a166}.About-module__S9zYBG__featureContent{text-align:left}.About-module__S9zYBG__featureTitle{color:var(--text-primary);margin-bottom:.3rem;font-size:1.25rem;font-weight:700;transform:translateZ(10px)}.About-module__S9zYBG__featureSubtitle{color:var(--accent);margin-bottom:.75rem;font-size:1rem;font-weight:600;transform:translateZ(5px)}.About-module__S9zYBG__featureExcerpt{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.6;transform:translateZ(5px)}.About-module__S9zYBG__learnMoreLink{color:var(--accent);align-items:center;gap:.4rem;font-weight:600;transition:all .3s;display:inline-flex;transform:translateZ(5px)}.About-module__S9zYBG__learnMoreLink:hover{color:var(--accent-hover);transform:translate(5px)translateZ(5px)}.About-module__S9zYBG__ctaSection{text-align:center;border-radius:var(--radius-lg);border:1px solid var(--nav-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform-style:preserve-3d;background:linear-gradient(135deg,#9146a126,#9146a10d);padding:3rem 2rem;transition:all .4s;transform:perspective(500px)rotateX(1deg)}.About-module__S9zYBG__ctaSection:hover{background:linear-gradient(135deg,#9146a133,#9146a11a);transform:perspective(500px)rotateX(0);box-shadow:0 10px 30px #9146a126}.About-module__S9zYBG__ctaTitle{margin-bottom:1rem;font-size:1.8rem;font-weight:700;transform:translateZ(20px)}.About-module__S9zYBG__ctaText{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;transform:translateZ(10px)}.About-module__S9zYBG__ctaButton{background:var(--accent);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden;transform:translateZ(20px);box-shadow:0 5px 15px #9146a14d}.About-module__S9zYBG__ctaButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.About-module__S9zYBG__ctaButton:hover{background:var(--accent-hover);transform:translateY(-3px)translateZ(25px);box-shadow:0 8px 25px #9146a166}.About-module__S9zYBG__ctaButton:hover:before{left:100%}@media (max-width:1024px){.About-module__S9zYBG__title{font-size:2.2rem}.About-module__S9zYBG__featuresGrid{gap:1.5rem}}@media (max-width:768px){.About-module__S9zYBG__aboutSection{padding:3rem 0}.About-module__S9zYBG__container{padding:0 1.5rem}.About-module__S9zYBG__title{font-size:2rem}.About-module__S9zYBG__subtitle{font-size:1rem}.About-module__S9zYBG__featuresGrid{grid-template-columns:1fr;gap:1.5rem}.About-module__S9zYBG__featureCard{padding:1.5rem}.About-module__S9zYBG__ctaSection{padding:2rem 1.5rem}.About-module__S9zYBG__ctaTitle{font-size:1.6rem}}@media (max-width:480px){.About-module__S9zYBG__container{padding:0 1rem}.About-module__S9zYBG__title{font-size:1.8rem}.About-module__S9zYBG__header{margin-bottom:2rem}.About-module__S9zYBG__featureCard{padding:1.25rem}.About-module__S9zYBG__iconContainer{width:50px;height:50px}.About-module__S9zYBG__ctaButton{padding:.75rem 1.5rem;font-size:.95rem}}
