:root{--accent: #0d9488;--accent-hover: #0f766e;--accent-muted: #ccfbf1;--accent-muted-bg: #f0fdfa;--bg: #fafaf9;--bg-subtle: #f5f5f4;--bg-muted: #e7e5e4;--bg-elevated: #fff;--border: #e7e5e4;--border-hi: #d6d3d1;--text-1: #1c1917;--text-2: #57534e;--text-3: #78716c;--success: #15803d;--success-bg: #dcfce7;--danger: #b91c1c;--danger-bg: #fee2e2;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 2px rgba(28, 25, 23, .04);--shadow: 0 4px 6px -1px rgba(28, 25, 23, .06), 0 2px 4px -2px rgba(28, 25, 23, .04);color-scheme:light}html[data-theme=dark]{--accent: #10a37f;--accent-hover: #0d8f70;--accent-muted: #12352d;--accent-muted-bg: #0f2a24;--bg: #0d0d0d;--bg-subtle: #171717;--bg-muted: #262626;--bg-elevated: #181818;--border: #2f2f2f;--border-hi: #3f3f46;--text-1: #ececec;--text-2: #c5c5c5;--text-3: #8e8e8e;--success: #8adf9c;--success-bg: #102619;--danger: #ff8f8f;--danger-bg: #301616;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .35);--shadow: 0 8px 24px rgba(0, 0, 0, .32);color-scheme:dark}@media(prefers-color-scheme:dark){html:not([data-theme]){--accent: #10a37f;--accent-hover: #0d8f70;--accent-muted: #12352d;--accent-muted-bg: #0f2a24;--bg: #0d0d0d;--bg-subtle: #171717;--bg-muted: #262626;--bg-elevated: #181818;--border: #2f2f2f;--border-hi: #3f3f46;--text-1: #ececec;--text-2: #c5c5c5;--text-3: #8e8e8e;--success: #8adf9c;--success-bg: #102619;--danger: #ff8f8f;--danger-bg: #301616;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .35);--shadow: 0 8px 24px rgba(0, 0, 0, .32);color-scheme:dark}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-y:scroll;background:var(--bg);color:var(--text-1)}body{min-height:100vh;margin:0;background:var(--bg);color:var(--text-1);font-family:Figtree,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:"ss01","ss02";-webkit-font-smoothing:antialiased}a{color:inherit}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.skip-link{position:fixed;z-index:100;top:.5rem;left:.5rem;padding:.7rem 1rem;border-radius:var(--radius-sm);background:var(--text-1);color:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{position:sticky;z-index:40;top:0;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg-elevated) 96%,transparent);box-shadow:var(--shadow-sm);backdrop-filter:blur(12px)}.nav-shell,.shell{width:min(100% - 2rem,64rem);margin-inline:auto}.nav-shell{display:flex;min-height:4rem;align-items:center;justify-content:space-between;gap:1rem}.brand{font-weight:800;text-decoration:none}.main-nav ul,.footer-nav,.inline-list{display:flex;margin:0;padding:0;flex-wrap:wrap;gap:.75rem 1.4rem;list-style:none}.main-nav a,.footer-nav a,.text-link{color:var(--text-2);font-size:.875rem;font-weight:600;text-decoration:none}.main-nav a:hover,.main-nav a[aria-current=page],.footer-nav a:hover,.text-link:hover{color:var(--accent-hover)}.main-nav a[aria-current=page]{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.35rem}.nav-actions{display:flex;align-items:center;gap:.35rem}.theme-toggle{position:relative;display:inline-flex;width:4.25rem;height:2.25rem;flex:0 0 auto;align-items:center;padding:.25rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-elevated);color:var(--text-3);box-shadow:var(--shadow-sm);cursor:pointer}.theme-toggle:hover{border-color:var(--border-hi)}.theme-toggle-thumb{position:absolute;z-index:0;top:.25rem;left:.25rem;width:1.75rem;height:1.75rem;border-radius:50%;background:var(--bg-subtle);box-shadow:var(--shadow-sm);transition:transform .2s ease}html[data-theme=dark] .theme-toggle-thumb{transform:translate(2rem)}.theme-toggle-icon{position:relative;z-index:1;display:grid;width:1.75rem;height:1.75rem;place-items:center;font-size:.88rem;line-height:1}.theme-toggle-icon:last-child{margin-left:auto}html:not([data-theme=dark]) .theme-toggle-sun,html[data-theme=dark] .theme-toggle-moon{color:var(--text-1)}.button{display:inline-flex;min-height:2.6rem;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1rem;border:1px solid transparent;border-radius:var(--radius);background:var(--accent);color:#fff;font-size:.875rem;font-weight:700;line-height:1;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.button:hover{background:var(--accent-hover)}.button:active{transform:translateY(1px)}.button.secondary{border-color:var(--border-hi);background:var(--bg-elevated);color:var(--text-1)}.button.secondary:hover{border-color:var(--accent);color:var(--accent-hover)}.button.ghost{background:transparent;color:var(--text-2)}.button.ghost:hover{background:var(--bg-subtle);color:var(--text-1)}.button.large{min-height:3rem;padding-inline:1.3rem}.button[disabled]{opacity:.65;cursor:wait}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--border);background:linear-gradient(to bottom,color-mix(in srgb,var(--accent-muted-bg) 65%,transparent),transparent)}.hero:before{position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,var(--border) 1px,transparent 0);background-size:28px 28px;content:"";opacity:.45}.hero-inner{position:relative;width:min(100% - 2rem,56rem);margin-inline:auto;padding:6.5rem 0;text-align:center}.eyebrow{margin:0 0 .8rem;color:var(--accent-hover);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.status-pill{display:inline-flex;margin-bottom:2rem;align-items:center;gap:.5rem;padding:.45rem .8rem;border:1px solid rgba(13,148,136,.25);border-radius:999px;background:var(--accent-muted-bg);color:var(--accent-hover);font-size:.85rem;font-weight:650}.status-pill:before{width:.45rem;height:.45rem;border-radius:50%;background:var(--accent);content:""}h1,h2,h3,p{overflow-wrap:break-word}h1{max-width:52rem;margin:0 auto 1.7rem;color:var(--text-1);font-size:clamp(2.4rem,7vw,4rem);line-height:1.08;letter-spacing:-.04em}h2{margin:0 0 1rem;color:var(--text-1);font-size:clamp(1.8rem,4vw,2.35rem);line-height:1.18;letter-spacing:-.025em}h3{margin:0 0 .6rem;color:var(--text-1);font-size:1.05rem;line-height:1.35}.hero-copy{max-width:44rem;margin:0 auto 2rem;color:var(--text-2);font-size:clamp(1.05rem,2.5vw,1.25rem);line-height:1.7}.hero-note{margin:1rem auto 0;color:var(--text-3);font-size:.82rem}.hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.matterport-hero-grid{position:relative;display:grid;min-height:35rem;grid-template-columns:minmax(0,1.35fr) minmax(18rem,.75fr);gap:3.5rem;align-items:center;padding-block:5.5rem}.matterport-hero-copy h1,.matterport-hero-copy .hero-copy,.matterport-hero-copy .hero-note{margin-inline:0;text-align:left}.matterport-hero-copy .hero-note{max-width:43rem;margin-bottom:2rem;color:var(--text-2);font-size:.95rem;line-height:1.7}.matterport-hero-copy .hero-actions{justify-content:flex-start}.numbered-list{margin:0;padding:0;list-style:none}.section-action{display:flex;justify-content:center;margin-top:2rem}.outcome-card .eyebrow{margin-bottom:.45rem}.outcome-card>p:last-child{margin-bottom:0;color:var(--text-2)}.inspection-note{max-width:52rem;margin:1.5rem auto 0;color:var(--text-2);font-size:.95rem;line-height:1.7;text-align:center}.section{padding:5rem 0}.section.subtle{border-block:1px solid var(--border);background:var(--bg-subtle)}.section-header{max-width:46rem;margin-bottom:2.6rem}.section-header.center{margin-inline:auto;text-align:center}.demo-section{overflow:hidden;background:var(--bg-subtle)}.product-demo{max-width:60rem;margin:0 auto}.product-demo-frame{overflow:hidden;border:1px solid var(--border-hi);border-radius:var(--radius-xl);background:#050505;box-shadow:var(--shadow-card)}.product-demo-frame img{display:block;width:100%;height:auto}.product-demo figcaption{margin-top:.9rem;color:var(--text-3);font-size:.84rem;line-height:1.5;text-align:center}.product-demo-source{display:block;margin-top:.35rem;font-size:.78rem}.lede{color:var(--text-2);font-size:1.08rem;line-height:1.7}.prose{max-width:48rem}.prose p,.prose li{color:var(--text-2);line-height:1.75}.prose strong{color:var(--text-1)}.prose a{color:var(--accent-hover);text-underline-offset:3px}.prose section{padding:2.25rem 0;border-bottom:1px solid var(--border);scroll-margin-top:5rem}.prose section:last-child{border:0}.prose ul,.prose ol{padding-left:1.35rem}.grid-2,.grid-3,.grid-4{display:grid;gap:1.25rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{padding:1.55rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-elevated);box-shadow:var(--shadow-sm)}.card p,.card li{color:var(--text-2);line-height:1.65}.card p:last-child{margin-bottom:0}.number{display:inline-grid;width:2.3rem;height:2.3rem;margin-bottom:1rem;place-items:center;border-radius:var(--radius);background:var(--accent-muted-bg);color:var(--accent-hover);font-size:.75rem;font-weight:800}.facts{display:grid;margin:0;grid-template-columns:repeat(3,1fr);gap:1rem}.facts div{padding:1.5rem;text-align:center}.facts dt{margin-bottom:.35rem;font-size:1.45rem;font-weight:800}.facts dd{margin:0;color:var(--text-3);font-size:.85rem}.check-list{margin:0;padding:0;list-style:none}.check-list li{position:relative;margin:.8rem 0;padding-left:1.45rem;color:var(--text-2);line-height:1.6}.check-list li:before{position:absolute;top:.38rem;left:0;width:.65rem;height:.65rem;border:2px solid var(--accent);border-radius:50%;content:""}.comparison-wrap{overflow-x:auto;border-block:1px solid var(--border)}table{width:100%;min-width:40rem;border-collapse:collapse;text-align:left}th,td{padding:1rem;border-bottom:1px solid var(--border);color:var(--text-2);font-size:.9rem}th{color:var(--text-1)}.pricing-card{position:relative}.pricing-card.featured{border:2px solid var(--accent);background:#10211f;color:#fff}.pricing-card.featured h3,.pricing-card.featured .price{color:#fff}.pricing-card.featured p,.pricing-card.featured li{color:#ffffffc7}.price{margin:.25rem 0;color:var(--text-1);font-size:2rem;font-weight:800}.price-meta{margin:0 0 1rem;color:var(--text-3);font-size:.8rem}.badge{display:inline-flex;margin-bottom:.8rem;padding:.25rem .55rem;border-radius:999px;background:var(--accent);color:#fff;font-size:.7rem;font-weight:800}.faq-list{max-width:46rem;margin-inline:auto}details{border-bottom:1px solid var(--border)}summary{padding:1.15rem 2rem 1.15rem 0;color:var(--text-1);font-weight:700;cursor:pointer}details p{margin-top:0;padding:0 1rem 1rem 0;color:var(--text-2);line-height:1.7}.breadcrumb{margin:0 0 1.8rem;padding:0;display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;color:var(--text-3);font-size:.82rem}.breadcrumb-wrap{padding-top:1.25rem}.breadcrumb li:not(:last-child):after{margin-left:.45rem;content:"/"}.breadcrumb a{color:var(--text-2)}.form-card{padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-elevated)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{margin-bottom:1rem}label{display:block;margin-bottom:.4rem;color:var(--text-1);font-size:.84rem;font-weight:700}input,select,textarea{width:100%;padding:.72rem .85rem;border:2px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated);color:var(--text-1)}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:0;box-shadow:0 0 0 3px var(--accent-muted-bg)}textarea{resize:vertical}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-status{display:none;margin:1rem 0;padding:.9rem;border-radius:var(--radius);font-size:.9rem}.form-status[data-state=error]{display:block;background:var(--danger-bg);color:var(--danger)}.form-status[data-state=success]{display:block;background:var(--success-bg);color:var(--success)}.noscript-note{margin-top:1rem;color:var(--text-3);font-size:.8rem}.cta-panel{padding:2.4rem;border:1px solid rgba(13,148,136,.25);border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--accent-muted-bg),var(--bg-elevated));text-align:center}.question-cta-section{padding:3.5rem 0;border-top:1px solid var(--border);background:var(--bg-subtle);text-align:center}.question-cta-button{width:min(100%,36rem);min-height:4.5rem;font-size:1.05rem}.contact-dialog{width:min(100% - 2rem,42rem);max-height:min(90vh,50rem);padding:0;border:1px solid var(--border-hi);border-radius:var(--radius-xl);background:var(--bg-elevated);color:var(--text-1);box-shadow:0 2rem 5rem #00000059;overflow:auto}.contact-dialog::backdrop{background:#000000b8;backdrop-filter:blur(5px)}.contact-dialog-card{position:relative;padding:2.25rem}.contact-dialog-close{position:absolute;top:1rem;right:1rem;display:grid;width:2.5rem;height:2.5rem;padding:0;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--bg-subtle);color:var(--text-2);font-size:1.5rem;line-height:1;cursor:pointer}.contact-dialog-close:hover{border-color:var(--accent);color:var(--text-1)}.contact-dialog-heading{padding-right:3rem}.contact-dialog-heading h2{margin-bottom:.6rem}.contact-dialog-heading>p:last-child{margin:0 0 1.8rem;color:var(--text-2);line-height:1.6}.contact-privacy-note{margin:.35rem 0 1rem;color:var(--text-3);font-size:.78rem;line-height:1.55}.contact-privacy-note a{color:var(--accent-hover)}.site-footer{padding:2.5rem 0;border-top:1px solid var(--border);background:var(--bg-subtle);color:var(--text-3);font-size:.84rem}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:end}.footer-meta{margin:0 0 1rem}.footer-legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.6rem 1.2rem}.footer-legal a{text-decoration:none}@media(max-width:800px){.nav-shell{padding-block:.65rem;flex-wrap:wrap;row-gap:.6rem}.main-nav{order:3;width:100%}.main-nav ul{justify-content:center;flex-wrap:wrap;gap:.35rem 1.1rem}.grid-3,.grid-4{grid-template-columns:1fr 1fr}.hero-inner{padding-block:5rem}.section{padding-block:4rem}}@media(max-width:600px){.nav-shell,.shell{width:min(100% - 1.5rem,64rem)}.nav-actions .ghost{display:none}.main-nav ul{gap:.35rem .85rem}.main-nav a{font-size:.8rem}.grid-2,.grid-3,.grid-4,.facts,.form-grid,.footer-grid{grid-template-columns:1fr}.footer-legal{justify-content:flex-start}.hero-inner{padding-block:4.3rem}.cta-panel{padding:1.6rem}.question-cta-section{padding-block:2.5rem}.contact-dialog-card{padding:1.5rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}body.home-page{--accent: #35b9ca;--accent-hover: #58cad8;--accent-muted-bg: #10282d;--bg: #f3f5f4;--bg-subtle: #e9eeec;--bg-elevated: #ffffff;--border: #d4dcda;--border-hi: #aebbb8;--text-1: #101717;--text-2: #465150;--text-3: #697573;background:var(--bg)}html[data-theme=dark] body.home-page{--accent: #35b9ca;--accent-hover: #63ceda;--accent-muted-bg: #10282d;--bg: #0c1113;--bg-subtle: #0f1618;--bg-elevated: #111a1c;--border: #223033;--border-hi: #34464a;--text-1: #edf3f2;--text-2: #aab5b4;--text-3: #778583}.home-page .site-header{border-color:var(--border);background:color-mix(in srgb,var(--bg) 94%,transparent);box-shadow:none}.home-page .nav-shell,.home-shell{width:min(100% - 2.5rem,70rem);margin-inline:auto}.home-page .nav-shell{min-height:4rem}.home-page .brand{color:var(--text-1);font-size:1rem;letter-spacing:-.035em}.home-page .brand span{color:var(--accent)}.home-page .main-nav ul{flex-wrap:nowrap;gap:1.6rem}.home-page .main-nav a,.home-page .footer-nav a{color:var(--text-3);font-size:.76rem;font-weight:500}.home-page .main-nav a:hover,.home-page .footer-nav a:hover{color:var(--text-1)}.home-page .conversion-menu{position:relative;flex:0 0 auto;border:0}.home-page .site-header .conversion-menu summary{display:flex;min-height:2.45rem;margin:0;align-items:center;gap:.45rem;padding:.65rem .75rem;border:1px solid transparent;color:var(--text-2);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.72rem;font-weight:500;line-height:1;list-style:none;cursor:pointer}.home-page .site-header .conversion-menu summary::-webkit-details-marker{display:none}.home-page .site-header .conversion-menu summary:after{content:none}.home-page .conversion-menu summary:hover,.home-page .conversion-menu[open] summary{border-color:var(--border-hi);color:var(--text-1)}.conversion-menu-arrow{display:inline-block;color:var(--accent-hover);font-size:1rem;line-height:.7;transition:transform .15s ease}.conversion-menu[open] .conversion-menu-arrow{transform:rotate(180deg)}.conversion-menu-list{position:absolute;z-index:50;top:calc(100% + .55rem);right:0;display:grid;width:min(22rem,calc(100vw - 1.5rem));padding:.55rem;border:1px solid var(--border-hi);background:var(--bg-elevated);box-shadow:var(--shadow-card)}.home-page .conversion-menu-list a{padding:.75rem .8rem;border-bottom:1px solid var(--border);color:var(--text-2);font-size:.78rem;line-height:1.35;text-decoration:none}.home-page .conversion-menu-list a:last-child{border-bottom:0}.home-page .conversion-menu-list a:hover,.home-page .conversion-menu-list a:focus-visible,.home-page .conversion-menu-list a[aria-current=page]{background:var(--accent-muted-bg);color:var(--text-1)}.home-page .nav-actions{gap:.55rem}.home-page .button{min-height:2.45rem;padding:.72rem 1.05rem;border-radius:0;background:var(--accent);color:#071113;font-size:.78rem;font-weight:800}.home-page .button:hover{background:var(--accent-hover)}.home-page .button.secondary,.home-page .button.ghost{border-color:var(--border-hi);background:transparent;color:var(--text-1)}.home-page .button.secondary:hover,.home-page .button.ghost:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,transparent);color:var(--text-1)}.home-page .button.ghost{border-color:transparent}.home-page .theme-toggle{width:2.2rem;height:2.2rem;padding:0;justify-content:center;border-radius:0;background:transparent;box-shadow:none}.home-page .theme-toggle-thumb{display:none}.home-page .theme-toggle-icon{display:none;width:auto;height:auto;font-size:.75rem}.home-page .theme-toggle-sun{display:grid}html[data-theme=dark] .home-page .theme-toggle-sun{display:none}html[data-theme=dark] .home-page .theme-toggle-moon{display:grid;margin:0}.home-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--border);background:radial-gradient(circle at 14% 18%,color-mix(in srgb,var(--accent) 45%,transparent) 0 1px,transparent 2px),radial-gradient(circle at 82% 72%,color-mix(in srgb,var(--accent) 45%,transparent) 0 1px,transparent 2px),repeating-linear-gradient(101deg,transparent 0 8.5rem,color-mix(in srgb,var(--accent) 9%,transparent) 8.55rem,transparent 8.65rem 17rem),var(--bg);background-size:22rem 18rem,26rem 23rem,auto,auto}.home-hero:after{position:absolute;inset:0;background:linear-gradient(90deg,var(--bg),transparent 18%,transparent 82%,var(--bg));pointer-events:none;content:""}.home-hero-grid{position:relative;z-index:1;display:grid;min-height:40rem;grid-template-columns:minmax(0,1.35fr) minmax(20rem,.9fr);gap:3.5rem;align-items:center;padding-block:5.4rem}.home-hero-copy-block{max-width:42rem}.home-kicker{display:flex;margin:0 0 1.25rem;align-items:center;gap:.9rem;color:var(--text-3);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.69rem;letter-spacing:.16em;line-height:1.4;text-transform:uppercase}.home-kicker:after{height:1px;flex:1;background:var(--border);content:""}.home-hero h1{max-width:42rem;margin:0 0 1.25rem;color:var(--text-1);font-size:clamp(3rem,5.4vw,4.8rem);line-height:1.04;letter-spacing:-.055em}.home-hero-copy{max-width:39rem;margin:0 0 1.8rem;color:var(--text-2);font-size:clamp(1rem,1.4vw,1.13rem);line-height:1.7}.home-page .hero-actions{justify-content:flex-start;gap:.65rem}.home-page .home-hero .button{font-size:.9rem}.home-hero-facts{display:flex;margin:1.65rem 0 0;padding:0;flex-wrap:wrap;gap:.65rem 1.35rem;list-style:none;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.68rem}.home-hero-facts li{display:flex;gap:.5rem}.home-hero-facts strong{color:var(--text-1);font-weight:500}.home-hero-facts span{color:var(--text-3)}.glance-panel{padding:1.55rem;border:1px solid var(--border);background:color-mix(in srgb,var(--bg-elevated) 86%,transparent);box-shadow:1rem 1rem color-mix(in srgb,var(--accent) 4%,transparent)}.glance-panel h2{margin:0 0 1.3rem;color:var(--text-3);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.glance-panel dl{margin:0}.glance-panel dl div{display:grid;grid-template-columns:4.3rem 1fr;gap:.7rem;padding:.65rem 0;border-top:1px solid color-mix(in srgb,var(--border) 70%,transparent)}.glance-panel dl div:first-child{border-top:0}.glance-panel dt{color:var(--text-3);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.68rem}.glance-panel dd{margin:0;color:var(--text-2);font-size:.78rem;line-height:1.5}.home-section{padding:6rem 0;border-bottom:1px solid var(--border);scroll-margin-top:4rem}.home-section-tinted,.home-demo{background:var(--bg-subtle)}.home-section-header{max-width:43rem;margin-bottom:3rem}.home-section-header h2,.home-privacy h2,.home-cta h2{margin:0 0 1rem;color:var(--text-1);font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-.04em}.home-section-header>p:last-child,.home-section-header>div+p,.split-heading>p,.home-privacy .split-heading>p{margin:0;color:var(--text-2);font-size:1rem;line-height:1.75}.split-heading{display:grid;max-width:none;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:end}.feature-row,.proof-grid,.link-grid{display:grid;gap:0;border:1px solid var(--border)}.feature-row{grid-template-columns:repeat(3,minmax(0,1fr))}.proof-grid,.link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .card{padding:1.65rem;border:0;border-right:1px solid var(--border);border-radius:0;background:var(--bg-elevated);box-shadow:none}.feature-row .card:last-child{border-right:0}.proof-grid .card:nth-child(2n),.link-grid .card:nth-child(2n){border-right:0}.proof-grid .card:nth-child(-n+2),.link-grid .card:nth-child(-n+2){border-bottom:1px solid var(--border)}.home-page .card h3{font-size:1rem}.home-page .card p,.home-page .card li{margin-top:0;color:var(--text-2);font-size:.87rem;line-height:1.65}.home-page code{color:var(--accent-hover);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.8em}.home-demo .product-demo{max-width:65rem}.home-demo .product-demo-frame{border-color:var(--border-hi);border-radius:0;box-shadow:1rem 1rem color-mix(in srgb,var(--accent) 6%,transparent)}.home-demo .product-demo figcaption{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.68rem}.home-steps{display:grid;margin:0;padding:0;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--border-hi);list-style:none}.home-steps li{position:relative;padding:2rem 2rem 0 0}.home-steps li:not(:last-child):after{position:absolute;top:-.3rem;right:1.5rem;width:.55rem;height:.55rem;border:1px solid var(--accent);background:var(--bg-subtle);content:""}.home-steps span,.file-requirements>li>span{color:var(--accent-hover);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.67rem;letter-spacing:.12em;text-transform:uppercase}.home-steps h3{margin-top:.8rem;font-size:1.18rem}.home-steps p{color:var(--text-2);font-size:.87rem;line-height:1.7}.home-files-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:5rem;align-items:start}.file-requirements{margin:0;padding:0;border-top:1px solid var(--border);list-style:none}.file-requirements li{display:grid;grid-template-columns:2.2rem 1fr;gap:1rem;padding:1.15rem 0;border-bottom:1px solid var(--border)}.file-requirements p{margin:0;color:var(--text-2);font-size:.9rem;line-height:1.65}.file-requirements strong{color:var(--text-1)}.file-check-panel{margin-top:2.1rem;padding:2rem;border:1px solid var(--border-hi);background:var(--bg-elevated)}.file-check-panel h3{font-size:1.55rem}.file-check-panel>p:not(.home-kicker),.tier-note span{color:var(--text-2);font-size:.88rem;line-height:1.7}.tier-note{display:grid;margin-top:1.5rem;padding-top:1.4rem;border-top:1px solid var(--border);gap:.4rem}.tier-note strong{font-size:.8rem}.scanner-strip{display:flex;margin-top:4rem;align-items:center;gap:1.4rem;color:var(--text-3);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.66rem;text-transform:uppercase}.scanner-strip>span{flex:0 0 auto}.scanner-strip ul{display:flex;margin:0;padding:0;flex-wrap:wrap;gap:.65rem 1.3rem;list-style:none;color:var(--text-2)}.home-page .text-link{color:var(--accent-hover);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.76rem;font-weight:500}.home-page #pricing .grid-3{gap:0;border:1px solid var(--border)}.home-page .pricing-card{min-height:25rem;display:flex;flex-direction:column}.home-page .pricing-card.featured{border:0;border-right:1px solid var(--border);background:color-mix(in srgb,var(--accent) 12%,var(--bg-elevated));color:var(--text-1)}.home-page .pricing-card.featured h3,.home-page .pricing-card.featured .price{color:var(--text-1)}.home-page .pricing-card.featured p,.home-page .pricing-card.featured li{color:var(--text-2)}.home-page .pricing-card .button{margin-top:auto;align-self:stretch}.home-page .price{margin:.4rem 0;font-size:2.6rem;letter-spacing:-.05em}.home-page .price-meta,.home-page .check-list{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.69rem}.home-page .badge{align-self:flex-start;border-radius:0;background:var(--accent);color:#071113;font-family:IBM Plex Mono,ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase}.home-privacy .split-heading{margin-bottom:0}.home-faq-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:5rem;align-items:start}.home-faq-grid .home-section-header{position:sticky;top:7rem}.home-page .faq-list{max-width:none;border-top:1px solid var(--border-hi)}.home-page details{border-color:var(--border)}.home-page summary{position:relative;padding:1.35rem 2.5rem 1.35rem 0;font-size:.93rem}.home-page summary:after{position:absolute;top:1.2rem;right:0;color:var(--accent-hover);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:1rem;content:"+"}.home-page details[open] summary:after{content:"\2212"}.home-page details p{max-width:42rem;color:var(--text-2);font-size:.88rem}.home-cta{padding:7rem 0;background:var(--accent);color:#071113;text-align:center}.home-cta h2{max-width:50rem;margin-inline:auto;color:#071113;font-size:clamp(2.35rem,5vw,4rem)}.home-cta p{margin:0 auto 1.7rem;color:#17383d}.home-cta .button{border:1px solid #071113;background:#071113;color:#edf8f8}.home-cta .button:hover{background:#17383d}.home-page .site-footer{padding:2.3rem 0;border-color:var(--border);background:var(--bg);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.67rem}.home-page .footer-nav{gap:.55rem 1rem}@media(max-width:920px){.home-page .main-nav{display:none}.home-hero-grid,.matterport-hero-grid,.home-files-grid,.home-faq-grid,.split-heading{grid-template-columns:1fr;gap:2.5rem}.home-hero-grid{padding-block:4.5rem}.matterport-hero-grid{min-height:auto;padding-block:4.5rem}.glance-panel{max-width:36rem}.home-faq-grid .home-section-header{position:static}}@media(max-width:680px){.home-page .nav-shell,.home-shell{width:min(100% - 1.5rem,70rem)}.home-page .nav-shell{flex-wrap:nowrap}.home-page .nav-actions .ghost{display:none}.home-page .nav-actions{margin-left:auto}.home-page .conversion-menu-list{right:auto;left:0}.home-page .nav-actions .button:not(.theme-toggle){min-height:2.2rem;padding-inline:.75rem;font-size:.7rem}.home-hero-grid{min-height:auto;padding-block:3.7rem}.matterport-hero-grid{gap:2rem;padding-block:3.7rem}.home-hero h1{font-size:clamp(2.7rem,13vw,3.8rem)}.home-hero-facts{display:grid;gap:.55rem}.home-section{padding-block:4.2rem}.feature-row,.proof-grid,.link-grid,.home-steps,.home-page #pricing .grid-3{grid-template-columns:1fr}.home-page .card,.home-page .pricing-card.featured{border-right:0;border-bottom:1px solid var(--border)}.feature-row .card:last-child,.proof-grid .card:last-child,.link-grid .card:last-child,.home-page .pricing-card:last-child{border-bottom:0}.home-steps{border-top:0}.home-steps li{padding:1.5rem 0;border-top:1px solid var(--border)}.home-steps li:not(:last-child):after{display:none}.scanner-strip{align-items:flex-start;flex-direction:column}.home-page .pricing-card{min-height:auto}.home-page .pricing-card .button{margin-top:1.2rem}.home-cta{padding-block:5rem}}
