.about-eyewear-container{color:#2c3e50;background:#f9fbfd;padding-bottom:2rem}.about-eyewear-banner{position:relative;width:100%;height:250px;overflow:hidden;border-radius:10px;margin:7.5rem 0 3rem;max-width:100%}.about-eyewear-banner img{width:100%;height:100%;object-fit:cover;filter:brightness(.5);transition:transform .4s ease}.about-eyewear-banner:hover img{transform:scale(1.05)}.about-eyewear-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:2;padding:0 1rem}.about-eyewear-title h2{font-size:2.8rem;font-weight:700;text-shadow:2px 2px 6px rgba(0,0,0,.4);margin:0;animation:fadeInUp 1s ease-out}.about-eyewear-content{max-width:90%;margin:auto;padding:2rem 2.5rem;background:#ffffff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.06)}.about-eyewear-content h3{font-size:1.8rem;margin-bottom:1rem;color:#3f51b5;text-align:center}.about-eyewear-content p{font-size:1.1rem;line-height:1.7;color:#4a4a4a;margin-bottom:1.5rem;text-align:justify}.about-eyewear-content ul{list-style:none;padding-left:0;margin-bottom:1.5rem}.about-eyewear-content li{padding:.8rem 1rem;border-left:4px solid #3f51b5;background-color:#f1f5fb;margin-bottom:.8rem;border-radius:6px;transition:background .3s ease}.about-eyewear-content li:hover{background-color:#e0e7ff}.about-eyewear-content blockquote{font-style:italic;color:#555;margin-top:2rem;padding:1rem 1.2rem;border-left:4px solid #3f51b5;background:#f8f9fc;font-size:1.1rem;border-radius:6px}@media (max-width:768px){.about-eyewear-banner{height:160px;margin:5rem 0 1rem}.about-eyewear-title h2{font-size:1.8rem}.about-eyewear-content{padding:1rem;margin:1rem auto}.about-eyewear-content h3{font-size:1.4rem;margin-bottom:.6rem}.about-eyewear-content blockquote,.about-eyewear-content p{font-size:.95rem;margin-bottom:1rem}.about-eyewear-content ul{margin-bottom:1rem}.about-eyewear-content li{margin-bottom:.6rem}}@media (max-width:480px){.about-eyewear-banner{height:130px;margin-top:6rem}.about-eyewear-title h2{font-size:1.4rem}.about-eyewear-content{padding:.8rem .6rem;margin:.8rem auto}.about-eyewear-content h3{font-size:1.2rem;margin-bottom:.5rem}.about-eyewear-content blockquote,.about-eyewear-content p{font-size:.9rem;margin-bottom:.8rem}.about-eyewear-content li{padding:.5rem .7rem;font-size:.9rem;margin-bottom:.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}