@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--color-primary:#f97316;--color-primary-dark:#ea6c0a;--color-primary-darker:#c2550a;--color-primary-light:#fb923c;--color-primary-lighter:#fcd34d;--color-primary-50:#fff7ed;--color-white:#fff;--color-gray-50:#f8f9fa;--color-gray-100:#f1f3f5;--color-gray-200:#e9ecef;--color-gray-300:#dee2e6;--color-gray-400:#adb5bd;--color-gray-500:#868e96;--color-gray-600:#495057;--color-gray-700:#343a40;--color-gray-800:#212529;--color-gray-900:#0f1117;--color-black:#0a0b0d;--color-success:#22c55e;--color-success-light:#dcfce7;--color-error:#ef4444;--color-error-light:#fee2e2;--color-warning:#f59e0b;--color-warning-light:#fef3c7;--color-info:#3b82f6;--color-info-light:#dbeafe;--font-sans:"Inter","Segoe UI",system-ui,sans-serif;--font-heading:"Outfit","Inter",system-ui,sans-serif;--font-mono:"Fira Code","Courier New",monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-md:1.125rem;--text-lg:1.375rem;--text-xl:1.875rem;--text-2xl:2.25rem;--text-3xl:2.625rem;--text-display:3rem;--leading-tight:1.2;--leading-snug:1.35;--leading-normal:1.6;--leading-relaxed:1.75;--font-regular:400;--font-medium:500;--font-semibold:600;--font-bold:700;--font-extrabold:800;--tracking-tight:-.025em;--tracking-normal:0em;--tracking-wide:.05em;--tracking-wider:.1em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-7:1.75rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-14:3.5rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--radius-none:0;--radius-xs:.125rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-3xl:2rem;--radius-full:9999px;--shadow-xs:0 1px 2px #0000000f;--shadow-sm:0 1px 4px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 16px 40px #0000002e;--shadow-2xl:0 24px 64px #0000003d;--shadow-3xl:0 32px 80px #00000052;--shadow-primary:0 4px 16px #f973164d;--shadow-primary-lg:0 8px 32px #f9731666;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--transition-spring:.35s cubic-bezier(.34,1.56,.64,1);--z-below:-1;--z-base:0;--z-raised:10;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500;--container-max-width:1480px;--container-padding:var(--space-6);--navbar-height:5rem;--section-padding-y:var(--space-20)}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}p,h1,h2,h3,h4,h5,h6{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}a,button,input,label{-webkit-tap-highlight-color:#0000000d;touch-action:manipulation}img,picture,svg,video,canvas{max-width:100%;height:auto;display:block}body{font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--font-regular);line-height:var(--leading-normal);color:var(--color-gray-900);background-color:var(--color-white)}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}.text-display{font-family:var(--font-heading);font-size:var(--text-display);font-weight:var(--font-extrabold);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight)}h1,.h1{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:var(--font-bold);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight)}h2,.h2{font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:var(--font-bold);line-height:var(--leading-snug);letter-spacing:var(--tracking-tight)}h3,.h3{font-family:var(--font-heading);font-size:var(--text-xl);font-weight:var(--font-semibold);line-height:var(--leading-snug)}h4,.h4{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--font-semibold);line-height:var(--leading-snug)}h5,.h5{font-family:var(--font-heading);font-size:var(--text-md);font-weight:var(--font-semibold);line-height:var(--leading-normal)}h6,.h6{font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--font-semibold);line-height:var(--leading-normal)}p{line-height:var(--leading-relaxed);color:var(--color-gray-600)}.container{width:100%;max-width:var(--container-max-width);padding-inline:var(--container-padding);margin-inline:auto}section{padding-block:var(--section-padding-y)}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-6);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--font-semibold);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;-webkit-user-select:none;user-select:none;border:2px solid #0000;line-height:1;text-decoration:none;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:var(--color-white);border-color:var(--color-primary);box-shadow:var(--shadow-primary)}.btn-primary:hover{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark);box-shadow:var(--shadow-primary-lg);transform:translateY(-1px)}.btn-primary:active{box-shadow:var(--shadow-sm);transform:translateY(0)}.btn-secondary{color:var(--color-primary);border-color:var(--color-primary);background-color:#0000}.btn-secondary:hover{background-color:var(--color-primary-50)}.btn-ghost{color:var(--color-gray-700);background-color:#0000;border-color:#0000}.btn-ghost:hover{background-color:var(--color-gray-100);color:var(--color-gray-900)}.btn-danger{background-color:var(--color-error);color:var(--color-white);border-color:var(--color-error)}.btn-danger:hover{background-color:#dc2626;border-color:#dc2626;transform:translateY(-1px)}.btn-sm{padding:var(--space-2)var(--space-4);font-size:var(--text-sm);border-radius:var(--radius-sm)}.btn-lg{padding:var(--space-4)var(--space-8);font-size:var(--text-md);border-radius:var(--radius-lg)}.text-primary{color:var(--color-primary)}.text-muted{color:var(--color-gray-500)}.text-dark{color:var(--color-gray-900)}.bg-primary{background-color:var(--color-primary)}.bg-primary-50{background-color:var(--color-primary-50)}.bg-dark{background-color:var(--color-gray-900)}.bg-light{background-color:var(--color-gray-50)}.section-header{text-align:center;max-width:640px;margin-inline:auto;margin-bottom:var(--space-12)}.section-header h2{color:var(--color-gray-900);margin-bottom:var(--space-4)}.section-header p{font-size:var(--text-md);color:var(--color-gray-500)}::-webkit-scrollbar{width:4px;height:6px}::-webkit-scrollbar-track{background:var(--color-gray-100)}::-webkit-scrollbar-thumb{background:var(--color-primary-light);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}::selection{background-color:var(--color-primary);color:var(--color-white)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:var(--radius-sm)}
.Navbar-module__O8Na-a__header{z-index:100;background-color:#0000;width:100%;padding:0 1rem;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__O8Na-a__inner{background-color:#fff;border:1px solid #f1f3f599;border-radius:20px;justify-content:space-between;align-items:center;width:100%;max-width:1480px;height:4.5rem;margin:1rem auto 0;padding:0 1rem;display:flex;position:relative;box-shadow:0 8px 32px #00000014}@media (max-width:360px){.Navbar-module__O8Na-a__header{padding:0 .5rem}.Navbar-module__O8Na-a__inner{border-radius:12px;height:3.75rem;margin-top:.5rem;padding:0 .75rem}.Navbar-module__O8Na-a__logoImg{height:1.8rem}.Navbar-module__O8Na-a__mobileNav{border-radius:16px;padding:1rem;top:5.25rem;left:1rem;right:1rem}}@media (min-width:768px){.Navbar-module__O8Na-a__inner{padding:2rem 1rem}}@media (min-width:1024px){.Navbar-module__O8Na-a__inner{padding:2.2rem .8rem}}.Navbar-module__O8Na-a__leftSideGroup{align-items:center;gap:4.5rem;display:flex}.Navbar-module__O8Na-a__logoWrapper{align-items:center;display:flex}.Navbar-module__O8Na-a__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.Navbar-module__O8Na-a__logoImg{width:auto;height:2.5rem}@media (min-width:768px){.Navbar-module__O8Na-a__logoImg{height:3rem}}.Navbar-module__O8Na-a__navDesktop{display:none}@media (min-width:1140px){.Navbar-module__O8Na-a__navDesktop{align-items:center;gap:.5rem;display:flex;position:relative;left:auto;transform:none}}.Navbar-module__O8Na-a__navLink{color:#2d3142;white-space:nowrap;margin:0 1.75rem 2px;padding:.5rem 0;font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.Navbar-module__O8Na-a__navLink:after{content:"";background-color:#fdb505;border-radius:100px;width:0;height:3px;transition:width .3s;position:absolute;bottom:6px;left:0}.Navbar-module__O8Na-a__navLink:hover{color:#111827}.Navbar-module__O8Na-a__navLink:hover:after{width:100%}.Navbar-module__O8Na-a__navLinkActive{color:#111827}.Navbar-module__O8Na-a__navLinkActive:after{width:100%}.Navbar-module__O8Na-a__rightGroup{flex:1;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.Navbar-module__O8Na-a__authButtons{display:none}@media (min-width:768px){.Navbar-module__O8Na-a__authButtons{align-items:center;gap:1rem;display:flex}}.Navbar-module__O8Na-a__loginBtn{color:#334155;white-space:nowrap;text-align:center;padding:.7rem 1.25rem;font-size:1rem;font-weight:700;text-decoration:none;transition:color .2s}.Navbar-module__O8Na-a__loginBtn:hover{color:#111827}.Navbar-module__O8Na-a__signupBtn{color:#111827;white-space:nowrap;text-align:center;background:#ffc839;border-radius:1rem;padding:.8rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 2px 8px #f9731626}.Navbar-module__O8Na-a__signupBtn:hover{background:#ffbe28;transform:scale(1.02);box-shadow:0 4px 12px #f9731640}.Navbar-module__O8Na-a__mobileMenuBtn{color:#334155;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;transition:transform .2s;display:flex;position:relative}.Navbar-module__O8Na-a__mobileMenuBtn:active{transform:scale(.9)}.Navbar-module__O8Na-a__iconWrapper{justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative}.Navbar-module__O8Na-a__navIcon{opacity:1;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;transform:rotate(0)scale(1)}.Navbar-module__O8Na-a__navIconActive{opacity:0;transform:rotate(180deg)scale(.5)}.Navbar-module__O8Na-a__closeIcon{opacity:0;transform:rotate(-180deg)scale(.5)}.Navbar-module__O8Na-a__closeIconActive{opacity:1;transform:rotate(0)scale(1)}@media (min-width:1140px){.Navbar-module__O8Na-a__mobileMenuBtn{display:none}}.Navbar-module__O8Na-a__mobileNav{background-color:#fff;border:1px solid #f1f3f5cc;border-radius:20px;flex-direction:column;gap:1.5rem;padding:1.5rem;animation:.3s ease-out Navbar-module__O8Na-a__slideDown;display:flex;position:absolute;top:6rem;left:1rem;right:1rem;box-shadow:0 20px 40px #0000001f}@keyframes Navbar-module__O8Na-a__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1140px){.Navbar-module__O8Na-a__mobileNav{display:none}}.Navbar-module__O8Na-a__mobileNavLinks{flex-direction:column;gap:.5rem;display:flex}.Navbar-module__O8Na-a__mobileNavLink{color:#334155;background-color:#fafafa;border-radius:.5rem;padding:1rem;font-size:1.125rem;font-weight:600;text-decoration:none}.Navbar-module__O8Na-a__mobileNavLink:hover{background-color:#f1f5f9}.Navbar-module__O8Na-a__mobileAuth{flex-direction:column;gap:1rem;display:flex}@media (min-width:768px){.Navbar-module__O8Na-a__mobileAuth{display:none}}
.Footer-module__yg9ahW__footer{color:#9ba3af;background-color:#2d303e;padding:2.5rem 0 2rem}.Footer-module__yg9ahW__grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (min-width:768px){.Footer-module__yg9ahW__grid{grid-template-columns:2.5fr 1fr 1fr 1fr;gap:2rem}}.Footer-module__yg9ahW__brandCol{flex-direction:column;display:flex}.Footer-module__yg9ahW__brand{align-items:center;gap:.7rem;margin-bottom:1.5rem;line-height:normal;text-decoration:none;display:flex}.Footer-module__yg9ahW__logoBox{justify-content:center;align-items:center;height:2.5rem;display:flex}.Footer-module__yg9ahW__logoImg{width:auto;height:2.5rem;display:block}.Footer-module__yg9ahW__brandName{font-family:var(--font-heading);color:#fff;align-items:center;margin-bottom:5.5px;font-size:2rem;font-weight:700;line-height:1;display:flex}.Footer-module__yg9ahW__brandText{color:#9ba3af;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.Footer-module__yg9ahW__socialLinks{gap:.75rem;display:flex}.Footer-module__yg9ahW__socialIcon{color:#fbbf24;background-color:#3d4150;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background-color .2s,color .2s;display:flex}.Footer-module__yg9ahW__socialIcon:hover{color:#111827;background-color:#fbbf24}.Footer-module__yg9ahW__colHeading{color:#fff;cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700;display:flex}@media (min-width:768px){.Footer-module__yg9ahW__colHeading{cursor:default;pointer-events:none}}.Footer-module__yg9ahW__chevron{transition:transform .3s}.Footer-module__yg9ahW__chevronOpen{transform:rotate(180deg)}@media (min-width:768px){.Footer-module__yg9ahW__chevron{display:none}}.Footer-module__yg9ahW__linkList{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;transition:max-height .3s ease-out,opacity .3s ease-out,margin-bottom .3s ease-out;display:flex;overflow:hidden}@media (max-width:767px){.Footer-module__yg9ahW__linkList{opacity:0;max-height:0;margin-bottom:0}.Footer-module__yg9ahW__linkListOpen{opacity:1;max-height:500px;margin-bottom:2rem}}@media (min-width:768px){.Footer-module__yg9ahW__linkList{margin-bottom:0;opacity:1!important;max-height:none!important}}.Footer-module__yg9ahW__linkList a{color:#9ba3af;font-size:.95rem;text-decoration:none;transition:color .2s}.Footer-module__yg9ahW__linkList a:hover{color:#fff}.Footer-module__yg9ahW__bottom{color:#9ba3af;border-top:1px solid #3d4150;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.875rem;display:flex}@media (min-width:768px){.Footer-module__yg9ahW__bottom{flex-direction:row}}
