.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-space {
  padding: 70px 0;
}

.center {
  text-align: center;
}

.section-tag {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(180, 140, 60, 0.12);
  color: #9b7422;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 14px;
}

.section-tag.light {
  background: rgba(255, 255, 255, 0.15);
  color: #fff !important;
}

.mp-cta-box h2 {
  color: #fff !important;
}

.mp-cta-box p {
  color: #fff !important;
}

.section-head {
  max-width: 800px;
  margin: 0 auto 40px;
}

.section-head h2 {
  font-size: 35px;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #111;
}

.section-head p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

.mp-page {
  overflow: hidden;
}

/* HERO */
.mp-hero {
  position: relative;
  padding: 100px 90px;
  background: linear-gradient(135deg, #0f172a 0%, #1f2937 55%, #8b6a2b 100%);
  color: #fff;
  margin-top: 45px;
}

.mp-hero-content {
  max-width: 850px;
}

.mp-badge {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
}

.mp-hero h1 {
  font-size: 56px;
  line-height: 1.1;
  margin: 0 0 18px;
}

.mp-hero p {
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
  max-width: 760px;
  margin: 0 0 28px;
}

.mp-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mp-hero-points span {
  background: rgba(255, 255, 255, 0.12);
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 14px;
}

/* GRID */
.mp-grid-two {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 0px;
  align-items: center;
}

/* IMAGE CARD */
.mp-image-card img,
.mp-plan-image img {
  width: 100%;
  height: 504px !important;
  border-radius: 24px;
  object-fit: cover;
}

.mp-image-card,
.mp-content-card,
.mp-plan-box,
.mp-form-box,
.mp-highlight-card,
.mp-amenity-item {
  /* background: #fff; */
  border-radius: 24px;
  /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07); */
}

.mp-image-card {
  overflow: hidden;
}

/* CONTENT CARD */
.mp-content-card {
  padding: 40px;
}

.mp-content-card h2,
.mp-plan-box h2,
.mp-form-box h2,
.mp-cta-box h2 {
  font-size: 35px;
  line-height: 1.25;
  margin: 0 0 16px;
  color: #111;
}

.mp-content-card p,
.mp-plan-box p,
.mp-form-box p,
.mp-cta-box p {
  font-size: 16px;
  line-height: 1.9;
  /* color: #666; */
  margin: 0 0 15px;
}

.mp-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.mp-feature-item {
  padding: 14px 16px;
  background: #f4f6fa;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

/* HIGHLIGHTS */
.mp-highlights {
  background: linear-gradient(to bottom, #fff, #f7f8fb);
}

.mp-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mp-highlight-card {
  padding: 30px;
  transition: 0.3s ease;
}

.mp-highlight-card:hover {
  transform: translateY(-6px);
}

.mp-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c59a3d, #8b6a2b);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 18px;
}

.mp-highlight-card h3 {
  font-size: 22px;
  margin: 0 0 12px;
  color: #111;
}

.mp-highlight-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* PLAN + FORM */
.form-layout {
  align-items: stretch;
}

.mp-plan-box,
.mp-form-box {
  padding: 35px;
}

.mp-plan-image {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  margin-top: 24px;
}

.mp-plan-overlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.mp-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.mp-mini-points span {
  background: #f4f6fa;
  border-radius: 30px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
}

.mp-form {
  margin-top: 22px;
}

.mp-form-group {
  margin-bottom: 16px;
}

.mp-form-group input,
.mp-form-group textarea {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid #d9dee8;
  border-radius: 14px;
  font-size: 15px;
  outline: none;
  transition: 0.3s ease;
  background: #fff;
}

.mp-form-group input:focus,
.mp-form-group textarea:focus {
  border-color: #b78b37;
  box-shadow: 0 0 0 3px rgba(183, 139, 55, 0.12);
}

.mp-form-note {
  font-size: 13px;
  line-height: 1.7;
  color: #777;
  margin-top: 14px;
}

/* BUTTONS */
.mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s ease;
  border: none;
  cursor: pointer;
}

