* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #3f3128;
  background: #f7f3ee;
}

img {
  max-width: 100%;
  display: block;
}

.pb-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.pb-section {
  padding: 60px 0;
}

/* HERO */
.pb-hero {
  padding: 90px 0 80px;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url('images/Banner2-1.jpg') no-repeat center center;
  background-size: cover;
}

.pb-hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.pb-hero-eyebrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 900px;
  margin: 0 auto 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #eae4df;
}

.pb-hero-eyebrow span {
  white-space: nowrap;
}

.pb-hero h1 {
  margin: 0 0 20px;
  font-size: 58px;
  line-height: 1.15;
  color: #f0f0f0;
}

.pb-hero-text {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 24px;
  line-height: 1.6;
  color: #f6efea;
}

.pb-hero-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.pb-hero-points span {
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #eadfd3;
  border-radius: 999px;
  color: #7d6858;
  font-weight: 600;
}

.pb-hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

h2 {
  margin: 0 0 24px;
  font-size: 36px;
  color: #9a7558;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  color: #7f5f48;
}

p {
  margin-top: 0;
}

.pb-muted {
  color: #8a7465;
}

.pb-btn {
  display: inline-block;
  padding: 14px 22px;
  background: #9a7558;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  transition: 0.2s ease;
}

.pb-btn:hover {
  background: #7f5f48;
}

.pb-btn-outline {
  background: transparent;
  color: #9a7558;
  border: 1px solid #9a7558;
}

.pb-btn-outline:hover {
  background: #9a7558;
  color: #fff;
}

.pb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.pb-card {
  background: #fff;
  border: 1px solid #eadfd3;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.pb-photo img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  background: #ddd;
}

.pb-footer {
  border-top: 1px solid #eadfd3;
  padding: 24px 0;
  margin-top: 20px;
}

/* PACKAGES */
.pb-packages-section {
  padding-top: 40px;
}

.pb-section-head {
  margin-bottom: 34px;
}

.pb-section-head p {
  margin: 10px 0 0;
  font-size: 18px;
}

.pb-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.pb-package-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #eadfd3;
  border-radius: 28px;
  padding: 34px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;

  display: flex;
  flex-direction: column;
}

.pb-package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.pb-package-card .pb-btn,
.pb-package-card .pb-btn-outline {
  margin-top: auto;
  align-self: flex-start;
}

.pb-package-card h3 {
  margin: 0 0 16px;
  font-size: 36px;
  color: #9a7558;
}

.pb-package-price {
  font-size: 24px;
  font-weight: 800;
  color: #2f241d;
  margin-bottom: 14px;
}

.pb-package-subtitle {
  margin: 0 0 24px;
  color: #7d6858;
  font-size: 18px;
  line-height: 1.5;
  min-height: 54px;
}

.pb-package-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 12px;
}

.pb-package-list li {
  position: relative;
  padding-left: 30px;
  font-size: 17px;
  color: #4a3a30;
  line-height: 1.5;
}

.pb-package-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #9a7558;
}

.pb-package-card-featured {
  border: 2px solid #c89d7a;
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(154, 117, 88, 0.12);
}

.pb-package-card-featured:hover {
  transform: scale(1.02) translateY(-4px);
}

.pb-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #9a7558;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
}

/* INTRO SECTION */
.pb-intro-section {
  padding: 36px 0 44px;
  text-align: left;
}

.pb-intro-section .pb-container {
  max-width: 1120px;
  margin: 0 auto;
}

.pb-intro-section h2 {
  max-width: 100%;
  margin: 0 auto 24px;
  line-height: 1.15;
}

.pb-intro-text {
  max-width: 100%;
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.pb-intro-text:last-child {
  margin-bottom: 0;
}

/* TABLET */
@media (max-width: 1100px) {
  .pb-packages-grid {
    grid-template-columns: 1fr;
  }

  .pb-package-card-featured,
  .pb-package-card-featured:hover {
    transform: none;
  }

  .pb-package-subtitle {
    min-height: auto;
  }

  .pb-hero h1 {
    font-size: 42px;
  }

  .pb-hero-text {
    font-size: 20px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .pb-container {
    padding: 0 16px;
  }

  .pb-section {
    padding: 40px 0;
  }

  .pb-hero {
    padding: 56px 0;
  }

  .pb-hero-eyebrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
    font-size: 12px;
  }

  .pb-hero-eyebrow span {
    white-space: nowrap;
  }

  .pb-hero h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .pb-hero-text {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .pb-hero-points {
    gap: 10px;
    margin-bottom: 22px;
  }

  .pb-hero-points span {
    width: 100%;
    text-align: center;
    font-size: 15px;
  }

  .pb-hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .pb-section-head p {
    font-size: 16px;
  }

  .pb-package-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .pb-package-card h3 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .pb-package-price {
    font-size: 22px;
  }

  .pb-package-subtitle {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .pb-package-list li {
    font-size: 16px;
    padding-left: 26px;
  }

  .pb-btn,
  .pb-btn-outline {
    width: 100%;
    text-align: center;
  }

  .pb-badge {
    position: static;
    display: inline-block;
    margin-bottom: 14px;
  }

    .pb-intro-section {
    padding: 28px 0 34px;
  }

  .pb-intro-section .pb-container {
    max-width: 100%;
  }

  .pb-intro-section h2 {
    max-width: 100%;
  }

  .pb-intro-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.75;
  }
}