@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,500;1,9..144,600;1,9..144,700&display=swap";:root{--green-primary:#10b981;--green-deep:#047857;--green-soft:#d1fae5;--green-hover:#059669;--bg-base:#fafbfa;--bg-alt:#f3f6f4;--surface:#fff;--text-primary:#0f172a;--text-secondary:#475569;--text-tertiary:#94a3b8;--border-default:#e2e8f0;--nav-height:4rem}@media (width>=768px){:root{--nav-height:5rem}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Fraunces,serif}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{opacity:0}.fade-in-up.visible{animation:.6s ease-out forwards fade-in-up}details summary{cursor:pointer;list-style:none}details summary::-webkit-details-marker{display:none}#app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.section-eyebrow{color:var(--green-primary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:600}.section-h2{color:var(--text-primary);letter-spacing:-.02em;font-family:Fraunces,serif;font-size:1.875rem;font-weight:500}@media (width>=768px){.section-h2{font-size:2.25rem}}.nav{z-index:50;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-default);background:#fafbfacc;position:fixed;top:0;left:0;right:0}.nav:has(.nav-mobile-menu.open){-webkit-backdrop-filter:blur(12px);background:#fafbfaf2}.nav-inner{max-width:72rem;margin:0 auto;padding:0 1rem}@media (width>=768px){.nav-inner{padding:0 1.5rem}}.nav-row{justify-content:space-between;align-items:center;height:4rem;display:flex}@media (width>=768px){.nav-row{height:5rem}}.nav-logo{align-items:center;height:100%;text-decoration:none;transition:opacity .2s;display:flex}.nav-logo:hover{transform:scale(1.02)}.nav-logo:focus-visible{outline:2px solid var(--green-primary);outline-offset:4px;border-radius:4px}.nav-logo-img{object-fit:contain;width:auto;height:2.5rem;display:block}@media (width>=768px){.nav-logo-img{height:3rem}}.nav-logo-icon{background-color:var(--green-primary);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.nav-logo-text{color:var(--text-primary);font-family:Fraunces,serif;font-size:1.25rem;font-weight:500}.nav-links{align-items:center;gap:2rem;display:none}@media (width>=768px){.nav-links{display:flex}}.nav-link{color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--text-primary)}.btn-primary{background-color:var(--green-deep);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-flex}.btn-primary:hover{background-color:var(--green-hover)}.btn-primary-sm{padding:.5rem 1rem}.nav-mobile{align-items:center;gap:.75rem;display:flex}@media (width>=768px){.nav-mobile{display:none}}.nav-hamburger{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem;line-height:0;transition:color .2s}.nav-hamburger:hover{color:var(--text-primary)}.nav-mobile-menu{border-top:1px solid var(--border-default);padding:1rem 0;display:none}.nav-mobile-menu.open{display:block}@media (width>=768px){.nav-mobile-menu{display:none!important}}.nav-mobile-links{flex-direction:column;display:flex}.nav-mobile-link{color:var(--text-secondary);padding:.5rem 0;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-mobile-link:hover{color:var(--text-primary)}.hero{padding:7rem 1rem 4rem;position:relative;overflow:hidden}@media (width>=768px){.hero{padding:9rem 1.5rem 5.5rem}}.hero-halo{background:radial-gradient(circle, var(--green-soft) 0%, transparent 70%);opacity:.4;pointer-events:none;border-radius:9999px;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width>=768px){.hero-halo{width:900px;height:900px}}.hero-inner{text-align:center;z-index:10;max-width:56rem;margin:0 auto;position:relative}.hero-badge{background-color:var(--green-soft);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;display:inline-flex}@media (width>=768px){.hero-badge{margin-bottom:2rem}}.hero-badge-dot{flex-shrink:0;width:.625rem;height:.625rem;display:flex;position:relative}.hero-badge-dot-ping{background-color:var(--green-primary);opacity:.75;border-radius:9999px;width:100%;height:100%;animation:2s ease-in-out infinite pulse-dot;position:absolute}.hero-badge-dot-core{background-color:var(--green-primary);border-radius:9999px;width:.625rem;height:.625rem;position:relative}.hero-badge-text{color:var(--green-deep);font-size:.875rem;font-weight:500}.hero-h1{color:var(--text-primary);text-wrap:balance;margin-bottom:1.5rem;font-size:2.25rem;font-weight:500}@media (width>=768px){.hero-h1{font-size:3rem}}@media (width>=1024px){.hero-h1{font-size:3.75rem}}.hero-h1 em{color:var(--green-deep);font-style:italic}.hero-p{color:var(--text-secondary);text-wrap:pretty;max-width:42rem;margin:0 auto 2rem;font-size:1.125rem}@media (width>=768px){.hero-p{margin-bottom:2.5rem;font-size:1.25rem}}.hero-ctas{flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}@media (width>=640px){.hero-ctas{flex-direction:row;margin-bottom:3rem}}.btn-hero-primary{background-color:var(--green-deep);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex}@media (width>=640px){.btn-hero-primary{width:auto}}.btn-hero-primary:hover{background-color:var(--green-hover);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.btn-hero-secondary{border:2px solid var(--green-deep);width:100%;color:var(--green-deep);background-color:#0000;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-flex}@media (width>=640px){.btn-hero-secondary{width:auto}}.btn-hero-secondary:hover{background-color:var(--green-soft)}.hero-proof{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.875rem;display:flex}@media (width>=640px){.hero-proof{flex-direction:row;gap:1.5rem}}.hero-proof-item{align-items:center;gap:.5rem;display:flex}.hero-proof-sep{background-color:var(--text-tertiary);border-radius:9999px;width:.25rem;height:.25rem;display:none}@media (width>=640px){.hero-proof-sep{display:block}}.process{background-color:var(--bg-alt);padding:4rem 1rem;scroll-margin-top:5rem}@media (width>=768px){.process{padding:5.5rem 1.5rem}}.process-inner{max-width:72rem;margin:0 auto}.process-h2{margin-bottom:.75rem}.process-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.125rem}@media (width>=768px){.process-subtitle{margin-bottom:3rem}}.process-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.process-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width>=1024px){.process-grid{grid-template-columns:repeat(4,1fr)}}.process-card{background-color:var(--surface);border-radius:16px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 2px #0000000d}.process-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.process-card.highlighted{border:2px solid var(--green-primary)}.process-number{background-color:var(--green-soft);border-radius:9999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;display:flex}.process-number span{color:var(--green-deep);font-family:Fraunces,serif;font-size:1.125rem;font-weight:500}.process-card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:500}.process-card p{color:var(--text-secondary);font-size:.875rem;line-height:1.625}.solutions{min-height:calc(100vh - var(--nav-height));background-color:var(--bg-base);scroll-margin-top:var(--nav-height);align-items:center;padding:4rem 1rem;display:flex}@media (width>=768px){.solutions{padding:5.5rem 1.5rem}}.solutions-inner{width:100%;max-width:72rem;margin:0 auto}@media (width>=768px){.solutions{padding:6rem 1.5rem}}.solutions-h2{max-width:42rem;margin-bottom:2rem}@media (width>=768px){.solutions-h2{margin-bottom:3rem}}.solutions-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.solutions-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width>=1024px){.solutions-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.solution-card{background-color:var(--surface);border-radius:16px;padding:1.25rem;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 2px #0000000d}.solution-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.solution-card.dashed{border:2px dashed var(--green-primary)}.solution-icon{background-color:var(--green-soft);width:3rem;height:3rem;color:var(--green-deep);border-radius:10px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.solution-card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:500}.solution-card p{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.faq{background-color:var(--bg-alt);padding:4rem 1rem;scroll-margin-top:5rem}@media (width>=768px){.faq{padding:5.5rem 1.5rem}}.faq-inner{max-width:48rem;margin:0 auto}.faq-h2{margin-bottom:2.5rem}@media (width>=768px){.faq-h2{margin-bottom:3rem}}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{background-color:var(--surface);border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.faq-item summary{justify-content:space-between;align-items:center;padding:1.25rem;transition:background-color .2s;display:flex}@media (width>=768px){.faq-item summary{padding:1.5rem}}.faq-item summary:hover{background-color:#f3f6f480}.faq-question{color:var(--text-primary);padding-right:1rem;font-weight:500}.faq-icon{background-color:var(--green-soft);width:1.5rem;height:1.5rem;color:var(--green-deep);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s ease-out;display:flex}details[open] .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 1.25rem 1.25rem}@media (width>=768px){.faq-answer{padding:0 1.5rem 1.5rem}}.faq-answer p{color:var(--text-secondary);line-height:1.625}.cta-section{background:linear-gradient(135deg, var(--green-deep) 0%, #065f46 100%);padding:4rem 1rem;scroll-margin-top:5rem;position:relative;overflow:hidden}@media (width>=768px){.cta-section{padding:5.5rem 1.5rem}}.cta-bg-radial{background:radial-gradient(circle at top right, var(--green-primary) 0%, transparent 60%);opacity:.3;pointer-events:none;width:400px;height:400px;position:absolute;top:0;right:0}.cta-inner{z-index:10;max-width:48rem;margin:0 auto;position:relative}.cta-h2{color:#fff;text-align:center;margin-bottom:1rem;font-size:1.875rem;font-weight:500}@media (width>=768px){.cta-h2{font-size:2.25rem}}.cta-lead{color:var(--green-soft);text-align:center;max-width:36rem;margin:0 auto 2.5rem;font-size:1.125rem}@media (width>=768px){.cta-lead{margin-bottom:3rem}}.cta-form-wrapper{-webkit-backdrop-filter:blur(16px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:24px;padding:1.5rem}@media (width>=768px){.cta-form-wrapper{padding:2rem}}.cta-form{flex-direction:column;gap:1.25rem;display:flex}.form-group label{color:#fff;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:flex}.form-input,.form-textarea{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;transition:outline .2s,border-color .2s}.form-input::placeholder,.form-textarea::placeholder{color:#ffffff80}.form-input:focus,.form-textarea:focus{outline:2px solid var(--green-primary);border-color:#0000}.form-textarea{resize:none}.btn-submit{background-color:var(--green-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:background-color .2s,transform .2s,box-shadow .2s;display:flex}.btn-submit:hover:not(:disabled){background-color:var(--green-hover);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.cta-success{text-align:center;padding:2rem 0}.cta-success-icon{background-color:var(--green-soft);border-radius:9999px;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;display:flex}.cta-success h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:500}.cta-success p{color:var(--green-soft)}.cta-wa-link{text-align:center;color:var(--green-soft);margin-top:1.5rem}.cta-wa-link a{color:#fff;text-underline-offset:2px;text-decoration:underline;transition:color .2s}.cta-wa-link a:hover{color:var(--green-soft)}.form-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form-error{color:#fca5a5;min-height:1rem;margin-top:.25rem;font-size:.8125rem;display:block}.input-error{border-color:#fca5a5!important;outline:2px solid #fca5a5!important}.consent-label{cursor:pointer;align-items:flex-start;gap:.625rem;display:flex}.consent-label input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--green-primary);cursor:pointer;flex-shrink:0;margin-top:.2rem}.consent-label span{color:#fffc;font-size:.875rem;line-height:1.5}.consent-link{color:#fff;text-underline-offset:2px;text-decoration:underline}.consent-link:hover{color:var(--green-soft)}.footer{background-color:var(--text-primary);padding:2.5rem 1rem}@media (width>=768px){.footer{padding:3rem 1.5rem}}.footer-inner{flex-direction:column;align-items:center;gap:1.5rem;max-width:72rem;margin:0 auto;display:flex}@media (width>=768px){.footer-inner{flex-direction:row;justify-content:space-between}}.footer-brand{flex-direction:column;align-items:center;gap:.75rem;display:flex}@media (width>=768px){.footer-brand{flex-direction:row;gap:1rem}}.footer-logo{align-items:center;gap:.5rem;display:flex}.footer-logo-icon{background-color:var(--green-primary);border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.footer-logo-text{color:#fff;font-family:Fraunces,serif;font-size:1.125rem;font-weight:500}.footer-copyright{text-align:center;width:100%;color:var(--text-tertiary);margin-top:1rem;font-size:.75rem}@media (width>=768px){.footer-copyright{margin-top:0}}.footer-sep{color:var(--text-tertiary);display:none}@media (width>=768px){.footer-sep{display:block}}.footer-tagline{color:var(--text-tertiary);font-family:Fraunces,serif;font-size:.875rem;font-style:italic}.footer-contact{color:var(--text-tertiary);flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem;display:flex}@media (width>=768px){.footer-contact{flex-direction:row;gap:1rem}}.footer-contact a{color:var(--text-tertiary);text-decoration:none;transition:color .2s}.footer-contact a:hover{color:#fff}.footer-contact-sep{display:none}@media (width>=768px){.footer-contact-sep{display:block}}.whatsapp-btn{z-index:50;background-color:var(--green-primary);border-radius:9999px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;text-decoration:none;transition:transform .2s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 20px #10b98166}.whatsapp-btn:hover{transform:scale(1.08)}.privacy-section{background-color:var(--bg-base);justify-content:center;min-height:100vh;padding:8rem 1rem 4rem;display:flex}.privacy-inner{width:100%;max-width:800px}.privacy-back{color:var(--green-deep);margin-bottom:2rem;font-weight:500;text-decoration:none;display:inline-block}.privacy-content h2{color:var(--text-primary);margin-top:2.5rem;margin-bottom:1rem}.privacy-content p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}
