/* ============================================================
   OPEN MIND PROPERTY — Investor Landing Page styles
   Supplements style.css (loaded after it)
   ============================================================ */

/* ---- LP hero ---- */
.lp-hero { position: relative; min-height: 86vh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.lp-hero .lp-hero-bg { position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(120% 120% at 80% 10%, var(--navy-600) 0%, var(--navy-900) 60%); }
.lp-hero .lp-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.lp-hero .lp-hero-bg::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(10,23,38,0.94) 0%, rgba(10,23,38,0.82) 42%, rgba(10,23,38,0.55) 100%); }
.lp-hero .wrap { position: relative; z-index: 1; width: 100%; }
.lp-hero-inner { max-width: 680px; padding: 64px 0; }
.lp-hero h1 { color: #fff; font-size: clamp(2.4rem, 5.5vw, 4rem); line-height: 1.04; margin: 14px 0 18px; }
.lp-hero .lede { color: rgba(243,237,225,0.92); margin-bottom: 30px; }
.lp-badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.lp-badge { display: inline-flex; align-items: center; gap: 7px; padding: 8px 15px; border-radius: 100px;
  background: rgba(198,163,90,0.16); border: 1px solid rgba(198,163,90,0.4); color: var(--gold-light);
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.02em; }
.lp-hero-stats { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 38px; padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.14); }
.lp-hero-stats .hs { }
.lp-hero-stats .hs-num { font-family: var(--display); font-size: 2.1rem; font-weight: 600; color: var(--gold-light); line-height: 1; }
.lp-hero-stats .hs-label { font-size: 0.82rem; color: rgba(243,237,225,0.7); margin-top: 6px; text-transform: uppercase; letter-spacing: 0.08em; }

/* ---- overview grid ---- */
.ov-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 46px; }
.ov-item { background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius-lg);
  padding: 30px 30px 32px; box-shadow: var(--shadow-sm); }
.ov-item .ov-ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-600)); color: var(--gold-light); margin-bottom: 16px; }
.ov-item .ov-ico svg { width: 22px; height: 22px; }
.ov-item h3 { font-size: 1.1rem; margin-bottom: 8px; }
.ov-item p { font-size: 0.97rem; color: var(--ink-soft); }

/* ---- before/after ---- */
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 46px; }
.ba-card { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); background: var(--white); }
.ba-card .ba-img { aspect-ratio: 4/3; overflow: hidden; position: relative; background: linear-gradient(135deg, var(--navy-800), var(--navy-600)); }
.ba-img .ba-ph { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 20px;
  color: var(--gold-light); font-family: var(--display); font-size: 1.05rem; }
.ba-img .ba-ph small { display: block; font-family: var(--body); font-size: 0.78rem; opacity: 0.7; margin-top: 6px; }
.ba-card .ba-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-tag { position: absolute; top: 16px; left: 16px; padding: 7px 16px; border-radius: 100px;
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.ba-tag.before { background: rgba(10,23,38,0.82); color: #fff; }
.ba-tag.after { background: var(--gold); color: var(--navy-900); }
.ba-card .ba-body { padding: 22px 26px 26px; }
.improve-list { list-style: none; margin-top: 30px; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px 30px; }
.improve-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.98rem; color: var(--ink-soft); }
.improve-list svg { width: 20px; height: 20px; color: var(--gold-dark); flex-shrink: 0; margin-top: 2px; }
.value-banner { margin-top: 34px; background: linear-gradient(120deg, var(--navy-900), var(--navy-700));
  border-radius: var(--radius-lg); padding: 32px 38px; display: flex; flex-wrap: wrap; gap: 26px 60px;
  align-items: center; justify-content: space-between; color: #fff; }
.value-banner .vb-num { font-family: var(--display); font-size: 2.6rem; color: var(--gold-light); line-height: 1; }
.value-banner .vb-label { font-size: 0.86rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(243,237,225,0.75); margin-top: 6px; }

/* ---- financial metrics table ---- */
.fin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.fin-card { background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius);
  padding: 24px 26px; box-shadow: var(--shadow-sm); }
.fin-card.hl { background: linear-gradient(135deg, var(--navy-900), var(--navy-700)); border: none; }
.fin-card .fin-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 700; }
.fin-card.hl .fin-label { color: rgba(243,237,225,0.7); }
.fin-card .fin-val { font-family: var(--display); font-size: 1.9rem; font-weight: 600; color: var(--navy-900); margin-top: 8px; line-height: 1; }
.fin-card.hl .fin-val { color: var(--gold-light); }

/* ---- charts ---- */
.chart-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 46px; }
.chart-card { background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius-lg);
  padding: 28px 30px 30px; box-shadow: var(--shadow-sm); }
