@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --page: #f7fbfd;
  --page-soft: #edf6f8;
  --surface: #ffffff;
  --surface-soft: #f2f8fa;
  --navy: #08182d;
  --navy-2: #10243a;
  --navy-3: #18324a;
  --text: #0b1830;
  --muted: #657b91;
  --muted-2: #8da1b2;
  --aqua: #25cfa5;
  --aqua-deep: #0aa37f;
  --aqua-soft: #e5fbf4;
  --teal: #62adbb;
  --border: rgba(12, 39, 61, .10);
  --border-strong: rgba(12, 39, 61, .16);
  --shadow: 0 22px 65px rgba(22, 55, 80, .12);
  --shadow-soft: 0 12px 36px rgba(22, 55, 80, .09);
  --radius: 24px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(93, 207, 190, .18), transparent 28rem),
    radial-gradient(circle at 100% 12%, rgba(124, 176, 232, .17), transparent 32rem),
    linear-gradient(180deg, #fbfdfe 0%, #f5fafc 100%);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.45), transparent 42%);
  z-index: -2;
}
.noise {
  position: fixed;
  inset: 0;
  opacity: .025;
  pointer-events: none;
  z-index: -1;
  background-image: url("assets/noise.svg");
}
a { color: inherit; }
.section { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }

.site-header {
  width: min(1380px, calc(100% - 36px));
  height: 76px;
  margin: 16px auto 0;
  padding: 0 18px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 14px;
  z-index: 20;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(7, 20, 32, .94);
  box-shadow: 0 18px 50px rgba(7, 20, 32, .18);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; }
