@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--seek-primary:#00bfa6;--seek-primary-shadow:#00897b;--seek-secondary:#0288d1;--seek-secondary-shadow:#01579b;--seek-accent:#ff6d00;--seek-accent-shadow:#e65100;--seek-bg:#f8f7ed;--seek-surface:#fff;--seek-surface-border:#e5e5e5;--seek-text-primary:#2a3532;--seek-text-secondary:#6b7280;--seek-text-muted:#9ca3af;--seek-success:#10b981;--seek-error:#ef4444;--seek-warning:#f59e0b;--seek-chip-bg:#d9f5f2;--seek-chip-text:#00bfa6;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-2xl:32px;--space-3xl:48px;--space-4xl:64px;--radius-sm:12px;--radius-md:16px;--radius-lg:20px;--radius-xl:24px;--radius-pill:9999px;--radius-full:9999px;--shadow-height:4px;--shadow-sm:0 4px 8px #00000014;--shadow-md:0 8px 24px #0000001a;--shadow-lg:0 20px 40px #0000001f;--shadow-xl:0 30px 60px #00000024;--primary:var(--seek-primary);--primary-dark:var(--seek-primary-shadow);--primary-light:#66dfd2;--primary-lighter:var(--seek-chip-bg);--background:var(--seek-bg);--surface-2:#fffdf5;--background-dark:#163330;--background-darker:#102623;--border:var(--seek-surface-border);--foreground:var(--seek-text-primary);--foreground-muted:var(--seek-text-secondary);--transition-base:.18s ease}html{scroll-behavior:smooth}body{color:var(--seek-text-primary);background:var(--seek-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}.container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width:768px){.container{padding:0 16px}}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{letter-spacing:.5px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.2}::selection{color:var(--seek-text-primary);background:#00bfa633}:focus-visible{outline:2px solid var(--seek-primary);outline-offset:2px}
.Header-module__Af2_WG__header{z-index:1000;padding:1rem;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__container{-webkit-backdrop-filter:blur(20px);background:#fffffffa;border:none;border-radius:100px;justify-content:space-between;align-items:center;padding:.5rem .5rem .5rem 1.25rem;display:flex;box-shadow:0 0 0 1px #0000000f,0 1px 2px -1px #0000000f,0 2px 4px #0000000a}.Header-module__Af2_WG__logo{align-items:center;gap:.75rem;display:flex}.Header-module__Af2_WG__logoIcon{border-radius:0;width:auto;height:auto}.Header-module__Af2_WG__nav{align-items:center;gap:.25rem;display:none}.Header-module__Af2_WG__navLink{color:#64748b;border-radius:100px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .2s}.Header-module__Af2_WG__navLink:hover{color:#0a0f1a;background:#0000000a}.Header-module__Af2_WG__actions{display:none}.Header-module__Af2_WG__appStoreBtn{color:#fff;background:#0a0f1a;border-radius:100px;align-items:center;gap:.625rem;padding:.5rem 1.25rem .5rem 1rem;transition:all .2s;display:flex}.Header-module__Af2_WG__appStoreBtn:hover{background:#1a1f2e;transform:scale(1.02)}.Header-module__Af2_WG__appleLogo{width:22px;height:22px}.Header-module__Af2_WG__appStoreText{flex-direction:column;line-height:1.1;display:flex}.Header-module__Af2_WG__appStoreSmall{opacity:.8;font-size:.625rem;font-weight:400}.Header-module__Af2_WG__appStoreLarge{letter-spacing:-.01em;font-size:.9375rem;font-weight:600}.Header-module__Af2_WG__mobileMenuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:12px;display:flex}.Header-module__Af2_WG__mobileMenuBtn span{background:#0a0f1a;border-radius:2px;width:100%;height:2px;transition:all .2s;display:block}.Header-module__Af2_WG__mobileMenuBtn.Header-module__Af2_WG__open span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__Af2_WG__mobileMenuBtn.Header-module__Af2_WG__open span:nth-child(2){opacity:0}.Header-module__Af2_WG__mobileMenuBtn.Header-module__Af2_WG__open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__Af2_WG__mobileMenu{-webkit-backdrop-filter:blur(20px);background:#fffffffa;border-radius:20px;padding:1rem;animation:.2s Header-module__Af2_WG__slideDown;position:fixed;top:80px;left:1rem;right:1rem;box-shadow:0 0 0 1px #0000000f,0 1px 2px -1px #0000000f,0 2px 4px #0000000a}@keyframes Header-module__Af2_WG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__Af2_WG__mobileNav{flex-direction:column;gap:.5rem;display:flex}.Header-module__Af2_WG__mobileNavLink{color:#64748b;border-radius:12px;padding:.875rem 1rem;font-size:1rem;font-weight:500;transition:all .2s}.Header-module__Af2_WG__mobileNavLink:hover{color:#0a0f1a;background:#0000000a}.Header-module__Af2_WG__mobileAppStoreBtn{color:#fff;background:#0a0f1a;border-radius:12px;justify-content:center;align-items:center;gap:.625rem;margin-top:.5rem;padding:.875rem 1.25rem;transition:all .2s;display:flex}.Header-module__Af2_WG__mobileAppStoreBtn:hover{background:#1a1f2e}@media (min-width:768px){.Header-module__Af2_WG__nav{display:flex}.Header-module__Af2_WG__mobileMenuBtn,.Header-module__Af2_WG__mobileMenu{display:none}}@media (min-width:1024px){.Header-module__Af2_WG__actions{display:flex}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--slate-100);background:#fff;padding:4rem 0 2rem}.Footer-module__EZoWya__top{border-bottom:1px solid var(--slate-100);grid-template-columns:1fr;gap:3rem;padding-bottom:3rem;display:grid}.Footer-module__EZoWya__brand{max-width:280px}.Footer-module__EZoWya__logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:inline-flex}.Footer-module__EZoWya__logoIcon{border-radius:10px}.Footer-module__EZoWya__logoText{color:var(--slate-950);font-size:1.25rem;font-weight:700}.Footer-module__EZoWya__logoAi{background:linear-gradient(135deg,#10b981 0%,#059669 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Footer-module__EZoWya__tagline{color:var(--slate-500);font-size:.9375rem;line-height:1.6}.Footer-module__EZoWya__links{gap:4rem;display:flex}.Footer-module__EZoWya__linkGroup{flex-direction:column;gap:.75rem;display:flex}.Footer-module__EZoWya__linkTitle{color:var(--slate-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.Footer-module__EZoWya__linkGroup a{color:var(--slate-600);font-size:.9375rem;transition:color .2s}.Footer-module__EZoWya__linkGroup a:hover{color:var(--slate-950)}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__EZoWya__copyright{color:var(--slate-400);font-size:.875rem}.Footer-module__EZoWya__social{gap:1rem;display:flex}.Footer-module__EZoWya__social a{background:var(--slate-100);width:36px;height:36px;color:var(--slate-500);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__EZoWya__social a:hover{background:var(--slate-200);color:var(--slate-700)}.Footer-module__EZoWya__social svg{width:18px;height:18px}.Footer-module__EZoWya__disclaimer{border-top:1px solid var(--slate-100);margin-top:2rem;padding-top:2rem}.Footer-module__EZoWya__disclaimerText{color:var(--slate-400);text-align:center;max-width:800px;margin:0 auto;font-size:.75rem;line-height:1.6}@media (min-width:768px){.Footer-module__EZoWya__top{grid-template-columns:1fr auto}.Footer-module__EZoWya__bottom{flex-direction:row;justify-content:space-between}}
