.about-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 20px 80px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1)}.about-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.2);animation:fadeInDown .8s ease}@media(max-width:768px){.about-hero h1{font-size:2.5rem}}.about-hero .about-subtitle{font-size:1.4rem;font-weight:300;opacity:.95;max-width:600px;margin:0 auto;line-height:1.6;animation:fadeInUp .8s ease .2s both}@media(max-width:768px){.about-hero .about-subtitle{font-size:1.1rem}}.about-container{max-width:1200px;margin:-50px auto 0;padding:0 20px 80px;position:relative;z-index:1}.about-image-section{margin-bottom:60px;animation:fadeIn 1s ease .4s both}.about-image-section .about-image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease;max-width:600px;max-height:400px;margin:0 auto}.about-image-section .about-image-wrapper:hover{transform:translateY(-10px);box-shadow:0 25px 70px rgba(0,0,0,.2)}.about-image-section .about-image-wrapper:hover .change-image-btn{opacity:1}.about-image-section .about-image-wrapper .about-image{width:100%;height:auto;max-height:450px;object-fit:contain;display:block}.about-image-section .about-image-wrapper .about-image-placeholder{width:100%;height:400px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e2e8f0);border:2px dashed #cbd5e0;border-radius:10px}.about-image-section .about-image-wrapper .about-image-placeholder p{color:#718096;font-size:1.1rem;font-weight:500;text-align:center;padding:20px}.about-image-section .about-image-wrapper .change-image-btn{position:absolute;bottom:20px;right:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;opacity:0;box-shadow:0 4px 15px rgba(102,126,234,.4)}.about-image-section .about-image-wrapper .change-image-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.6)}.about-image-section .about-image-wrapper .change-image-btn:active{transform:translateY(0)}.about-content{background:#fff;border-radius:20px;padding:60px;box-shadow:0 10px 40px rgba(0,0,0,.08);margin-bottom:40px;animation:fadeIn 1s ease .6s both}@media(max-width:768px){.about-content{padding:40px 30px}}.about-content .about-section{margin-bottom:50px}.about-content .about-section:last-child{margin-bottom:0}.about-content .about-section h2{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:20px;position:relative;padding-bottom:15px}.about-content .about-section h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}@media(max-width:768px){.about-content .about-section h2{font-size:1.6rem}}.about-content .about-section p{font-size:1.1rem;line-height:1.8;color:#4a5568;text-align:justify}@media(max-width:768px){.about-content .about-section p{font-size:1rem}}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:30px;gap:30px;margin-top:40px;animation:fadeIn 1s ease .8s both}.about-stats .stat-card{background:#fff;border-radius:15px;padding:40px 30px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:all .3s ease}.about-stats .stat-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.12);background:linear-gradient(135deg,#667eea,#764ba2)}.about-stats .stat-card:hover .stat-label,.about-stats .stat-card:hover .stat-number{color:#fff}.about-stats .stat-card .stat-number{font-size:3rem;font-weight:800;color:#667eea;margin-bottom:10px;transition:color .3s ease}@media(max-width:768px){.about-stats .stat-card .stat-number{font-size:2.5rem}}.about-stats .stat-card .stat-label{font-size:1.1rem;color:#718096;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:color .3s ease}@media(max-width:768px){.about-stats .stat-card .stat-label{font-size:1rem}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-zoom-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);z-index:9999;cursor:zoom-out;animation:fadeIn .3s ease}.image-zoom-modal,.image-zoom-modal .zoom-content{display:flex;align-items:center;justify-content:center}.image-zoom-modal .zoom-content{position:relative;max-width:90%;max-height:90vh}.image-zoom-modal .zoom-close{position:absolute;top:-40px;right:0;background:rgba(0,0,0,0);border:none;color:#fff;font-size:40px;cursor:pointer;padding:10px;transition:transform .2s ease;z-index:10000}.image-zoom-modal .zoom-close:hover{transform:scale(1.2)}.image-zoom-modal .zoomed-image{max-width:100%;max-height:90vh;width:auto!important;height:auto!important;object-fit:contain;border-radius:10px;box-shadow:0 10px 50px rgba(0,0,0,.5);cursor:default}.about-page[data-bs-theme=dark],[data-bs-theme=dark] .about-page{background:#0f0f23}.about-page[data-bs-theme=dark] .about-hero,[data-bs-theme=dark] .about-page .about-hero{background:linear-gradient(135deg,#1a1a3e,#0f0f23)}.about-page[data-bs-theme=dark] .about-content,[data-bs-theme=dark] .about-page .about-content{background:#1e1e3f!important;border:1px solid hsla(0,0%,100%,.05);box-shadow:0 10px 40px rgba(0,0,0,.4)}.about-page[data-bs-theme=dark] .about-content .about-section h2,[data-bs-theme=dark] .about-page .about-content .about-section h2{color:#8b9cff}.about-page[data-bs-theme=dark] .about-content .about-section p,[data-bs-theme=dark] .about-page .about-content .about-section p{color:#c9d1d9;text-align:left;word-break:break-word}.about-page[data-bs-theme=dark] .about-stats .stat-card,[data-bs-theme=dark] .about-page .about-stats .stat-card{background:#1a1a2e;box-shadow:0 4px 15px rgba(0,0,0,.3)}.about-page[data-bs-theme=dark] .about-stats .stat-card:hover,[data-bs-theme=dark] .about-page .about-stats .stat-card:hover{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 30px rgba(102,126,234,.4)}.about-page[data-bs-theme=dark] .about-stats .stat-card:hover .stat-label,.about-page[data-bs-theme=dark] .about-stats .stat-card:hover .stat-number,[data-bs-theme=dark] .about-page .about-stats .stat-card:hover .stat-label,[data-bs-theme=dark] .about-page .about-stats .stat-card:hover .stat-number{color:#fff!important}.about-page[data-bs-theme=dark] .about-stats .stat-card .stat-number,[data-bs-theme=dark] .about-page .about-stats .stat-card .stat-number{color:#8b9cff}.about-page[data-bs-theme=dark] .about-stats .stat-card .stat-label,[data-bs-theme=dark] .about-page .about-stats .stat-card .stat-label{color:#c9d1d9}.about-page[data-bs-theme=dark] .about-image-wrapper,[data-bs-theme=dark] .about-page .about-image-wrapper{box-shadow:0 20px 60px rgba(0,0,0,.5)}.about-page[data-bs-theme=dark] .about-image-wrapper:hover,[data-bs-theme=dark] .about-page .about-image-wrapper:hover{box-shadow:0 25px 70px rgba(0,0,0,.6)}.about-page[data-bs-theme=dark] .about-image-wrapper .about-image,[data-bs-theme=dark] .about-page .about-image-wrapper .about-image{object-fit:contain}.about-page[data-bs-theme=dark] .about-image-wrapper .about-image-placeholder,[data-bs-theme=dark] .about-page .about-image-wrapper .about-image-placeholder{background:linear-gradient(135deg,#1a1a2e,#16213e);border-color:#2d3748}.about-page[data-bs-theme=dark] .about-image-wrapper .about-image-placeholder p,[data-bs-theme=dark] .about-page .about-image-wrapper .about-image-placeholder p{color:#a0aec0}@media(prefers-color-scheme:dark){.about-page[data-bs-theme=auto],[data-bs-theme=auto] .about-page{background:#0f0f23}.about-page[data-bs-theme=auto] .about-hero,[data-bs-theme=auto] .about-page .about-hero{background:linear-gradient(135deg,#1a1a3e,#0f0f23)}.about-page[data-bs-theme=auto] .about-content,[data-bs-theme=auto] .about-page .about-content{background:#1e1e3f!important;border:1px solid hsla(0,0%,100%,.05);box-shadow:0 10px 40px rgba(0,0,0,.4)}.about-page[data-bs-theme=auto] .about-content .about-section h2,[data-bs-theme=auto] .about-page .about-content .about-section h2{color:#8b9cff}.about-page[data-bs-theme=auto] .about-content .about-section p,[data-bs-theme=auto] .about-page .about-content .about-section p{color:#c9d1d9;text-align:left;word-break:break-word}.about-page[data-bs-theme=auto] .about-stats .stat-card,[data-bs-theme=auto] .about-page .about-stats .stat-card{background:#1a1a2e;box-shadow:0 4px 15px rgba(0,0,0,.3)}.about-page[data-bs-theme=auto] .about-stats .stat-card:hover,[data-bs-theme=auto] .about-page .about-stats .stat-card:hover{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 30px rgba(102,126,234,.4)}.about-page[data-bs-theme=auto] .about-stats .stat-card:hover .stat-label,.about-page[data-bs-theme=auto] .about-stats .stat-card:hover .stat-number,[data-bs-theme=auto] .about-page .about-stats .stat-card:hover .stat-label,[data-bs-theme=auto] .about-page .about-stats .stat-card:hover .stat-number{color:#fff!important}.about-page[data-bs-theme=auto] .about-stats .stat-card .stat-number,[data-bs-theme=auto] .about-page .about-stats .stat-card .stat-number{color:#8b9cff}.about-page[data-bs-theme=auto] .about-stats .stat-card .stat-label,[data-bs-theme=auto] .about-page .about-stats .stat-card .stat-label{color:#c9d1d9}.about-page[data-bs-theme=auto] .about-image-wrapper,[data-bs-theme=auto] .about-page .about-image-wrapper{box-shadow:0 20px 60px rgba(0,0,0,.5)}.about-page[data-bs-theme=auto] .about-image-wrapper:hover,[data-bs-theme=auto] .about-page .about-image-wrapper:hover{box-shadow:0 25px 70px rgba(0,0,0,.6)}.about-page[data-bs-theme=auto] .about-image-wrapper .about-image,[data-bs-theme=auto] .about-page .about-image-wrapper .about-image{object-fit:contain}.about-page[data-bs-theme=auto] .about-image-wrapper .about-image-placeholder,[data-bs-theme=auto] .about-page .about-image-wrapper .about-image-placeholder{background:linear-gradient(135deg,#1a1a2e,#16213e);border-color:#2d3748}.about-page[data-bs-theme=auto] .about-image-wrapper .about-image-placeholder p,[data-bs-theme=auto] .about-page .about-image-wrapper .about-image-placeholder p{color:#a0aec0}}