html,body{margin:0;width:100%;height:100%}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #020b50;--cyan-blue: #66c8f9;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--yellow-400: #fbbf24;--green-500: #10b981;--green-100: #dcfce7;--green-700: #047857;--red-400: #f87171;--color-error: #C1272D;--font-family: "Inter", sans-serif;--border-radius: .5rem;--border-radius-lg: 1rem;--border-radius-xl: 1.5rem;--border-radius-2xl: 2rem;--border-radius-3xl: 3rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25)}html{scroll-behavior:smooth}body{font-family:var(--font-family);line-height:1.6;color:var(--gray-800);background-color:var(--white)}.grecaptcha-badge{visibility:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{width:2rem;height:2rem;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--cyan-blue) 100%);border-radius:var(--border-radius-lg);display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:1.125rem}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-blue)}.animate-fade-in{animation:fadeInUp .8s ease-out}.animate-float{animation:float 6s ease-in-out infinite}.animate-bounce{animation:bounce 2s infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-scale{animation:scale .3s ease-out}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:var(--border-radius);border:1px solid transparent;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap}.btn-primary{background-color:var(--primary-blue);color:var(--white)}.btn-primary:hover{background-color:color-mix(in srgb,var(--primary-blue) 90%,black);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-cyan{background-color:color-mix(in srgb,var(--cyan-blue) 90%,black);color:var(--white)}.btn-cyan:hover{background-color:var(--cyan-blue);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline{border-color:var(--primary-blue);color:var(--primary-blue);background-color:transparent}.btn-outline:hover{background-color:var(--primary-blue);color:var(--white)}.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn-full{width:100%}.section-header{text-align:center;margin-bottom:4rem;max-width:64rem;margin-left:auto;margin-right:auto}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:1.5rem}.section-header p{font-size:1.25rem;color:var(--gray-600);max-width:48rem;margin:0 auto}.feature-card,.benefit-card,.testimonial-card,.card{transition:transform .25s ease;transform:translateY(0) scale(1)}.feature-card:hover,.benefit-card:hover,.testimonial-card:hover,.card:hover{transform:translateY(-8px) scale(1.02)}section{scroll-margin-top:5rem}.form-disclaimer{font-size:.875rem;color:var(--gray-500);text-align:center}.form-disclaimer a{text-decoration:none;color:#0378b1}@media (min-width: 768px){.section-header h2{font-size:3rem}}@media (max-width: 767px){.hero-title{font-size:2.5rem}.section-header h2{font-size:2rem}.container{padding:0 1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateY(0)}40%,43%{transform:translateY(-10px)}70%{transform:translateY(-5px)}90%{transform:translateY(-3px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes scale{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;margin-bottom:5rem;z-index:1000;transition:all .3s ease;background-color:transparent}.header[data-astro-cid-3ef6ksr2].scrolled{background-color:#fffffff2;backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--gray-200)}.header-content[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.75rem;text-decoration:none;cursor:pointer}.logo-text[data-astro-cid-3ef6ksr2]{font-size:1.5rem;font-weight:700;color:var(--primary-blue)}.btn-back[data-astro-cid-3ef6ksr2]{color:var(--primary-blue);text-decoration:none;font-weight:600;padding:.5rem 1rem;border-radius:var(--border-radius-lg);transition:all .3s ease}.btn-back[data-astro-cid-3ef6ksr2]:hover{background:var(--gray-100)}.nav[data-astro-cid-3ef6ksr2]{display:none;align-items:center;gap:2rem}.nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--gray-600);text-decoration:none;transition:color .3s ease}.nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--primary-blue)}.btn-login[data-astro-cid-3ef6ksr2]{padding:.5rem 1.25rem;border:2px solid var(--primary-blue);border-radius:2rem;color:var(--primary-blue)!important;font-weight:600;transition:all .3s ease}.btn-login[data-astro-cid-3ef6ksr2]:hover{background-color:var(--primary-blue);color:#fff!important}.mobile-menu-btn[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:.25rem;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{width:1.5rem;height:2px;background-color:var(--primary-blue);transition:all .3s ease}.nav[data-astro-cid-3ef6ksr2].mobile-open{display:flex;flex-direction:column;position:absolute;top:100%;right:0;background:#fff;width:200px;padding:1rem;box-shadow:0 4px 10px #0000001a;z-index:999}@media (min-width: 768px){.nav[data-astro-cid-3ef6ksr2]{display:flex}.mobile-menu-btn[data-astro-cid-3ef6ksr2]{display:none}}.footer[data-astro-cid-sz7xmlte]{background-color:var(--primary-blue);color:var(--white);padding:4rem 0 2rem}.footer-content[data-astro-cid-sz7xmlte]{display:grid;gap:2rem;margin-bottom:3rem}.footer-brand[data-astro-cid-sz7xmlte]{max-width:28rem}.footer-description[data-astro-cid-sz7xmlte]{color:color-mix(in srgb,var(--cyan-blue) 70%,white);margin:1.5rem 0}.social-links[data-astro-cid-sz7xmlte]{display:flex;gap:1rem}.social-link[data-astro-cid-sz7xmlte]{width:2.5rem;height:2.5rem;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);text-decoration:none;font-weight:700;font-size:.875rem;transition:background-color .3s ease}.social-link[data-astro-cid-sz7xmlte]:hover{background-color:var(--cyan-blue);color:var(--primary-blue)}.footer-links[data-astro-cid-sz7xmlte]{display:grid;gap:2rem}.footer-column[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{font-weight:600;margin-bottom:1rem}.footer-column[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0}.footer-column[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.5rem}.footer-column[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:color-mix(in srgb,var(--cyan-blue) 70%,white);text-decoration:none;transition:color .3s ease}.footer-column[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--white)}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1rem;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.footer-contact[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem}.footer-contact[data-astro-cid-sz7xmlte]>div[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;row-gap:.5rem}.footer-contact[data-astro-cid-sz7xmlte] .contact-item[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem}.footer-contact[data-astro-cid-sz7xmlte] i[data-astro-cid-sz7xmlte]{width:1rem;height:1rem;color:var(--cyan-blue)}.footer-contact[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{color:color-mix(in srgb,var(--cyan-blue) 70%,white)}.footer-love[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.25rem;color:color-mix(in srgb,var(--cyan-blue) 70%,white)}.footer-love[data-astro-cid-sz7xmlte] .heart[data-astro-cid-sz7xmlte]{width:1rem;height:1rem;color:var(--red-400);fill:var(--red-400)}.footer-copyright[data-astro-cid-sz7xmlte]{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:color-mix(in srgb,var(--cyan-blue) 70%,white)}.footer-copyright[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--white);text-decoration:none}.footer-copyright[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{text-decoration:underline}.wp[data-astro-cid-sz7xmlte]>.contact-item[data-astro-cid-sz7xmlte]{cursor:pointer;text-decoration:none}@media (min-width: 768px){.footer-content[data-astro-cid-sz7xmlte]{grid-template-columns:2fr 1fr 1fr}.footer-links[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr);grid-column:2 / 4}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between}.footer-contact[data-astro-cid-sz7xmlte]{flex-direction:row;gap:2rem}}.toast[data-astro-cid-5i5fqekp]{position:fixed;top:5.5rem;right:0;background-color:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-xl);padding:1rem;max-width:24rem;z-index:1001;transform:translate(calc(100% + .5rem));transition:transform .3s ease}.toast[data-astro-cid-5i5fqekp].show{transform:translate(-.5rem)}.toast-content[data-astro-cid-5i5fqekp]{display:flex;align-items:center;gap:.75rem}.toast-icon[data-astro-cid-5i5fqekp]{width:1.5rem;height:1.5rem;flex-shrink:0;margin-top:.125rem;display:none}.toast-icon-success[data-astro-cid-5i5fqekp]{color:var(--green-500)}.toast-icon-error[data-astro-cid-5i5fqekp]{color:var(--color-error)}.toast[data-astro-cid-5i5fqekp][data-type=success] .toast-icon-success[data-astro-cid-5i5fqekp],.toast[data-astro-cid-5i5fqekp][data-type=error] .toast-icon-error[data-astro-cid-5i5fqekp]{display:block}.toast-title[data-astro-cid-5i5fqekp]{font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.toast-message[data-astro-cid-5i5fqekp]{color:var(--gray-600);font-size:.875rem}#btn[data-astro-cid-7s2pq66p]{position:fixed;bottom:20px;right:20px;width:45px;height:45px;border:none;border-radius:50%;background:var(--cyan-blue);color:#fff;cursor:pointer;box-shadow:0 4px 6px #0003;display:none;align-items:center;justify-content:center;transition:opacity .3s ease}#btn[data-astro-cid-7s2pq66p]:hover{filter:brightness(1.1);transform:scale(1.05)}
