@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.business-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);width:100%;margin:0 auto;padding-bottom:60px}.business-page,.loading-container{display:flex;flex-direction:column}.loading-container{align-items:center;justify-content:center;padding:60px 20px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3}.business-visual{position:relative;height:400px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow:hidden}.business-visual:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(102,126,234,.8),rgba(118,75,162,.8));animation:shimmer 3s ease-in-out infinite alternate}.business-visual-text{position:relative;z-index:2;text-align:center;color:white;animation:fadeInUp 1s ease-out}.business-visual h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:glow 2s ease-in-out infinite alternate}.business-container{max-width:1200px;margin:0 auto;padding:2rem;animation:fadeIn 1s ease-out .3s both}.business-tabs{display:flex;justify-content:center;margin-bottom:2rem;border-bottom:2px solid #e5e7eb;flex-wrap:wrap;gap:.5rem}.business-tab{padding:1rem 2rem;text-decoration:none;color:#6b7280;border-bottom:3px solid transparent;transition:all .3s ease;font-weight:500;position:relative;overflow:hidden}.business-tab:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);transition:left .5s ease}.business-tab:hover:before{left:100%}.business-tab:hover{color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 8px rgba(59,130,246,.2)}.business-tab-active{padding:1rem 2rem;text-decoration:none;color:#3b82f6;border-bottom:3px solid #3b82f6;font-weight:600;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(147,51,234,.1));animation:pulse 2s infinite}.business-content{background:white;border-radius:12px;padding:2rem;box-shadow:0 10px 25px rgba(0,0,0,.1);animation:slideInUp .8s ease-out}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.gallery-item{position:relative;background:white;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:scaleIn .6s ease-out}.gallery-item:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.15)}.gallery-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(59,130,246,.1),rgba(147,51,234,.1));opacity:0;transition:opacity .3s ease;z-index:1}.gallery-item:hover:before{opacity:1}.gallery-item-content{position:relative;z-index:2;padding:1.5rem}.gallery-item h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1f2937;transition:color .3s ease}.gallery-item:hover h3{color:#3b82f6}.gallery-item p{color:#6b7280;line-height:1.6;transition:color .3s ease}.gallery-item:hover p{color:#4b5563}.gallery-overlay{background:linear-gradient(135deg,rgba(59,130,246,.9),rgba(16,185,129,.9));transition:all .4s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(2px)}.gallery-overlay-content{padding:30px 20px;transform:translateY(20px);transition:transform .4s cubic-bezier(.4,0,.2,1)}.gallery-item-image:hover .gallery-overlay-content{transform:translateY(0)}.gallery-overlay-content h4{font-size:20px;margin-bottom:12px;font-weight:600}.gallery-overlay-content p{opacity:.9;line-height:1.5}.renewable-energy-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.renewable-energy-item{background:white;border-radius:12px;padding:24px;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;animation:slideInLeft .8s ease-out}.renewable-energy-item:nth-child(2n){animation:slideInRight .8s ease-out}.renewable-energy-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#10b981,#059669)}.renewable-energy-item:hover{box-shadow:0 12px 25px rgba(16,185,129,.15)}.auto-image-container{border-radius:16px;box-shadow:0 8px 25px rgba(0,0,0,.1)}.auto-image{transition:transform .6s cubic-bezier(.4,0,.2,1)}.auto-image-overlay{padding:40px 30px 25px}.auto-image-text h3{font-size:24px;animation:slideInLeft 1s ease-out .5s both}.auto-image-text p{animation:slideInRight 1s ease-out .7s both}.auto-feature-container{gap:24px}.auto-feature-box{min-width:320px;background:white;border-radius:16px;padding:28px;box-shadow:0 8px 25px rgba(0,0,0,.08);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.auto-feature-box:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6,#06b6d4)}.auto-feature-box:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(139,92,246,.15)}.business-highlight-box{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-left:4px solid #3b82f6;border-radius:12px;padding:28px 32px;margin:40px 0;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out}.business-highlight-box:before{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(59,130,246,.1) 0,transparent 70%);border-radius:50%;transform:translate(30px,-30px)}.business-highlight-box h3{font-size:22px;margin-bottom:20px;color:#1f2937;position:relative}.business-highlight-box li{margin-bottom:12px;animation:slideInLeft .8s ease-out}.business-highlight-box li:nth-child(2n){animation-delay:.1s}.highlight-icon{width:28px;height:28px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);margin-right:15px;font-weight:700;animation:pulse 2s infinite}@media (max-width:768px){.business-area-gallery{grid-template-columns:1fr;gap:20px}.business-visual{height:280px}.business-visual-text h1{font-size:28px}.business-content{padding:25px}.auto-feature-container{flex-direction:column}.gallery-item-image{height:240px}}@media (max-width:576px){.business-visual{height:240px}.business-content-title,.business-visual-text h1{font-size:24px}.gallery-item-image{height:200px}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.hover-glow:hover{animation:glow 1.5s ease-in-out infinite alternate}.gradient-text{background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-effect{background:rgba(255,255,255,.25);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18)}.business-areas-container{display:flex;flex-direction:column;gap:30px;width:100%}.business-area{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;padding:0}.business-area:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.08)}.business-area-header{padding:20px 25px;background-color:#f5f7fa;border-bottom:1px solid #eaedf2}.business-area-title{font-size:1.4rem;color:#0063a7;font-weight:600;margin:0;padding-left:15px;display:flex;align-items:center}.business-icon{width:24px;height:24px;margin-right:10px;color:#0063a7;flex-shrink:0}.business-area-title:before{top:50%;transform:translateY(-50%);width:6px;height:20px;background-color:#0063a7;border-radius:3px}.business-area-content{padding:25px}.business-area-content p{margin:0 0 15px;line-height:1.7;color:#333;font-size:16px}.business-area-content p:last-child{margin-bottom:0}.business-area-with-image{display:flex;flex-direction:column}.business-area-image{width:100%;max-height:300px;object-fit:cover}@media (min-width:768px){.business-area-with-image{flex-direction:row}.business-area-with-image .business-area-content{flex:1}.business-area-with-image .business-area-image-container{flex:1;max-width:50%}.business-area-image{height:100%}}.business-feature-list{list-style:none;padding:0;margin:15px 0 0}.business-feature-item{padding:10px 0 10px 28px;position:relative;display:flex;align-items:flex-start}.business-feature-item:before{content:"";position:absolute;left:0;top:15px;width:18px;height:18px;background-color:#0063a7;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.business-feature-text{flex:1;margin:0;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:2.2rem;font-weight:700;color:#222;margin:3rem 0 2rem;text-align:center;position:relative;padding-bottom:1rem;letter-spacing:-.5px}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#1E88E5,#43A047);border-radius:2px}.company-overview{display:flex;align-items:center;background-color:#f8f9fa;border-radius:12px;padding:2.5rem;margin:2.5rem 0;box-shadow:0 6px 20px rgba(0,0,0,.08)}.company-overview-image{flex:0 0 180px;display:flex;justify-content:center;align-items:center}.company-logo{border-radius:12px;overflow:hidden;transition:transform .3s ease}.company-logo:hover{transform:scale(1.05)}.company-overview-text{flex:1;padding-left:2.5rem}.company-overview-text p{font-size:1.15rem;line-height:1.7;color:#444}.company-overview-text p strong{color:#1E88E5;font-weight:700}.core-ability-section{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin:2.5rem 0 3.5rem}.core-ability-box{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.12);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.core-ability-box:hover{transform:translateY(-8px);box-shadow:0 15px 30px rgba(0,0,0,.18)}.core-ability-header{display:flex;align-items:center;padding:1.5rem;color:white}.core-ability-code{font-size:2.2rem;font-weight:800;margin-right:1.2rem}.core-ability-title-container{display:flex;flex-direction:column}.core-ability-title{font-size:1.6rem;font-weight:600;margin:0;line-height:1.2}.core-ability-full-title{font-size:.9rem;margin:.2rem 0 0;opacity:.9;font-weight:400;letter-spacing:.5px}.core-ability-content{padding:1.8rem}.core-ability-description{font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:1.5rem}.core-ability-features{list-style:none;padding:0;margin:0}.core-ability-feature{display:flex;align-items:flex-start;margin-bottom:.9rem}.core-ability-feature:last-child{margin-bottom:0}.feature-checkmark{margin-right:.8rem;color:#43A047;font-size:1.2rem;font-weight:700}.feature-text{flex:1;line-height:1.5;color:#444;font-size:1rem}.achievements-section{background:linear-gradient(135deg,#f5f7fa,#e4e8eb);padding:3.5rem 2.5rem;border-radius:12px;margin:3.5rem 0;box-shadow:0 10px 25px rgba(0,0,0,.1)}.achievements-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2.5rem}.achievement-item{background-color:white;border-radius:10px;padding:2.2rem 1.2rem;text-align:center;box-shadow:0 6px 15px rgba(0,0,0,.1);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.achievement-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1E88E5,#43A047);opacity:0;transition:opacity .3s ease}.achievement-item:hover{transform:translateY(-8px);box-shadow:0 12px 25px rgba(0,0,0,.15)}.achievement-item:hover:before{opacity:1}.achievement-number{font-size:2.8rem;font-weight:800;color:#1E88E5;margin-bottom:.7rem;line-height:1.1}.achievement-label{font-size:1.15rem;color:#555;font-weight:500}.vision-section{background-color:#fff;border-radius:12px;padding:3rem;margin:3.5rem 0;box-shadow:0 8px 25px rgba(0,0,0,.1);text-align:center;position:relative;overflow:hidden}.vision-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#1E88E5,#43A047)}.vision-section p{font-size:1.2rem;line-height:1.9;color:#444;margin:0 auto}.vision-section p strong{color:#1E88E5;font-weight:700}.inquiry-section{background-color:#f8f9fa;border-radius:12px;padding:3rem;margin:3.5rem 0 4rem;text-align:center;box-shadow:0 8px 25px rgba(0,0,0,.08)}.inquiry-section p{font-size:1.15rem;line-height:1.7;color:#444;max-width:800px;margin:0 auto 2rem}.inquiry-button{display:inline-block;background:linear-gradient(90deg,#1E88E5,#1565C0);color:white;padding:1rem 2.5rem;border-radius:30px;font-size:1.15rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 15px rgba(30,136,229,.3);position:relative;overflow:hidden}.inquiry-button:hover{background:linear-gradient(90deg,#1976D2,#0D47A1);transform:translateY(-3px);box-shadow:0 8px 20px rgba(30,136,229,.4)}.arrow-icon{display:inline-block;margin-left:.5rem;transition:transform .3s ease}.inquiry-button:hover .arrow-icon{transform:translateX(8px)}@media (max-width:992px){.core-ability-section{grid-template-columns:1fr;gap:2rem}.achievements-grid{grid-template-columns:repeat(2,1fr);gap:the 1.5rem}.company-overview{flex-direction:column;padding:2rem}.company-overview-image{margin-bottom:1.8rem}.company-overview-text{padding-left:0}}@media (max-width:576px){.container{padding:0 15px}.achievements-grid{grid-template-columns:1fr;gap:1.5rem}.section-title{font-size:1.8rem;margin:2.5rem 0 1.5rem}.core-ability-header{flex-direction:column;align-items:flex-start;padding:1.2rem}.core-ability-code{margin-right:0;margin-bottom:.5rem}.core-ability-title-container{width:100%}.company-overview{padding:1.5rem}.inquiry-section,.vision-section{padding:2rem 1.5rem}.achievement-number{font-size:2.4rem}.core-ability-content{padding:1.5rem}}.business-area-section{margin-bottom:6rem;border-bottom:1px solid #eaeaea;padding-bottom:4rem}.business-area-section:last-child{border-bottom:none}.business-area-title{font-size:2.2rem;font-weight:700;color:#222;margin-bottom:1.5rem;position:relative;padding-left:.8rem}.business-area-title:before{content:"";position:absolute;left:0;top:.6rem;height:1.8rem;width:4px;background-color:#1E88E5}.business-area-description{font-size:1.125rem;line-height:1.7;color:#444;margin-bottom:2.5rem}.business-area-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.business-area-gallery-item{border-radius:8px;overflow:hidden;box-shadow:0 3px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;background-color:white;height:100%;display:flex;flex-direction:column}.business-area-gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.15)}.gallery-item-image{width:100%;height:240px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.gallery-item-image img{transition:transform .5s ease}.business-area-gallery-item:hover .gallery-item-image img{transform:scale(1.05)}.gallery-item-text{padding:1.25rem;background-color:#fff;flex-grow:1;display:flex;align-items:center;justify-content:center}.gallery-item-text h3{font-size:1.1rem;font-weight:600;color:#333;margin:0;text-align:center}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-item-image:hover .gallery-overlay{opacity:1}.gallery-overlay-content{color:white;text-align:center;padding:20px}.gallery-overlay-content h4{font-size:18px;margin-bottom:10px}.gallery-overlay-content p{font-size:14px;opacity:.8}.business-area-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.business-area-feature{background-color:#f9f9f9;border-radius:10px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.business-area-feature:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.1)}.business-area-feature h3{font-size:1.3rem;font-weight:600;margin-bottom:.8rem;color:#1E88E5}.business-area-feature p{font-size:1rem;line-height:1.6;color:#555}.business-area-auto{display:flex;flex-direction:column;gap:2rem}.business-area-auto-image{width:100%;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1)}.business-area-auto-features{display:flex;justify-content:space-around;flex-wrap:wrap;gap:2rem;margin-top:2rem}.auto-feature{flex:1;min-width:300px;padding:2rem;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.05)}.auto-feature h3{display:flex;align-items:center;font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.auto-feature ul{padding-left:1.5rem}.auto-feature li{margin-bottom:.8rem;font-size:1.05rem;line-height:1.5}.traction-motor{background-color:rgba(30,136,229,.05)}.battery-pack{background-color:rgba(229,57,53,.05)}.battery-circle,.traction-circle{display:inline-block;width:20px;height:20px;border-radius:50%;margin-right:10px}.traction-circle{background-color:#1E88E5}.battery-circle{background-color:#E53935}@media (max-width:768px){.business-area-features,.business-area-gallery{grid-template-columns:1fr}.business-area-auto-features{flex-direction:column}.gallery-item-image{height:220px}.gallery-item-text h3{font-size:1rem}}@media (max-width:576px){.gallery-item-image{height:200px}.gallery-overlay-content h4{font-size:16px}.gallery-overlay-content p{font-size:13px}}.business-content-subtitle{text-align:center;color:#666;font-size:18px;margin-top:-10px;margin-bottom:40px}.business-area-overview{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin:40px 0}.business-area-card{width:300px;height:200px;border-radius:15px;padding:24px;color:white;box-shadow:0 10px 20px rgba(0,0,0,.1);transition:all .3s ease;position:relative;overflow:hidden}.business-area-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.2)}.business-area-card-number{font-size:48px;font-weight:800;opacity:.3;position:absolute;bottom:20px;right:20px}.business-area-card-title{font-size:22px;font-weight:700;margin-bottom:15px}.business-area-card-desc{font-size:14px;opacity:.8;line-height:1.5}.business-section-title{font-size:28px;font-weight:700;position:relative;margin-bottom:30px;padding-bottom:12px;display:inline-block}.business-section-title:after{content:"";position:absolute;bottom:0;left:0;width:70%;height:3px;background-color:currentColor}.business-section-header{display:flex;align-items:center;margin-bottom:30px}.business-section-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:20px;flex-shrink:0}.business-section-icon span{color:white;font-size:24px;font-weight:700}.business-section-desc{font-size:16px;line-height:1.6;color:#555}.renewable-energy-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px;margin-bottom:30px}.renewable-energy-item{display:flex;background-color:#f9f9f9;border-radius:10px;overflow:hidden;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.05)}.renewable-energy-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.renewable-icon{padding:15px}.renewable-icon,.renewable-icon-inner{display:flex;align-items:center;justify-content:center}.renewable-icon-inner{width:40px;height:40px;border-radius:50%}.renewable-icon-inner span{color:white;font-weight:700;font-size:14px}.renewable-content{padding:15px 15px 15px 0;flex:1}.renewable-content h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#333}.renewable-content p{font-size:14px;line-height:1.5;color:#666}.auto-section{margin-bottom:30px}.auto-image-container{position:relative;margin-bottom:30px;overflow:hidden;border-radius:12px}.auto-image{transition:transform .5s ease}.auto-image-container:hover .auto-image{transform:scale(1.05)}.auto-image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,0));padding:30px 20px 20px;color:white}.auto-image-text h3{font-size:22px;font-weight:700;margin-bottom:10px}.auto-image-text p{font-size:16px;opacity:.9}.auto-feature-container{display:flex;flex-wrap:wrap;gap:20px}.auto-feature-box{flex:1;min-width:300px;background-color:#f9f9f9;border-radius:12px;padding:20px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease}.auto-feature-box:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.auto-feature-header{display:flex;align-items:center;margin-bottom:15px}.auto-feature-header-icon{margin-right:15px}.auto-feature-header h3{font-size:20px;font-weight:600;color:#333}.auto-feature-content ul{list-style:none;padding-left:10px}.auto-feature-content li{display:flex;align-items:center;margin-bottom:10px}.auto-checkmark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;margin-right:10px;font-size:14px;color:white}.blue-check{background-color:#1E88E5}.red-check{background-color:#E53935}.business-highlight-box{background-color:#f5f5f5;border-left:4px solid #1e88e5;padding:20px 25px;border-radius:0 8px 8px 0;margin:30px 0}.business-highlight-box h3{font-size:20px;font-weight:600;margin-bottom:15px;color:#333}.business-highlight-box ul{list-style:none;padding:0}.business-highlight-box li{display:flex;align-items:center;margin-bottom:10px}.highlight-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:#1E88E5;color:white;margin-right:12px;font-size:14px}.business-highlight-box p{font-size:15px;line-height:1.6;color:#555}.green-highlight{border-left-color:#43A047}.green-highlight .highlight-icon{background-color:#43A047}.purple-highlight{border-left-color:#8E24AA}.purple-highlight .highlight-icon{background-color:#8E24AA}@media (max-width:768px){.business-area-overview{flex-direction:column;align-items:center}.business-section-header{flex-direction:column;text-align:center}.business-section-icon{margin-right:0;margin-bottom:15px}.business-section-title{text-align:center;display:block}.business-section-title:after{left:50%;transform:translateX(-50%)}.auto-feature-container{flex-direction:column}}@media (max-width:576px){.business-area-card{width:100%}.renewable-energy-grid{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%{text-shadow:0 0 5px rgba(255,255,255,.5),0 0 10px rgba(255,255,255,.5),0 0 15px rgba(59,130,246,.5)}to{text-shadow:0 0 10px rgba(255,255,255,.8),0 0 20px rgba(255,255,255,.8),0 0 30px rgba(59,130,246,.8)}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-color-scheme:dark){.business-content{background:#1f2937;color:#f9fafb}.gallery-item{background:#374151}.gallery-item h3{color:#f9fafb}.gallery-item p{color:#d1d5db}}.gpu-accelerated{transform:translateZ(0);will-change:transform}.scroll-reveal{opacity:0;transform:translateY(50px);transition:all .6s ease-out}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.parallax{transform:translateZ(0);will-change:transform}.mouse-tracking{transition:transform .1s ease-out}.typing-animation{overflow:hidden;border-right:2px solid #3b82f6;white-space:nowrap;margin:0 auto;animation:typing 3.5s steps(40),blink-caret .75s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#3b82f6}}.wave-effect{position:relative;overflow:hidden}.wave-effect:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:wave 2s infinite}@keyframes wave{0%{left:-100%}50%{left:100%}to{left:100%}}