/*
Theme Name: MKR Property Consulting
Theme URI: https://mkrpropertyconsulting.com/
Author: MKR Property Consulting
Description: Premium property consulting landing page with lead capture.
Version: 1.0.3
Text Domain: mkr-property-consulting
*/

:root {
  --accent: #c08a2c;
  --accent-dark: #8a5a16;
  --navy: #172b3a;
  --charcoal: #3f3f3f;
  --ink: #222222;
  --line: #dddddd;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 52px;
  color: var(--ink);
  background: #edf1f4;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.launch-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 10px 22px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.launch-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111111;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.brand-small {
  display: grid;
  place-items: center;
  width: 48px;
  height: 36px;
  border: 2px solid #111111;
  font-size: 0.86rem;
}

nav {
  display: flex;
  gap: 18px;
  color: #333333;
  font-size: 0.9rem;
  font-weight: 700;
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  color: #111111;
  cursor: pointer;
  font-weight: 800;
}

.launch-hero {
  min-height: calc(100vh - 62px);
  background:
    linear-gradient(180deg, rgba(10, 24, 35, 0.22), rgba(11, 22, 32, 0.78)),
    url("data:image/svg+xml,%3Csvg width='1400' height='900' viewBox='0 0 1400 900' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1400' height='900' fill='%232f3639'/%3E%3Cg opacity='.9'%3E%3Crect x='80' y='170' width='210' height='590' fill='%233f484c'/%3E%3Crect x='330' y='80' width='250' height='710' fill='%234a5458'/%3E%3Crect x='635' y='135' width='280' height='650' fill='%23394145'/%3E%3Crect x='970' y='110' width='300' height='690' fill='%23495357'/%3E%3Cpath d='M0 690 C260 610 380 720 610 650 C870 570 1010 705 1400 625 L1400 900 L0 900 Z' fill='%23a9792a'/%3E%3Cg fill='%23bfc8c9' opacity='.55'%3E%3Crect x='112' y='210' width='46' height='34'/%3E%3Crect x='188' y='210' width='46' height='34'/%3E%3Crect x='370' y='145' width='54' height='36'/%3E%3Crect x='462' y='145' width='54' height='36'/%3E%3Crect x='682' y='200' width='58' height='34'/%3E%3Crect x='780' y='200' width='58' height='34'/%3E%3Crect x='1024' y='170' width='60' height='36'/%3E%3Crect x='1130' y='170' width='60' height='36'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  color: #ffffff;
  text-align: center;
}

.hero-label {
  border: 2px solid var(--accent);
  border-left: 0;
  border-right: 0;
  background: rgba(0, 0, 0, 0.55);
  padding: 8px;
  font-weight: 900;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
}

.hero-highlights {
  width: min(100%, 980px);
  margin: 22px auto 0;
  padding: 16px 24px;
  background: linear-gradient(135deg, #a97019, #d7a94f);
  border: 2px solid var(--accent-dark);
  text-align: left;
}

.hero-highlights p {
  margin: 0;
  padding: 9px 0;
  color: #ffffff;
  font-weight: 800;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.hero-highlights p::before {
  content: "•";
  margin-right: 10px;
}

.hero-title-box {
  padding: 18px 18px 12px;
  background: rgba(23, 43, 58, 0.94);
  text-align: center;
}

.hero-title-box p,
.hero-title-box strong {
  display: block;
  margin: 0 0 8px;
  color: #ffffff;
  font-weight: 800;
}

h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}

.interest-button,
.submit-button,
.brochure-button,
.price-table a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  background: var(--accent);
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
}

.interest-button {
  min-width: 190px;
  margin-top: 2px;
}

.hero-form {
  width: min(100% - 40px, 920px);
  margin: 0 auto;
  padding: 18px 20px 24px;
  background: rgba(23, 43, 58, 0.98);
  color: #ffffff;
  text-align: center;
}

.rera-line {
  margin: 0 0 12px;
  color: #eeeeee;
}

.hero-form input,
.hero-form select,
.hero-form textarea {
  width: 100%;
  min-height: 38px;
  margin-bottom: 8px;
  border: 0;
  border-radius: 3px;
  padding: 9px 10px;
  color: #222222;
  background: #ffffff;
}

.hero-form textarea {
  resize: vertical;
}

.consent-line {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 7px;
  margin: 4px 0 12px;
  color: #ffffff;
  font-size: 0.78rem;
}

.consent-line input {
  width: auto;
  min-height: 0;
  margin: 2px 0 0;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.submit-button {
  min-width: 170px;
  padding: 0 28px;
}

.content-section {
  width: min(100% - 28px, 1160px);
  margin: 0 auto;
  padding: 42px 24px;
  background: #ffffff;
  text-align: center;
}

.muted-section {
  background: #f8fafb;
}

.last-section {
  margin-bottom: 20px;
}

h2 {
  margin: 0 0 18px;
  color: var(--accent-dark);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.content-section p {
  max-width: 940px;
  margin: 0 auto 22px;
  color: #444444;
  font-size: 1rem;
  line-height: 1.75;
}

.brochure-button {
  min-width: 220px;
  padding: 0 22px;
}

.table-wrap {
  overflow-x: auto;
}

.price-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.price-table th {
  background: var(--navy);
  color: #ffffff;
}

.price-table th,
.price-table td {
  border: 1px solid #d6d6d6;
  padding: 14px;
  text-align: center;
}

.price-table a {
  min-height: 34px;
  padding: 0 14px;
  font-size: 0.88rem;
}

.plan-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.plan-card,
.gallery-card,
.map-card,
.virtual-tour-card {
  display: grid;
  place-items: center;
  min-height: 210px;
  border: 1px solid #cccccc;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.55), rgba(192, 138, 44, 0.72));
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.plan-card::before,
.gallery-card::before,
.virtual-tour-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.24);
}

.plan-card span,
.gallery-card span,
.virtual-tour-card strong,
.virtual-tour-card small,
.play-button {
  position: relative;
  z-index: 1;
}

.plan-card span,
.gallery-card span {
  display: block;
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
}

.plan-card strong,
.gallery-card strong {
  position: relative;
  z-index: 1;
  padding: 8px 18px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
}

.plan-costing {
  background-image:
    linear-gradient(135deg, rgba(0, 0, 0, 0.56), rgba(192, 138, 44, 0.72)),
    repeating-linear-gradient(90deg, #e8ecef 0 26px, #cbd3d8 26px 32px, #f7f7f7 32px 74px);
}

.plan-master {
  background-image:
    linear-gradient(135deg, rgba(0, 0, 0, 0.52), rgba(192, 138, 44, 0.68)),
    radial-gradient(circle at 30% 30%, #c8d8c0 0 8%, transparent 8%),
    linear-gradient(45deg, #c9d9bd 25%, #edf1e8 25% 50%, #b9caad 50% 75%, #edf1e8 75%);
}

.plan-floor {
  background-image:
    linear-gradient(135deg, rgba(0, 0, 0, 0.55), rgba(192, 138, 44, 0.7)),
    linear-gradient(90deg, #efefef 0 9%, #bfc8ce 9% 11%, #efefef 11% 45%, #bfc8ce 45% 47%, #efefef 47% 100%),
    linear-gradient(0deg, transparent 0 48%, #bfc8ce 48% 51%, transparent 51%);
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.amenity-grid span {
  display: grid;
  place-items: center;
  min-height: 82px;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  color: #333333;
  font-weight: 800;
}

.gallery-card {
  min-height: 190px;
  padding: 18px;
  font-weight: 900;
}

.gallery-residential {
  background-image:
    linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(192, 138, 44, 0.62)),
    linear-gradient(90deg, #394045 0 18%, #c9d1d4 18% 22%, #465058 22% 42%, #c9d1d4 42% 46%, #394045 46% 100%);
}

.gallery-commercial {
  background-image:
    linear-gradient(135deg, rgba(0, 0, 0, 0.52), rgba(192, 138, 44, 0.6)),
    repeating-linear-gradient(90deg, #263035 0 42px, #9fb0b7 42px 46px, #333e43 46px 84px);
}

.gallery-amenities {
  background-image:
    linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(192, 138, 44, 0.6)),
    radial-gradient(circle at 34% 50%, #76a7c8 0 18%, transparent 19%),
    linear-gradient(120deg, #e8d8af, #b88a3a 48%, #172b3a);
}

.gallery-location {
  background-image:
    linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(192, 138, 44, 0.6)),
    linear-gradient(45deg, transparent 0 44%, #ffffff 44% 47%, transparent 47%),
    linear-gradient(135deg, #d9d2b4, #91a986);
}

.gallery-interiors {
  background-image:
    linear-gradient(135deg, rgba(0, 0, 0, 0.48), rgba(192, 138, 44, 0.58)),
    linear-gradient(90deg, #c7ad87 0 22%, #f4efe6 22% 70%, #7b6b59 70% 100%);
}

.gallery-investment {
  background-image:
    linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(192, 138, 44, 0.62)),
    linear-gradient(0deg, #31464b 0 26%, #7b9a55 26% 42%, #dfe7e8 42% 100%);
}

.virtual-tour-card {
  min-height: 310px;
  padding: 24px;
  background-image:
    linear-gradient(135deg, rgba(0, 0, 0, 0.58), rgba(192, 138, 44, 0.5)),
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.32) 0 10%, transparent 11%),
    linear-gradient(120deg, #263137, #8a5a16 48%, #1e2528);
  gap: 12px;
}

.play-button {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  font-size: 0.9rem;
  font-weight: 900;
}

.virtual-tour-card strong {
  font-size: 1.55rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.virtual-tour-card small {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.55;
}

.location-box {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  text-align: left;
}

.map-card {
  min-height: 260px;
  font-size: 1.5rem;
  font-weight: 900;
}

.location-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #dddddd;
}

.location-box li {
  padding: 15px 18px;
  border-bottom: 1px solid #eeeeee;
  color: #333333;
  font-weight: 700;
}

.location-box li:last-child {
  border-bottom: 0;
}

.bottom-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--navy);
  color: #ffffff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.25);
}

.bottom-bar a {
  display: grid;
  place-items: center;
  min-height: 52px;
  border-right: 1px solid rgba(255, 255, 255, 0.42);
  font-weight: 900;
}

.bottom-bar a:last-child {
  border-right: 0;
}

.notice {
  max-width: 920px;
  margin: 16px auto 0;
  padding: 12px 16px;
  border-radius: 4px;
  background: #fff8e8;
  color: #5f3d0e;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 820px) {
  nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .launch-header {
    min-height: 60px;
  }

  .launch-brand {
    font-size: 0.82rem;
  }

  .hero-highlights,
  .hero-form {
    width: 100%;
  }

  .content-section {
    width: 100%;
    padding: 34px 16px;
  }

  .plan-grid,
  .gallery-grid,
  .amenity-grid,
  .location-box {
    grid-template-columns: 1fr;
  }
}
