body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #0f172a;
  color: #ffffff;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-content {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
  box-sizing: border-box;
}

a {
  color: #60a5fa;
}

h1, h2, h3 {
  color: #ffffff;
}

img {
  max-width: 100%;
  display: block;
}

.hero {
  text-align: center;
  padding: 90px 20px 60px;
  background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.8)),
              url('/assets/images/woman-mopping-a-hotel-room-floor-2026-03-25-04-42-02-utc.jpg') center/cover;
  border-radius: 0 0 18px 18px;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 16px;
}

.lead {
  font-size: 1.2rem;
  max-width: 760px;
  margin: 0 auto 24px;
  color: #cbd5e1;
}

.btn {
  display: inline-block;
  background: gold;
  color: #111827;
  padding: 12px 22px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  margin-top: 10px;
}

.btn--whatsapp {
  background: #25d366;
  color: white;
}

.featured,
.cta,
.listings-hero,
.property {
  text-align: center;
  margin-top: 40px;
}

.grid,
.listings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.card,
.listing-card {
  background: #1e293b;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: white;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
  transition: transform 0.2s ease;
}

.card:hover,
.listing-card:hover {
  transform: translateY(-4px);
}

.card img,
.listing-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 14px 14px 0 0;
}

.card h3,
.card p,
.card a {
  padding-left: 18px;
  padding-right: 18px;
}

.card h3 {
  margin-top: 18px;
}

.card p {
  color: #cbd5e1;
}

.card a {
  display: inline-block;
  margin: 10px 18px 20px;
  font-weight: bold;
}

.card-content {
  padding: 16px;
}

.score {
  display: inline-block;
  background: gold;
  color: #111827;
  padding: 6px 10px;
  border-radius: 7px;
  font-weight: bold;
  margin-top: 8px;
}

.property img {
  width: 100%;
  max-width: 560px;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
  margin: 24px auto;
  display: block;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.property p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: #cbd5e1;
  line-height: 1.7;
}

.property ul {
  list-style: none;
  padding: 0;
  max-width: 500px;
  margin: 24px auto;
}

.property li {
  background: #1e293b;
  margin-bottom: 10px;
  padding: 12px 14px;
  border-radius: 10px;
}

.price {
  font-size: 1.3rem;
  font-weight: bold;
  color: #facc15 !important;
}

.cta p,
.listings-hero p {
  color: #cbd5e1;
}
/* ===============================
   LUZELIN STAYS — PROPERTY MANAGEMENT
   =============================== */

:root {
  --lz-dark: #16211d;
  --lz-green: #23483a;
  --lz-gold: #c9a24d;
  --lz-sand: #f7f1e4;
  --lz-cream: #fffaf0;
  --lz-white: #ffffff;
  --lz-muted: #6f766f;
  --lz-shadow: 0 18px 45px rgba(0,0,0,.14);
}

/* Header / Menu */

