@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--background:#fff;--foreground:#09090b;--muted:#f4f4f5;--muted-foreground:#71717a;--card:#fff;--card-foreground:#09090b;--border:#e4e4e7;--input:#e4e4e7;--primary:#18181b;--primary-foreground:#fafafa;--secondary:#f4f4f5;--secondary-foreground:#18181b;--ring:#18181b;--radius:.5rem;--brand-yellow:#fdb833;--brand-blue:#638bce;--brand-green:#00a669}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--foreground);background-color:var(--background);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-muted{color:var(--muted-foreground)}a{color:inherit;text-decoration:none;transition:color .2s}.header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background-color:#fffc;width:100%;position:fixed;top:0}.navbar{justify-content:space-between;align-items:center;height:4rem;display:flex}.logo{letter-spacing:-.025em;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.logo-icon{background-color:var(--primary);width:32px;height:32px;color:var(--primary-foreground);border-radius:6px;justify-content:center;align-items:center;font-size:1rem;display:flex}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.nav-links a:hover,.nav-links a.active{color:var(--foreground)}.nav-actions{align-items:center;gap:1rem;display:flex}.hamburger{cursor:pointer;color:var(--foreground);background:0 0;border:none;font-size:1.5rem;display:none}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;height:2.5rem;padding:0 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background-color:#27272a}.btn-outline{border:1px solid var(--border);color:var(--foreground);background-color:#0000}.btn-outline:hover{background-color:var(--secondary)}.btn-lg{height:2.75rem;padding:0 2rem;font-size:1rem}.hero{text-align:center;padding:10rem 0 6rem}.badge{border:1px solid var(--border);background-color:var(--secondary);color:var(--secondary-foreground);border-radius:9999px;align-items:center;margin-bottom:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.hero h1{letter-spacing:-.025em;margin-bottom:1.5rem;max-width:800px;margin-inline:auto;font-size:3.5rem;font-weight:800;line-height:1.1}.hero p{color:var(--muted-foreground);margin-inline:auto;max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.hero-actions{justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.hero-image-wrapper{border-radius:var(--radius);border:1px solid var(--border);background-color:var(--card);max-width:1000px;margin:0 auto;padding:.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.hero-image-wrapper img{border-radius:calc(var(--radius) - 2px);width:100%;height:auto;display:block}.section{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{letter-spacing:-.025em;margin-bottom:1rem;font-size:2.25rem;font-weight:700}.section-desc{color:var(--muted-foreground);max-width:600px;margin:0 auto;font-size:1.125rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-content h3{letter-spacing:-.025em;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}.about-content p{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:1.1rem}.about-image{border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;box-shadow:0 10px 15px -3px #0000000d}.about-image img{object-fit:cover;width:100%;height:100%;display:block}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.card{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:box-shadow .2s,border-color .2s;box-shadow:0 1px 2px #0000000d}.card:hover{border-color:#d4d4d8;box-shadow:0 10px 15px -3px #0000000d}.card-icon{width:3rem;height:3rem;color:var(--primary-foreground);border-radius:.5rem;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.card-icon.blue{background-color:var(--brand-blue)}.card-icon.yellow{background-color:var(--brand-yellow)}.card-icon.green{background-color:var(--brand-green)}.card-title{letter-spacing:-.025em;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.card-desc{color:var(--muted-foreground);font-size:.95rem}.contact-wrapper{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:1fr 1fr;gap:4rem;display:grid;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.contact-form-container{padding:3rem}.form-group{margin-bottom:1.5rem}.form-label{margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input,.form-textarea{border-radius:calc(var(--radius) - 2px);border:1px solid var(--input);background-color:#0000;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s,box-shadow .2s;display:flex}.form-textarea{resize:vertical;min-height:120px}.form-input:focus,.form-textarea:focus{border-color:var(--ring);box-shadow:0 0 0 1px var(--ring);outline:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--muted-foreground)}.contact-map iframe{border:none;width:100%;height:100%}.footer{border-top:1px solid var(--border);background-color:var(--card);padding:4rem 0 2rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-brand .logo{margin-bottom:1rem}.footer-brand p{color:var(--muted-foreground);font-size:.875rem}.footer-heading{color:var(--foreground);margin-bottom:1.25rem;font-size:.875rem;font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--muted-foreground);font-size:.875rem}.footer-links a:hover{color:var(--foreground)}.footer-bottom{border-top:1px solid var(--border);text-align:center;color:var(--muted-foreground);padding-top:2rem;font-size:.875rem}.whatsapp-float{color:#fff;z-index:100;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;font-size:1.75rem;transition:transform .2s,background-color .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 15px -3px #0000001a}.whatsapp-float:hover{background-color:#128c7e;transform:scale(1.05)}@media (width<=768px){.hero h1{font-size:2.5rem}.about-grid,.contact-wrapper{grid-template-columns:1fr}.contact-map{height:300px}.nav-links{background-color:var(--background);border-bottom:1px solid var(--border);flex-direction:column;gap:0;width:100%;padding:1rem 2rem;display:none;position:absolute;top:4rem;left:0}.nav-links.active{display:flex}.nav-links a{border-bottom:1px solid var(--border);padding:.75rem 0;display:block}.nav-links li:last-child a{border-bottom:none}.hamburger{display:block}.nav-actions .btn{display:none}}
