*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--primary:#dc2626;--primary-dark:#b91c1c;--primary-light:#dc26261a;--text:#1a1a1a;--text-light:#525252;--bg:#fff;--bg-page:#ebe9e4;--bg-light:#dcd9d2;--bg-dark:#171717;--border:#d6d2cb;--accent:#fee2e2}body{color:var(--text);background:var(--bg-page);font-family:system-ui,-apple-system,sans-serif;line-height:1.6}.landing{min-height:100vh}.header{border-bottom:1px solid var(--border);background:var(--bg);z-index:100;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.logo{align-items:center;line-height:0;display:flex}.logo img{width:auto;height:48px;display:block}.header-controls{z-index:200;background:0 0;align-items:center;gap:1rem;display:flex;position:fixed;top:1.75rem;right:2rem}.header-controls .lang-toggle{align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.header-controls .lang-toggle span{color:var(--text-light);cursor:pointer;text-shadow:-.25px -.25px #fff,.25px -.25px #fff,-.25px .25px #fff,.25px .25px #fff;padding:.125rem .25rem;transition:color .2s}.header-controls .lang-toggle span.separator{cursor:default;color:var(--text-light)}.header-controls .lang-toggle span:not(.separator):hover{color:var(--primary)}.header-controls .lang-toggle span.active{color:var(--text);font-weight:600}.header-controls .menu-button{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:24px;height:24px;padding:0;display:flex}.header-controls .menu-button span{background:var(--text);border-radius:2px;width:100%;height:2px;transition:all .3s;display:block;box-shadow:-.5px -.5px #fff,.5px -.5px #fff,-.5px .5px #fff,.5px .5px #fff}.header-controls .menu-button.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.header-controls .menu-button.open span:nth-child(2){opacity:0}.header-controls .menu-button.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.header-controls .nav{background:var(--bg);border:1px solid var(--border);border-radius:8px;flex-direction:column;min-width:160px;padding:.5rem 0;display:none;position:absolute;top:calc(100% + .75rem);right:0;box-shadow:0 4px 12px #0000001a}.header-controls .nav.open{display:flex}.header-controls .nav a{color:var(--text);padding:.75rem 1.25rem;font-weight:500;text-decoration:none;transition:background .2s}.header-controls .nav a:hover{background:var(--bg-light);color:var(--primary)}.hero{text-align:center;background:linear-gradient(135deg, var(--bg-dark) 0%, #2d1f1f 100%);color:#fff;padding:6rem 2rem}.hero h1{color:#fff;letter-spacing:-.025em;margin-bottom:1rem;font-size:3rem;font-weight:600}.hero p{color:#fffc;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.cta-button{background:var(--primary);color:#fff;border-radius:8px;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.cta-button:hover{background:var(--primary-dark)}.services{text-align:center;padding:4rem 2rem}.services h2{margin-bottom:2rem;font-size:2rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.service-card{border:1px solid var(--border);text-align:left;background:var(--bg);border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.service-card h3{color:var(--primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.service-card p{color:var(--text-light)}.about{background:var(--bg-light);text-align:center;padding:4rem 2rem}.about h2{margin-bottom:1rem;font-size:2rem}.about p{max-width:600px;color:var(--text-light);margin:0 auto}.contact{text-align:center;padding:4rem 2rem}.contact h2{margin-bottom:.5rem;font-size:2rem}.contact>p{color:var(--text-light);margin-bottom:2rem}.contact-form{text-align:left;max-width:600px;margin:0 auto}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:var(--text);margin-bottom:.375rem;font-size:.875rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.form-group textarea{resize:vertical;min-height:100px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.submit-button{cursor:pointer;border:none;width:100%;margin-top:1rem;font-size:1rem}.submit-button:disabled{opacity:.7;cursor:not-allowed}.form-message{text-align:center;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem}.form-message.success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.form-message.error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.footer{text-align:center;background:var(--bg-dark);color:#fff9;padding:2rem;font-size:.875rem}@media (width<=768px){.header{padding:1rem}.logo img{height:40px}.header-controls{top:1.5rem;right:1rem}.hero{padding:4rem 1.5rem}.hero h1{font-size:2.25rem}.hero p{font-size:1.1rem}.services,.about,.contact{padding:3rem 1.5rem}.services h2,.about h2,.contact h2{font-size:1.75rem}.services-grid{gap:1.5rem}.service-card{padding:1.5rem}}@media (width<=480px){.header{padding:.75rem 1rem}.logo img{height:34px}.header-controls{top:1.05rem}.hero{padding:3rem 1rem}.hero h1{font-size:1.75rem;line-height:1.2}.hero p{margin-bottom:1.5rem;font-size:1rem}.cta-button{padding:.75rem 1.5rem;font-size:.9rem}.services,.about,.contact{padding:2.5rem 1rem}.services h2,.about h2,.contact h2{font-size:1.5rem}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:1.25rem}.service-card h3{font-size:1.1rem}.about p{padding:0 .5rem;font-size:.95rem}.footer{padding:1.5rem 1rem;font-size:.8rem}.form-row{grid-template-columns:1fr}.form-group input,.form-group select,.form-group textarea{font-size:16px}}
