.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.75rem 0;transition:box-shadow .3s ease;background:#fff;border-bottom:1px solid #E5E7EB}.header.scrolled{padding:.5rem 0;box-shadow:0 2px 10px #0000000d}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-container{cursor:pointer;text-decoration:none;display:block}.logo{height:70px;width:auto;transition:height .3s ease}.header.scrolled .logo{height:55px}.header-right{display:flex;align-items:center;gap:2.5rem}.contact-info{display:flex;flex-direction:row;align-items:center;gap:2rem}.contact-link{display:flex;align-items:center;gap:.5rem;color:#1a1a1a;text-decoration:none;font-size:.95rem;font-weight:600;transition:color .3s ease;white-space:nowrap;line-height:1}.contact-link:hover{color:#ff8c00}.contact-icon{color:#ff8c00;flex-shrink:0;margin-top:20px}.lang-toggle{background:#ff8c00;color:#fff;border:none;padding:.6rem 1.25rem;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .3s ease}.lang-toggle:hover{background:#e67e00}@media(max-width:768px){.header{padding:.5rem 0}.header.scrolled{padding:.4rem 0}.header-container{flex-wrap:nowrap;justify-content:space-between}.logo{height:55px}.header.scrolled .logo{height:45px}.header-right{gap:1.5rem}.contact-info{display:flex;gap:1rem}.contact-link span{display:none}.lang-toggle{padding:.5rem 1rem;font-size:.85rem}}.footer{background:#f8f9fa;border-top:1px solid #E5E7EB;padding:3rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{text-align:center}.footer-logo{margin-bottom:1rem}.footer-logo-img{height:50px;width:auto;opacity:.8}.footer-tagline{font-size:1rem;color:#4b5563;margin-bottom:1.5rem;font-weight:500}.footer-text{font-size:.9rem;color:#6b7280;margin-top:1.5rem}@media(max-width:768px){.footer{padding:2.5rem 1.5rem 1.5rem}.footer-logo-img{height:40px}.footer-tagline{font-size:.95rem}.footer-text{font-size:.85rem}}.hero{position:relative;min-height:75vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 5rem;margin-top:85px;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a1a1ad9,#2d2d2dbf,#1a1a1ad9)}.hero-background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(255,140,0,.15) 0%,transparent 70%)}.hero-content{position:relative;z-index:1;text-align:center;max-width:1000px}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.15;margin-bottom:1.5rem;color:#fff;letter-spacing:-.02em}.hero-title .highlight{color:#ff8c00;display:block;margin-top:8px}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.7;margin-bottom:3rem;color:#f9fafb;max-width:800px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:linear-gradient(135deg,#ff8c00,orange);color:#fff;border:none;padding:1.25rem 3.5rem;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;box-shadow:0 8px 24px #ff8c004d;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;will-change:transform}.cta-button:hover{background:linear-gradient(135deg,#e67e00,#ff8c00);box-shadow:0 12px 32px #ff8c0066;transform:translateY(-3px)}@media(max-width:768px){.hero{min-height:65vh;padding:6rem 1.5rem 4rem;margin-top:70px}.hero-title{margin-bottom:1.2rem}.hero-title .highlight{margin-top:4px}.hero-subtitle{margin-bottom:2.5rem}.cta-button{padding:1.1rem 2.5rem;font-size:.95rem}}.services{padding:100px 20px;background:#fff}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:60px}.services-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;margin-bottom:16px;color:#1a1a1a;letter-spacing:-.02em}.services-subtitle{font-size:1.2rem;color:#4b5563;max-width:800px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.service-card{padding:40px 30px;background:#fff;border-radius:12px;border:1px solid #E5E7EB;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;box-shadow:0 2px 12px #0000000f;will-change:transform}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001a;border-color:#ff8c00}.service-icon{margin-bottom:20px;display:inline-block;color:#ff8c00;transition:all .3s ease}.service-card:hover .service-icon{transform:scale(1.1)}.service-image{width:100%;height:200px;margin-bottom:24px;border-radius:8px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.05)}.service-title{font-size:1.5rem;font-weight:700;margin-bottom:12px;color:#1a1a1a}.service-desc{font-size:1rem;line-height:1.7;color:#4b5563}.card-shine{display:none}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services{padding:60px 20px}.services-header{margin-bottom:40px}.services-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr;gap:24px}.service-card{padding:32px 24px}.service-title{font-size:1.3rem}.service-desc{font-size:.95rem}}.why-choose-us{padding:100px 20px;background:linear-gradient(135deg,#f8f9fa,#fff)}.why-container{max-width:1200px;margin:0 auto}.why-header{text-align:center;margin-bottom:60px}.why-title{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:16px}.why-subtitle{font-size:1.2rem;color:var(--text-gray);max-width:700px;margin:0 auto}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.why-card{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid var(--border-light)}.why-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.why-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--orange) 0%,var(--orange-light) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#fff}.why-card-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:12px}.why-card-desc{font-size:1rem;color:var(--text-gray);line-height:1.7}@media(max-width:768px){.why-choose-us{padding:60px 20px}.why-title{font-size:2rem}.why-subtitle{font-size:1rem}.why-grid{grid-template-columns:1fr;gap:30px}.why-card{padding:30px 24px}.why-icon{width:70px;height:70px}.why-card-title{font-size:1.3rem}}.contact{padding:100px 20px;background:linear-gradient(135deg,#f8f9fa,#fff)}.contact-background{display:none}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:60px}.contact-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;margin-bottom:16px;color:#1a1a1a;letter-spacing:-.02em}.contact-subtitle{font-size:clamp(1.1rem,2vw,1.3rem);color:#4b5563;max-width:800px;margin:0 auto;line-height:1.7}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.contact-card{padding:40px 32px;background:#fff;border-radius:12px;border:1px solid #E5E7EB;text-align:center;cursor:pointer;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;box-shadow:0 2px 12px #0000000f;will-change:transform}.contact-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f;border-color:#ff8c00}.contact-icon{margin-bottom:20px;display:inline-block;color:#ff8c00;transition:all .3s ease}.contact-card:hover .contact-icon{transform:scale(1.1)}.contact-label{font-size:1.3rem;font-weight:700;margin-bottom:12px;color:#1a1a1a}.contact-value{font-size:1.1rem;color:#4b5563;font-weight:500}@media(max-width:768px){.contact{padding:60px 20px}.contact-header{margin-bottom:40px}.contact-grid{grid-template-columns:1fr;gap:24px}.contact-card{padding:32px 24px}.contact-label{font-size:1.2rem}.contact-value{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--orange: #FF8C00;--orange-light: #FFA500;--text-dark: #1a1a1a;--text-gray: #4B5563;--bg-white: #FFFFFF;--bg-light: #F8F9FA;--border-light: #E5E7EB}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-white);color:var(--text-dark);overflow-x:hidden;line-height:1.6}.app{min-height:100vh;position:relative}main{position:relative}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--orange);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--orange-light)}::selection{background:#ff8c0033;color:var(--text-dark)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}a:focus-visible,button:focus-visible{outline:2px solid var(--orange);outline-offset:4px}
