:root {
  --cream: #faf6f0;
  --beige: #ebe0d0;
  --terracotta: #b85c38;
  --terracotta-dark: #964326;
  --charcoal: #2d2a26;
  --muted: #6b635a;
  --gold: #c89b3c;
  --white: #ffffff;
  --green: #25d366;
  --shadow: 0 4px 18px rgba(45, 42, 38, 0.08);
  --radius: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.005em;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--terracotta); text-decoration: none; }
a:hover { color: var(--terracotta-dark); }

h1, h2, h3, h4 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--charcoal);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
}

h1 { font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 1rem; }
h3 { font-size: 1.25rem; margin-bottom: 0.6rem; }

p { margin-bottom: 1rem; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 1.25rem; }

/* ---------- Header ---------- */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--beige);
  position: sticky; top: 0; z-index: 100;
  box-shadow: var(--shadow);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.85rem 1.25rem; max-width: var(--max); margin: 0 auto;
}
.logo {
  font-family: 'Inter', sans-serif; font-size: 1.2rem; font-weight: 800;
  color: var(--charcoal); display: flex; flex-direction: column; line-height: 1.1;
  letter-spacing: -0.02em;
}
.logo span { font-size: 0.7rem; color: var(--terracotta); font-family: 'Inter', sans-serif; letter-spacing: 0.5px; }
.main-nav ul { display: flex; gap: 1.4rem; list-style: none; align-items: center; }
.main-nav a { color: var(--charcoal); font-weight: 500; font-size: 0.95rem; }
.main-nav a:hover, .main-nav a.active { color: var(--terracotta); }
.header-cta {
  background: var(--terracotta); color: var(--white) !important;
  padding: 0.55rem 1.1rem; border-radius: 30px; font-weight: 600; font-size: 0.9rem;
}
.header-cta:hover { background: var(--terracotta-dark); }
.menu-toggle {
  display: none; background: none; border: 0; font-size: 1.6rem;
  color: var(--charcoal); cursor: pointer;
}

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 78vh; display: flex; align-items: center;
  background: linear-gradient(rgba(45,42,38,0.55), rgba(45,42,38,0.55)),
              url('../../images/7.%20Sai%20Ganesh%20Elite%20Stay%20%E2%80%93%20Best%20Boys%20and%20Girls%20PG%20Near%20Mindspace%20Airoli%20and%20Airoli%20Railway%20Station.jpeg') center/cover no-repeat;
  color: var(--white); padding: 5rem 1.25rem;
}
.hero-content { max-width: 820px; margin: 0 auto; text-align: center; }
.hero h1 { color: var(--white); margin-bottom: 1.25rem; }
.hero p { color: #f4ece0; font-size: 1.1rem; margin-bottom: 2rem; }
.hero-tags { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2rem; }
.hero-tags span {
  background: rgba(255,255,255,0.15); backdrop-filter: blur(6px);
  padding: 0.4rem 0.95rem; border-radius: 30px; font-size: 0.85rem;
  border: 1px solid rgba(255,255,255,0.25);
}
.hero-cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.85rem; }

.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 1.6rem; border-radius: 30px; font-weight: 600;
  font-size: 1rem; cursor: pointer; border: 0; transition: all 0.2s ease;
}
.btn-primary { background: var(--terracotta); color: var(--white) !important; }
.btn-primary:hover { background: var(--terracotta-dark); transform: translateY(-1px); }
.btn-whatsapp { background: var(--green); color: var(--white) !important; }
.btn-whatsapp:hover { background: #1ebe57; transform: translateY(-1px); }
.btn-ghost {
  background: transparent; color: var(--white) !important;
  border: 2px solid var(--white);
}
.btn-ghost:hover { background: var(--white); color: var(--charcoal) !important; }

/* ---------- Sections ---------- */
section { padding: 4rem 0; }
.section-tag {
  display: inline-block; color: var(--terracotta); font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; font-size: 0.78rem;
  margin-bottom: 0.6rem;
}
.section-head { text-align: center; margin-bottom: 3rem; max-width: 700px; margin-left: auto; margin-right: auto; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

.bg-beige { background: var(--beige); }
.bg-cream { background: var(--cream); }
.bg-charcoal { background: var(--charcoal); color: #efe7d8; }
.bg-charcoal h1, .bg-charcoal h2, .bg-charcoal h3 { color: var(--white); }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 1.25rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--white); border-radius: var(--radius); padding: 1.75rem;
  box-shadow: var(--shadow); transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid var(--beige);
}
.card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(45,42,38,0.12); }
.card .icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--cream); display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 1rem;
}

/* ---------- Why Choose ---------- */
.why-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.why-list li {
  background: var(--white); padding: 1rem 1.25rem; border-radius: var(--radius);
  display: flex; align-items: center; gap: 0.75rem; border-left: 4px solid var(--terracotta);
  box-shadow: var(--shadow);
}
.why-list li::before { content: '✓'; color: var(--terracotta); font-weight: 700; font-size: 1.1rem; }