.chart-card h3 { font-size: 1.05rem; margin-bottom: 4px; }
.chart-card .ch-sub { font-size: 0.86rem; color: var(--muted); margin-bottom: 18px; }
.bar-chart { display: flex; align-items: flex-end; gap: 14px; height: 200px; padding-top: 10px; }
.bar-chart .bar { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; height: 100%; gap: 8px; }
.bar-chart .bar .bar-fill { width: 100%; border-radius: 8px 8px 0 0; background: linear-gradient(180deg, var(--gold-light), var(--gold-dark)); position: relative; transition: height 1s var(--ease); }
.bar-chart .bar .bar-fill.navy { background: linear-gradient(180deg, var(--navy-500), var(--navy-800)); }
.bar-chart .bar .bar-cap { font-size: 0.95rem; font-weight: 800; color: var(--navy-900); }
.bar-chart .bar .bar-lab { font-size: 0.78rem; color: var(--muted); }
.donut-wrap { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.donut { --p: 0; width: 160px; height: 160px; border-radius: 50%; flex-shrink: 0;
  background: conic-gradient(var(--gold) calc(var(--p)*1%), var(--stone-200) 0); display: grid; place-items: center; position: relative; }
.donut::after { content: ""; position: absolute; inset: 22px; border-radius: 50%; background: var(--white); }
.donut .donut-c { position: relative; z-index: 1; text-align: center; }
.donut .donut-c .dn { font-family: var(--display); font-size: 1.7rem; font-weight: 700; color: var(--navy-900); }
.donut .donut-c .dl { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.legend { display: flex; flex-direction: column; gap: 10px; }
.legend .lg { display: flex; align-items: center; gap: 10px; font-size: 0.92rem; color: var(--ink-soft); }
.legend .lg .sw { width: 14px; height: 14px; border-radius: 4px; }
.line-chart { width: 100%; height: 200px; }

/* ---- gallery ---- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 14px; margin-top: 46px; }
.gallery-grid .gi { border-radius: var(--radius); overflow: hidden; position: relative; box-shadow: var(--shadow-sm); }
.gallery-grid .gi img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s var(--ease); }
.gallery-grid .gi:hover img { transform: scale(1.06); }
.gallery-grid .gi.tall { grid-row: span 2; }
.gallery-grid .gi.wide { grid-column: span 2; }
.gi-cap { position: absolute; left: 0; bottom: 0; right: 0; padding: 22px 16px 12px; color: #fff;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  background: linear-gradient(180deg, transparent, rgba(10,23,38,0.78)); }
.gi.ph-gallery { background: linear-gradient(135deg, var(--navy-800), var(--navy-600)); display: grid; place-items: center;
  color: var(--gold-light); font-family: var(--display); font-size: 1rem; text-align: center; padding: 16px; }
.gi.ph-gallery.branded { position: relative; overflow: hidden; }
.gi.ph-gallery.branded::before { content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(198,163,90,0.12) 1px, transparent 0); background-size: 18px 18px; opacity: 0.6; }
.gi.ph-gallery.branded .gi-ic { position: relative; display: grid; place-items: center; gap: 12px; padding: 12px; }
.gi.ph-gallery.branded .gi-ic svg { width: 40px; height: 40px; color: var(--gold); stroke-width: 1.6; }
.gi.ph-gallery.branded .gi-ic .t { font-family: var(--display); font-size: 1.02rem; color: #fff; }
.gi.ph-gallery.branded .gi-ic .s { font-family: var(--body); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-light); opacity: 0.85; }

/* ---- FAQ ---- */
.faq-list { max-width: 820px; margin: 46px auto 0; }
.faq-item { border-bottom: 1px solid var(--stone-200); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 24px 40px 24px 0;
  font-family: var(--body); font-size: 1.08rem; font-weight: 700; color: var(--navy-900); position: relative; }
.faq-q::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 1.6rem; color: var(--gold-dark); transition: transform 0.3s var(--ease); font-weight: 400; }
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq-a p { padding: 0 40px 24px 0; color: var(--ink-soft); }
.faq-item.open .faq-a { max-height: 320px; }

/* ---- lead form ---- */
.lead-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.lead-form { background: var(--white); border-radius: var(--radius-lg); padding: 38px; box-shadow: var(--shadow-lg); }
.lead-form .frow { margin-bottom: 16px; }
.lead-form label { display: block; font-size: 0.84rem; font-weight: 700; color: var(--navy-900); margin-bottom: 6px; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 13px 15px; border: 1.5px solid var(--stone-200);
  border-radius: 10px; font-family: var(--body); font-size: 0.96rem; color: var(--ink); background: var(--stone-50); transition: border-color 0.2s; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.lead-form textarea { resize: vertical; min-height: 90px; }
.lead-form .fnote { font-size: 0.8rem; color: var(--muted); text-align: center; margin-top: 12px; }

/* ---- credibility strip ---- */
.cred-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 46px; }
.cred-card { text-align: center; padding: 28px 16px; border-radius: var(--radius); background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08); }
.cred-card .cn { font-family: var(--display); font-size: 2.1rem; font-weight: 600; color: var(--gold-light); line-height: 1; }
.cred-card .cl { font-size: 0.85rem; color: rgba(243,237,225,0.78); margin-top: 8px; }

/* ---- responsive ---- */
@media (max-width: 900px) {
  .ov-grid, .ba-grid, .chart-grid { grid-template-columns: 1fr; }
  .fin-grid { grid-template-columns: repeat(2, 1fr); }
  .cred-grid { grid-template-columns: repeat(2, 1fr); }
  .lead-wrap { grid-template-columns: 1fr; gap: 32px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .improve-list { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .fin-grid { grid-template-columns: 1fr; }
  .cred-grid { grid-template-columns: 1fr; }
  .lp-hero-stats { gap: 22px; }
  .lead-form { padding: 26px; }
  .value-banner { padding: 26px; }
}
