:root{--white: #FFFFFF;--grey: #F7F7F7;--brand-lite: #E6F8F4;--flash-brand: #16C4A7;--brand: #01AB8D;--big-brand: #007869;--coral: #F47D6A;--coral-lite: #FEF0ED;--coral-badge: #FAA091;--black: #0A0A0A;--text: #2F2C25;--text-deep: #022B2B;--text-muted: #413E3E;--warm-white: #F4F5F2;--color-primary: var(--brand);--color-primary-hover: var(--flash-brand);--color-primary-dark: var(--big-brand);--color-accent-warm: var(--coral);--color-accent-warm-bg: var(--coral-lite);--color-background: var(--white);--color-surface: var(--grey);--color-accent: var(--brand-lite);--color-text: var(--text);--color-text-heading: var(--black);--color-error: #E53E3E;--color-error-bg: #FEF2F2;--color-success: var(--brand);--color-success-bg: var(--brand-lite);--font-body: "Neue Montreal", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Garaje 53 Unicase", var(--font-body);--text-xs: .6875rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.75rem;--text-2xl: 2rem;--text-3xl: 2.5rem;--text-4xl: 3.5rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 2px;--radius-md: 4px;--radius-lg: 6px;--radius-xl: 8px;--radius-btn: 9px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .05);--transition-fast: .15s ease;--transition-base: .25s ease;--max-width: 640px;--header-height: 48px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-weight:400;font-size:var(--text-base);line-height:1.5;color:var(--color-text);background-color:var(--color-background);-webkit-text-size-adjust:100%;touch-action:manipulation}input,select,textarea{font-size:max(16px,1rem)}h1,h2,h3,h4,h5{color:var(--color-text-heading);line-height:1.15}h1{font-family:var(--font-body);font-weight:400;font-size:var(--text-4xl)}h2{font-family:var(--font-body);font-weight:400;font-size:var(--text-3xl)}h3{font-family:var(--font-display);font-weight:900;font-size:var(--text-3xl);text-transform:uppercase}h4{font-family:var(--font-body);font-weight:400;font-size:var(--text-2xl)}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}img{max-width:100%;height:auto}.page{max-width:var(--max-width);margin:0 auto;padding:var(--space-6) var(--space-4);min-height:calc(100dvh - var(--header-height))}.page-title{font-size:var(--text-2xl);color:var(--color-primary-dark);margin-bottom:var(--space-2)}.page-subtitle{font-size:var(--text-lg);color:var(--color-text);font-weight:400;margin-bottom:var(--space-8)}.card{background:var(--color-background);border:1px solid #E5E7EB;border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base)}.card--interactive:hover{box-shadow:var(--shadow-md)}.card--selected{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--brand-lite),var(--shadow-md)}.card--surface{background:var(--color-surface);border-color:transparent}.text-center{text-align:center}.text-small{font-size:var(--text-sm)}.text-xs{font-size:var(--text-xs)}.text-muted{color:#6b7280}.text-error{color:var(--color-error)}.text-success{color:var(--color-success)}.text-brand{color:var(--color-primary)}.mt-2{margin-top:var(--space-2)}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.mb-2{margin-bottom:var(--space-2)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.badge{font-family:var(--font-display);font-weight:900;font-size:var(--text-sm);text-transform:uppercase;padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);background:var(--color-accent);color:var(--color-primary-dark);display:inline-block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn .3s ease both}.animate-fade-in-up{animation:fadeInUp .4s ease both}.animate-slide-in-up{animation:slideInUp .5s cubic-bezier(.16,1,.3,1) both}::view-transition-old(root){animation:none}::view-transition-new(root){animation:none}.animate-scale-in{animation:scaleIn .3s cubic-bezier(.16,1,.3,1) both}.delay-1{animation-delay:50ms}.delay-2{animation-delay:.1s}.delay-3{animation-delay:.15s}.delay-4{animation-delay:.2s}.delay-5{animation-delay:.25s}.checkbox-custom{display:flex;gap:var(--space-3);align-items:flex-start;cursor:pointer;padding:var(--space-4);border:1px solid #E5E7EB;border-radius:var(--radius-lg);transition:all var(--transition-fast);-webkit-user-select:none;user-select:none}.checkbox-custom:hover,.checkbox-custom.is-checked{border-color:var(--color-primary);background:var(--brand-lite)}.checkbox-custom input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:22px;height:22px;border:2px solid #D1D5DB;border-radius:var(--radius-sm);flex-shrink:0;margin-top:1px;cursor:pointer;transition:all var(--transition-fast);position:relative;background:var(--white)}.checkbox-custom input[type=checkbox]:checked{background:var(--color-primary);border-color:var(--color-primary)}.checkbox-custom input[type=checkbox]:checked:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:11px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-custom input[type=checkbox]:focus-visible{box-shadow:0 0 0 3px var(--brand-lite);outline:none}.skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-md)}.skeleton-text{height:14px;margin-bottom:var(--space-2)}.skeleton-title{height:20px;width:60%;margin-bottom:var(--space-3)}.page{animation:fadeInUp .35s cubic-bezier(.16,1,.3,1) both}.divider{height:1px;background:#e5e7eb;margin:var(--space-6) 0}@media(max-width:640px){:root{--text-4xl: 2.5rem;--text-3xl: 2rem;--text-2xl: 1.5rem}.page{padding:var(--space-4) var(--space-4)}}.header.svelte-1elxaub{height:var(--header-height);background:#fffffff7;border-bottom:1px solid #E5E7EB;position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header-inner.svelte-1elxaub{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-4);height:100%;display:flex;align-items:center;justify-content:center;position:relative}.header-logo.svelte-1elxaub{display:flex;align-items:center}.header-logo.svelte-1elxaub img:where(.svelte-1elxaub){height:24px;width:auto}.header-back.svelte-1elxaub{position:absolute;left:var(--space-4);display:inline-flex;align-items:center;gap:4px;font-family:var(--font-body);font-size:13px;font-weight:500;color:#9ca3af;text-decoration:none;padding:4px 8px;border-radius:var(--radius-md);transition:color .2s ease,background .2s ease}.header-back-label.svelte-1elxaub{display:none}@media(hover:hover){.header-back.svelte-1elxaub:hover{color:var(--text-deep);background:#0000000a}}@media(min-width:641px){.header-back-label.svelte-1elxaub{display:inline}}@media(max-width:360px){.header-logo.svelte-1elxaub img:where(.svelte-1elxaub){height:20px}}.progress.svelte-1qjgclg{padding:var(--space-2) var(--space-4) 0;max-width:var(--max-width);margin:0 auto}.progress-segments.svelte-1qjgclg{display:flex;gap:4px}.progress-step.svelte-1qjgclg{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.progress-bar.svelte-1qjgclg{width:100%;height:3px;border-radius:2px;background:#e5e7eb;transition:background .4s cubic-bezier(.4,0,.2,1)}.progress-step.is-done.svelte-1qjgclg .progress-bar:where(.svelte-1qjgclg){background:var(--color-primary)}.progress-step.is-active.svelte-1qjgclg .progress-bar:where(.svelte-1qjgclg){background:var(--color-primary);opacity:.6}.progress-label.svelte-1qjgclg{font-size:9px;font-weight:500;color:#c4c9cf;text-transform:uppercase;letter-spacing:.05em;transition:color .3s ease}.progress-step.is-done.svelte-1qjgclg .progress-label:where(.svelte-1qjgclg){color:var(--color-primary)}.progress-step.is-active.svelte-1qjgclg .progress-label:where(.svelte-1qjgclg){color:var(--color-primary-dark);font-weight:600}.footer.svelte-jz8lnl{background:var(--white);border-top:1px solid #E5E7EB;margin-top:auto}.footer-content.svelte-jz8lnl{max-width:900px;margin:0 auto;padding:40px 32px 32px}.footer-grid.svelte-jz8lnl{display:grid;grid-template-columns:1fr 1.4fr;gap:24px}.footer-brand.svelte-jz8lnl{display:flex;flex-direction:column;gap:16px}.footer-logo.svelte-jz8lnl{width:90px;height:auto}.footer-tagline.svelte-jz8lnl{font-family:var(--font-display);font-weight:900;font-size:20px;line-height:1.15;letter-spacing:-.3px;text-transform:uppercase;color:var(--text-deep)}.footer-cta.svelte-jz8lnl{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-weight:500;font-size:13px;line-height:20px;color:var(--text-deep);text-decoration:none;padding-bottom:6px;border-bottom:1px solid var(--text-deep);width:fit-content;transition:color var(--transition-fast),border-color var(--transition-fast)}@media(hover:hover){.footer-cta.svelte-jz8lnl:hover{color:var(--brand);border-color:var(--brand)}}.footer-cta.svelte-jz8lnl svg:where(.svelte-jz8lnl){width:16px;height:16px}.footer-menus.svelte-jz8lnl{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.footer-col.svelte-jz8lnl{display:flex;flex-direction:column;gap:8px}.footer-col-title.svelte-jz8lnl{font-family:var(--font-display);font-weight:900;font-size:11px;line-height:1.4;letter-spacing:.7px;text-transform:uppercase;color:var(--black);margin-bottom:6px}.footer-col.svelte-jz8lnl a:where(.svelte-jz8lnl),.footer-text.svelte-jz8lnl{font-family:var(--font-body);font-weight:400;font-size:13px;line-height:20px;color:var(--black);text-decoration:none}@media(hover:hover){.footer-col.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--brand)}}.footer-phone.svelte-jz8lnl{text-decoration:underline!important}.footer-bar.svelte-jz8lnl{max-width:900px;margin:0 auto;padding:16px 32px;border-top:1px solid #FEFAF3;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-body);font-weight:400;font-size:12px;line-height:20px;color:#6b7280}.footer-legal.svelte-jz8lnl{display:flex;gap:16px}.footer-legal.svelte-jz8lnl a:where(.svelte-jz8lnl){color:#6b7280;text-decoration:none;transition:color var(--transition-fast)}@media(hover:hover){.footer-legal.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--brand)}}@media(max-width:900px){.footer-content.svelte-jz8lnl{padding:32px 20px 24px}.footer-bar.svelte-jz8lnl{padding:14px 20px}.footer-grid.svelte-jz8lnl{grid-template-columns:1fr;gap:28px}.footer-menus.svelte-jz8lnl{grid-template-columns:repeat(2,1fr);gap:20px}.footer-menus.svelte-jz8lnl .footer-col:where(.svelte-jz8lnl):last-child{grid-column:1 / -1}.footer-tagline.svelte-jz8lnl{font-size:18px}}@media(max-width:600px){.footer-content.svelte-jz8lnl{padding:24px var(--space-4) 16px}.footer-bar.svelte-jz8lnl{padding:12px var(--space-4);flex-direction:column;gap:var(--space-2);text-align:center;font-size:11px}.footer-menus.svelte-jz8lnl .footer-col:where(.svelte-jz8lnl):nth-child(1),.footer-menus.svelte-jz8lnl .footer-col:where(.svelte-jz8lnl):nth-child(2){display:none}.footer-menus.svelte-jz8lnl{grid-template-columns:1fr;gap:0}.footer-menus.svelte-jz8lnl .footer-col:where(.svelte-jz8lnl):last-child{grid-column:auto}.footer-grid.svelte-jz8lnl{gap:20px}.footer-brand.svelte-jz8lnl{gap:12px}.footer-tagline.svelte-jz8lnl{font-size:16px}.footer-logo.svelte-jz8lnl{width:72px}.footer-col.svelte-jz8lnl a:where(.svelte-jz8lnl),.footer-text.svelte-jz8lnl{font-size:12px;line-height:18px}.footer-col-title.svelte-jz8lnl{font-size:10px;margin-bottom:4px}.footer-legal.svelte-jz8lnl{gap:12px;font-size:11px}}
