*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #000;--secondary-color: #fff;--accent-color: #000;--text-color: #1a1a1a;--bg-color: #fafafa;--sketch-color: #2a2a2a}body{font-family:Inter,-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;color:var(--text-color);background-color:var(--bg-color);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:900;letter-spacing:-.02em;line-height:1.2}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a}.nav-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.logo{display:flex;align-items:center;cursor:pointer;transition:transform .3s ease}.logo img{height:60px;width:auto}.logo:hover{transform:scale(1.05)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{font-weight:600;font-size:1rem;transition:color .3s ease;cursor:pointer}.nav-links a:hover{color:var(--accent-color)}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:var(--primary-color);border-radius:2px;transition:all .3s ease}.language-switch{display:flex;gap:.5rem;margin-left:1rem}.language-switch button{padding:.5rem 1rem;background:transparent;border:2px solid var(--primary-color);border-radius:5px;font-weight:600;font-size:.9rem;transition:all .3s ease;color:var(--primary-color)}.language-switch button:hover{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.language-switch button.active{background:var(--primary-color);color:#fff}@media(max-width:768px){.nav-links{position:fixed;top:80px;left:0;right:0;background:#fffffffa;flex-direction:column;padding:2rem;box-shadow:0 4px 20px #0000001a;transform:translateY(-120%);transition:transform .3s ease}.nav-links.open{transform:translateY(0)}.menu-toggle{display:flex}.nav-links a{font-size:1.25rem}.language-switch{margin-left:0;margin-top:1rem}}.hero{min-height:100vh;display:flex;align-items:center;padding-top:80px;background:#fff;position:relative}.hero:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.02) 2px,rgba(0,0,0,.02) 4px);pointer-events:none}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:4rem 0}.hero-text h1{font-size:4rem;line-height:1.1;margin-bottom:1.5rem;color:var(--primary-color)}.hero-text h1 .highlight{color:var(--accent-color);display:block}.hero-text p{font-size:1.25rem;line-height:1.6;color:#666;margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;font-size:1rem;font-weight:700;border-radius:0;transition:all .3s ease;position:relative;border:3px solid var(--primary-color);font-family:Inter,sans-serif;letter-spacing:0;text-transform:uppercase}.btn-primary{background:var(--primary-color);color:var(--secondary-color);box-shadow:4px 4px #0003}.btn-primary:hover{transform:translate(2px,2px);box-shadow:2px 2px #0003}.btn-secondary{background:transparent;color:var(--primary-color);border:3px solid var(--primary-color);box-shadow:4px 4px #0000001a}.btn-secondary:hover{background:var(--primary-color);color:var(--secondary-color);transform:translate(2px,2px);box-shadow:2px 2px #0000001a}.hero-visual{position:relative;height:500px}.animated-shapes{width:100%;height:100%;position:relative}.shape{position:absolute;border-radius:0;border:4px solid #000;background:transparent;transform:rotate(-2deg)}.shape-1{width:200px;height:300px;top:10%;left:10%;border-width:3px 3px 4px 4px;box-shadow:6px 6px #0000001a}.shape-2{width:250px;height:200px;top:40%;right:10%;border-width:4px 3px 3px 4px;transform:rotate(3deg);box-shadow:6px 6px #0000001a}.shape-3{width:150px;height:250px;bottom:10%;left:30%;border-width:3px 4px 4px 3px;transform:rotate(-1deg);box-shadow:6px 6px #0000001a}@media(max-width:968px){.hero-content{grid-template-columns:1fr;gap:3rem}.hero-text h1{font-size:3rem}.hero-visual{height:400px}.shape-1{width:150px;height:250px}.shape-2{width:200px;height:150px}.shape-3{width:120px;height:200px}}@media(max-width:576px){.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1.1rem}.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.hero-visual{height:300px}}.portfolio{padding:6rem 0;background:#fafafa}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:3rem;margin-bottom:1rem;color:var(--primary-color)}.section-header p{font-size:1.25rem;color:#666}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.portfolio-item{background:#fff;border-radius:0;overflow:hidden;border:3px solid #000;box-shadow:6px 6px #0000001a;transition:all .3s ease;cursor:pointer;transform:rotate(0)}.portfolio-item:hover{transform:translate(3px,3px) rotate(0);box-shadow:3px 3px #0000001a}.portfolio-image{position:relative;width:100%;height:250px;overflow:hidden}.portfolio-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.portfolio-item:hover .portfolio-image img{transform:scale(1.1)}.portfolio-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#000000b3);display:flex;align-items:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s ease}.portfolio-item:hover .portfolio-overlay{opacity:1}.category{background:#000;color:#fff;padding:.5rem 1rem;border-radius:0;font-size:.75rem;font-weight:700;font-family:Inter,sans-serif;border:2px solid #000;text-transform:uppercase;letter-spacing:.05em}.portfolio-content{padding:1.5rem}.portfolio-content h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--primary-color)}.portfolio-content p{color:#666;line-height:1.6}@media(max-width:768px){.portfolio-grid{grid-template-columns:1fr}.section-header h2{font-size:2rem}}.services{padding:6rem 0;background:var(--bg-color)}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:0;border:3px solid #000;box-shadow:6px 6px #0000001a;transition:all .3s ease;cursor:pointer}.service-card:hover{transform:translate(3px,3px);box-shadow:3px 3px #0000001a}.service-icon{font-size:3.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:#000;border-radius:0;border:3px solid #000;box-shadow:4px 4px #0003}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.service-card p{color:#666;line-height:1.8;font-size:1rem}@media(max-width:768px){.services-grid{grid-template-columns:1fr}}.about{padding:6rem 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:3rem;margin-bottom:2rem;color:var(--primary-color)}.about-text .lead{font-size:1.25rem;font-weight:600;color:var(--accent-color);margin-bottom:1.5rem;line-height:1.6}.about-text p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat-item{text-align:center;padding:1.5rem;background:var(--bg-color);border-radius:15px}.stat-item h3{font-size:2.5rem;color:var(--accent-color);margin-bottom:.5rem}.stat-item p{font-size:.9rem;color:#666;margin:0}.about-visual{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.team-illustration{width:100%;height:100%;position:relative}.illustration-circle{position:absolute;border-radius:50%;animation:float 6s ease-in-out infinite}.circle-1{width:200px;height:200px;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);top:10%;left:10%;box-shadow:0 20px 40px #ff6b6b4d;animation-delay:0s}.circle-2{width:250px;height:250px;background:linear-gradient(135deg,#4ecdc4,#6ee7df);top:40%;right:10%;box-shadow:0 20px 40px #4ecdc44d;animation-delay:2s}.circle-3{width:150px;height:150px;background:linear-gradient(135deg,#ffd93d,#ffe66d);bottom:15%;left:30%;box-shadow:0 20px 40px #ffd93d4d;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}@media(max-width:968px){.about-content{grid-template-columns:1fr;gap:3rem}.about-text h2{font-size:2.5rem}.about-visual{height:400px}.stats{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(max-width:576px){.about-text h2{font-size:2rem}.stats{grid-template-columns:1fr}.stat-item h3{font-size:2rem}.about-visual{height:300px}.circle-1{width:150px;height:150px}.circle-2{width:180px;height:180px}.circle-3{width:120px;height:120px}}.contact{padding:6rem 0;background:var(--bg-color)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info h3{font-size:2rem;margin-bottom:1rem;color:var(--primary-color)}.contact-info>p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-item .icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#000;border-radius:0;border:3px solid #000;box-shadow:3px 3px #0000001a}.contact-item h4{font-size:1rem;margin-bottom:.25rem;color:var(--primary-color)}.contact-item p{color:#666;margin:0}.social-links{display:flex;gap:1.5rem;margin-top:2rem}.social-links a{color:var(--primary-color);font-weight:600;transition:color .3s ease}.social-links a:hover{color:var(--accent-color)}.contact-form{background:#fff;padding:2.5rem;border-radius:0;border:3px solid #000;box-shadow:6px 6px #0000001a}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:3px solid #000;border-radius:0;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;box-shadow:3px 3px #0000001a;transform:translate(-2px,-2px)}.form-group textarea{resize:vertical;min-height:150px}.btn-submit{width:100%;padding:1.2rem 2rem;background:var(--primary-color);color:#fff;font-size:1rem;font-weight:700;border-radius:0;border:3px solid #000;transition:all .3s ease;font-family:Inter,sans-serif;letter-spacing:0;text-transform:uppercase;box-shadow:4px 4px #0003}.btn-submit:hover{transform:translate(2px,2px);box-shadow:2px 2px #0003}@media(max-width:968px){.contact-content{grid-template-columns:1fr;gap:3rem}}@media(max-width:576px){.contact-form{padding:1.5rem}.social-links{flex-wrap:wrap}}.footer{background:var(--primary-color);color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo-img{height:100px;width:auto;margin-bottom:1rem}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;font-weight:700}.footer-section p{color:#fffc;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem;color:#fffc}.footer-section ul li a{color:#fffc;transition:color .3s ease}.footer-section ul li a:hover{color:#fff;text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#fff9}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:#fffc;font-weight:600;transition:all .3s ease;text-decoration:none}.footer-social a:hover{color:#fff;text-decoration:underline}@media(max-width:968px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:576px){.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}#root{width:100%}
