:root{
  --ink:#111827;
  --muted:#64748b;
  --line:#e7ebf0;
  --paper:#fbfcfe;
  --white:#fff;
  --green:#16a579;
  --green-dark:#0e7a59;
  --green-soft:#e9f8f2;
  --blue:#223c86;
  --navy:#0d1b32;
  --sand:#f5f1e8;
  --shadow:0 24px 70px rgba(17,24,39,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
button,input,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.nav-wrap{position:sticky;top:0;z-index:20;background:rgba(251,252,254,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(231,235,240,.8)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-weight:800;font-size:20px;letter-spacing:-.03em}
.brand-mark{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--green),var(--blue));box-shadow:0 8px 22px rgba(34,60,134,.22)}
.nav-links{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:600}.nav-links>a{color:#46546a}.nav-links>a:hover{color:var(--ink)}
.btn{border:none;border-radius:13px;padding:12px 18px;font-weight:700;transition:.2s ease;display:inline-flex;align-items:center;justify-content:center}.btn:hover{transform:translateY(-1px)}
.btn-small{padding:10px 14px;border-radius:11px}.btn-large{padding:15px 21px;font-size:15px}.btn-primary{background:var(--ink);color:#fff;box-shadow:0 9px 25px rgba(17,24,39,.13)}.btn-primary:hover{background:#000}.btn-outline{background:#fff;border:1px solid var(--line)}.btn-ghost{background:#fff;border:1px solid #d9e0e8}.btn-white{background:#fff;color:var(--navy)}.btn-dark-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}.btn-full{width:100%;margin-top:10px}
.hero{min-height:680px;display:grid;grid-template-columns:1.08fr .92fr;gap:68px;align-items:center;padding-top:70px;padding-bottom:86px}.hero-copy{padding-bottom:28px}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;text-transform:uppercase;letter-spacing:.11em;font-weight:800;color:var(--green-dark);margin-bottom:18px}.eyebrow>span{width:8px;height:8px;background:var(--green);border-radius:50%;box-shadow:0 0 0 5px var(--green-soft)}.eyebrow.simple{display:block}.eyebrow.light{color:#bce9db}
.hero h1,.section-heading h2,.pilot h2,.cta-box h2,.rules-section h2{font-family:Manrope,sans-serif;letter-spacing:-.055em;line-height:1.02;margin:0}.hero h1{font-size:clamp(48px,6.2vw,78px);max-width:720px}.hero h1 em{font-style:normal;color:var(--green)}.hero-sub{font-size:19px;color:#526174;max-width:640px;margin:25px 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px;color:#6b7788;font-size:13px;font-weight:600}
.hero-card-wrap{position:relative;display:flex;justify-content:center}.hero-listing{width:min(100%,420px);transform:rotate(1.5deg);box-shadow:var(--shadow)}.listing-card{background:#fff;border:1px solid #e8edf2;border-radius:28px;padding:22px}.listing-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.listing-kicker{font-size:10px;letter-spacing:.13em;color:var(--green-dark);font-weight:800;margin:0 0 4px}.listing-card h3{font:800 24px Manrope,sans-serif;margin:0}.muted{margin:2px 0 0;color:#7c8796;font-size:13px}.price{font:800 20px Manrope,sans-serif}.price span{font:500 11px "DM Sans";color:#7c8796}.room-visual{height:210px;background:linear-gradient(145deg,#e4d8c6,#f7f3ea);border-radius:20px;margin:18px 0;position:relative;overflow:hidden}.room-window{position:absolute;left:28px;top:25px;width:106px;height:94px;background:linear-gradient(#9bc9e9 0 65%,#cce5ef 65%);border:8px solid #f8f5ee;box-shadow:0 3px 12px rgba(0,0,0,.08)}.room-bed{position:absolute;right:22px;bottom:34px;width:190px;height:70px;background:#fff;border-radius:16px 16px 4px 4px;box-shadow:0 14px 20px rgba(73,58,43,.13)}.room-bed:before{content:"";position:absolute;left:12px;top:-30px;width:55px;height:40px;background:#d3c1a9;border-radius:14px}.room-desk{position:absolute;left:30px;bottom:40px;width:95px;height:10px;background:#795d44;border-radius:3px}.room-desk:after{content:"";position:absolute;width:8px;height:46px;background:#6a503c;left:10px}.room-rug{position:absolute;right:70px;bottom:10px;width:170px;height:28px;background:#b9c7b2;border-radius:50%}.date-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:16px;overflow:hidden}.date-grid>div{padding:12px 14px}.date-grid>div+div{border-left:1px solid var(--line)}.date-grid span{display:block;font-size:10px;color:#8792a1;text-transform:uppercase;font-weight:700}.date-grid strong{font-size:14px}.rule-box{background:#f7faf9;border-radius:14px;padding:12px 14px;margin:13px 0;font-size:11px;color:#566271;display:grid;gap:6px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:6px}.dot.good{background:var(--green)}.dot.warn{background:#dba333}.fake-cta{width:100%;border:0;background:#111827;color:#fff;padding:12px;border-radius:12px;font-weight:800}.floating-pill{position:absolute;z-index:3;background:#fff;border:1px solid var(--line);box-shadow:0 12px 35px rgba(17,24,39,.1);border-radius:999px;padding:10px 14px;font-size:12px;font-weight:800}.pill-a{left:-8px;top:72px;transform:rotate(-4deg)}.pill-b{right:-8px;bottom:82px;transform:rotate(5deg);color:var(--green-dark)}
.problem-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.strip-grid{display:grid;grid-template-columns:repeat(3,1fr)}.strip-grid>div{padding:27px 28px;display:flex;gap:8px;flex-direction:column}.strip-grid>div+div{border-left:1px solid var(--line)}.strip-grid strong{font:800 15px Manrope,sans-serif}.strip-grid span{font-size:13px;color:#6b7788}
.section{padding-top:100px;padding-bottom:100px}.section-heading{max-width:760px;text-align:center;margin:0 auto 48px}.section-heading.left{text-align:left;margin-left:0}.section-heading h2,.pilot h2,.rules-section h2{font-size:clamp(36px,4.2vw,54px)}.section-heading p,.pilot p,.rules-section p{color:#667487;font-size:17px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;min-height:230px}.featured-step{background:var(--green);color:#fff;border-color:var(--green)}.featured-step p{color:#dff7ee!important}.step-no{font:800 12px Manrope,sans-serif;letter-spacing:.1em;color:#8b96a4}.featured-step .step-no{color:#c9f0e4}.step-card h3{font:800 22px Manrope,sans-serif;margin:46px 0 9px}.step-card p{margin:0;color:#6d7887;font-size:14px}
.pilot{background:var(--navy);color:#fff}.pilot-grid{display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:center}.pilot p{color:#b6c1d0}.pilot-note{border-left:3px solid var(--green);padding-left:16px;color:#dfe8f4;font-size:14px;margin-top:28px}.mini-dashboard{background:#fff;color:var(--ink);border-radius:24px;padding:18px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.dash-top{display:flex;justify-content:space-between;align-items:center;font-weight:800;padding:5px 5px 13px}.status{font-size:10px;color:var(--green-dark);background:var(--green-soft);padding:7px 9px;border-radius:999px;text-transform:uppercase}.dash-card{border:1px solid var(--line);border-radius:15px;padding:15px;margin-top:10px;display:grid;grid-template-columns:1fr auto;gap:4px 14px;align-items:center}.dash-card span{font-size:11px;color:#8792a1}.dash-card strong{font-size:14px}.dash-card button{grid-row:1/3;grid-column:2;border:0;border-radius:10px;padding:8px 11px;background:#eef3f7;font-weight:800}.tiny-bar{grid-column:1/-1;height:7px;background:#eef2f5;border-radius:99px;overflow:hidden;margin-top:8px}.tiny-bar i{display:block;width:36%;height:100%;background:linear-gradient(90deg,var(--green),#5fb7e8)}
.rules-section{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:center}.rules-demo{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 18px 50px rgba(17,24,39,.06)}.property-title{display:flex;align-items:center;gap:13px;padding-bottom:18px}.logo-box{width:44px;height:44px;border-radius:12px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:800}.property-title strong,.property-title small{display:block}.property-title small{color:#8490a0;margin-top:2px}.rule-row{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:14px 0;font-size:13px}.rule-row span{color:#7a8594}.rule-row strong{text-align:right}.legal-note{font-size:11px!important;background:#f7f9fb;padding:12px;border-radius:12px;margin-bottom:0!important}
.cta-section{padding:0 0 100px}.cta-box{background:linear-gradient(135deg,#1a9a75,#17366f);border-radius:30px;padding:48px;color:#fff;display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center}.cta-box h2{font-size:44px}.cta-box p{color:#dcebe9}.cta-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}
footer{background:#0b1322;color:#c3ccda;padding:40px 0}.footer-grid{display:grid;grid-template-columns:auto auto 1fr;gap:34px;align-items:center}.footer-brand{color:#fff}.footer-grid p{font-size:12px}.footer-legal{text-align:right;color:#8e9aab}
.modal-backdrop{position:fixed;inset:0;background:rgba(5,12,24,.72);z-index:50;display:grid;place-items:center;padding:20px;backdrop-filter:blur(7px)}.modal-backdrop[hidden]{display:none}.modal{width:min(680px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:24px;padding:30px;position:relative;box-shadow:0 30px 100px rgba(0,0,0,.3)}.modal-close{position:absolute;right:18px;top:14px;border:0;background:transparent;font-size:28px;color:#7a8594}.modal h2{font:800 34px Manrope,sans-serif;margin:0;letter-spacing:-.04em}.modal-intro{color:#667487;margin-top:8px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:block;font-size:12px;font-weight:800;color:#4f5d70;margin-top:13px}input,textarea{width:100%;border:1px solid #dfe5ec;border-radius:11px;padding:11px 12px;margin-top:6px;outline:none;background:#fbfcfd}input:focus,textarea:focus{border-color:#67bfa4;box-shadow:0 0 0 3px rgba(22,165,121,.1)}.consent{display:flex;gap:10px;align-items:flex-start;font-weight:500;line-height:1.4;margin:16px 0}.consent input{width:16px;margin-top:2px}.privacy-copy{font-size:10px;color:#94a0ae;text-align:center}.success-view{text-align:center;padding:38px 10px}.success-view[hidden]{display:none}.success-icon{width:56px;height:56px;border-radius:50%;background:var(--green-soft);color:var(--green-dark);display:grid;place-items:center;font-size:26px;font-weight:800;margin:0 auto 16px}.success-view h2{margin-bottom:8px}.success-view p{color:#667487;max-width:480px;margin:0 auto 22px}
@media(max-width:900px){.nav-links>a{display:none}.hero{grid-template-columns:1fr;padding-top:45px;gap:35px}.hero-card-wrap{margin-top:5px}.hero-listing{transform:none}.strip-grid{grid-template-columns:1fr}.strip-grid>div+div{border-left:0;border-top:1px solid var(--line)}.steps{grid-template-columns:1fr}.pilot-grid,.rules-section,.cta-box{grid-template-columns:1fr}.cta-actions{justify-content:flex-start}.footer-grid{grid-template-columns:1fr}.footer-legal{text-align:left}.floating-pill{display:none}}
@media(max-width:620px){.container{width:min(100% - 28px,1160px)}.nav{height:68px}.nav-links{gap:7px}.nav-links .btn-outline{display:none}.brand{font-size:17px}.hero{padding-bottom:60px}.hero h1{font-size:46px}.hero-sub{font-size:17px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.trust-row{gap:9px;flex-direction:column}.section{padding-top:72px;padding-bottom:72px}.section-heading h2,.pilot h2,.rules-section h2{font-size:37px}.cta-box{padding:28px}.cta-box h2{font-size:36px}.field-row{grid-template-columns:1fr}.modal{padding:25px 18px}.nav-links .btn-small{font-size:12px;padding:9px 10px}}

/* Pilot form safeguards */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.form-error {
  color: #b42318 !important;
  font-weight: 600;
}
button:disabled {
  opacity: .65;
  cursor: wait;
}

.marketplace-section { padding-top: 36px; }
.public-listings { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:28px; }
.public-card { background:#fff; border:1px solid #e7e9ec; border-radius:22px; padding:20px; box-shadow:0 14px 35px rgba(10,18,32,.06); }
.public-card-top { display:flex; justify-content:space-between; gap:16px; align-items:flex-start; }
.public-card .property { font-family:Manrope,sans-serif; font-size:1.15rem; font-weight:800; margin:3px 0; }
.public-card .price { font-size:1.05rem; white-space:nowrap; }
.public-card .meta { display:flex; flex-wrap:wrap; gap:8px; margin:16px 0; }
.public-card .meta span { background:#f4f7f6; border-radius:999px; padding:7px 10px; font-size:.79rem; color:#45515c; }
.public-card .desc { color:#63707c; font-size:.9rem; min-height:42px; }
.public-card .public-note { margin-top:14px; padding-top:14px; border-top:1px solid #eef0f1; color:#6c7781; font-size:.78rem; }
.public-card button { margin-top:14px; width:100%; }
.listing-empty { grid-column:1/-1; padding:28px; border:1px dashed #ccd5d2; border-radius:20px; color:#68747d; background:#fafcfb; text-align:center; }
.match-badge { display:inline-block; margin-top:10px; padding:7px 10px; border-radius:999px; background:#e8fbf2; color:#137a52; font-weight:700; font-size:.8rem; }
@media (max-width: 900px){ .public-listings{grid-template-columns:1fr 1fr;} }
@media (max-width: 620px){ .public-listings{grid-template-columns:1fr;} }

/* v0.4: same visual language, shorter mobile journey, horizontal discovery */
.cta-early{padding:26px 0 22px}.compact-cta{padding:34px 40px}.compact-cta h2{font-size:clamp(34px,4vw,46px)}.compact-cta p{margin-bottom:0}
.priority-section{padding-top:74px;padding-bottom:70px}.compact-heading{margin-bottom:30px}.compact-heading p{max-width:680px}.marketplace-section{padding-top:64px;padding-bottom:70px}.property-rules-section{padding-top:70px;padding-bottom:80px}
.carousel-hint{font-size:11px;color:#8b96a4;margin-top:11px;font-weight:700;letter-spacing:.02em}.mobile-only{display:none}
.property-rules-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.property-rule-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 14px 35px rgba(10,18,32,.055)}.property-rule-card .property-title{padding-bottom:13px}.rule-status{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;color:var(--green-dark);background:var(--green-soft);border-radius:999px;padding:6px 9px;margin-bottom:10px}.property-source{font-size:10px!important;color:#8a95a4!important;margin:12px 0 0!important;line-height:1.45}.pilot-mini{border-top:1px solid var(--line);background:#fff}.pilot-mini-inner{min-height:82px;display:flex;align-items:center;gap:14px;justify-content:center;text-align:center;color:#677486;font-size:13px}.pilot-mini-inner strong{color:var(--ink);font-family:Manrope,sans-serif}
.property-rule-hint,.selected-listing-notice{margin-top:12px;border-radius:12px;padding:11px 12px;font-size:12px;line-height:1.45}.property-rule-hint{background:#f1faf7;border:1px solid #d7eee6;color:#315d50}.selected-listing-notice{background:#f5f7fb;border:1px solid #e0e6ef;color:#40506a}.property-rule-hint strong,.selected-listing-notice strong{font-weight:800}

@media(max-width:900px){
  .mobile-only{display:block}
  .horizontal-mobile,.mobile-carousel{display:flex!important;grid-template-columns:none!important;gap:14px!important;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:0;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;scrollbar-width:none;padding-bottom:4px}
  .horizontal-mobile::-webkit-scrollbar,.mobile-carousel::-webkit-scrollbar{display:none}
  .strip-grid{padding-top:0;padding-bottom:0}
  .strip-grid>div{flex:0 0 min(82vw,360px);scroll-snap-align:start;padding:24px 22px;border-left:0!important;border-top:0!important;border-right:1px solid var(--line)}
  .steps{grid-template-columns:none}
  .step-card{flex:0 0 min(82vw,360px);scroll-snap-align:center;min-height:215px}
  .step-card h3{margin-top:36px}
  .public-listings{grid-template-columns:none}
  .public-card{flex:0 0 min(86vw,390px);scroll-snap-align:start;min-height:100%}
  .property-rules-grid{grid-template-columns:none}
  .property-rule-card{flex:0 0 min(86vw,390px);scroll-snap-align:start}
  .listing-empty{flex:0 0 100%;min-width:100%}
  .compact-cta{grid-template-columns:1fr;gap:20px}.cta-actions{justify-content:flex-start}
}

@media(max-width:620px){
  .hero{min-height:auto;padding-top:38px;padding-bottom:42px;gap:26px}
  .hero h1{font-size:44px}.hero-sub{margin:20px 0 22px}
  .hero-card-wrap{margin-bottom:4px}.room-visual{height:165px}
  .cta-early{padding:20px 0}.compact-cta{padding:25px 22px;border-radius:24px}.compact-cta h2{font-size:34px}.compact-cta p{font-size:15px}
  .problem-strip .container{width:100%;padding-left:14px;padding-right:0}
  .priority-section,.marketplace-section,.property-rules-section{padding-top:56px;padding-bottom:56px}
  .section-heading h2,.property-rules-section h2{font-size:34px}.section-heading p{font-size:15px}
  .step-card{flex-basis:84vw}.public-card,.property-rule-card{flex-basis:88vw}
  .public-card .desc{min-height:auto}
  .pilot-mini-inner{justify-content:flex-start;text-align:left;flex-direction:column;align-items:flex-start;gap:2px;padding:18px 0}
}


/* v0.5: phone-first step carousel controls */
.carousel-dots{display:none}
@media(max-width:900px){
  .carousel-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px}
  .carousel-dots .dot{width:8px;height:8px;min-width:8px;padding:0;border:0;border-radius:999px;background:#cbd3dd;cursor:pointer;transition:width .28s ease,background .28s ease,transform .28s ease}
  .carousel-dots .dot.active{width:24px;background:var(--green);transform:scaleY(1.05)}
  #stepsCarousel{scroll-snap-type:x mandatory}
}


/* v0.7 listing photo upload */
.photo-upload-block{margin-top:14px}.label-note{font-weight:500;color:#8a96a6;margin-left:5px}.photo-input{padding:10px;background:#fff}.photo-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:10px}.photo-thumb{position:relative;aspect-ratio:4/3;border:1px solid #dfe5ec;border-radius:12px;overflow:hidden;background:#f4f7f9}.photo-thumb img{width:100%;height:100%;object-fit:cover;display:block}.photo-thumb button{position:absolute;top:5px;right:5px;width:26px;height:26px;border:0;border-radius:50%;background:rgba(11,22,40,.88);color:#fff;font-size:17px;line-height:1;cursor:pointer}.photo-help{font-size:11px;color:#8a96a6;margin:8px 0 0}.photo-help.error{color:#b42318;font-weight:700}.upload-progress{font-size:12px;color:#667487;text-align:center;margin:8px 0 0}.public-cover{width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#edf2f4;margin-bottom:17px}.public-cover img{width:100%;height:100%;display:block;object-fit:cover}
@media(max-width:620px){.photo-preview{grid-template-columns:repeat(2,1fr)}.photo-input{font-size:13px}.public-cover{border-radius:14px}}

/* v0.8 listing detail experience */
.public-listings{align-items:start}.public-card{height:auto;align-self:start}.public-cover{cursor:pointer}.public-cover img{transition:transform .28s ease}.public-cover:hover img{transform:scale(1.02)}.public-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.public-card-actions .btn{margin-top:0!important}.btn-secondary-card{border:1px solid #d9e1e7;background:#fff;color:var(--ink)}
.detail-backdrop{position:fixed;inset:0;background:rgba(9,18,32,.66);z-index:70;padding:24px;overflow:auto;backdrop-filter:blur(7px)}.detail-backdrop[hidden]{display:none}.listing-detail{width:min(920px,100%);margin:24px auto;background:#fff;border-radius:28px;overflow:hidden;position:relative;box-shadow:0 30px 100px rgba(0,0,0,.28)}.detail-close{position:absolute;right:18px;top:18px;z-index:3;width:40px;height:40px;border-radius:50%;border:0;background:rgba(10,20,36,.82);color:#fff;font-size:27px;display:grid;place-items:center;cursor:pointer}.detail-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;background:#eef2f4;aspect-ratio:16/7}.detail-gallery::-webkit-scrollbar{display:none}.detail-slide{flex:0 0 100%;scroll-snap-align:start}.detail-slide img{width:100%;height:100%;object-fit:cover;display:block}.detail-no-photo{display:grid;place-items:center;flex:0 0 100%;background:linear-gradient(135deg,#eef7f4,#edf2fa);color:#778393;font-weight:700}.detail-gallery-dots{display:flex;justify-content:center;gap:7px;padding:10px 0 0}.detail-gallery-dots:empty{display:none}.detail-gallery-dots button{width:7px;height:7px;border-radius:50%;border:0;padding:0;background:#c7d0d9}.detail-gallery-dots button.active{background:var(--green);transform:scale(1.25)}.detail-content{padding:30px 34px 36px}.detail-title-row{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.detail-title-row h2{font:800 clamp(30px,4vw,46px) Manrope,sans-serif;letter-spacing:-.045em;margin:4px 0}.detail-price{font:800 27px Manrope,sans-serif;white-space:nowrap;color:var(--ink)}.detail-price span{font:500 13px DM Sans,sans-serif;color:#7a8593}.detail-facts{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}.detail-fact{background:#f4f7f6;border-radius:999px;padding:9px 12px;font-size:13px;color:#42505e}.detail-section{border-top:1px solid var(--line);padding-top:24px;margin-top:24px}.detail-section h3{font:800 19px Manrope,sans-serif;margin:0 0 9px}.detail-section>p{color:#617081;line-height:1.65}.detail-rules-box{background:#f8fbfa;border:1px solid #e0ebe7;border-radius:20px;padding:22px;margin-top:26px}.detail-rules-box.detail-section{border-top:1px solid #e0ebe7}.detail-rules-rows{margin-top:15px}.detail-rules-rows .rule-row{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-top:1px solid #e5ece9;font-size:12px}.detail-rules-rows .rule-row span{color:#6b7784}.detail-rules-rows .rule-row strong{text-align:right}.detail-safety-note{font-size:12px;line-height:1.55;color:#697684;margin:22px 0}.detail-interest-btn{width:100%}
@media(max-width:620px){.detail-backdrop{padding:0;background:#fff}.listing-detail{min-height:100vh;width:100%;margin:0;border-radius:0;box-shadow:none}.detail-gallery{aspect-ratio:4/3}.detail-close{position:fixed;right:14px;top:14px}.detail-content{padding:22px 18px 34px}.detail-title-row{gap:14px}.detail-title-row h2{font-size:31px}.detail-price{font-size:22px}.detail-facts{margin:17px 0}.detail-rules-box{padding:17px}.public-card-actions{grid-template-columns:1fr}.public-card-actions .interest-btn{display:none}}


/* v0.11 legal / pilot launch */
.legal-links{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.legal-links a{color:inherit;text-decoration:none;font-weight:700}.legal-links a:hover{text-decoration:underline}.consent a{color:inherit;font-weight:800}.legal-page{background:#f7f9fb}.legal-shell{max-width:820px;padding-top:72px;padding-bottom:88px}.legal-shell h1{font-size:clamp(42px,7vw,72px);line-height:.98;margin:10px 0 8px}.legal-shell h2{font-size:24px;margin:36px 0 10px}.legal-shell p{font-size:17px;line-height:1.72;color:var(--muted)}.legal-shell a{color:var(--ink);font-weight:800}.legal-updated{font-size:14px!important;font-weight:800;letter-spacing:.04em}.legal-callout{margin-top:40px;padding:22px 24px;border:1px solid var(--line);border-radius:22px;background:white;line-height:1.6;color:var(--muted)}@media(max-width:720px){.legal-shell{padding-top:42px;padding-bottom:64px}.legal-shell h1{font-size:44px}.legal-shell h2{font-size:21px;margin-top:30px}.legal-shell p{font-size:16px}.legal-page .site-header .btn{padding:10px 14px;font-size:13px}.legal-links{gap:14px}}

/* Unleaser v0.12 brand refresh */
:root{
  --ink:#12131a;
  --muted:#667085;
  --line:#e7e8ee;
  --paper:#f8f8fb;
  --white:#fff;
  --green:#6556ff;
  --green-dark:#4d3fd6;
  --green-soft:#eeecff;
  --blue:#ff6b45;
  --navy:#151525;
  --sand:#fff1e9;
  --shadow:0 24px 70px rgba(42,35,92,.14);
}
body{background:
  radial-gradient(circle at 12% 8%,rgba(101,86,255,.07),transparent 26%),
  radial-gradient(circle at 92% 16%,rgba(255,107,69,.06),transparent 24%),
  var(--paper)}
.nav-wrap{background:rgba(248,248,251,.88)}
.brand{font-size:21px;letter-spacing:-.04em}
.brand-mark{position:relative;overflow:hidden;width:38px;height:38px;border-radius:13px;background:linear-gradient(145deg,#6556ff 0%,#765cff 52%,#ff6b45 145%);box-shadow:0 10px 28px rgba(101,86,255,.27)}
.brand-mark:after{content:"↗";position:absolute;right:3px;top:-2px;font:700 10px/1 Manrope,sans-serif;color:#ffd8ca;opacity:.92}
.btn-primary,.fake-cta{background:linear-gradient(135deg,#151525,#30295f)}
.btn-primary:hover{background:#151525}
.hero{position:relative}
.hero:before{content:"";position:absolute;width:210px;height:210px;border:34px solid rgba(101,86,255,.05);border-radius:50%;left:-140px;top:110px;pointer-events:none}
.hero h1 em{color:var(--green);position:relative}
.hero h1 em:after{content:"";position:absolute;left:2px;right:2px;bottom:-7px;height:8px;border-radius:99px;background:linear-gradient(90deg,rgba(101,86,255,.2),rgba(255,107,69,.16));transform:rotate(-1deg)}
.eyebrow{color:var(--green-dark)}
.eyebrow>span{background:var(--green);box-shadow:0 0 0 5px var(--green-soft)}
.hero-listing{transform:rotate(1deg);border-color:#e5e1ff}
.room-visual{background:linear-gradient(145deg,#ded8ff,#fff0e9)}
.room-rug{background:#b9b0ff}
.floating-pill{border-color:#e3e0f5;box-shadow:0 13px 38px rgba(42,35,92,.12)}
.pill-a{color:var(--green-dark)}
.pill-b{color:#b64f33}
.featured-step{background:linear-gradient(145deg,#6556ff,#5442db);border-color:#6556ff;box-shadow:0 18px 50px rgba(101,86,255,.18)}
.cta-box{background:linear-gradient(135deg,#6556ff 0%,#4d3fd6 56%,#252044 100%);position:relative;overflow:hidden}
.cta-box:after{content:"UNLEASE";position:absolute;right:-22px;bottom:-34px;font:800 96px/1 Manrope,sans-serif;letter-spacing:-.08em;color:rgba(255,255,255,.055);pointer-events:none}
.rule-status{color:var(--green-dark);background:var(--green-soft)}
.property-rule-hint{background:#f3f1ff;border-color:#dfdcff;color:#4e4785}
.detail-no-photo{background:linear-gradient(135deg,#f0eeff,#fff0e9)}
.detail-gallery-dots button.active,.carousel-dots .dot.active{background:var(--green)}
.legal-page{background:#f8f8fb}
@media(max-width:620px){
  .hero h1{font-size:43px;letter-spacing:-.06em}
  .brand-mark{width:36px;height:36px}
  .cta-box:after{font-size:64px;right:-14px;bottom:-20px}
}


/* Unleaser v0.13 — conversion + trust polish */
.brand-mark{font-size:0}
.brand-mark:before{content:"U";font:800 20px/1 Manrope,sans-serif;color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.hero-copy:after{content:"DON’T BREAK IT. UNLEASE IT.";display:block;margin-top:34px;font:800 11px/1 Manrope,sans-serif;letter-spacing:.16em;color:#a3a0b8}
.trust-explainer{padding-top:20px;padding-bottom:86px}
.trust-panel{border:1px solid #e5e1ff;background:linear-gradient(145deg,#fbfaff,#fff);border-radius:30px;padding:38px;display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:center;box-shadow:0 18px 55px rgba(42,35,92,.07)}
.trust-panel h2{font:800 clamp(30px,4vw,46px)/1.04 Manrope,sans-serif;letter-spacing:-.05em;margin:0 0 14px;color:var(--ink)}
.trust-panel p{color:#647184;line-height:1.65;margin:0;max-width:580px}
.handoff-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:12px;align-items:center}
.handoff-flow>div{background:#f6f4ff;border:1px solid #e8e4ff;border-radius:20px;padding:18px;min-height:145px}
.handoff-flow span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#6556ff;color:white;font-weight:800;margin-bottom:22px}
.handoff-flow strong,.handoff-flow small{display:block}.handoff-flow strong{font:800 14px Manrope,sans-serif;margin-bottom:5px}.handoff-flow small{color:#737d8b;line-height:1.35}.handoff-flow>b{color:#9b94c9;font-size:20px}
.public-card{transition:transform .2s ease,box-shadow .2s ease}.public-card:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(42,35,92,.1)}
@media(max-width:900px){.trust-panel{grid-template-columns:1fr}.handoff-flow{grid-template-columns:1fr}.handoff-flow>b{transform:rotate(90deg);justify-self:center}}
@media(max-width:620px){.trust-panel{padding:25px 20px;border-radius:24px}.hero-copy:after{margin-top:26px}.handoff-flow>div{min-height:auto}.trust-explainer{padding-bottom:58px}}


/* Unleaser v0.14 — requested layout refinements */
@media(min-width:901px){
  .compact-cta{grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:34px}
  .compact-cta h2{white-space:nowrap;font-size:clamp(32px,3.25vw,42px)}
  .trust-explainer{padding-top:34px;padding-bottom:72px}
}


/* v0.17 pilot-readiness polish */
.marketplace-trust{
  margin-top:10px !important;
  font-size:.86rem !important;
  font-weight:700;
  color:#5549d8 !important;
}
.empty-action{
  min-height:190px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-align:center;
  border:1px dashed rgba(101,86,255,.28);
  background:linear-gradient(135deg,rgba(101,86,255,.055),rgba(255,177,153,.055));
}
.empty-action strong{font-family:Manrope,sans-serif;font-size:1.08rem;color:#151329}
.empty-action span{color:#6f7890;margin-bottom:6px}
.empty-action .btn{width:auto}

@media (max-width: 760px){
  html,body{overflow-x:hidden}
  .hero-copy h1{font-size:clamp(2.45rem,12vw,3.45rem);line-height:.98}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-actions .btn{width:100%}
  .trust-row{gap:8px 14px}
  .trust-panel{padding:24px 18px}
  .section{padding-top:54px;padding-bottom:54px}
  .marketplace-trust{font-size:.8rem !important}
  .modal{max-height:92dvh;overflow:auto}
  input,select,textarea{font-size:16px}
}

.email-privacy-note{
  display:block;
  margin-top:6px;
  font-size:.78rem;
  line-height:1.4;
  color:#7a8297;
  font-weight:500;
}


/* v0.20 — AI assistant + contact */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.ai-launcher{position:fixed;right:24px;bottom:24px;z-index:90;border:0;border-radius:999px;background:linear-gradient(135deg,#6556ff,#4d3fd6);color:#fff;display:flex;align-items:center;gap:10px;padding:10px 16px 10px 9px;box-shadow:0 16px 42px rgba(65,52,184,.34);font:800 13px Manrope,sans-serif}
.ai-launcher:hover{transform:translateY(-2px)}
.ai-launcher-mark,.ai-avatar{display:grid;place-items:center;background:#fff;color:#6556ff;font:800 16px Manrope,sans-serif}
.ai-launcher-mark{width:34px;height:34px;border-radius:50%}
.ai-panel{position:fixed;right:24px;bottom:86px;z-index:95;width:min(390px,calc(100vw - 32px));height:min(610px,calc(100dvh - 120px));background:#fff;border:1px solid #e4e1ff;border-radius:24px;box-shadow:0 30px 90px rgba(24,20,55,.24);overflow:hidden;display:flex;flex-direction:column}
.ai-panel[hidden]{display:none}
.ai-header{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;border-bottom:1px solid #eceaf7;background:linear-gradient(135deg,#fbfaff,#fff)}
.ai-title-row{display:flex;align-items:center;gap:9px}
.ai-avatar{width:32px;height:32px;border-radius:11px;background:#6556ff;color:#fff;font-size:15px}
.ai-title-row strong{font:800 15px Manrope,sans-serif}
.ai-online{font-size:9px;font-weight:800;letter-spacing:.08em;color:#4d3fd6;background:#eeecff;padding:4px 6px;border-radius:999px}
.ai-header small{display:block;margin:3px 0 0 41px;color:#8a91a3;font-size:10px}
.ai-close{border:0;background:#f3f2f8;width:32px;height:32px;border-radius:10px;font-size:21px;color:#696f80}
.ai-messages{flex:1;overflow:auto;padding:17px;background:#fcfcfe;display:flex;flex-direction:column;gap:11px}
.ai-message{display:flex}.ai-message.user{justify-content:flex-end}.ai-bubble{max-width:84%;padding:11px 13px;border-radius:16px;font-size:13px;line-height:1.48;white-space:pre-wrap}
.ai-message.bot .ai-bubble{background:#f0eeff;color:#322d5f;border-bottom-left-radius:5px}
.ai-message.user .ai-bubble{background:#171724;color:#fff;border-bottom-right-radius:5px}
.ai-message.typing .ai-bubble{color:#817b9f;font-style:italic}
.ai-suggestions{display:flex;gap:7px;overflow:auto;padding:10px 14px 3px;scrollbar-width:none}.ai-suggestions::-webkit-scrollbar{display:none}
.ai-suggestions button{white-space:nowrap;border:1px solid #dedaf8;background:#fff;color:#5549b8;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:700}
.ai-form{display:grid;grid-template-columns:1fr 40px;gap:8px;padding:11px 14px 8px;align-items:end}
.ai-form textarea{resize:none;max-height:100px;margin:0;border-radius:14px;padding:10px 12px;font-size:13px}
.ai-form button{width:40px;height:40px;border:0;border-radius:12px;background:#6556ff;color:#fff;font-size:18px;font-weight:800}
.ai-form button:disabled{opacity:.55}
.ai-footer-note{padding:0 15px 12px;text-align:center;font-size:9px;color:#9298a8;line-height:1.4}.ai-footer-note a{font-weight:800;color:#6556ff}
@media(max-width:620px){
  .ai-launcher{right:14px;bottom:14px;padding:8px}.ai-launcher-label{display:none}.ai-launcher-mark{width:38px;height:38px}
  .ai-panel{right:8px;left:8px;bottom:68px;width:auto;height:min(590px,calc(100dvh - 88px));border-radius:22px}
}
