#welcome-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#95c11f;display:flex;justify-content:center;align-items:center;z-index:99999;opacity:1;visibility:visible;transition:opacity .8s ease-out,visibility .8s ease-out}#welcome-screen.hidden{opacity:0;visibility:hidden}.welcome-content{text-align:center;animation:contentFadeIn 1.2s ease-out forwards;display:flex;flex-direction:column;align-items:center;justify-content:center}.welcome-logo{width:180px;height:auto;margin-bottom:32px;animation:logoFloat 2s ease-in-out infinite;display:block}.welcome-content h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:12px;font-family:Outfit,sans-serif;letter-spacing:.5px}.welcome-content p{font-size:1.1rem;color:rgba(255,255,255,.9);font-weight:400;font-family:Outfit,sans-serif}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(12px)}100%{opacity:1;transform:translateY(0)}}@keyframes logoFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:768px){.welcome-logo{width:140px}.welcome-content h1{font-size:1.8rem}.welcome-content p{font-size:1rem}}@media (max-width:480px){.welcome-logo{width:120px}.welcome-content h1{font-size:1.5rem}.welcome-content p{font-size:.9rem}}:root{--green-50:#f7fee7;--green-100:#ecfccb;--green-200:#d9f99d;--green-300:#bef264;--green-400:#a3e635;--green-500:#95C11F;--green-600:#84ac1b;--green-700:#739618;--green-800:#628114;--green-900:#516b11;--primary:#95C11F;--primary-dark:#84ac1b;--primary-light:#bef264;--teal-50:#f0fdfa;--teal-100:#ccfbf1;--teal-200:#99f6e4;--teal-300:#5eead4;--teal-400:#2dd4bf;--teal-500:#14b8a6;--teal-600:#0d9488;--dark:#1f2937;--dark-100:#111827;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);--shadow-2xl:0 25px 50px -12px rgba(0, 0, 0, 0.25);--shadow-card:0 4px 30px rgba(0, 0, 0, 0.05);--glass-bg:rgba(255, 255, 255, 0.85);--glass-border:rgba(255, 255, 255, 0.4);--glass-blur:blur(16px);--transition-fast:150ms ease;--transition-normal:300ms ease;--transition-slow:500ms ease;--font-family:'Outfit',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;padding-top:90px;font-family:var(--font-family);font-size:16px;line-height:1.6;color:var(--dark);background:linear-gradient(180deg,#fff 0,#f7fee7 100%);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.2;color:var(--dark)}h1{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:800;letter-spacing:-.02em}h2{font-size:clamp(2rem, 4vw, 3rem);font-weight:700}h3{font-size:clamp(1.25rem, 2vw, 1.5rem);font-weight:600}p{margin:0;color:var(--gray-600)}a{text-decoration:none;color:inherit;transition:var(--transition-normal)}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;outline:0}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.text-center{text-align:center}.text-gradient{background:linear-gradient(135deg,var(--primary) 0,var(--teal-500) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero{position:relative;min-height:500px;max-height:600px;display:flex;align-items:center;padding:30px 80px 160px;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.4) 30%,rgba(0,0,0,.2) 60%,rgba(0,0,0,.3) 100%);z-index:1}.hero-image{position:absolute;top:0;right:0;width:70%;height:100%;background-image:url('../assets/hero-bg.png');background-size:cover;background-position:center;mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.8) 50%,black 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.8) 50%,black 100%);z-index:0}.hero-particles{position:absolute;inset:0;z-index:2;pointer-events:none}.hero-particles::after,.hero-particles::before{content:'';position:absolute;width:300px;height:300px;border-radius:50%;animation:float 20s infinite ease-in-out}.hero-particles::before{top:20%;right:30%;background:radial-gradient(circle,rgba(52,211,153,.15) 0,transparent 70%);animation-delay:0s}.hero-particles::after{bottom:20%;right:20%;background:radial-gradient(circle,rgba(20,184,166,.1) 0,transparent 70%);animation-delay:-10s}.hero-waves{position:absolute;bottom:0;left:0;width:100%;height:200px;z-index:3;pointer-events:none}.wave{position:absolute;bottom:0;left:0;width:100%;height:100%}.wave-1{animation:wave 25s linear infinite}.wave-2{animation:wave 20s linear infinite reverse;opacity:.6}.hero-content{position:relative;z-index:10;max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;color:var(--primary);background:rgba(149,193,31,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(149,193,31,.4);border-radius:var(--radius-full);margin-bottom:12px}.hero-badge svg{color:var(--primary)}.hero-content h1{font-size:clamp(2rem, 4vw, 3rem);line-height:1.1;margin-bottom:12px;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-description{font-size:18px;line-height:1.7;color:rgba(255,255,255,.9);margin-bottom:20px;max-width:540px;text-shadow:0 1px 10px rgba(0,0,0,.2)}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:20px}.hero-actions .btn-secondary{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff}.hero-actions .btn-secondary:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5)}.hero-actions .btn-secondary svg{color:#fff}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:10}.mouse{width:26px;height:42px;border:2px solid rgba(255,255,255,.5);border-radius:13px;display:flex;justify-content:center;padding-top:8px}.wheel{width:4px;height:8px;background:var(--primary);border-radius:2px;animation:scroll-wheel 2s infinite}.services-section{position:relative;padding:0;margin-top:-100px;z-index:15}.service-icon{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:var(--transition-normal)}.service-icon svg{width:48px;height:48px}.service-icon.civil{background:linear-gradient(135deg,rgba(217,119,6,.15) 0,rgba(217,119,6,.05) 100%)}.service-icon.smart-city{background:linear-gradient(135deg,rgba(2,132,199,.15) 0,rgba(2,132,199,.05) 100%)}.service-icon.energy{background:linear-gradient(135deg,rgba(245,158,11,.15) 0,rgba(245,158,11,.05) 100%)}.service-icon.transport{background:linear-gradient(135deg,rgba(5,150,105,.15) 0,rgba(5,150,105,.05) 100%)}.page-hero{padding:180px 80px 100px;background:linear-gradient(135deg,#fff 0,rgba(240,253,250,.95) 50%,rgba(204,251,241,.5) 100%)}.page-hero.small{padding:160px 80px 80px}.page-hero h1{margin-bottom:16px}.page-hero p{font-size:18px;max-width:600px}.page-hero.event-hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:flex-start;background:var(--dark);padding:180px 80px 100px;overflow:hidden}.page-hero.event-hero .hero-bg{position:absolute;inset:0;z-index:0}.page-hero.event-hero .hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.page-hero.event-hero .hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 100%);z-index:1}.page-hero.event-hero .hero-content-wrapper{position:relative;z-index:10;max-width:700px}.page-hero.event-hero .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:rgba(149,193,31,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(149,193,31,.4);border-radius:50px;font-size:14px;font-weight:500;color:var(--primary);margin-bottom:24px}.page-hero.event-hero .hero-badge svg{color:var(--primary)}.page-hero.event-hero h1{font-size:clamp(2rem, 5vw, 2.5rem);font-weight:700;color:#fff;text-shadow:0 4px 30px rgba(0,0,0,.4);margin-bottom:20px;line-height:1.2}.page-hero.event-hero p{font-size:clamp(1rem, 2vw, 1.25rem);color:rgba(255,255,255,.9);line-height:1.7;max-width:600px;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media (max-width:768px){.page-hero.event-hero{min-height:60vh;padding:140px 24px 80px}.page-hero.event-hero .hero-badge{padding:8px 16px;font-size:12px}}.page-hero.education-hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:flex-start;background:var(--dark);padding:180px 80px 100px;overflow:hidden}.page-hero.education-hero .hero-bg{position:absolute;inset:0;z-index:0}.page-hero.education-hero .hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 75%}.page-hero.education-hero .hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.65) 0,rgba(0,0,0,.45) 50%,rgba(0,0,0,.55) 100%);z-index:1}.page-hero.education-hero .hero-content-wrapper{position:relative;z-index:10;max-width:700px}.page-hero.education-hero .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:rgba(149,193,31,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(149,193,31,.4);border-radius:50px;font-size:14px;font-weight:500;color:var(--primary);margin-bottom:24px}.page-hero.education-hero .hero-badge svg{color:var(--primary)}.page-hero.education-hero h1{font-size:clamp(2rem, 5vw, 2.5rem);font-weight:700;color:#fff;text-shadow:0 4px 30px rgba(0,0,0,.4);margin-bottom:20px;line-height:1.2}.page-hero.education-hero p{font-size:clamp(1rem, 2vw, 1.25rem);color:rgba(255,255,255,.9);line-height:1.7;max-width:600px;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media (max-width:768px){.page-hero.education-hero{min-height:60vh;padding:140px 24px 80px}.page-hero.education-hero .hero-badge{padding:8px 16px;font-size:12px}}.page-hero.with-bg-image{position:relative;min-height:70vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:var(--dark);overflow:hidden}.page-hero.with-bg-image .hero-bg-image{position:absolute;inset:0;z-index:0}.page-hero.with-bg-image .hero-bg-image img{width:100%;height:100%;object-fit:cover;object-position:center}.page-hero.with-bg-image .hero-bg-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.65) 0,rgba(0,0,0,.45) 50%,rgba(0,0,0,.55) 100%);z-index:1}.page-hero.with-bg-image .hero-badge,.page-hero.with-bg-image h1,.page-hero.with-bg-image p{position:relative;z-index:10}.page-hero.with-bg-image .hero-badge{background:rgba(149,193,31,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(149,193,31,.4)}.page-hero.with-bg-image h1{color:#fff;text-shadow:0 4px 30px rgba(0,0,0,.4)}.page-hero.with-bg-image h1 .gradient-text{background:linear-gradient(135deg,var(--primary) 0,#7dd3fc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 10px rgba(149, 193, 31, .3))}.page-hero.with-bg-image p{color:rgba(255,255,255,.9);text-shadow:0 2px 10px rgba(0,0,0,.3)}@media (max-width:768px){.page-hero.with-bg-image{min-height:60vh}}.content{padding:80px;background:#fff}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr);gap:20px}.hero{padding:120px 60px 80px}.services-section{padding:0 60px 80px;margin-top:-60px}}@media (max-width:1024px){.hero{padding:120px 40px 80px;min-height:90vh}.hero-content h1{font-size:clamp(2rem, 5vw, 3rem)}.hero-description{font-size:16px;margin-bottom:32px}.services-section{padding:0 40px 80px;margin-top:-40px}.service-card{padding:28px 20px}.service-icon{width:64px;height:64px}.service-icon svg{width:40px;height:40px}.content,.page-hero{padding:140px 40px 80px}.page-hero.small{padding:120px 40px 60px}}@media (max-width:768px){.hero{padding:100px 24px 60px;min-height:auto;align-items:flex-start;padding-top:120px}.hero-image{width:100%;height:60%;top:auto;bottom:0;opacity:.4;mask-image:linear-gradient(to top,black 0%,rgba(0,0,0,0.5) 50%,transparent 100%);-webkit-mask-image:linear-gradient(to top,black 0%,rgba(0,0,0,0.5) 50%,transparent 100%)}.hero-gradient{background:linear-gradient(180deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.4) 40%,rgba(0,0,0,.3) 70%,rgba(0,0,0,.5) 100%)}.hero-content{text-align:center;max-width:100%;padding-top:20px}.hero-content h1{font-size:clamp(1.75rem, 7vw, 2.5rem);margin-bottom:20px}.hero-content h1 br{display:none}.hero-description{font-size:15px;margin-left:auto;margin-right:auto;margin-bottom:28px;line-height:1.6}.hero-actions{justify-content:center;gap:12px}.hero-actions .btn-primary,.hero-actions .btn-secondary{padding:14px 24px;font-size:14px;width:100%;justify-content:center}.hero-particles::after,.hero-particles::before{width:200px;height:200px}.hero-waves{height:100px}.services-section{padding:40px 24px 60px;margin-top:0}.services-grid{grid-template-columns:1fr;gap:16px}.service-card{padding:24px 20px;display:flex;flex-direction:row;align-items:flex-start;gap:16px}.service-card .service-icon{flex-shrink:0;width:56px;height:56px;margin-bottom:0}.service-card .service-icon svg{width:36px;height:36px}.service-card-content{flex:1}.service-card h3{font-size:1.1rem;margin-bottom:8px}.service-card p{font-size:13px;margin-bottom:12px;line-height:1.5}.service-link{width:36px;height:36px;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.scroll-indicator{display:none}.content,.page-hero{padding:100px 24px 50px}.page-hero.small{padding:100px 24px 40px}.page-hero h1{font-size:clamp(1.5rem, 6vw, 2rem)}.page-hero p{font-size:15px}}@media (max-width:480px){.hero{padding:100px 16px 50px}.hero-content h1{font-size:1.6rem;margin-bottom:16px}.hero-description{font-size:14px;margin-bottom:24px}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn-primary,.hero-actions .btn-secondary{padding:14px 20px;font-size:14px}.services-section{padding:30px 16px 50px}.services-grid{gap:12px}.service-card{padding:20px 16px;gap:12px}.service-card .service-icon{width:48px;height:48px}.service-card .service-icon svg{width:32px;height:32px}.service-card h3{font-size:1rem}.service-card p{font-size:12px}.service-link{width:32px;height:32px;right:16px}.content,.page-hero{padding:90px 16px 40px}}@media (max-width:360px){.hero{padding:90px 12px 40px}.hero-content h1{font-size:1.4rem}.hero-description{font-size:13px}.services-section{padding:24px 12px 40px}.service-card{padding:16px 12px}.content,.page-hero{padding:85px 12px 32px}}.header-backdrop{position:fixed;top:0;left:0;right:0;width:100%;height:90px;background-color:#fff;z-index:999;pointer-events:none}.site-header{position:fixed;top:16px;left:50%;transform:translateX(-50%);width:calc(100% - 48px);max-width:1400px;background:#fff;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--gray-200);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);z-index:1000;transition:var(--transition-normal)}.site-header.scrolled{background:#fff;box-shadow:var(--shadow-xl)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;gap:24px}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.logo-icon{display:flex;align-items:center;justify-content:center}.logo-icon svg{width:40px;height:28px}.logo-icon img{width:140px;height:auto;object-fit:contain}.logo-text{display:none;font-size:14px;font-weight:700;color:#95c11f;letter-spacing:.05em;white-space:nowrap}.nav{display:flex;align-items:center;gap:8px}.nav-dropdown .dropdown-trigger,.nav>a{padding:8px 16px;font-size:14px;font-weight:500;color:var(--gray-700);border-radius:var(--radius-full);transition:var(--transition-normal);white-space:nowrap}.nav-dropdown:hover .dropdown-trigger,.nav>a:hover{color:var(--primary);background:var(--green-50)}.nav>a.active{color:var(--primary)}.nav>.cta-btn{color:#fff}.nav-dropdown{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:6px;cursor:pointer}.dropdown-arrow{transition:var(--transition-normal)}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-10px);background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);padding:12px;min-width:220px;opacity:0;visibility:hidden;transition:var(--transition-normal);border:1px solid var(--gray-100)}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.dropdown-menu a{display:block;padding:10px 16px;font-size:14px;font-weight:500;color:var(--gray-700);border-radius:var(--radius-md);transition:var(--transition-normal)}.dropdown-menu a:hover{background:var(--green-50);color:var(--primary)}.cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:14px;font-weight:600;color:#fff;background:var(--primary);border-radius:var(--radius-full);box-shadow:0 4px 14px rgba(149,193,31,.4);transition:var(--transition-normal);white-space:nowrap}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(149,193,31,.5)}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;padding:8px;background:0 0;border:none;cursor:pointer;z-index:1001}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--gray-700);border-radius:2px;transition:var(--transition-normal);margin:3px 0}.mobile-menu-btn.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0;transform:translateX(-10px)}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:998;opacity:0;visibility:hidden;transition:var(--transition-normal)}.mobile-overlay.active{opacity:1;visibility:visible}@media (max-width:1024px){.nav{display:none}.mobile-menu-btn{display:flex}.mobile-overlay{display:block}.header-inner{padding:12px 20px}.header-inner>.cta-btn{display:none}.nav>.cta-btn{display:inline-flex;width:100%;margin-top:12px;justify-content:center}.nav.mobile-open{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:300px;max-width:85vw;height:100vh;background:#fff;padding:100px 24px 40px;gap:8px;z-index:999;overflow-y:auto;box-shadow:-10px 0 40px rgba(0,0,0,.15);animation:slideInRight .3s ease}.nav.mobile-open .nav-dropdown .dropdown-trigger,.nav.mobile-open>a{padding:16px 20px;font-size:16px;border-radius:var(--radius-md);width:100%;justify-content:space-between}.nav.mobile-open .nav-dropdown:hover .dropdown-trigger,.nav.mobile-open>a:hover{background:var(--green-50)}.nav.mobile-open .nav-dropdown{width:100%}.nav.mobile-open .dropdown-menu{position:static;transform:none;box-shadow:none;border:none;background:var(--gray-50);margin-top:8px;opacity:1;visibility:visible;max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0}.nav.mobile-open .nav-dropdown.open .dropdown-menu{max-height:300px;padding:8px}.nav.mobile-open .dropdown-menu a{padding:14px 16px}}@media (max-width:768px){.site-header{width:calc(100% - 32px);top:12px}.header-inner{padding:10px 16px}.logo-text{font-size:11px;letter-spacing:.03em}.logo-icon svg{width:32px;height:22px}.logo-icon img{width:44px}.cta-btn{padding:10px 16px;font-size:13px}.nav.mobile-open{width:100%;max-width:100%;padding:90px 20px 40px}}@media (max-width:480px){.site-header{width:calc(100% - 24px);top:10px}.header-inner{padding:8px 12px}.logo-text{font-size:10px}.logo-icon svg{width:28px;height:20px}.logo-icon img{width:38px}.cta-btn{padding:8px 14px;font-size:12px}.mobile-menu-btn{width:40px;height:40px}.mobile-menu-btn span{width:20px}}body.menu-open{overflow:hidden}.btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;font-size:15px;font-weight:600;color:#fff;background:var(--primary);border:none;border-radius:var(--radius-full);box-shadow:0 4px 14px rgba(149,193,31,.4);cursor:pointer;transition:var(--transition-normal);text-align:center}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(149,193,31,.5)}.btn-primary:active{transform:translateY(0)}.btn-primary svg{transition:var(--transition-normal);flex-shrink:0}.btn-primary:hover svg{transform:translateX(4px)}.btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;font-size:15px;font-weight:600;color:var(--dark);background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-normal);text-align:center}.btn-secondary:hover{border-color:var(--primary);color:var(--primary);background:var(--green-50)}.btn-secondary svg{transition:var(--transition-normal);flex-shrink:0}.btn-secondary:hover svg{transform:translateX(4px)}.card{background:rgba(255,255,255,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-xl);padding:32px;box-shadow:var(--shadow-card);transition:var(--transition-normal)}.card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:var(--dark)}.contact-form input,.contact-form textarea,.form-input{width:100%;padding:14px 18px;font-size:16px;font-family:inherit;color:var(--dark);background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);transition:var(--transition-normal);-webkit-appearance:none;appearance:none}.contact-form input:focus,.contact-form textarea:focus,.form-input:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 4px rgba(149,193,31,.1)}.contact-form input::placeholder,.contact-form textarea::placeholder,.form-input::placeholder{color:var(--gray-400)}.contact-form textarea{min-height:150px;resize:vertical}.badge{display:inline-flex;align-items:center;padding:6px 14px;font-size:13px;font-weight:500;border-radius:var(--radius-full)}.badge-primary{color:var(--primary);background:var(--green-50)}.badge-outline{color:var(--gray-600);background:0 0;border:1px solid var(--gray-200)}.section-header{text-align:center;margin-bottom:60px}.section-header .badge{margin-bottom:16px}.section-header h2{margin-bottom:16px}.section-header p{max-width:600px;margin:0 auto;font-size:18px;color:var(--gray-500)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.stat-item{text-align:center}.stat-number{font-size:48px;font-weight:800;color:var(--primary);line-height:1;margin-bottom:8px}.stat-label{font-size:14px;color:var(--gray-500)}.testimonial-card{background:#fff;border-radius:var(--radius-xl);padding:40px;box-shadow:var(--shadow-md)}.testimonial-text{font-size:18px;font-style:italic;color:var(--gray-600);line-height:1.8;margin-bottom:24px}.testimonial-author{display:flex;align-items:center;gap:16px}.testimonial-avatar{width:56px;height:56px;border-radius:50%;background:var(--green-100);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:var(--primary);flex-shrink:0}.testimonial-info h4{font-size:16px;font-weight:600;margin-bottom:4px}.testimonial-info p{font-size:14px;color:var(--gray-500)}@media (max-width:1024px){.card{padding:24px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.section-header{margin-bottom:48px}.section-header p{font-size:16px}}@media (max-width:768px){.btn-primary,.btn-secondary{padding:14px 24px;font-size:14px;gap:8px}.card{padding:20px;border-radius:var(--radius-lg)}.card:hover{transform:none}.form-group{margin-bottom:16px}.contact-form input,.contact-form textarea,.form-input{padding:12px 16px}.contact-form textarea{min-height:120px}.section-header{margin-bottom:36px}.section-header h2{margin-bottom:12px}.section-header p{font-size:15px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.stat-number{font-size:36px}.stat-label{font-size:13px}.testimonial-card{padding:24px}.testimonial-text{font-size:16px;margin-bottom:20px}.testimonial-avatar{width:48px;height:48px;font-size:18px}.testimonial-info h4{font-size:15px}.testimonial-info p{font-size:13px}}@media (max-width:480px){.btn-primary,.btn-secondary{padding:12px 20px;font-size:13px;width:100%;justify-content:center}.card{padding:16px}.contact-form input,.contact-form textarea,.form-input{padding:12px 14px;font-size:16px}.badge{padding:5px 12px;font-size:12px}.stats-grid{gap:16px}.stat-number{font-size:32px}.stat-label{font-size:12px}.testimonial-card{padding:20px}.testimonial-text{font-size:15px;line-height:1.7}.testimonial-author{gap:12px}.testimonial-avatar{width:44px;height:44px;font-size:16px}}@media (hover:none) and (pointer:coarse){.btn-primary:hover,.btn-secondary:hover{transform:none}.btn-primary:active{transform:scale(.98)}.btn-secondary:active{background:var(--green-50);border-color:var(--primary)}.card:hover{transform:none}.service-link:hover{transform:none}}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal[data-delay="100"]{transition-delay:0.1s}.reveal[data-delay="200"]{transition-delay:0.2s}.reveal[data-delay="300"]{transition-delay:0.3s}.reveal[data-delay="400"]{transition-delay:0.4s}@keyframes float{0%,100%{transform:translateY(0) translateX(0)}25%{transform:translateY(-20px) translateX(10px)}50%{transform:translateY(-10px) translateX(-10px)}75%{transform:translateY(-30px) translateX(5px)}}@keyframes wave{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes scroll-wheel{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(12px)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes scaleIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.hover-glow{transition:box-shadow .3s ease}.hover-glow:hover{box-shadow:0 0 30px rgba(149,193,31,.3)}.skeleton{background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-md)}.animated-gradient{background:linear-gradient(-45deg,var(--green-400),var(--teal-400),var(--primary),var(--green-600));background-size:400% 400%;animation:gradient-shift 15s ease infinite}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}.reveal{opacity:1;transform:none}}.site-footer{background:var(--dark-100);color:#fff;padding-top:40px}.footer-inner{display:flex;justify-content:space-between;gap:60px;padding:0 80px 30px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{max-width:300px}.footer-brand .logo{margin-bottom:20px}.footer-brand .logo-text{color:#fff;font-size:18px;font-weight:700}.footer-brand>p{font-size:15px;color:var(--gray-400);line-height:1.7}.footer-links{display:flex;gap:60px}.footer-column h4{font-size:15px;font-weight:600;color:#fff;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}.footer-column a,.footer-column p{display:block;font-size:15px;color:var(--gray-400);margin-bottom:8px;transition:var(--transition-normal)}.footer-column a:hover{color:var(--primary);transform:translateX(4px)}.footer-bottom{padding:16px 80px;text-align:center}.footer-bottom p{font-size:14px;color:var(--gray-500)}.social-links{display:flex;gap:16px;margin-top:24px}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;transition:var(--transition-normal)}.social-link:hover{background:var(--primary);transform:translateY(-4px)}@media (max-width:1200px){.footer-inner{gap:40px}.footer-links{gap:40px}}@media (max-width:1024px){.site-footer{padding-top:30px}.footer-inner{padding:0 40px 25px;flex-wrap:wrap}.footer-brand{width:100%;max-width:100%;margin-bottom:20px}.footer-links{width:100%;justify-content:space-between}.footer-bottom{padding:20px 40px}}@media (max-width:768px){.site-footer{padding-top:25px}.footer-inner{flex-direction:column;padding:0 24px 20px;gap:24px;text-align:center}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-brand .logo{justify-content:center}.footer-brand>p{text-align:center}.footer-links{flex-wrap:wrap;gap:24px 16px;justify-content:center}.footer-column{flex:1;min-width:140px;max-width:160px;text-align:center}.footer-column h4{font-size:14px;margin-bottom:16px}.footer-column a,.footer-column p{font-size:14px;margin-bottom:10px}.footer-column a:hover{transform:none}.footer-bottom{padding:20px 24px}.footer-bottom p{font-size:13px}.social-links{justify-content:center}}@media (max-width:480px){.site-footer{padding-top:20px}.footer-inner{padding:0 16px 20px;gap:24px}.footer-links{flex-direction:column;align-items:center;gap:24px}.footer-column{max-width:100%;width:100%}.footer-column h4{margin-bottom:12px}.footer-column a,.footer-column p{margin-bottom:8px}.footer-bottom{padding:10px}.social-links{gap:12px}.social-link{width:36px;height:36px}}@media (max-width:360px){.footer-inner{padding:0 12px 24px}.footer-brand>p{font-size:13px}.footer-bottom{padding:12px}.footer-bottom p{font-size:12px}}.service-detail-section{padding:80px 0;background:#fff}.service-detail-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.service-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:80px}.feature-card{background:linear-gradient(135deg,rgba(255,255,255,.9) 0,rgba(249,250,251,.9) 100%);border:1px solid var(--gray-100);border-radius:var(--radius-xl);padding:32px 24px;text-align:center;transition:var(--transition-normal)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.1);border-color:rgba(149,193,31,.3)}.feature-icon{width:80px;height:80px;margin:0 auto 20px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(149,193,31,.15) 0,rgba(149,193,31,.05) 100%)}.feature-icon svg{width:48px;height:48px}.feature-icon.blue{background:linear-gradient(135deg,rgba(2,132,199,.15) 0,rgba(2,132,199,.05) 100%)}.feature-icon.purple{background:linear-gradient(135deg,rgba(124,58,237,.15) 0,rgba(124,58,237,.05) 100%)}.feature-icon.pink{background:linear-gradient(135deg,rgba(219,39,119,.15) 0,rgba(219,39,119,.05) 100%)}.feature-icon.orange{background:linear-gradient(135deg,rgba(249,115,22,.15) 0,rgba(249,115,22,.05) 100%)}.feature-icon.green{background:linear-gradient(135deg,rgba(5,150,105,.15) 0,rgba(5,150,105,.05) 100%)}.feature-icon.red{background:linear-gradient(135deg,rgba(220,38,38,.15) 0,rgba(220,38,38,.05) 100%)}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:var(--dark)}.feature-card p{font-size:14px;color:var(--gray-500);line-height:1.6}.event-content-block{max-width:1000px;margin:0 auto 50px;padding:0 20px}.event-content-block .lead-text{font-size:1.25rem;line-height:1.9;color:var(--dark);margin-bottom:24px;position:relative;padding-left:24px;border-left:4px solid var(--primary)}.event-content-block .lead-text strong{background:linear-gradient(135deg,var(--primary) 0,#0d9488 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.event-content-block p{font-size:1.1rem;line-height:1.9;color:var(--gray-600);margin-bottom:20px}.event-services-table{max-width:1000px;margin:60px auto;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.event-services-table .services-row{display:contents}.event-services-table .service-cell{display:flex;align-items:center;gap:16px;padding:28px 32px;font-size:1.1rem;font-weight:600;color:var(--dark);background:#fff;border-radius:var(--radius-xl);border:1px solid var(--gray-100);box-shadow:0 4px 20px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden}.event-services-table .service-cell::before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--primary) 0,#0d9488 100%);opacity:0;transition:opacity .3s ease}.event-services-table .service-cell:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(149,193,31,.15);border-color:rgba(149,193,31,.3)}.event-services-table .service-cell:hover::before{opacity:1}.event-services-table .service-cell svg{flex-shrink:0;width:28px;height:28px;padding:6px;background:linear-gradient(135deg,rgba(149,193,31,.15) 0,rgba(20,184,166,.1) 100%);border-radius:10px;color:var(--primary);transition:all .3s ease}.event-services-table .service-cell:hover svg{background:var(--primary);color:#fff;transform:scale(1.1)}.event-services-title{text-align:center;margin-bottom:40px}.event-services-title h2{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:700;color:var(--dark);margin-bottom:16px}.event-services-title h2 .gradient-text{background:linear-gradient(135deg,var(--primary) 0,#0d9488 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.event-services-title p{font-size:1.1rem;color:var(--gray-500);max-width:600px;margin:0 auto}.event-gallery-section{margin:60px 0;padding:60px 0;background:linear-gradient(135deg,var(--green-50) 0,var(--teal-50) 100%);border-radius:var(--radius-xl)}.event-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1000px;margin:0 auto;padding:0 20px}.event-gallery-item{aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;background:rgba(255,255,255,.8);border:2px dashed var(--gray-300);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.event-gallery-item:hover{border-color:var(--primary);background:rgba(149,193,31,.05)}.event-gallery-item img{width:100%;height:100%;object-fit:cover}.event-intro-section{padding:50px 0;background:linear-gradient(135deg,#fef7ed 0,#fdf4e8 50%,#fcf0e0 100%);text-align:center}.event-intro-content{max-width:800px;margin:0 auto;padding:0 24px}.event-intro-content .intro-badge{display:inline-block;font-size:.875rem;font-weight:600;color:#c9a032;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}.event-intro-content h2{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:700;color:var(--dark);margin-bottom:24px;line-height:1.3}.event-intro-content h2 .highlight{color:var(--primary)}.event-intro-content p{font-size:1.05rem;line-height:1.9;color:var(--gray-600);margin-bottom:16px;text-align:justify}.event-intro-content p strong{color:var(--dark)}.intro-divider{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:32px;color:#c9a032}.intro-divider span{width:60px;height:2px;background:linear-gradient(90deg,transparent,#c9a032)}.intro-divider span:last-child{background:linear-gradient(90deg,#c9a032,transparent)}.event-gallery-services-section{padding:80px 0;background:#fff}.event-layout-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;max-width:1100px;margin:0 auto}.event-images-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.event-image-item{aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;background:var(--gray-50);cursor:pointer}.event-image-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.event-image-item:hover img{transform:scale(1.05)}.image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,var(--gray-50) 0,var(--gray-100) 100%);border:2px dashed var(--gray-300);border-radius:var(--radius-lg);color:var(--gray-400);transition:all .3s ease;cursor:pointer}.image-placeholder:hover{border-color:var(--primary);color:var(--primary);background:rgba(149,193,31,.05)}.image-placeholder span{font-size:.875rem;font-weight:500}.view-more-item{position:relative}.view-more-overlay{position:absolute;inset:0;background:rgba(0,0,0,.7);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-lg);cursor:pointer;transition:all .3s ease}.view-more-overlay:hover{background:rgba(0,0,0,.8)}.view-more-overlay .plus-icon{font-size:3rem;font-weight:300;color:#fff;line-height:1}.view-more-overlay .more-text{font-size:.9rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:1px}.gallery-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.gallery-lightbox.active{opacity:1;visibility:visible}.lightbox-overlay{position:absolute;inset:0;background:rgba(0,0,0,.95)}.lightbox-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;max-width:1200px;padding:60px 80px}.lightbox-image-container{flex:1;display:flex;align-items:center;justify-content:center;max-height:80vh}.lightbox-image-container img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:var(--radius-lg);box-shadow:0 20px 60px rgba(0,0,0,.5)}.lightbox-close{position:absolute;top:20px;right:20px;width:50px;height:50px;background:rgba(255,255,255,.1);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.lightbox-close:hover{background:rgba(255,255,255,.2);transform:rotate(90deg)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:rgba(255,255,255,.1);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.lightbox-nav:hover{background:var(--primary)}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.8);font-size:.9rem;font-weight:500}@media (max-width:768px){.lightbox-content{padding:60px 20px}.lightbox-nav{width:40px;height:40px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-close{top:10px;right:10px;width:40px;height:40px}}.event-services-card{background:#878780;border-radius:var(--radius-xl);padding:40px;color:#fff}.event-services-card h3{font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;color:#fff}.event-services-card .services-subtitle{font-size:.95rem;color:rgba(255,255,255,.7);margin-bottom:28px;font-style:italic}.services-list{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:32px}.service-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:rgba(255,255,255,.05);border-radius:var(--radius-md);font-size:.95rem;font-weight:500;transition:all .3s ease}.service-item:hover{background:rgba(149,193,31,.15);transform:translateX(8px)}.service-item svg{flex-shrink:0;color:var(--primary)}.card-cta-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn-contact,.btn-services,.btn-whatsapp{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:50px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-contact{background:linear-gradient(135deg,var(--primary) 0,#7cb51a 100%);color:#fff}.btn-contact:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(149,193,31,.3)}.btn-whatsapp{background:#25d366;color:#fff}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(37,211,102,.3)}.btn-services{background:#fff;color:var(--primary);border:2px solid var(--primary)}.btn-services:hover{background:linear-gradient(135deg,var(--primary) 0,#7cb51a 100%);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(149,193,31,.3)}.event-closing-section{padding:80px 0;background:linear-gradient(135deg,var(--green-50) 0,var(--teal-50) 100%)}.closing-content-wrapper{max-width:800px;margin:0 auto;text-align:center;padding:0 24px}.closing-icon{width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0,#0d9488 100%);border-radius:50%;color:#fff}.closing-content-wrapper h3{font-size:1.75rem;font-weight:700;color:var(--dark);margin-bottom:24px}.closing-content-wrapper p{font-size:1.1rem;line-height:1.9;color:var(--gray-600);margin-bottom:16px}.closing-content-wrapper p strong{color:var(--dark)}@media (max-width:992px){.event-layout-grid{grid-template-columns:1fr;gap:40px}.event-images-grid{max-width:500px;margin:0 auto}.event-services-card{max-width:500px;margin:0 auto}}@media (max-width:768px){.event-closing-section,.event-gallery-services-section,.event-intro-section{padding:60px 0}.event-services-card{padding:30px 24px}.card-cta-buttons{flex-direction:column}.btn-contact,.btn-whatsapp{justify-content:center}.event-images-grid{gap:12px}.closing-icon{width:60px;height:60px}.closing-icon svg{width:32px;height:32px}}@media (max-width:768px){.event-services-table{grid-template-columns:1fr;gap:16px}.event-services-table .service-cell{padding:22px 24px}.event-gallery-grid{grid-template-columns:repeat(2,1fr)}.event-closing-block{padding:32px 24px;margin:40px 20px}}@media (max-width:480px){.event-gallery-grid{grid-template-columns:1fr}.event-content-block .lead-text{font-size:1.1rem;padding-left:16px}}.service-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding:60px 40px;background:linear-gradient(135deg,var(--green-50) 0,var(--teal-50) 100%);border-radius:var(--radius-xl);margin-bottom:80px}.service-stats .stat-item{text-align:center}.service-stats .stat-number{font-size:2.5rem;font-weight:800;color:var(--primary);line-height:1;margin-bottom:8px}.service-stats .stat-label{font-size:14px;color:var(--gray-600);font-weight:500}.home-contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:start}.contact-card-item{transition:all .3s ease}.contact-card-item:hover{transform:translateX(8px);border-color:var(--primary);box-shadow:var(--shadow-md)}.home-form input,.home-form select,.home-form textarea{transition:all .3s ease}.home-form input:focus,.home-form select:focus,.home-form textarea:focus{outline:0;border-color:var(--primary)!important;box-shadow:0 0 0 3px rgba(149,193,31,.1);transform:translateY(-2px)}@media (max-width:992px){.home-contact-grid{grid-template-columns:1fr;gap:50px}.home-contact-info{text-align:center}.home-contact-info p{margin-left:auto;margin-right:auto}.contact-cards-stack{max-width:500px;margin:0 auto;text-align:left}}@media (max-width:576px){.home-form>div{grid-template-columns:1fr!important}.home-contact-section{padding:60px 0!important}}.sitemap-section{padding:80px 0;background:#fff}.sitemap-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.sitemap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.sitemap-column h3{font-size:1.25rem;font-weight:600;color:var(--dark);margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--primary)}.sitemap-list{list-style:none;padding:0;margin:0}.sitemap-list li{margin-bottom:12px}.sitemap-list a{font-size:15px;color:var(--gray-600);transition:var(--transition-normal);display:inline-flex;align-items:center;gap:8px}.sitemap-list a:hover{color:var(--primary);transform:translateX(4px)}.sitemap-list a::before{content:"";width:6px;height:6px;background:var(--gray-300);border-radius:50%;transition:var(--transition-normal)}.sitemap-list a:hover::before{background:var(--primary)}@media (max-width:1024px){.service-features-grid{grid-template-columns:repeat(2,1fr);gap:20px}.service-stats{grid-template-columns:repeat(2,1fr);padding:40px 24px}.sitemap-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width:768px){.service-detail-section{padding:60px 0}.service-features-grid{grid-template-columns:1fr;gap:16px;margin-bottom:60px}.feature-card{padding:24px 20px;text-align:left;display:flex;align-items:flex-start;gap:16px}.feature-icon{flex-shrink:0;width:64px;height:64px;margin:0}.feature-icon svg{width:40px;height:40px}.feature-card h3{font-size:1.1rem}.service-stats{grid-template-columns:repeat(2,1fr);gap:24px;padding:32px 20px;margin-bottom:60px}.service-stats .stat-number{font-size:2rem}.cta-section{padding:40px 24px}.cta-section h2{font-size:1.5rem}.cta-section p{font-size:16px}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%;max-width:280px;justify-content:center}.sitemap-section{padding:60px 0}.sitemap-grid{grid-template-columns:1fr;gap:32px}.sitemap-column{text-align:center}.sitemap-column h3{display:inline-block}.sitemap-list a{justify-content:center}.sitemap-list a:hover{transform:none}}@media (max-width:480px){.service-detail-section{padding:40px 0}.feature-card{padding:20px 16px;flex-direction:column;text-align:center}.feature-icon{margin:0 auto 16px}.service-stats{padding:24px 16px;gap:20px}.service-stats .stat-number{font-size:1.75rem}.service-stats .stat-label{font-size:12px}.cta-section{padding:32px 16px}.cta-section h2{font-size:1.25rem}.cta-section p{font-size:14px}}.contact-section{padding:80px 0;background:#fff}.contact-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}.contact-info h2{font-size:2rem;font-weight:700;margin-bottom:16px;color:var(--dark)}.contact-info>p{font-size:16px;color:var(--gray-500);margin-bottom:40px;line-height:1.7}.contact-details{display:flex;flex-direction:column;gap:24px}.contact-item{display:flex;gap:16px;align-items:flex-start}.contact-icon{width:48px;height:48px;border-radius:12px;background:var(--green-50);display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.contact-item h4{font-size:16px;font-weight:600;margin-bottom:4px;color:var(--dark)}.contact-item p{font-size:14px;color:var(--gray-500);line-height:1.6}.contact-form-wrapper{background:linear-gradient(135deg,rgba(255,255,255,.9) 0,rgba(249,250,251,.9) 100%);border:1px solid var(--gray-100);border-radius:var(--radius-xl);padding:40px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form select{cursor:pointer}.contact-form button{align-self:flex-start;margin-top:8px}.projects-filter{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}.filter-btn{padding:10px 20px;font-size:14px;font-weight:500;color:var(--gray-600);background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-normal)}.filter-btn.active,.filter-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:80px}.project-card{background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-card);transition:var(--transition-normal)}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.project-image{height:200px;display:flex;align-items:flex-start;justify-content:flex-start;padding:16px}.project-category{padding:6px 14px;font-size:12px;font-weight:500;color:#fff;background:rgba(255,255,255,.2);backdrop-filter:blur(4px);border-radius:var(--radius-full)}.project-content{padding:24px}.project-content h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:var(--dark)}.project-content p{font-size:14px;color:var(--gray-500);line-height:1.6;margin-bottom:16px}.project-link{font-size:14px;font-weight:500;color:var(--primary);transition:var(--transition-normal)}.project-link:hover{color:var(--green-600)}.careers-openings{margin-bottom:80px}.careers-openings h2{font-size:1.75rem;font-weight:700;margin-bottom:32px;color:var(--dark)}.job-list{display:flex;flex-direction:column;gap:16px}.job-card{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;background:#fff;border:1px solid var(--gray-100);border-radius:var(--radius-lg);transition:var(--transition-normal)}.job-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.job-info h3{font-size:1.1rem;font-weight:600;margin-bottom:4px;color:var(--dark)}.job-info p{font-size:14px;color:var(--gray-500)}.services-overview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin-bottom:0;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 40px;box-sizing:border-box}.service-overview-card{display:block;background:linear-gradient(180deg,rgba(255,255,255,.85) 0,rgba(255,255,255,.95) 30%,#fff 100%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;border-radius:24px 24px 0 0;padding:40px 32px 32px;text-decoration:none;transition:all .4s cubic-bezier(.165, .84, .44, 1);box-shadow:0 -20px 40px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.8);position:relative;margin:0 8px}.service-overview-card::before{content:'';position:absolute;top:0;left:0;right:0;height:60px;background:linear-gradient(180deg,rgba(255,255,255,.4) 0,transparent 100%);border-radius:24px 24px 0 0;pointer-events:none}.service-overview-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 -30px 60px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.9);background:linear-gradient(180deg,rgba(255,255,255,.95) 0,#fff 100%)}.service-overview-icon{width:72px;height:72px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.service-overview-icon svg{width:48px;height:48px}.service-overview-icon.orange{background:linear-gradient(135deg,rgba(217,119,6,.15) 0,rgba(217,119,6,.05) 100%)}.service-overview-icon.purple{background:linear-gradient(135deg,rgba(124,58,237,.15) 0,rgba(124,58,237,.05) 100%)}.service-overview-icon.blue{background:linear-gradient(135deg,rgba(2,132,199,.15) 0,rgba(2,132,199,.05) 100%)}.service-overview-icon.green{background:linear-gradient(135deg,rgba(5,150,105,.15) 0,rgba(5,150,105,.05) 100%)}.service-overview-icon.teal{background:linear-gradient(135deg,rgba(13,148,136,.15) 0,rgba(13,148,136,.05) 100%)}.service-overview-icon.gray{background:linear-gradient(135deg,rgba(107,114,128,.15) 0,rgba(107,114,128,.05) 100%)}.service-overview-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:var(--dark)}.service-overview-card p{font-size:14px;color:var(--gray-500);line-height:1.6;margin-bottom:16px}.learn-more{font-size:14px;font-weight:500;color:var(--primary);transition:var(--transition-normal)}.service-overview-card:hover .learn-more{color:var(--green-600)}.about-content{margin-bottom:60px}.about-text h2{font-size:2rem;font-weight:700;margin-bottom:24px;color:var(--dark)}.about-text p{font-size:16px;color:var(--gray-600);line-height:1.8;margin-bottom:16px}@media (max-width:1024px){.contact-grid{grid-template-columns:1fr;gap:40px}.projects-grid{grid-template-columns:repeat(2,1fr);gap:24px}.services-overview-grid{grid-template-columns:repeat(2,1fr);max-width:1000px;margin-left:auto;margin-right:auto;padding:0 16px}.service-overview-card{margin:0 4px}}@media (max-width:768px){.contact-section{padding:60px 0}.contact-form-wrapper{padding:24px}.form-row{grid-template-columns:1fr}.contact-form button{width:100%}.projects-filter{justify-content:center}.filter-btn{padding:8px 16px;font-size:13px}.projects-grid{grid-template-columns:1fr;gap:20px;margin-bottom:60px}.project-image{height:160px}.project-content{padding:20px}.careers-openings{margin-bottom:60px}.careers-openings h2{font-size:1.5rem;margin-bottom:24px}.services-overview-grid{grid-template-columns:1fr;gap:16px;margin-bottom:60px}.job-card{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.job-card .btn-secondary{width:100%;justify-content:center}.services-overview-grid{grid-template-columns:repeat(2,1fr);gap:0;padding:0 12px}.service-overview-card{padding:24px 16px;margin:0 4px 16px;border-radius:16px 16px 0 0}.about-text h2{font-size:1.5rem}.about-text p{font-size:15px}.about-overview-section{padding-top:30px!important;margin-top:-20px}.services-section{margin-bottom:0;padding-bottom:0}}@media (max-width:480px){.contact-form-wrapper{padding:20px}.contact-icon{width:40px;height:40px}.project-content h3{font-size:1.1rem}.job-info h3{font-size:1rem}.service-overview-icon{width:60px;height:60px}.service-overview-icon svg{width:40px;height:40px}.about-overview-section{padding-top:20px!important;margin-top:-30px}}.about-hero{position:relative;overflow:hidden}.about-hero h1 .gradient-text{background:linear-gradient(135deg,var(--primary) 0,var(--green-600) 50%,var(--teal-500) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.construction-hero{position:relative;overflow:hidden}.construction-hero h1 .gradient-text{background:linear-gradient(135deg,#d97706 0,#f97316 50%,#fb923c 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,var(--green-50) 0,var(--teal-50) 100%);border-radius:var(--radius-full);font-size:14px;font-weight:600;color:var(--primary);margin-bottom:16px}.section-badge.dark{background:linear-gradient(135deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.05) 100%);color:#fff}.section-header{text-align:center;max-width:700px;margin:0 auto 60px}.section-header h2{font-size:2.25rem;font-weight:700;margin-bottom:16px;color:var(--dark)}.section-header h2 .gradient-text{background:linear-gradient(135deg,var(--primary) 0,var(--green-600) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header p{font-size:17px;color:var(--gray-500);line-height:1.7}.about-story-section{padding:100px 0;background:linear-gradient(180deg,#fff 0,var(--gray-50) 100%)}.about-story-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.story-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.story-content{padding-right:20px}.story-content h2{font-size:2.5rem;font-weight:700;margin-bottom:24px;color:var(--dark);line-height:1.2}.story-content h2 .highlight{color:var(--primary)}.story-content .lead-text{font-size:18px;color:var(--gray-700);line-height:1.7;margin-bottom:16px;font-weight:500}.story-content p{font-size:16px;color:var(--gray-500);line-height:1.8;margin-bottom:24px}.story-quote{background:linear-gradient(135deg,var(--green-50) 0,rgba(167,243,208,.3) 100%);border-left:4px solid var(--primary);padding:24px;border-radius:0 var(--radius-lg) var(--radius-lg) 0;margin-top:32px}.story-quote svg{color:var(--primary);opacity:.6;margin-bottom:12px}.story-quote blockquote{font-size:16px;font-style:italic;color:var(--gray-700);line-height:1.7;margin:0}.story-visual{position:relative}.visual-card{background:#fff;border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow-lg);text-align:center}.visual-card.main-card{margin-bottom:24px;transform:translateX(-20px)}.visual-card.secondary-card{transform:translateX(40px)}.visual-card .icon-box{width:80px;height:80px;border-radius:20px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.visual-card .icon-box svg{width:56px;height:56px}.visual-card .icon-box.green{background:linear-gradient(135deg,rgba(5,150,105,.15) 0,rgba(5,150,105,.05) 100%)}.visual-card .icon-box.blue{background:linear-gradient(135deg,rgba(2,132,199,.15) 0,rgba(2,132,199,.05) 100%)}.visual-card h4{font-size:1.1rem;font-weight:600;color:var(--dark);margin-bottom:8px}.visual-card p{font-size:14px;color:var(--gray-500)}.about-pioneer-section{padding:100px 0;background:#fff}.about-pioneer-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.pioneer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.pioneer-card{background:linear-gradient(135deg,rgba(255,255,255,.95) 0,rgba(249,250,251,.95) 100%);border:1px solid var(--gray-100);border-radius:var(--radius-xl);padding:40px 32px;text-align:center;transition:var(--transition-normal)}.pioneer-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,0,0,.1);border-color:rgba(149,193,31,.3)}.pioneer-icon{width:100px;height:100px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--green-50) 0,rgba(167,243,208,.3) 100%);border-radius:24px}.pioneer-icon svg{width:64px;height:64px}.pioneer-card h3{font-size:1.35rem;font-weight:600;margin-bottom:12px;color:var(--dark)}.pioneer-card p{font-size:15px;color:var(--gray-500);line-height:1.6}.about-corporate-section{padding:100px 0;background:linear-gradient(135deg,var(--dark) 0,var(--gray-800) 100%);color:#fff}.about-corporate-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.corporate-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.corporate-text h2{font-size:2.25rem;font-weight:700;margin-bottom:20px;color:#fff;line-height:1.2}.corporate-text h2 .highlight{color:var(--primary)}.corporate-text p{font-size:16px;color:var(--gray-300);line-height:1.8;margin-bottom:32px}.corporate-features{display:flex;flex-direction:column;gap:16px}.corp-feature{display:flex;align-items:center;gap:12px}.corp-feature span{font-size:15px;color:var(--gray-200);font-weight:500}.partnerships-showcase h3{font-size:1.25rem;font-weight:600;color:var(--gray-300);margin-bottom:24px;text-align:center}.partnership-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.partnership-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:24px;text-align:center;transition:var(--transition-normal)}.partnership-card:hover{background:rgba(255,255,255,.1);border-color:rgba(149,193,31,.3)}.partnership-icon{width:72px;height:72px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border-radius:16px}.partnership-icon svg{width:48px;height:48px}.partnership-card span{font-size:14px;font-weight:500;color:var(--gray-300)}.about-mission-section{padding:100px 0;background:linear-gradient(180deg,var(--gray-50) 0,#fff 100%)}.about-mission-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.mission-card{background:#fff;border-radius:var(--radius-xl);padding:40px 32px;text-align:center;box-shadow:var(--shadow-lg);border:1px solid var(--gray-100);transition:var(--transition-normal)}.mission-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(0,0,0,.1)}.mission-icon{width:100px;height:100px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}.mission-icon svg{width:80px;height:80px}.mission-card h3{font-size:1.35rem;font-weight:600;margin-bottom:16px;color:var(--dark)}.mission-card p{font-size:15px;color:var(--gray-500);line-height:1.7}@media (max-width:1024px){.story-grid{grid-template-columns:1fr;gap:60px}.story-content{padding-right:0}.story-visual{display:flex;gap:24px}.visual-card{flex:1}.visual-card.main-card,.visual-card.secondary-card{transform:none;margin:0}.corporate-content{grid-template-columns:1fr;gap:48px}.partnership-cards{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.about-corporate-section,.about-mission-section,.about-pioneer-section,.about-story-section{padding:60px 0}.story-content h2{font-size:1.75rem}.story-visual{flex-direction:column}.mission-grid,.pioneer-grid{grid-template-columns:1fr;gap:20px}.mission-card,.pioneer-card{padding:32px 24px}.mission-icon,.pioneer-icon{width:80px;height:80px}.mission-icon svg,.pioneer-icon svg{width:52px;height:52px}.corporate-text h2,.section-header h2{font-size:1.75rem}.partnership-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.section-badge{font-size:12px;padding:6px 12px}.story-content h2{font-size:1.5rem}.story-quote{padding:20px}.story-quote blockquote{font-size:14px}.visual-card{padding:20px}.visual-card .icon-box{width:64px;height:64px}.visual-card .icon-box svg{width:40px;height:40px}.mission-card h3,.pioneer-card h3{font-size:1.15rem}.partnership-cards{gap:12px}.partnership-card{padding:16px}.partnership-icon{width:56px;height:56px}.partnership-icon svg{width:36px;height:36px}}.directors-container{margin-top:50px;display:flex;flex-direction:row;gap:40px;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 20px;align-items:stretch}.directors-header{margin-top:60px;text-align:center;margin-bottom:30px}.directors-header h2{font-size:1.75rem;font-weight:700;color:var(--dark);margin-bottom:12px;position:relative;display:inline-block}.directors-header h2::after{content:"";position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:50px;height:3px;background:var(--primary);border-radius:var(--radius-full)}.director-card{flex:1;background:linear-gradient(145deg,#fff 0,#f8faf5 100%);padding:28px;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid rgba(149,193,31,.1);transition:all .4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden}.director-card:first-child{margin-left:-60px;padding-left:40px;border-left:4px solid transparent;border-image:linear-gradient(180deg,var(--primary) 0%,#7aa31a 50%,var(--teal-500) 100%) 1;border-radius:0 20px 20px 0}.director-card:first-child::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(149,193,31,.03) 0,transparent 40%);pointer-events:none}.director-card:first-child::after{content:"";position:absolute;bottom:-50px;left:-50px;width:150px;height:150px;background:radial-gradient(circle,rgba(149,193,31,.08) 0,transparent 70%);border-radius:50%}.director-card:last-child{margin-right:-60px;padding-right:40px;border-right:4px solid transparent;border-image:linear-gradient(180deg,var(--teal-500) 0%,#7aa31a 50%,var(--primary) 100%) 1;border-radius:20px 0 0 20px}.director-card:last-child::before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:linear-gradient(225deg,rgba(20,184,166,.03) 0,transparent 40%);pointer-events:none}.director-card:last-child::after{content:"";position:absolute;bottom:-50px;right:-50px;width:150px;height:150px;background:radial-gradient(circle,rgba(20,184,166,.08) 0,transparent 70%);border-radius:50%}.director-card:first-child:hover{transform:translateX(-8px) translateY(-4px);box-shadow:0 12px 40px rgba(149,193,31,.15);margin-left:-70px}.director-card:last-child:hover{transform:translateX(8px) translateY(-4px);box-shadow:0 12px 40px rgba(20,184,166,.15);margin-right:-70px}.director-info{position:relative;z-index:1}.director-info h3{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:8px;display:flex;align-items:center;gap:8px}.director-card:first-child .director-info h3{background:linear-gradient(90deg,var(--dark) 0,var(--gray-700) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.director-card:last-child .director-info h3{background:linear-gradient(90deg,var(--gray-700) 0,var(--dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.director-title{display:inline-block;font-size:.65rem;font-weight:700;color:#fff;padding:4px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.8px;margin-bottom:16px;box-shadow:0 3px 10px rgba(0,0,0,.15)}.director-card:first-child .director-title{background:linear-gradient(135deg,var(--primary) 0,#7aa31a 100%)}.director-card:last-child .director-title{background:linear-gradient(135deg,var(--teal-500) 0,#0d9488 100%)}.director-bio{font-size:11.5px;color:var(--gray-600);line-height:1.7}.director-bio p,.page-hero .director-bio p{font-size:11.5px;margin-bottom:12px;text-align:justify;line-height:1.7;max-width:none;color:var(--gray-600)}.director-bio p:last-child{margin-bottom:0}@media (max-width:1024px){.directors-container{gap:30px}.director-card:first-child{margin-left:-30px;padding-left:30px}.director-card:last-child{margin-right:-30px;padding-right:30px}.director-card:first-child:hover{margin-left:-40px}.director-card:last-child:hover{margin-right:-40px}}@media (max-width:768px){.directors-container{flex-direction:column;gap:24px;padding:0 16px}.directors-container::before{display:none}.director-card{padding:24px;border-radius:16px!important}.director-card:first-child,.director-card:last-child{margin-left:0;margin-right:0;padding-left:24px;padding-right:24px;border-left:4px solid transparent;border-right:none;border-radius:16px!important}.director-card:first-child:hover,.director-card:last-child:hover{transform:translateY(-6px);margin-left:0;margin-right:0}.director-info h3{font-size:1rem}.director-bio,.director-bio p,.page-hero .director-bio p{font-size:11px}}.about-overview-section{padding:15px 0 15px;margin-top:-40px;background:linear-gradient(180deg,#fff 0,#f8fafc 100%)}.about-intro-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:stretch;margin-top:20px}.about-intro-content{display:flex;flex-direction:column}.about-intro-content .about-quote{flex:1;display:flex;flex-direction:column;justify-content:center}.about-intro-content .lead-text{font-size:1.25rem;font-weight:500;color:var(--dark);line-height:1.7;margin-bottom:20px}.about-intro-content p{color:var(--gray-600);line-height:1.8;margin-bottom:24px}.section-badge-btn{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,rgba(149,193,31,.15) 0,rgba(149,193,31,.08) 100%);color:var(--primary);font-size:14px;font-weight:600;text-decoration:none;border-radius:25px;border:1px solid rgba(149,193,31,.3);margin-bottom:16px;transition:all .3s ease}.section-badge-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 20px rgba(149,193,31,.3)}.about-quote{background:linear-gradient(135deg,rgba(149,193,31,.08) 0,rgba(6,78,59,.05) 100%);border-left:4px solid var(--primary);padding:24px 28px;border-radius:0 16px 16px 0;position:relative}.about-quote svg{color:var(--primary);opacity:.5;margin-bottom:12px}.about-quote blockquote{font-style:italic;color:var(--gray-700);line-height:1.8;font-size:1rem}.about-quote .quote-intro-text{font-size:1rem;font-weight:500;color:var(--dark);line-height:1.7;margin-bottom:20px;text-align:center}.about-intro-visual{display:flex;justify-content:center;align-items:center}.visual-stat-card{background:linear-gradient(135deg,#fff 0,#f0fdf4 100%);border:2px solid rgba(149,193,31,.2);border-radius:24px;padding:50px 40px;text-align:center;box-shadow:0 20px 60px rgba(149,193,31,.1);transition:var(--transition-normal)}.visual-stat-card:hover{transform:translateY(-8px);box-shadow:0 30px 80px rgba(149,193,31,.15)}.visual-stat-card .stat-icon{display:block;margin-bottom:20px}.visual-stat-card .stat-icon svg{width:100px;height:100px}.visual-stat-card .stat-label{font-size:1.25rem;font-weight:600;color:var(--dark)}.core-services-section{padding:100px 0;background:linear-gradient(135deg,var(--dark) 0,#1a2e0a 100%)}.core-services-section .section-header h2{color:#fff}.core-services-section .section-header p{color:rgba(255,255,255,.7)}.core-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:50px}.core-service-card{background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:40px 32px;text-align:center;transition:var(--transition-normal)}.core-service-card:hover{background:rgba(255,255,255,.1);transform:translateY(-8px);border-color:rgba(149,193,31,.3)}.service-icon-wrapper{width:80px;height:80px;margin:0 auto 24px;border-radius:20px;display:flex;align-items:center;justify-content:center}.service-icon-wrapper svg{width:48px;height:48px}.service-icon-wrapper.purple{background:linear-gradient(135deg,rgba(124,58,237,.2) 0,rgba(124,58,237,.1) 100%);color:#a78bfa}.service-icon-wrapper.blue{background:linear-gradient(135deg,rgba(2,132,199,.2) 0,rgba(2,132,199,.1) 100%);color:#38bdf8}.service-icon-wrapper.green{background:linear-gradient(135deg,rgba(149,193,31,.2) 0,rgba(149,193,31,.1) 100%);color:#95c11f}.core-service-card h3{font-size:1.35rem;font-weight:600;color:#fff;margin-bottom:12px}.core-service-card p{color:rgba(255,255,255,.7);line-height:1.7}.business-solutions-section{padding:100px 0;background:#fff}.solutions-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.solutions-text .section-badge.dark{background:rgba(6,78,59,.1);color:var(--dark)}.solutions-text h2{font-size:2.5rem;color:var(--dark);margin:20px 0}.solutions-text h2 .highlight{color:var(--primary)}.solutions-text>p{color:var(--gray-600);line-height:1.8;margin-bottom:32px}.industry-partners{margin-top:32px}.industry-partners h4{font-size:1rem;font-weight:600;color:var(--dark);margin-bottom:16px}.partners-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.partner-badge{display:flex;align-items:center;gap:10px;padding:10px 16px;background:linear-gradient(135deg,rgba(149,193,31,.08) 0,rgba(149,193,31,.02) 100%);border-radius:10px;transition:var(--transition-fast)}.partner-badge:hover{background:linear-gradient(135deg,rgba(149,193,31,.15) 0,rgba(149,193,31,.05) 100%)}.partner-badge span{font-size:.9rem;font-weight:500;color:var(--gray-700)}.solutions-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.stat-card{background:linear-gradient(135deg,#fff 0,#f8fafc 100%);border:1px solid var(--gray-100);border-radius:16px;padding:24px;display:flex;align-items:center;gap:16px;transition:var(--transition-normal)}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.08);border-color:rgba(149,193,31,.3)}.stat-card .stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-card .stat-icon svg{width:36px;height:36px}.stat-card .stat-icon.employees{background:linear-gradient(135deg,rgba(149,193,31,.15) 0,rgba(149,193,31,.05) 100%)}.stat-card .stat-icon.associates{background:linear-gradient(135deg,rgba(2,132,199,.15) 0,rgba(2,132,199,.05) 100%)}.stat-card .stat-icon.retention{background:linear-gradient(135deg,rgba(249,115,22,.15) 0,rgba(249,115,22,.05) 100%)}.stat-card .stat-icon.morale{background:linear-gradient(135deg,rgba(124,58,237,.15) 0,rgba(124,58,237,.05) 100%)}.stat-info{display:flex;flex-direction:column}.stat-info .stat-number{font-size:1.5rem;font-weight:700;color:var(--dark)}.stat-info .stat-label{font-size:.85rem;color:var(--gray-500)}.home-cta-section{padding:100px 0;background:linear-gradient(135deg,var(--primary) 0,var(--dark) 100%)}.home-cta-section .cta-content{text-align:center;max-width:600px;margin:0 auto}.home-cta-section h2{font-size:2.5rem;color:#fff;margin-bottom:16px}.home-cta-section p{color:rgba(255,255,255,.8);font-size:1.15rem;margin-bottom:32px}.home-cta-section .cta-buttons{display:flex;justify-content:center;gap:16px}.home-cta-section .btn-primary{background:#fff;color:var(--dark);padding:14px 32px;border-radius:50px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:var(--transition-normal);text-decoration:none}.home-cta-section .btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.home-cta-section .btn-secondary{background:0 0;color:#fff;padding:14px 32px;border-radius:50px;font-weight:600;border:2px solid rgba(255,255,255,.3);transition:var(--transition-normal);text-decoration:none}.home-cta-section .btn-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}@media (max-width:1024px){.about-intro-grid{grid-template-columns:1fr;gap:40px}.about-intro-visual{order:-1}.core-services-grid{grid-template-columns:repeat(2,1fr)}.solutions-content{grid-template-columns:1fr;gap:50px}}@media (max-width:768px){.about-overview-section,.business-solutions-section,.core-services-section,.home-cta-section{padding:60px 0}.core-services-grid{grid-template-columns:1fr;gap:24px}.solutions-stats{grid-template-columns:1fr}.partners-list{grid-template-columns:1fr}.solutions-text h2{font-size:2rem}.home-cta-section h2{font-size:1.75rem}.home-cta-section .cta-buttons{flex-direction:column}.home-cta-section .btn-primary,.home-cta-section .btn-secondary{width:100%;justify-content:center}}.our-services-section{padding:100px 0;background:linear-gradient(180deg,#fff 0,var(--gray-50) 50%,#fff 100%)}.our-services-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.services-content{max-width:1000px;margin:0 auto}.overview-text{line-height:1.8}.overview-text p{font-size:17px;color:var(--gray-700);margin-bottom:40px;text-align:justify;line-height:1.8;position:relative;padding:0 20px}.overview-text p:last-child{margin-bottom:0}.overview-text strong{color:var(--primary);font-weight:700;font-size:17px}.overview-text p:first-child{font-size:18px;font-weight:500;color:var(--dark);position:relative;padding-left:40px;margin-bottom:50px}.overview-text p:first-child::before{content:"";position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,var(--primary) 0,#7dd321 100%);border-radius:3px}.overview-text p:nth-child(2){text-align:center;font-size:19px;font-weight:600;color:var(--primary);margin:60px 0;padding:0 40px;position:relative}.overview-text p:nth-child(2)::after,.overview-text p:nth-child(2)::before{content:"";position:absolute;top:50%;width:60px;height:2px;background:linear-gradient(90deg,var(--primary) 0,#7dd321 100%)}.overview-text p:nth-child(2)::before{left:0}.overview-text p:nth-child(2)::after{right:0}.overview-text p:nth-child(3){font-size:18px;margin:50px 0;padding:0 30px}.overview-text p:nth-child(4){font-size:16px;font-weight:600;color:var(--dark);text-align:center;margin:50px 0 30px 0;padding:0}.overview-text p:nth-child(5){font-size:16px;font-weight:600;color:var(--dark);text-align:center;margin:30px 0;padding:0}.overview-text p:nth-child(6){font-size:16px;font-weight:600;color:var(--dark);text-align:center;margin:30px 0 0 0;padding:0}@media (max-width:1024px){.our-services-section{padding:80px 0}.services-content{padding:50px 40px}.services-intro h3{font-size:1.35rem}.services-objectives h3{font-size:1.25rem}}@media (max-width:768px){.our-services-section{padding:60px 0}.services-content{padding:40px 24px;border-radius:var(--radius-lg)}.services-intro{margin-bottom:40px}.services-intro h3{font-size:1.2rem;margin-bottom:16px}.service-item{flex-direction:column;gap:16px;padding:20px;margin-bottom:24px}.service-item:hover{transform:none}.service-number{align-self:flex-start;width:36px;height:36px;font-size:14px}.service-description{font-size:14px;text-align:left}.services-objectives{padding-top:40px}.services-objectives h3{font-size:1.15rem;margin-bottom:32px}.objective-item{flex-direction:column;gap:12px;padding:16px}.objective-number{align-self:flex-start;width:28px;height:28px;font-size:12px}.objective-description{font-size:13px;text-align:left}}@media (max-width:480px){.services-content{padding:32px 20px}.services-intro h3{font-size:1.1rem}.services-objectives h3{font-size:1.05rem}.service-item{padding:16px;margin-bottom:20px}.service-number{width:32px;height:32px;font-size:13px}.objective-item{padding:14px}.objective-number{width:26px;height:26px;font-size:11px}.objective-description,.service-description{font-size:12px;line-height:1.5}}.about-overview-section{padding:100px 0;background:linear-gradient(180deg,#fff 0,var(--gray-50) 100%)}.about-overview-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.overview-content{background:#fff;border-radius:var(--radius-xl);padding:60px 50px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-100)}.overview-main{display:flex;flex-direction:column;gap:50px}.overview-intro{text-align:center;max-width:800px;margin:0 auto}.overview-intro h3{font-size:1.75rem;font-weight:600;color:var(--dark);margin-bottom:20px;line-height:1.3}.overview-intro .lead-text{font-size:18px;color:var(--gray-600);line-height:1.7;font-weight:500}.expertise-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.expertise-card{background:linear-gradient(135deg,rgba(255,255,255,.9) 0,rgba(249,250,251,.9) 100%);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:32px 28px;transition:var(--transition-normal);position:relative;overflow:hidden}.expertise-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary) 0,var(--green-400) 100%);transform:scaleX(0);transform-origin:left;transition:var(--transition-normal)}.expertise-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.1);border-color:rgba(149,193,31,.3)}.expertise-card:hover::before{transform:scaleX(1)}.expertise-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:var(--transition-normal)}.expertise-icon svg{width:32px;height:32px;transition:var(--transition-normal)}.expertise-icon.construction{background:linear-gradient(135deg,rgba(217,119,6,.15) 0,rgba(217,119,6,.05) 100%);color:#d97706}.expertise-icon.technology{background:linear-gradient(135deg,rgba(2,132,199,.15) 0,rgba(2,132,199,.05) 100%);color:#0284c7}.expertise-icon.consulting{background:linear-gradient(135deg,rgba(124,58,237,.15) 0,rgba(124,58,237,.05) 100%);color:#7c3aed}.expertise-icon.infrastructure{background:linear-gradient(135deg,rgba(149,193,31,.15) 0,rgba(149,193,31,.05) 100%);color:var(--primary)}.expertise-card:hover .expertise-icon{transform:scale(1.1)}.expertise-card h4{font-size:1.25rem;font-weight:600;color:var(--dark);margin-bottom:12px;line-height:1.3}.expertise-card p{font-size:14px;color:var(--gray-600);line-height:1.6}.company-vision{display:grid;grid-template-columns:1.5fr 1fr;gap:50px;align-items:center;padding-top:40px;border-top:2px solid var(--gray-100)}.vision-content{position:relative}.vision-quote{background:linear-gradient(135deg,var(--green-50) 0,rgba(167,243,208,.3) 100%);border-radius:var(--radius-lg);padding:40px 36px;position:relative}.vision-quote svg{color:var(--primary);opacity:.7;margin-bottom:20px}.vision-quote blockquote{margin:0}.vision-quote p{font-size:16px;font-style:italic;color:var(--gray-700);line-height:1.7;margin-bottom:16px}.vision-quote cite{font-size:14px;font-weight:600;color:var(--primary);font-style:normal}.company-stats{display:flex;flex-direction:column;gap:32px}.company-stats .stat-item{text-align:center;padding:24px 20px;background:linear-gradient(135deg,rgba(255,255,255,.8) 0,rgba(249,250,251,.8) 100%);border-radius:var(--radius-lg);border:1px solid var(--gray-100);transition:var(--transition-normal)}.company-stats .stat-item:hover{border-color:rgba(149,193,31,.3);box-shadow:0 8px 20px rgba(149,193,31,.1)}.company-stats .stat-number{font-size:2.5rem;font-weight:800;color:var(--primary);line-height:1;margin-bottom:8px}.company-stats .stat-label{font-size:14px;color:var(--gray-600);font-weight:500}@media (max-width:1024px){.about-overview-section{padding:80px 0}.overview-content{padding:50px 40px}.overview-intro h3{font-size:1.5rem}.expertise-grid{gap:24px}.company-vision{grid-template-columns:1fr;gap:40px}.company-stats{flex-direction:row;justify-content:space-between}.company-stats .stat-item{flex:1;margin:0 8px}}@media (max-width:768px){.about-overview-section{padding:60px 0}.overview-content{padding:40px 24px;border-radius:var(--radius-lg)}.overview-main{gap:40px}.overview-intro h3{font-size:1.35rem;margin-bottom:16px}.overview-intro .lead-text{font-size:16px}.expertise-grid{grid-template-columns:1fr;gap:20px}.expertise-card{padding:24px 20px}.expertise-card:hover{transform:none}.expertise-icon{width:56px;height:56px}.expertise-icon svg{width:28px;height:28px}.expertise-card h4{font-size:1.15rem}.expertise-card p{font-size:13px}.company-vision{padding-top:32px;gap:32px}.vision-quote{padding:32px 24px}.vision-quote p{font-size:15px}.company-stats{flex-direction:column;gap:20px}.company-stats .stat-item{margin:0;padding:20px 16px}.company-stats .stat-number{font-size:2rem}}@media (max-width:480px){.overview-content{padding:32px 20px}.overview-main{gap:32px}.overview-intro h3{font-size:1.2rem}.overview-intro .lead-text{font-size:15px}.expertise-card{padding:20px 16px}.expertise-icon{width:48px;height:48px}.expertise-icon svg{width:24px;height:24px}.expertise-card h4{font-size:1.05rem}.expertise-card p{font-size:12px}.vision-quote{padding:24px 20px}.vision-quote p{font-size:14px}.company-stats .stat-number{font-size:1.75rem}.company-stats .stat-label{font-size:12px}}.directors-section{padding:100px 0;background:linear-gradient(180deg,#fff 0,var(--gray-50) 100%)}.directors-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.directors-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.director-card{background:#fff;border-radius:var(--radius-xl);padding:40px 36px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-100);transition:var(--transition-normal);position:relative;overflow:hidden}.director-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary) 0,var(--green-400) 100%)}.director-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(0,0,0,.15);border-color:rgba(149,193,31,.3)}.director-header{display:flex;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid var(--gray-100)}.director-avatar{width:80px;height:80px;background:linear-gradient(135deg,var(--green-50) 0,rgba(167,243,208,.3) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0;border:3px solid rgba(149,193,31,.2)}.director-avatar svg{width:40px;height:40px}.director-title-info h3{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:6px;line-height:1.2}.director-position{font-size:14px;font-weight:600;color:var(--primary);background:var(--green-50);padding:4px 12px;border-radius:var(--radius-full);display:inline-block}.director-bio{line-height:1.7}.director-bio p{font-size:14px;color:var(--gray-600);margin-bottom:16px;text-align:justify}.director-bio p:last-child{margin-bottom:0}@media (max-width:1024px){.directors-section{padding:80px 0}.directors-grid{gap:32px}.director-card{padding:32px 28px}.director-header{gap:16px;margin-bottom:20px;padding-bottom:16px}.director-avatar{width:70px;height:70px}.director-avatar svg{width:36px;height:36px}.director-title-info h3{font-size:1.35rem}}@media (max-width:768px){.directors-section{padding:60px 0}.directors-grid{grid-template-columns:1fr;gap:24px}.director-card{padding:28px 24px;border-radius:var(--radius-lg)}.director-card:hover{transform:none}.director-header{flex-direction:column;text-align:center;gap:12px;margin-bottom:16px;padding-bottom:16px}.director-avatar{width:64px;height:64px}.director-avatar svg{width:32px;height:32px}.director-title-info h3{font-size:1.25rem;margin-bottom:8px}.director-bio p{font-size:13px;margin-bottom:14px;text-align:left}}@media (max-width:480px){.director-card{padding:24px 20px}.director-header{gap:10px;margin-bottom:14px;padding-bottom:14px}.director-avatar{width:56px;height:56px}.director-avatar svg{width:28px;height:28px}.director-title-info h3{font-size:1.15rem}.director-position{font-size:12px;padding:3px 10px}.director-bio p{font-size:12px;line-height:1.6;margin-bottom:12px}}@media (max-width:1024px){.our-services-section{padding:80px 0}.services-content{padding:50px 40px;border-radius:20px}.overview-text p{font-size:15px;margin-bottom:28px;padding:20px 0}.overview-text p:first-child{padding-left:25px}.overview-text p:first-child::before{height:50px}.overview-text p:nth-child(2){padding:24px 20px;margin:32px 0}.overview-text p:nth-child(3){padding:28px 24px}.overview-text p:nth-child(4),.overview-text p:nth-child(5),.overview-text p:nth-child(6){padding:18px 20px;font-size:14px}}@media (max-width:768px){.our-services-section{padding:60px 0}.services-content{padding:40px 24px;border-radius:16px}.overview-text p{font-size:14px;margin-bottom:24px;padding:16px 0;text-align:left}.overview-text p:hover{padding-left:16px;padding-right:16px}.overview-text p:first-child{padding-left:20px}.overview-text p:first-child::before{height:40px;width:3px}.overview-text p:nth-child(2){padding:20px 16px;margin:24px 0;border-radius:12px}.overview-text p:nth-child(3){padding:24px 20px;border-radius:16px}.overview-text p:nth-child(4),.overview-text p:nth-child(5),.overview-text p:nth-child(6){padding:16px 18px;font-size:13px;margin:16px 0;border-radius:10px}.overview-text strong{font-size:14px;padding:1px 4px}}@media (max-width:480px){.services-content{padding:32px 20px}.overview-text p{font-size:13px;line-height:1.7;margin-bottom:20px;padding:14px 0}.overview-text p:first-child{padding-left:18px}.overview-text p:nth-child(2){padding:18px 14px;margin:20px 0}.overview-text p:nth-child(3){padding:20px 16px}.overview-text p:nth-child(4),.overview-text p:nth-child(5),.overview-text p:nth-child(6){padding:14px 16px;font-size:12px;margin:14px 0}.overview-text strong{font-size:13px}}@media (max-width:1024px){.overview-text p{font-size:16px;margin-bottom:35px;padding:0 16px}.overview-text p:first-child{font-size:17px;padding-left:35px;margin-bottom:45px}.overview-text p:nth-child(2){font-size:18px;margin:50px 0;padding:0 35px}.overview-text p:nth-child(2)::after,.overview-text p:nth-child(2)::before{width:50px}.overview-text p:nth-child(3){font-size:17px;margin:45px 0;padding:0 25px}}@media (max-width:768px){.overview-text p{font-size:15px;margin-bottom:30px;padding:0 12px;text-align:left}.overview-text p:first-child{font-size:16px;padding-left:30px;margin-bottom:40px}.overview-text p:first-child::before{width:4px}.overview-text p:nth-child(2){font-size:17px;margin:40px 0;padding:0 30px}.overview-text p:nth-child(2)::after,.overview-text p:nth-child(2)::before{width:40px}.overview-text p:nth-child(3){font-size:16px;margin:35px 0;padding:0 20px}.overview-text p:nth-child(4),.overview-text p:nth-child(5),.overview-text p:nth-child(6){font-size:15px;margin:25px 0}}@media (max-width:480px){.overview-text p{font-size:14px;line-height:1.7;margin-bottom:25px;padding:0 8px}.overview-text p:first-child{font-size:15px;padding-left:25px;margin-bottom:35px}.overview-text p:first-child::before{width:3px}.overview-text p:nth-child(2){font-size:16px;margin:35px 0;padding:0 25px}.overview-text p:nth-child(2)::after,.overview-text p:nth-child(2)::before{width:30px}.overview-text p:nth-child(3){font-size:15px;margin:30px 0;padding:0 15px}.overview-text p:nth-child(4),.overview-text p:nth-child(5),.overview-text p:nth-child(6){font-size:14px;margin:20px 0}.overview-text strong{font-size:14px}}.education-content-section{padding:80px 0;background:linear-gradient(135deg,#fefefe 0,#f8f9fa 100%)}.education-content-wrapper{max-width:1000px;margin:0 auto;padding:50px 40px;background:#fff;border-radius:var(--radius-xl);box-shadow:0 10px 40px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.04)}.education-main-title{font-size:clamp(1.75rem, 4vw, 2.25rem);font-weight:700;color:#c45000;margin-bottom:32px;padding-bottom:16px;border-bottom:2px solid #c45000;display:inline-block}.education-content-block{margin-bottom:28px}.education-content-block:last-child{margin-bottom:0}.education-content-block p{font-size:1.05rem;line-height:1.9;color:#333;margin-bottom:16px;text-align:justify}.education-content-block p:last-child{margin-bottom:0}.highlight-orange{color:#c45000;font-weight:700}.highlight-blue{color:#06c;text-decoration:underline;font-weight:500}.education-content-block strong{color:#333;font-weight:700}.education-content-block em{font-style:italic;color:#444}@media (max-width:768px){.education-content-section{padding:60px 0}.education-content-wrapper{padding:30px 24px;margin:0 16px}.education-main-title{font-size:1.5rem}.education-content-block p{font-size:1rem;line-height:1.8}}@media (max-width:480px){.education-content-wrapper{padding:24px 20px;margin:0 12px}.education-main-title{font-size:1.35rem}.education-content-block p{font-size:.95rem;text-align:left}}.education-info-card{background:linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%);border-radius:var(--radius-xl);padding:40px;border:1px solid var(--gray-100)}.education-side-image{border-radius:var(--radius-xl);overflow:hidden;height:100%;box-shadow:var(--shadow-card)}.education-side-image img{width:100%;height:100%;object-fit:cover;display:block}.education-info-card h3{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:8px}.education-info-card .services-subtitle{font-size:.95rem;color:var(--gray-500);margin-bottom:28px;font-style:italic}.education-info-content p{font-size:1rem;line-height:1.8;color:var(--gray-600);margin-bottom:16px}.education-info-content p:last-child{margin-bottom:0}.education-info-content strong{color:var(--dark);font-weight:600}.text-accent{color:var(--primary);font-weight:600;position:relative}.text-accent::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:var(--primary);opacity:.4}.education-intro .intro-badge{color:#0891b2}.education-intro .intro-divider{color:#0891b2}.education-intro .intro-divider span{background:linear-gradient(90deg,transparent,#0891b2)}.education-intro .intro-divider span:last-child{background:linear-gradient(90deg,#0891b2,transparent)}@media (max-width:992px){.education-info-card{max-width:500px;margin:0 auto}}@media (max-width:768px){.education-info-card{padding:30px 24px}}.about-intro-section{padding:50px 0;background:linear-gradient(135deg,#fffbf5 0,#fff7ed 50%,#fff5e6 100%)}.about-intro-content{max-width:900px;margin:0 auto;text-align:center}.intro-text-block{margin-bottom:40px}.intro-paragraph{font-size:1.15rem;line-height:1.9;color:var(--gray-700);margin-bottom:20px;text-align:justify}.intro-paragraph strong{color:var(--primary);font-weight:700}.quote-box{background:linear-gradient(135deg,var(--primary) 0,#7ab31a 100%);border-radius:var(--radius-xl);padding:16px 48px 4px;margin:24px 0 16px;position:relative;box-shadow:0 16px 48px rgba(149,193,31,.25)}.quote-box .quote-icon{position:absolute;top:-16px;left:40px;width:48px;height:48px;background:#fff;border-radius:50%;padding:10px;color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,.1)}.quote-box blockquote{font-size:1.25rem;font-weight:500;color:#fff;line-height:1.7;font-style:italic;margin:0}.intro-paragraph.after-quote{margin-top:40px;font-size:1.1rem}.about-entrepreneurs-section{padding:50px 0;background:#fff}.entrepreneurs-content{max-width:900px;margin:0 auto;text-align:center}.entrepreneurs-content h2{font-size:clamp(1.75rem, 4vw, 2.5rem);color:var(--dark);margin-bottom:32px}.entrepreneurs-content h2 .highlight{color:var(--primary)}.entrepreneurs-text{text-align:justify}.entrepreneurs-text p{font-size:1.1rem;line-height:1.9;color:var(--gray-700);margin-bottom:20px}.entrepreneurs-text p:last-child{margin-bottom:0}.about-directors-section{padding:40px 0 60px;background-color:#878786}.about-directors-section .section-header{text-align:center;margin-bottom:48px}.about-directors-section .section-header h2{color:#1a1a2e}.directors-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1200px;margin:0 auto}.director-profile-card{background:#fff;border-radius:var(--radius-xl);padding:32px;border:1px solid rgba(0,0,0,.05);text-align:left;transition:all .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.1);overflow:hidden;position:relative}.director-profile-card:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 16px 48px rgba(0,0,0,.3)}.director-portrait{float:left;margin:0 24px 12px 0;width:120px;height:120px}.director-portrait img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:3px solid var(--primary)}.portrait-placeholder{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,rgba(149,193,31,.2) 0,rgba(149,193,31,.1) 100%);border:3px solid var(--primary);display:flex;align-items:center;justify-content:center;color:var(--primary)}.director-profile-card h3{font-size:1.35rem;font-weight:700;color:#1a1a2e;margin-bottom:8px}.director-designation{display:inline-block;background:var(--primary);color:#fff;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:16px}.director-expertise{font-size:.95rem;line-height:1.7;color:rgba(255,255,255,.7)}.director-bio-full{margin-top:16px;position:relative}.director-bio-full p{font-size:.85rem;line-height:1.6;color:#111827;margin-bottom:12px;text-align:left}.director-bio-full .more-text{display:none}.director-bio-full.expanded .more-text{display:block}.read-more-btn{display:inline-block;color:var(--primary);font-size:.9rem;font-weight:600;margin-top:8px;cursor:pointer;transition:all .3s ease}.read-more-btn:hover{text-decoration:underline;transform:translateX(4px)}.director-bio-full p:last-child{margin-bottom:0}.about-highlights-section{padding:40px 0 80px;background:linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%)}.about-highlights-section .section-header{text-align:center;margin-bottom:48px}.highlights-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}.highlight-card{background:#fff;border-radius:var(--radius-xl);padding:32px 24px;text-align:center;border:1px solid var(--gray-100);transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.05);display:block;text-decoration:none;color:inherit;cursor:pointer}.highlight-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(0,0,0,.1);border-color:var(--primary)}.highlight-icon{width:80px;height:80px;margin:0 auto 20px}.highlight-icon svg{width:100%;height:100%}.highlight-card h3{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:8px}.highlight-card p{font-size:.9rem;color:var(--gray-500);line-height:1.5}.key-points{background:#fff;border-radius:var(--radius-xl);padding:40px;border:1px solid var(--gray-100);box-shadow:0 8px 24px rgba(0,0,0,.05)}.key-points h3{font-size:1.35rem;font-weight:700;color:var(--dark);margin-bottom:24px;text-align:center}.points-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.point-item{display:flex;align-items:flex-start;gap:12px}.point-checkmark{flex-shrink:0}.point-item span{font-size:1rem;color:var(--gray-700);line-height:1.6}@media (max-width:992px){.directors-grid{grid-template-columns:1fr;max-width:450px}.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-directors-section,.about-entrepreneurs-section,.about-highlights-section,.about-intro-section{padding:60px 0}.quote-box{padding:16px 24px 4px}.quote-box blockquote{font-size:1.1rem}.points-grid{grid-template-columns:1fr}.director-profile-card{padding:24px}.portrait-placeholder{width:120px;height:120px}}@media (max-width:576px){.highlights-grid{grid-template-columns:1fr;max-width:350px;margin-left:auto;margin-right:auto}.intro-paragraph{font-size:1rem;text-align:left}.entrepreneurs-text p{font-size:1rem;text-align:left}.key-points{padding:24px}}.director-photo-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:none;align-items:center;justify-content:center}.director-photo-lightbox.active{display:flex}.director-photo-lightbox .lightbox-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);cursor:pointer;animation:fadeIn .3s ease}.director-photo-lightbox .lightbox-content{position:relative;z-index:10001;max-width:90vw;max-height:90vh;animation:zoomIn .3s ease}.director-photo-lightbox .lightbox-close{position:absolute;top:-50px;right:0;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.director-photo-lightbox .lightbox-close:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:rotate(90deg)}.director-photo-lightbox .lightbox-image-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.5);max-width:600px;max-height:80vh;display:flex;align-items:center;justify-content:center}.director-photo-lightbox .lightbox-image-container img{width:100%;height:auto;display:block;object-fit:contain}.director-placeholder-large{width:400px;height:400px;background:linear-gradient(135deg,rgba(149,193,31,.2) 0,rgba(149,193,31,.1) 100%);display:flex;align-items:center;justify-content:center;color:var(--primary)}.director-placeholder-large svg{width:200px;height:200px}.director-portrait:hover{opacity:.8;transform:scale(1.05);transition:all .3s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes zoomIn{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.director-photo-lightbox .lightbox-content{max-width:95vw}.director-photo-lightbox .lightbox-close{top:-45px;width:36px;height:36px}.director-placeholder-large{width:300px;height:300px}.director-placeholder-large svg{width:150px;height:150px}}.company-objects-section-v2{margin-top:80px;margin-bottom:60px}.objects-section-header{text-align:center;margin-bottom:48px}.objects-section-header h2{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:700;color:var(--dark);margin-bottom:16px;line-height:1.3}.objects-section-header p{font-size:1.1rem;color:var(--gray-500);max-width:600px;margin:0 auto}.ancillary-section-header{margin-top:60px;margin-bottom:32px}.ancillary-section-header h3{font-size:clamp(1.25rem, 3vw, 1.75rem);font-weight:700;color:var(--dark);line-height:1.4}.objects-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.object-card-v2{padding:28px;border-radius:var(--radius-xl);border:1px solid transparent;transition:all .3s ease;position:relative}.object-card-v2:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08)}.object-card-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;font-size:.9rem;font-weight:700;margin-bottom:16px;color:#fff}.object-card-v2 p{font-size:.95rem;line-height:1.75;color:var(--gray-700);margin:0;text-align:justify}.object-card-v2.color-green{background:linear-gradient(135deg,rgba(149,193,31,.08) 0,rgba(149,193,31,.04) 100%);border-color:rgba(149,193,31,.15)}.object-card-v2.color-green:hover{border-color:rgba(149,193,31,.3)}.object-card-number.green{background:linear-gradient(135deg,#95c11f 0,#7cb51a 100%)}.object-card-v2.color-blue{background:linear-gradient(135deg,rgba(59,130,246,.08) 0,rgba(59,130,246,.04) 100%);border-color:rgba(59,130,246,.15)}.object-card-v2.color-blue:hover{border-color:rgba(59,130,246,.3)}.object-card-number.blue{background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%)}.object-card-v2.color-orange{background:linear-gradient(135deg,rgba(249,115,22,.08) 0,rgba(249,115,22,.04) 100%);border-color:rgba(249,115,22,.15)}.object-card-v2.color-orange:hover{border-color:rgba(249,115,22,.3)}.object-card-number.orange{background:linear-gradient(135deg,#f97316 0,#ea580c 100%)}.object-card-v2.color-teal{background:linear-gradient(135deg,rgba(13,148,136,.08) 0,rgba(13,148,136,.04) 100%);border-color:rgba(13,148,136,.15)}.object-card-v2.color-teal:hover{border-color:rgba(13,148,136,.3)}.object-card-number.teal{background:linear-gradient(135deg,#0d9488 0,#0f766e 100%)}.object-card-v2.color-purple{background:linear-gradient(135deg,rgba(124,58,237,.08) 0,rgba(124,58,237,.04) 100%);border-color:rgba(124,58,237,.15)}.object-card-v2.color-purple:hover{border-color:rgba(124,58,237,.3)}.object-card-number.purple{background:linear-gradient(135deg,#7c3aed 0,#6d28d9 100%)}.object-card-v2.color-amber{background:linear-gradient(135deg,rgba(245,158,11,.08) 0,rgba(245,158,11,.04) 100%);border-color:rgba(245,158,11,.15)}.object-card-v2.color-amber:hover{border-color:rgba(245,158,11,.3)}.object-card-number.amber{background:linear-gradient(135deg,#f59e0b 0,#d97706 100%)}.object-card-v2.color-rose{background:linear-gradient(135deg,rgba(244,63,94,.08) 0,rgba(244,63,94,.04) 100%);border-color:rgba(244,63,94,.15)}.object-card-v2.color-rose:hover{border-color:rgba(244,63,94,.3)}.object-card-number.rose{background:linear-gradient(135deg,#f43f5e 0,#e11d48 100%)}.object-card-v2.color-cyan{background:linear-gradient(135deg,rgba(6,182,212,.08) 0,rgba(6,182,212,.04) 100%);border-color:rgba(6,182,212,.15)}.object-card-v2.color-cyan:hover{border-color:rgba(6,182,212,.3)}.object-card-number.cyan{background:linear-gradient(135deg,#06b6d4 0,#0891b2 100%)}@media (max-width:992px){.objects-cards-grid{grid-template-columns:1fr}}@media (max-width:768px){.company-objects-section-v2{margin-top:60px}.object-card-v2{padding:24px}.ancillary-section-header{margin-top:48px}.ancillary-section-header h3{font-size:1.25rem}}@media (max-width:576px){.object-card-v2{padding:20px}.object-card-v2 p{font-size:.9rem;text-align:left}.object-card-number{width:36px;height:36px;font-size:.85rem}}.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.sector-card{padding:40px 32px;background:#fff;border:1px solid var(--gray-100);border-radius:var(--radius-lg);transition:all .4s cubic-bezier(.4, 0, .2, 1);display:flex;flex-direction:column;gap:20px}.sector-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.08);border-color:var(--primary)}.sector-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.sector-icon svg{width:28px;height:28px}.sector-icon.blue{background:rgba(59,130,246,.1);color:#3b82f6}.sector-icon.cyan{background:rgba(6,182,212,.1);color:#06b6d4}.sector-icon.orange{background:rgba(249,115,22,.1);color:#f97316}.sector-icon.purple{background:rgba(139,92,246,.1);color:#8b5cf6}.sector-icon.teal{background:rgba(20,184,166,.1);color:#14b8a6}.sector-icon.gray{background:rgba(107,114,128,.1);color:#6b7280}.sector-content h4{font-size:1.15rem;font-weight:700;color:var(--dark);margin-bottom:12px}.sector-content p{font-size:15px;line-height:1.6;color:var(--gray-600);margin:0}.sector-card-buildings,.sector-card-heavy-civil,.sector-card-minerals,.sector-card-power,.sector-card-transportation,.sector-card-water{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.sector-card-buildings::before,.sector-card-heavy-civil::before,.sector-card-minerals::before,.sector-card-power::before,.sector-card-transportation::before,.sector-card-water::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.65) 0,rgba(0,0,0,.5) 100%);z-index:0;transition:all .4s cubic-bezier(.4, 0, .2, 1)}.sector-card-buildings:hover::before,.sector-card-heavy-civil:hover::before,.sector-card-minerals:hover::before,.sector-card-power:hover::before,.sector-card-transportation:hover::before,.sector-card-water:hover::before{background:linear-gradient(135deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.35) 100%)}.sector-card-buildings .sector-content,.sector-card-buildings .sector-icon,.sector-card-heavy-civil .sector-content,.sector-card-heavy-civil .sector-icon,.sector-card-minerals .sector-content,.sector-card-minerals .sector-icon,.sector-card-power .sector-content,.sector-card-power .sector-icon,.sector-card-transportation .sector-content,.sector-card-transportation .sector-icon,.sector-card-water .sector-content,.sector-card-water .sector-icon{position:relative;z-index:1}.sector-card-buildings .sector-content h4,.sector-card-heavy-civil .sector-content h4,.sector-card-minerals .sector-content h4,.sector-card-power .sector-content h4,.sector-card-transportation .sector-content h4,.sector-card-water .sector-content h4{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5)}.sector-card-buildings .sector-content p,.sector-card-heavy-civil .sector-content p,.sector-card-minerals .sector-content p,.sector-card-power .sector-content p,.sector-card-transportation .sector-content p,.sector-card-water .sector-content p{color:rgba(255,255,255,.95);text-shadow:0 1px 4px rgba(0,0,0,.5)}.sector-card-buildings .sector-icon,.sector-card-heavy-civil .sector-icon,.sector-card-minerals .sector-icon,.sector-card-power .sector-icon,.sector-card-transportation .sector-icon,.sector-card-water .sector-icon{filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .5))}.sector-card-heavy-civil{background-image:url('../assets/heavy-civil-infrastructure.jpg')}.sector-card-transportation{background-image:url('../assets/transportation-infrastructure.jpg')}.sector-card-power{background-image:url('../assets/power-transmission.jpg')}.sector-card-buildings{background-image:url('../assets/buildings-factories.jpg')}.sector-card-water{background-image:url('../assets/water-treatment.jpg')}.sector-card-minerals{background-image:url('../assets/minerals-metals.jpg')}@media (max-width:992px){.sector-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:640px){.sector-grid{grid-template-columns:1fr}.sector-card{padding:32px 24px}}.verticals-section{padding:100px 0;background:#f5f7fa}.verticals-section .container{max-width:1200px;margin:0 auto;padding:0 24px}.verticals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.vertical-card{display:flex;flex-direction:column;background:#fff;border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;border:1px solid var(--gray-100);border-left:4px solid #95c11f;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.165, .84, .44, 1);position:relative}.vertical-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(149,193,31,.15);border-left-color:#7cb51a}.vertical-content{padding:28px 24px;flex:1}.vertical-content h4{font-size:1.2rem;font-weight:600;color:var(--dark);margin-bottom:12px}.vertical-content p{font-size:14px;color:var(--gray-500);line-height:1.6;margin:0}.vertical-image{height:140px;overflow:hidden;background:linear-gradient(135deg,var(--green-50) 0,var(--teal-50) 100%)}.vertical-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vertical-card:hover .vertical-image img{transform:scale(1.08)}.vertical-arrow{position:absolute;top:24px;right:20px;width:36px;height:36px;background:linear-gradient(135deg,rgba(149,193,31,.1) 0,rgba(149,193,31,.05) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--primary);transition:all .3s ease}.vertical-card:hover .vertical-arrow{background:var(--primary);color:#fff;transform:translateX(4px)}@media (max-width:1024px){.verticals-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.verticals-section{padding:70px 0}.verticals-grid{grid-template-columns:1fr;gap:20px}.vertical-card{flex-direction:row;align-items:stretch}.vertical-content{padding:20px;flex:1}.vertical-content h4{font-size:1.1rem;margin-bottom:8px}.vertical-image{width:120px;height:auto;flex-shrink:0}.vertical-arrow{top:auto;bottom:16px;right:16px;width:32px;height:32px;font-size:16px}}@media (max-width:480px){.vertical-card{flex-direction:column}.vertical-image{width:100%;height:120px;order:-1}.vertical-content{padding:20px 16px}}.verticals-section-v2{padding:40px 0 80px;background:linear-gradient(180deg,#f0f8e8 0,#e8f4dc 50%,#f5faf0 100%)}.verticals-section-v2 .container{max-width:1300px;margin:0 auto;padding:0 24px}.verticals-section-v2 .section-header{text-align:center;margin-bottom:50px}.verticals-section-v2 .section-header h2{font-size:2.25rem;font-weight:700;color:var(--dark);margin-bottom:16px}.verticals-section-v2 .section-header p{font-size:16px;color:var(--gray-600);max-width:700px;margin:0 auto;font-style:italic}.verticals-grid-v2{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.vertical-card-v2{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;border:1px solid rgba(149,193,31,.2);box-shadow:0 2px 12px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.165, .84, .44, 1);text-align:center;padding:24px 16px 0}.vertical-card-v2:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(149,193,31,.18);border-color:#95c11f}.vertical-card-v2 h4{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:12px;line-height:1.3}.vertical-card-v2 p{font-size:13px;color:var(--gray-500);line-height:1.6;margin:0 0 20px 0;flex:1}.vertical-img-wrapper{width:calc(100% - 16px);height:160px;overflow:hidden;border-radius:12px;margin:auto 8px 16px;background:linear-gradient(135deg,rgba(149,193,31,.1) 0,rgba(149,193,31,.05) 100%)}.vertical-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vertical-card-v2:hover .vertical-img-wrapper img{transform:scale(1.08)}.vertical-img-wrapper.placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(149,193,31,.15) 0,rgba(149,193,31,.08) 100%)}.vertical-img-wrapper.placeholder::after{content:"🖼️";font-size:32px;opacity:.5}@media (max-width:1200px){.verticals-grid-v2{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.verticals-grid-v2{grid-template-columns:repeat(2,1fr)}.verticals-section-v2{padding:60px 0}}@media (max-width:600px){.verticals-grid-v2{grid-template-columns:1fr;max-width:350px;margin:0 auto}.verticals-section-v2 .section-header h2{font-size:1.75rem}.vertical-card-v2{padding:20px 14px 0}.vertical-card-v2 h4{font-size:1.1rem}.vertical-img-wrapper{height:180px}}.comments-section{padding:60px 0;background:linear-gradient(180deg,#fef9e7 0,#fdf6e3 100%)}.comments-intro{text-align:center;max-width:900px;margin:0 auto 40px}.comments-intro .intro-paragraph{font-size:15px;color:var(--gray-700);line-height:1.8;margin-bottom:16px}.comments-intro .intro-paragraph strong{color:var(--primary)}.comments-slider-wrapper{position:relative;max-width:800px;margin:0 auto 30px}.comments-slider{position:relative;overflow:hidden}.comment-slide{display:none;animation:fadeSlide .5s ease-in-out}.comment-slide.active{display:block}@keyframes fadeSlide{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.comment-box{background:linear-gradient(135deg,#95c11f 0,#7cb51a 100%);border-radius:16px;padding:30px 40px;text-align:center;box-shadow:0 10px 40px rgba(149,193,31,.3)}.comment-box .quote-icon{color:#fff;opacity:.7;margin-bottom:16px}.comment-box blockquote{font-size:1.1rem;font-style:italic;color:#fff;line-height:1.7;margin:0;font-weight:500}.slider-controls{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:24px}.slider-btn{width:44px;height:44px;border-radius:50%;border:2px solid var(--primary);background:#fff;color:var(--primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.slider-btn:hover{background:var(--primary);color:#fff}.slider-dots{display:flex;gap:10px}.slider-dots .dot{width:12px;height:12px;border-radius:50%;background:rgba(149,193,31,.3);cursor:pointer;transition:all .3s ease}.slider-dots .dot.active{background:var(--primary);transform:scale(1.2)}.slider-dots .dot:hover{background:var(--primary)}.comments-section .intro-paragraph.after-quote{text-align:center;max-width:700px;margin:0 auto;font-size:15px;color:var(--gray-600)}@media (max-width:768px){.comments-section{padding:40px 0}.comment-box{padding:24px 20px}.comment-box blockquote{font-size:1rem}.slider-btn{width:38px;height:38px}}.directors-section{padding:100px 0;background:linear-gradient(180deg,#fff 0,var(--gray-50) 100%)}.directors-section .container{max-width:1400px;margin:0 auto;padding:0 24px}.directors-grid{display:flex;gap:40px;align-items:stretch}.director-card{flex:1;background:linear-gradient(145deg,#fff 0,#f8faf5 100%);padding:40px 36px;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.08);border:1px solid rgba(149,193,31,.1);transition:all .3s ease;position:relative;overflow:hidden}.director-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#95c11f 0,#7dd321 100%)}.director-card:hover{transform:translateY(-12px);box-shadow:0 20px 60px rgba(149,193,31,.15);border-color:rgba(149,193,31,.3)}.director-info h3{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:12px;line-height:1.2}.director-title{display:inline-block;font-size:14px;font-weight:600;color:#95c11f;background:rgba(149,193,31,.1);padding:8px 16px;border-radius:25px;margin-bottom:24px;border:1px solid rgba(149,193,31,.2)}.director-bio{line-height:1.7}.director-bio p{font-size:15px;color:#6b7280;margin-bottom:18px;text-align:justify;line-height:1.7}.director-bio p:last-child{margin-bottom:0}@media (max-width:1024px){.directors-section{padding:80px 0}.directors-grid{gap:32px}.director-card{padding:36px 32px}.director-info h3{font-size:1.6rem}.director-bio p{font-size:14px;margin-bottom:16px}}@media (max-width:768px){.directors-section{padding:60px 0}.directors-grid{flex-direction:column;gap:24px}.director-card{padding:32px 28px;border-radius:16px}.director-card:hover{transform:translateY(-6px)}.director-info h3{font-size:1.4rem;margin-bottom:10px}.director-title{font-size:13px;padding:6px 14px;margin-bottom:20px}.director-bio p{font-size:14px;margin-bottom:15px;text-align:left}}@media (max-width:480px){.director-card{padding:28px 24px}.director-info h3{font-size:1.25rem}.director-title{font-size:12px;padding:5px 12px}.director-bio p{font-size:13px;line-height:1.6;margin-bottom:14px}}.hero-slideshow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.2s cubic-bezier(.4, 0, .2, 1);will-change:opacity,transform}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover;object-position:center;animation:kenBurns 20s ease-in-out infinite}.slide:first-child img{animation-delay:0s}.slide:nth-child(2) img{animation-delay:-5s}.slide:nth-child(3) img{animation-delay:-10s}.slide:nth-child(4) img{animation-delay:-15s}@keyframes kenBurns{0%{transform:scale(1) translate(0,0)}50%{transform:scale(1.1) translate(-2%,-1%)}100%{transform:scale(1) translate(0,0)}}.hero-slideshow::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.6) 0,rgba(0,0,0,.4) 30%,rgba(0,0,0,.2) 60%,rgba(0,0,0,.3) 100%);z-index:2;pointer-events:none}.hero-slideshow::before{content:'';position:absolute;inset:0;background:0 0;z-index:3;pointer-events:none}.slideshow-nav{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:12px;padding:12px 20px;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:50px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px rgba(0,0,0,.2)}.slideshow-dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.5);border:2px solid rgba(149,193,31,.5);cursor:pointer;transition:all .4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden}.slideshow-dot::before{content:'';position:absolute;inset:-2px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--teal-400));opacity:0;transition:opacity .4s ease}.slideshow-dot.active{background:var(--primary);border-color:var(--primary);transform:scale(1.2);box-shadow:0 0 15px rgba(149,193,31,.5)}.slideshow-dot:hover:not(.active){background:rgba(149,193,31,.3);border-color:var(--primary);transform:scale(1.1)}.slideshow-arrows{position:absolute;top:50%;left:0;right:0;width:100%;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 30px;z-index:10;pointer-events:none}.slideshow-arrow{width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4, 0, .2, 1);pointer-events:all;color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.15)}.slideshow-arrow:hover{background:var(--primary);border-color:var(--primary);transform:scale(1.1);box-shadow:0 6px 25px rgba(149,193,31,.4)}.slideshow-arrow svg{width:24px;height:24px;transition:transform .3s ease}.slideshow-arrow.prev:hover svg{transform:translateX(-3px)}.slideshow-arrow.next:hover svg{transform:translateX(3px)}@media (max-width:1024px){.hero-slideshow{width:100%}.slideshow-nav{left:50%;right:auto;transform:translateX(-50%);bottom:30px;gap:10px;padding:10px 16px}.slideshow-dot{width:10px;height:10px}.slideshow-arrows{width:100%;padding:0 20px}.slideshow-arrow{width:44px;height:44px}.slideshow-arrow svg{width:20px;height:20px}}@media (max-width:768px){.hero-slideshow{width:100%;height:100%;top:0;opacity:1}.hero-slideshow::after{background:linear-gradient(to bottom,rgba(0,0,0,.6) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 100%)}.slideshow-nav{left:50%;right:auto;transform:translateX(-50%);bottom:20px;gap:8px;padding:8px 14px}.slideshow-dot{width:8px;height:8px}.slideshow-arrows{display:none}}@media (max-width:480px){.hero-slideshow{height:100%;opacity:1}.slideshow-nav{bottom:15px;gap:6px;padding:6px 12px}.slideshow-dot{width:6px;height:6px}}