.brand img { display: block; }
.brand-logo-full { height: 42px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: #d2dee5; text-decoration: none; font-size: .92rem; font-weight: 700; transition: .2s ease; }
.site-nav a:hover { color: white; }
.site-nav .nav-login { padding: 12px 18px; color: #05241d; background: linear-gradient(135deg, var(--aqua), #89f2d4); border-radius: 11px; }
.menu-button { display: none; }

.hero {
  min-height: 700px;
  padding: 94px 0 82px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 48px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #087f67;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 5px rgba(37,207,165,.14); }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: Manrope, sans-serif; letter-spacing: -.07em; }
h1 { max-width: 780px; margin: 19px 0 22px; font-size: clamp(3.2rem, 6vw, 6.1rem); line-height: .97; color: var(--navy); }
h1 span, h2 span { color: var(--aqua-deep); }
.hero-text { max-width: 650px; color: var(--muted); font-size: 1.18rem; line-height: 1.75; }
.hero-actions { display:flex; flex-wrap:wrap; gap: 12px; margin-top: 34px; }
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 12px;
  padding: 15px 20px;
  border-radius: 12px;
  text-decoration:none;
  font-weight:800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { color:#06231e; background: linear-gradient(135deg, var(--aqua), #8df1d6); box-shadow: 0 16px 34px rgba(37,207,165,.18); }
.button-primary:hover { box-shadow: 0 20px 42px rgba(37,207,165,.28); }
.button-ghost { color:var(--navy); border:1px solid var(--border-strong); background:rgba(255,255,255,.72); box-shadow: 0 8px 24px rgba(22, 55, 80, .05); }
.button-arrow { font-size: 1.08rem; }
.hero-proof { display:flex; gap: 28px; margin-top: 48px; padding-top: 21px; border-top: 1px solid var(--border); }
.hero-proof div { display:flex; flex-direction:column; gap:5px; }
.hero-proof strong { color:var(--navy); font-size: .89rem; }
.hero-proof span { color: var(--muted); font-size:.78rem; }

.hero-visual { min-height: 610px; position: relative; display:flex; align-items:center; justify-content:center; }
.glow { position:absolute; border-radius:50%; filter:blur(22px); }
.glow-one { width:310px; height:310px; right:4%; top:8%; background:rgba(37,207,165,.17); }
.glow-two { width:340px; height:340px; left:7%; bottom:7%; background:rgba(99,164,225,.16); }
.app-shell {
  width: 650px;
  max-width: 100%;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(12,39,61,.12);
  border-radius:22px;
  background:#f8fbfd;
  box-shadow:0 35px 90px rgba(22,55,80,.22);
  transform: perspective(1300px) rotateY(-7deg) rotateX(3deg);
}
.app-topbar { height:54px; display:flex; align-items:center; justify-content:space-between; padding:0 14px; color:white; background:#111b22; }
.mini-brand { display:flex; align-items:center; gap:7px; font-size:.72rem; }
.mini-brand img { width:26px; }
.avatar { width:28px; height:28px; display:grid; place-items:center; border-radius:50%; color:#072330; background:#77bdca; font-weight:800; font-size:.68rem; }
.app-layout { display:grid; grid-template-columns:128px 1fr; min-height:390px; }
.app-sidebar { padding:19px 12px; background:#15212a; }
.sidebar-item { display:flex; align-items:center; gap:8px; margin-bottom:7px; padding:9px 8px; border-radius:7px; color:#8fa2ae; font-size:.64rem; }
.sidebar-item.active { color:#89d7df; background:rgba(118,200,209,.15); }
.dashboard-pane { padding:26px 26px 32px; color:#102039; }
.dashboard-heading { display:flex; justify-content:space-between; gap:20px; align-items:flex-start; }
.dashboard-heading small, .mini-status small, .tiny-label { color:#71839a; font-weight:800; font-size:.54rem; letter-spacing:.12em; text-transform:uppercase; }
.dashboard-heading h3 { margin:5px 0 0; font-size:1.42rem; letter-spacing:-.06em; }
.mini-status { min-width:172px; padding:11px 13px; border-radius:9px; color:#00684f; background:#e5fbf4; }
.mini-status strong { display:block; margin-top:5px; font-size:.65rem; }
.dashboard-toolbar { display:flex; align-items:center; justify-content:space-between; margin-top:26px; }
.dashboard-toolbar button, .preview-title-row button { border:0; border-radius:8px; padding:9px 13px; color:#fff; background:#0c1830; font-weight:800; font-size:.62rem; }
.dashboard-section-title { margin-top:24px; font-size:.96rem; font-weight:800; }
.listing-card { display:flex; align-items:center; gap:12px; margin-top:11px; overflow:hidden; border:2px solid #11bf8b; border-radius:12px; background:#fff; }
.listing-photo { width:150px; height:102px; position:relative; background: linear-gradient(rgba(4,12,18,.06),rgba(4,12,18,.12)), url("assets/sample-home.svg") center/cover; }
.listing-active { width:24px; height:24px; display:grid; place-items:center; position:absolute; top:8px; right:8px; border-radius:50%; color:#fff; background:#11bf8b; font-size:.67rem; }
.listing-info { display:flex; flex:1; flex-direction:column; gap:4px; }
.listing-info strong { font-size:.77rem; }
.listing-info span { color:#72849a; font-size:.58rem; }
.listing-meta { display:flex; gap:12px; margin-top:8px; }
.listing-arrow { width:27px; height:27px; margin-right:12px; display:grid; place-items:center; border-radius:9px; background:#f0f5f8; }
.floating-card {
  display:flex;
  align-items:center;
  gap:10px;
  position:absolute;
  padding:11px 13px;
  border:1px solid rgba(12,39,61,.10);
  border-radius:13px;
  color:var(--navy);
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 38px rgba(22,55,80,.14);
  backdrop-filter:blur(16px);
}
.floating-card strong { display:block; font-size:.75rem; }
.floating-card span { display:block; margin-top:3px; color:#71869a; font-size:.64rem; }
.qr-floating { right:-18px; top:80px; }
.qr-floating img { width:44px; height:44px; border-radius:5px; background:#fff; }
.feedback-floating { left:-30px; bottom:66px; }
.feedback-icon { width:38px; height:38px; display:grid!important; place-items:center; margin:0!important; border-radius:50%; color:#06241e!important; background:var(--aqua); font-size:1rem!important; }

.trust-strip {
  padding: 22px 24px;
  text-align:center;
  color:var(--muted);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  background:rgba(255,255,255,.72);
}
.trust-strip p { margin:0 0 12px; font-size:.83rem; }
.trust-items { display:flex; flex-wrap:wrap; justify-content:center; gap:21px; color:var(--navy-3); font-size:.76rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }

.feature-intro { padding: 120px 0 105px; }
.section-heading { max-width:820px; }
.section-heading h2, .workflow-copy h2, .cta-card h2 { margin:14px 0 17px; font-size:clamp(2.5rem,5vw,4.7rem); line-height:1.03; color:var(--navy); }
.section-heading p, .workflow-copy > p, .cta-card p { color:var(--muted); font-size:1.06rem; line-height:1.75; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:48px; }
.feature-card {
  min-height:260px;
  padding:25px;
  position:relative;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:18px;
  background:rgba(255,255,255,.92);
  box-shadow:0 12px 32px rgba(22,55,80,.06);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.feature-card:hover { transform:translateY(-6px); border-color:rgba(37,207,165,.34); box-shadow:0 18px 44px rgba(22,55,80,.11); }
.feature-icon { width:44px; height:44px; display:grid; place-items:center; border:1px solid rgba(37,207,165,.32); border-radius:12px; color:var(--aqua-deep); background:var(--aqua-soft); font-size:1.1rem; }
.feature-card h3 { margin:29px 0 10px; color:var(--navy); font-size:1.18rem; }
.feature-card p { margin:0; color:var(--muted); font-size:.92rem; line-height:1.65; }
.feature-accent { width:60px; height:2px; position:absolute; left:25px; bottom:21px; background:linear-gradient(90deg,var(--aqua),transparent); }

.workflow {
  width:100%;
  max-width:none;
  padding:100px max(24px, calc((100vw - var(--max)) / 2)) 120px;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
  background:linear-gradient(180deg, rgba(229,251,244,.72), rgba(241,248,251,.88));
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.workflow-visual { min-height:710px; display:grid; place-items:center; position:relative; }
.phone-glow { width:410px; height:410px; position:absolute; border-radius:50%; background:rgba(37,207,165,.15); filter:blur(55px); }
.phone-frame { width:360px; padding:10px; position:relative; z-index:1; border:1px solid rgba(12,39,61,.16); border-radius:44px; background:#142534; box-shadow:0 35px 75px rgba(22,55,80,.23); transform:rotate(-3deg); }
.phone-notch { width:108px; height:19px; position:absolute; top:16px; left:50%; z-index:3; transform:translateX(-50%); border-radius:20px; background:#0a1721; }
.phone-screen { overflow:hidden; border-radius:35px; color:var(--navy); background:#fff; }
.property-image { height:235px; background:url("assets/sample-home.svg") center/cover; }
.phone-content { padding:23px 20px 20px; }
.phone-content h3 { margin:0; font-size:1.42rem; letter-spacing:-.06em; }
.phone-content p { margin:6px 0 21px; color:#6d8299; font-size:.88rem; }
.phone-content > a { display:flex; justify-content:center; align-items:center; gap:15px; padding:14px; border-radius:11px; color:#fff; background:#0b1730; text-decoration:none; font-weight:800; }
.agent-row { display:flex; align-items:center; gap:10px; margin-top:25px; padding-top:17px; border-top:1px solid #e3ebef; }
.agent-avatar { width:46px; height:46px; display:grid; place-items:center; border-radius:50%; color:#fff; background:linear-gradient(135deg,#5ca7b8,#174562); font-weight:800; }
.agent-row small,.agent-row strong,.agent-row span,.broker-row small,.broker-row span { display:block; }
.agent-row small,.broker-row small { color:#5fabb8; font-size:.58rem; font-weight:800; letter-spacing:.15em; }
.agent-row strong { margin-top:4px; font-size:.9rem; }
.agent-row span,.broker-row span { margin-top:4px; color:#71859d; font-size:.67rem; }
.broker-row { margin-top:17px; padding-top:16px; border-top:1px solid #e3ebef; }
.workflow-copy h2 { max-width:620px; }
.step { display:grid; grid-template-columns:54px 1fr; gap:16px; margin-top:26px; padding-top:21px; border-top:1px solid rgba(12,39,61,.10); }
.step > span { color:var(--aqua-deep); font-family:Manrope,sans-serif; font-weight:800; font-size:1.25rem; }
.step h3 { margin:0 0 6px; color:var(--navy); font-size:1.12rem; }
.step p { margin:0; color:var(--muted); font-size:.94rem; line-height:1.65; }

.preview { padding:120px 0 105px; }
.centered { margin-inline:auto; text-align:center; }
.preview-window { margin-top:43px; overflow:hidden; border:1px solid var(--border); border-radius:21px; background:#f7fafc; box-shadow:0 30px 70px rgba(22,55,80,.18); }
.preview-topbar { height:49px; display:flex; align-items:center; gap:16px; padding:0 16px; color:#718498; background:#edf4f7; font-size:.73rem; }
.preview-topbar a { margin-left:auto; color:#0b7f68; font-weight:800; text-decoration:none; }
.preview-dots { display:flex; gap:5px; }
.preview-dots span { width:8px; height:8px; border-radius:50%; background:#bdcbd2; }
.preview-url { padding:7px 15px; border-radius:20px; background:#fff; }
.preview-body { min-height:480px; display:grid; grid-template-columns:170px 1fr; }
.preview-sidebar { padding:20px 14px; color:#aab8c0; background:#172128; }
.preview-sidebar img { width:31px; margin-bottom:25px; }
.preview-nav { margin-bottom:7px; padding:10px; border-radius:7px; font-size:.7rem; }
.preview-nav.active { color:#77d7df; background:rgba(114,204,214,.14); }
.preview-main { padding:30px; color:var(--navy); }
.preview-title-row { display:flex; justify-content:space-between; gap:20px; align-items:center; }
.preview-title-row small { color:#7790a4; font-size:.6rem; font-weight:800; letter-spacing:.14em; }
.preview-title-row h3 { margin:5px 0 0; font-size:1.7rem; letter-spacing:-.06em; }
.stats-row { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; margin-top:24px; }
.stats-row div { min-height:95px; padding:17px; border:1px solid #e0e9ed; border-radius:13px; background:#fff; }
.stats-row span,.stats-row strong { display:block; }
.stats-row span { color:#708398; font-size:.65rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.stats-row strong { margin-top:12px; font-size:1.4rem; }
.stats-row .green-stat { color:white; background:#12ba86; }
.stats-row .green-stat span { color:#dffdf2; }
.preview-content-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:13px; margin-top:17px; }
.preview-listing,.preview-qr-card { min-height:170px; overflow:hidden; border:1px solid #e0e9ed; border-radius:14px; background:#fff; }
.preview-listing { display:grid; grid-template-columns:150px 1fr 38px; gap:14px; align-items:center; padding-right:14px; }
.preview-home { height:100%; background:url("assets/sample-home.svg") center/cover; }
.preview-listing strong,.preview-listing span,.preview-qr-card strong,.preview-qr-card span { display:block; }
.preview-listing strong { font-size:.85rem; }
.preview-listing span,.preview-qr-card span { margin-top:6px; color:#73869a; font-size:.69rem; }
.preview-listing b { width:30px; height:30px; display:grid; place-items:center; border-radius:9px; background:#f2f6f8; }
.preview-qr-card { display:flex; align-items:center; gap:15px; padding:18px; }
.preview-qr-card img { width:110px; padding:8px; border:1px solid #eef2f4; border-radius:10px; background:white; }
.preview-qr-card strong { font-size:.85rem; }

.final-cta { padding:55px 0 120px; }
.cta-card { min-height:420px; padding:55px; position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.13); border-radius:26px; color:white; background:linear-gradient(125deg, #0d2b3f, #102439); box-shadow:var(--shadow); }
.cta-orb { width:380px; height:380px; position:absolute; right:-90px; top:-100px; border-radius:50%; background:rgba(37,207,165,.13); }
.cta-card h2 { max-width:920px; position:relative; color:white; }
.cta-card p { max-width:690px; position:relative; color:#b8cad5; }
.cta-card .eyebrow { color:#b8fff0; }
.cta-card .button { margin-top:12px; position:relative; }

footer { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:25px max(24px, calc((100vw - var(--max)) / 2)); border-top:1px solid rgba(255,255,255,.1); color:#8ea2b0; background:#06111c; }
footer .brand img { height:34px; width:auto; }
footer p { margin:0; font-size:.78rem; }
footer > a:last-child { color:#b8fff0; font-size:.8rem; font-weight:800; text-decoration:none; }

.reveal { opacity:0; transform:translateY(25px); transition:opacity .75s ease,transform .75s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.12s; }
.delay-2 { transition-delay:.22s; }

@media (max-width: 1050px) {
  .hero { min-height:auto; grid-template-columns:1fr; padding-top:78px; }
  .hero-copy { max-width:780px; }
  .hero-visual { margin-top:12px; }
  .feature-grid { grid-template-columns:repeat(2,1fr); }
  .workflow { grid-template-columns:1fr; gap:24px; }
  .workflow-copy { max-width:760px; order:-1; }
}

@media (max-width: 760px) {
  .section { width:min(100% - 28px, var(--max)); }
  .site-header { width:calc(100% - 18px); height:64px; margin-top:9px; top:8px; padding:0 11px; }
  .brand-logo-full { height:34px; max-width:232px; object-fit:contain; }
  .menu-button { width:42px; height:42px; display:grid; place-items:center; align-content:center; gap:4px; border:1px solid rgba(255,255,255,.12); border-radius:10px; background:rgba(255,255,255,.05); }
  .menu-button span { width:17px; height:2px; border-radius:4px; background:white; }
  .site-nav { display:none; position:absolute; top:70px; left:0; right:0; padding:12px; flex-direction:column; align-items:stretch; gap:4px; border:1px solid rgba(255,255,255,.1); border-radius:15px; background:rgba(5,17,28,.99); box-shadow:0 20px 40px rgba(7,20,32,.2); }
  .site-nav.open { display:flex; }
  .site-nav a { padding:12px; }
  .hero { padding:70px 0 48px; gap:8px; }
  h1 { font-size:clamp(2.85rem,15vw,4.35rem); line-height:.98; }
  .hero-text { font-size:1.02rem; line-height:1.66; }
  .hero-actions { flex-direction:column; margin-top:26px; }
  .button { width:100%; }
  .hero-proof { display:grid; grid-template-columns:1fr; gap:12px; margin-top:32px; padding-top:17px; }
  .hero-visual { min-height:360px; width:100%; margin-top:8px; overflow:hidden; }
  .app-shell { width:650px; max-width:none; transform:scale(.56); transform-origin:center; }
  .floating-card { transform:scale(.74); }
  .qr-floating { right:-20px; top:16px; }
  .feedback-floating { left:-21px; bottom:20px; }
  .trust-strip { padding:18px 14px; }
  .trust-items { gap:11px 15px; font-size:.62rem; }
  .feature-intro { padding:82px 0 68px; }
  .section-heading h2,.workflow-copy h2,.cta-card h2 { font-size:clamp(2.25rem,10.5vw,3.65rem); }
  .section-heading p, .workflow-copy > p, .cta-card p { font-size:.98rem; }
  .feature-grid { grid-template-columns:1fr; margin-top:28px; }
  .feature-card { min-height:210px; padding:22px; }
  .feature-card h3 { margin-top:24px; }
  .workflow { padding:72px 15px 82px; gap:22px; }
  .workflow-visual { min-height:570px; overflow:hidden; }
  .phone-frame { width:315px; transform:rotate(-2deg); }
  .property-image { height:210px; }
  .step { grid-template-columns:45px 1fr; gap:10px; }
  .preview { padding:72px 0 64px; }
  .preview-window { overflow:hidden; }
  .preview-topbar { width:100%; }
  .preview-url { max-width:165px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
  .preview-body { min-height:auto; display:block; }
  .preview-sidebar { display:none; }
  .preview-main { padding:18px; }
  .preview-title-row { align-items:flex-start; gap:12px; }
  .preview-title-row h3 { font-size:1.36rem; }
  .preview-title-row button { flex:none; }
  .stats-row { grid-template-columns:1fr; gap:9px; margin-top:18px; }
  .stats-row div { min-height:78px; padding:14px; }
  .stats-row strong { margin-top:8px; }
  .preview-content-grid { grid-template-columns:1fr; gap:10px; margin-top:12px; }
  .preview-listing { grid-template-columns:92px 1fr 30px; min-height:115px; gap:10px; padding-right:10px; }
  .preview-qr-card { min-height:124px; padding:14px; }
  .preview-qr-card img { width:86px; }
  .final-cta { padding:40px 0 82px; }
  .cta-card { min-height:auto; padding:32px 23px; }
  footer { flex-direction:column; align-items:flex-start; padding:24px 18px; }
}

@media (max-width: 390px) {
  .brand-logo-full { height:30px; max-width:205px; }
  .hero-visual { min-height:325px; }
  .app-shell { transform:scale(.51); }
  .phone-frame { width:292px; }
  .workflow-visual { min-height:545px; }
}
