:root{color-scheme:light;--background:#f7fbf8;--surface:#fff;--surface-warm:#fff7e6;--surface-mint:#e9f8ef;--surface-blue:#eaf3ff;--surface-coral:#fff0eb;--text:#16221d;--muted:#65736d;--border:#dce6df;--primary:#12241d;--primary-text:#fff;--green:#17a35b;--teal:#0f766e;--blue:#3976d8;--amber:#a26300;--coral:#c95c3f;--shadow:0 24px 70px #1f241824}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px}body{background:var(--background);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.site-header{z-index:30;backdrop-filter:blur(16px);background:#f7fbf8eb;border-bottom:1px solid #dce6dfcc;justify-content:space-between;align-items:center;gap:1.25rem;padding:.85rem 3rem;display:flex;position:sticky;top:0}.brand{align-items:center;gap:.75rem;min-width:max-content;font-weight:700;display:inline-flex}.brand-mark{border:1px solid var(--border);background:var(--surface);object-fit:contain;border-radius:8px;width:2.1rem;height:2.1rem;padding:.2rem;display:block;box-shadow:0 8px 18px #12241d14}.site-nav{color:var(--muted);align-items:center;gap:1.25rem;font-size:.92rem;font-weight:700;display:flex}.nav-dropdown{position:relative}.nav-dropdown:after{content:"";width:calc(100% + 1.5rem);height:.95rem;display:block;position:absolute;top:100%;left:-.75rem}.nav-dropdown-trigger{align-items:center;gap:.35rem;display:inline-flex}.nav-dropdown-trigger:after{content:"";border-bottom:2px solid;border-right:2px solid;width:.42rem;height:.42rem;transform:translateY(-.12rem)rotate(45deg)}.nav-dropdown-panel{z-index:40;border:1px solid var(--border);background:var(--surface);width:22rem;max-width:calc(100vw - 2rem);box-shadow:var(--shadow);border-radius:8px;padding:.5rem;display:none;position:absolute;top:calc(100% + .85rem);left:50%;transform:translate(-50%)}.nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel{gap:.25rem;display:grid}.nav-dropdown-panel a{border-radius:8px;grid-template-columns:auto 1fr;align-items:start;gap:.7rem;padding:.75rem;display:grid}.nav-dropdown-panel a:hover{background:var(--surface-mint)}.nav-dropdown-panel strong{color:var(--text);font-size:.92rem}.nav-dropdown-panel span{gap:.15rem;min-width:0;display:grid}.nav-dropdown-panel small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:600;line-height:1.4;overflow:hidden}.site-nav a:hover,.text-link:hover,.breadcrumb-link:hover,.feature-copy a:hover,.feature-area-card a:hover,.mobile-menu-panel a:hover{color:var(--text)}.header-actions,.action-row{align-items:center;gap:.8rem;display:flex}.text-link{color:var(--muted);font-size:.92rem;font-weight:700}.icon{flex:none}.button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.55rem;min-height:2.65rem;padding:.68rem 1.05rem;font-size:.94rem;font-weight:800;transition:background-color .16s,border-color .16s,transform .16s;display:inline-flex}.mobile-menu{display:none;position:relative}.mobile-menu summary{border:1px solid var(--border);background:var(--surface);min-height:2.65rem;color:var(--text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;padding:.62rem .8rem;font-size:.9rem;font-weight:800;list-style:none;display:inline-flex}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu-panel{z-index:50;border:1px solid var(--border);background:var(--surface);width:min(18rem,100vw - 2rem);box-shadow:var(--shadow);border-radius:8px;gap:.25rem;padding:.5rem;display:grid;position:absolute;top:calc(100% + .75rem);right:0}.mobile-menu-panel a{min-height:2.5rem;color:var(--muted);border-radius:8px;justify-content:space-between;align-items:center;gap:.6rem;padding:.65rem .75rem;font-size:.92rem;font-weight:800;display:flex}.mobile-menu-panel a:hover{background:var(--surface-mint)}.mobile-menu-cta{background:var(--primary);color:var(--primary-text)!important}.button:hover{transform:translateY(-1px)}.button-large{min-height:3rem;padding-inline:1.25rem}.button-primary{background:var(--primary);color:var(--primary-text)}.button-primary:hover{background:#213c31}.button-secondary{border-color:var(--border);background:var(--surface);color:var(--text)}.button-secondary:hover{background:#fffdf8;border-color:#c9bda8}.button-full{width:100%}.screenshot-placeholder{background:linear-gradient(135deg, #e9f8efdb, #eaf3ffeb), var(--surface-blue);min-height:22rem;color:var(--text);text-align:center;border:1px dashed #9bb6aa;border-radius:8px;align-content:center;justify-items:center;gap:.85rem;padding:2rem;display:grid}.screenshot-placeholder-compact{min-height:14rem;padding:1.25rem}.screenshot-placeholder-label{color:var(--teal);letter-spacing:.04em;text-transform:uppercase;background:#ffffffc7;border:1px solid #dce6dfe6;border-radius:8px;align-items:center;gap:.45rem;padding:.42rem .62rem;font-size:.76rem;font-weight:900;display:inline-flex}.screenshot-placeholder strong{font-size:1.15rem}.screenshot-placeholder p{max-width:42rem;color:var(--muted);margin-bottom:0}.screenshot-placeholder code{overflow-wrap:anywhere;border:1px solid var(--border);max-width:100%;color:var(--teal);background:#ffffffd1;border-radius:8px;padding:.38rem .56rem;font-size:.78rem;font-weight:800}.screenshot-image{object-fit:cover;width:100%;min-height:22rem;display:block}.screenshot-image-compact{min-height:14rem}.hero{border-bottom:1px solid var(--border);background:linear-gradient(180deg, #f7fbf800, #eaf3ff7a), repeating-linear-gradient(90deg, #12241d0b 0 1px, transparent 1px 92px), var(--background);position:relative;overflow:hidden}.hero-shell{text-align:center;width:min(100%,1200px);margin-inline:auto;padding:6rem 2rem 5rem}.eyebrow{background:var(--surface);width:fit-content;color:var(--teal);letter-spacing:.04em;text-transform:uppercase;border:1px solid #d9caa9;border-radius:8px;margin:0;padding:.4rem .72rem;font-size:.78rem;font-weight:900;display:inline-flex}.eyebrow-soft{background:var(--surface-mint)}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;max-width:900px;margin:1.15rem auto 1.2rem;font-size:4.9rem;font-weight:790;line-height:1.02}h2{letter-spacing:0;margin-bottom:1rem;font-size:3.2rem;font-weight:760;line-height:1.1}h3{letter-spacing:0;margin-bottom:.65rem;font-size:1.2rem}.lead{color:#3a4b43;max-width:780px;margin-inline:auto;font-size:1.18rem;line-height:1.75}.hero-shell>p:not(.eyebrow):not(.lead),.section-heading p,.feature-copy p,.feature-area-card p,.benefit-card p,.capability-card p,.step-card p,.proof-card p,.small-card p,.detail-intro-content>p{color:var(--muted)}.action-row{flex-wrap:wrap;margin-top:2rem}.action-row-centered{justify-content:center}.hero-product{max-width:1040px;margin:3.3rem auto 0;position:relative}.product-window{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);text-align:left;border-radius:8px;overflow:hidden}.screenshot-window .screenshot-placeholder{border:0;border-radius:0;min-height:29rem}.screenshot-window .screenshot-image{min-height:29rem}.window-bar{border-bottom:1px solid var(--border);background:var(--surface-warm);justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1.1rem;display:flex}.mini-title,.mini-subtitle{display:block}.mini-title{font-weight:900}.mini-subtitle{color:var(--muted);font-size:.84rem}.status-pill,mark{border:1px solid var(--border);background:var(--surface);min-height:1.75rem;color:var(--muted);white-space:nowrap;border-radius:8px;align-items:center;padding:.25rem .6rem;font-size:.78rem;font-weight:800;display:inline-flex}.dashboard-grid{grid-template-columns:.7fr 1.3fr;gap:1rem;padding:1.1rem;display:grid}.metric,.mock-panel,.feature-spotlight,.feature-area-card,.benefit-card,.capability-card,.step-card,.pricing-card,.pricing-list,.proof-card,.small-card{border:1px solid var(--border);background:var(--surface);border-radius:8px}.metric{min-height:7rem;padding:1rem}.metric span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:800;display:block}.metric strong{margin-top:1rem;font-size:2rem;display:block}.mock-panel{grid-column:2;padding:1rem}.work-panel{grid-row:1/span 3}.work-panel div,.search-panel{gap:.25rem;display:grid}.work-panel div span,.search-panel span{color:var(--muted);font-size:.86rem}.work-panel ul{gap:.75rem;margin:1.25rem 0 0;padding:0;list-style:none;display:grid}.work-panel li{border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem .75rem;display:flex}mark.warning{color:var(--amber);background:#fff7e5;border-color:#edce95}mark.info{color:var(--blue);background:#ecf5ff;border-color:#b6d5f4}mark.success{color:var(--green);background:#edfbf1;border-color:#bde7cf}.search-panel{background:var(--surface-mint)}.audience-strip{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.audience-strip span{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:8px;padding:.62rem .85rem;font-size:.9rem;font-weight:800}.section{padding:6rem 3rem}.section-soft{border-block:1px solid var(--border);background:linear-gradient(180deg, #eaf3ff8a, #e9f8ef8f), var(--background)}.section-heading{max-width:780px}.section-heading.centered{text-align:center;margin-inline:auto}.section-heading.centered .eyebrow{margin-inline:auto}.spotlight-stack{gap:1.25rem;max-width:1120px;margin:3rem auto 0;display:grid}.feature-spotlight{grid-template-columns:.9fr 1.1fr;align-items:center;gap:2rem;padding:1.25rem;display:grid;overflow:hidden;box-shadow:0 14px 36px #1f241814}.feature-spotlight-reverse .feature-copy{order:2}.feature-copy{padding:1.25rem}.feature-copy h3{max-width:32rem;margin-top:1rem;font-size:2rem;line-height:1.15}.feature-copy a,.feature-area-card a{color:var(--teal);align-items:center;gap:.4rem;margin-top:1rem;font-weight:900;display:inline-flex}.feature-visual{border:1px solid var(--border);background:var(--surface);border-radius:8px;min-height:22rem;padding:0;overflow:hidden}.feature-visual .product-scene{height:100%;min-height:22rem}.product-scene{background:linear-gradient(180deg, #fbfdfc, #f0f8f4), var(--surface);color:#17221d;grid-template-rows:auto 1fr;font-size:.9rem;display:grid;overflow:hidden}.product-scene-toolbar{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.product-scene-title{align-items:center;gap:.65rem;min-width:0;display:flex}.product-scene-title div{min-width:0}.product-scene-title strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.product-scene-icon{border:1px solid var(--border);background:var(--surface-mint);width:2.15rem;height:2.15rem;color:var(--teal);border-radius:8px;flex:none;place-items:center;display:grid}.product-scene-body{min-height:0}.focused-scene-context{border:1px solid var(--border);color:var(--muted);background:#f7f9f8;border-radius:6px;padding:.32rem .55rem;font-size:.72rem;font-weight:800}.product-scene-body.focused-scene{grid-template-columns:minmax(0,1fr);place-items:center;padding:clamp(1.25rem,4vw,2.75rem);display:grid}.focused-record{background:#fff;border:1px solid #dfe6e2;border-radius:8px;width:min(100%,34rem);min-width:0;overflow:hidden;box-shadow:0 16px 34px #1f241814}.focused-record-heading,.focused-transaction{align-items:center;gap:.8rem;min-width:0;padding:1rem;display:flex}.focused-record-heading>div,.focused-transaction>div,.focused-member>div{flex:1;min-width:0}.focused-record-heading>div>strong,.focused-record-heading>div>span,.focused-transaction>div>strong,.focused-member>div>span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.focused-record-heading>div>span,.focused-member>div>span,.focused-transaction-meta{color:var(--muted);margin-top:.2rem;font-size:.75rem;font-weight:650}.focused-record-icon{color:#596861;background:#f1f4f3;border-radius:8px;flex:none;place-items:center;width:2.5rem;height:2.5rem;display:grid}.focused-action{color:#29483a;white-space:nowrap;background:#fff;border:1px solid #dce4e0;border-radius:6px;flex:none;align-items:center;gap:.35rem;min-height:2rem;padding:.38rem .58rem;font-size:.72rem;font-weight:850;display:inline-flex}.focused-member-list{border-top:1px solid #edf1ef;gap:.65rem;padding:1rem;display:grid}.focused-member{background:#f7f8f8;border-radius:6px;align-items:center;gap:.75rem;min-width:0;padding:.75rem;display:flex}.focused-avatar{color:#fff;border-radius:999px;flex:none;place-items:center;width:2.25rem;height:2.25rem;font-size:.7rem;font-weight:900;display:grid}.focused-avatar-green{background:#397c65}.focused-avatar-blue{background:#5677a6}.focused-member-name{align-items:center;gap:.45rem;display:flex!important}.focused-member mark,.focused-badge-row mark,.focused-transaction mark{color:#2f6d55;background:#eaf5ef;border-radius:999px;align-items:center;width:fit-content;padding:.2rem .45rem;font-size:.65rem;font-weight:850;line-height:1;display:inline-flex}.focused-meeting-heading{border-bottom:1px solid #edf1ef;padding:1.1rem}.focused-meeting-heading h4{margin-top:.7rem;font-size:1.15rem;line-height:1.25}.focused-badge-row{gap:.4rem;display:flex}.focused-badge-row mark:first-child{color:#405f8b;background:#edf3ff}.focused-meeting-details{grid-template-columns:1.35fr .75fr 1.15fr;gap:0;padding:.95rem 1.1rem;display:grid}.focused-meeting-details span{border-left:1px solid #edf1ef;min-width:0;padding-inline:.8rem}.focused-meeting-details span:first-child{border-left:0;padding-left:0}.focused-meeting-details span:last-child{padding-right:0}.focused-meeting-details small,.focused-meeting-details strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.focused-meeting-details small,.focused-section-label{color:var(--muted);font-size:.68rem;font-weight:800}.focused-meeting-details strong{margin-top:.18rem;font-size:.76rem}.focused-response-block{border-top:1px solid #edf1ef;padding:.95rem 1.1rem 1.1rem}.focused-section-label{margin-bottom:.6rem;display:block}.focused-response-row{flex-wrap:wrap;gap:.45rem;display:flex}.focused-response-row span{border-radius:999px;align-items:center;gap:.3rem;padding:.38rem .62rem;font-size:.7rem;display:inline-flex}.response-attending{color:#2d6d50;background:#edf8f1}.response-declined{color:#9b4747;background:#fff0f0}.response-unsure{color:#55615d;background:#f0f2f3}.response-proxy{color:#405f8b;background:#edf3ff}.focused-transaction-icon{color:#496c9e;background:#edf3ff}.focused-transaction-meta{align-items:center;gap:.45rem;display:flex!important}.focused-transaction mark{color:#8a641c;background:#fff3d7}.focused-amount{color:#244f3d;white-space:nowrap;flex:none;font-size:1rem}.focused-allocation{color:#72571f;background:#fff9ea;border-top:1px solid #eadfbe;grid-template-columns:7.25rem minmax(0,1fr) minmax(0,.85fr) auto;align-items:center;gap:.65rem;padding:.8rem 1rem;font-size:.74rem;display:grid}.focused-allocation>span:not(.focused-action){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.visual-window{gap:.85rem;height:100%;display:grid}.visual-window div{background:#ffffffe6;border:1px solid #e6ddcae6;border-radius:8px;justify-content:space-between;align-items:center;padding:.95rem;display:flex}.visual-window span{color:var(--muted);font-weight:800}.feature-area-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:1120px;margin:3rem auto 0;display:grid}.feature-area-card,.benefit-card,.proof-card,.small-card{padding:1.35rem}.feature-area-card:nth-child(3n+1) .feature-area-icon,.benefit-card:nth-child(3n+1) .feature-area-icon{background:var(--surface-mint)}.feature-area-card:nth-child(3n+2) .feature-area-icon,.benefit-card:nth-child(3n+2) .feature-area-icon{background:var(--surface-blue)}.feature-area-card:nth-child(3n) .feature-area-icon,.benefit-card:nth-child(3n) .feature-area-icon{background:var(--surface-coral)}.feature-area-icon{border:1px solid var(--border);background:var(--surface-mint);width:2.6rem;height:2.6rem;color:var(--teal);border-radius:8px;place-items:center;margin-bottom:1.3rem;display:grid}.feature-area-icon-large{width:3rem;height:3rem}.steps-section{max-width:1200px;margin-inline:auto}.steps-layout{grid-template-columns:.92fr 1.08fr;align-items:center;gap:2rem;margin-top:3rem;display:grid}.steps-list{gap:1rem;display:grid}.step-card{grid-template-columns:auto 1fr;gap:1rem;padding:1.1rem;display:grid}.step-card>span{background:var(--primary);width:2.6rem;height:2.6rem;color:var(--primary-text);border-radius:8px;place-items:center;font-weight:900;display:grid}.property-panel{border:1px solid var(--border);min-height:24rem;box-shadow:var(--shadow);background:linear-gradient(#dff0f4,#f3f7f6 42%,#dceadd 42%,#d2e4d4);border-radius:8px;position:relative;overflow:hidden}.building{background:#f8fbfa;border:1px solid #c7d3ce;border-radius:8px 8px 0 0;gap:.55rem;padding:1rem;display:grid;position:absolute;box-shadow:0 12px 30px #1c2e261f}.building span{background:#fff;border:1px solid #ccd9d4;border-radius:4px}.building-one{grid-template-columns:repeat(3,1fr);width:10.5rem;height:14rem;top:4rem;left:2rem}.building-two{grid-template-columns:repeat(4,1fr);width:15rem;height:18rem;bottom:2.25rem;left:8rem}.building-three{grid-template-columns:repeat(3,1fr);width:10rem;height:12rem;bottom:4rem;right:2rem}.property-caption{border:1px solid var(--border);backdrop-filter:blur(10px);background:#fffffff0;border-radius:8px;gap:.25rem;padding:1rem;display:grid;position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem}.property-caption span{color:var(--muted)}.pricing-layout{grid-template-columns:1fr .85fr;gap:1.25rem;max-width:980px;margin:3rem auto 0;display:grid}.pricing-list{padding:1.4rem}.pricing-list ul{color:var(--muted);gap:.95rem;margin:0;padding:0;list-style:none;display:grid}.pricing-list li{grid-template-columns:auto 1fr;align-items:start;gap:.75rem;display:grid}.pricing-list li .icon{color:var(--green);margin-top:.15rem}.pricing-list li:before,.check-list li:before{content:none;display:none}.pricing-card{box-shadow:var(--shadow);padding:1.5rem}.plan-label,.tax-label{color:var(--muted);font-size:.9rem;font-weight:800}.price-example{border-top:1px solid var(--border);color:var(--muted);margin:1rem 0 0;padding-top:1rem;font-size:.9rem}.price{align-items:baseline;gap:.5rem;margin:2rem 0 .35rem;display:flex}.price strong{font-size:3.7rem;line-height:1}.price span{color:var(--muted)}.pricing-card .button{margin-top:1.6rem}.proof-section{max-width:1200px;margin-inline:auto}.proof-grid,.update-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2.4rem;display:grid}.proof-card{background:linear-gradient(180deg, var(--surface), #fffdf6);box-shadow:0 14px 36px #1f241814}.updates-section{grid-template-columns:.8fr 1.2fr;gap:2rem;display:grid}.final-cta{border-top:1px solid var(--border);background:linear-gradient(180deg, #12241d05, #12241d0f), var(--surface-warm);text-align:center;padding:5rem 2rem}.final-cta .eyebrow{margin-inline:auto}.final-cta h2{max-width:760px;margin:1rem auto 0}.site-footer,.footer-links{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.site-footer{border-top:1px solid var(--border);background:var(--surface);color:var(--muted);justify-content:space-between;align-items:flex-start;padding:2rem 3rem}.footer-brand{gap:.65rem;display:grid}.footer-brand p{max-width:28rem;margin:0;font-size:.88rem}.footer-links{padding-top:.45rem;font-size:.92rem;font-weight:800}.contact-hero{grid-template-columns:.9fr 1.1fr;align-items:start;gap:2.5rem;width:min(100%,1180px);margin-inline:auto;padding:6rem 3rem;display:grid}.contact-copy h1{margin-inline:0;font-size:4.1rem}.contact-copy .lead{margin-inline:0}.contact-proof-grid{gap:1rem;margin-top:2rem;display:grid}.contact-proof-grid article{border:1px solid var(--border);background:var(--surface);border-radius:8px;gap:.3rem;padding:1rem;display:grid}.contact-proof-grid .feature-area-icon{color:var(--teal);margin-bottom:.45rem}.contact-proof-grid span{color:var(--muted)}.contact-form{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;gap:1rem;padding:1.25rem;display:grid}.form-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.contact-form label{color:var(--text);gap:.45rem;font-size:.92rem;font-weight:800;display:grid}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid var(--border);width:100%;color:var(--text);font:inherit;background:#fffdf8;border-radius:8px;padding:.78rem .85rem;font-weight:500}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--teal);outline:3px solid #0f766e24}.form-honeypot{position:absolute;left:-100vw}.form-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.form-status{color:var(--muted);margin:0;font-size:.92rem;font-weight:800}.contact-form button:disabled{cursor:wait;opacity:.72;transform:none}.not-found-hero{grid-template-columns:.95fr 1.05fr;align-items:center;gap:2.5rem;width:min(100%,1180px);min-height:calc(100vh - 10rem);margin-inline:auto;padding:6rem 3rem;display:grid}.not-found-copy h1{margin-inline:0;font-size:4.1rem}.not-found-copy .lead{margin-inline:0}.not-found-window{border:1px solid var(--border);background:linear-gradient(135deg, #e9f8efe6, #eaf3fff2), var(--surface-blue);box-shadow:var(--shadow);border-radius:8px;gap:1rem;padding:1.25rem;display:grid}.not-found-window>span{color:#12241d2e;font-size:9rem;font-weight:900;line-height:.9;display:block}.missing-record,.not-found-links{background:#ffffffeb;border:1px solid #e6ddcae6;border-radius:8px}.missing-record{padding:1rem}.missing-record p{color:var(--muted);margin-bottom:0}.not-found-links{gap:.4rem;padding:.5rem;display:grid}.not-found-links a{color:var(--teal);border-radius:8px;align-items:center;gap:.55rem;padding:.75rem;font-weight:900;display:flex}.not-found-links a:hover{background:var(--surface-mint);color:var(--text)}.detail-hero{border-bottom:1px solid var(--border);background:linear-gradient(180deg, #f7fbf800, #eaf3ff70), repeating-linear-gradient(90deg, #12241d09 0 1px, transparent 1px 92px), var(--background);padding:6rem 3rem 5.5rem}.detail-hero-copy{width:min(100%,920px);margin-inline:auto}.detail-hero h1{max-width:900px;margin-inline:0;font-size:4.1rem}.detail-hero .lead{max-width:720px;margin-inline:0}.breadcrumb-link{color:var(--muted);margin-bottom:1rem;font-size:.9rem;font-weight:800;display:inline-flex}.capability-icon{width:2rem;height:2rem;color:var(--green);background:#edfbf1;border:1px solid #bde7cf;border-radius:8px;place-items:center;margin-bottom:.9rem;display:grid}.detail-intro-section{max-width:1120px;margin-inline:auto}.detail-intro-content{grid-template-columns:.9fr 1.1fr;align-items:start;gap:3rem;margin-top:2.5rem;display:grid}.detail-intro-content>p{margin-bottom:0;font-size:1.08rem;line-height:1.8}.detail-value-list{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.detail-value-list li{border:1px solid var(--border);background:linear-gradient(135deg, var(--surface), #fffdf6);border-radius:8px;grid-template-columns:auto 1fr;align-items:start;gap:.9rem;padding:1rem;display:grid}.detail-value-list .capability-icon{margin-bottom:0}.detail-value-list strong{margin-bottom:.25rem;display:block}.detail-value-list p{color:var(--muted);margin:0}.capability-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:1120px;margin:3rem auto 0;display:grid}.capability-card{background:var(--surface);padding:1.2rem}.detail-process-section{max-width:1120px;margin-inline:auto}.detail-product-heading{grid-template-columns:.95fr 1.05fr;align-items:end;gap:3rem;max-width:1120px;margin-inline:auto;display:grid}.detail-product-heading>p{color:var(--muted);margin-bottom:.2rem;font-size:1.03rem;line-height:1.75}.detail-screenshot-frame{margin-top:3rem;border:1px solid var(--border);background:var(--surface);max-width:1120px;box-shadow:var(--shadow);border-radius:8px;margin-inline:auto;padding:.7rem}.detail-screenshot-frame .screenshot-placeholder{min-height:34rem}.detail-screenshot-frame .screenshot-image{object-fit:contain;border-radius:5px;min-height:0}.faq-section{padding-inline:1.25rem}.faq-list{gap:.8rem;max-width:860px;margin:3rem auto 0;display:grid}.faq-item{border:1px solid var(--border);background:var(--surface);border-radius:8px;overflow:hidden}.faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;min-height:4rem;padding:1rem 1.15rem;font-weight:850;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary .icon{color:var(--teal);transition:transform .16s}.faq-item[open] summary .icon{transform:rotate(180deg)}.faq-item p{border-top:1px solid var(--border);color:var(--muted);margin:0;padding:1rem 1.15rem 1.2rem;line-height:1.75}.detail-process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:3rem;display:grid}@media (width<=980px){.site-header{padding-inline:1.25rem}.site-nav{display:none}.mobile-menu{display:block}h1{font-size:3.9rem}h2{font-size:2.55rem}.hero-shell,.section{padding-inline:1.25rem}.feature-spotlight,.contact-hero,.not-found-hero,.detail-product-heading,.detail-intro-content,.steps-layout,.pricing-layout,.updates-section{grid-template-columns:1fr}.feature-spotlight-reverse .feature-copy{order:initial}.feature-visual,.feature-visual .product-scene{min-height:20rem}.feature-area-grid,.capability-grid,.detail-process-grid,.proof-grid,.update-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-hero,.contact-hero{padding-inline:1.25rem}.contact-copy h1,.not-found-copy h1,.detail-hero h1{font-size:3.35rem}}@media (width<=700px){.text-link,.header-actions>.button{display:none}h1{font-size:3rem}h2{font-size:2.1rem}.hero-shell{padding-block:4rem}.product-scene-body.focused-scene{padding:1rem}.focused-record-heading,.focused-transaction{padding:.85rem}.focused-meeting-details{grid-template-columns:minmax(0,1fr) .65fr;padding-inline:.9rem}.focused-meeting-details span:nth-child(3){display:none}.focused-response-block,.focused-meeting-heading{padding-inline:.9rem}.focused-transaction{flex-wrap:wrap}.focused-amount{width:100%;padding-left:3.3rem}.focused-allocation{grid-template-columns:minmax(0,1fr) auto;padding-inline:.85rem}.focused-allocation>span:nth-child(3){display:none}.focused-allocation .focused-action{grid-column:1/-1;justify-self:end}.dashboard-grid{grid-template-columns:1fr}.mock-panel{grid-column:auto}.work-panel{grid-row:auto}.work-panel li{flex-direction:column;align-items:flex-start}.audience-strip,.action-row{justify-content:stretch}.audience-strip span,.hero .action-row a,.detail-hero .action-row a,.final-cta .action-row a{width:100%}.feature-area-grid,.capability-grid,.detail-process-grid,.proof-grid,.update-grid{grid-template-columns:1fr}.detail-hero{padding-block:4rem}.detail-hero h1{font-size:2.7rem}.contact-hero,.not-found-hero{padding-block:4rem}.contact-copy h1,.not-found-copy h1{font-size:2.7rem}.not-found-window>span{font-size:6rem}.form-grid-two{grid-template-columns:1fr}.detail-product-heading,.detail-intro-content{gap:1.5rem}.detail-screenshot-frame{margin-top:2rem}.detail-screenshot-frame .screenshot-placeholder{min-height:20rem;padding:1.25rem}.form-actions{flex-direction:column;align-items:stretch}.form-actions .button{width:100%}.building-two{left:5rem}.building-three{right:-2rem}.price strong{font-size:2.6rem}.site-footer{flex-direction:column;align-items:flex-start;padding-inline:1.25rem}}
