.Navbar-module__EIxHdq__nav{z-index:1000;background-color:#0000;align-items:center;width:100%;height:80px;transition:background-color .3s,border-bottom .3s,height .3s;display:flex;position:fixed;top:0;left:0}.Navbar-module__EIxHdq__scrolled{background-color:var(--bg-surface);border-bottom:1px solid var(--border);height:70px}.Navbar-module__EIxHdq__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__EIxHdq__logo{align-items:center;gap:8px;text-decoration:none;display:flex}.Navbar-module__EIxHdq__dot{background-color:var(--accent-moss);width:8px;height:8px}.Navbar-module__EIxHdq__wordmark{font-family:var(--font-cormorant);color:var(--text-primary);font-size:24px;font-weight:600}.Navbar-module__EIxHdq__links{gap:32px;display:flex}.Navbar-module__EIxHdq__link{font-family:var(--font-dm-sans);color:var(--text-secondary);font-size:14px;font-weight:500;transition:color .2s}.Navbar-module__EIxHdq__link:hover{color:var(--text-primary)}.Navbar-module__EIxHdq__demoLink{border:1px solid var(--border);height:40px;color:var(--text-secondary);font-size:14px;font-weight:500;font-family:var(--font-dm-sans), sans-serif;letter-spacing:.02em;white-space:nowrap;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:0 20px;transition:border-color .2s,color .2s,transform .2s;display:inline-flex}.Navbar-module__EIxHdq__demoLink:hover{border-color:var(--accent-moss);color:var(--accent-moss);transform:translateY(-1px)}.Navbar-module__EIxHdq__actions,.Navbar-module__EIxHdq__desktopActions{align-items:center;gap:16px;display:flex}.Navbar-module__EIxHdq__userMenuWrapper{position:relative}.Navbar-module__EIxHdq__avatar{background-color:var(--bg-raised);border:1px solid var(--border);width:40px;height:40px;color:var(--accent-moss);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-weight:600;transition:transform .2s;display:flex}.Navbar-module__EIxHdq__avatar:hover{border-color:var(--accent-moss);transform:scale(1.05)}.Navbar-module__EIxHdq__userDropdown{background-color:var(--bg-surface);border:1px solid var(--border);z-index:1001;border-radius:12px;flex-direction:column;width:200px;margin-top:12px;padding:8px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 10px 25px #00000080}.Navbar-module__EIxHdq__userEmail{color:var(--text-muted);border-bottom:1px solid var(--border);word-break:break-all;margin-bottom:8px;padding:8px 12px 12px;font-size:12px}.Navbar-module__EIxHdq__userDropdown a,.Navbar-module__EIxHdq__logoutBtn{color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:10px 12px;font-size:14px;text-decoration:none;transition:all .2s}.Navbar-module__EIxHdq__userDropdown a:hover,.Navbar-module__EIxHdq__logoutBtn:hover{background-color:var(--bg-raised);color:var(--text-primary)}.Navbar-module__EIxHdq__logoutBtn{color:#f44}.Navbar-module__EIxHdq__dropdown{cursor:pointer;position:relative}.Navbar-module__EIxHdq__dropdownContent{background-color:var(--bg-surface);border:1px solid var(--border);z-index:1001;border-radius:12px;min-width:200px;margin-top:12px;padding:8px;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080}.Navbar-module__EIxHdq__dropdown:hover .Navbar-module__EIxHdq__dropdownContent{display:block}.Navbar-module__EIxHdq__dropdownContent a{color:var(--text-secondary);border-radius:8px;padding:12px;font-size:14px;text-decoration:none;transition:all .2s;display:block}.Navbar-module__EIxHdq__dropdownContent a:hover{background-color:var(--bg-raised);color:var(--accent-moss)}.Navbar-module__EIxHdq__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:10px;display:none}.Navbar-module__EIxHdq__bar{background-color:var(--text-primary);width:24px;height:2px;transition:all .3s}.Navbar-module__EIxHdq__hamburger.Navbar-module__EIxHdq__active .Navbar-module__EIxHdq__bar:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__EIxHdq__hamburger.Navbar-module__EIxHdq__active .Navbar-module__EIxHdq__bar:nth-child(2){opacity:0}.Navbar-module__EIxHdq__hamburger.Navbar-module__EIxHdq__active .Navbar-module__EIxHdq__bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__EIxHdq__mobileMenu{display:none}@media (max-width:768px){.Navbar-module__EIxHdq__links,.Navbar-module__EIxHdq__desktopActions{display:none}.Navbar-module__EIxHdq__hamburger{display:flex}.Navbar-module__EIxHdq__mobileMenu{background-color:var(--bg-base);z-index:999;flex-direction:column;width:100%;height:100vh;padding:100px 24px 40px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.Navbar-module__EIxHdq__mobileMenu.Navbar-module__EIxHdq__active{transform:translate(0)}.Navbar-module__EIxHdq__mobileNavLinks{flex-direction:column;gap:24px;margin-bottom:40px;display:flex}.Navbar-module__EIxHdq__mobileLink{font-size:28px;font-family:var(--font-cormorant);color:var(--text-primary);text-decoration:none}.Navbar-module__EIxHdq__mobileDropdown{flex-direction:column;gap:12px;display:flex}.Navbar-module__EIxHdq__mobileDropdownToggle{cursor:pointer;width:100%;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-family:var(--font-dm-sans), sans-serif;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;font-weight:600;display:flex}.Navbar-module__EIxHdq__mobileDropdownToggle:hover{color:var(--text-secondary)}.Navbar-module__EIxHdq__mobileDropdownChevron{font-size:12px;transition:transform .25s;display:inline-block}.Navbar-module__EIxHdq__chevronOpen{transform:rotate(180deg)}.Navbar-module__EIxHdq__mobileDropdownContent{border-left:1px solid var(--border);flex-direction:column;gap:16px;padding-left:12px;display:flex}.Navbar-module__EIxHdq__mobileDropdownLink{color:var(--text-secondary);font-size:18px;text-decoration:none}.Navbar-module__EIxHdq__mobileActions{flex-direction:column;gap:16px;margin-top:auto;display:flex}.Navbar-module__EIxHdq__mobileUserSection{background-color:var(--bg-surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.Navbar-module__EIxHdq__mobileUserInfo{align-items:center;gap:12px;margin-bottom:8px;display:flex}.Navbar-module__EIxHdq__mobileUserInfo span{color:var(--text-secondary);font-size:14px}}
.Footer-module__cyaCmW__footer{background-color:var(--bg-surface);border-top:1px solid var(--border);padding:80px 24px 40px}.Footer-module__cyaCmW__container{max-width:1200px;margin:0 auto}.Footer-module__cyaCmW__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px;display:grid}.Footer-module__cyaCmW__column{flex-direction:column;display:flex}.Footer-module__cyaCmW__logo{align-items:center;gap:8px;margin-bottom:20px;display:flex}.Footer-module__cyaCmW__dot{background-color:var(--accent-moss);width:6px;height:6px}.Footer-module__cyaCmW__wordmark{font-family:var(--font-cormorant);color:var(--text-primary);font-size:20px;font-weight:600}.Footer-module__cyaCmW__description{color:var(--text-secondary);margin-bottom:24px;font-size:14px;line-height:1.6}.Footer-module__cyaCmW__copyright{color:var(--text-muted);font-size:13px}.Footer-module__cyaCmW__columnHeading{font-family:var(--font-dm-sans);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px;font-size:14px;font-weight:500}.Footer-module__cyaCmW__links{list-style:none}.Footer-module__cyaCmW__links li{margin-bottom:12px}.Footer-module__cyaCmW__links a{color:var(--text-secondary);font-size:14px;transition:color .2s}.Footer-module__cyaCmW__links a:hover{color:var(--accent-moss)}.Footer-module__cyaCmW__badges{gap:8px;margin-top:24px;display:flex}.Footer-module__cyaCmW__badge{background-color:var(--bg-raised);color:var(--text-secondary);border:1px solid var(--border);border-radius:4px;padding:4px 8px;font-size:11px;font-weight:500}.Footer-module__cyaCmW__bottom{border-top:1px solid var(--border);justify-content:flex-end;padding-top:32px;display:flex}.Footer-module__cyaCmW__version{color:var(--text-muted);font-size:12px;font-family:var(--font-dm-sans)}@media (max-width:768px){.Footer-module__cyaCmW__grid{grid-template-columns:1fr;gap:40px}}
.Hero-module__UUVVSa__hero{background-color:var(--bg-base);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex;position:relative;overflow:hidden}.Hero-module__UUVVSa__ledgerGrid{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.15;pointer-events:none;background-size:80px 40px;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__UUVVSa__radialGradient{pointer-events:none;z-index:1;background:radial-gradient(circle,#1a1f15cc 0%,#0000 70%);width:800px;height:800px;position:absolute;top:30%;left:40%;transform:translate(-50%,-50%)}.Hero-module__UUVVSa__container{z-index:2;text-align:center;flex-direction:column;align-items:center;max-width:760px;display:flex;position:relative}.Hero-module__UUVVSa__badge{background-color:var(--bg-raised);letter-spacing:.05em;color:var(--text-primary);border-radius:999px;align-items:center;gap:12px;margin-bottom:32px;padding:6px 16px;font-size:12px;font-weight:500;display:inline-flex}.Hero-module__UUVVSa__badgeLine{background-color:var(--accent-moss);width:2px;height:14px}.Hero-module__UUVVSa__headline{margin-bottom:24px}.Hero-module__UUVVSa__italic{color:var(--accent-moss);font-style:italic}.Hero-module__UUVVSa__subcopy{font-size:var(--body-large);color:var(--text-secondary);margin-bottom:40px;line-height:1.6}.Hero-module__UUVVSa__trustPills{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:48px;display:flex}.Hero-module__UUVVSa__trustPill{background-color:var(--bg-raised);color:var(--text-secondary);border-radius:4px;padding:4px 12px;font-size:12px}.Hero-module__UUVVSa__ctaRow{align-items:center;gap:24px;margin-bottom:16px;display:flex}.Hero-module__UUVVSa__ghostLink{color:var(--text-primary);font-size:14px;font-weight:500;transition:color .2s}.Hero-module__UUVVSa__ghostLink:hover{color:var(--accent-moss)}.Hero-module__UUVVSa__demoLink{color:var(--text-primary);text-underline-offset:4px;text-decoration:underline;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);font-size:15px;font-weight:500;transition:all .2s}.Hero-module__UUVVSa__demoLink:hover{color:var(--accent-moss);-webkit-text-decoration-color:var(--accent-moss);text-decoration-color:var(--accent-moss)}.Hero-module__UUVVSa__pricingNote{color:var(--text-muted);margin-top:8px;font-size:13px}.Hero-module__UUVVSa__demoSecondaryLink{color:var(--text-muted);border-bottom:1px solid #0000;align-items:center;gap:4px;margin-bottom:8px;padding-bottom:1px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.Hero-module__UUVVSa__demoSecondaryLink:hover{color:var(--accent-moss);border-bottom-color:var(--accent-moss)}@media (max-width:768px){.Hero-module__UUVVSa__hero{padding-top:100px}.Hero-module__UUVVSa__ctaRow{flex-direction:column;width:100%}.Hero-module__UUVVSa__ctaRow button{width:100%}}
.HowItWorks-module__ght-JG__section{background-color:var(--bg-surface);padding:120px 24px;position:relative;overflow:hidden}.HowItWorks-module__ght-JG__ledgerGrid{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.08;pointer-events:none;background-size:80px 40px;width:100%;height:100%;position:absolute;top:0;left:0}.HowItWorks-module__ght-JG__container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.HowItWorks-module__ght-JG__heading{text-align:center;margin-bottom:80px}.HowItWorks-module__ght-JG__timeline{justify-content:space-between;gap:40px;margin-bottom:100px;display:flex}.HowItWorks-module__ght-JG__step{flex:1;position:relative}.HowItWorks-module__ght-JG__stepNumber{font-family:var(--font-cormorant);color:var(--border);opacity:.5;margin-bottom:-40px;font-size:120px;font-weight:700;line-height:1}.HowItWorks-module__ght-JG__stepContent{z-index:2;position:relative}.HowItWorks-module__ght-JG__stepLabel{font-family:var(--font-dm-sans);color:var(--text-primary);margin-bottom:12px;font-size:18px;font-weight:500}.HowItWorks-module__ght-JG__stepDescription{color:var(--text-secondary);font-size:15px;line-height:1.6}.HowItWorks-module__ght-JG__connector{background-color:var(--border);justify-content:center;align-items:center;width:40px;height:1px;display:flex;position:absolute;top:60px;right:-20px}.HowItWorks-module__ght-JG__diamond{background-color:var(--accent-moss);width:6px;height:6px;transform:rotate(45deg)}.HowItWorks-module__ght-JG__codeMockup{background-color:var(--bg-raised);border:1px solid var(--border);border-radius:12px;max-width:800px;margin:0 auto;overflow:hidden;box-shadow:0 20px 40px #0006}.HowItWorks-module__ght-JG__codeHeader{background-color:var(--bg-surface);border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:12px 20px;display:flex}.HowItWorks-module__ght-JG__codeDots{gap:6px;display:flex}.HowItWorks-module__ght-JG__codeDots span{background-color:var(--border);border-radius:50%;width:8px;height:8px}.HowItWorks-module__ght-JG__codeTitle{font-family:var(--font-mono);color:var(--text-muted);font-size:12px}.HowItWorks-module__ght-JG__codeContent{padding:24px;overflow-x:auto}.HowItWorks-module__ght-JG__highlight{color:var(--accent-moss)}@media (max-width:768px){.HowItWorks-module__ght-JG__timeline{flex-direction:column;gap:60px}.HowItWorks-module__ght-JG__connector{display:none}}
.Pricing-module__AWHMoa__section{background-color:var(--bg-base);padding:120px 24px}.Pricing-module__AWHMoa__container{max-width:1100px;margin:0 auto}.Pricing-module__AWHMoa__heading{text-align:center;margin-bottom:80px}.Pricing-module__AWHMoa__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px;display:grid}.Pricing-module__AWHMoa__card{background-color:var(--bg-surface);border:1.5px solid var(--border);border-radius:12px;flex-direction:column;padding:48px;display:flex}.Pricing-module__AWHMoa__featured{background-color:var(--bg-raised);border-color:var(--accent-moss);position:relative;box-shadow:0 0 40px #f0ead60d}.Pricing-module__AWHMoa__bestValue{background-color:var(--accent-moss);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Pricing-module__AWHMoa__planName{font-family:var(--font-dm-sans);color:var(--text-primary);margin-bottom:8px;font-size:20px;font-weight:500}.Pricing-module__AWHMoa__target{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.Pricing-module__AWHMoa__priceContainer{align-items:baseline;gap:4px;margin-bottom:32px;display:flex}.Pricing-module__AWHMoa__currency{font-family:var(--font-cormorant);font-size:32px;font-weight:700}.Pricing-module__AWHMoa__price{font-family:var(--font-cormorant);font-size:56px;font-weight:700}.Pricing-module__AWHMoa__period{font-family:var(--font-dm-sans);color:var(--text-secondary);font-size:18px}.Pricing-module__AWHMoa__features{flex:1;margin-bottom:40px;list-style:none}.Pricing-module__AWHMoa__features li{color:var(--text-secondary);align-items:center;gap:12px;margin-bottom:16px;font-size:16px;display:flex}.Pricing-module__AWHMoa__reassurance{color:var(--text-muted);justify-content:center;align-items:center;gap:16px;font-size:13px;display:flex}.Pricing-module__AWHMoa__dot{opacity:.5}@media (max-width:768px){.Pricing-module__AWHMoa__grid{grid-template-columns:1fr}.Pricing-module__AWHMoa__card{padding:32px}}
.SocialProof-module__LZvqNa__section{background-color:var(--bg-surface);padding:120px 24px}.SocialProof-module__LZvqNa__container{max-width:1200px;margin:0 auto}.SocialProof-module__LZvqNa__heading{text-align:center;margin-bottom:80px}.SocialProof-module__LZvqNa__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.SocialProof-module__LZvqNa__card{background-color:var(--bg-raised);border:1px solid var(--border);border-radius:12px;flex-direction:column;padding:28px;display:flex}.SocialProof-module__LZvqNa__quoteMark{font-family:var(--font-cormorant);color:var(--accent-moss);opacity:.3;margin-bottom:-10px;font-size:64px;font-weight:700;line-height:1}.SocialProof-module__LZvqNa__quote{color:var(--text-secondary);flex:1;margin-bottom:24px;font-size:16px;line-height:1.6}.SocialProof-module__LZvqNa__attribution{border-top:1px solid var(--border);padding-top:16px}.SocialProof-module__LZvqNa__name{font-family:var(--font-dm-sans);color:var(--text-primary);margin-bottom:4px;font-size:14px;font-weight:500}.SocialProof-module__LZvqNa__role{color:var(--text-muted);font-size:13px}@media (max-width:992px){.SocialProof-module__LZvqNa__grid{grid-template-columns:1fr}}
.FAQ-module__yBt28W__section{background-color:var(--bg-base);padding:120px 24px}.FAQ-module__yBt28W__container{max-width:800px;margin:0 auto}.FAQ-module__yBt28W__heading{text-align:center;margin-bottom:60px}.FAQ-module__yBt28W__accordion{border-top:1px solid var(--border)}.FAQ-module__yBt28W__row{border-bottom:1px solid var(--border);cursor:pointer}.FAQ-module__yBt28W__questionRow{justify-content:space-between;align-items:center;padding:24px 0;transition:color .2s;display:flex}.FAQ-module__yBt28W__row:hover .FAQ-module__yBt28W__questionRow{color:var(--accent-moss)}.FAQ-module__yBt28W__question{font-family:var(--font-dm-sans);color:var(--text-primary);font-size:16px;font-weight:500}.FAQ-module__yBt28W__icon{color:var(--text-muted);font-size:24px;line-height:1;transition:transform .3s}.FAQ-module__yBt28W__open .FAQ-module__yBt28W__icon{color:var(--accent-moss);transform:rotate(180deg)}.FAQ-module__yBt28W__answerContainer{transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .4s;overflow:hidden}.FAQ-module__yBt28W__answer{color:var(--text-secondary);padding-bottom:24px;font-size:15px;line-height:1.6}
.BetaReviews-module__Br4hPa__section{background:#f8fafc;padding:80px 0}.BetaReviews-module__Br4hPa__container{text-align:center;max-width:1200px;margin:0 auto;padding:0 24px}.BetaReviews-module__Br4hPa__badge{color:#0369a1;text-transform:uppercase;background:#e0f2fe;border-radius:100px;margin-bottom:16px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-block}.BetaReviews-module__Br4hPa__section h2{font-family:var(--font-cormorant);margin-bottom:12px;font-size:42px}.BetaReviews-module__Br4hPa__subtitle{color:#64748b;margin-bottom:48px}.BetaReviews-module__Br4hPa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.BetaReviews-module__Br4hPa__card{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;padding:32px;transition:transform .3s;display:flex}.BetaReviews-module__Br4hPa__card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.BetaReviews-module__Br4hPa__cardHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.BetaReviews-module__Br4hPa__successBadge{color:#166534;background:#f0fdf4;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:700;display:flex}.BetaReviews-module__Br4hPa__date{color:#94a3b8;font-size:12px}.BetaReviews-module__Br4hPa__notes{color:#334155;flex-grow:1;margin-bottom:24px;font-size:15px;font-style:italic;line-height:1.6}.BetaReviews-module__Br4hPa__author{border-top:1px solid #f1f5f9;align-items:center;gap:12px;padding-top:20px;display:flex}.BetaReviews-module__Br4hPa__avatar{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.BetaReviews-module__Br4hPa__authorInfo strong{color:#1e293b;font-size:14px;display:block}.BetaReviews-module__Br4hPa__authorInfo span{color:#94a3b8;font-size:12px}.BetaReviews-module__Br4hPa__loading{text-align:center;color:#64748b;padding:40px}
.Blog-module__AjxICq__blogSection{background-color:var(--bg-base);padding:120px 0}.Blog-module__AjxICq__header{text-align:center;margin-bottom:60px}.Blog-module__AjxICq__subtitle{color:var(--accent-moss);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:14px;display:block}.Blog-module__AjxICq__title{color:var(--text-primary);font-size:48px}.Blog-module__AjxICq__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.Blog-module__AjxICq__card{background:var(--bg-surface);border:1px solid var(--border);border-radius:24px;flex-direction:column;height:100%;padding:32px;transition:transform .3s,border-color .3s;display:flex}.Blog-module__AjxICq__card:hover{border-color:var(--accent-moss);transform:translateY(-8px)}.Blog-module__AjxICq__cardCategory{color:var(--accent-moss);text-transform:uppercase;margin-bottom:16px;font-size:12px;font-weight:600}.Blog-module__AjxICq__cardTitle{color:var(--text-primary);font-size:24px;font-family:var(--font-cormorant);margin-bottom:16px;line-height:1.2}.Blog-module__AjxICq__cardExcerpt{color:var(--text-secondary);flex-grow:1;margin-bottom:24px;font-size:15px}.Blog-module__AjxICq__cardLink{color:var(--text-primary);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.Blog-module__AjxICq__cardLink svg{transition:transform .3s}.Blog-module__AjxICq__card:hover .Blog-module__AjxICq__cardLink svg{transform:translate(4px)}.Blog-module__AjxICq__featuredCard{flex-direction:row;grid-column:span 2;align-items:center;gap:40px;display:flex}@media (max-width:1024px){.Blog-module__AjxICq__grid{grid-template-columns:repeat(2,1fr)}.Blog-module__AjxICq__featuredCard{grid-column:span 2}}@media (max-width:768px){.Blog-module__AjxICq__grid{grid-template-columns:1fr}.Blog-module__AjxICq__featuredCard{flex-direction:column;grid-column:span 1;align-items:flex-start}.Blog-module__AjxICq__title{font-size:36px}}
.demo-module__TpK78G__demoBanner{z-index:2000;width:100%;color:var(--text-secondary);font-size:13px;font-family:var(--font-dm-sans), sans-serif;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#8db87a1f;border-bottom:1px solid #8db87a4d;justify-content:space-between;align-items:center;padding:10px 32px;display:flex;position:fixed;top:0;left:0}.demo-module__TpK78G__bannerStar{color:var(--accent-moss);margin-right:8px}.demo-module__TpK78G__bannerCta{color:var(--accent-moss);white-space:nowrap;font-size:13px;font-weight:500;text-decoration:none;transition:opacity .2s}.demo-module__TpK78G__bannerCta:hover{opacity:.75}.demo-module__TpK78G__main{max-width:1000px;min-height:100vh;margin:0 auto;padding:148px 24px 80px}.demo-module__TpK78G__pageHeader{text-align:center;margin-bottom:48px}.demo-module__TpK78G__demoTag{color:var(--accent-moss);letter-spacing:.1em;text-transform:uppercase;background:#8db87a1a;border:1px solid #8db87a47;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:5px 14px;font-size:11px;font-weight:700;display:inline-flex}.demo-module__TpK78G__pageTitle{font-family:var(--font-cormorant), serif;color:var(--text-primary);margin-bottom:12px;font-size:clamp(34px,5vw,54px);font-weight:700;line-height:1.1}.demo-module__TpK78G__pageSubtitle{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:16px;line-height:1.65}.demo-module__TpK78G__stepper{justify-content:center;align-items:center;margin-bottom:40px;display:flex}.demo-module__TpK78G__stepWrapper{align-items:center;display:flex}.demo-module__TpK78G__stepItem{flex-direction:column;align-items:center;gap:8px;display:flex}.demo-module__TpK78G__stepLine{background:var(--border);width:80px;height:2px;margin:0 4px 22px;transition:background .4s}.demo-module__TpK78G__stepLineDone{background:var(--accent-moss)}@keyframes demo-module__TpK78G__popIn{0%{opacity:.4;transform:scale(.75)}to{opacity:1;transform:scale(1)}}.demo-module__TpK78G__stepCircle{border:2px solid var(--border);background:var(--bg-raised);width:38px;height:38px;color:var(--text-muted);font-size:13px;font-weight:600;font-family:var(--font-dm-sans), sans-serif;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.demo-module__TpK78G__stepActive{animation:.35s cubic-bezier(.34,1.56,.64,1) both demo-module__TpK78G__popIn;transform:scale(1.1);box-shadow:0 0 0 5px #8db87a2e;background:var(--accent-moss)!important;border-color:var(--accent-moss)!important;color:#0e0f0d!important}.demo-module__TpK78G__stepDone{border-color:var(--accent-moss);color:var(--accent-moss);background:#8db87a1f}.demo-module__TpK78G__stepLabel{letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;font-size:11px;font-weight:600;transition:color .3s}.demo-module__TpK78G__stepLabelActive{color:var(--accent-moss)}.demo-module__TpK78G__card{background:var(--bg-surface);border:1px solid var(--border);border-radius:24px;margin-bottom:32px;padding:48px;box-shadow:0 8px 40px #00000073,inset 0 1px #ffffff08}@keyframes demo-module__TpK78G__stepIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes demo-module__TpK78G__stepOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.demo-module__TpK78G__cardContent{animation:.25s both demo-module__TpK78G__stepIn}.demo-module__TpK78G__transitioning{pointer-events:none;animation:.25s both demo-module__TpK78G__stepOut}.demo-module__TpK78G__stepContent{flex-direction:column;display:flex}.demo-module__TpK78G__stepHeading{font-family:var(--font-cormorant), serif;color:var(--text-primary);margin-bottom:6px;font-size:30px;font-weight:700;line-height:1.2}.demo-module__TpK78G__stepSubtext{color:var(--text-secondary);margin-bottom:30px;font-size:15px;line-height:1.6}.demo-module__TpK78G__fieldGroup{flex-direction:column;gap:7px;margin-bottom:20px;display:flex}.demo-module__TpK78G__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:700}.demo-module__TpK78G__input{background:var(--bg-raised);border:1px solid var(--border);width:100%;font-size:15px;font-family:var(--font-dm-sans), sans-serif;color:var(--text-primary);appearance:none;border-radius:10px;outline:none;padding:13px 16px;transition:border-color .2s,box-shadow .2s}.demo-module__TpK78G__input:focus{border-color:var(--accent-moss);box-shadow:0 0 0 3px #8db87a24}.demo-module__TpK78G__inputValid{border-color:#8db87a8c!important}.demo-module__TpK78G__helperText{color:var(--text-muted);font-size:12px}.demo-module__TpK78G__lookupRow{align-items:center;gap:12px;display:flex}.demo-module__TpK78G__lookupRow .demo-module__TpK78G__input{flex:1}@keyframes demo-module__TpK78G__spin{to{transform:rotate(360deg)}}.demo-module__TpK78G__spinner{border:2px solid var(--border);border-top-color:var(--accent-moss);border-radius:50%;flex-shrink:0;width:26px;height:26px;animation:.8s linear infinite demo-module__TpK78G__spin}@keyframes demo-module__TpK78G__circlePop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.demo-module__TpK78G__checkCircle{border:1.5px solid var(--accent-moss);width:32px;height:32px;color:var(--accent-moss);background:#8db87a24;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;animation:.3s cubic-bezier(.34,1.56,.64,1) both demo-module__TpK78G__circlePop;display:flex}.demo-module__TpK78G__lookupStatus{color:var(--text-muted);align-items:center;gap:8px;margin-top:6px;font-size:13px;display:flex}@keyframes demo-module__TpK78G__pulse{0%,to{opacity:1}50%{opacity:.25}}.demo-module__TpK78G__lookupDot{background:var(--accent-moss);border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite demo-module__TpK78G__pulse}.demo-module__TpK78G__companyCard{background:var(--bg-raised);border:1px solid var(--border);border-radius:14px;margin-bottom:4px;padding:20px 24px}.demo-module__TpK78G__companyCardInner{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.demo-module__TpK78G__companyName{font-family:var(--font-cormorant), serif;color:var(--text-primary);margin-bottom:4px;font-size:22px;font-weight:700}.demo-module__TpK78G__companyMeta{color:var(--accent-moss);font-size:13px}.demo-module__TpK78G__changeLink{color:var(--text-muted);cursor:pointer;font-size:13px;font-family:var(--font-dm-sans), sans-serif;white-space:nowrap;background:0 0;border:none;padding:0;text-decoration:underline;transition:color .2s}.demo-module__TpK78G__changeLink:hover{color:var(--text-secondary)}.demo-module__TpK78G__periodGrid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;display:grid}.demo-module__TpK78G__periodSummary{background:var(--bg-raised);border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px;padding:16px 20px;display:flex}.demo-module__TpK78G__periodLabel{color:var(--text-secondary);font-size:14px}.demo-module__TpK78G__periodTag{color:var(--accent-moss);white-space:nowrap;background:#8db87a1a;border:1px solid #8db87a40;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.demo-module__TpK78G__balanceGrid{grid-template-columns:1fr 1fr;gap:16px 24px;margin-bottom:24px;display:grid}.demo-module__TpK78G__inputWithTick{position:relative}.demo-module__TpK78G__inputWithTick .demo-module__TpK78G__input{padding-right:40px}@keyframes demo-module__TpK78G__tickIn{0%{opacity:0;transform:translateY(-50%)scale(0)rotate(-30deg)}to{opacity:1;transform:translateY(-50%)scale(1)rotate(0)}}.demo-module__TpK78G__fieldTick{border:1.5px solid var(--accent-moss);width:22px;height:22px;color:var(--accent-moss);background:#8db87a24;border-radius:50%;justify-content:center;align-items:center;animation:.35s cubic-bezier(.34,1.56,.64,1) both demo-module__TpK78G__tickIn;display:flex;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.demo-module__TpK78G__validationProof,.demo-module__TpK78G__validationChecks{background:#8db87a0f;border:1px solid #8db87a33;border-radius:14px;flex-direction:column;gap:10px;margin-bottom:8px;padding:18px 22px;display:flex}.demo-module__TpK78G__validationTitle{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-moss);margin-bottom:2px;font-size:10px;font-weight:700}@keyframes demo-module__TpK78G__rowFade{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.demo-module__TpK78G__validationRow{align-items:flex-start;gap:10px;animation:.3s both demo-module__TpK78G__rowFade;display:flex}.demo-module__TpK78G__validationTick{color:var(--accent-moss);flex-shrink:0;font-size:14px;font-weight:700;line-height:1.5}.demo-module__TpK78G__validationText{color:var(--text-secondary);font-size:13px;line-height:1.5}.demo-module__TpK78G__stepFooter{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:16px;margin-top:12px;padding-top:28px;display:flex}.demo-module__TpK78G__nextBtn{min-width:160px;transition:transform .2s,filter .2s,opacity .2s!important}.demo-module__TpK78G__nextBtn:disabled{opacity:.4!important;cursor:not-allowed!important;filter:none!important;transform:none!important}.demo-module__TpK78G__backBtn{color:var(--text-muted);font-size:14px;font-weight:500;font-family:var(--font-dm-sans), sans-serif;cursor:pointer;background:0 0;border:none;padding:8px 4px;transition:color .2s}.demo-module__TpK78G__backBtn:hover{color:var(--text-secondary)}.demo-module__TpK78G__summaryCard{background:var(--bg-raised);border:1px solid var(--border);border-radius:16px;margin-bottom:24px;overflow:hidden}.demo-module__TpK78G__summaryHeader{border-bottom:1px solid var(--border);background:#8db87a0d;padding:18px 24px}.demo-module__TpK78G__summaryCompany{font-family:var(--font-cormorant), serif;color:var(--text-primary);margin-bottom:3px;font-size:22px;font-weight:700}.demo-module__TpK78G__summaryPeriod{color:var(--text-muted);font-size:13px}.demo-module__TpK78G__summaryGrid{grid-template-columns:1fr 1fr;padding:8px 24px 16px;display:grid}.demo-module__TpK78G__summaryRow{border-bottom:1px solid #2a2d2480;justify-content:space-between;align-items:center;gap:12px;padding:9px 0;display:flex}.demo-module__TpK78G__summaryRow:nth-child(odd){border-right:1px solid #2a2d2480;padding-right:20px}.demo-module__TpK78G__summaryRow:nth-child(2n){padding-left:20px}.demo-module__TpK78G__summaryLabel{color:var(--text-muted);font-size:12px;font-weight:500}.demo-module__TpK78G__summaryValue{color:var(--text-primary);text-align:right;font-size:14px;font-weight:600}.demo-module__TpK78G__downloadSection{flex-direction:column;gap:10px;margin-bottom:8px;display:flex}.demo-module__TpK78G__downloadBtn{background:var(--bg-raised);border:1px solid var(--border);width:100%;color:var(--text-primary);font-size:15px;font-weight:500;font-family:var(--font-dm-sans), sans-serif;cursor:pointer;text-align:center;border-radius:12px;padding:15px 24px;transition:border-color .2s,color .2s,transform .2s,box-shadow .2s}.demo-module__TpK78G__downloadBtn:hover:not(:disabled){border-color:var(--accent-moss);color:var(--accent-moss);transform:translateY(-1px);box-shadow:0 4px 14px #8db87a26}.demo-module__TpK78G__downloadBtn:disabled{cursor:not-allowed}.demo-module__TpK78G__downloadDone{border-color:var(--accent-moss)!important;color:var(--accent-moss)!important;background:#8db87a12!important}.demo-module__TpK78G__progressTrack{background:var(--bg-raised);border:1px solid var(--border);border-radius:999px;width:100%;height:5px;overflow:hidden}@keyframes demo-module__TpK78G__progressFill{0%{width:0%}to{width:100%}}.demo-module__TpK78G__progressBar{background:linear-gradient(90deg, var(--accent-moss), #aad690);border-radius:999px;height:100%;animation:2s linear forwards demo-module__TpK78G__progressFill}.demo-module__TpK78G__downloadNote{color:var(--text-muted);text-align:center;font-size:12px}@keyframes demo-module__TpK78G__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes demo-module__TpK78G__modalIn{0%{opacity:0;transform:scale(.93)translateY(14px)}to{opacity:1;transform:scale(1)translateY(0)}}.demo-module__TpK78G__modalOverlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0e0f0dd1;justify-content:center;align-items:center;padding:24px;animation:.2s both demo-module__TpK78G__overlayIn;display:flex;position:fixed;inset:0}.demo-module__TpK78G__modalCard{background:var(--bg-surface);border:1px solid var(--border);text-align:center;border-radius:24px;width:100%;max-width:460px;padding:48px 40px;animation:.32s cubic-bezier(.34,1.2,.64,1) both demo-module__TpK78G__modalIn;box-shadow:0 24px 80px #000000a6}.demo-module__TpK78G__modalIcon{margin-bottom:18px;font-size:40px;line-height:1}.demo-module__TpK78G__modalTitle{font-family:var(--font-cormorant), serif;color:var(--text-primary);margin-bottom:14px;font-size:30px;font-weight:700;line-height:1.2}.demo-module__TpK78G__modalBody{color:var(--text-secondary);margin-bottom:30px;font-size:15px;line-height:1.7}.demo-module__TpK78G__modalActions{flex-direction:column;align-items:center;gap:12px;display:flex}.demo-module__TpK78G__modalCta{width:100%;max-width:280px}.demo-module__TpK78G__modalClose{color:var(--text-muted);font-size:14px;font-family:var(--font-dm-sans), sans-serif;cursor:pointer;background:0 0;border:none;padding:8px 16px;transition:color .2s}.demo-module__TpK78G__modalClose:hover{color:var(--text-secondary)}@keyframes demo-module__TpK78G__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.demo-module__TpK78G__fadeIn{animation:.35s both demo-module__TpK78G__fadeIn}.demo-module__TpK78G__disclaimer{text-align:center;color:var(--text-muted);margin-top:8px;font-size:13px;line-height:1.6}.demo-module__TpK78G__disclaimerLink{color:var(--accent-moss);text-decoration:underline;transition:opacity .2s}.demo-module__TpK78G__disclaimerLink:hover{opacity:.75}@media (max-width:768px){.demo-module__TpK78G__main{padding:136px 16px 60px}.demo-module__TpK78G__card{border-radius:18px;padding:28px 20px}.demo-module__TpK78G__balanceGrid,.demo-module__TpK78G__periodGrid,.demo-module__TpK78G__summaryGrid{grid-template-columns:1fr}.demo-module__TpK78G__summaryRow:nth-child(odd){border-right:none;padding-right:0}.demo-module__TpK78G__summaryRow:nth-child(2n){padding-left:0}.demo-module__TpK78G__stepLine{width:36px}.demo-module__TpK78G__stepLabel{display:none}.demo-module__TpK78G__stepFooter{flex-direction:column-reverse;gap:12px}.demo-module__TpK78G__nextBtn,.demo-module__TpK78G__backBtn{text-align:center;width:100%}.demo-module__TpK78G__periodSummary{flex-direction:column;align-items:flex-start;gap:8px}.demo-module__TpK78G__demoBanner{flex-wrap:wrap;gap:6px;padding:10px 16px}.demo-module__TpK78G__modalCard{padding:32px 24px}}@media (max-width:480px){.demo-module__TpK78G__pageTitle{font-size:28px}.demo-module__TpK78G__stepLine{width:20px}}
.ArticleLayout-module__zolrSq__articleContainer{max-width:900px;margin:0 auto;padding:160px 24px 100px;position:relative}.ArticleLayout-module__zolrSq__header{text-align:center;margin-bottom:80px}.ArticleLayout-module__zolrSq__title{background:linear-gradient(to bottom, var(--text-primary), var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:clamp(40px,8vw,72px);line-height:1.1}.ArticleLayout-module__zolrSq__meta{color:var(--accent-moss);font-family:var(--font-dm-sans);letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;font-size:14px;display:block}.ArticleLayout-module__zolrSq__content{color:var(--text-secondary);font-size:18px;line-height:1.8}.ArticleLayout-module__zolrSq__content h2{color:var(--text-primary);border-bottom:1px solid var(--border);margin:60px 0 24px;padding-bottom:12px;font-size:36px}.ArticleLayout-module__zolrSq__content h3{color:var(--text-primary);margin:40px 0 20px;font-size:24px}.ArticleLayout-module__zolrSq__content p{margin-bottom:24px}.ArticleLayout-module__zolrSq__content ul,.ArticleLayout-module__zolrSq__content ol{margin-bottom:32px;padding-left:24px}.ArticleLayout-module__zolrSq__content li{margin-bottom:12px}.ArticleLayout-module__zolrSq__content strong{color:var(--text-primary)}.ArticleLayout-module__zolrSq__tableContainer{border:1px solid var(--border);background:var(--bg-surface);border-radius:12px;margin:40px 0;overflow-x:auto}.ArticleLayout-module__zolrSq__table{border-collapse:collapse;width:100%}.ArticleLayout-module__zolrSq__table th,.ArticleLayout-module__zolrSq__table td{text-align:left;border-bottom:1px solid var(--border);padding:16px}.ArticleLayout-module__zolrSq__table th{background:var(--bg-raised);color:var(--text-primary);font-weight:600}.ArticleLayout-module__zolrSq__faqSection{background:var(--bg-surface);border:1px solid var(--border);border-radius:24px;margin-top:80px;padding:40px}.ArticleLayout-module__zolrSq__faqItem{margin-bottom:32px}.ArticleLayout-module__zolrSq__faqItem:last-child{margin-bottom:0}.ArticleLayout-module__zolrSq__question{color:var(--text-primary);margin-bottom:12px;font-size:20px;font-weight:700;display:block}.ArticleLayout-module__zolrSq__ctaSection{text-align:center;background:radial-gradient(circle at center, var(--bg-raised), var(--bg-base));border:1px solid var(--border);border-radius:32px;margin-top:100px;padding:80px 40px}.ArticleLayout-module__zolrSq__ctaTitle{color:var(--text-primary);margin-bottom:24px;font-size:40px}.ArticleLayout-module__zolrSq__internalLinks{border-top:1px solid var(--border);justify-content:space-between;gap:24px;margin-top:80px;padding-top:40px;display:flex}.ArticleLayout-module__zolrSq__linkBox{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;flex:1;padding:24px;transition:border-color .3s}.ArticleLayout-module__zolrSq__linkBox:hover{border-color:var(--accent-moss)}.ArticleLayout-module__zolrSq__linkLabel{color:var(--accent-moss);text-transform:uppercase;margin-bottom:8px;font-size:12px;display:block}.ArticleLayout-module__zolrSq__linkTitle{color:var(--text-primary);font-size:18px;font-family:var(--font-cormorant);font-weight:600}@media (max-width:768px){.ArticleLayout-module__zolrSq__articleContainer{padding-top:120px}.ArticleLayout-module__zolrSq__internalLinks{flex-direction:column}.ArticleLayout-module__zolrSq__ctaTitle{font-size:32px}}.ArticleLayout-module__zolrSq__fadeUp{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards ArticleLayout-module__zolrSq__fadeUp}@keyframes ArticleLayout-module__zolrSq__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ArticleLayout-module__zolrSq__delay1{animation-delay:.1s}.ArticleLayout-module__zolrSq__delay2{animation-delay:.2s}.ArticleLayout-module__zolrSq__delay3{animation-delay:.3s}.ArticleLayout-module__zolrSq__delay4{animation-delay:.4s}.ArticleLayout-module__zolrSq__delay5{animation-delay:.5s}
.Feedback-module__s4Xd1a__section{background-color:var(--bg-base);padding:120px 24px}.Feedback-module__s4Xd1a__container{max-width:600px;margin:0 auto}.Feedback-module__s4Xd1a__heading{text-align:center;font-family:var(--font-cormorant);margin-bottom:16px}.Feedback-module__s4Xd1a__subheading{text-align:center;color:var(--text-secondary);font-size:16px;font-family:var(--font-dm-sans);margin-bottom:48px}.Feedback-module__s4Xd1a__form{background:var(--bg-base);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:20px;padding:40px;display:flex;box-shadow:0 4px 12px #0000000d}.Feedback-module__s4Xd1a__formGroup{flex-direction:column;gap:8px;display:flex}.Feedback-module__s4Xd1a__label{font-family:var(--font-dm-sans);color:var(--text-primary);font-size:14px;font-weight:500}.Feedback-module__s4Xd1a__input,.Feedback-module__s4Xd1a__select,.Feedback-module__s4Xd1a__textarea{border:1px solid var(--border);background-color:var(--bg-base);color:var(--text-primary);border-radius:6px;outline:none;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.Feedback-module__s4Xd1a__input:focus,.Feedback-module__s4Xd1a__select:focus,.Feedback-module__s4Xd1a__textarea:focus{border-color:var(--accent-moss);box-shadow:0 0 0 2px #5c725e1a}.Feedback-module__s4Xd1a__textarea{resize:vertical;min-height:120px}.Feedback-module__s4Xd1a__submitBtn{background-color:var(--accent-moss);color:#fff;font-family:var(--font-dm-sans);cursor:pointer;border:none;border-radius:6px;margin-top:10px;padding:14px 24px;font-size:16px;font-weight:600;transition:background-color .2s}.Feedback-module__s4Xd1a__submitBtn:hover{background-color:#4a5c4c}
