html{scroll-behavior:smooth}:root{--brand-teal:#0FA3B1;--brand-coral:#FF6F61;--brand-amber:#FFC75F;--brand-slate:#4A4A4A}.hero{background:linear-gradient(180deg,#ffffff,#f7fdfa)}.btn-primary{background-color:var(--brand-teal)!important;color:#ffffff!important}.btn-primary:hover{background-color:#087f89!important}.btn-outline{border-color:var(--brand-coral)!important;color:var(--brand-coral)!important}.btn-outline:hover{background-color:var(--brand-coral)!important;color:#ffffff!important}h2,h3,h4{color:var(--brand-slate)!important}.section-divider{border-top:2px solid var(--brand-amber);margin:3rem 0}.btn-lg{padding:1rem 2rem!important;font-size:1.125rem!important}.floating-filter{height:-moz-fit-content!important;height:fit-content!important}.hero-section{position:relative;background:linear-gradient(180deg,#e0fbfc,#f0fdfa);padding:6rem 1.25rem;overflow:hidden;z-index:1}.hero-section:before{content:"";position:absolute;inset:0;background-image:url(/images/texture-noise.png);opacity:.05;z-index:0;pointer-events:none}.hero-content{max-width:72rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;text-align:center;position:relative;z-index:2}@media (min-width:1024px){.hero-content{grid-template-columns:repeat(2,1fr);text-align:left}}.hero-title{font-size:3rem;line-height:1.2;font-family:var(--font-heading);color:var(--brand-slate);font-weight:800;margin-bottom:1.5rem;animation:fade-up .7s ease-out both}.hero-subtitle{font-size:1.35rem;color:#374151;margin-bottom:2.25rem;max-width:36rem;margin-left:auto;margin-right:auto;animation:fade-up .9s ease-out both}@media (min-width:1024px){.hero-subtitle{margin-left:0;margin-right:0}}.hero-cta{display:flex;flex-direction:column;gap:1.25rem;align-items:center;justify-content:center;animation:fade-up 1.1s ease-out both}@media (min-width:640px){.hero-cta{flex-direction:row;justify-content:flex-start}}.hero-image-stack{position:relative;width:100%;max-width:600px;aspect-ratio:3/2;border-radius:1rem;overflow:none;display:flex;align-items:flex-end;justify-content:center;transform-style:preserve-3d}.hero-bg-wrapper{position:absolute;inset:0}.hero-bg-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;z-index:5;filter:brightness(1.03) saturate(1.15);transform:scale(1.025)}.hero-gem-pin{position:relative;z-index:3;animation:float 3s ease-in-out infinite;transform-origin:center;will-change:transform;margin-bottom:120px;filter:drop-shadow(0 4px 8px rgba(255,255,255,.4))}@media (max-width:767px){.hero-gem-pin{transform:scale(.7);margin-bottom:0}}@keyframes hero-sparkle{0%,to{opacity:0;transform:scale(.8) rotate(0deg)}50%{opacity:1;transform:scale(1.3) rotate(45deg)}}.hero-sparkle-container{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:inline-block;z-index:3}.hero-sparkle{position:absolute;width:12px;height:12px;background-color:var(--brand-amber);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:0;animation:hero-sparkle 1.5s ease-in-out infinite;pointer-events:none}.hero-sparkle:nth-child(2){top:-16px;left:-16px;animation-delay:.1s}.hero-sparkle:nth-child(3){bottom:-16px;right:-12px;animation-delay:.3s}.hero-sparkle:nth-child(4){top:-12px;right:-16px;animation-delay:.5s}.hero-sparkle:nth-child(5){bottom:-12px;left:-12px;animation-delay:.7s}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-gem-sparkle{background:linear-gradient(135deg,#ffd700,#ff6ec4,#8ed1fc);font-family:var(--font-heading);animation:gem-float 2.5s ease-in-out infinite;position:relative;display:inline-block;font-weight:800;background:linear-gradient(90deg,#ffd700,#ff6ec4,#8ed1fc);background-clip:text;-webkit-background-clip:text;color:transparent;animation:gem-float 3s ease-in-out infinite;padding-right:1.25rem}.hero-gem-sparkle:after{content:"";position:absolute;right:.15rem;top:-.3rem;width:1rem;height:1rem;background-color:var(--brand-amber,#fbbf24);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:0;transform:scale(.8) rotate(0deg);animation:sparkle-flare 2.2s ease-in-out infinite}@keyframes sparkle-flare{0%,to{opacity:0;transform:scale(.6) rotate(0deg)}50%{opacity:1;transform:scale(1.5) rotate(45deg)}}@keyframes gem-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.pain-points-section{background:linear-gradient(180deg,#ffffff,#f9fbfc);padding:6rem 1.5rem}.pain-points-container{max-width:72rem;margin:0 auto;text-align:center}.pain-points-heading{font-size:2.25rem;font-family:var(--font-heading);color:var(--brand-slate);font-weight:800;margin-bottom:1.25rem}.pain-points-subheading{font-size:1.125rem;color:#4b5563;margin-bottom:3rem;max-width:40rem;margin-left:auto;margin-right:auto}.pain-points-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:768px){.pain-points-grid{grid-template-columns:repeat(2,1fr)}}.pain-point-card{position:relative;background-color:#ffffff;border-radius:1.5rem;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.06);padding:2.5rem 2rem 2rem;transition:transform .3s ease;text-align:center}.pain-point-card:hover{transform:translateY(-6px)}.pain-point-image-container{position:relative;width:100%;height:320px;margin-bottom:1.25rem;border-radius:1rem;overflow:hidden}.pain-point-bg-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.9;transition:transform .3s ease}.pain-point-card:hover .pain-point-bg-image{transform:scale(1.03)}.pain-point-icon-wrapper{margin-top:-48px;z-index:2;position:relative;background:#ffffff;width:88px;height:88px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;border-radius:9999px;box-shadow:0 4px 10px rgba(0,0,0,.05)}.pain-icon{width:48px;height:48px;stroke-width:2.5}.pain-point-title{font-size:1.5rem;font-weight:700;color:var(--brand-slate);margin-top:1rem;margin-bottom:.5rem;font-family:var(--font-heading);text-shadow:0 1px 0 rgba(255,255,255,.3)}.pain-point-desc{font-size:1.125rem;color:#374151;line-height:1.8;font-weight:500}.pain-point-card.platforms{background:linear-gradient(145deg,#ffeae5,#ffffff);border-left:6px solid var(--brand-coral)}.pain-point-card.hub{background:linear-gradient(145deg,#fff6e0,#ffffff);border-left:6px solid var(--brand-amber)}.pain-point-card.lifestyle{background:linear-gradient(145deg,#e5fafa,#ffffff);border-left:6px solid var(--brand-teal)}.pain-point-card.noise{background:linear-gradient(145deg,#f3f4f6,#ffffff);border-left:6px solid var(--brand-slate)}@keyframes pulse-alert{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.pulse-alert{animation:pulse-alert 1.8s ease-in-out infinite}@keyframes spin-hub{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spin-hub{animation:spin-hub 5s linear infinite}@keyframes tilt-sliders{0%,to{transform:rotate(0)}50%{transform:rotate(5deg)}}.tilt-sliders{animation:tilt-sliders 2s ease-in-out infinite}@keyframes wiggle-noise{0%,to{transform:rotate(0)}25%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}}.wiggle-noise{animation:wiggle-noise 1.5s ease-in-out infinite}.solution-overview-section{background:linear-gradient(180deg,#fdfefe,#f5faff);padding:6rem 1.5rem;position:relative;overflow-x:hidden}.solution-header{text-align:center;max-width:56rem;margin:0 auto 4rem}.solution-heading{font-size:2.5rem;font-family:var(--font-heading);font-weight:800;color:var(--brand-slate);margin-bottom:1rem}.solution-subheading{font-size:1.25rem;color:#4b5563;line-height:1.8}.solution-overview-container{display:flex;flex-direction:column;gap:3rem;align-items:center;justify-content:space-between;max-width:72rem;margin:0 auto}@media (min-width:1024px){.solution-overview-container{flex-direction:row}}.solution-list-group{display:flex;flex-direction:column;gap:2rem;max-width:28rem}.solution-feature-card{display:flex;gap:1rem;align-items:flex-start;background:#ffffff;padding:1.5rem;border-radius:1rem;box-shadow:0 8px 18px rgba(0,0,0,.04);transition:transform .3s ease}.solution-feature-card:hover{transform:translateY(-4px)}.solution-icon{width:120px;height:120px;flex-shrink:0}.solution-feature-card h3{font-size:1.25rem;font-weight:700;color:var(--brand-slate);margin-bottom:.5rem}.solution-feature-card p{font-size:1rem;color:#374151;line-height:1.6}.solution-image-stack{position:relative;width:600px;height:400px;display:flex;align-items:center;justify-content:flex-start}.dashboard-layer{position:absolute;top:0;left:100%;opacity:0;transition:transform .8s ease-out,opacity .4s ease-in}.solution-overview-section.visible .dashboard-layer{opacity:1;transform:translateX(calc(-100% - 20px))}.solution-overview-section.visible .dashboard-gem{transform:translateX(calc(-100% - 120px));z-index:3}.solution-overview-section.visible .layer2{transform:translateX(calc(-70% - 0px));z-index:2}.solution-overview-section.visible .layer3{transform:translateX(calc(-70% - 40px));z-index:1}.dashboard-layer img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dashboard-gem{margin-top:0;margin-left:-120px;animation:float 3s ease-in-out infinite;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@keyframes solution-sparkle{0%,to{opacity:0;transform:scale(.8) rotate(0deg)}50%{opacity:1;transform:scale(1.3) rotate(45deg)}}.solution-sparkle-container{position:absolute;top:0;left:0;transform:translate(-50%,-40%);display:inline-block;width:150px;height:150px;z-index:5;pointer-events:none;margin-top:290px;margin-left:100px}.solution-sparkle{position:absolute;width:14px;height:14px;background-color:var(--brand-amber);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:0;animation:solution-sparkle 1.8s ease-in-out infinite}.solution-sparkle:nth-child(2){top:10px;left:50px;animation-delay:.2s}.solution-sparkle:nth-child(3){bottom:15px;right:50px;animation-delay:.4s}.solution-sparkle:nth-child(4){top:15px;right:30px;animation-delay:.6s}.solution-sparkle:nth-child(5){bottom:20px;left:40px;animation-delay:.8s}.key-features-section{position:relative;overflow-x:hidden}.key-features-intro{max-width:60rem;margin:0 auto 5rem;text-align:center;padding:4rem 1.5rem;z-index:2;position:relative}.key-features-heading{font-size:2.75rem;font-weight:800;color:var(--brand-slate);font-family:var(--font-heading);margin-bottom:1rem}.key-features-subheading{font-size:1.25rem;color:#4b5563;line-height:1.8}.key-feature-cardset{display:flex;flex-direction:column;gap:0}.key-feature-block{position:relative;padding:8rem 1.5rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-position:50%;background-size:cover;background-repeat:no-repeat;opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease;z-index:1}.key-feature-block.visible{opacity:1;transform:translateY(0)}.key-feature-block.lifestyle{background-image:url(/vectors/bg-amenities.svg)}.key-feature-block.commute{background-image:url(/vectors/bg-downtown-city.svg)}.key-feature-block.favorites{background-image:url(/vectors/bg-tabs.svg)}.key-feature-block.budget{background-image:url(/vectors/bg-affordability.svg)}.card-title{font-size:2rem;font-weight:700;color:var(--brand-slate);margin-bottom:1rem;background:white;padding:.5rem 1rem;border-radius:.5rem}.card-text{font-size:1.125rem;line-height:1.75;color:#374151;max-width:40rem;background:rgba(255,255,255,.85);padding:1rem;border-radius:.75rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 10px 25px rgba(0,0,0,.05)}.card-lottie{width:220px;margin:0 auto 2rem;background:rgba(255,255,255,.75);border-radius:999px;padding:1rem}.card-transition{text-align:center;font-size:1.25rem;font-weight:600;font-style:italic;margin:0 auto -3rem;z-index:2;position:relative;max-width:44rem}.card-transition h4{background:white;padding:1rem 1.5rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}.lifestyle-matching-section{background:linear-gradient(180deg,#ffffff,#f8fcfe);overflow-x:hidden}.lifestyle-matching-container{display:flex;flex-direction:column;gap:4rem;max-width:72rem;margin:0 auto;align-items:center;justify-content:space-between}@media (min-width:1024px){.lifestyle-matching-container{flex-direction:row;gap:5rem}}.lifestyle-visuals{width:100%;max-width:800px;flex:1}.lifestyle-visual-lottie{width:100%;height:auto;transform:scale(1.05)}.lifestyle-text{flex:1;max-width:36rem}.lifestyle-heading{font-size:2.75rem;font-weight:800;color:var(--brand-slate);font-family:var(--font-heading);margin-bottom:1rem;line-height:1.2}.lifestyle-subheading{font-size:1.25rem;color:#4b5563;line-height:1.8;margin-bottom:2.25rem;font-weight:500}.lifestyle-feature{display:flex;gap:1.25rem;align-items:center;margin-bottom:2rem}.lifestyle-icon{width:64px;height:64px;flex-shrink:0}.feature-text h3{font-size:1.25rem;font-weight:700;color:var(--brand-slate);margin-bottom:.25rem}.feature-text p{font-size:1.05rem;color:#374151;line-height:1.6}.lifestyle-summary{font-size:1.125rem;color:#1f2937;font-weight:600;margin-top:2.5rem;line-height:1.8}.lifestyle-bg-parallax{position:absolute;top:0;left:50%;width:120vw;height:140%;transform:translateX(-50%);background:radial-gradient(ellipse at center,rgba(56,189,248,.08) 0,transparent 70%);z-index:0;animation:float-bg 24s ease-in-out infinite;pointer-events:none;filter:blur(80px)}.lifestyle-matching-section{position:relative;background:linear-gradient(180deg,#ffffff,#f0faff);padding:6rem 1.5rem;overflow:hidden;z-index:1}.multi-platform-section{background:linear-gradient(180deg,#ffffff,#f0faff);padding:8rem 1.5rem}.multi-platform-container{display:flex;flex-direction:column;gap:4rem;max-width:72rem;margin:0 auto;align-items:center;justify-content:space-between;text-align:left}@media (min-width:1024px){.multi-platform-container{flex-direction:row}}.platform-text{max-width:34rem}.platform-heading{font-size:2.5rem;font-family:var(--font-heading);color:var(--brand-slate);font-weight:800;margin-bottom:1.25rem}.platform-subheading{font-size:1.25rem;color:#4b5563;margin-bottom:2rem;line-height:1.8}.platform-logos{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin-bottom:2rem}.platform-seo-copy p{font-size:1.05rem;color:#374151;line-height:1.8;font-weight:500;margin-bottom:1.25rem}.platform-animation-wrapper{flex:1;display:flex;align-items:center;justify-content:center;position:relative;min-height:520px}.platform-animation{position:relative;width:100%;max-width:520px;aspect-ratio:1/1}.platform-lottie{width:100%;height:100%}.platform-gem-pin{position:absolute;top:50%;left:50%;width:90px;height:90px;transform:translate(-50%,-50%);z-index:3;pointer-events:none}.platform-float{animation:platform-float 3s ease-in-out infinite}@keyframes platform-float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-6px)}}.platform-sparkle{position:absolute;width:14px;height:14px;background-color:var(--brand-amber);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:0;animation:sparkle 1.8s ease-in-out infinite;pointer-events:none}.platform-sparkle.sparkle-1{top:-10px;left:50%;animation-delay:.2s}.platform-sparkle.sparkle-2{bottom:-14px;right:-10px;animation-delay:.4s}.platform-sparkle.sparkle-3{top:0;right:-14px;animation-delay:.6s}.platform-sparkle.sparkle-4{bottom:-10px;left:-14px;animation-delay:.8s}@keyframes sparkle{0%,to{opacity:0;transform:scale(.8) rotate(0deg)}50%{opacity:1;transform:scale(1.3) rotate(45deg)}}.comparison-tools-section{background:linear-gradient(180deg,#ffffff,#f5faff);padding:6rem 1rem;overflow-x:hidden}.comparison-tools-container{display:flex;flex-direction:column;gap:4rem;max-width:72rem;margin:0 auto;align-items:center;justify-content:space-between;text-align:left}@media (min-width:1024px){.comparison-tools-container{flex-direction:row}}.comparison-tools-text{max-width:34rem}.comparison-tools-heading{font-size:2.5rem;font-family:var(--font-heading);color:var(--brand-slate);font-weight:800;margin-bottom:1rem}.comparison-tools-subheading{font-size:1.25rem;color:#4b5563;margin-bottom:2rem;line-height:1.8}.comparison-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.5rem}.comparison-list li{display:flex;align-items:center;font-size:1.125rem;color:#374151;font-weight:500;gap:1rem;line-height:1.6}.compare-icon{width:48px;height:48px;flex-shrink:0}.comparison-tools-lottie{flex-shrink:0;width:100%;max-width:540px}.comparison-main-lottie{width:100%;height:auto}.user-journey-section{background:linear-gradient(180deg,#ffffff,#f9fcff);padding:7rem 1.5rem 0;position:relative;overflow:hidden}.user-journey-container{max-width:64rem;margin:0 auto;text-align:center}.user-journey-heading{font-size:2.75rem;font-weight:800;font-family:var(--font-heading);color:var(--brand-slate);margin-bottom:4rem;position:relative}.user-journey-timeline{display:flex;flex-direction:column;gap:4rem;position:relative;z-index:2}.user-journey-step{display:flex;align-items:center;background:#ffffff;padding:2rem 2rem 2rem 1rem;border-radius:1.5rem;box-shadow:0 12px 28px rgba(0,0,0,.05);transform:translateY(40px);opacity:0;transition:all .6s ease}.user-journey-step.visible{opacity:1;transform:translateY(0)}.journey-icon-wrap{position:relative;min-width:100px;display:flex;flex-direction:column;align-items:center;margin-right:2rem}.journey-lottie{width:80px;height:80px}.journey-connector{width:2px;height:100%;background:linear-gradient(180deg,#d1d5db,transparent);position:absolute;top:90px;left:50%;transform:translateX(-50%);z-index:-1}.journey-text{text-align:left}.user-journey-title{font-size:1.5rem;font-weight:700;color:var(--brand-slate);margin-bottom:.75rem;font-family:var(--font-heading)}.user-journey-desc{font-size:1.125rem;line-height:1.8;color:#374151}.step-profile{background:linear-gradient(90deg,#fffaf1,#ffffff)}.step-match{background:linear-gradient(90deg,#e6f9f6,#ffffff)}.step-compare{background:linear-gradient(90deg,#f3f0ff,#ffffff)}.step-decision{background:linear-gradient(90deg,#edf6ff,#ffffff)}.user-journey-summary{max-width:40rem}.user-journey-summary,.user-journey-summary-one{margin-top:5rem;font-size:1.25rem;color:#4b5563;margin-left:auto;margin-right:auto;font-weight:500}.user-journey-summary-one{max-width:50rem}.user-journey-final-summary{margin-top:5rem;font-size:1.5rem;text-align:center;color:#4b5563;max-width:80rem;padding-bottom:6rem;margin-left:auto;margin-right:auto;font-weight:500}.user-journey-costs-section{background:linear-gradient(180deg,#f9fcff,#fff4f4);padding:6rem 1.5rem;margin-top:3rem}.user-journey-costs-heading{font-size:2.25rem;font-weight:700;color:var(--brand-slate);font-family:var(--font-heading);margin-bottom:1rem;text-align:center}.user-journey-costs-subheading{font-size:1.125rem;color:#4b5563;margin-bottom:3rem;max-width:44rem;margin-left:auto;margin-right:auto;text-align:center;line-height:1.6}.user-journey-costs-card{background:#ffffff;border-radius:1.5rem;box-shadow:0 10px 25px rgba(0,0,0,.06);padding:2.5rem;max-width:54rem;margin:0 auto 3.5rem}.user-journey-costs-card-title{font-size:1.5rem}.user-journey-costs-card-title,.user-journey-costs-card-title-centered{font-weight:700;color:var(--brand-slate);margin-bottom:1.25rem;font-family:var(--font-heading)}.user-journey-costs-card-title-centered{font-size:2.5rem;text-align:center}.user-journey-costs-list{list-style:none;padding:0;margin-bottom:2rem}.user-journey-new-way-section{background:linear-gradient(180deg,#fdfffb,#f0fff0);padding-top:6rem;padding-bottom:3rem}.user-journey-comparison{display:flex;justify-content:center;align-items:center;gap:1rem;margin:3rem auto;max-width:42rem;padding:0 1rem;flex-wrap:wrap}.user-journey-comparison-item{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border-radius:.75rem;width:14rem;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.user-journey-comparison-item:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.08)}.user-journey-comparison-item.old-way{background:linear-gradient(180deg,#fff5f5,#fff);border:1px solid #fee2e2}.user-journey-comparison-item.new-way{background:linear-gradient(180deg,#ecfdf5,#fff);border:1px solid #d1fae5}.comparison-emoji{font-size:2.5rem;margin-bottom:.75rem}.comparison-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.comparison-value{font-size:1.5rem;font-weight:700;color:var(--brand-slate)}.user-journey-comparison-item.old-way .comparison-value{color:#dc2626}.user-journey-comparison-item.new-way .comparison-value{color:#059669}.user-journey-comparison-arrow{font-size:2rem;color:var(--brand-teal);margin:0 .5rem;display:flex;align-items:center}.user-journey-action-cta{text-align:center;font-size:1.25rem;font-weight:500;color:var(--brand-slate);margin:2rem auto 3rem;max-width:36rem;padding:0 1rem;line-height:1.5}@media (max-width:768px){.user-journey-comparison{flex-direction:column;gap:1.5rem}.user-journey-comparison-arrow{transform:rotate(90deg);margin:.5rem 0}.user-journey-comparison-item{width:100%;max-width:20rem}}.user-journey-costs-list-process{list-style:none;padding:0;margin-bottom:2rem;position:relative}.user-journey-costs-list-process li{margin-bottom:.5rem;font-size:1.125rem;color:#374151;display:flex;align-items:baseline;line-height:1.6;background:#ffffff;padding:.5rem .75rem;border-radius:.5rem;box-shadow:0 2px 5px rgba(0,0,0,.04);position:relative;z-index:2}.process-arrow{justify-content:center;color:var(--brand-slate);opacity:.6;font-size:1.25rem;margin:.25rem 0 .5rem 1.75rem;position:relative;z-index:1}.process-arrow,.time-arrow{display:flex;align-items:center}.time-arrow{gap:.5rem}.time-arrow span{font-size:.875rem;font-style:italic;color:var(--brand-slate)}@media (min-width:768px){.user-journey-costs-list-process:before{content:"";position:absolute;top:0;bottom:0;left:1.75rem;width:1px;background:linear-gradient(180deg,transparent,#d1d5db,#d1d5db,transparent);z-index:0}.process-arrow{margin-left:1.5rem}}.list-emoji{display:inline-block;margin-right:.5rem;min-width:1.5rem;font-size:1.75rem}.user-journey-costs-list li{display:flex;align-items:baseline;margin-bottom:.75rem;font-size:1.125rem;color:#374151;line-height:1.6}.user-journey-costs-list li strong{margin-right:.5rem;color:var(--brand-slate)}.user-journey-costs-list-numbered li{padding-left:0;margin-bottom:1rem}.user-journey-costs-list-numbered li code{display:inline-block;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-family:monospace;margin-right:.75rem;color:var(--brand-slate)}.user-journey-costs-total{font-size:1.25rem;font-weight:600;color:#4b5563;text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.user-journey-costs-total-value{font-size:1.5rem;font-weight:700;color:var(--brand-coral)}.user-journey-costs-note{font-size:1rem;color:#4b5563;text-align:center;margin-top:1rem;padding-bottom:3rem;font-style:italic}.user-journey-costs-note strong{color:var(--brand-slate)}.user-journey-old-steps-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;max-width:80rem;margin:0 auto}.user-journey-old-steps-wrapper strong{color:var(--brand-coral);font-weight:700;font-size:1.125rem}.user-journey-new-steps-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;max-width:80rem;margin:0 auto}.user-journey-new-steps-wrapper strong{color:var(--brand-teal);font-weight:700;font-size:1.125rem}.user-journey-plus-sign{font-size:1.5rem;color:var(--brand-slate);opacity:.7;margin:0;align-self:center}@media (max-width:767px){.user-journey-plus-sign{margin:.5rem 0}}.user-journey-time-process{display:flex;flex-direction:column;gap:1rem;margin:2rem 0;position:relative}.time-process-row{display:flex;align-items:center;width:100%}.time-process-arrow{font-size:1.5rem;color:var(--brand-teal);margin-right:1rem;opacity:.8;flex-shrink:0}.time-process-step{background:#ffffff;padding:.75rem 1rem;border-radius:.5rem;font-size:1.125rem;color:#374151;box-shadow:0 2px 5px rgba(0,0,0,.04);display:flex;align-items:center;line-height:1.6}.time-process-step.step-1{margin-left:0}.time-process-step.step-2{margin-left:2rem}.time-process-step.step-3{margin-left:4rem}.time-process-step.step-4{margin-left:6rem}.time-process-step.step-5{margin-left:8rem}@media (max-width:768px){.time-process-step.step-2{margin-left:1rem}.time-process-step.step-3{margin-left:2rem}.time-process-step.step-4{margin-left:3rem}.time-process-step.step-5{margin-left:4rem}}.time-process-step code{display:inline-block;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-family:monospace;margin:0 .5rem;color:var(--brand-slate)}.time-process-step strong{color:var(--brand-coral);margin-right:.25rem}.user-journey-time-process:before{content:"";position:absolute;top:1.5rem;bottom:1.5rem;left:.75rem;width:1px;background:linear-gradient(to bottom,transparent,var(--brand-teal),transparent);z-index:0}.repeat-arrow{font-size:1.75rem;color:var(--brand-coral)}.repeat-step{border:1px dashed var(--brand-coral);background:rgba(255,235,235,.4)}.user-journey-repeat-sign{display:inline-block;font-size:1.75rem;color:var(--brand-coral);margin:0 .75rem;align-self:center}@media (max-width:768px){.repeat-step{margin-left:5rem}.user-journey-repeat-sign{margin:.5rem 0;transform:rotate(90deg)}}.pricing-plans-section{background:linear-gradient(180deg,#fdfefe,#f0faff);padding:6rem 1.5rem}.pricing-plans-container{max-width:72rem;margin:0 auto;text-align:center}.pricing-plans-heading{font-size:2.75rem;font-weight:800;color:var(--brand-slate);font-family:var(--font-heading);margin-bottom:.5rem}.pricing-subheading{font-size:1.25rem;color:#4b5563;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}.pricing-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{background-color:#ffffff;border-radius:1.25rem;padding:2.5rem 2rem;box-shadow:0 12px 30px rgba(0,0,0,.05);transition:transform .3s ease;border:1px solid transparent;text-align:left}.pricing-card:hover{transform:translateY(-6px)}.pricing-card.highlight{border:2px solid var(--brand-teal);background:linear-gradient(180deg,#e6fffa,#ffffff)}.plan-header{margin-bottom:1.5rem}.plan-name{font-size:1.75rem;font-weight:700;color:var(--brand-slate);margin-bottom:.25rem}.plan-tagline{font-size:1rem;font-weight:600;color:var(--brand-amber);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.plan-price{font-size:2rem;font-weight:700;color:var(--brand-teal);margin-bottom:.5rem}.plan-desc{font-size:1rem;color:#4b5563;margin-bottom:1.5rem}.plan-features{list-style:none;padding:0;font-size:1rem;color:#374151;line-height:1.75;margin-bottom:2rem}.plan-features li{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.check-icon{width:1rem;height:1rem;color:var(--brand-teal);flex-shrink:0}.testimonials-section{position:relative;background:linear-gradient(180deg,#ffffff,#f5fdfe);padding:7rem 1.5rem;overflow:hidden;z-index:1}.testimonials-background{position:absolute;top:-10%;left:0;width:100%;height:150%;background-image:radial-gradient(circle at 30% 20%,rgba(183,219,255,.25) 0,transparent 60%),radial-gradient(circle at 80% 60%,rgba(212,227,255,.3) 0,transparent 60%),radial-gradient(circle at 60% 90%,rgba(198,238,242,.3) 0,transparent 60%);z-index:0;animation:float-bg 30s linear infinite}@keyframes float-bg{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.02)}to{transform:translateY(0) scale(1)}}.testimonials-container{position:relative;z-index:2;max-width:72rem;margin:0 auto;text-align:center}.testimonials-heading{font-size:2.75rem;font-weight:800;font-family:var(--font-heading);color:var(--brand-slate);margin-bottom:4rem}.testimonials-grid{display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{position:relative;background:rgba(255,255,255,.75);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1.5rem;padding:2.5rem;border:1px solid rgba(255,111,97,.12);box-shadow:0 10px 24px rgba(255,111,97,.08);opacity:0;transform:translateY(30px);transition:all .7s ease;text-align:left}.testimonial-card.visible{opacity:1;transform:translateY(0)}.testimonial-avatar{width:60px;height:60px;border-radius:9999px;overflow:hidden;margin-bottom:1.25rem}.quote-lottie{position:absolute;top:-20px;right:-20px;width:64px;height:64px;opacity:.15;z-index:1}.testimonial-quote{font-size:1.125rem;font-style:italic;line-height:1.8;color:#374151;margin-bottom:1.25rem;position:relative;z-index:2}.testimonial-author{font-size:1rem;font-weight:600;color:var(--brand-slate);z-index:2;position:relative}.testimonial-location{display:block;font-size:.925rem;font-weight:400;color:#6b7280;margin-top:.25rem}.faq-section{position:relative;background:#f9fbfc;padding:6rem 1.5rem;overflow:hidden}.faq-gradient{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:100%;background:radial-gradient(ellipse at top,rgba(34,211,238,.1),transparent 80%);z-index:0;pointer-events:none}.faq-container{max-width:64rem;margin:0 auto;position:relative;z-index:1;text-align:center}.faq-heading{font-size:2.5rem;font-weight:800;font-family:var(--font-heading);color:var(--brand-slate);margin-bottom:3rem}.faq-items{display:flex;flex-direction:column;gap:1.75rem;margin-bottom:3rem}.faq-item{background:rgba(255,255,255,.85);border:1px solid #e0e7ff;border-left:4px solid transparent;border-radius:1.25rem;padding:1.5rem 2rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 24px rgba(0,0,0,.03);transition:all .4s ease;overflow:hidden;text-align:left}.faq-item.open{border-left-color:var(--brand-teal);background:#ffffff;box-shadow:0 12px 26px rgba(13,148,136,.12)}.faq-question{background:none;border:none;font-size:1.125rem;font-weight:600;color:var(--brand-slate);display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;padding:0;gap:.5rem;transition:color .3s ease}.faq-icon{color:var(--brand-teal);margin-right:.5rem}.faq-question-text{flex:1;text-align:left}.faq-toggle-icon{color:var(--brand-amber);transition:transform .3s ease}.faq-item.open .faq-toggle-icon{transform:rotate(180deg)}.faq-answer{overflow:hidden;transition:max-height .5s ease;margin-top:1rem}.faq-answer p{font-size:1rem;color:#4b5563;line-height:1.7}.faq-cta{background:linear-gradient(90deg,#fefce8,#ecfccb);padding:2rem 2.5rem;border-radius:1rem;box-shadow:0 4px 12px rgba(163,230,53,.1);text-align:center;margin-top:2rem}.faq-cta p{font-size:1.125rem;color:#365314;font-weight:600;margin-bottom:1rem}.btn-faq{background-color:var(--brand-teal);color:#ffffff;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;border-radius:9999px;border:none;cursor:pointer;transition:background-color .3s ease}.btn-faq:hover{background-color:#0f766e}.final-cta-section{position:relative;padding:6rem 1.5rem;color:#000;text-align:center;overflow:hidden}.final-cta-background{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,255,255,.08) 0,transparent 70%);animation:pulse-bg 12s ease-in-out infinite;z-index:0}@keyframes pulse-bg{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}}.final-cta-container{position:relative;max-width:48rem;margin:0 auto;z-index:2}.final-cta-heading{font-size:2.75rem;font-family:var(--font-heading);font-weight:800;margin-bottom:1.25rem;text-shadow:0 2px 6px rgba(0,0,0,.2)}.final-cta-subheading{font-size:1.25rem;line-height:1.8;color:#000;margin-bottom:2.5rem;font-weight:500}.final-cta-button{background-color:#ffffff!important;color:var(--brand-teal)!important;font-weight:700;padding:1rem 2.25rem;font-size:1.125rem;border-radius:999px;box-shadow:0 8px 24px rgba(255,255,255,.15);transition:transform .2s ease}.final-cta-button:hover{transform:scale(1.06)}.final-cta-trust{display:flex;gap:1.5rem;justify-content:center;margin-top:3rem;opacity:.85}.final-cta-trust img{filter:drop-shadow(0 2px 6px rgba(0,0,0,.1))}.cta-gem-wrapper{position:relative;margin:0 auto 2rem;width:80px;height:80px;z-index:3}.gem-pin{width:80px;height:80px;animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.cta-sparkle-container{position:absolute;top:0;left:0;width:80px;height:80px;pointer-events:none;z-index:-1}.cta-sparkle{position:absolute;width:14px;height:14px;background-color:#ffe89a;clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:0;animation:cta-sparkle 2s ease-in-out infinite}.cta-sparkle:first-child{top:-10px;left:-12px;animation-delay:0s}.cta-sparkle:nth-child(2){top:-14px;right:-10px;animation-delay:.3s}.cta-sparkle:nth-child(3){bottom:-14px;left:-12px;animation-delay:.6s}.cta-sparkle:nth-child(4){bottom:-16px;right:-14px;animation-delay:.9s}@keyframes cta-sparkle{0%,to{transform:scale(.6) rotate(0deg);opacity:0}50%{transform:scale(1.4) rotate(45deg);opacity:1}}.sticky-cta-bar{position:fixed;bottom:0;left:0;right:0;background-color:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.85rem 1.25rem;z-index:50;box-shadow:0 -4px 15px rgba(0,0,0,.08);border-top:1px solid rgba(229,231,235,.8);transform:translateY(100%);animation:slide-up .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sticky-cta-inner{max-width:72rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}.sticky-cta-text{font-size:1.125rem;font-weight:500;color:var(--brand-slate);display:flex;align-items:center;gap:.5rem}.sticky-cta-bar .btn-primary{background:linear-gradient(to right,var(--brand-teal),#0c8999)!important;border-radius:9999px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px rgba(15,163,177,.2)}.sticky-cta-bar .btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 16px rgba(15,163,177,.3)}@media (max-width:640px){.sticky-cta-inner{flex-direction:column;padding:.5rem 0;gap:.75rem}.sticky-cta-text{font-size:1rem}.sticky-cta-bar .btn-primary{width:100%;padding:.65rem 1rem}}.sticky-cta-bar .pulse{animation:pulse-cta 2s infinite}@keyframes pulse-cta{0%{box-shadow:0 0 0 0 rgba(15,163,177,.4)}70%{box-shadow:0 0 0 10px rgba(15,163,177,0)}to{box-shadow:0 0 0 0 rgba(15,163,177,0)}}.scroll-modal-cta-overlay{position:fixed;bottom:2rem;right:2rem;z-index:50;animation:fade-in .4s ease forwards}.scroll-modal-cta{background-color:#ffffff;border:1px solid var(--brand-teal);border-radius:1rem;box-shadow:0 12px 28px rgba(0,0,0,.1);padding:2rem;max-width:320px;text-align:center;position:relative}.modal-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:var(--brand-slate);cursor:pointer}.modal-heading{font-size:1.25rem;font-weight:800;color:var(--brand-slate);margin-bottom:.5rem}.modal-subheading{color:#4b5563;font-size:.95rem}@keyframes backdrop-fade{0%{background-color:rgba(31,41,55,0);opacity:0}to{background-color:rgba(31,41,55,.4);opacity:1}}.exit-intent-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:60;animation:backdrop-fade .3s ease-in-out forwards}.exit-intent-popup{background-color:#ffffff;border:1px solid var(--brand-amber);border-radius:1rem;padding:2.5rem;max-width:420px;width:90%;text-align:center;box-shadow:0 16px 32px rgba(0,0,0,.1);position:relative;opacity:0;animation:fade-in .3s ease-in-out .1s forwards}@keyframes fade-in{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.exit-intent-popup .modal-heading{font-size:1.5rem;font-weight:800;color:var(--brand-slate);margin-bottom:1rem}.exit-intent-popup .modal-subheading{font-size:1rem;color:#4b5563;line-height:1.6}.settings-form-card{border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;border:1px solid rgba(229,231,235,.6);height:100%;display:flex;flex-direction:column}.settings-form-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.08);transform:translateY(-2px)}.settings-forms-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:100%;margin:0 auto}@media (min-width:1024px){.settings-forms-grid{grid-template-columns:repeat(2,1fr)}[class*=card-content]{padding:1.25rem!important}[class*=card-header]{padding:1.25rem 1.25rem .75rem!important}.form-section [class*=slider]+div{margin-top:.25rem;margin-bottom:.75rem}}.form-section{max-width:68rem;margin:0 auto}.settings-heading{font-size:1.75rem;font-weight:700;color:var(--brand-slate);margin-bottom:.5rem}.settings-sub-heading{font-size:1rem;color:#6b7280;margin-bottom:2rem}[role=tablist]{background-color:rgba(241,245,249,.6);border-radius:.75rem;padding:.25rem;border:1px solid rgba(229,231,235,.8)}[role=tab]{transition:background-color .2s,color .2s;font-weight:500;border-radius:.5rem!important}[role=tab][data-state=active]{background-color:white;color:var(--brand-slate)!important;box-shadow:0 2px 10px rgba(0,0,0,.05)}[class*=card-header]{background:linear-gradient(90deg,rgba(240,249,255,.3),transparent);border-bottom:1px solid rgba(229,231,235,.5)}[class*=card-title]{color:var(--brand-slate);font-weight:700}.form-section input[type=number],.form-section input[type=text],.settings-form-card input[type=number],.settings-form-card input[type=text]{transition:border-color .15s,box-shadow .15s;border-radius:.5rem}.form-section input[type=number]:focus,.form-section input[type=text]:focus,.settings-form-card input[type=number]:focus,.settings-form-card input[type=text]:focus{border-color:var(--brand-teal);box-shadow:0 0 0 1px rgba(15,163,177,.2)}[role=slider]{background-color:var(--brand-teal)!important}[class*=slider-track]{height:6px!important}.form-section [class*=slider],.settings-form-card [class*=slider]{height:6px;background-color:#e4e4e7}[role=slider]+div{background-color:var(--brand-teal)!important;height:6px!important}[role=slider]:focus{outline:none;box-shadow:0 0 0 5px rgba(15,163,177,.2)}.settings-form-card .space-y-2{margin-bottom:1rem}.settings-form-card .space-y-4{margin-bottom:1.5rem}.form-section [class*=card],.settings-form-card{border-radius:1rem;overflow:hidden;transition:box-shadow .3s ease}.form-section [class*=card]:hover,.settings-form-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.06)}.card-section{padding:1.25rem;border-bottom:1px solid #f1f5f9}.card-section:last-child{border-bottom:none}.settings-form-group{margin-bottom:1.5rem}.settings-form-group:last-child{margin-bottom:0}.settings-info-icon{color:#94a3b8;transition:color .2s}.settings-info-icon:hover{color:var(--brand-teal)}[role=switch]{background-color:#cbd5e1!important;transition:background-color .2s}[role=switch][data-state=checked]{background-color:var(--brand-teal)!important}[role=switch]:after{background-color:white!important}.form-section button[class*=w-full],.form-section button[type=submit],.settings-form-card button[class*=w-full],.settings-form-card button[type=submit]{background:linear-gradient(to right,var(--brand-teal),#12a5b3)!important;transition:transform .2s ease,box-shadow .2s ease!important;border-radius:.5rem!important;font-weight:600!important}.form-section button[class*=w-full]:hover:not(:disabled),.form-section button[type=submit]:hover,.settings-form-card button[class*=w-full]:hover:not(:disabled),.settings-form-card button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(15,163,177,.2)!important}.form-section button:disabled,.settings-form-card button:disabled{opacity:.7;cursor:not-allowed}.info-panel{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;margin-top:1rem}.gas-price-display{background:linear-gradient(90deg,#f0f9ff,#f8fafc);border-radius:.5rem;padding:.75rem;margin-bottom:.75rem;border:1px dashed #cbd5e1}.gas-price-display:hover{border-color:var(--brand-teal)}@keyframes sparkle-price{0%{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.8)}}.price-updated{position:relative}.price-updated:after{content:"•";position:absolute;top:-2px;right:-6px;color:var(--brand-amber);animation:sparkle-price 2s infinite}.commute-visualization{height:6px;background-color:#e2e8f0;border-radius:99px;overflow:hidden;margin:.75rem 0}.commute-bar{height:100%;background-color:var(--brand-teal);border-radius:99px;transition:width .5s ease}.cost-estimate-panel{background:linear-gradient(145deg,#f0f9ff,#f1f5f9);border-radius:.75rem;padding:.75rem;border-left:3px solid var(--brand-teal);margin-top:1rem}.cost-estimate-value{font-size:1.5rem;font-weight:700;color:var(--brand-slate)}.settings-divider{height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,#e2e8f0,transparent);margin:1.5rem 0}.affordability-card [class*=card-content]>div>div,.commute-card [class*=card-content]>div>div{margin-bottom:.75rem}[class*=card-footer]{margin-top:auto;padding-top:1rem}.settings-form-card label{margin-bottom:.25rem;display:block}@media (max-width:640px){.settings-heading{font-size:1.5rem}.settings-sub-heading{font-size:.875rem}.form-section input[type=number],.form-section input[type=text],.settings-form-card input[type=number],.settings-form-card input[type=text]{font-size:.938rem;padding:.5rem .75rem}[class*=card-content],[class*=card-header]{padding:1rem}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/569ce4b8f30dc480-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_5cfdac{font-family:Geist,Geist Fallback;font-style:normal}.__variable_5cfdac{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}