/* Proplo — product previews
 * ==========================
 * Self-contained styles for the faithful HTML "screenshots" of the real
 * Proplo screens (value tool, suburb data, consumer + agent dashboards,
 * reports). Everything is pv- prefixed and colours are hard-coded so this
 * drops cleanly onto any marketing page without clashing with its CSS.
 *
 * Rendered by /assets/previews.js into any <div data-preview="…">.
 */
.pv-frame{max-width:100%;font-family:'Outfit',system-ui,sans-serif}
.pv-browser{border-radius:14px;overflow:hidden;background:#fff;border:1px solid rgba(11,29,58,.10);
  box-shadow:0 40px 90px -30px rgba(11,29,58,.50),0 8px 24px -8px rgba(11,29,58,.20)}
.pv-bar{height:40px;background:#0B1D3A;display:flex;align-items:center;gap:10px;padding:0 14px}
.pv-dots{display:flex;gap:6px}
.pv-dots i{width:11px;height:11px;border-radius:50%;display:block}
.pv-dots i:nth-child(1){background:#FF5F57}.pv-dots i:nth-child(2){background:#FEBC2E}.pv-dots i:nth-child(3){background:#28C840}
.pv-url{flex:1;height:24px;max-width:420px;margin:0 auto;background:rgba(255,255,255,.10);border-radius:7px;
  color:#9FB0C8;font-size:11.5px;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:400}
.pv-url svg{width:11px;height:11px;opacity:.7}
.pv-screen{background:#F8FAFB;overflow:hidden}
.pv-cap{text-align:center;font-size:12px;color:#94A3B8;font-weight:300;margin-top:11px}
.pv-cap b{color:#64748B;font-weight:500}

/* generic atoms */
.pv-screen *{box-sizing:border-box}
.pv-h{font-family:'Newsreader',Georgia,serif;color:#0B1D3A;font-weight:500}
.pv-mut{color:#64748B;font-weight:300}
.pv-teal{color:#00B894}
.pv-pill{display:inline-block;font-size:10.5px;font-weight:600;padding:3px 10px;border-radius:99px}
.pv-pill.teal{background:rgba(0,212,170,.10);color:#00B894}
.pv-pill.amber{background:#FFFBEB;color:#B45309}
.pv-pill.navy{background:#0B1D3A;color:#fff}
.pv-pill.grey{background:#F1F5F9;color:#64748B}

/* app shell (dashboards) */
.pv-app{display:grid;grid-template-columns:154px 1fr;min-height:362px}
.pv-side{background:#0B1D3A;padding:16px 11px}
.pv-brand{color:#fff;font-weight:800;font-size:15px;letter-spacing:-.01em;margin:2px 6px 16px}
.pv-brand em{color:#00D4AA;font-style:normal}
.pv-nav{display:flex;align-items:center;gap:8px;color:#9FB0C8;font-size:11.5px;font-weight:400;padding:7px 9px;border-radius:7px;margin-bottom:2px}
.pv-nav .pv-ic{width:13px;height:13px;opacity:.8;flex:0 0 13px}
.pv-nav.on{background:rgba(0,212,170,.14);color:#00D4AA;font-weight:600}
.pv-user{margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:8px}
.pv-av{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#00D4AA,#00B894);color:#0B1D3A;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}
.pv-user .un{color:#fff;font-size:11px;font-weight:500;line-height:1.2}
.pv-user .ur{color:#9FB0C8;font-size:9.5px}
.pv-main{padding:20px 22px;overflow:hidden}
.pv-crumb{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#94A3B8;margin-bottom:5px}
.pv-title{font-family:'Newsreader',Georgia,serif;font-size:21px;color:#0B1D3A;font-weight:500;margin-bottom:3px}
.pv-lede{font-size:12px;color:#64748B;font-weight:300;line-height:1.5;margin-bottom:16px;max-width:480px}

/* stat cards */
.pv-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:16px}
.pv-stat{background:#fff;border:1px solid #E2E8F0;border-radius:11px;padding:13px 14px}
.pv-stat .k{font-size:9.5px;text-transform:uppercase;letter-spacing:.04em;color:#94A3B8;margin-bottom:5px;font-weight:600}
.pv-stat .v{font-family:'Newsreader',Georgia,serif;font-size:20px;color:#0B1D3A}

/* property cards */
.pv-pcards{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.pv-pcard{background:#fff;border:1px solid #E2E8F0;border-radius:12px;padding:15px}
.pv-pcard .addr{font-size:13px;font-weight:600;color:#0B1D3A}
.pv-pcard .sub{font-size:10.5px;color:#94A3B8;font-weight:300;margin-top:1px}
.pv-pcard .est{font-family:'Newsreader',Georgia,serif;font-size:26px;color:#0B1D3A;margin-top:9px;line-height:1}
.pv-pcard .rng{font-size:10.5px;color:#64748B;font-weight:300;margin-top:3px}
.pv-pcard .row{display:flex;gap:14px;margin-top:11px}
.pv-pcard .row .m{font-size:9.5px;color:#94A3B8}
.pv-pcard .row .m b{display:block;font-family:'Newsreader',Georgia,serif;font-size:13px;color:#0B1D3A;font-weight:600;margin-top:1px}

/* panels + tables */
.pv-panel{background:#fff;border:1px solid #E2E8F0;border-radius:12px;padding:16px 17px;margin-top:14px}
.pv-panel h3{font-family:'Newsreader',Georgia,serif;font-size:15px;color:#0B1D3A;font-weight:500;margin-bottom:10px}
.pv-tbl{width:100%;border-collapse:collapse;font-size:11.5px}
.pv-tbl th{text-align:left;font-size:9px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#94A3B8;padding:0 8px 9px;border-bottom:1px solid #E2E8F0}
.pv-tbl td{padding:10px 8px;border-bottom:1px solid #F1F5F9;color:#334155;vertical-align:middle}
.pv-tbl tr:last-child td{border-bottom:none}
.pv-tbl .pri{font-weight:600;color:#0B1D3A}
.pv-tbl .a2{color:#94A3B8;font-size:10px;font-weight:300}

/* value / report content */
.pv-doc{padding:22px 26px}
.pv-est-hero{text-align:center;padding:6px 0 14px}
.pv-est-hero .for{font-size:11px;color:#94A3B8;font-weight:300}
.pv-est-hero .addr{font-size:13px;font-weight:600;color:#0B1D3A;margin-top:2px}
.pv-est-hero .big{font-family:'Newsreader',Georgia,serif;font-size:46px;color:#0B1D3A;font-weight:500;line-height:1;margin-top:6px}
.pv-est-hero .rng{font-size:12px;color:#64748B;font-weight:300;margin-top:7px}
.pv-est-hero .rng b{color:#0B1D3A;font-weight:600}
.pv-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:16px}
.pv-metric{background:#F8FAFB;border:1px solid #E2E8F0;border-radius:10px;padding:13px;text-align:center}
.pv-metric .k{font-size:9.5px;text-transform:uppercase;letter-spacing:.04em;color:#94A3B8;margin-bottom:4px;font-weight:600}
.pv-metric .v{font-family:'Newsreader',Georgia,serif;font-size:17px;color:#0B1D3A}
.pv-comps{margin-top:14px;border:1px solid #E2E8F0;border-radius:10px;overflow:hidden;background:#fff}
.pv-comp{display:flex;justify-content:space-between;padding:9px 13px;border-bottom:1px solid #F1F5F9;font-size:11.5px}
.pv-comp:last-child{border-bottom:none}
.pv-comp .a{color:#334155}.pv-comp .a small{color:#94A3B8;font-weight:300}
.pv-comp .p{font-weight:600;color:#0B1D3A}
.pv-sec-h{font-family:'Newsreader',Georgia,serif;font-size:14px;color:#0B1D3A;font-weight:500;margin:16px 0 8px}

/* forecast + seasonality bars */
.pv-fbar{display:flex;align-items:flex-end;gap:9px;height:96px;margin:4px 0}
.pv-fbar .c{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px;justify-content:flex-end}
.pv-fbar .b{width:100%;background:linear-gradient(180deg,#00D4AA,#00B894);border-radius:5px 5px 0 0;min-height:8px}
.pv-fbar .y{font-size:9.5px;color:#94A3B8}.pv-fbar .v{font-size:10px;color:#0B1D3A;font-weight:600}
.pv-season{display:grid;grid-template-columns:repeat(12,1fr);gap:4px;align-items:end;height:60px;margin:4px 0}
.pv-season .c{display:flex;flex-direction:column;align-items:center;gap:3px;justify-content:flex-end;height:100%}
.pv-season .b{width:100%;background:#E2E8F0;border-radius:3px 3px 0 0;min-height:3px}
.pv-season .c.hot .b{background:#00D4AA}
.pv-season .m{font-size:8px;color:#94A3B8}

/* calculators */
.pv-calc{background:#F8FAFB;border:1px solid #E2E8F0;border-radius:11px;padding:15px 16px;margin-top:12px}
.pv-calc .big{font-family:'Newsreader',Georgia,serif;font-size:26px;color:#0B1D3A}
.pv-calc .big.pos{color:#059669}
.pv-kv{display:flex;justify-content:space-between;font-size:11.5px;color:#334155;padding:6px 0}
.pv-kv b{color:#0B1D3A}
.pv-inrow{display:flex;gap:9px;margin-bottom:11px}
.pv-in{flex:1}
.pv-in label{display:block;font-size:9.5px;color:#64748B;font-weight:500;margin-bottom:4px}
.pv-in .box{border:1.5px solid #E2E8F0;border-radius:8px;padding:8px 10px;font-size:12px;color:#0B1D3A;background:#fff;font-weight:500}
.pv-in .box.on{border-color:#00D4AA}

/* map mini */
.pv-map{position:relative;height:362px;background:linear-gradient(135deg,#0B1D3A 0%,#142D54 100%);overflow:hidden}
.pv-map .grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:34px 34px}
.pv-pin{position:absolute;width:0;height:0;transform:translate(-50%,-50%)}
.pv-pin i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50% 50% 50% 0;background:#00D4AA;box-shadow:0 0 0 3px rgba(0,212,170,.25);rotate:-45deg}
.pv-pin b{position:absolute;left:50%;top:-26px;transform:translateX(-50%);background:#fff;color:#0B1D3A;font-size:10px;font-weight:700;padding:3px 7px;border-radius:6px;white-space:nowrap;box-shadow:0 6px 16px rgba(0,0,0,.2)}
.pv-mapcard{position:absolute;left:16px;bottom:16px;background:#fff;border-radius:12px;padding:13px 15px;box-shadow:0 14px 34px rgba(0,0,0,.25);max-width:210px}
.pv-mapcard .t{font-family:'Newsreader',Georgia,serif;font-size:15px;color:#0B1D3A}
.pv-mapcard .s{font-size:10.5px;color:#64748B;font-weight:300;margin-top:2px}

/* showcase section layout (used by pages) */
.pv-showcase{padding:96px 0;background:#0B1D3A;position:relative;overflow:hidden}
.pv-showcase .pv-wrap{max-width:1180px;margin:0 auto;padding:0 32px}
.pv-eyebrow{text-align:center;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:600;color:#00D4AA;margin-bottom:14px}
.pv-showcase h2{text-align:center;font-family:'Newsreader',Georgia,serif;font-size:clamp(28px,4vw,42px);color:#fff;font-weight:500;letter-spacing:-.02em;margin-bottom:14px}
.pv-showcase .pv-intro{text-align:center;color:#9FB0C8;font-size:16px;font-weight:300;max-width:600px;margin:0 auto 56px;line-height:1.6}
.pv-row{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;margin-bottom:64px}
.pv-row:last-child{margin-bottom:0}
.pv-row.flip .pv-copy{order:2}
.pv-copy .tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#00D4AA;background:rgba(0,212,170,.10);padding:5px 12px;border-radius:99px;margin-bottom:14px}
.pv-copy h3{font-family:'Newsreader',Georgia,serif;font-size:26px;color:#fff;font-weight:500;margin-bottom:12px;line-height:1.2}
.pv-copy p{color:#9FB0C8;font-size:15px;font-weight:300;line-height:1.65;margin-bottom:14px}
.pv-copy ul{list-style:none;margin:0;padding:0}
.pv-copy li{display:flex;gap:9px;color:#CBD5E1;font-size:14px;padding:5px 0}
.pv-copy li::before{content:'✓';color:#00D4AA;font-weight:700}
.pv-showcase .pv-cap{color:#64748B}
.pv-showcase .pv-cap b{color:#9FB0C8}

/* light variant for pages with a light background (for-agents, pricing) */
.pv-showcase.light{background:#F8FAFB}
.pv-showcase.light h2{color:#0B1D3A}
.pv-showcase.light .pv-intro{color:#64748B}
.pv-showcase.light .pv-copy h3{color:#0B1D3A}
.pv-showcase.light .pv-copy p{color:#64748B}
.pv-showcase.light .pv-copy li{color:#334155}
.pv-showcase.light .pv-cap{color:#94A3B8}
.pv-showcase.light .pv-cap b{color:#64748B}
.pv-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px}
@media(max-width:980px){.pv-grid3{grid-template-columns:1fr;max-width:460px;margin-inline:auto;gap:34px}}

@media(max-width:880px){
  .pv-row{grid-template-columns:1fr;gap:22px;margin-bottom:48px}
  .pv-row.flip .pv-copy{order:0}
  .pv-app{grid-template-columns:120px 1fr}
  .pv-stats{grid-template-columns:1fr 1fr}
  .pv-pcards{grid-template-columns:1fr}
  .pv-est-hero .big{font-size:38px}
}
@media(max-width:520px){
  .pv-side{display:none}
  .pv-app{grid-template-columns:1fr}
  .pv-metrics{grid-template-columns:1fr 1fr}
}
