@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,500&family=Instrument+Sans:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--black:#0C0C0B;--white:#FAFAF7;--paper:#F5F0E8;--sand:#F0E9DF;--sand-2:#E6DDD0;--clay:#CEC3B0;--border:#DDD6CB;--muted:#8A7F74;--green:#1B3B2B;--green-lt:#E5F0E9;--green-mid:#2D6048;--rust:#F97316;--rust-lt:#FFF7ED;--rust-mid:#EA580C;--gold:#B89A5A;--gold-lt:#FBF5E8;--indigo:#2D1B69;--indigo-lt:#EDEBF8;--indigo-mid:#4A2D8F}html{scroll-behavior:smooth}body{font-family:Instrument Sans,sans-serif;background:var(--paper);color:var(--black);overflow-x:hidden}.wrap{max-width:1240px;margin:0 auto;padding:0 40px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}::selection{background:var(--gold);color:white}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(245,240,232,.88);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.nav-inner{justify-content:space-between;padding:12px 20px;max-width:1440px;margin:0 auto}.logo,.nav-inner{display:flex;align-items:center}.logo{text-decoration:none;position:relative}.logo-main-img{height:34px;width:auto;display:block;z-index:2;position:relative;margin-top:-8px}.logo-part-outer{display:none;overflow:hidden;z-index:1;position:relative}.logo-part-wrapper{display:flex;align-items:center;overflow:hidden}.logo-part-img{height:26px;width:auto;margin-left:3px;display:block;margin-top:5px}@media (min-width:768px){.logo-part-outer{display:block}}.nav-links{display:flex;align-self:stretch;align-items:stretch;gap:34px}.nav-link{font-size:.82rem;font-weight:500;color:var(--black);opacity:.72;transition:opacity .2s;position:relative;display:flex;align-items:center}.nav-link:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:0;height:3px;background:var(--rust);border-radius:2px 2px 0 0;opacity:0;transition:width .22s ease,opacity .22s ease}.nav-link:hover{opacity:1}.nav-link:hover:after{width:80%;opacity:.3}.nav-link.active{opacity:1}.nav-link.active:after{width:80%;opacity:1}.nav-right{display:flex;align-items:center;gap:14px}.nav-login{font-size:.82rem;font-weight:600;opacity:.75}.nav-login:hover{opacity:1}.btn-nav-cta{background:var(--rust);color:white;padding:10px 20px;border-radius:30px;font-size:.8rem;font-weight:600;border:none;display:inline-flex;align-items:center;gap:7px;transition:background .2s,transform .2s}.btn-nav-cta:hover{background:var(--rust-mid);transform:translateY(-1px)}.mobile-menu-btn{display:none;background:transparent;border:none;font-size:1.5rem}.mobile-nav-panel{display:none;position:fixed;top:60px;left:0;right:0;box-shadow:0 10px 10px #d3d3d360;background:var(--paper);z-index:99;padding:40px 24px;flex-direction:column;gap:24px;border-top:1px solid var(--border)}.mobile-nav-panel.open{display:flex}.mobile-nav-link{font-size:1.15rem;font-weight:600}.hero{padding:88px 40px 0;position:relative;overflow:hidden}.hero-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:50px;gap:50px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rust);background:var(--rust-lt);border:none;padding:7px 14px 7px 10px;border-radius:30px;margin-bottom:26px}.eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--rust);animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.35}}.hero h1{font-family:Fraunces,serif;font-weight:500;letter-spacing:-.03em;font-size:clamp(2rem,2.6vw,2.2rem);line-height:1.08;color:var(--black);margin-bottom:24px}.hero h1 .ln{display:block}.hero h1 em{color:var(--green)}.hero h1 .accent,.hero h1 em{font-style:italic;font-weight:400}.hero h1 .accent{color:var(--rust)}.hero-sub{font-size:1.07rem;line-height:1.6;color:var(--muted);max-width:480px;margin-bottom:36px}.hero-ctas{display:flex;align-items:center;gap:14px;margin-bottom:46px;flex-wrap:wrap}.btn-primary{background:var(--rust);color:white;padding:15px 28px;border-radius:12px;font-size:.92rem;font-weight:700;border:none;display:inline-flex;align-items:center;gap:9px;box-shadow:0 8px 24px rgba(249,115,22,.25);transition:all .2s}.btn-primary:hover{background:var(--rust-mid);transform:translateY(-2px);box-shadow:0 12px 30px rgba(249,115,22,.32)}.btn-secondary{background:transparent;color:var(--black);padding:15px 26px;border-radius:12px;font-size:.92rem;font-weight:700;border:1.5px solid var(--black);display:inline-flex;align-items:center;gap:8px;transition:all .2s}.btn-secondary:hover{background:var(--black);color:white}.hero-trust-mini{display:flex;align-items:center;gap:18px}.htm-ava,.htm-avatars{display:flex}.htm-ava{width:34px;height:34px;border-radius:50%;border:2.5px solid var(--paper);margin-left:-10px;align-items:center;justify-content:center;font-size:.9rem}.htm-ava:first-child{margin-left:0}.htm-text{font-size:.78rem;color:var(--muted);line-height:1.4}.htm-text strong{color:var(--black)}.hero-visual{position:relative;height:560px}.hv-card{position:absolute;background:var(--white);border:1px solid var(--border);border-radius:18px;box-shadow:0 20px 50px rgba(12,12,11,.1);overflow:hidden}.hv-main{width:280px;top:0;left:60px;z-index:3}.hv-main-img{height:170px;background:linear-gradient(135deg,var(--green) 0,#0f2419 100%);position:relative;display:flex;align-items:flex-end;padding:14px}.hv-badge-verified{background:rgba(255,255,255,.95);color:var(--green);font-size:.62rem;font-weight:800;padding:5px 10px;border-radius:20px;letter-spacing:.04em}.hv-main-body{padding:16px}.hv-main-title{font-family:Fraunces,serif;font-size:1rem;font-weight:600;margin-bottom:3px}.hv-main-loc{font-size:.7rem;color:var(--muted);margin-bottom:12px}.hv-main-price{font-size:.92rem;font-weight:700;color:var(--rust)}.hv-main-price span{font-size:.65rem;color:var(--muted);font-weight:500}.hv-inspection{width:230px;top:230px;left:0;z-index:2;padding:16px}.hv-insp-head{gap:8px;margin-bottom:12px}.hv-insp-head,.hv-insp-icon{display:flex;align-items:center}.hv-insp-icon{width:30px;height:30px;border-radius:8px;background:var(--gold-lt);justify-content:center;font-size:.85rem}.hv-insp-title{font-size:.76rem;font-weight:700}.hv-insp-sub{font-size:.62rem;color:var(--muted)}.hv-insp-photos{display:flex;gap:6px}.hv-insp-photo{flex:1 1;height:46px;border-radius:7px;background:var(--sand-2);display:flex;align-items:center;justify-content:center;font-size:1rem}.hv-dashboard{width:240px;top:120px;right:0;z-index:4;padding:16px}.hv-dash-head{font-size:.62rem;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-weight:700;margin-bottom:10px}.hv-dash-stat{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--border)}.hv-dash-stat:last-child{border-bottom:none}.hv-dash-lbl{font-size:.72rem;color:var(--muted)}.hv-dash-val{font-size:.82rem;font-weight:700;color:var(--green-mid)}.hv-chat{width:200px;bottom:0;right:30px;z-index:5;padding:14px}.hv-chat-row{gap:8px;margin-bottom:9px}.hv-chat-ava,.hv-chat-row{display:flex;align-items:center}.hv-chat-ava{width:26px;height:26px;border-radius:50%;background:var(--indigo-lt);justify-content:center;font-size:.7rem;flex-shrink:0}.hv-chat-bubble{background:var(--sand);border-radius:10px;padding:7px 10px;font-size:.66rem;line-height:1.4}.hv-deco-circle{position:absolute;border-radius:50%;border:24px solid rgba(184,154,90,.12);width:200px;height:200px;top:-40px;right:-60px;z-index:0}.hv-deco-dots{position:absolute;bottom:40px;left:-20px;width:80px;height:80px;z-index:0;opacity:.5;background-image:radial-gradient(var(--clay) 2px,transparent 2px);background-size:14px 14px}.trust-bar{background:linear-gradient(135deg,#122F71,#2563EB);padding:0;margin-top:90px}.trust-inner{max-width:1240px;margin:0 auto;padding:38px 40px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.trust-stat{text-align:left;border-left:1px solid rgba(255,255,255,.15);padding-left:24px}.trust-stat:first-child{border-left:none;padding-left:0}.trust-num{font-family:Fraunces,serif;font-size:2.1rem;font-weight:600;color:white;line-height:1}.trust-lbl{font-size:.74rem;color:rgba(255,255,255,.55);margin-top:6px;font-weight:500}.section{padding:110px 0}.section.tight{padding:90px 0}.section-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--rust);margin-bottom:14px}.section-title{font-family:Fraunces,serif;font-weight:500;letter-spacing:-.02em;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.12;color:var(--black);max-width:620px}.section-title em{font-style:italic;color:var(--green);font-weight:400}.section-title .accent{color:var(--rust);font-style:italic;font-weight:400}.section-sub{font-size:1rem;color:var(--muted);max-width:540px;margin-top:16px;line-height:1.6}.section-head{margin-bottom:56px}.section-head.row{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;counter-reset:step}.how-card{position:relative;padding-top:8px}.how-num{font-family:Fraunces,serif;font-size:.78rem;font-weight:700;color:var(--clay);letter-spacing:.05em;margin-bottom:18px}.how-icon-wrap{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:22px}.how-card:first-child .how-icon-wrap{background:var(--rust-lt)}.how-card:nth-child(2) .how-icon-wrap{background:var(--gold-lt)}.how-card:nth-child(3) .how-icon-wrap{background:var(--green-lt)}.how-title{font-family:Fraunces,serif;font-size:1.3rem;font-weight:600;margin-bottom:10px}.how-text{font-size:.92rem;color:var(--muted);line-height:1.65;max-width:300px}.how-connector{position:absolute;top:38px;left:calc(100% + 14px);width:36px;height:1.5px;background:repeating-linear-gradient(90deg,var(--clay) 0 6px,transparent 6px 11px);display:none}@media(min-width:900px){.how-card:not(:last-child) .how-connector{display:block}}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;align-items:center}.split.reverse .split-visual{order:2}.split.reverse .split-text{order:1}.split-text{max-width:480px}.feature-list{margin-top:30px;display:flex;flex-direction:column;gap:15px}.feature-item{display:flex;align-items:flex-start;gap:13px}.feature-check{width:22px;height:22px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.66rem;color:white;margin-top:1px}.feature-text{font-size:.94rem;font-weight:500;color:var(--black)}.split-cta{margin-top:34px}.split-visual{position:relative}.sv-card{background:var(--white);border:none;border-radius:18px;box-shadow:0 24px 60px rgba(12,12,11,.08);padding:28px}.sv-card.tenant{background:linear-gradient(155deg,var(--rust-lt) 0,var(--white) 60%)}.sv-card.landlord{background:linear-gradient(155deg,var(--green-lt) 0,var(--white) 60%)}.sv-card.manager{background:linear-gradient(155deg,var(--gold-lt) 0,var(--white) 60%)}.sv-mock-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.sv-mock-title{font-family:Fraunces,serif;font-size:1.05rem;font-weight:600}.sv-mock-tag{font-size:.6rem;font-weight:700;background:rgba(12,12,11,.06);padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.sv-row{gap:12px;background:white;border:none;border-radius:11px;padding:12px 14px;margin-bottom:10px;box-shadow:0 4px 12px rgba(12,12,11,.03)}.sv-row,.sv-row-icon{display:flex;align-items:center}.sv-row-icon{width:34px;height:34px;border-radius:9px;justify-content:center;font-size:1rem;flex-shrink:0}.sv-row-title{font-size:.82rem;font-weight:600}.sv-row-sub{font-size:.66rem;color:var(--muted);margin-top:1px}.sv-row-badge{margin-left:auto;font-size:.6rem;font-weight:700;padding:3px 8px;border-radius:6px;white-space:nowrap}.insp-section{background:var(--green);padding:110px 0;position:relative;overflow:hidden}.insp-section:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;border:60px solid rgba(255,255,255,.04);top:-200px;right:-150px}.insp-inner{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:64px;gap:64px;align-items:center;position:relative}.insp-phone{width:280px;background:var(--black);border-radius:36px;padding:7px;box-shadow:0 30px 70px rgba(0,0,0,.4);margin:0 auto}.insp-phone-screen{background:var(--white);border-radius:30px;overflow:hidden}.insp-notch{height:24px;background:var(--black);display:flex;justify-content:center;align-items:center}.insp-notch-pill{width:60px;height:8px;background:#1a1a1a;border-radius:6px}.insp-screen-header{padding:14px 16px 10px;font-size:.8rem;font-weight:700}.insp-screen-img{height:130px;background:linear-gradient(135deg,#3a5443,#1B3B2B);margin:0 16px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem}.insp-screen-body{padding:14px 16px}.insp-report-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border);font-size:.72rem}.insp-report-row:last-child{border-bottom:none}.insp-verdict{background:var(--green-lt);color:var(--green-mid);font-size:.6rem;padding:4px 9px;border-radius:6px}.insp-text-eyebrow,.insp-verdict{font-weight:700;text-transform:uppercase}.insp-text-eyebrow{font-size:.7rem;letter-spacing:.12em;color:var(--gold);margin-bottom:16px}.insp-title{font-family:Fraunces,serif;font-size:clamp(1.9rem,3vw,2.5rem);font-weight:500;color:white;line-height:1.12;margin-bottom:18px;letter-spacing:-.02em}.insp-title em{font-style:italic;color:var(--gold);font-weight:400}.insp-sub{font-size:.98rem;color:rgba(255,255,255,.6);line-height:1.65;max-width:460px;margin-bottom:32px}.insp-benefits{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin-bottom:36px}.insp-benefit{display:flex;align-items:flex-start;gap:11px}.insp-benefit-icon{width:34px;height:34px;border-radius:9px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}.insp-benefit-title{font-size:.84rem;font-weight:700;color:white;margin-bottom:2px}.insp-benefit-sub{font-size:.72rem;color:rgba(255,255,255,.5);line-height:1.5}.btn-on-green{background:var(--gold);color:var(--black);padding:14px 26px;border-radius:12px;font-size:.88rem;font-weight:700;border:none;display:inline-flex;align-items:center;gap:8px;transition:all .2s}.btn-on-green:hover{background:#c9ad6c;transform:translateY(-2px)}.marketplace{background:var(--sand);border-radius:24px;padding:64px;margin:0 auto;max-width:1240px}.mp-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.mp-cards{display:flex;flex-direction:column;gap:12px}.mp-mgr-card{background:white;border:none;border-radius:14px;padding:16px 18px;gap:14px;box-shadow:0 8px 24px rgba(12,12,11,.04)}.mp-mgr-ava,.mp-mgr-card{display:flex;align-items:center}.mp-mgr-ava{width:46px;height:46px;border-radius:11px;justify-content:center;font-size:1.2rem;flex-shrink:0}.mp-mgr-name{font-size:.88rem;font-weight:700}.mp-mgr-meta{font-size:.7rem;color:var(--muted);margin-top:2px}.mp-mgr-rating{margin-left:auto;text-align:right}.mp-stars{color:var(--gold);font-size:.78rem}.mp-rating-num{font-size:.66rem;color:var(--muted);margin-top:2px}.carousel-section{overflow:hidden}.carousel-track{display:flex;gap:24px;padding:10px 40px 30px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-phone{flex-shrink:0;width:240px;scroll-snap-align:start}.cp-frame{background:var(--black);border-radius:32px;padding:6px;box-shadow:0 18px 40px rgba(12,12,11,.15)}.cp-screen{background:var(--white);border-radius:27px;overflow:hidden;height:430px}.cp-notch{height:22px;background:var(--black);display:flex;justify-content:center;align-items:center}.cp-notch-pill{width:50px;height:6px;background:#1a1a1a;border-radius:5px}.cp-label{text-align:center;font-size:.78rem;font-weight:700;margin-top:14px;color:var(--black)}.cp-sub{text-align:center;font-size:.66rem;color:var(--muted);margin-top:2px}.cp-search-bar{margin:14px 16px;background:var(--sand);border-radius:10px;padding:10px 12px;font-size:.7rem;color:var(--muted)}.cp-listing{margin:0 16px 10px;border:none;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(12,12,11,.03)}.cp-listing-img{height:70px;background:linear-gradient(135deg,#3a5443,#1B3B2B)}.cp-listing-body{padding:10px}.cp-listing-title{font-size:.72rem;font-weight:700}.cp-listing-price{font-size:.68rem;color:var(--rust);font-weight:700;margin-top:2px}.cp-hero-img{height:160px;background:linear-gradient(135deg,#c9ad6c,#9A7E3A);margin:0 16px;border-radius:12px}.cp-detail-title{padding:14px 16px 4px;font-size:.85rem;font-weight:700}.cp-detail-loc{padding:0 16px;font-size:.66rem;color:var(--muted)}.cp-detail-feat{display:flex;gap:8px;padding:12px 16px}.cp-feat-pill{background:var(--sand);border-radius:8px;padding:6px 10px;font-size:.6rem;font-weight:600}.cp-cal{margin:14px 16px;display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px}.cp-cal-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.6rem;border-radius:6px;background:var(--sand)}.cp-cal-day.sel{background:var(--green);color:white;font-weight:700}.cp-time-slot{margin:0 16px 8px;background:white;border:none;border-radius:8px;padding:9px 12px;font-size:.68rem;display:flex;justify-content:space-between;box-shadow:0 4px 12px rgba(12,12,11,.03)}.cp-dash-card{margin:14px 16px 10px;background:linear-gradient(135deg,#122F71,#2563EB);border-radius:12px;padding:14px}.cp-dash-lbl{font-size:.58rem;color:rgba(255,255,255,.5)}.cp-dash-val{font-family:Fraunces,serif;font-size:1.4rem;color:white;font-weight:700;margin-top:3px}.cp-msg-row{display:flex;gap:9px;padding:10px 16px;align-items:center}.cp-msg-ava{width:32px;height:32px;border-radius:50%;flex-shrink:0}.cp-msg-name{font-size:.72rem;font-weight:700}.cp-msg-text{font-size:.62rem;color:var(--muted)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.testi-card{background:var(--white);border:none;border-radius:18px;padding:30px;box-shadow:0 10px 30px rgba(12,12,11,.04)}.testi-stars{color:var(--gold);font-size:.85rem;margin-bottom:18px}.testi-quote{font-family:Fraunces,serif;font-size:1.08rem;font-style:italic;line-height:1.55;color:var(--black);margin-bottom:24px}.testi-person{gap:12px}.testi-ava,.testi-person{display:flex;align-items:center}.testi-ava{width:42px;height:42px;border-radius:50%;justify-content:center;font-size:1.1rem;flex-shrink:0}.testi-name{font-size:.84rem;font-weight:700}.testi-role{font-size:.68rem;color:var(--muted)}.faq-list{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-q{display:flex;align-items:center;justify-content:space-between;padding:24px 4px;cursor:pointer;gap:20px}.faq-q-text{font-family:Fraunces,serif;font-size:1.12rem;font-weight:500}.faq-toggle{width:30px;height:30px;border-radius:50%;background:var(--sand);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0;transition:transform .25s}.faq-item.open .faq-toggle{transform:rotate(45deg);background:var(--rust);color:white;border-color:var(--rust)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-a{max-height:200px;padding-bottom:24px}.faq-a-text{font-size:.92rem;color:var(--muted);line-height:1.65;max-width:640px;padding:0 4px}.download-section{background:linear-gradient(135deg,#122F71,#2563EB);border-radius:28px;max-width:1240px;margin:0 auto;padding:80px 60px;position:relative;overflow:hidden}.download-section:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;border:50px solid rgba(255,255,255,.04);bottom:-200px;left:-150px}.download-section:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;border:30px solid rgba(184,154,90,.12);top:-80px;right:60px}.download-inner{position:relative;display:grid;grid-template-columns:1.2fr .8fr;grid-gap:50px;gap:50px;align-items:center}.dl-title{font-family:Fraunces,serif;font-size:clamp(2rem,3.4vw,2.9rem);font-weight:500;color:white;line-height:1.1;letter-spacing:-.02em;margin-bottom:16px}.dl-title em{font-style:italic;color:var(--gold);font-weight:400}.dl-sub{font-size:1rem;color:rgba(255,255,255,.55);line-height:1.6;max-width:440px;margin-bottom:34px}.dl-btns{display:flex;gap:12px;flex-wrap:wrap}.store-btn{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.18);border-radius:12px;padding:11px 20px;transition:all .2s}.store-btn:hover{background:rgba(255,255,255,.15)}.store-icon{font-size:1.5rem}.store-text-sm{font-size:.6rem;color:rgba(255,255,255,.5)}.store-text-lg{font-size:.92rem;font-weight:700;color:white}.dl-qr{background:white;border-radius:18px;padding:20px;width:-moz-fit-content;width:fit-content;margin-left:auto;text-align:center}.dl-qr-box{width:140px;height:140px;background:repeating-conic-gradient(#0C0C0B 0 25%,white 0 50%) 0 0/16px 16px;border-radius:8px;margin-bottom:10px}.dl-qr-text{font-size:.68rem;color:var(--muted);font-weight:600}.footer{padding:80px 0 40px}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:60px}.footer-brand-logo{font-family:Fraunces,serif;font-size:1.2rem;font-weight:700;margin-bottom:14px}.footer-brand-logo em{font-style:italic;color:var(--rust)}.footer-brand-text{font-size:.82rem;color:var(--muted);line-height:1.6;max-width:230px;margin-bottom:22px}.footer-socials{display:flex;gap:10px}.footer-social{width:36px;height:36px;border-radius:9px;background:var(--sand-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.85rem;transition:all .2s;color:var(--black);opacity:.8}.footer-social.linkedin{color:#0A66C2;border-color:rgba(10,102,194,.25);background:rgba(10,102,194,.05);opacity:1}.footer-social.linkedin:hover{background:#0A66C2;color:white;border-color:#0A66C2}.footer-social.instagram{color:#E1306C;border-color:rgba(225,48,108,.25);background:rgba(225,48,108,.05);opacity:1}.footer-social.instagram:hover{background:#E1306C;color:white;border-color:#E1306C}.footer-social.facebook{color:#1877F2;border-color:rgba(24,119,242,.25);background:rgba(24,119,242,.05);opacity:1}.footer-social.facebook:hover{background:#1877F2;color:white;border-color:#1877F2}.footer-social.twitter{color:#1DA1F2;border-color:rgba(29,161,242,.25);background:rgba(29,161,242,.05);opacity:1}.footer-social.twitter:hover{background:#1DA1F2;color:white;border-color:#1DA1F2}.footer-col-title{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);margin-bottom:16px}.footer-link{display:block;font-size:.85rem;color:var(--black);opacity:.7;margin-bottom:12px;transition:opacity .2s}.footer-link:hover{opacity:1;color:var(--rust)}.footer-bottom{border-top:1px solid var(--border);padding-top:28px;display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--muted)}.partner-form-card{background:white;border:none;border-radius:18px;padding:40px;box-shadow:0 12px 40px rgba(0,0,0,.04)}.form-title{font-family:Fraunces,serif;font-size:1.6rem;font-weight:600;margin-bottom:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full{grid-column:span 2}.form-label{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.form-input,.form-select,.form-textarea{font-family:inherit;font-size:.9rem;padding:12px 16px;border-radius:8px;border:1px solid rgba(12,12,11,.08);background:var(--white);color:var(--black);outline:none;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--rust)}.form-checkbox-group{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:6px}.form-checkbox-lbl{display:flex;align-items:center;gap:8px;font-size:.88rem;cursor:pointer}.form-checkbox{width:18px;height:18px;border-radius:4px;border:1px solid rgba(12,12,11,.15);accent-color:var(--rust)}.btn-submit{background:var(--rust);color:white;font-size:.92rem;font-weight:700;border:none;padding:15px 30px;border-radius:10px;width:100%;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-submit:hover{background:var(--rust-mid);transform:translateY(-1px)}.help-hero{background:linear-gradient(135deg,#122F71,#2563EB);color:white;padding:80px 40px;text-align:center;position:relative;overflow:hidden}.help-hero h1{font-family:Fraunces,serif;font-size:clamp(2rem,3.4vw,2.8rem);font-weight:500;margin-bottom:20px}.help-search-wrap{max-width:600px;margin:0 auto;position:relative}.help-search-input{width:100%;padding:18px 24px 18px 54px;border-radius:30px;border:none;font-family:inherit;font-size:1rem;outline:none;color:var(--black);box-shadow:0 12px 30px rgba(0,0,0,.15)}.help-search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);font-size:1.2rem;color:var(--muted)}.help-grid-categories{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:50px}.help-cat-card{background:white;border:none;border-radius:18px;padding:30px;text-align:left;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 24px rgba(12,12,11,.04)}.help-cat-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,.06)}.help-cat-icon{width:50px;height:50px;border-radius:12px;background:var(--sand);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:20px}.help-cat-title{font-family:Fraunces,serif;font-size:1.2rem;font-weight:600;margin-bottom:10px}.help-cat-desc{font-size:.86rem;color:var(--muted);line-height:1.55;margin-bottom:18px}.help-cat-link{font-size:.82rem;font-weight:700;color:var(--rust);display:flex;align-items:center;gap:4px}.dl-resource-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.dl-card{background:white;border:none;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;gap:0;box-shadow:0 8px 24px rgba(12,12,11,.05);transition:transform .2s,box-shadow .2s}.dl-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(12,12,11,.08)}.dl-icon{width:52px;height:52px;border-radius:12px;background:var(--sand);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0;margin-bottom:18px}.dl-meta{flex:1 1;margin-bottom:16px}.dl-title-text{font-size:1rem;font-weight:700;margin-bottom:8px;line-height:1.3}.dl-desc{font-size:.8rem;color:var(--muted);line-height:1.55}.dl-size-badge{display:inline-flex;align-items:center;gap:4px;font-size:.68rem;color:var(--muted);border-radius:20px;padding:4px 10px;margin-top:10px;letter-spacing:.03em}.btn-dl,.dl-size-badge{font-weight:700;background:var(--sand)}.btn-dl{display:block;width:100%;text-align:center;border:1px solid rgba(12,12,11,.08);border-radius:10px;padding:11px 14px;font-size:.82rem;cursor:pointer;transition:all .2s;margin-top:auto}.btn-dl:hover{background:var(--black);color:white;border-color:var(--black)}.about-timeline{position:relative;max-width:800px;margin:60px auto 0;padding-left:30px}.about-timeline:before{content:"";position:absolute;left:9px;top:6px;bottom:6px;width:2px;background:var(--border)}.timeline-item{position:relative;margin-bottom:40px}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:-30px;top:6px;width:20px;height:20px;border-radius:50%;background:var(--paper);border:4px solid var(--rust)}.timeline-year{font-family:Fraunces,serif;font-size:1.25rem;font-weight:700;color:var(--rust);margin-bottom:6px}.timeline-title{font-size:.95rem;font-weight:700;margin-bottom:4px}.timeline-desc{font-size:.86rem;color:var(--muted);line-height:1.5}@media(max-width:980px){.nav-links{display:none}.mobile-menu-btn{display:block}.wrap{padding:0 24px}.hero{padding:60px 24px 0}.hero-inner{grid-template-columns:1fr}.hero-visual{height:420px;margin-top:30px}.trust-inner{grid-template-columns:repeat(2,1fr);padding:30px 24px}.trust-stat:nth-child(3){border-left:none;padding-left:0}.how-grid{gap:40px}.how-grid,.split{grid-template-columns:1fr}.split{gap:36px}.split.reverse .split-visual{order:1}.split.reverse .split-text{order:2}.insp-benefits,.insp-inner{grid-template-columns:1fr}.marketplace{padding:36px 24px;border-radius:18px}.mp-inner{gap:36px}.download-inner,.mp-inner,.testi-grid{grid-template-columns:1fr}.dl-qr{margin:0 auto}.footer-top{grid-template-columns:1fr 1fr}.section{padding:64px 0}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:span 1}.form-checkbox-group,.help-grid-categories{grid-template-columns:1fr}.help-grid-categories{gap:20px}.dl-resource-grid{grid-template-columns:1fr}}.top-loading-bar-container{position:fixed;top:0;left:0;width:100%;height:3.5px;z-index:99999;background:transparent;pointer-events:none}.top-loading-bar{height:100%;background:linear-gradient(90deg,var(--rust) 0,#ff8e3c 100%);box-shadow:0 0 10px rgba(249,115,22,.6),0 0 5px rgba(249,115,22,.4);transition:width .25s cubic-bezier(.08,.82,.17,1),opacity .3s ease}