:root{--color-primary:#0d389b;--color-primary-dark:#092a75;--color-primary-light:#1a4fd4;--color-primary-rgb:13, 56, 155;--color-accent:#f59e0b;--color-accent-dark:#d97706;--color-dark:#1a1a2e;--color-text:#333;--color-text-light:#666;--color-light:#f8f9fa;--color-white:#fff;--color-border:#e2e8f0;--color-success:#10b981;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 10px 30px #0000001f;--shadow-xl:0 20px 50px #00000026;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--transition:.3s ease;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--color-dark);font-family:Poppins,sans-serif;font-weight:700;line-height:1.3}h1{font-size:clamp(2rem,5vw,3.2rem)}h2{font-size:clamp(1.6rem,4vw,2.5rem)}h3{font-size:clamp(1.2rem,3vw,1.5rem)}h4{font-size:1.15rem}p{color:var(--color-text-light);margin-bottom:1rem}a{color:var(--color-primary);transition:color var(--transition);text-decoration:none}a:hover{color:var(--color-accent)}img{max-width:100%;height:auto;display:block}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{margin-bottom:.75rem;display:inline-block;position:relative}.section-header h2:after{content:"";background:var(--color-accent);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.section-header p{max-width:640px;margin:1rem auto 0;font-size:1.05rem}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);border:2px solid #0000;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.btn-primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);color:var(--color-white);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-accent{background:var(--color-accent);color:var(--color-white);border-color:var(--color-accent)}.btn-accent:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark);color:var(--color-white);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline{color:var(--color-white);border-color:var(--color-white);background:0 0}.btn-outline:hover{background:var(--color-white);color:var(--color-primary);transform:translateY(-2px)}.btn-outline-primary{color:var(--color-primary);border-color:var(--color-primary);background:0 0}.btn-outline-primary:hover{background:var(--color-primary);color:var(--color-white);transform:translateY(-2px)}.page-banner{text-align:center;background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;height:350px;display:flex;position:relative;overflow:hidden}.page-banner:before{content:"";background:linear-gradient(135deg,#092a75d9,#0d389bbf);position:absolute;inset:0}.page-banner:after{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.page-banner h1{color:var(--color-white);z-index:1;font-size:clamp(2rem,5vw,3rem);position:relative}.page-banner .breadcrumb{color:#fffc;z-index:1;margin-top:.5rem;font-size:.95rem;position:relative}.page-banner .breadcrumb a{color:var(--color-accent)}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}.reveal--up{transform:translateY(40px)}.reveal--down{transform:translateY(-40px)}.reveal--left{transform:translate(-40px)}.reveal--right{transform:translate(40px)}.reveal--zoom{transform:scale(.9)}.reveal.visible{opacity:1;transform:translate(0)scale(1)}.page-banner h1{animation:.8s forwards bannerSlideDown}.page-banner .breadcrumb{opacity:0;animation:1s .3s forwards bannerFadeIn}@keyframes bannerSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes bannerFadeIn{0%{opacity:0}to{opacity:1}}.btn{transition:all .3s cubic-bezier(.25,.46,.45,.94)}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.btn:active{transform:translateY(0)}a[class*=__link]:hover svg,a[class*=__link]:hover .icon{transition:transform .3s;transform:translate(4px)}.product-card:hover .product-card__image img,.about-teaser__image:hover img,.about-story__image:hover img{transition:transform .6s cubic-bezier(.25,.46,.45,.94);transform:scale(1.05)}.section-header h2{display:inline-block;position:relative}.section-header h2:after{content:"";background:var(--color-accent);border-radius:2px;width:60px;height:4px;transition:transform .6s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:-8px;left:50%;transform:translate(-50%)scaleX(0)}.reveal.visible .section-header h2:after{transform:translate(-50%)scaleX(1)}.reveal.visible .service-card,.reveal.visible .why-choose-item,.reveal.visible .core-value-card,.reveal.visible .cert-card{opacity:0;animation:.6s cubic-bezier(.25,.46,.45,.94) forwards cardFadeUp}.reveal.visible .service-card:first-child,.reveal.visible .why-choose-item:first-child,.reveal.visible .core-value-card:first-child,.reveal.visible .cert-card:first-child{animation-delay:0s}.reveal.visible .service-card:nth-child(2),.reveal.visible .why-choose-item:nth-child(2),.reveal.visible .core-value-card:nth-child(2),.reveal.visible .cert-card:nth-child(2){animation-delay:.1s}.reveal.visible .service-card:nth-child(3),.reveal.visible .why-choose-item:nth-child(3),.reveal.visible .core-value-card:nth-child(3),.reveal.visible .cert-card:nth-child(3){animation-delay:.2s}.reveal.visible .service-card:nth-child(4),.reveal.visible .why-choose-item:nth-child(4),.reveal.visible .core-value-card:nth-child(4),.reveal.visible .cert-card:nth-child(4){animation-delay:.3s}.reveal.visible .service-card:nth-child(5),.reveal.visible .why-choose-item:nth-child(5),.reveal.visible .core-value-card:nth-child(5),.reveal.visible .cert-card:nth-child(5){animation-delay:.4s}.reveal.visible .service-card:nth-child(6),.reveal.visible .why-choose-item:nth-child(6),.reveal.visible .core-value-card:nth-child(6){animation-delay:.5s}@keyframes cardFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-item{opacity:0;animation:.5s cubic-bezier(.25,.46,.45,.94) forwards statPop}.stat-item:first-child{animation-delay:0s}.stat-item:nth-child(2){animation-delay:.15s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item:nth-child(4){animation-delay:.45s}@keyframes statPop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.service-card:hover .service-card__icon,.why-choose-item:hover .why-choose-item__icon,.core-value-card:hover .core-value-card__icon,.cert-card:hover .cert-card__icon{animation:.4s iconPulse}@keyframes iconPulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@media (width<=768px){.section{padding:3.5rem 0}.section-header{margin-bottom:2.5rem}.reveal--left,.reveal--right{transform:translateY(30px)}}@media (prefers-reduced-motion:reduce){.reveal,.btn,.stat-item,.page-banner h1,.page-banner .breadcrumb{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}.reveal.visible .service-card,.reveal.visible .why-choose-item,.reveal.visible .core-value-card,.reveal.visible .cert-card{opacity:1!important;animation:none!important}}.navbar{z-index:1000;background:0 0;width:100%;transition:background .3s,box-shadow .3s;animation:.6s navSlideDown;position:fixed;top:0;left:0}@keyframes navSlideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.navbar.scrolled{background:#fff;box-shadow:0 2px 15px #0000001a}.navbar__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.navbar__logo img{filter:brightness(0)invert();width:auto;height:45px;transition:filter .3s}.navbar.scrolled .navbar__logo img{filter:none}.navbar__links{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.navbar__link{color:#fff;padding:.25rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.navbar.scrolled .navbar__link{color:#1a1a2e}.navbar__link:after{content:"";background:#f59e0b;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.navbar__link:hover{color:#f59e0b}.navbar.scrolled .navbar__link:hover{color:#0d389b}.navbar__link:hover:after,.navbar__link--active:after{width:100%}.navbar__link--active{color:#f59e0b;font-weight:600}.navbar.scrolled .navbar__link--active{color:#f59e0b}.navbar__link--dropdown{align-items:center;gap:4px;display:inline-flex}.dropdown-arrow{font-size:10px;transition:transform .3s}.dropdown-arrow.rotated{transform:rotate(180deg)}.navbar__dropdown{position:relative}.navbar__dropdown-menu{opacity:0;visibility:hidden;z-index:1001;background:#fff;border-radius:10px;min-width:260px;padding:.5rem 0;transition:opacity .25s,transform .25s,visibility .25s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 10px 40px #0000001f}.navbar__dropdown-menu:before{content:"";border-bottom:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.navbar__dropdown-menu.open{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.navbar__dropdown-item{color:#333;padding:.7rem 1.5rem;font-size:.92rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s,padding-left .2s;display:block}.navbar__dropdown-item:hover{color:#0d389b;background:#0d389b0f;padding-left:1.8rem}.navbar__dropdown-item--all{color:#0d389b;border-bottom:1px solid #f0f0f0;margin-bottom:.25rem;font-weight:600}.navbar__dropdown-item--all:hover{background:#0d389b0f}.navbar__mobile-submenu{display:none}.navbar__btn{color:#fff;background:0 0;border:2px solid #fff;border-radius:6px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .3s,color .3s,border-color .3s,transform .2s;display:inline-block}.navbar__btn:hover{color:#fff;background:#ffffff26;transform:translateY(-1px)}.navbar.scrolled .navbar__btn{color:#fff;background:#0d389b;border-color:#0d389b}.navbar.scrolled .navbar__btn:hover{background:#0a2d7a;border-color:#0a2d7a}.navbar__links-cta{display:none}.navbar__hamburger{color:#fff;cursor:pointer;z-index:1001;background:0 0;border:none;font-size:28px;transition:color .3s;display:none}.navbar.scrolled .navbar__hamburger{color:#1a1a2e}.navbar__overlay{display:none}.navbar__links li:first-child{order:1}.navbar__links li:nth-child(2){order:2}.navbar__links .navbar__dropdown{order:3}.navbar__links li:nth-child(3){order:4}.navbar__links li:nth-child(4){order:5}.navbar__links li:nth-child(5){order:6}.navbar__links .navbar__links-cta{order:7}@media (width<=768px){.navbar__hamburger{display:block}.navbar__btn--desktop{display:none}.navbar__links{z-index:1000;background:#fff;flex-direction:column;justify-content:flex-start;gap:0;width:75%;max-width:320px;height:100vh;padding:5rem 2rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-5px 0 20px #00000026}.navbar__links.active{right:0}.navbar__links li{width:100%;order:unset!important}.navbar__link{color:#1a1a2e;border-bottom:1px solid #f0f0f0;padding:.85rem 0;font-size:1.05rem;display:block}.navbar__links .navbar__btn{color:#fff;background:#0d389b;border-color:#0d389b}.navbar__dropdown-menu{display:none!important}.navbar__mobile-submenu{border-left:3px solid #0d389b;flex-direction:column;margin-bottom:.5rem;margin-left:.5rem;padding-left:1rem;display:flex}.navbar__mobile-sublink{color:#555;border-bottom:1px solid #f5f5f5;padding:.6rem 0;font-size:.95rem;text-decoration:none;transition:color .2s;display:block}.navbar__mobile-sublink:hover{color:#0d389b}.navbar__links-cta{margin-top:1rem;display:block}.navbar__links-cta .navbar__btn{text-align:center;width:100%;display:block}.navbar__overlay{z-index:999;background:#0006;width:100%;height:100vh;display:block;position:fixed;top:0;left:0}}.footer{color:#ccc;background:#1a1a2e;padding-top:4rem}.footer__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer__grid{grid-template-columns:repeat(4,1fr);gap:2.5rem;display:grid}.footer__logo{filter:brightness(0)invert();width:auto;height:50px;margin-bottom:1rem}.footer__description{color:#aaa;font-size:.9rem;line-height:1.7}.footer__socials{gap:.75rem;margin-top:1rem;display:flex}.footer__socials a{color:#ccc;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:background .3s,color .3s,transform .3s;display:flex}.footer__socials a:hover{color:#fff;background:#f59e0b;transform:translateY(-2px)}.footer__heading{color:#fff;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700;position:relative}.footer__heading:after{content:"";background:#f59e0b;border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;left:0}.footer__list{margin:0;padding:0;list-style:none}.footer__list li{margin-bottom:.6rem}.footer__link{color:#aaa;font-size:.9rem;text-decoration:none;transition:color .3s,padding-left .3s}.footer__link:hover{color:#f59e0b;padding-left:5px}.footer__service{color:#aaa;font-size:.9rem}.footer__contact-list{margin:0;padding:0;list-style:none}.footer__contact-list li{align-items:flex-start;gap:10px;margin-bottom:1rem;font-size:.9rem;line-height:1.5;display:flex}.footer__icon{color:#f59e0b;flex-shrink:0;margin-top:3px;font-size:1rem}.footer__bottom{border-top:1px solid #ffffff1a;margin-top:3rem;padding:1.25rem 0}.footer__bottom-container{color:#888;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;font-size:.85rem;display:flex}.footer__powered-link{color:#f59e0b;font-weight:500;text-decoration:none;transition:color .3s}.footer__powered-link:hover{color:#fff}@media (width<=992px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.footer__grid{grid-template-columns:1fr}.footer__bottom-container{text-align:center;flex-direction:column;gap:.5rem}}.whatsapp-button{color:#fff;z-index:9999;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:32px;text-decoration:none;transition:transform .3s,box-shadow .3s;animation:2s infinite whatsapp-pulse;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 12px #25d36666}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}@keyframes whatsapp-pulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media (width<=768px){.whatsapp-button{width:52px;height:52px;font-size:28px;bottom:20px;right:20px}}.home-services{background:var(--color-light)}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.services-grid{grid-template-columns:1fr}}.about-teaser{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-teaser__image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.about-teaser__image img{object-fit:cover;aspect-ratio:4/3;width:100%;height:100%}.about-teaser__content h2{margin-bottom:1.5rem;display:inline-block;position:relative}.about-teaser__content h2:after{content:"";background:var(--color-accent);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-8px;left:0}.about-teaser__content p{margin-bottom:1.25rem;line-height:1.8}.about-teaser__content .btn{margin-top:.5rem}@media (width<=768px){.about-teaser{grid-template-columns:1fr;gap:2rem}}.why-choose{background:var(--color-light)}.why-choose-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.why-choose-item{text-align:center;background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);padding:2rem 1.5rem}.why-choose-item:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.why-choose-item__icon{background:rgba(var(--color-primary-rgb), .1);width:70px;height:70px;color:var(--color-primary);transition:background var(--transition), color var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.2rem;font-size:26px;display:flex}.why-choose-item:hover .why-choose-item__icon{background:var(--color-primary);color:var(--color-white)}.why-choose-item h4{color:var(--color-dark);margin-bottom:.5rem}.why-choose-item p{color:var(--color-text-light);font-size:.9rem;line-height:1.6}@media (width<=992px){.why-choose-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.why-choose-grid{grid-template-columns:1fr}}.cta-banner{background:linear-gradient(135deg, var(--color-primary-dark), var(--color-primary), var(--color-primary-light));text-align:center;padding:5rem 0;position:relative;overflow:hidden}.cta-banner:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.cta-banner .container{z-index:1;position:relative}.cta-banner h2{color:var(--color-white);margin-bottom:1rem;font-size:clamp(1.6rem,4vw,2.5rem)}.cta-banner p{color:#ffffffe6;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.cta-banner__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.stats-section{background:var(--color-primary);padding:4rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item{color:var(--color-white)}.stat-item__number{color:var(--color-accent);margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:2.8rem;font-weight:800;line-height:1}.stat-item__label{color:#ffffffd9;text-transform:uppercase;letter-spacing:1px;font-size:.95rem;font-weight:500}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=480px){.stats-grid{grid-template-columns:1fr}}.hero-carousel{height:85vh;min-height:500px;max-height:800px;position:relative;overflow:hidden}.hero-slide{opacity:0;transition:opacity 1s;position:absolute;inset:0}.hero-slide.active{opacity:1}.hero-slide__image{position:absolute;inset:0}.hero-slide__image img{object-fit:cover;width:100%;height:100%}.hero-slide__overlay{background:linear-gradient(135deg,#0d389bd9 0%,#092a75b3 50%,#00000080 100%);position:absolute;inset:0}.hero-slide__content{text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem;display:flex;position:absolute;inset:0}.hero-slide__content h1{color:var(--color-white);max-width:800px;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem)}.hero-slide__content p{color:#ffffffe6;max-width:600px;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.2rem)}.hero-slide__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-carousel__indicators{z-index:3;gap:.75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-carousel__dot{cursor:pointer;width:12px;height:12px;transition:all var(--transition);background:#fff6;border:none;border-radius:50%}.hero-carousel__dot.active{background:var(--color-accent);transform:scale(1.3)}.hero-carousel__arrow{z-index:3;color:var(--color-white);cursor:pointer;width:48px;height:48px;transition:all var(--transition);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-carousel__arrow:hover{background:#ffffff4d}.hero-carousel__arrow--left{left:1.5rem}.hero-carousel__arrow--right{right:1.5rem}@media (width<=768px){.hero-carousel{height:70vh;min-height:400px}.hero-carousel__arrow{width:36px;height:36px;font-size:1rem}}.about-story{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-story__image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.about-story__image img{object-fit:cover;aspect-ratio:4/3;width:100%;height:100%}.about-story__content h2{margin-bottom:1.5rem;display:inline-block;position:relative}.about-story__content h2:after{content:"";background:var(--color-accent);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-8px;left:0}.about-story__content p{margin-bottom:1.25rem;line-height:1.8}@media (width<=768px){.about-story{grid-template-columns:1fr;gap:2rem}}.vision-mission{background:var(--color-light)}.vision-mission__grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.vision-mission__card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;transition:transform var(--transition), box-shadow var(--transition);padding:2.5rem}.vision-mission__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.vision-mission__icon{background:rgba(var(--color-primary-rgb), .1);width:80px;height:80px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:32px;display:flex}.vision-mission__card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.4rem}.vision-mission__card p{color:var(--color-text-light);line-height:1.8}@media (width<=768px){.vision-mission__grid{grid-template-columns:1fr}}.core-values__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.core-value-card{text-align:center;background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);padding:2rem 1.5rem}.core-value-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.core-value-card__icon{background:rgba(var(--color-primary-rgb), .1);width:65px;height:65px;color:var(--color-primary);transition:background var(--transition), color var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:24px;display:flex}.core-value-card:hover .core-value-card__icon{background:var(--color-primary);color:var(--color-white)}.core-value-card h4{color:var(--color-dark);margin-bottom:.5rem}.core-value-card p{color:var(--color-text-light);font-size:.9rem;line-height:1.6}@media (width<=992px){.core-values__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.core-values__grid{grid-template-columns:1fr}}.certifications{background:var(--color-light)}.certifications__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.cert-card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-align:center;transition:transform var(--transition), box-shadow var(--transition);border-top:4px solid var(--color-primary);padding:2rem}.cert-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.cert-card__icon{background:rgba(var(--color-primary-rgb), .1);width:60px;height:60px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:24px;display:flex}.cert-card h4{color:var(--color-dark);margin-bottom:.75rem;font-size:1.1rem}.cert-card p{color:var(--color-text-light);margin-bottom:.25rem;font-size:.88rem;line-height:1.6}.cert-card .cert-valid{color:var(--color-success);font-size:.85rem;font-weight:600}@media (width<=992px){.certifications__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.certifications__grid{grid-template-columns:1fr}}.service-detail{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.service-detail.reverse{direction:rtl}.service-detail.reverse>*{direction:ltr}.service-detail__image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.service-detail__image img{object-fit:cover;aspect-ratio:4/3;width:100%;height:100%;transition:transform .5s}.service-detail__image:hover img{transform:scale(1.05)}.service-detail__content h2{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex;position:relative}.service-detail__content h2 .service-icon{background:rgba(var(--color-primary-rgb), .1);width:50px;height:50px;color:var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;display:flex}.service-detail__content p{margin-bottom:1.25rem;line-height:1.8}.service-detail__list{margin-top:1rem}.service-detail__list li{color:var(--color-text);margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.service-detail__list li:before{content:"";background:var(--color-accent);border-radius:50%;width:8px;height:8px;position:absolute;top:10px;left:0}.service-separator{background:var(--color-border);border:none;height:1px;margin:0}.services-alt-bg{background:var(--color-light)}@media (width<=768px){.service-detail{grid-template-columns:1fr;gap:2rem}.service-detail.reverse{direction:ltr}}.service-hero{text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;height:400px;display:flex;position:relative}.service-hero__overlay{background:linear-gradient(135deg,#092a75e0,#0d389bbf);position:absolute;inset:0}.service-hero__content{z-index:1;position:relative}.service-hero__icon{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1rem;font-size:30px;display:flex}.service-hero h1{color:#fff;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem)}.service-hero .breadcrumb{color:#fffc;font-size:.95rem}.service-hero .breadcrumb a{color:#f59e0b}.service-page-layout{grid-template-columns:1fr 320px;align-items:start;gap:3rem;display:grid}.service-intro__lead{color:var(--color-text);font-size:1.15rem;font-weight:500;line-height:1.8}.service-section-title{border-bottom:3px solid var(--color-accent);margin-top:3rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:inline-block}.service-offerings{grid-template-columns:1fr;gap:1.25rem;display:grid}.service-offering-card{background:var(--color-light);border-radius:var(--radius-md);border-left:4px solid var(--color-primary);padding:1.5rem;transition:transform .3s,box-shadow .3s}.service-offering-card:hover{box-shadow:var(--shadow-md);transform:translate(5px)}.service-offering-card h4{color:var(--color-primary);margin-bottom:.5rem;font-family:Poppins,sans-serif}.service-offering-card p{color:var(--color-text-light);margin-bottom:0;line-height:1.7}.service-highlights{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.service-highlights li{background:var(--color-light);border-radius:var(--radius-sm);align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.highlight-icon{color:var(--color-success);flex-shrink:0;margin-top:2px;font-size:18px}.service-highlights li span{color:var(--color-text);font-size:.95rem;line-height:1.5}.service-gallery{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.service-gallery__item{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.service-gallery__item img{object-fit:cover;width:100%;height:220px;transition:transform .5s}.service-gallery__item:hover img{transform:scale(1.05)}.service-cta-box{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));border-radius:var(--radius-lg);text-align:center;margin-top:3rem;padding:2rem}.service-cta-box p{color:#ffffffe6;margin-bottom:1.25rem;font-size:1.15rem;font-weight:500}.service-cta-box .btn{background:var(--color-accent);border-color:var(--color-accent)}.service-cta-box .btn:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark)}.sidebar-card{border-radius:var(--radius-md);box-shadow:var(--shadow-md);background:#fff;margin-bottom:1.5rem;padding:1.5rem}.sidebar-card h3{border-bottom:2px solid var(--color-light);margin-bottom:1rem;padding-bottom:.75rem;font-size:1.15rem}.sidebar-services{list-style:none}.sidebar-services li{margin-bottom:0}.sidebar-services li a{color:var(--color-text);border-radius:var(--radius-sm);border-bottom:1px solid var(--color-light);align-items:center;gap:.75rem;padding:.85rem .75rem;font-size:.92rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-services li:last-child a{border-bottom:none}.sidebar-services li a:hover{color:var(--color-primary);background:#0d389b0f;padding-left:1rem}.sidebar-services li.active a{background:var(--color-primary);color:#fff;font-weight:600}.sidebar-icon{flex-shrink:0;font-size:16px}.sidebar-contact{background:var(--color-light);text-align:center}.sidebar-contact h3{border-bottom-color:var(--color-border)}.sidebar-contact p{margin-bottom:1rem;font-size:.92rem}.sidebar-phone{color:var(--color-primary);margin-bottom:.5rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:block}.sidebar-phone:hover{color:var(--color-accent)}.sidebar-email{color:var(--color-text-light);word-break:break-all;font-size:.9rem;text-decoration:none;display:block}.sidebar-email:hover{color:var(--color-primary)}@media (width<=968px){.service-page-layout{grid-template-columns:1fr}.service-page-sidebar{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.sidebar-card{margin-bottom:0}}@media (width<=768px){.service-hero{height:320px}.service-highlights,.service-gallery,.service-page-sidebar{grid-template-columns:1fr}}.products-filter{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.products-filter__btn{border:2px solid var(--color-border);background:var(--color-white);color:var(--color-text);cursor:pointer;transition:all var(--transition);border-radius:30px;padding:.6rem 1.5rem;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600}.products-filter__btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.products-filter__btn.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.products-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.products-grid--animated{animation:.4s fadeInGrid}@keyframes fadeInGrid{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.products-grid{grid-template-columns:1fr}}.projects-filter{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.projects-filter__btn{border:2px solid var(--color-border);background:var(--color-white);color:var(--color-text);cursor:pointer;transition:all var(--transition);border-radius:30px;padding:.6rem 1.5rem;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600}.projects-filter__btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.projects-filter__btn.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.projects-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.projects-grid--animated{animation:.4s fadeInProjects}@keyframes fadeInProjects{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.project-card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);overflow:hidden}.project-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.project-card__image{aspect-ratio:16/10;cursor:pointer;width:100%;position:relative;overflow:hidden}.project-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover .project-card__image img{transform:scale(1.08)}.project-card__image:after{content:"";transition:background var(--transition);background:0 0;position:absolute;inset:0}.project-card:hover .project-card__image:after{background:#00000026}.project-card__badge{background:var(--color-primary);color:var(--color-white);letter-spacing:.3px;z-index:1;border-radius:20px;padding:4px 14px;font-size:.78rem;font-weight:600;position:absolute;top:12px;left:12px}.project-card__content{padding:1.25rem}.project-card__title{color:var(--color-dark);margin-bottom:.4rem;font-size:1.1rem;font-weight:700}.project-card__desc{color:var(--color-text-light);font-size:.88rem;line-height:1.6}.project-lightbox{z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:2rem;animation:.3s lightboxFadeIn;display:flex;position:fixed;inset:0}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.project-lightbox__inner{width:100%;max-width:900px;max-height:90vh;position:relative}.project-lightbox__inner img{object-fit:contain;border-radius:var(--radius-md);width:100%;max-height:75vh}.project-lightbox__title{color:var(--color-white);text-align:center;margin-top:1rem;font-size:1.2rem;font-weight:600}.project-lightbox__close{color:var(--color-white);cursor:pointer;width:40px;height:40px;transition:color var(--transition);background:0 0;border:none;justify-content:center;align-items:center;font-size:2rem;display:flex;position:absolute;top:-40px;right:0}.project-lightbox__close:hover{color:var(--color-accent)}@media (width<=992px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.projects-grid{grid-template-columns:1fr}}.contact-info-cards{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.contact-info-card{background:var(--color-white);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);border-top:4px solid var(--color-primary);padding:2rem}.contact-info-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.contact-info-card__icon{background:rgba(var(--color-primary-rgb), .1);width:65px;height:65px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:24px;display:flex}.contact-info-card h4{color:var(--color-dark);margin-bottom:.75rem}.contact-info-card p{color:var(--color-text-light);margin-bottom:.25rem;font-size:.92rem;line-height:1.7}.contact-info-card a{color:var(--color-primary);font-weight:500}.contact-info-card a:hover{color:var(--color-accent)}.contact-content{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.contact-form-wrapper{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2.5rem}.contact-form-wrapper h3{color:var(--color-dark);margin-bottom:.5rem}.contact-form-wrapper>p{color:var(--color-text-light);margin-bottom:2rem}.contact-form .form-group{margin-bottom:1.25rem}.contact-form .form-group label{color:var(--color-dark);margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.contact-form .form-group input,.contact-form .form-group textarea,.contact-form .form-group select{border:2px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-text);transition:border-color var(--transition);background:var(--color-white);padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.95rem}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus,.contact-form .form-group select:focus{border-color:var(--color-primary);outline:none}.contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-form .form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-form .btn{justify-content:center;width:100%;padding:1rem;font-size:1rem}.contact-form .btn:disabled{opacity:.7;cursor:not-allowed}.spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-success{color:var(--color-success);border-radius:var(--radius-sm);text-align:center;background:#10b9811a;margin-top:1rem;padding:1rem;font-weight:600}.form-error{color:#ef4444;border-radius:var(--radius-sm);text-align:center;background:#ef44441a;margin-top:1rem;padding:1rem;font-weight:600}.contact-map{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);height:100%;min-height:450px;overflow:hidden}.contact-map iframe{border:none;width:100%;height:100%;min-height:450px}@media (width<=992px){.contact-info-cards{grid-template-columns:1fr}}@media (width<=768px){.contact-content,.contact-form .form-row{grid-template-columns:1fr}.contact-map,.contact-map iframe{min-height:350px}}