.mp-btn-primary {
  background: linear-gradient(135deg, #c59a3d, #8b6a2b);
  color: #fff;
}

.mp-btn-primary:hover {
  transform: translateY(-2px);
}

.mp-btn-full {
  width: 100%;
}

.mp-btn-white {
  background: #fff;
  color: #111;
}

.mp-btn-outline-white {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: transparent;
}

.mp-amenities {
  background: linear-gradient(180deg, #f8f6f1 0%, #ffffff 100%);
  position: relative;
}

.mp-amenities .section-head {
  max-width: 760px;
  margin: 0 auto 50px;
}

.mp-amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.mp-amenity-card {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(197, 154, 61, 0.12);
  border-radius: 24px;
  padding: 30px 24px 10px 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
  transition: all 0.35s ease;
  overflow: hidden;
}

.mp-amenity-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(197, 154, 61, 0.06),
    rgba(139, 106, 43, 0.02)
  );
  opacity: 0;
  transition: 0.35s ease;
}

.mp-amenity-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.1);
  border-color: rgba(197, 154, 61, 0.28);
}

.mp-amenity-card:hover::before {
  opacity: 1;
}

.mp-amenity-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c59a3d, #8b6a2b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 10px 25px rgba(197, 154, 61, 0.28);
  position: relative;
  z-index: 1;
}

.mp-amenity-card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
}

.mp-amenity-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .mp-amenities-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .mp-amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .mp-amenity-card {
    padding: 26px 20px;
  }
}

@media (max-width: 767px) {
  .mp-amenities-grid {
    grid-template-columns: 1fr;
  }

  .mp-amenities .section-head {
    margin-bottom: 35px;
  }

  .mp-amenity-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .mp-amenity-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
    margin-bottom: 16px;
  }

  .mp-amenity-card h3 {
    font-size: 19px;
  }

  .mp-amenity-card p {
    font-size: 14px;
  }
}

.heading {
  text-align: center;
  align-items: center;
  padding: 40px 0px 10px 0px;
}

/* CTA */
.mp-cta-box {
  background: linear-gradient(135deg, #111827, #8b6a2b);
  border-radius: 28px;
  padding: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  color: #fff;
}

.mp-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .mp-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mp-amenities-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .mp-hero h1 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .section-space {
    padding: 55px 0;
  }

  .mp-grid-two,
  .mp-highlight-grid,
  .mp-amenities-grid {
    grid-template-columns: 1fr;
  }

  .mp-content-card,
  .mp-plan-box,
  .mp-form-box {
    padding: 28px;
  }

  .mp-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .mp-feature-list {
    grid-template-columns: 1fr;
  }

  .section-head h2,
  .mp-content-card h2,
  .mp-plan-box h2,
  .mp-form-box h2,
  .mp-cta-box h2 {
    font-size: 30px;
  }

  .mp-hero {
    padding: 80px 0 70px;
  }

  .mp-hero h1 {
    font-size: 40px;
  }

  .mp-hero p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .mp-hero {
    padding: 70px 0 60px;
  }

  .mp-hero h1 {
    font-size: 32px;
  }

  .section-head h2,
  .mp-content-card h2,
  .mp-plan-box h2,
  .mp-form-box h2,
  .mp-cta-box h2 {
    font-size: 26px;
  }

  .mp-content-card,
  .mp-plan-box,
  .mp-form-box,
  .mp-highlight-card,
  .mp-cta-box {
    padding: 22px;
    border-radius: 20px;
  }

  .mp-hero-points span,
  .mp-mini-points span {
    font-size: 13px;
    padding: 10px 14px;
  }

  .mp-btn {
    width: 100%;
  }

  .mp-cta-buttons {
    width: 100%;
  }

  .mp-amenity-item {
    padding: 18px 14px;
    font-size: 15px;
  }

  .section-tag {
    margin-bottom: 0px !important;
  }

  .mp-content-card,
  .mp-plan-box,
  .mp-form-box,
  .mp-highlight-card,
  .mp-cta-box {
    padding: 10px !important;
  }

  .mp-image-card img,
  .mp-plan-image img {
    height: 300px !important;
  }
}
