:root{--primary: #8b5cf6;--primary-hover: #7c3aed;--secondary: #ec4899;--background: #f0f9ff;--surface: #ffffff;--surface-border: #bfdbfe;--text: #1e293b;--text-muted: #64748b;--font-family: "Inter", system-ui, -apple-system, sans-serif;--radius: 12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--background);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}#root{width:100%;max-width:500px;margin:0 auto;padding:1.5rem 1rem;display:flex;flex-direction:column;min-height:100vh}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}.h1{font-size:1.5rem;font-weight:900;text-transform:uppercase;color:#ef4444;background:#ffe4e6;line-height:1.2}.h2{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.subtitle{font-size:1rem;color:var(--text);line-height:1.5}.highlight-orange{color:#f97316;font-weight:700}.highlight-blue{color:#3b82f6;font-weight:700}.highlight-orange-bold{color:#f97316;font-weight:800;text-transform:uppercase;font-size:.9em}.highlight-blue-bold{color:#2563eb;font-weight:700}.glass-card{background:var(--surface);border:1px solid var(--surface-border);box-shadow:0 4px 6px -1px #0000000d;border-radius:var(--radius);padding:1.25rem;width:100%}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.gap-4{gap:1rem}.btn-gender{padding:1rem 1.5rem;background:#fff;border:2px solid #cbd5e1;border-radius:50px;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s;font-weight:600;font-size:1rem;color:#334155;min-width:140px;cursor:pointer}.btn-gender:hover{border-color:#f97316;background:#fff7ed;transform:translateY(-1px)}.btn-gender.active,.btn-gender:active{border-color:#f97316;background:#fff7ed}.btn-gender-icon{width:28px;height:28px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#f97316;box-shadow:0 1px 2px #0000000d}.btn-list-light{width:100%;padding:1rem 1rem 1rem 3.5rem;background:#fff;border:2px solid #fdba74;border-radius:1.25rem;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s ease;cursor:pointer;box-shadow:0 2px 4px #0000000d;text-align:center}.btn-list-light:hover{background:#fff7ed;border-color:#f97316;transform:translateY(-1px);box-shadow:0 4px 6px #f9731626}.btn-list-light.active{background:#ffedd5;border-color:#f97316;box-shadow:0 4px 6px -1px #f9731633}.btn-list-light-icon{position:absolute;left:1.25rem;width:1.75rem;height:1.75rem;background:#fff;border-radius:50%;border:2px solid #94a3b8;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .2s}.btn-list-light.active .btn-list-light-icon{border-color:#f97316;color:#f97316;background:#fff7ed}.btn-list-light-text{font-size:1.125rem;font-weight:600;color:#334155}button.btn-orange,.btn-orange{width:100%;padding:1rem 2rem;background-color:#f97316!important;color:#fff!important;font-weight:800;border-radius:16px;border:none;border-bottom:6px solid #c2410c!important;margin-top:1rem;display:block;font-size:1.125rem;transition:all .1s;text-align:center;text-transform:uppercase;cursor:pointer}button.btn-orange:hover,.btn-orange:hover{background-color:#ea580c!important;border-bottom-color:#9a3412!important;transform:translateY(2px);border-bottom-width:4px!important}button.btn-orange:active,.btn-orange:active{transform:translateY(6px);border-bottom-width:0px!important}button.btn-orange:disabled,.btn-orange:disabled{opacity:.5;cursor:not-allowed;transform:none;border-bottom-width:6px!important}.title-box{background:#fff;padding:.5rem;box-shadow:0 4px 6px -1px #0000001a;display:inline-block;margin-bottom:1rem}.title-text{background:#fecaca;color:#dc2626;padding:.25rem .5rem;font-weight:900;text-transform:uppercase;font-size:1.4rem;line-height:1.1;display:inline;box-decoration-break:clone;-webkit-box-decoration-break:clone}.testimonial-card{background:#f0f9ff;border:1px solid #bfdbfe;border-radius:var(--radius);padding:1rem;margin-bottom:1rem;text-align:left}.stars{color:#eab308;font-size:.875rem;margin-bottom:.5rem}.testimonial-title{color:#3b82f6;font-weight:700;font-size:.95rem;margin-bottom:.5rem;line-height:1.3}.testimonial-meta{color:#64748b;font-size:.75rem;margin-bottom:.5rem;font-weight:500}.testimonial-text{color:#334155;font-size:.85rem;line-height:1.5}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.w-full{width:100%}.mx-auto{margin-left:auto;margin-right:auto}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.justify-center{justify-content:center}.progress-container{width:100%;background:#ffedd5;border-radius:9999px;height:.5rem;overflow:hidden;margin-bottom:2rem}.progress-fill{height:100%;background:#f97316;border-radius:9999px;transition:width .5s ease-out}.btn-option{width:100%;padding:1rem;margin-bottom:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;color:var(--text);text-align:left;transition:all .2s;font-weight:500;display:flex;justify-content:space-between;align-items:center}.btn-option:hover{border-color:#3b82f6;background:#eff6ff}.btn-option.selected{background:#3b82f6;border-color:#3b82f6;color:#fff}.input-field{width:100%;padding:1rem;background:#fff;border:1px solid #cbd5e1;border-radius:.75rem;color:var(--text);margin-bottom:1rem}.h-auto{height:auto}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-red-100{border-color:#fee2e2}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.z-10{z-index:10}.font-medium{font-weight:500}.font-bold{font-weight:700}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.text-blue-600{color:#2563eb}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.pills-container{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.btn-pill{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #fed7aa;background:#fff;color:#475569;cursor:pointer;transition:all .2s ease}.btn-pill:hover{border-color:#fdba74;background:#fff7ed}.btn-pill.active{border:2px solid #f97316;background:#fff7ed;color:#1e293b;box-shadow:0 1px 2px #0000000d;padding:calc(.75rem - 1px) calc(1rem - 1px)}.pill-checkbox{width:1.5rem;height:1.5rem;border-radius:.35rem;border:2px solid #fdba74;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.btn-pill.active .pill-checkbox{background:#f97316;border-color:#f97316}.pill-label{font-weight:600;font-size:.95rem;white-space:nowrap}.text-white{color:#fff}.btn-list-icon{width:100%;padding:.75rem 1rem;margin-bottom:.75rem;background:#fff7ed;border-radius:9999px;display:flex;align-items:center;position:relative;transition:all .2s;border:1px solid transparent;cursor:pointer}.btn-list-icon:hover{background:#ffedd5;transform:translateY(-1px)}.btn-list-icon.active{background:#fff7ed;border:2px solid #fdba74;box-shadow:0 2px 4px #f973161a}.list-icon-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0;transition:all .2s;color:#cbd5e1;box-shadow:0 1px 2px #0000000d}.btn-list-icon.active .list-icon-circle{background:#f97316;color:#fff}.list-icon-label{flex-grow:1;text-align:center;font-weight:600;color:#334155;padding-right:32px;font-size:1rem}.font-black{font-weight:900}.carousel-card{width:100%;background:#fff;border:4px solid #fecaca;border-radius:1rem;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a;position:relative;min-height:380px;display:flex;flex-direction:column}@media(max-width:640px){.carousel-card{min-height:auto;padding:.75rem;margin-bottom:1rem}}@media(max-width:480px){.carousel-card h3{font-size:1.125rem!important}.carousel-card .w-8.h-8{width:1.5rem!important;height:1.5rem!important;font-size:.875rem!important}.carousel-card span.font-extrabold,.carousel-card p,.carousel-card li{font-size:13px!important}}html,body{overflow-x:hidden;height:auto}.step-image-container{width:100%;max-width:400px;margin-left:auto;margin-right:auto;border-radius:1rem;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a;background:#f8fafc}@media(max-width:640px){.step-image-container{width:40%;margin-bottom:.5rem}}.button-wrapper-info{width:100%;max-width:24rem;margin-left:auto;margin-right:auto;margin-top:.5rem;position:relative;z-index:30}@media(max-width:640px){.button-wrapper-info{margin-top:0}}.news-carousel-card{width:85%;max-width:320px;margin:0 auto 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014}.grid-impact-container{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%;margin-top:1rem}@media(min-width:640px){.grid-impact-container{grid-template-columns:repeat(2,1fr)}.grid-impact-full{grid-column:span 2}}.grid-impact-item{background:#f0f9ff;border:1px solid #bae6fd;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;min-height:120px}
