/* ---------- Marketing landing page — reuses the product's own tokens ---------- */
body.landing-active{
  display:block; align-items:initial; justify-content:initial; padding:0;
  background:var(--app-bg);
}

.landing{
  --lp-max:1120px;
  font-family:'Manrope',system-ui,-apple-system,'Segoe UI',sans-serif;
  background:var(--app-bg); color:var(--ink);
  min-height:100vh; overflow-x:hidden;
}
.landing *{box-sizing:border-box;}
.landing h1,.landing h2,.landing h3{font-family:'Baloo 2',sans-serif; margin:0; letter-spacing:-0.01em;}
.landing a{color:inherit; text-decoration:none;}
.landing .wrap{max-width:var(--lp-max); margin:0 auto; padding:0 24px;}

/* ---- Nav ---- */
.lp-nav{
  display:flex; align-items:center; justify-content:space-between;
  max-width:var(--lp-max); margin:0 auto; padding:22px 24px;
}
.lp-nav-brand{display:flex; align-items:center; gap:10px; font-weight:800; font-size:18px;}
.lp-nav-mark{width:34px; height:34px; border-radius:10px; background:#4B3AC4; display:flex; align-items:center; justify-content:center; flex:none;}
.lp-nav-mark svg{width:20px; height:20px;}
.lp-nav-cta{
  background:var(--brand-cta); color:#fff; font-weight:700; font-size:14px;
  padding:10px 20px; border-radius:100px; border:none; cursor:pointer;
  transition:background .15s ease, transform .15s ease;
}
.lp-nav-cta:active{transform:scale(.96); background:var(--brand-cta-active);}

/* ---- Hero ---- */
.lp-hero{padding:56px 0 40px; text-align:center;}
.lp-hero-badge{
  display:inline-flex; align-items:center; gap:8px; padding:7px 16px; border-radius:100px;
  background:var(--brand-100); color:var(--brand-700); font-size:13px; font-weight:700;
  margin-bottom:22px;
}
.lp-hero h1{font-size:clamp(32px,5vw,54px); font-weight:800; line-height:1.1; text-wrap:balance;}
.lp-hero h1 .accent{color:var(--brand-700);}
.lp-hero-sub{
  font-size:17px; color:var(--ink-soft); max-width:560px; margin:20px auto 0; line-height:1.6;
}
.lp-hero-ctas{display:flex; gap:14px; justify-content:center; margin-top:32px; flex-wrap:wrap;}
.lp-btn-primary{
  background:var(--brand-cta); color:#fff; font-weight:700; font-size:15.5px;
  padding:14px 30px; border-radius:100px; border:none; cursor:pointer;
  transition:background .15s ease, transform .15s ease;
}
.lp-btn-primary:active{transform:scale(.97); background:var(--brand-cta-active);}
.lp-btn-ghost{
  background:var(--surface); color:var(--ink); font-weight:700; font-size:15.5px;
  padding:14px 30px; border-radius:100px; border:1px solid var(--line); cursor:pointer;
}
.lp-hero-chips{display:flex; gap:10px; justify-content:center; margin-top:34px; flex-wrap:wrap;}
.lp-chip{
  font-size:13px; font-weight:700; padding:8px 16px; border-radius:100px;
  background:var(--surface); border:1px solid var(--line); color:var(--ink-soft);
}

/* ---- Preview mockup ---- */
.lp-preview{
  max-width:380px; margin:52px auto 0; background:var(--surface); border:1px solid var(--line);
  border-radius:28px; padding:22px; box-shadow:0 40px 90px -40px rgba(0,0,0,.6);
  text-align:left;
}
.lp-preview-card{
  background:linear-gradient(160deg,var(--brand-900),var(--brand-cta) 70%);
  border-radius:18px; padding:18px 18px 16px; color:#fff; margin-bottom:14px;
}
.lp-preview-card .lbl{font-size:11px; font-weight:700; opacity:.7; letter-spacing:.04em; text-transform:uppercase;}
.lp-preview-card .row{display:flex; justify-content:space-between; margin-top:10px;}
.lp-preview-card .amt{font-family:'Baloo 2',sans-serif; font-size:20px; font-weight:700;}
.lp-preview-row{
  display:flex; align-items:center; gap:12px; padding:12px; border:1px solid var(--line);
  border-radius:14px; margin-bottom:10px;
}
.lp-preview-row .sw{width:38px; height:38px; border-radius:10px; flex:none;}
.lp-preview-row .meta{flex:1; min-width:0;}
.lp-preview-row .meta .t{font-size:13.5px; font-weight:700; color:var(--ink);}
.lp-preview-row .meta .s{font-size:11.5px; color:var(--ink-faint); margin-top:1px;}
.lp-preview-row .badge{
  font-size:10.5px; font-weight:700; padding:4px 9px; border-radius:100px; flex:none;
}

/* ---- Sections ---- */
.lp-section{padding:64px 0;}
.lp-section-head{text-align:center; max-width:600px; margin:0 auto 40px;}
.lp-eyebrow{
  font-size:12.5px; font-weight:800; letter-spacing:.08em; text-transform:uppercase;
  color:var(--brand-700); margin-bottom:10px; display:block;
}
.lp-section-head h2{font-size:clamp(24px,3.4vw,34px); font-weight:800; text-wrap:balance;}
.lp-section-head p{color:var(--ink-soft); font-size:15.5px; margin-top:12px; line-height:1.6;}

/* Feature columns */
.lp-audience-grid{display:grid; grid-template-columns:1fr 1fr; gap:24px;}
@media (max-width:760px){ .lp-audience-grid{grid-template-columns:1fr;} }
.lp-audience-card{
  background:var(--surface); border:1px solid var(--line); border-radius:22px; padding:30px;
}
.lp-audience-card .tag{
  display:inline-block; font-size:12px; font-weight:800; letter-spacing:.05em; text-transform:uppercase;
  color:var(--brand-700); background:var(--brand-100); padding:6px 14px; border-radius:100px; margin-bottom:16px;
}
.lp-audience-card h3{font-size:22px; margin-bottom:6px;}
.lp-feature-list{list-style:none; margin:20px 0 0; padding:0; display:flex; flex-direction:column; gap:14px;}
.lp-feature-list li{display:flex; gap:12px; font-size:14.5px; color:var(--ink-soft); line-height:1.5;}
.lp-feature-list .ico{
  width:26px; height:26px; border-radius:8px; background:var(--brand-100); color:var(--brand-700);
  display:flex; align-items:center; justify-content:center; flex:none; font-size:13px; font-weight:800;
}

/* Property type cards */
.lp-types-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
@media (max-width:760px){ .lp-types-grid{grid-template-columns:1fr;} }
.lp-type-card{
  background:var(--surface); border:1px solid var(--line); border-radius:20px; padding:26px;
}
.lp-type-card .sw{width:46px; height:46px; border-radius:13px; margin-bottom:16px;}
.lp-type-card h3{font-size:18px; margin-bottom:6px;}
.lp-type-card p{font-size:13.5px; color:var(--ink-soft); line-height:1.55; margin:0;}

/* Trust strip */
.lp-trust{
  display:flex; flex-wrap:wrap; gap:28px; justify-content:center; align-items:center;
  padding:28px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line);
}
.lp-trust-item{display:flex; align-items:center; gap:10px; font-size:13.5px; font-weight:700; color:var(--ink-soft);}
.lp-trust-item .dot{width:8px; height:8px; border-radius:50%; background:var(--success); flex:none;}

