*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#2563eb;--primary-dark:#1d4ed8;--secondary-color:#64748b;--accent-color:#10b981;--text-primary:#1e293b;--text-secondary:#64748b;--text-light:#94a3b8;--bg-primary:#ffffff;--bg-secondary:#f8fafc;--bg-dark:#0f172a;--border-color:#e2e8f0;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1);--border-radius:8px;--border-radius-lg:12px;--transition:all 0.3s ease}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;transition:var(--transition)}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:100px}.nav-logo{display:flex;align-items:center}.nav-logo-img{height:70px;width:auto;object-fit:contain}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:var(--text-secondary);font-weight:500;transition:var(--transition);position:relative}.nav-link.active,.nav-link:hover{color:var(--primary-color)}.nav-link::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:var(--transition)}.nav-link.active::after,.nav-link:hover::after{width:100%}.language-switcher{display:flex;gap:.5rem;margin-left:1rem}.lang-btn{background:0 0;border:1px solid var(--primary-color);color:var(--primary-color);padding:.5rem 1rem;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);font-size:.9rem;font-weight:500}.lang-btn.active,.lang-btn:hover{background:var(--primary-color);color:#fff}.lang-btn.active{background:var(--primary-color);color:#fff}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:var(--text-primary);margin:3px 0;transition:var(--transition)}.hero{padding:140px 0 80px;background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-primary) 100%);min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:var(--primary-color);font-weight:600;margin-bottom:1.5rem}.hero-description{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:12px 24px;border-radius:var(--border-radius);text-decoration:none;font-weight:600;transition:var(--transition);border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:0 0;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-graphic{width:300px;height:300px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xl);animation:float 6s ease-in-out infinite;aspect-ratio:1;flex-shrink:0}.hero-graphic i{font-size:4rem;color:#fff}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.section-header p{font-size:1.1rem;color:var(--text-secondary)}.services{padding:80px 0;background:var(--bg-primary)}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card{background:var(--bg-primary);padding:2rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);transition:var(--transition);text-align:center;border:1px solid var(--border-color)}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;flex-shrink:0;aspect-ratio:1}.service-icon i{font-size:2rem;color:#fff}.service-card h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.service-card p{color:var(--text-secondary);line-height:1.6}.strengths{padding:80px 0;background:var(--bg-secondary)}.strengths-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.strength-item{text-align:center;padding:2rem}.strength-icon{width:60px;height:60px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;flex-shrink:0;aspect-ratio:1}.strength-icon i{font-size:1.5rem;color:#fff}.strength-item h4{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.strength-item p{color:var(--text-secondary);line-height:1.6}.leadership{padding:80px 0;background:var(--bg-primary)}.leadership-grid{display:flex;gap:1rem;max-width:100%;margin:0 auto;justify-content:center;flex-wrap:nowrap;align-items:stretch}.leader-card{background:var(--bg-primary);padding:1.5rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);transition:var(--transition);border:1px solid var(--border-color);width:calc(20% - .8rem);flex-shrink:0;min-width:200px}.leader-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}@media (max-width:768px){.leader-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}}@media (max-width:480px){.leader-card:hover{transform:none;box-shadow:var(--shadow-md)}}.leadership-card{max-width:800px;margin:0 auto;background:var(--bg-primary);padding:3rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);display:flex;gap:2rem;align-items:center}.leader-avatar{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;aspect-ratio:1;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);margin:0 auto 1rem}.leader-avatar i{font-size:3rem;color:#fff}.leader-avatar .leader-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:transform .3s ease}.leader-avatar:hover .leader-avatar-img{transform:scale(1.05)}.leader-info h3{font-size:1.2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;text-align:center}.leader-location{font-size:.8rem;color:var(--text-secondary);font-weight:500;margin-bottom:.5rem;text-align:center}.leader-title{font-size:.85rem;color:var(--primary-color);font-weight:600;margin-bottom:.75rem;line-height:1.3;text-align:left}.leader-description{color:var(--text-secondary);line-height:1.5;font-size:.8rem;text-align:left}.leader-detail-btn{display:inline-block;background:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:var(--border-radius);text-decoration:none;font-size:.8rem;font-weight:500;transition:var(--transition);margin-top:.5rem;text-align:center;width:100%;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leader-detail-btn:hover{background:var(--accent-color);transform:translateY(-2px);box-shadow:var(--shadow-md)}.esg{padding:80px 0;background:var(--bg-secondary)}#esg{scroll-margin-top:120px}@media (max-width:768px){#esg{scroll-margin-top:90px}}@media (max-width:480px){#esg{scroll-margin-top:70px}}.esg-content{max-width:1000px;margin:0 auto}.esg-intro{text-align:center;font-size:1.1rem;color:var(--text-secondary);margin-bottom:3rem;line-height:1.7}.esg-pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.esg-pillar{background:var(--bg-primary);padding:2rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);text-align:center;transition:var(--transition)}.esg-pillar:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.esg-icon{width:80px;height:80px;background:var(--accent-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;flex-shrink:0;aspect-ratio:1}.esg-icon i{font-size:2rem;color:#fff}.esg-pillar h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.esg-pillar p{color:var(--text-secondary);line-height:1.6}.esg-conclusion{text-align:center;font-size:1.1rem;color:var(--text-secondary);line-height:1.7}.footer{background:var(--bg-dark);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section li,.footer-section p{color:var(--text-light);margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section a{color:var(--text-light);text-decoration:none;transition:var(--transition)}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #334155;padding-top:1rem;text-align:center;color:var(--text-light)}.page-header{padding:120px 0 60px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:#fff;text-align:center}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-header p{font-size:1.2rem;opacity:.9}.company-intro{padding:80px 0;background:var(--bg-primary)}.intro-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.intro-text h2{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.intro-description{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.intro-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:400px;margin:0 auto}.stat-item{text-align:center;padding:2rem 1rem;background:var(--bg-secondary);border-radius:var(--border-radius-lg);min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;line-height:1;display:block;white-space:nowrap}.stat-label{color:var(--text-secondary);font-weight:500;font-size:.95rem;line-height:1.4;word-break:keep-all;white-space:normal;text-align:center}.mission-vision{padding:80px 0;background:var(--bg-secondary)}.mission-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.mission-card,.vision-card{background:var(--bg-primary);padding:3rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);text-align:center}.card-icon{width:80px;height:80px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;flex-shrink:0;aspect-ratio:1}.card-icon i{font-size:2rem;color:#fff}.mission-card h3,.vision-card h3{font-size:1.8rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.mission-card p,.vision-card p{color:var(--text-secondary);line-height:1.7}.strengths-detail{padding:80px 0;background:var(--bg-primary)}.strengths-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.strength-detail-item{display:flex;gap:1.5rem;padding:2rem;background:var(--bg-secondary);border-radius:var(--border-radius-lg);transition:var(--transition)}.strength-detail-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.strength-content h4{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.strength-content p{color:var(--text-secondary);line-height:1.7}.leadership-detail{padding:80px 0;background:var(--bg-secondary)}.leadership-detail{padding-top:120px}@media (max-width:768px){.leadership-detail{padding-top:90px}}@media (max-width:480px){.leadership-detail{padding-top:70px}}.leadership-grid-static{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:3rem}.leader-card-static{scroll-margin-top:120px}@media (max-width:768px){.leader-card-static{scroll-margin-top:90px}}@media (max-width:480px){.leader-card-static{scroll-margin-top:70px}}.leader-card-static{display:grid;grid-template-columns:200px 1fr;gap:2rem;padding:2rem;background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-md);transition:var(--transition)}.leader-card-static:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.leader-avatar-static{display:flex;justify-content:center;align-items:center}.leader-avatar-img{width:160px;height:160px;object-fit:cover;border-radius:50%;display:block;margin:0 auto;aspect-ratio:1/1}@media (max-width:768px){.leader-avatar-img{width:120px;height:120px}}@media (max-width:480px){.leader-avatar-img{width:90px;height:90px}}.leader-info-static h3{font-size:1.8rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;text-align:center}.leader-info-static .leader-location{color:var(--primary-color);font-weight:600;margin-bottom:.5rem}.leader-info-static .leader-location{color:var(--primary-color);font-weight:600;margin-bottom:1rem}.leader-description p{color:var(--text-secondary);line-height:1.7;font-size:1rem}.leadership-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(600px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.leadership-detail-card{max-width:1000px;margin:0 auto;background:var(--bg-primary);padding:3rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg)}.leader-profile{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:start}.leader-avatar-large{width:150px;height:150px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;aspect-ratio:1;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.15)}.leader-avatar-large i{font-size:4rem;color:#fff}.leader-avatar-img{width:160px;height:160px;object-fit:cover;border-radius:50%;display:block;margin:0 auto}@media (max-width:768px){.leader-avatar-img{width:120px;height:120px}}@media (max-width:480px){.leader-avatar-img{width:90px;height:90px}}.leader-info-detailed h3{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.leader-title{font-size:1.2rem;color:var(--primary-color);font-weight:600;margin-bottom:2rem}.leader-experience,.leader-expertise{margin-bottom:2rem}.leader-experience h4,.leader-expertise h4{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.leader-expertise ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;justify-items:start}.leader-expertise li{color:var(--text-secondary);padding:.5rem 1rem;background:var(--bg-secondary);border-radius:var(--border-radius);font-size:.9rem}.leader-experience p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.esg-detail{padding:80px 0;background:var(--bg-primary)}.esg-detail-content{max-width:1200px;margin:0 auto}.esg-intro-section{text-align:center;margin-bottom:4rem}.esg-intro-text{font-size:1.2rem;color:var(--text-secondary);line-height:1.7;max-width:800px;margin:0 auto}.esg-pillars-detail{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.esg-pillar-detail{background:var(--bg-secondary);padding:2.5rem;border-radius:var(--border-radius-lg);transition:var(--transition)}.esg-pillar-detail:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.esg-pillar-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.esg-icon-large{width:60px;height:60px;background:var(--accent-color);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;aspect-ratio:1}.esg-icon-large i{font-size:1.5rem;color:#fff}.esg-pillar-header h3{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.esg-pillar-detail p{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.esg-features{list-style:none}.esg-features li{color:var(--text-secondary);padding:.5rem 0;border-bottom:1px solid var(--border-color)}.esg-features li:last-child{border-bottom:none}.esg-conclusion-section{text-align:center}.esg-conclusion-text{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;max-width:800px;margin:0 auto}.contact-section{padding:80px 0;background:var(--bg-secondary)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--bg-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md)}.contact-icon{width:50px;height:50px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;aspect-ratio:1}.contact-icon i{font-size:1.2rem;color:#fff}.contact-details h4{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.contact-details p{color:var(--text-secondary)}.contact-cta{text-align:center;padding:3rem;background:var(--bg-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg)}.contact-cta h3{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.contact-cta p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}@media (max-width:768px){.nav-logo-img{height:55px}.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:80px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:var(--shadow-lg);padding:2rem 0}.language-switcher{margin-left:0;margin-top:1rem;justify-content:center}.nav-item{width:100%;text-align:center}.nav-menu.active{left:0}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-graphic{width:250px;height:250px}.hero-graphic i{font-size:3rem}.intro-content{grid-template-columns:1fr;gap:2rem}.intro-stats{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:100%}.stat-item{min-height:120px;padding:2rem 1rem}.stat-number{font-size:2rem;margin-bottom:.75rem}.stat-label{font-size:.9rem}.mission-vision-grid{grid-template-columns:1fr}.strengths-detail-grid{grid-template-columns:1fr}.leader-profile{grid-template-columns:1fr;text-align:center}.leadership-grid{gap:1rem;flex-wrap:wrap;justify-content:center;padding:0 1rem}.leader-card{width:calc(50% - .5rem);min-width:160px;min-height:200px;padding:1.2rem 1rem;margin-bottom:1rem;display:flex;flex-direction:column;justify-content:space-between}.leader-avatar{width:70px;height:70px;margin-bottom:.8rem}.leader-info h3{font-size:1.1rem;margin-bottom:.3rem}.leader-location{font-size:.75rem;margin-bottom:.3rem}.leader-detail-btn{font-size:.75rem;padding:.5rem .8rem;margin-top:.8rem}.leadership-grid-static{gap:2rem}.leader-card-static{grid-template-columns:1fr;text-align:left;gap:1.5rem}.leader-avatar-static{width:100%;margin-bottom:16px;justify-content:center}.carousel-nav{flex-direction:row;gap:1rem;flex-wrap:nowrap;justify-content:center;max-width:260px;margin:2rem auto 0;position:relative;z-index:5}.carousel-btn{width:45px;height:45px;flex-shrink:0}.carousel-indicators{order:0;width:auto;justify-content:center;margin:0 .5rem}.esg-pillars-detail{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.section-header h2{font-size:2rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.page-header h1{font-size:2.5rem}}@media (max-width:480px){.nav-logo-img{height:45px}.container{padding:0 15px}.hero-title{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:250px;text-align:center}.leadership-card{padding:2rem;flex-direction:column;text-align:center}.strength-detail-item{flex-direction:column;text-align:center}.services-grid{grid-template-columns:1fr;gap:1rem}.leadership-grid{gap:.8rem;padding:0 .5rem}.leader-card{width:calc(50% - .4rem);min-width:140px;min-height:180px;padding:1rem .8rem;margin-bottom:.8rem;display:flex;flex-direction:column;justify-content:space-between}.leader-avatar{width:60px;height:60px;margin-bottom:.6rem}.leader-info h3{font-size:1rem;margin-bottom:.2rem}.leader-location{font-size:.7rem;margin-bottom:.2rem}.leader-detail-btn{font-size:.7rem;padding:.4rem .6rem;margin-top:.6rem}.leadership-carousel-container{min-height:auto;padding:0 .5rem;margin-bottom:2rem}.leader-detail-card{min-height:auto;padding:1.5rem;max-height:70vh;overflow-y:auto;margin-bottom:2rem}.leader-profile{flex-direction:column;text-align:left;gap:1rem}.leader-avatar-large{width:100px;height:100px}.leader-info-detailed h3{font-size:1.3rem;margin-bottom:.3rem;text-align:left}.leader-title{font-size:.9rem;margin-bottom:1rem;text-align:left}.leader-expertise{margin-top:1rem}.leader-expertise h4{font-size:1rem;margin-bottom:.6rem}.leader-expertise ul{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.leader-expertise li{padding:.4rem .6rem;font-size:.8rem;max-width:120px;text-align:center}.leader-experience{display:none}.carousel-nav{margin:2rem auto 0;max-width:240px;position:relative;z-index:5}.carousel-btn{width:40px;height:40px}}@media (max-width:360px){.leadership-grid{gap:.6rem;padding:0 .3rem}.leader-card{width:calc(50% - .3rem);min-width:130px;min-height:160px;padding:.8rem .6rem;margin-bottom:.6rem;display:flex;flex-direction:column;justify-content:space-between}.leader-avatar{width:50px;height:50px;margin-bottom:.5rem}.leader-info h3{font-size:.9rem;margin-bottom:.15rem}.leader-location{font-size:.65rem;margin-bottom:.15rem}.leader-detail-btn{font-size:.65rem;padding:.3rem .5rem;margin-top:.5rem}.leadership-carousel-container{min-height:auto;padding:0 .3rem;margin-bottom:1.5rem}.leader-detail-card{min-height:auto;padding:1rem;max-height:75vh;overflow-y:auto;margin-bottom:1.5rem}.leader-avatar-large{width:80px;height:80px}.leader-info-detailed h3{font-size:1.1rem;margin-bottom:.2rem;text-align:left}.leader-title{font-size:.8rem;margin-bottom:.8rem;text-align:left}.leader-expertise{margin-top:.8rem}.leader-expertise h4{font-size:.9rem;margin-bottom:.5rem}.leader-expertise ul{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:center;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.leader-expertise li{padding:.3rem .5rem;font-size:.75rem;max-width:100px}.leader-experience{display:none}.carousel-nav{margin:1.5rem auto 0;max-width:220px;position:relative;z-index:5}.carousel-btn{width:35px;height:35px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.esg-pillar,.mission-card,.service-card,.strength-item,.vision-card{animation:fadeInUp .6s ease-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}