.Navbar-module__ALGTZa__navbar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);background:#fffdf5e6;position:sticky;top:0}.Navbar-module__ALGTZa__navContainer{justify-content:space-between;align-items:center;height:72px;display:flex}.Navbar-module__ALGTZa__logo{align-items:center;gap:var(--space-sm);color:var(--text-dark);font-size:1.5rem;font-weight:800;display:flex}.Navbar-module__ALGTZa__logoIcon{color:var(--primary-blue);font-size:1.25rem}.Navbar-module__ALGTZa__navLinks{align-items:center;gap:var(--space-xl);display:flex}.Navbar-module__ALGTZa__navLink{align-items:center;gap:var(--space-xs);color:var(--text-muted);cursor:pointer;font-size:1rem;font-weight:500;font-family:var(--font-sans);transition:color var(--transition-fast);background:0 0;border:none;display:flex}.Navbar-module__ALGTZa__navLink:hover{color:var(--primary-blue)}.Navbar-module__ALGTZa__dropdown{position:relative}.Navbar-module__ALGTZa__dropdownMenu{margin-top:var(--space-md);background:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--border-light);padding:var(--space-md);min-width:280px;animation:.2s Navbar-module__ALGTZa__fadeInUp;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Navbar-module__ALGTZa__dropdownItem{align-items:flex-start;gap:var(--space-md);padding:var(--space-md);border-radius:var(--radius-md);transition:background var(--transition-fast);display:flex}.Navbar-module__ALGTZa__dropdownItem:hover{background:var(--bg-cream)}.Navbar-module__ALGTZa__dropdownIcon{font-size:1.25rem}.Navbar-module__ALGTZa__dropdownItem strong{color:var(--text-dark);margin-bottom:var(--space-xs);display:block}.Navbar-module__ALGTZa__dropdownItem p{color:var(--text-muted);margin:0;font-size:.875rem}.Navbar-module__ALGTZa__navActions{align-items:center;gap:var(--space-md);display:flex}.Navbar-module__ALGTZa__menuButton{cursor:pointer;color:var(--text-dark);padding:var(--space-sm);background:0 0;border:none;display:none}.Navbar-module__ALGTZa__mobileMenu{padding:var(--space-lg);background:var(--card-bg);border-top:1px solid var(--border-light);flex-direction:column;display:none}.Navbar-module__ALGTZa__mobileLink{padding:var(--space-md)0;color:var(--text-dark);border-bottom:1px solid var(--border-light);font-weight:500}.Navbar-module__ALGTZa__mobileActions{gap:var(--space-md);margin-top:var(--space-lg);flex-direction:column;display:flex}@media (max-width:1024px){.Navbar-module__ALGTZa__navLinks,.Navbar-module__ALGTZa__navActions{display:none}.Navbar-module__ALGTZa__menuButton{display:block}.Navbar-module__ALGTZa__mobileMenu{display:flex}}
.Hero-module__HsImyW__hero{padding:var(--space-4xl)0;align-items:center;min-height:calc(100vh - 72px);display:flex;position:relative;overflow:hidden}.Hero-module__HsImyW__heroContainer{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.Hero-module__HsImyW__heroContent{gap:var(--space-lg);flex-direction:column;display:flex}.Hero-module__HsImyW__headline{letter-spacing:-.03em;font-size:clamp(2.5rem,5vw,3.75rem);line-height:1.1}.Hero-module__HsImyW__flipWord{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.Hero-module__HsImyW__spotlight{z-index:0}.Hero-module__HsImyW__subheadline{color:var(--text-muted);max-width:540px;font-size:1.125rem;line-height:1.7}.Hero-module__HsImyW__ctas{gap:var(--space-md);margin-top:var(--space-md);display:flex}.Hero-module__HsImyW__stats{align-items:center;gap:var(--space-xl);margin-top:var(--space-xl);padding-top:var(--space-xl);border-top:1px solid var(--border);display:flex}.Hero-module__HsImyW__stat{gap:var(--space-xs);flex-direction:column;display:flex}.Hero-module__HsImyW__statValue{color:var(--text-dark);font-size:1.5rem;font-weight:700}.Hero-module__HsImyW__statLabel{color:var(--text-muted);font-size:.875rem}.Hero-module__HsImyW__statDivider{background:var(--border);width:1px;height:40px}.Hero-module__HsImyW__heroVisual{justify-content:center;display:flex;position:relative}.Hero-module__HsImyW__mockupContainer{width:100%;max-width:500px;position:relative}.Hero-module__HsImyW__previewCard{background:var(--card-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--border-light);overflow:hidden}.Hero-module__HsImyW__previewHeader{align-items:center;gap:var(--space-md);padding:var(--space-md)var(--space-lg);background:var(--bg-dark);color:#fff;display:flex}.Hero-module__HsImyW__previewDots{gap:6px;display:flex}.Hero-module__HsImyW__previewDots span{background:#ff5f56;border-radius:50%;width:10px;height:10px}.Hero-module__HsImyW__previewDots span:nth-child(2){background:#ffbd2e}.Hero-module__HsImyW__previewDots span:nth-child(3){background:#27ca40}.Hero-module__HsImyW__previewTitle{opacity:.8;font-size:.875rem}.Hero-module__HsImyW__previewContent{padding:var(--space-xl);gap:var(--space-lg);flex-direction:column;display:flex}.Hero-module__HsImyW__balanceRow{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.Hero-module__HsImyW__balanceCard{padding:var(--space-md);border-radius:var(--radius-md);gap:var(--space-xs);background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);flex-direction:column;display:flex}.Hero-module__HsImyW__balanceLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.Hero-module__HsImyW__balanceValue{color:var(--text-dark);font-size:1.125rem;font-weight:700}.Hero-module__HsImyW__quickActions{gap:var(--space-sm);display:flex}.Hero-module__HsImyW__actionBtn{padding:var(--space-sm)var(--space-md);background:var(--primary-blue);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:none;flex:1;font-size:.75rem;font-weight:600}.Hero-module__HsImyW__actionBtn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.Hero-module__HsImyW__yieldPreview{padding:var(--space-md);border-radius:var(--radius-md);gap:var(--space-sm);background:linear-gradient(135deg,#00d3951a 0%,#0052ff1a 100%);flex-direction:column;display:flex}.Hero-module__HsImyW__yieldHeader{justify-content:space-between;align-items:center;font-size:.875rem;font-weight:600;display:flex}.Hero-module__HsImyW__yieldApy{color:var(--accent-green)}.Hero-module__HsImyW__yieldBar{border-radius:var(--radius-full);background:#0000001a;height:8px;overflow:hidden}.Hero-module__HsImyW__yieldProgress{background:var(--gradient-primary);border-radius:var(--radius-full);width:65%;height:100%}.Hero-module__HsImyW__yieldEarned{color:var(--text-muted);font-size:.75rem}.Hero-module__HsImyW__floatingCard{background:var(--card-bg);padding:var(--space-md)var(--space-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);align-items:center;gap:var(--space-sm);white-space:nowrap;font-size:.875rem;font-weight:500;animation:3s ease-in-out infinite Hero-module__HsImyW__float;display:flex;position:absolute}.Hero-module__HsImyW__float1{animation-delay:0s;top:-20px;right:-30px}.Hero-module__HsImyW__float2{animation-delay:1.5s;bottom:60px;left:-40px}.Hero-module__HsImyW__bgGlow{pointer-events:none;z-index:-1;background:radial-gradient(circle,#0052ff26 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;right:10%;transform:translate(50%,-50%)}@media (max-width:1024px){.Hero-module__HsImyW__heroContainer{text-align:center;grid-template-columns:1fr}.Hero-module__HsImyW__heroContent{align-items:center}.Hero-module__HsImyW__subheadline{max-width:100%}.Hero-module__HsImyW__stats{justify-content:center}.Hero-module__HsImyW__heroVisual{display:none}}@media (max-width:640px){.Hero-module__HsImyW__ctas{flex-direction:column;width:100%}.Hero-module__HsImyW__ctas a{width:100%}.Hero-module__HsImyW__stats{gap:var(--space-lg);flex-direction:column}.Hero-module__HsImyW__statDivider{width:40px;height:1px}}
.Products-module__44kt5W__products{background:var(--card-bg)}.Products-module__44kt5W__productGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.Products-module__44kt5W__productCard{background:var(--bg-cream);border-radius:var(--radius-xl);padding:var(--space-2xl);gap:var(--space-md);transition:all var(--transition-base);border:1px solid #0000;flex-direction:column;display:flex}.Products-module__44kt5W__productCard:hover{box-shadow:var(--shadow-xl);border-color:var(--border);transform:translateY(-8px)}.Products-module__44kt5W__iconBox{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:72px;height:72px;display:flex}.Products-module__44kt5W__emoji{font-size:2rem}.Products-module__44kt5W__productCard h3{margin-top:var(--space-sm);font-size:1.5rem}.Products-module__44kt5W__productCard p{color:var(--text-muted);font-size:1rem;line-height:1.7}.Products-module__44kt5W__featureList{gap:var(--space-sm);margin-top:var(--space-md);flex-direction:column;flex:1;list-style:none;display:flex}.Products-module__44kt5W__featureList li{align-items:center;gap:var(--space-sm);color:var(--text-dark);font-size:.9375rem;display:flex}.Products-module__44kt5W__check{color:var(--accent-green);font-weight:700}.Products-module__44kt5W__productCta{align-items:center;gap:var(--space-sm);margin-top:var(--space-lg);transition:gap var(--transition-fast);font-weight:600;display:inline-flex}.Products-module__44kt5W__productCta:hover{gap:var(--space-md)}@media (max-width:1024px){.Products-module__44kt5W__productGrid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}
.HowItWorks-module__Dn5aLq__howItWorks{background:var(--bg-cream)}.HowItWorks-module__Dn5aLq__wobbleContainer{flex:1;max-width:360px}.HowItWorks-module__Dn5aLq__stepsContainer{justify-content:center;gap:var(--space-md);margin-top:var(--space-2xl);display:flex}.HowItWorks-module__Dn5aLq__audienceCards{justify-content:center;gap:var(--space-xl);margin-top:var(--space-xl);margin-bottom:var(--space-xl);display:flex}.HowItWorks-module__Dn5aLq__audienceCard{background:var(--card-bg);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:var(--space-xl);text-align:center;max-width:360px;transition:all var(--transition-base);flex:1}.HowItWorks-module__Dn5aLq__audienceCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.HowItWorks-module__Dn5aLq__audienceIcon{width:64px;height:64px;margin:0 auto var(--space-md);border-radius:var(--radius-md);background:var(--gradient-primary);color:#fff;justify-content:center;align-items:center;display:flex}.HowItWorks-module__Dn5aLq__audienceCard h3{margin-bottom:var(--space-md);color:var(--text-primary);font-size:1.25rem}.HowItWorks-module__Dn5aLq__audienceList{text-align:left;margin:0;padding:0;list-style:none}.HowItWorks-module__Dn5aLq__audienceList li{padding:var(--space-xs)0;color:var(--text-secondary);align-items:center;gap:var(--space-sm);font-size:.9375rem;display:flex}.HowItWorks-module__Dn5aLq__audienceList li:before{content:"✓";color:var(--success);font-weight:600}@media (max-width:768px){.HowItWorks-module__Dn5aLq__audienceCards{flex-direction:column;align-items:center}.HowItWorks-module__Dn5aLq__audienceCard{max-width:100%}}.HowItWorks-module__Dn5aLq__step{flex-direction:column;flex:1;align-items:center;max-width:320px;display:flex;position:relative}.HowItWorks-module__Dn5aLq__stepNumber{color:var(--border);margin-bottom:var(--space-md);font-size:4rem;font-weight:800;line-height:1}.HowItWorks-module__Dn5aLq__stepContent{background:var(--card-bg);border-radius:var(--radius-xl);padding:var(--space-2xl);text-align:center;align-items:center;gap:var(--space-md);border:1px solid var(--border-light);transition:all var(--transition-base);flex-direction:column;height:100%;display:flex}.HowItWorks-module__Dn5aLq__stepContent:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.HowItWorks-module__Dn5aLq__stepIcon{border-radius:var(--radius-md);background:var(--gradient-primary);color:#fff;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.HowItWorks-module__Dn5aLq__stepContent h3{font-size:1.25rem}.HowItWorks-module__Dn5aLq__stepContent p{font-size:.9375rem;line-height:1.7}.HowItWorks-module__Dn5aLq__connector{z-index:1;align-items:center;display:flex;position:absolute;top:50%;right:-32px;transform:translateY(-50%)}.HowItWorks-module__Dn5aLq__connectorLine{background:var(--border);width:40px;height:2px}.HowItWorks-module__Dn5aLq__connectorArrow{color:var(--primary-blue);font-size:1.25rem;font-weight:700}.HowItWorks-module__Dn5aLq__ctaContainer{margin-top:var(--space-3xl);justify-content:center;display:flex}@media (max-width:1024px){.HowItWorks-module__Dn5aLq__stepsContainer{flex-direction:column;align-items:center}.HowItWorks-module__Dn5aLq__step{max-width:100%}.HowItWorks-module__Dn5aLq__connector{display:none}}
.Advantages-module__kJOTcq__advantages{background:var(--bg-dark);color:#fff}.Advantages-module__kJOTcq__advantages .Advantages-module__kJOTcq__section-header h2{color:#fff}.Advantages-module__kJOTcq__advantages .Advantages-module__kJOTcq__section-header p{color:#ffffffb3}.Advantages-module__kJOTcq__advantagesGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.Advantages-module__kJOTcq__advantageCard{border-radius:var(--radius-lg);padding:var(--space-xl);gap:var(--space-md);transition:all var(--transition-base);background:#ffffff0d;border:1px solid #ffffff1a;flex-direction:column;display:flex}.Advantages-module__kJOTcq__advantageCard:hover{border-color:var(--primary-blue);background:#ffffff1a;transform:translateY(-4px)}.Advantages-module__kJOTcq__iconBox{border-radius:var(--radius-md);background:var(--gradient-primary);color:#fff;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Advantages-module__kJOTcq__advantageCard h4{color:#fff;font-size:1.125rem}.Advantages-module__kJOTcq__advantageCard p{color:#ffffffb3;font-size:.9375rem;line-height:1.6}@media (max-width:1024px){.Advantages-module__kJOTcq__advantagesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Advantages-module__kJOTcq__advantagesGrid{grid-template-columns:1fr}}
.Partners-module__R70TzW__partners{padding:var(--space-3xl)0;background:var(--card-bg);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.Partners-module__R70TzW__partnersHeader{text-align:center;margin-bottom:var(--space-2xl)}.Partners-module__R70TzW__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;font-weight:600}.Partners-module__R70TzW__partnerGrid{justify-content:center;gap:var(--space-2xl);flex-wrap:wrap;display:flex}.Partners-module__R70TzW__partnerCard{align-items:center;gap:var(--space-md);padding:var(--space-lg)var(--space-xl);background:var(--bg-cream);border-radius:var(--radius-lg);border:1px solid var(--border-light);transition:all var(--transition-base);display:flex}.Partners-module__R70TzW__partnerCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.Partners-module__R70TzW__partnerLogo{font-size:2rem}.Partners-module__R70TzW__partnerInfo h4{margin-bottom:var(--space-xs);font-size:1rem}.Partners-module__R70TzW__partnerInfo p{color:var(--text-muted);margin:0;font-size:.75rem}@media (max-width:768px){.Partners-module__R70TzW__partnerGrid{gap:var(--space-lg)}.Partners-module__R70TzW__partnerCard{flex:1 1 calc(50% - var(--space-lg));min-width:200px}}
.CTA-module__PeTIVa__cta{padding:var(--space-3xl)0}.CTA-module__PeTIVa__ctaCard{background:var(--gradient-primary);border-radius:var(--radius-xl);padding:var(--space-4xl);gap:var(--space-3xl);grid-template-columns:1.5fr 1fr;align-items:center;display:grid;position:relative;overflow:hidden}.CTA-module__PeTIVa__ctaCard:before{content:"";background:#ffffff1a;border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;right:-20%}.CTA-module__PeTIVa__ctaContent{z-index:1;position:relative}.CTA-module__PeTIVa__ctaContent h2{color:#fff;margin-bottom:var(--space-lg);font-size:clamp(1.75rem,3vw,2.5rem)}.CTA-module__PeTIVa__ctaContent p{color:#ffffffe6;max-width:500px;margin-bottom:var(--space-xl);font-size:1.125rem}.CTA-module__PeTIVa__ctaButtons{gap:var(--space-md);display:flex}.CTA-module__PeTIVa__ctaButtons .CTA-module__PeTIVa__btn-primary{color:var(--primary-blue);background:#fff}.CTA-module__PeTIVa__ctaButtons .CTA-module__PeTIVa__btn-primary:hover{background:var(--bg-cream)}.CTA-module__PeTIVa__ctaVisual{z-index:1;justify-content:center;display:flex;position:relative}.CTA-module__PeTIVa__statCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-xl);padding:var(--space-xl)var(--space-2xl);align-items:center;gap:var(--space-lg);color:#fff;background:#ffffff26;border:1px solid #fff3;display:flex}.CTA-module__PeTIVa__statEmoji{font-size:3rem}.CTA-module__PeTIVa__statCard>div{flex-direction:column;display:flex}.CTA-module__PeTIVa__statLabel{opacity:.9;font-size:.875rem}.CTA-module__PeTIVa__statValue{font-size:2rem;font-weight:800}@media (max-width:1024px){.CTA-module__PeTIVa__ctaCard{text-align:center;padding:var(--space-3xl)var(--space-xl);grid-template-columns:1fr}.CTA-module__PeTIVa__ctaContent{flex-direction:column;align-items:center;display:flex}.CTA-module__PeTIVa__ctaButtons{flex-direction:column;width:100%}.CTA-module__PeTIVa__ctaButtons a{width:100%}.CTA-module__PeTIVa__ctaVisual{display:none}}
.Footer-module__VUkswa__footer{background:var(--bg-dark);color:#fff;padding:var(--space-4xl)0 var(--space-xl)}.Footer-module__VUkswa__footerGrid{gap:var(--space-3xl);margin-bottom:var(--space-3xl);grid-template-columns:2fr 1fr 1fr 1fr 1fr;display:grid}.Footer-module__VUkswa__brand{gap:var(--space-lg);flex-direction:column;display:flex}.Footer-module__VUkswa__logo{align-items:center;gap:var(--space-sm);color:#fff;font-size:1.5rem;font-weight:800;display:flex}.Footer-module__VUkswa__logoIcon{color:var(--primary-blue)}.Footer-module__VUkswa__brand p{color:#ffffffb3;max-width:280px;font-size:.9375rem;line-height:1.6}.Footer-module__VUkswa__socialLinks{gap:var(--space-md);display:flex}.Footer-module__VUkswa__socialLink{border-radius:var(--radius-md);color:#fff;width:40px;height:40px;transition:all var(--transition-fast);background:#ffffff1a;justify-content:center;align-items:center;display:flex}.Footer-module__VUkswa__socialLink:hover{background:var(--primary-blue);transform:translateY(-2px)}.Footer-module__VUkswa__linkColumn h4{color:#fff;margin-bottom:var(--space-lg);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.Footer-module__VUkswa__linkColumn ul{gap:var(--space-md);flex-direction:column;list-style:none;display:flex}.Footer-module__VUkswa__linkColumn a{color:#ffffffb3;transition:color var(--transition-fast);font-size:.9375rem}.Footer-module__VUkswa__linkColumn a:hover{color:#fff}.Footer-module__VUkswa__footerBottom{padding-top:var(--space-xl);border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;display:flex}.Footer-module__VUkswa__footerBottom p{color:#ffffff80;font-size:.875rem}.Footer-module__VUkswa__hackathonBadge{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);border-radius:var(--radius-full);background:#ffffff1a;display:flex;font-size:.75rem!important}@media (max-width:1024px){.Footer-module__VUkswa__footerGrid{gap:var(--space-2xl);grid-template-columns:1fr 1fr}.Footer-module__VUkswa__brand{grid-column:1/-1}}@media (max-width:640px){.Footer-module__VUkswa__footerGrid{grid-template-columns:1fr}.Footer-module__VUkswa__footerBottom{gap:var(--space-md);text-align:center;flex-direction:column}}