.site-header {
  background: rgba(22, 33, 29, .96);
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 8px 30px rgba(0,0,0,.18);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

.brand {
  color: var(--lz-gold);
  font-weight: 800;
  font-size: 1.25rem;
  text-decoration: none;
  letter-spacing: .04em;
}

.nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.nav a {
  color: var(--lz-white);
  text-decoration: none;
  font-weight: 600;
  font-size: .95rem;
  opacity: .9;
}

.nav a:hover,
.nav a.active {
  color: var(--lz-gold);
}

.nav .nav-cta {
  background: var(--lz-gold);
  color: var(--lz-dark);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
}

.nav .nav-cta:hover {
  background: var(--lz-white);
  color: var(--lz-dark);
}

/* Hero */

.hero--management {
  min-height: 78vh;
  display: flex;
  align-items: center;
  position: relative;
  background:
    linear-gradient(rgba(14, 26, 22, .68), rgba(14, 26, 22, .78)),
    url("/assets/images/woman-gardening-outdoors-on-a-sunny-day-2026-01-09-08-35-10-utc.jpg") center/cover no-repeat;
  color: var(--lz-white);
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.hero__kicker,
.section-kicker {
  color: var(--lz-gold);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .14em;
  font-size: .82rem;
}

.hero h1 {
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: .95;
  margin: 18px 0;
}

.hero__lead {
  font-size: 1.25rem;
  max-width: 680px;
  opacity: .94;
}

.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

/* Buttons */

.btn {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: .25s ease;
}

.btn--gold {
  background: var(--lz-gold);
  color: var(--lz-dark);
}

.btn--gold:hover {
  transform: translateY(-2px);
  background: var(--lz-white);
}

.btn--outline {
  border: 2px solid var(--lz-white);
  color: var(--lz-white);
}

.btn--outline:hover {
  background: var(--lz-white);
  color: var(--lz-dark);
}

.btn--dark {
  background: var(--lz-dark);
  color: var(--lz-white);
}

.btn--light {
  background: var(--lz-white);
  color: var(--lz-dark);
}

/* Sections */

.section {
  padding: 82px 0;
}

.section--light {
  background: var(--lz-sand);
}

.section--dark {
  background: var(--lz-dark);
  color: var(--lz-white);
}

.section--gold {
  background: linear-gradient(135deg, #c9a24d, #ead07a);
  color: var(--lz-dark);
}

.container {
  width: min(1120px, 92%);
  margin: auto;
}

.narrow {
  max-width: 820px;
}

.center {
  text-align: center;
}

.section-heading {
  margin-bottom: 38px;
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 10px 0 18px;
  color: inherit;
}

.section p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: inherit;
}

.large-text {
  font-size: 1.25rem !important;
  font-weight: 700;
}

/* Cards */

.grid {
  display: grid;
  gap: 24px;
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  background: var(--lz-white);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--lz-shadow);
  border: 1px solid rgba(201, 162, 77, .22);
}

.card h3 {
  color: var(--lz-green);
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.card p {
  color: var(--lz-muted);
}

.card ul {
  padding-left: 18px;
  margin-top: 16px;
}

.card li {
  margin: 8px 0;
  color: #3e463f;
}

/* Check List */

.check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.check-list div {
  background: var(--lz-cream);
  border-radius: 18px;
  padding: 18px 20px;
  font-weight: 800;
  color: var(--lz-green);
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

/* Mobile */

@media (max-width: 800px) {
  .navbar,
  .nav {
    flex-direction: column;
  }

  .nav {
    gap: 12px;
    margin-top: 12px;
  }

  .hero--management {
    min-height: 72vh;
    text-align: center;
  }

  .hero__buttons {
    justify-content: center;
  }

  .grid--3,
  .check-list {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 58px 0;
  }
}
/* Fix invisible text on light sections */
.section--light,
.section--light h1,
.section--light h2,
.section--light h3,
.section--light p {
  color: var(--lz-dark) !important;
}

.section--light p {
  color: #4f5b52 !important;
}

/* Fix section spacing under sticky header */
.main-content {
  padding-top: 0;
}

/* Make the intro section look clean */
.section--light {
  background: var(--lz-sand);
}

/* Fix cards section title area */
.section:not(.section--dark):not(.section--gold),
.section:not(.section--dark):not(.section--gold) h2,
.section:not(.section--dark):not(.section--gold) h3 {
  color: var(--lz-dark);
}

.section:not(.section--dark):not(.section--gold) p {
  color: #4f5b52;
}
/* ===============================
   LUZELIN HEADER / NAVIGATION FIX
   =============================== */

.site-header {
  background: rgba(22, 33, 29, 0.97);
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.16);
}

.navbar {
  width: min(1120px, 92%);
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  color: #c9a24d;
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: wrap;
}

.nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.96rem;
  opacity: 0.92;
  transition: 0.2s ease;
}

.nav a:hover,
.nav a.active {
  color: #c9a24d;
}

.nav-cta {
  background: #c9a24d;
  color: #16211d !important;
  padding: 11px 18px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(201, 162, 77, 0.28);
}

.nav-cta:hover {
  background: #ffffff;
  color: #16211d !important;
  transform: translateY(-1px);
}

.main-content {
  width: 100%;
}

/* Mobile nav */
@media (max-width: 760px) {
  .navbar {
    min-height: auto;
    padding: 18px 0;
    flex-direction: column;
    align-items: center;
  }

  .nav {
    justify-content: center;
    gap: 12px;
  }

  .nav a {
    font-size: 0.9rem;
  }

  .nav-cta {
    padding: 9px 14px;
  }
}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:2rem;
  margin-top:3rem;
}

.pricing-card{
  background:#fff;
  border-radius:28px;
  padding:2.2rem;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  position:relative;
  transition:.3s ease;
}

.pricing-card:hover{
  transform:translateY(-6px);
}

.pricing-card h3{
  margin-bottom:1rem;
  font-size:1.5rem;
}

.pricing-rate{
  font-size:2rem;
  font-weight:700;
  color:#c9a54b;
  margin-bottom:1.5rem;
}

.pricing-rate span{
  font-size:1rem;
  color:#777;
}

.pricing-card ul{
  list-style:none;
  padding:0;
  margin:0;
}

.pricing-card li{
  margin-bottom:.85rem;
  color:#444;
  line-height:1.5;
}

.featured{
  border:2px solid #c9a54b;
  transform:scale(1.03);
}

.pricing-badge{
  position:absolute;
  top:-12px;
  right:20px;
  background:#c9a54b;
  color:#111;
  padding:.45rem .9rem;
  border-radius:999px;
  font-size:.8rem;
  font-weight:700;
}

.management-note{
  margin-top:3rem;
  max-width:800px;
  margin-inline:auto;
}

.section-intro{
  max-width:760px;
  margin:1rem auto 0;
  line-height:1.8;
  color:#666;
}
