:root{--color-primary:#2c2c2c;--color-primary-dark:#404040;--color-accent:#d4a23a;--color-accent-bright:gold;--color-text:#2c2c2c;--color-text-secondary:#5a5a5a;--color-text-light:#9a9a9a;--color-bg-cream:#f5f3ed;--color-bg-light:#fff9f5;--color-bg-form:#faf9f7;--color-border:#f0ede8;--color-border-dark:#e8e4dd;--color-footer:#2c2c2c;--color-footer-text:#b8b8b8;--color-success:#2e7d32;--color-success-bg:#e8f5e9;--color-error:#c62828;--color-error-bg:#ffebee;--color-gradient-start:#fef5f0;--color-gradient-end:#fff9f5;--color-whatsapp:#25d366;--color-whatsapp-dark:#128c7e;--color-whatsapp-medium:#075e54;--color-whatsapp-light:#dcf8c6}:global(body){background:var(--color-bg-cream);color:var(--color-text);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5}h1,h2,h3,h4,h5,h6{color:var(--color-text);letter-spacing:-.5px;font-weight:800}h1{font-size:3.5rem;line-height:1.1}h2{font-size:2.8rem;line-height:1.2}h3{font-size:1.9rem;line-height:1.3}h4{font-size:1.3rem;line-height:1.4}h5{font-size:1.1rem}h6{font-size:.95rem}p{color:var(--color-text-secondary);margin:0;line-height:1.6}a{color:var(--color-accent);text-decoration:none;transition:color .3s}a:hover{color:var(--color-accent)}button{font:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.cta-button{cursor:pointer;border:none;border-radius:.25rem;align-items:center;gap:.5rem;padding:.9rem 2.2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-button.primary{background-color:var(--color-primary);color:#fff}.cta-button.primary:hover{background-color:var(--color-primary-dark);transform:translateY(-2px)}.cta-button.whatsapp{background-color:var(--color-whatsapp);color:#fff}.cta-button.whatsapp:hover{background-color:var(--color-primary-dark);transform:translateY(-2px)}.cta-button:after{content:"→";font-size:1.1rem}.card{border:1px solid var(--color-border);background:#fff;border-radius:.5rem;padding:2.5rem;transition:all .3s;box-shadow:0 2px 8px #0000000d}.card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000014}.card h3{color:var(--color-text);margin-top:0;font-size:1.3rem;font-weight:700}.section-title{text-align:center;color:var(--color-text);letter-spacing:-.5px;margin:0 0 1rem;font-size:2.8rem;font-weight:800}.section-subtitle{text-align:center;color:var(--color-text-secondary);margin:0 0 3rem;font-size:1.05rem;font-weight:400}.list-unstyled{margin:0;padding:0;list-style:none}.list-unstyled li{color:var(--color-text-secondary);padding:.4rem 0;font-size:.95rem}.form-group{margin-bottom:1.75rem}.form-group label{color:var(--color-text);margin-bottom:.6rem;font-size:.95rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--color-border-dark);background-color:var(--color-bg-form);width:100%;color:var(--color-text);box-sizing:border-box;border-radius:.25rem;padding:.85rem;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-accent);background-color:#fff;outline:none;box-shadow:0 0 0 3px #d4a23a1a}.success-message{background-color:var(--color-success-bg);color:var(--color-success);border-left:4px solid var(--color-success);border-radius:.25rem;margin-bottom:1rem;padding:1rem}.error-message{background-color:var(--color-error-bg);color:var(--color-error);border-left:4px solid var(--color-error);border-radius:.25rem;margin-bottom:1rem;padding:1rem}.grid-auto-fit{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.grid-2-col{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.grid-2-stat{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=768px){h1{font-size:2.2rem}h2{font-size:2rem}h3{font-size:1.5rem}.grid-2-col{grid-template-columns:1fr;gap:2rem}.grid-2-stat{grid-template-columns:1fr 1fr}.container{padding:0 1.5rem}.card{padding:1.5rem}}@media (width<=480px){h1{font-size:1.6rem}h2{font-size:1.5rem}h3{font-size:1.2rem}.grid-auto-fit,.grid-2-stat{grid-template-columns:1fr}.container{padding:0 1rem}.cta-button{padding:.8rem 1.8rem;font-size:.9rem}}.hero.svelte-1q37ri0{color:#fff;text-align:center;background:url(./hero_background_31.D9GWdvqv.png) bottom/cover no-repeat;padding:12rem 2rem;position:relative;overflow:hidden}.hero-content.svelte-1q37ri0{z-index:1;position:relative}.hero-content.svelte-1q37ri0 h1:where(.svelte-1q37ri0){letter-spacing:-1px;color:#fff;letter-spacing:.02em;text-shadow:0 3px 8px #000000b3;margin:0 0 1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-content.svelte-1q37ri0>p:where(.svelte-1q37ri0){color:#fff;letter-spacing:.02em;text-shadow:0 3px 4px #000000b3;margin:0 0 2.5rem;font-size:2rem;font-weight:500;line-height:1.6}.hero-buttons.svelte-1q37ri0{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.cta-button.secondary{background-color:var(--color-accent);color:var(--color-text)}.cta-button.secondary:hover{background-color:var(--color-accent-bright);transform:translateY(-2px)}@media (width<=768px){.hero.svelte-1q37ri0{padding:5rem 2rem}.hero-content.svelte-1q37ri0 h1:where(.svelte-1q37ri0){font-size:2.2rem}.hero-content.svelte-1q37ri0>p:where(.svelte-1q37ri0){font-size:1rem}}@media (width<=480px){.hero.svelte-1q37ri0{padding:3rem 1rem}.hero-content.svelte-1q37ri0 h1:where(.svelte-1q37ri0){font-size:1.6rem}}.services.svelte-hz61c4{background:0 0;padding:5rem 2rem}.services-grid.svelte-hz61c4{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-bottom:2rem;display:grid}.service-card.svelte-hz61c4{background:var(--color-bg-cream);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:.5rem;padding:2.5rem;transition:all .3s;box-shadow:0 2px 8px #0000000d}.service-card.svelte-hz61c4:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000014}.service-card.svelte-hz61c4 h3:where(.svelte-hz61c4){color:var(--color-text);margin-top:0;font-size:1.3rem;font-weight:700}.service-card.svelte-hz61c4 .list-unstyled{margin-top:1.5rem}.service-card.svelte-hz61c4 .list-unstyled li{padding:.4rem 0 .4rem 1.5rem;position:relative}.service-card.svelte-hz61c4 .list-unstyled li:before{content:"✓";color:var(--color-accent);font-weight:700;position:absolute;left:0}@media (width<=480px){.services.svelte-hz61c4{padding:3rem 1rem}}.about.svelte-7hpc9t{background:0 0;padding:5rem 2rem}.about-content.svelte-7hpc9t{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-text.svelte-7hpc9t h3:where(.svelte-7hpc9t){color:var(--color-text);margin-top:0;font-size:1.9rem;font-weight:800}.about-text.svelte-7hpc9t h4:where(.svelte-7hpc9t){color:var(--color-text);margin-top:2rem;font-size:1.1rem;font-weight:700}.about-text.svelte-7hpc9t .list-unstyled{margin:1.5rem 0}.about-text.svelte-7hpc9t .list-unstyled li{color:var(--color-text-secondary);padding:.6rem 0;line-height:1.6}.custom-list.svelte-7hpc9t li:where(.svelte-7hpc9t){align-items:flex-start;gap:10px;display:flex}.custom-list.svelte-7hpc9t .icon:where(.svelte-7hpc9t){text-align:center;flex-shrink:0;width:30px}.image.svelte-7hpc9t{object-fit:cover;border-radius:.5rem;align-self:center;max-width:100%;height:auto;display:block}@media (width<=768px){.about-content.svelte-7hpc9t{grid-template-columns:1fr;gap:2rem}}@media (width<=480px){.about.svelte-7hpc9t{padding:3rem 1rem}}.bottom-padding.svelte-wt4tt0{padding-bottom:1rem;display:block}.contact.svelte-wt4tt0{background:0 0;padding:5rem 2rem}.contact-wrapper.svelte-wt4tt0{margin-top:2rem}.contact-info.svelte-wt4tt0{flex-direction:column;gap:3rem;display:flex}.contact-cards.svelte-wt4tt0{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.contact-bottom.svelte-wt4tt0{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.info-block.svelte-wt4tt0{background:var(--color-bg-cream);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:.5rem;padding:2.5rem;transition:all .3s;box-shadow:0 2px 8px #0000000d}.info-block.svelte-wt4tt0:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000014}.info-block.svelte-wt4tt0 h3:where(.svelte-wt4tt0){color:var(--color-text);margin-top:0;font-size:1.3rem;font-weight:700}.info-block.svelte-wt4tt0 p:where(.svelte-wt4tt0){color:var(--color-text-secondary);margin:.75rem 0;line-height:1.6}.info-block.svelte-wt4tt0 a:where(.svelte-wt4tt0){color:var(--color-accent);font-weight:600;text-decoration:none}.info-block.svelte-wt4tt0 a:where(.svelte-wt4tt0):hover{text-decoration:underline}.small-text.svelte-wt4tt0{color:var(--color-text-light);font-size:.85rem;margin-top:.25rem!important}.info-block.svelte-wt4tt0 .list-unstyled{margin:.75rem 0}.info-block.svelte-wt4tt0 .list-unstyled li{color:var(--color-text-secondary);padding:.25rem 0}.link-like-button.svelte-wt4tt0{color:var(--color-accent);background-color:#0000;border:none;padding:0 0 1rem;font-weight:600}.link-like-button.svelte-wt4tt0:hover{cursor:pointer;text-decoration:underline}@media (width<=768px){.contact-cards.svelte-wt4tt0,.contact-bottom.svelte-wt4tt0{grid-template-columns:1fr}}@media (width<=480px){.contact.svelte-wt4tt0{padding:3rem 1rem}}
