:root{--primary-blue: #114C97;--primary-blue-dark: #0D3B75;--accent-yellow: #F4C400;--accent-orange: #F59E00;--light-bg: #F5F8FC;--text-dark: #1E1E1E;--text-gray: #4A4A4A;--white: #FFFFFF;--border-light: #E2E8F0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;color:var(--text-dark);background-color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4{font-weight:600;color:var(--primary-blue);line-height:1.2}h1{font-size:2.75rem}h2{font-size:2rem}h3{font-size:1.35rem}p{color:var(--text-gray);line-height:1.7}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section2{padding:5rem 8%}.section{padding:5rem 8%;justify-content:center;justify-items:center}.section-light{background-color:var(--light-bg)}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{margin-bottom:.75rem}.section-title p{font-size:1.1rem;max-width:600px;margin:0 auto}.btn-primary{background:linear-gradient(90deg,#f59e00,#f4c400);color:var(--white);padding:14px 28px;border-radius:30px;text-decoration:none;font-weight:600;display:inline-block;transition:all .3s ease;border:none;cursor:pointer;font-family:Poppins,sans-serif;font-size:1rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.btn-secondary{background:transparent;color:var(--primary-blue);padding:12px 26px;border-radius:30px;border:2px solid var(--primary-blue);font-weight:600;display:inline-block;transition:all .3s ease;cursor:pointer;font-family:Poppins,sans-serif;font-size:1rem;text-decoration:none}.btn-secondary:hover{background:var(--primary-blue);color:var(--white)}.site-header{background:var(--white);padding:0 8%;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000000d;position:sticky;top:0;z-index:1000;height:80px}.site-header .logo{display:flex;align-items:center;gap:.5rem}.site-header .logo img{height:48px;width:auto}.site-header nav{display:flex;align-items:center;gap:.25rem}.site-header nav a{text-decoration:none;color:var(--primary-blue);font-weight:500;padding:.5rem .85rem;border-radius:6px;transition:color .2s ease,background .2s ease;font-size:.95rem}.site-header nav a:hover,.site-header nav a.active{color:var(--accent-orange);background:var(--light-bg)}.lang-switch{display:flex;gap:.25rem;margin-left:1.5rem;border-left:1px solid var(--border-light);padding-left:1.5rem}.lang-switch a{font-size:.85rem;font-weight:600;padding:.35rem .6rem;border-radius:4px;color:var(--text-gray);transition:all .2s ease;text-transform:uppercase}.lang-switch a:hover,.lang-switch a.active{color:var(--primary-blue);background:var(--light-bg)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:.5rem}.hamburger span{width:24px;height:2px;background:var(--primary-blue);transition:all .3s ease}.hero{position:relative;padding:8rem 8% 6rem;background:linear-gradient(135deg,var(--light-bg) 0%,var(--white) 50%);overflow:hidden;min-height:70vh;display:flex;align-items:center}.hero-bg{position:absolute;top:0;right:0;width:50%;height:100%;object-fit:cover;opacity:.15;mask-image:linear-gradient(to left,rgba(0,0,0,.6) 0%,transparent 100%);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,.6) 0%,transparent 100%)}.hero-content{position:relative;z-index:2;max-width:650px}.hero h1{font-size:3rem;margin-bottom:1.25rem;line-height:1.15}.hero p{font-size:1.2rem;margin-bottom:2rem;color:var(--text-gray);line-height:1.7}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-image{border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #0000001a}.about-image img{width:100%;height:500px;object-fit:cover}.about-text p{margin-bottom:1rem}.expertise-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.expertise-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--white);border-radius:10px;box-shadow:0 2px 12px #0000000a;transition:transform .2s ease,box-shadow .2s ease}.expertise-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.expertise-icon{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,var(--accent-orange),var(--accent-yellow));border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem}.service-card{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 4px 16px #0000000f;transition:transform .25s ease,box-shadow .25s ease;border-top:3px solid transparent}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a;border-top-color:var(--accent-orange)}.service-card .service-number{font-size:2.5rem;font-weight:700;color:var(--accent-yellow);opacity:.5;line-height:1;margin-bottom:.75rem}.service-card h3{margin-bottom:.75rem}.service-card p{font-size:.95rem}.references-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.reference-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000000f;transition:transform .25s ease,box-shadow .25s ease}.reference-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0000001a}.reference-card-image{height:180px;overflow:hidden}.reference-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.reference-card:hover .reference-card-image img{transform:scale(1.05)}.reference-card-body{padding:1.5rem}.reference-card-body h3{margin-bottom:.25rem;font-size:1.15rem}.gallery-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:2rem;justify-content:center;justify-items:center;margin-left:auto;margin-right:auto;max-width:1200px}.gallery-strip img{width:100%;height:160px;object-fit:cover;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.gallery-strip img:hover{transform:scale(1.03);box-shadow:0 6px 20px #0000001f}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{display:flex;gap:1rem;align-items:flex-start}.contact-info-icon{flex-shrink:0;width:44px;height:44px;background:var(--light-bg);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--primary-blue);font-size:1.1rem}.contact-info-item h4{font-size:.95rem;margin-bottom:.25rem}.contact-info-item p{font-size:.9rem}.contact-form{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014}.contact-form h3{margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:var(--text-dark);margin-bottom:.35rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border-light);border-radius:8px;font-family:Poppins,sans-serif;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease;color:var(--text-dark);background:var(--white)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #114c971a}.form-group textarea{resize:vertical;min-height:120px}.form-message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem}.form-message.success{background:#e8f5e9;color:#2e7d32}.form-message.error{background:#ffebee;color:#c62828}.site-footer{background-color:var(--primary-blue);color:var(--white);padding:3.5rem 8% 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;margin-bottom:2rem}.footer-col h4{color:var(--accent-yellow);font-size:1rem;margin-bottom:1rem}.footer-col p,.footer-col a{color:#fffc;font-size:.9rem;line-height:1.8}.footer-col a{display:block;transition:color .2s ease}.footer-col a:hover{color:var(--accent-yellow)}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;text-align:center;font-size:.85rem;color:#fff9}.legal-page{padding:4rem 8%;max-width:800px;margin:0 auto}.legal-page h1{margin-bottom:1.5rem}.legal-page h2{font-size:1.35rem;margin-top:2rem;margin-bottom:.75rem}.legal-page p{margin-bottom:1rem}.legal-page ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.legal-page ul li{color:var(--text-gray);margin-bottom:.35rem;line-height:1.6}.home-services-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:2rem}.home-service-item{padding:1.5rem;background:var(--white);border-radius:10px;box-shadow:0 2px 12px #0000000a;text-align:center;transition:transform .2s ease}.home-service-item:hover{transform:translateY(-2px)}.home-service-item .icon{font-size:1.5rem;margin-bottom:.5rem}.home-service-item h4{font-size:.95rem;color:var(--primary-blue)}.map-container{margin-top:2rem;border-radius:12px;overflow:hidden;height:300px;background:var(--light-bg);display:flex;align-items:center;justify-content:center;color:var(--text-gray)}.page-banner{position:relative;height:280px;overflow:hidden;display:flex;align-items:center;justify-content:center}.page-banner img{position:absolute;top:0;left:0;width:100%;height:150%;object-fit:cover}.page-banner-overlay{position:absolute;top:0;left:0;width:100%;height:150%;background:linear-gradient(135deg,#114c97d9,#0d3b75bf)}.page-banner-content{position:relative;z-index:2;text-align:center;color:var(--white)}.page-banner-content h1{color:var(--white);font-size:2.5rem}.page-banner-content p{color:#ffffffd9;font-size:1.1rem;margin-top:.5rem}@media(max-width:968px){.about-grid,.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.hero h1{font-size:2.25rem}.page-banner{height:220px}}@media(max-width:768px){.site-header{padding:0 5%;flex-wrap:wrap;height:auto;min-height:80px}.site-header nav{display:none;flex-direction:column;width:100%;padding:1rem 0;gap:0;background:var(--white);border-top:1px solid var(--border-light)}.site-header nav.open{display:flex}.site-header nav a{padding:.75rem 0;width:100%}.lang-switch{margin-left:0;border-left:none;padding-left:0;padding-top:.75rem;border-top:1px solid var(--border-light);width:100%;justify-content:center}.hamburger{display:flex}.section{padding:3.5rem 5%}h1{font-size:2rem}h2{font-size:1.5rem}.hero{padding:5rem 5% 4rem;min-height:auto}.hero p{font-size:1.05rem}.hero-bg{width:100%;opacity:.08}.services-grid,.references-grid{grid-template-columns:1fr}.gallery-strip{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.page-banner-content h1{font-size:1.75rem}.about-image img{height:250px}}
