:root{--color-bg:#fff;--color-surface:#f2f5f8;--color-text:#1a1d21;--color-muted:#5a6472;--color-accent:#0b5ed7;--font-main:"Segoe UI", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);line-height:1.5}a{color:inherit;text-decoration:none}.page{max-width:1100px;margin:0 auto;padding:3rem 2rem}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.navbar{background-color:var(--color-accent);z-index:10;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.navbar-main{align-items:center;gap:2.5rem;display:flex}.navbar-left{align-items:center;gap:1.5rem;display:flex}.navbar-brand{align-items:center;display:flex}.navbar-brand img{width:auto;height:40px;display:block}.navbar-links{gap:1.75rem;display:flex}.navbar-links a{color:#fff;padding-bottom:4px;font-weight:500;position:relative}.navbar-links a:after{content:"";transform-origin:100%;background-color:#fff;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.navbar-links a:hover:after{transform-origin:0;transform:scaleX(1)}.navbar-lang{gap:.5rem;display:flex}.navbar-lang button{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff9;border-radius:4px;padding:.25rem .6rem;font-size:.85rem;transition:background-color .2s,border-color .2s}.navbar-lang button:hover{background-color:#ffffff26;border-color:#fff}.navbar-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:22px;padding:0;display:none}.navbar-toggle span{background-color:#fff;border-radius:2px;width:100%;height:2px;display:block}@media (width<=768px){.navbar{flex-wrap:wrap;position:sticky}.navbar-toggle{display:flex}.navbar-links{background-color:var(--color-accent);flex-direction:column;gap:1rem;padding:1rem 2rem;display:none;position:absolute;top:100%;left:0;right:0}.navbar-links.open{display:flex}}.footer{background-color:var(--color-surface);color:var(--color-muted);text-align:center;border-top:1px solid #e0e4e9;margin-top:auto;padding:1.5rem 2rem}.home-hero{flex-wrap:wrap;align-items:center;gap:3rem;padding:1rem 0 4rem;display:flex}.home-slogan{color:var(--color-accent);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.home-hero-text{flex:320px}.home-hero-text h1{margin-bottom:1rem;font-size:2.5rem}.home-hero-text p{color:var(--color-muted);margin-bottom:1.5rem}.home-hero-logo{flex:320px;justify-content:center;display:flex}.home-hero-logo img{width:100%;max-width:480px;height:auto;display:block}.home-hero-photo{padding:1rem 0 4rem}.home-hero-photo img{object-fit:cover;border-radius:8px;width:100%;max-height:420px;display:block}.btn-primary{background-color:var(--color-accent);color:#fff;border-radius:6px;padding:.7rem 1.5rem;font-weight:600;display:inline-block}.home-services{border-top:1px solid #e0e4e9;padding:3rem 0}.home-services h2{margin-bottom:2rem}.home-services-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.service-card h3{margin-top:.75rem;font-size:1.1rem}.service-card-photo{aspect-ratio:4/3;object-fit:cover;border-radius:6px;width:100%;display:block}.home-hero-text{animation:.6s ease-out both fadeSlideUp}.home-hero-logo{animation:.6s ease-out .15s both fadeSlideUp}.service-card{animation:.6s ease-out both fadeSlideUp}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.home-about{border-top:1px solid #e0e4e9;max-width:700px;padding:3rem 0 4rem}.home-about h2{margin-bottom:1rem}.home-about p{color:var(--color-muted);margin-bottom:1rem}.services-page h1{margin-bottom:2rem}.services-list{flex-direction:column;gap:3rem;display:flex}.service-detail{flex-wrap:wrap;align-items:center;gap:2.5rem;display:flex}.service-detail:nth-child(2n){flex-direction:row-reverse}.service-detail-photo{aspect-ratio:16/9;object-fit:cover;border-radius:6px;flex:320px;width:100%;display:block}.service-detail-text{flex:320px}.service-detail-text h2{margin-bottom:.75rem}.service-detail-text p{color:var(--color-muted)}.service-detail{animation:.6s ease-out both fadeSlideUp}.service-detail:first-child{animation-delay:.1s}.service-detail:nth-child(2){animation-delay:.2s}.service-detail:nth-child(3){animation-delay:.3s}.projects-page h1{margin-bottom:2rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.project-photo{aspect-ratio:1;object-fit:cover;border-radius:6px;width:100%;animation:.6s ease-out both fadeSlideUp;display:block}.project-photo:nth-child(7n+1){animation-delay:50ms}.project-photo:nth-child(7n+2){animation-delay:.1s}.project-photo:nth-child(7n+3){animation-delay:.15s}.project-photo:nth-child(7n+4){animation-delay:.2s}.project-photo:nth-child(7n+5){animation-delay:.25s}.project-photo:nth-child(7n+6){animation-delay:.3s}.project-photo:nth-child(7n+7){animation-delay:.35s}.about-page h1{margin-bottom:2rem}.about-content{flex-wrap:wrap;align-items:center;gap:2.5rem;display:flex}.about-text{color:var(--color-muted);flex:320px;font-size:1.15rem;line-height:1.8}.about-photo{object-fit:cover;border-radius:8px;flex:320px;width:100%;display:block}.contact-page h1{margin-bottom:2rem}.contact-content{flex-wrap:wrap;gap:3rem;display:flex}.contact-form{flex-direction:column;flex:320px;gap:1rem;display:flex}.contact-form label{flex-direction:column;gap:.4rem;font-size:.9rem;display:flex}.contact-form input,.contact-form textarea{border:1px solid var(--color-muted);border-radius:6px;padding:.6rem .75rem;font-family:inherit;font-size:1rem}.contact-form button{cursor:pointer;border:none;align-self:flex-start}.contact-form button:disabled{opacity:.7;cursor:not-allowed}.form-success{color:#1a7f37}.form-error{color:#c0392b}.contact-info{color:var(--color-muted);flex-direction:column;flex:320px;gap:.75rem;display:flex}.app{flex-direction:column;min-height:100%;display:flex}.page-content{flex:1}
