.header{position:sticky;top:0;z-index:100;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:1px solid rgba(0,0,0,.06)}.header__inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2.5rem}.header__logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.header__logo-img{height:36px;width:auto;display:block;object-fit:contain}.header__nav{display:flex;align-items:center;gap:2rem}.header__nav-link{font-size:1rem;font-weight:500;color:#374151;text-decoration:none;letter-spacing:-.01em;transition:color .2s ease}.header__nav-link:hover{color:#000}.header__nav-link--active{color:#111827;font-weight:600}.header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header__btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:8px;text-decoration:none;transition:all .2s ease;letter-spacing:-.01em}.header__btn--outline{color:#374151;background:transparent;border:1px solid #d1d5db}.header__btn--outline:hover{color:#1e72d1;border-color:#1e72d1}.header__btn--primary{font-weight:600;color:#fff;background:#1e72d1;border:1px solid transparent}.header__btn--primary:hover{background:#1a5fa3}.header__btn--primary:active{background:#1446a0}.header__hamburger{display:none;flex-shrink:0;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px;border-radius:8px;color:#374151}.header__hamburger-bar{display:block;width:20px;height:2px;background:currentColor;border-radius:1px;transform-origin:center;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s ease}.header__hamburger--open .header__hamburger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__hamburger--open .header__hamburger-bar:nth-child(2){opacity:0}.header__hamburger--open .header__hamburger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header--menu-open{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:#e5e7eb}.header__mobile-nav{display:none}.header__mobile-nav--open{display:flex}.header__mobile-link{display:block;padding:.875rem .75rem;font-size:.9375rem;font-weight:500;letter-spacing:-.01em;color:#374151;text-decoration:none;border-radius:8px;transition:background .2s ease,color .2s ease}.header__mobile-link:hover{background:#f8fafc;color:#1e72d1}.header__mobile-link:active{background:#f1f5f9}.header__mobile-link--active{color:#111827;font-weight:600;background:#f3f4f6}.header__mobile-link--active:hover{background:#e5e7eb;color:#111827}.header__backdrop{position:fixed;inset:0;border:none;cursor:pointer;z-index:99;animation:headerBackdropFade .2s ease-out}@keyframes headerBackdropFade{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.header{position:sticky;top:0}.header__inner{position:relative;z-index:102;padding:.75rem 1rem}.header__mobile-nav{position:fixed;inset:0;background:#fff;flex-direction:column;padding:5.5rem 1rem 2rem;gap:.25rem;z-index:98;overflow-y:auto;animation:headerOverlayFade .25s ease-out}@keyframes headerOverlayFade{0%{opacity:0}to{opacity:1}}.header__mobile-nav--open{display:flex}.header__mobile-link{padding:1rem .75rem;font-size:1.0625rem;border-radius:10px}.header__backdrop,.header__nav,.header__btn--hide-mobile{display:none}.header__hamburger{display:flex}.header__logo-img{height:30px}}.exploded-dashboard{width:100%;max-width:1160px;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.exploded-dashboard__frame{display:flex;border-radius:12px;overflow:hidden;box-shadow:0 28px 56px #0000001f,0 12px 24px #00000014;background:#f3f4f6;border:1px solid #cccfd4;height:100%;min-height:0;cursor:pointer}.exploded-dashboard__sidebar{width:220px;flex-shrink:0;background:linear-gradient(290deg,#2892d7,#1446a0);display:flex;flex-direction:column}.exploded-dashboard__sidebar-header{padding:1.2rem 1.5rem .3rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:.3rem}.exploded-dashboard__brand{display:flex;align-items:center;justify-content:flex-start;margin-bottom:1rem}.exploded-dashboard__brand-logo{height:28px;width:auto;max-width:150px;display:block;object-fit:contain;mix-blend-mode:lighten}.exploded-dashboard__nav{flex:1;padding:1rem 0}.exploded-dashboard__nav-section{margin-bottom:1.5rem}.exploded-dashboard__nav-section:last-child{margin-bottom:0}.exploded-dashboard__nav-section-title{padding:0 1rem .5rem;font-size:.6rem;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem}.exploded-dashboard__nav-item{display:flex;align-items:center;padding:.625rem .7rem;color:#fffc;text-decoration:none;width:calc(100% - 1rem);margin:.25rem .5rem;font-weight:400;font-size:.8rem;border-radius:8px;cursor:pointer;pointer-events:auto;transition:background-color .2s ease,color .2s ease,font-weight .2s ease}@media (hover: hover){.exploded-dashboard__nav-item:hover{background:#ffffff1a;color:#fff;font-weight:500}}.exploded-dashboard__nav-item--active{background:#ffffff1a;color:#fff;font-weight:500}.exploded-dashboard__nav-icon{width:15px;height:15px;margin-right:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit}.exploded-dashboard__nav-label{letter-spacing:.01em}.exploded-dashboard__sidebar-footer{padding:.5rem 0}.exploded-dashboard__sidebar-footer .exploded-dashboard__nav-item{width:calc(100% - 1rem);margin:.25rem .5rem}.exploded-dashboard__main{flex:1;min-width:0;display:flex;flex-direction:column;background:#f3f4f6}.exploded-dashboard__header{flex-shrink:0;background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 20px}.exploded-dashboard__title{font-size:20px;font-weight:600;color:#1f2937;margin:0}.exploded-dashboard__content{flex:1;padding:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;min-width:0}.exploded-dashboard__row{grid-column:1 / -1;display:flex;gap:16px;min-width:0}.exploded-dashboard__row-item-2{flex:2.2 1 0}.exploded-dashboard__row-item-1{flex:.8 1 0}.exploded-dashboard__row-item-1-expiring{flex:1 1 0}.exploded-dashboard__row-item-3-expiring{flex:3 1 0}.exploded-dashboard__widget{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:0;min-width:0;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,transform .25s ease}@media (hover: hover){.exploded-dashboard__widget:hover{transform:perspective(800px) scale(1.015) translateZ(6px);box-shadow:0 8px 20px #00000014,0 2px 8px #0000000a}}.exploded-dashboard__widget-header{margin-bottom:6px}.exploded-dashboard__widget-header-large{margin-bottom:20px}.exploded-dashboard__widget-header-large .exploded-dashboard__widget-heading{font-size:16px;font-weight:600;color:#1f2937;margin:0}.exploded-dashboard__widget-label{font-size:12px;font-weight:600;color:#6b7280;letter-spacing:.15px}.exploded-dashboard__widget-label-short{display:none}.exploded-dashboard__text-placeholder{display:inline-block;height:.75em;min-height:8px;background:#e5e7eb;border-radius:3px;vertical-align:middle}.exploded-dashboard__text-placeholder--badge{height:18px;min-height:18px;width:36px}.exploded-dashboard__event-title-placeholder{width:75%;height:12px}.exploded-dashboard__event-info-placeholder{width:55%;height:10px;margin-top:4px}.exploded-dashboard__widget-content{display:flex;align-items:center;justify-content:space-between;gap:8px}.exploded-dashboard__widget-value{font-size:20px;font-weight:600;color:#1f2937;line-height:1.2;margin-top:4px}.exploded-dashboard__widget-value--positive{color:#10b981}.exploded-dashboard__widget-value--large{font-size:26px;line-height:1.1}.exploded-dashboard__widget-sublabel{font-size:10px;font-weight:400;color:#6b7280;opacity:.7;font-style:italic;margin-top:2px}.exploded-dashboard__widget-change-container{display:flex;align-items:center;gap:12px;margin-top:10px}.exploded-dashboard__widget-change{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;padding:3px 6px;border-radius:4px;width:fit-content}.exploded-dashboard__widget-change--positive{color:#10b981;background:#10b9811a}.exploded-dashboard__widget-change--negative{color:#ef4444;background:#ef44441a}.exploded-dashboard__widget-change-arrow{font-size:9px;font-weight:600}.exploded-dashboard__widget-change-value{font-size:10px;font-weight:600}.exploded-dashboard__sparkline{width:60px;height:26px;flex-shrink:0;opacity:.6}.exploded-dashboard__widget--income-exp{min-height:280px;display:flex;flex-direction:column;padding:0!important}.exploded-dashboard__widget--income-exp .exploded-dashboard__widget-header-large{margin-bottom:12px;padding:16px 16px 0}.exploded-dashboard__widget--income-exp .exploded-dashboard__widget-content{flex:1;min-height:200px;align-items:stretch;padding:0 16px 16px}.exploded-dashboard__chart-content{flex:1;min-height:0;display:flex;flex-direction:column;padding:0}.exploded-dashboard__widget--income-exp .exploded-dashboard__chart-content{min-height:200px}.exploded-dashboard__line-chart{flex:1;min-height:160px;width:100%;display:flex;align-items:stretch;justify-content:stretch}.exploded-dashboard__line-chart-svg{width:100%;height:100%;display:block}.exploded-dashboard__chart-axis-label{font-size:8px;font-weight:500;fill:#6b7280}.exploded-dashboard__chart-bars-dual{display:flex;align-items:flex-end;gap:6px;height:120px;min-height:120px;margin-top:0;flex:1}.exploded-dashboard__chart-bar-group{flex:1;min-width:0;height:120px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;gap:2px}.exploded-dashboard__chart-bar-group .exploded-dashboard__chart-bar{flex:none;display:block;width:100%;min-height:4px;border-radius:4px 4px 0 0;box-sizing:border-box}.exploded-dashboard__chart-bar{border-radius:4px 4px 0 0}.exploded-dashboard__chart-bar--green{background:#10b98199;border:1px solid #10b981}.exploded-dashboard__chart-bar--orange{background:#f59e0b80;border:1px solid #f59e0b}.exploded-dashboard__chart-bar--red{background:#ef444499;border:1px solid #ef4444}.exploded-dashboard__widget--events{min-height:140px}.exploded-dashboard__widget-header-large--tight{margin-bottom:12px}.exploded-dashboard__event-list-wrap{flex:1;display:flex;flex-direction:column;gap:0;padding:0;align-items:stretch;justify-content:flex-start;overflow:hidden}.exploded-dashboard__event-card{display:flex;align-items:center;gap:10px;min-height:40px;padding:0;margin-bottom:6px;background:#f9fafb;border-radius:8px;transition:background-color .15s ease}.exploded-dashboard__event-card:last-child{margin-bottom:0}.exploded-dashboard__event-date-badge{width:36px;flex-shrink:0;align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:0 2px;border-radius:8px 0 0 8px;line-height:1;text-align:center}.exploded-dashboard__event-day{font-size:13px;font-weight:600;text-align:center;display:block;width:100%}.exploded-dashboard__event-month{font-size:10px;font-weight:500;text-align:center;display:block;width:100%}.exploded-dashboard__event-body{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1;justify-content:center;padding:4px 8px 4px 0}.exploded-dashboard__event-title{font-size:12px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exploded-dashboard__event-info{font-size:10px;font-weight:400;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exploded-dashboard__widget--doughnut{min-height:220px}.exploded-dashboard__widget--doughnut .exploded-dashboard__widget-header-large{margin-bottom:12px}.exploded-dashboard__doughnut-container{flex:1;display:flex;justify-content:center;align-items:center;position:relative;padding:10px 0}.exploded-dashboard__doughnut-container--small{padding:4px 0}.exploded-dashboard__doughnut-svg{width:140px;height:140px}.exploded-dashboard__doughnut-container--small .exploded-dashboard__doughnut-svg{width:100px;height:100px}.exploded-dashboard__doughnut-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.exploded-dashboard__doughnut-percentage{font-size:22px;font-weight:700;color:#111827;line-height:1;margin:0}.exploded-dashboard__doughnut-container--small .exploded-dashboard__doughnut-percentage{font-size:18px}.exploded-dashboard__doughnut-change{display:flex;align-items:center;gap:2px;font-size:11px;font-weight:600}.exploded-dashboard__doughnut-change--positive{color:#10b981}.exploded-dashboard__doughnut-change-arrow{font-size:10px}.exploded-dashboard__doughnut-change-value{font-size:11px}.exploded-dashboard__widget--table{min-height:220px;padding:0;display:flex;flex-direction:column}.exploded-dashboard__widget--table .exploded-dashboard__widget-header-large{padding:16px 16px 0;flex-shrink:0}.exploded-dashboard__widget--table .exploded-dashboard__widget-table-container{padding:0 0 16px;flex:1;min-height:0;overflow:auto;border-radius:0 0 8px 8px;display:flex;flex-direction:column}.exploded-dashboard__widget-table-container{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;width:100%}.exploded-dashboard__widget-table{width:100%;min-width:100%;border-collapse:separate;border-spacing:0;font-size:13px;table-layout:fixed}.exploded-dashboard__widget-table thead{background:#f9fafb;border-top:1px solid #e5e7eb}.exploded-dashboard__widget-table th{padding:8px 12px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.exploded-dashboard__widget-table th:first-child{padding-left:16px}.exploded-dashboard__widget-table td{padding:12px;border-bottom:1px solid #e5e7eb;color:#1f2937}.exploded-dashboard__widget-table td:first-child{padding-left:16px}.exploded-dashboard__widget-table-property{min-width:0;font-weight:400}.exploded-dashboard__widget-table-tenant,.exploded-dashboard__widget-table-unit,.exploded-dashboard__widget-table-date{font-weight:400}.exploded-dashboard__widget-table-days{font-weight:600;color:#1e72d1}.exploded-dashboard__widget-table-days--urgent{color:#ef4444}.exploded-dashboard__widget-table-balance{font-weight:400}.exploded-dashboard__widget-table-row{cursor:pointer;transition:background-color .2s ease}.exploded-dashboard__widget-table-row:hover{background:#f9fafb}.exploded-dashboard .widget-mini-chart{flex-shrink:0;opacity:.6;align-self:center}.exploded-dashboard__widget--revenue{min-height:200px}.exploded-dashboard__widget--revenue .exploded-dashboard__widget-content{flex:1;padding:0;display:block}.exploded-dashboard__revenue-bars{position:relative;height:120px;margin-top:0}.exploded-dashboard__widget--revenue .exploded-dashboard__chart-bars{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:flex-end;gap:10px;height:120px}.exploded-dashboard__chart-bars--collected .exploded-dashboard__chart-bar{flex:1;min-width:0}.exploded-dashboard__widget--column-stack{min-height:200px;flex-direction:column;gap:16px;padding:16px}.exploded-dashboard__mini-row{display:flex;gap:16px;min-height:100px}.exploded-dashboard__widget--mini{flex:1;padding:16px}.exploded-dashboard__widget--mini .exploded-dashboard__widget-change-container{gap:6px}.exploded-dashboard__widget--collection{flex:1;min-height:0;padding:16px}.exploded-dashboard__widget--collection .exploded-dashboard__widget-header-large{margin-bottom:12px}.exploded-dashboard__widget--overdue{flex:1 1 100%;min-width:0;min-height:120px}.exploded-dashboard__scale-wrapper{--dashboard-base-width: 1160;--dashboard-base-height: 750;--dashboard-scale: 1;width:100%;overflow:visible;position:relative;container-type:inline-size;height:calc(var(--dashboard-base-height) * 1px * var(--dashboard-scale));margin-bottom:3rem}.exploded-dashboard__scale-wrapper .exploded-dashboard{position:absolute;left:50%;top:0;width:calc(var(--dashboard-base-width) * 1px);height:calc(var(--dashboard-base-height) * 1px);margin:0;max-width:none;box-sizing:border-box;transform:translate(-50%) scale(var(--dashboard-scale));transform-origin:top center}@supports (width: 1cqw){.exploded-dashboard__scale-wrapper{--dashboard-scale: min(1, calc(100cqw / (var(--dashboard-base-width) * 1px)))}}@media (max-width: 768px){.exploded-dashboard__scale-wrapper{--dashboard-base-height: 800}.exploded-dashboard__brand-logo{height:34px;max-width:180px}.exploded-dashboard__frame{border-radius:30px;border-width:2px}.exploded-dashboard__widget{border-radius:12px}.exploded-dashboard__header{padding:20px 24px 18px}.exploded-dashboard__sidebar-header{padding:1.75rem 1.25rem .5rem}.exploded-dashboard__nav{padding:1.25rem 1rem}.exploded-dashboard__sidebar-footer{padding:.75rem 1rem}.exploded-dashboard__title{font-size:28px;padding-top:6px;padding-bottom:6px}.exploded-dashboard__nav-section-title{font-size:.8rem}.exploded-dashboard__nav-item{font-size:1.2rem}.exploded-dashboard__widget-header-large .exploded-dashboard__widget-heading{font-size:26px}.exploded-dashboard__widget-label{font-size:21px}.exploded-dashboard__widget-value{font-size:28px}.exploded-dashboard__widget-value--large{font-size:36px}.exploded-dashboard__event-day{font-size:20px}.exploded-dashboard__event-title,.exploded-dashboard__widget-table{font-size:19px}.exploded-dashboard__widget-table th{font-size:18px}.exploded-dashboard__doughnut-percentage{font-size:34px}.exploded-dashboard__doughnut-container--small .exploded-dashboard__doughnut-percentage{font-size:26px}.exploded-dashboard__widget--events .exploded-dashboard__widget-header-large .exploded-dashboard__widget-heading{font-size:0}.exploded-dashboard__widget--events .exploded-dashboard__widget-header-large .exploded-dashboard__widget-heading:after{content:"Upcoming";font-size:26px;font-weight:600;color:inherit;display:block}.exploded-dashboard__widget-label-full{display:none}.exploded-dashboard__widget-label-short{display:inline}.exploded-dashboard__widget-sublabel,.exploded-dashboard__widget-change-arrow,.exploded-dashboard__widget-change-value,.exploded-dashboard__event-month,.exploded-dashboard__event-info,.exploded-dashboard__doughnut-change-arrow,.exploded-dashboard__doughnut-change-value{font-size:0!important;overflow:visible;position:relative;display:inline-block;vertical-align:middle;min-width:24px;min-height:10px}.exploded-dashboard__widget-sublabel:after,.exploded-dashboard__widget-change-arrow:after,.exploded-dashboard__widget-change-value:after,.exploded-dashboard__event-month:after,.exploded-dashboard__event-info:after,.exploded-dashboard__doughnut-change-arrow:after,.exploded-dashboard__doughnut-change-value:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:28px;height:8px;background:currentColor;border-radius:2px;display:block;opacity:0}.exploded-dashboard__event-date-badge{min-height:36px}.exploded-dashboard__event-month{display:none}.exploded-dashboard__event-month:after{display:none}.exploded-dashboard__event-info:after{opacity:.3}.exploded-dashboard__widget-change{font-size:0;overflow:visible;position:relative;display:inline-flex;min-width:36px;min-height:12px;padding:0;border-radius:4px}.exploded-dashboard__widget-change:after{content:"";position:absolute;inset:0;background:currentColor;border-radius:4px;display:block;opacity:0}.exploded-dashboard__widget-change .exploded-dashboard__widget-change-arrow,.exploded-dashboard__widget-change .exploded-dashboard__widget-change-value{position:relative;z-index:-1;min-width:0;min-height:0}.exploded-dashboard__widget-change .exploded-dashboard__widget-change-arrow:after,.exploded-dashboard__widget-change .exploded-dashboard__widget-change-value:after{display:none}.exploded-dashboard__doughnut-change{font-size:0;overflow:visible;position:relative;display:inline-flex;min-width:40px;min-height:12px;padding:0;border-radius:4px}.exploded-dashboard__doughnut-change:after{content:"";position:absolute;inset:0;background:currentColor;border-radius:4px;display:block;opacity:0}.exploded-dashboard__doughnut-change .exploded-dashboard__doughnut-change-arrow,.exploded-dashboard__doughnut-change .exploded-dashboard__doughnut-change-value{position:relative;z-index:-1;min-width:0;min-height:0}.exploded-dashboard__doughnut-change .exploded-dashboard__doughnut-change-arrow:after,.exploded-dashboard__doughnut-change .exploded-dashboard__doughnut-change-value:after{display:none}.exploded-dashboard__chart-axis-label{font-size:0;fill:transparent}.exploded-dashboard__widget--table .exploded-dashboard__widget-table tbody td{font-size:0!important;color:transparent!important;position:relative;overflow:visible}.exploded-dashboard__widget--table .exploded-dashboard__widget-table tbody td:after{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);height:6px;min-width:24px;width:70%;max-width:100px;background:#e5e7eb;border-radius:3px;display:block}.exploded-dashboard__widget--table .exploded-dashboard__widget-table tbody td:first-child:after{width:85%;max-width:140px}.exploded-dashboard__widget--table .exploded-dashboard__widget-table tbody td:last-child:after{width:40%;max-width:44px}}.features-showcase{background:#fff}.features-showcase .section__inner,.features-showcase .features-showcase__inner{max-width:1200px}.features-showcase__grid{display:grid;grid-template-columns:380px 1fr;gap:3rem 4rem;align-items:start}.features-showcase__header{margin:0 0 4rem}.features-showcase__title{font-size:clamp(2.25rem,5.5vw,3.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:var(--text);margin:0 0 1rem;text-align:left}.features-showcase__lead{font-size:1rem;color:var(--text-muted);line-height:1.6;margin:0;text-align:left;max-width:540px}.features-showcase__sidebar{position:sticky;top:100px;align-self:start}.features-showcase__accordion{display:flex;flex-direction:column;gap:0}.features-showcase__content{display:flex;flex-direction:column;gap:0;overflow-x:hidden;overflow-y:visible}.features-showcase__block{min-height:80vh;padding:2rem 0;display:flex;flex-direction:column;gap:1.5rem;scroll-margin-top:80px;overflow-x:hidden;overflow-y:visible;min-width:0}.features-showcase__block-body{display:flex;flex-direction:column;gap:1.5rem;overflow-x:hidden;overflow-y:visible;min-width:0;position:relative}.features-showcase__block-body:after{content:"";position:absolute;right:0;top:0;bottom:0;width:min(160px,15vw);background:linear-gradient(to right,transparent,#fff);pointer-events:none}.features-showcase__block-mobile-header{display:none}.features-showcase__block-title{font-size:1.25rem;font-weight:600;color:var(--text);margin:0}.features-showcase__block-desc{font-size:1.0625rem;color:var(--text-muted);line-height:1.6;margin:0}.features-showcase__block-desc--desktop{display:block}.features-showcase__block-desc--mobile{display:none}.features-showcase__mockup{flex:1;min-height:320px;border-radius:12px;border:1px solid #e5e7eb;background:#f9fafb;overflow:hidden}.features-showcase__mockup-inner{width:100%;height:100%;min-height:320px;padding:1.25rem;box-sizing:border-box}.features-showcase__hero-image{width:120%;height:auto;max-width:1400px;max-height:680px;object-fit:contain;object-position:left top;display:block;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #00000014,0 10px 25px -5px #0000001a,0 20px 40px -10px #0000000f;image-rendering:auto}.features-mockup{width:100%;height:100%;min-height:280px;background:#fff;border-radius:8px;padding:1rem;box-sizing:border-box}.features-mockup__list{display:flex;flex-direction:column;gap:.75rem}.features-mockup__property-card{padding:.875rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.features-mockup__property-address{font-size:.875rem;font-weight:600;color:var(--text)}.features-mockup__property-meta{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.features-mockup__tenant-row{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.features-mockup__tenant-name{font-size:.875rem;font-weight:600;color:var(--text);min-width:5rem}.features-mockup__tenant-unit{font-size:.8125rem;color:var(--text-muted);flex:1}.features-mockup__tenant-lease{font-size:.75rem;color:#1e72d1}.features-mockup__bars{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.features-mockup__bar-row{display:flex;align-items:center;gap:.75rem}.features-mockup__bar-label{font-size:.8125rem;color:var(--text);min-width:4rem}.features-mockup__bar-track{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.features-mockup__bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.features-mockup__bar-value{font-size:.75rem;color:var(--text-muted);min-width:2rem}.features-mockup__summary{padding:1rem;background:#f0f9ff;border-radius:8px;border:1px solid #bae6fd;display:flex;justify-content:space-between;align-items:center}.features-mockup__summary-label{font-size:.8125rem;color:var(--text-muted)}.features-mockup__summary-value{font-size:1rem;font-weight:700;color:#1e72d1}.features-mockup__cal-header{padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid #e5e7eb}.features-mockup__cal-month{font-size:.9375rem;font-weight:600;color:var(--text)}.features-mockup__cal-events{display:flex;flex-direction:column;gap:.5rem}.features-mockup__cal-event{display:flex;align-items:center;gap:1rem;padding:.625rem .75rem;background:#f9fafb;border-radius:6px;border-left:3px solid #1E72D1}.features-mockup__cal-day{font-size:.875rem;font-weight:700;color:#1e72d1;min-width:1.5rem}.features-mockup__cal-detail{display:flex;flex-direction:column;gap:.125rem}.features-mockup__cal-title{font-size:.8125rem;font-weight:500;color:var(--text)}.features-mockup__cal-unit{font-size:.75rem;color:var(--text-muted)}.features-showcase__accordion-item{border-bottom:1px solid #e5e7eb;border-left:3px solid transparent;overflow:hidden;transition:border-left-color .25s cubic-bezier(.4,0,.2,1),color .25s ease}.features-showcase__accordion-item:last-child{border-bottom:none}.features-showcase__accordion-item--active{border-left-color:#1e72d1}.features-showcase__accordion-item:not(.features-showcase__accordion-item--active) .features-showcase__accordion-title{color:#6b7280;opacity:.65;font-weight:500}.features-showcase__accordion-header{display:flex;align-items:center;gap:.75rem;padding:1.5rem 0 1.5rem 1.25rem;cursor:default}.features-showcase__accordion-title{font-size:1.25rem;font-weight:600;color:var(--text);transition:color .25s ease}.features-showcase__accordion-content{overflow:hidden}.features-showcase__accordion-desc{font-size:1rem;color:var(--text-muted);line-height:1.5;margin:0;padding:0 0 2.5rem 1.25rem}@media (max-width: 959px){.features-showcase__grid{grid-template-columns:1fr;gap:0}.features-showcase__header{margin-bottom:2rem}.features-showcase__sidebar{display:none}.features-showcase__block{min-height:auto;padding:2rem 0}.features-showcase__block-mobile-header{display:flex;flex-direction:column;gap:.5rem;order:2;max-width:75%}.features-showcase__block-body{order:1}.features-showcase__block-desc--desktop{display:none}.features-showcase__block-desc--mobile{display:block}.features-showcase__mockup,.features-showcase__mockup-inner{min-height:240px}.features-showcase__hero-image{width:100%;max-width:100%;box-shadow:0 2px 4px -1px #0000000f,0 4px 12px -2px #0000000f}.features-showcase__block-body:after{display:none}}.footer{padding:1rem 0;border-top:1px solid rgba(0,0,0,.08);background:#fff}.footer__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:.75rem}.footer__copy{font-size:.8125rem;color:#000c;margin:0}.footer__nav{display:flex;gap:1.75rem}.footer__link{font-size:.8125rem;color:#000c;text-decoration:none;transition:color .2s ease}.footer__link:hover{color:#000}@media (max-width: 640px){.footer__inner{padding:0 1rem;gap:.5rem}.footer__copy{font-size:.75rem;white-space:nowrap}.footer__nav{gap:1.25rem;flex-shrink:0}.footer__link{font-size:.75rem;white-space:nowrap}}.contact{background:#fff;padding:5rem 1.5rem;border-top:1px solid #e5e7eb}.contact__inner,.contact .section__inner{max-width:600px;margin:0 auto}.contact__header{text-align:center;margin-bottom:2.5rem}.contact__title{font-size:clamp(2rem,4vw,2.75rem);font-weight:600;letter-spacing:-.04em;color:var(--text);margin:0 0 .75rem}.contact__lead{font-size:.9375rem;color:var(--text-muted);line-height:1.5;margin:0 auto 1rem;max-width:480px}.contact__email-link{display:inline-block;font-size:.9375rem;font-weight:500;color:#1e72d1;text-decoration:none;letter-spacing:-.01em;transition:color .2s ease}.contact__email-link:hover{color:#1a5fa3}.contact__form-wrap{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.contact__form{display:flex;flex-direction:column;gap:1.25rem}.contact__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width: 520px){.contact__row{grid-template-columns:1fr}}.contact__field{display:flex;flex-direction:column;gap:.35rem}.contact__field-label{font-size:.875rem;font-weight:500;color:var(--text)}.contact__required{color:#dc2626}.contact__input{font-family:inherit;font-size:.875rem;padding:.7rem .75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.contact__input::placeholder{color:#9ca3af}.contact__input:hover{border-color:#9ca3af}.contact__input:focus{outline:none;border-color:#1e72d1;box-shadow:0 0 0 3px #1e72d11f}.contact__input[aria-invalid=true]{border-color:#dc2626}.contact__textarea{resize:vertical;min-height:100px}.contact__error{font-size:.8125rem;color:#dc2626}@keyframes contactSuccessIn{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.contact__success{font-size:.8525rem;color:#059669;padding:.6rem .875rem;background:#ecfdf5;border-radius:8px;animation:contactSuccessIn .35s ease-out forwards;align-self:center;text-align:center;margin-top:.25rem}.contact__error-msg{font-size:.9375rem;color:#dc2626;padding:.75rem 1rem;background:#fef2f2;border-radius:8px}.contact__error-link{color:#1e72d1;text-decoration:underline}.contact__error-link:hover{color:#1a5fa3}.contact__submit{font-family:inherit;font-size:.9375rem;font-weight:600;color:#fff;background:#1e72d1;border:none;border-radius:8px;padding:.625rem 1.25rem;cursor:pointer;transition:background .2s ease;margin-top:.25rem;align-self:center}.contact__submit:hover:not(:disabled){background:#333}.contact__submit:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 480px){.contact{padding:3.5rem 1.25rem}.contact__header{margin-bottom:2rem}.contact__form-wrap{padding:1.5rem}}.pricing{background:#f9fafb;padding:5rem 1.5rem}.pricing__inner{max-width:1200px;margin:0 auto}.pricing__header{text-align:center;margin-bottom:3.5rem}.pricing__title{font-size:clamp(2rem,4vw,2.75rem);font-weight:600;letter-spacing:-.04em;color:var(--text);margin:0 0 .75rem}.pricing__lead{font-size:.9375rem;color:var(--text-muted);line-height:1.5;margin:0 auto;max-width:480px}.pricing__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;justify-content:center;max-width:400px;margin:0 auto}.pricing__card{position:relative;display:flex;flex-direction:column;padding:2rem 1.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:visible;transition:border-color .2s ease,box-shadow .2s ease}.pricing__card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000f}.pricing__card-badge{position:absolute;top:14px;right:-6px;font-size:.875rem;font-weight:700;letter-spacing:.02em;color:#fff;background:#dc2626;padding:.45rem .9rem;border-radius:4px;transform:rotate(6deg);white-space:nowrap}.pricing__card-name{font-size:1.5rem;font-weight:600;letter-spacing:-.03em;color:var(--text);margin:0 0 .75rem;text-align:start}.pricing__card-desc{font-size:.9375rem;color:var(--text-muted);line-height:1.5;margin:0 0 1.5rem;max-width:18em;text-align:start}.pricing__card-price{display:flex;align-items:baseline;justify-content:flex-start;gap:.35rem;margin-bottom:1.5rem}.pricing__card-amount{font-size:2.5rem;font-weight:600;letter-spacing:-.04em;color:var(--text);line-height:1}.pricing__card-period{font-size:.9375rem;font-weight:400;color:var(--text-muted)}.pricing__card-divider{margin:0 0 1.5rem;border:0;border-top:1px solid #e5e7eb}.pricing__card-list{list-style:none;margin:0 0 1.75rem;padding:0;flex:1}.pricing__card-list-item{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--text);line-height:1.6;padding:.5rem 0}.pricing__card-check{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;font-size:.65rem;font-weight:700;color:#fff;background:#10b981;border-radius:50%}.pricing__card-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:#1e72d1;border-radius:8px;text-decoration:none;transition:background .2s ease}.pricing__card-btn:hover{background:#1a5fa3}@media (max-width: 480px){.pricing{padding:3.5rem 1.25rem}.pricing__header{margin-bottom:2.5rem}.pricing__grid{max-width:100%}.pricing__card{padding:1.75rem 1.5rem}.pricing__card-amount{font-size:2.25rem}}.section--testimonials{padding-bottom:3rem;overflow:hidden;background:#f9fafb}.testimonials-marquee{margin-top:2rem;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.testimonials-track{display:flex;gap:1.5rem;width:max-content;animation:testimonialsScroll 45s linear infinite;will-change:transform}.testimonial{flex-shrink:0;width:320px;padding:1.5rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000f}.testimonial__quote{font-size:.9375rem;line-height:1.55;color:var(--text);margin:0 0 .75rem}.testimonial__author{font-size:.8125rem;color:var(--text-muted)}@keyframes testimonialsScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.testimonial{width:280px}.testimonials-track{animation-duration:35s}}.hero__title--animate,.hero__tagline--animate,.hero__cta--animate,.hero__showcase--animate{opacity:0;transform:translateY(16px) translateZ(0);backface-visibility:hidden;animation:heroFadeUp .5s cubic-bezier(.22,1,.36,1) forwards}.hero__tagline--animate{animation-delay:.15s}.hero__cta--animate{animation-delay:.25s}.hero__showcase--animate{animation-delay:.35s}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0) translateZ(0)}}@media (max-width: 768px){.hero__title--animate,.hero__tagline--animate,.hero__cta--animate,.hero__showcase--animate{animation-duration:.65s;animation-timing-function:cubic-bezier(.25,.46,.45,.94)}.hero__tagline--animate{animation-delay:.2s}.hero__cta--animate{animation-delay:.35s}.hero__showcase--animate{animation-delay:.45s}}.hero{display:flex;flex-direction:column;align-items:center;padding:5.5rem 1.5rem 2rem;background:#fff}@media (max-width: 768px){.hero{padding-top:3rem}}.hero__inner{text-align:center;max-width:640px}.hero__title{font-size:clamp(2.25rem,7vw,3.75rem);font-weight:700;letter-spacing:-.04em;line-height:1.05;color:var(--text);margin:0 0 .5em}.hero__title-line{display:block;white-space:nowrap}@media (max-width: 380px){.hero__title{font-size:clamp(1.5rem,6vw,2.25rem)}}.hero__tagline{font-size:clamp(.9375rem,2vw,1.125rem);font-weight:400;letter-spacing:-.02em;line-height:1.5;color:var(--text-muted);margin:0 0 1.5rem}.hero__cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:#1e72d1;border-radius:8px;text-decoration:none;transition:background .2s ease}.hero__cta-btn:hover{background:#1a5fa3}.hero__showcase{margin-top:4rem;margin-left:-1.5rem;margin-right:-1.5rem;width:calc(100% + 3rem);padding-left:.5rem;padding-right:.5rem;box-sizing:border-box}@media (max-width: 640px){.hero__showcase{margin-top:5rem}}#platform,#testimonials,#features,#pricing,#contact{scroll-margin-top:62px}.section{padding:4rem 1.5rem}.section__inner{max-width:960px;margin:0 auto}.section__title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;letter-spacing:-.03em;color:var(--text);margin:0 0 1rem;text-align:center}.section__lead{font-size:1rem;color:var(--text-muted);margin:0 auto 3rem;text-align:center;max-width:540px}.legal{padding:2rem 1.5rem 4rem;max-width:720px;margin:0 auto}.legal__inner{width:100%}.legal__title{font-size:clamp(2rem,5vw,2.5rem);font-weight:700;letter-spacing:-.03em;color:var(--text);margin:0 0 .5rem}.legal__updated{font-size:.875rem;color:var(--text-muted);margin:0 0 2rem}.legal__content{font-size:.9rem;line-height:1.65;color:var(--text)}.legal__content h2{font-size:1.5rem;font-weight:600;color:var(--text);margin:3rem 0 .75rem}.legal__content h2:first-child{margin-top:0}.legal__content h3{font-size:1.1875rem;font-weight:600;color:var(--text);margin:1.5rem 0 .35rem}.legal__content p{margin:0 0 1rem}.legal__content p:last-child{margin-bottom:0}.legal__content ul{margin:0 0 1rem;padding-left:1.25rem}.legal__content li{margin-bottom:.35rem}.legal__content li:last-child{margin-bottom:0}.legal__content a{color:#1e72d1;text-decoration:none}.legal__content a:hover{text-decoration:underline}.legal__content .legal__disclaimer{margin-top:2rem;color:var(--text-muted);font-size:.9375rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bg: #ffffff;--text: #111827;--text-muted: #6b7280}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);background-color:var(--bg);color:var(--text)}#root{width:100%;min-height:100vh}