/* Get the app */
.lp-app-cta{
  background:linear-gradient(160deg,var(--brand-900),var(--brand-cta) 80%);
  border-radius:28px; padding:48px 40px; text-align:center; color:#fff;
}
.lp-app-cta h2{font-size:clamp(22px,3vw,30px); font-weight:800;}
.lp-app-cta p{color:rgba(255,255,255,.75); font-size:15px; margin-top:10px; max-width:480px; margin-left:auto; margin-right:auto;}
.lp-app-ctas{display:flex; gap:14px; justify-content:center; margin-top:26px; flex-wrap:wrap;}
.lp-store-badge{
  display:inline-flex; align-items:center; gap:10px; padding:12px 22px; border-radius:14px;
  background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.2); font-size:13px; color:rgba(255,255,255,.7);
}
.lp-app-cta .lp-btn-primary{background:#fff; color:var(--brand-900);}
.lp-app-cta .lp-btn-primary:active{background:#eee;}

/* Footer */
.lp-footer{border-top:1px solid var(--line); padding:36px 0 40px;}
.lp-footer-row{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px;}
.lp-footer-links{display:flex; gap:22px; flex-wrap:wrap; font-size:13.5px; color:var(--ink-soft);}
.lp-footer-links a:hover{color:var(--ink);}
.lp-footer-copy{font-size:12.5px; color:var(--ink-faint);}