/* ---------- Companies ---------- */
.company-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.company-grid a {
  background: var(--white); padding: 1.4rem 1rem; text-align: center;
  border-radius: var(--radius); font-weight: 600; color: var(--charcoal);
  border: 1px solid var(--beige); transition: all 0.2s;
}
.company-grid a:hover { border-color: var(--terracotta); color: var(--terracotta); transform: translateY(-3px); }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.85rem; }
.gallery-grid figure { overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/3; }
.gallery-grid img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-grid figure:hover img { transform: scale(1.06); }

/* ---------- CTA Strip ---------- */
.cta-strip { background: var(--terracotta); color: var(--white); padding: 3.5rem 0; text-align: center; }
.cta-strip h2 { color: var(--white); }
.cta-strip p { color: #fde8df; margin-bottom: 1.6rem; }
.cta-strip .btn-primary { background: var(--white); color: var(--terracotta) !important; }
.cta-strip .btn-primary:hover { background: var(--cream); }
.cta-strip .btn-ghost { border-color: var(--white); }

/* ---------- Footer ---------- */
.site-footer { background: var(--charcoal); color: #c8bfb2; padding: 3.5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.site-footer h4 { color: var(--white); font-family: 'Inter', sans-serif; font-size: 1rem; margin-bottom: 1rem; letter-spacing: 0.5px; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 0.45rem; }
.site-footer a { color: #c8bfb2; font-size: 0.92rem; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid #444039; padding-top: 1.25rem; text-align: center; font-size: 0.85rem; color: #8a8278; }

/* ---------- Sticky Mobile CTAs ---------- */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  display: none; background: var(--white); border-top: 1px solid var(--beige);
  box-shadow: 0 -4px 18px rgba(0,0,0,0.08);
}
.sticky-cta a {
  flex: 1; padding: 0.95rem; text-align: center; font-weight: 600;
  display: flex; align-items: center; justify-content: center; gap: 0.4rem;
  color: var(--white) !important; font-size: 0.95rem;
}
.sticky-cta .call { background: var(--terracotta); }
.sticky-cta .wa { background: var(--green); }

/* ---------- Floating WhatsApp (desktop) ---------- */
.float-wa {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 95;
  width: 58px; height: 58px; border-radius: 50%; background: var(--green);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(37,211,102,0.35); color: var(--white) !important;
  font-size: 1.7rem;
}
.float-wa:hover { transform: scale(1.05); }

/* ---------- Page Hero (smaller) ---------- */
.page-hero {
  background: linear-gradient(rgba(45,42,38,0.6), rgba(45,42,38,0.6)),
              url('../../images/15.%20Boys%20and%20Girls%20PG%205%20Minutes%20from%20Mindspace%20Airoli%20and%20800%20Meters%20from%20Airoli%20Railway%20Station%20with%20Food.jpeg') center/cover no-repeat;
  color: var(--white); padding: 5rem 1.25rem; text-align: center;
}
.page-hero h1 { color: var(--white); }
.page-hero p { color: #f4ece0; max-width: 700px; margin: 0 auto 1.5rem; }
.breadcrumb { font-size: 0.85rem; color: #f4ece0; margin-bottom: 0.75rem; }
.breadcrumb a { color: #f4ece0; }

/* ---------- Two Column Block ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }

/* ---------- Contact Form ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.contact-info { background: var(--white); padding: 2rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-info p { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; }
.contact-info .label { font-weight: 600; color: var(--charcoal); display: block; }
.contact-info a { color: var(--terracotta); }
form .field { margin-bottom: 1rem; }
form label { display: block; font-weight: 500; margin-bottom: 0.4rem; font-size: 0.92rem; }
form input, form textarea, form select {
  width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--beige);
  border-radius: 10px; font-size: 1rem; font-family: inherit; background: var(--white);
}
form input:focus, form textarea:focus { outline: 2px solid var(--terracotta); border-color: var(--terracotta); }

.map-embed { width: 100%; height: 320px; border: 0; border-radius: var(--radius); margin-top: 1.5rem; }

/* ---------- Highlight box ---------- */
.highlight-box {
  background: var(--cream); border-left: 4px solid var(--terracotta);
  padding: 1.25rem 1.5rem; border-radius: 8px; margin: 1.5rem 0;
}

/* ---------- Tables / facts ---------- */
.fact-row { display: flex; justify-content: space-between; padding: 0.85rem 0; border-bottom: 1px solid var(--beige); }
.fact-row:last-child { border-bottom: 0; }
.fact-row strong { color: var(--charcoal); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .company-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .why-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); border-bottom: 1px solid var(--beige);
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 0; padding: 1rem; align-items: stretch; }
  .main-nav li { border-bottom: 1px solid var(--beige); }
  .main-nav li:last-child { border-bottom: 0; }
  .main-nav a { display: block; padding: 0.75rem 0; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }

  .grid-3, .grid-4, .grid-2, .company-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  body { padding-bottom: 60px; }
  .sticky-cta { display: flex; }
  .float-wa { display: none; }
  section { padding: 2.75rem 0; }
  .hero { min-height: 70vh; padding: 3.5rem 1rem; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { justify-content: center; }
}
