@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";:root{--brand-50: #eeeffe;--brand-100: #d5d7fc;--brand-200: #acaff9;--brand-300: #8387f5;--brand-400: #5a5ff1;--brand-500: #4d55d0;--brand-600: #3e44ab;--brand-700: #2f3386;--brand-800: #1f2261;--brand-900: #0f1354;--brand-950: #080b3a;--neutral-50: #f9fafb;--neutral-100: #f3f4f6;--neutral-200: #e5e7eb;--neutral-300: #d1d5db;--neutral-400: #9ca3af;--neutral-500: #6b7280;--neutral-600: #4b5563;--neutral-700: #374151;--neutral-800: #1f2937;--neutral-900: #111827;--success-50: #f0fdf4;--success-100: #dcfce7;--success-600: #16a34a;--success-700: #15803d;--danger-50: #fff1f2;--danger-500: #e85858;--danger-600: #dc2626;--warning-600: #d97706;--warning-700: #b45309;--font-display: "Poppins", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--shadow-card: 0px 2px 12px rgba(0, 0, 0, .06);--shadow-card-md: 0px 4px 20px rgba(0, 0, 0, .08);--shadow-cta: 0px 4px 16px rgba(77, 85, 208, .28);--shadow-sticky: 0px -4px 16px rgba(0, 0, 0, .08);--max-content: 1200px;--color-primary: #4d55d0;--color-primary-hover: #3e44ab;--color-bg: #ffffff;--color-bg-secondary: #f9fafb;--color-text: #1f2937;--color-text-secondary: #6b7280;--color-border: #e5e7eb;--color-success: #16a34a;--color-error: #dc2626;--font-sans: "Inter", system-ui, sans-serif;--max-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:16px;line-height:1.55;color:var(--neutral-800);background:#fff;min-height:100dvh}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}.container{max-width:var(--max-content);margin-inline:auto;padding-inline:1.5rem}@media(min-width:1024px){.container{padding-inline:2.5rem}}.section-label{font-family:var(--font-body);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-500)}.card{background:#fff;border-radius:12px;border:1px solid var(--neutral-200);box-shadow:var(--shadow-card)}.line-through-price{text-decoration:line-through;text-decoration-thickness:1.5px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background:var(--brand-500);color:#fff;font-family:var(--font-display);font-weight:600;font-size:16px;border-radius:12px;box-shadow:var(--shadow-cta);transition:background .2s,box-shadow .2s,transform .2s;white-space:nowrap}.btn-primary:hover{background:var(--brand-600);box-shadow:0 6px 20px #4d55d059;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn{display:inline-block;padding:.875rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;text-align:center;transition:background-color .2s}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .5s ease forwards}[data-animate]{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease;transition-delay:var(--delay, 0ms)}[data-animate].is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){[data-animate]{opacity:1;transform:none;transition:none}}:focus-visible{outline:2px solid var(--brand-500);outline-offset:3px;border-radius:4px}.btn-primary:focus-visible{outline-offset:4px}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:400px}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-chevron{transition:transform .25s ease}.PhoneInput .PhoneInputInput,.PhoneInput input[type=tel]{border:none!important;outline:none!important;box-shadow:none!important;background:transparent;font-size:1rem;font-family:inherit;line-height:1.5;padding:.3rem 0}.PhoneInput .PhoneInputCountry{margin-right:.5rem}.PhoneInput .PhoneInputCountrySelect{border:none}
