:root{--primary: #0d9488;--primary-dark: #0f766e;--primary-light: #14b8a6;--bg: #f8fafc;--bg-dark: #0f172a;--card: #ffffff;--card-dark: #1e293b;--text: #1e293b;--text-dark: #f1f5f9;--text-muted: #64748b;--border: #e2e8f0}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 20px #0d94884d}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-title p{color:var(--text-muted);font-size:1.125rem;max-width:600px;margin:0 auto}@media (max-width: 768px){.section-title h2{font-size:2rem}}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1000;padding:1rem 2rem}.header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text);font-weight:800;font-size:1.5rem}.logo svg{width:32px;height:32px;color:var(--primary)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:var(--text-muted);text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn svg{width:24px;height:24px;color:var(--text)}@media (max-width: 768px){.header{padding:1rem}.nav-links{display:none}.mobile-menu-btn{display:block}.nav-links.active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;border-bottom:1px solid var(--border);gap:1rem}}.hero{padding:8rem 2rem 4rem;text-align:center;background:linear-gradient(135deg,#f0fdfa,#f8fafc,#ecfdf5)}.hero-content{max-width:800px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--text) 0%,var(--primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.25rem;color:var(--text-muted);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.hero{padding:6rem 1rem 3rem}.hero h1{font-size:2.25rem}.hero p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}}.features{padding:6rem 2rem;background:#fff}.features-content{max-width:1200px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:var(--bg);padding:2rem;border-radius:16px;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon svg{width:28px;height:28px;color:#fff}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.feature-card p{color:var(--text-muted)}.contact{padding:6rem 2rem;background:linear-gradient(135deg,#f0fdfa,#f8fafc)}.contact-content{max-width:1200px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.contact-info-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.contact-info-card h3{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:1.5rem}.contact-info-list{display:flex;flex-direction:column;gap:1.25rem}.contact-info-item{display:flex;align-items:center;gap:1rem;text-decoration:none;color:var(--text);transition:all .2s}.contact-info-item:hover{color:var(--primary)}.contact-info-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-light),var(--primary));border-radius:12px;flex-shrink:0}.contact-info-icon svg{width:22px;height:22px;color:#fff}.contact-info-text{display:flex;flex-direction:column}.contact-info-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.contact-info-value{font-weight:600;color:var(--text)}.whatsapp-cta{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:12px;color:#fff;text-decoration:none;margin-top:1.5rem;transition:all .3s}.whatsapp-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #22c55e66}.whatsapp-cta-content{display:flex;align-items:center;gap:1rem}.whatsapp-cta svg{width:28px;height:28px}.whatsapp-cta-text strong{display:block;font-size:1rem}.whatsapp-cta-text span{font-size:.875rem;opacity:.9}.contact-form-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.contact-form-card h3{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--text)}.form-group label .required{color:#ef4444}.form-input,.form-select,.form-textarea{width:100%;padding:.875rem 1rem;border:2px solid var(--border);border-radius:10px;font-size:1rem;color:var(--text);background:#f8fafc;transition:all .2s;font-family:inherit}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #0d94881a}.form-input::placeholder,.form-textarea::placeholder{color:#94a3b8}.form-input.error,.form-select.error,.form-textarea.error{border-color:#ef4444}.form-textarea{resize:vertical;min-height:120px}.form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.25rem;padding-right:2.5rem}.error-message{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#ef4444}.error-message svg{width:14px;height:14px}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 2rem;background:var(--primary);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;font-family:inherit}.submit-btn:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 25px #0d94884d}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.submit-btn svg{width:20px;height:20px}.submit-btn .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-message{text-align:center;padding:2rem;background:linear-gradient(135deg,#0d94881a,#0d94880d);border:2px solid var(--primary);border-radius:12px}.success-message svg{width:48px;height:48px;color:var(--primary);margin-bottom:1rem}.success-message h4{font-size:1.25rem;color:var(--primary);margin-bottom:.5rem}.success-message p{color:var(--text-muted)}.error-alert{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#dc2626;font-size:.875rem}.error-alert svg{width:20px;height:20px;flex-shrink:0}@media (max-width: 968px){.contact-grid{grid-template-columns:1fr}}@media (max-width: 640px){.contact{padding:4rem 1rem}.form-row{grid-template-columns:1fr}.contact-info-card,.contact-form-card{padding:1.5rem}}.cta{padding:6rem 2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);text-align:center;color:#fff}.cta-content{max-width:600px;margin:0 auto}.cta h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta p{opacity:.9;font-size:1.125rem;margin-bottom:2rem}.cta .btn-primary{background:#fff;color:var(--primary)}.cta .btn-primary:hover{background:#f0fdfa;box-shadow:0 10px 20px #0003}@media (max-width: 768px){.cta h2{font-size:2rem}}.footer{background:var(--bg-dark);color:var(--text-dark);padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.footer-brand{max-width:300px}.footer-brand .logo{color:#fff;margin-bottom:1rem}.footer-brand p{color:#94a3b8;font-size:.875rem}.footer-links h4{font-weight:600;margin-bottom:1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#94a3b8;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--primary-light)}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid #334155;text-align:center;color:#94a3b8;font-size:.875rem}.footer-bottom a{color:var(--primary-light);text-decoration:none;font-weight:500;transition:color .2s}.footer-bottom a:hover{color:var(--primary);text-decoration:underline}.legal-header{background:var(--card);border-bottom:1px solid var(--border);padding:1rem 2rem;position:sticky;top:0;z-index:100}.legal-header .header-content{max-width:900px}.back-link{color:var(--primary);text-decoration:none;font-weight:500;transition:color .2s}.back-link:hover{color:var(--primary-dark)}.legal-container{max-width:900px;margin:0 auto;padding:3rem 2rem}.page-title{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:var(--text)}.last-updated{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.legal-content{background:var(--card);border-radius:16px;padding:2.5rem;box-shadow:0 1px 3px #0000001a}.legal-content h2{font-size:1.5rem;font-weight:700;margin:2rem 0 1rem;color:var(--text)}.legal-content h2:first-child{margin-top:0}.legal-content p{margin-bottom:1rem;color:var(--text);line-height:1.7}.legal-content ul,.legal-content ol{margin:1rem 0 1rem 1.5rem}.legal-content li{margin-bottom:.5rem;color:var(--text);line-height:1.7}.highlight{background:linear-gradient(135deg,#0d94881a,#0d94880d);border-left:4px solid var(--primary);padding:1rem 1.5rem;border-radius:0 8px 8px 0;margin:1.5rem 0}.warning{background:linear-gradient(135deg,#eab3081a,#eab3080d);border-left:4px solid #eab308;padding:1rem 1.5rem;border-radius:0 8px 8px 0;margin:1.5rem 0}.legal-footer{text-align:center;padding:2rem;color:var(--text-muted);font-size:.875rem}.legal-footer a{color:var(--primary);text-decoration:none}@media (max-width: 640px){.legal-container{padding:2rem 1rem}.legal-content{padding:1.5rem}.page-title{font-size:2rem}}
