:root {
  --green: #203428;
  --green-dark: #15261c;
  --cream: #f3eddd;
  --gold: #d8ad66;
  --white: #ffffff;
  --text: #26382c;
  --muted: #746f63;
  --shadow: 0 22px 50px rgba(20, 33, 25, 0.32);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
  font-family: "Montserrat", sans-serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

/* HEADER */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  z-index: 100;
  background: rgba(21, 38, 28, 0.94);
  backdrop-filter: blur(14px);
}

.nav-content {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  margin-right: auto;
}

.logo-mark {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(216, 173, 102, 0.8);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 17px;
}

.logo-img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.menu {
  display: flex;
  align-items: center;
  gap: 34px;
  color: rgba(243, 237, 221, 0.82);
  font-size: 14px;
}

.menu a {
  transition: 0.25s ease;
}

.menu a:hover {
  color: var(--white);
}

.menu-reserve {
  border: 1px solid rgba(216, 173, 102, 0.75);
  color: var(--gold) !important;
  padding: 13px 22px;
  border-radius: 8px;
}

.menu-reserve:hover {
  background: var(--gold);
  color: var(--green-dark) !important;
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  color: var(--cream);
  font-size: 32px;
  cursor: pointer;
}

/* HOME */
.home-hero {
  position: relative;
  min-height: 100vh;
  padding-top: 82px;
  background-image:
    linear-gradient(
      to bottom,
      rgba(20, 33, 25, 0.10),
      rgba(20, 33, 25, 0.34),
      rgba(20, 33, 25, 0.52)
    ),
    url("../assets/images/wallpaper-cabanas.jpeg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* BUSCA */
.home-search {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  width: min(760px, calc(100% - 36px));
  background: rgba(32, 52, 40, 0.88);
  border: 1px solid rgba(243, 237, 221, 0.16);
  box-shadow: var(--shadow);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr 170px;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  backdrop-filter: blur(8px);
  z-index: 5;
}

.home-search label {
  display: grid;
  gap: 10px;
  color: rgba(243, 237, 221, 0.9);
  font-size: 15px;
}

.home-search input {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(243, 237, 221, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: var(--cream);
  border-radius: 10px;
  padding: 0 14px;
  font-family: inherit;
  font-size: 16px;
  outline: none;
}

.home-search button {
  height: 62px;
  border: 0;
  border-radius: 10px;
  background: var(--gold);
  color: var(--green-dark);
  padding: 0 34px;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}

/* BOTÕES DA HERO */
.hero-actions-center {
  position: absolute;
  left: 50%;
  top: calc(53% + 130px);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 28px;
  width: min(560px, calc(100% - 36px));
  z-index: 6;
}

.btn-primary,
.btn-secondary {
  width: 260px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 800;
  font-size: 16px;
  transition: 0.25s ease;
}

.btn-primary {
  background: var(--gold);
  color: var(--green-dark);
}

.btn-secondary {
  border: 1px solid rgba(243, 237, 221, 0.62);
  color: var(--cream);
  background: rgba(32, 52, 40, 0.25);
  backdrop-filter: blur(8px);
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-3px);
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  color: var(--cream);
  font-size: 42px;
  opacity: 0.8;
}

/* INTRO */
.home-intro {
  background: var(--cream);
  padding: 110px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 54px;
  align-items: center;
}

.section-small {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold);
  margin-bottom: 18px;
  font-weight: 600;
}

.intro-text h2,
.section-heading h2,
.final-box h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 500;
  line-height: 0.95;
  color: var(--green-dark);
  margin-bottom: 24px;
}

.intro-text p {
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.text-link {
  color: var(--green-dark);
  font-weight: 800;
  border-bottom: 1px solid var(--green-dark);
  padding-bottom: 4px;
}

.intro-card {
  background: var(--green);
  color: var(--cream);
  padding: 40px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.intro-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 14px;
}

.intro-card p {
  color: rgba(243, 237, 221, 0.78);
  line-height: 1.7;
}

/* PREVIEW CABANAS */
.home-cabins-preview {
  background: var(--green);
  color: var(--cream);
  padding: 105px 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 48px;
}

.section-heading h2 {
  color: var(--cream);
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.preview-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
}

.preview-card:hover {
  transform: translateY(-8px);
}

.preview-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: 0.4s ease;
}

.preview-card:hover img {
  transform: scale(1.08);
}

.preview-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(24, 41, 31, 0.96),
    rgba(24, 41, 31, 0.08)
  );
}

.preview-card div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  z-index: 2;
}

.preview-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 8px;
}

.preview-card p {
  color: rgba(243, 237, 221, 0.78);
  line-height: 1.5;
}

/* CTA */
.home-final-cta {
  background: var(--cream);
  padding: 105px 0;
}

.final-box {
  background:
    linear-gradient(rgba(24, 41, 31, 0.88), rgba(24, 41, 31, 0.88)),
    url("../assets/images/wallpaper-cabanas.jpeg");
  background-size: cover;
  background-position: center;
  border-radius: 28px;
  padding: 70px;
  box-shadow: var(--shadow);
  color: var(--cream);
}

.final-box h2 {
  max-width: 760px;
  color: var(--cream);
}

.final-box p {
  max-width: 620px;
  color: rgba(243, 237, 221, 0.82);
  line-height: 1.75;
  margin-bottom: 30px;
}

/* FOOTER */
.footer {
  background: var(--green-dark);
  color: rgba(243, 237, 221, 0.7);
  text-align: center;
  padding: 28px 18px;
  font-size: 13px;
}

/* TABLET */
@media (max-width: 980px) {
  .menu-btn {
    display: block;
  }

  .menu {
    position: fixed;
    top: 82px;
    left: 0;
    width: 100%;
    padding: 28px;
    background: rgba(21, 38, 28, 0.98);
    flex-direction: column;
    transform: translateY(-130%);
    transition: 0.35s ease;
  }

  .menu.active {
    transform: translateY(0);
  }

  .home-search {
    width: min(520px, calc(100% - 32px));
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-search button {
    width: 100%;
  }

  .hero-actions-center {
    width: min(520px, calc(100% - 32px));
    flex-direction: column;
    gap: 16px;
    top: calc(53% + 265px);
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .intro-grid,
  .preview-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .site-header,
  .nav-content {
    height: 74px;
  }

  .menu {
    top: 74px;
  }

  .logo {
    font-size: 20px;
  }

  .logo-mark {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .home-hero {
    min-height: 900px;
    padding-top: 74px;
    background-position: center top;
  }

  .home-search {
    top: 270px;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    padding: 26px;
    border-radius: 22px;
  }

  .hero-actions-center {
    top: 575px;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    gap: 16px;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    height: 64px;
    min-height: 64px;
  }

  .btn-secondary {
    background: rgba(32, 52, 40, 0.25);
    border: 1px solid rgba(243, 237, 221, 0.62);
    color: var(--cream);
    backdrop-filter: blur(8px);
  }

  .scroll-indicator {
    bottom: 255px;
  }

  .intro-grid,
  .preview-grid {
    grid-template-columns: 1fr;
  }

  .home-intro,
  .home-cabins-preview,
  .home-final-cta {
    padding: 78px 0;
  }

  .intro-card {
    padding: 30px;
  }

  .preview-card {
    min-height: 340px;
  }

  .final-box {
    padding: 42px 24px;
  }
}

@media (max-width: 640px) {
  .hero-actions-center .btn-secondary {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: rgba(32, 52, 40, 0.28) !important;
    border: 1px solid rgba(243, 237, 221, 0.7) !important;
    color: #f3eddd !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    opacity: 1 !important;
    visibility: visible !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-align: center !important;
    position: relative !important;
    z-index: 30 !important;
  }
}

@media (max-width: 640px) {
  .hero-actions-center {
    top: 620px !important;
  }

  .home-hero {
    min-height: 930px;
  }

  .scroll-indicator {
    bottom: 235px;
  }
}

@media (min-width: 981px) {
  .nav-content {
    width: calc(100% - 48px);
    max-width: none;
  }

  .logo {
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  .hero-actions-center .btn-secondary {
    background: rgba(32, 52, 40, 0.70) !important;
    border: 1px solid rgba(243, 237, 221, 0.65) !important;
    color: var(--cream) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

/* ============================= */
/* PÁGINA CABANAS */
/* ============================= */

.page-hero {
  position: relative;
  min-height: 520px;
  padding-top: 82px;
  background:
    linear-gradient(
      to bottom,
      rgba(21, 38, 28, 0.42),
      rgba(21, 38, 28, 0.82)
    ),
    url("../assets/images/wallpaper-cabanas.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: var(--cream);
}

.page-hero-content {
  padding-top: 70px;
}

.page-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(70px, 10vw, 130px);
  font-weight: 500;
  line-height: 0.85;
  margin-bottom: 28px;
}

.page-hero p {
  max-width: 620px;
  color: rgba(243, 237, 221, 0.82);
  font-size: 18px;
  line-height: 1.75;
}

.cabins-list-section {
  background: var(--cream);
  padding: 100px 0;
}

.cabins-list {
  display: grid;
  gap: 80px;
}

.cabin-detail-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 54px;
  align-items: center;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(21, 38, 28, 0.08);
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(21, 38, 28, 0.12);
}

.cabin-detail-card.reverse {
  grid-template-columns: 0.92fr 1.08fr;
}

.cabin-detail-card.reverse .cabin-carousel {
  order: 2;
}

.cabin-detail-card.reverse .cabin-detail-content {
  order: 1;
}

.cabin-carousel {
  position: relative;
  height: 430px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--green-dark);
  box-shadow: 0 18px 40px rgba(21, 38, 28, 0.25);
}

.carousel-track {
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.carousel-image.active {
  opacity: 1;
  transform: scale(1);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 1px solid rgba(243, 237, 221, 0.35);
  border-radius: 50%;
  background: rgba(21, 38, 28, 0.48);
  color: var(--cream);
  font-size: 38px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  cursor: pointer;
  z-index: 5;
  transition: 0.25s ease;
}

.carousel-btn:hover {
  background: rgba(21, 38, 28, 0.78);
}

.carousel-btn.prev {
  left: 18px;
}

.carousel-btn.next {
  right: 18px;
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 9px;
  z-index: 5;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(243, 237, 221, 0.45);
}

.dot.active {
  width: 28px;
  background: var(--gold);
}

.cabin-detail-content {
  padding: 20px;
}

.cabin-label {
  display: inline-block;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

.cabin-detail-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 500;
  line-height: 0.9;
  color: var(--green-dark);
  margin-bottom: 24px;
}

.cabin-detail-content p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.cabin-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.cabin-features span {
  background: rgba(32, 52, 40, 0.08);
  color: var(--green-dark);
  border: 1px solid rgba(32, 52, 40, 0.1);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
}

.cabin-reserve-btn {
  width: 240px;
}

/* RESPONSIVO CABANAS */
@media (max-width: 980px) {
  .page-hero {
    min-height: 460px;
  }

  .cabin-detail-card,
  .cabin-detail-card.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cabin-detail-card.reverse .cabin-carousel,
  .cabin-detail-card.reverse .cabin-detail-content {
    order: initial;
  }

  .cabin-carousel {
    height: 380px;
  }
}

@media (max-width: 640px) {
  .page-hero {
    min-height: 420px;
    padding-top: 74px;
  }

  .page-hero-content {
    padding-top: 40px;
  }

  .page-hero h1 {
    font-size: 72px;
  }

  .page-hero p {
    font-size: 15px;
  }

  .cabins-list-section {
    padding: 70px 0;
  }

  .cabins-list {
    gap: 42px;
  }

  .cabin-detail-card {
    padding: 14px;
    border-radius: 24px;
  }

  .cabin-carousel {
    height: 310px;
    border-radius: 20px;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 32px;
  }

  .carousel-btn.prev {
    left: 12px;
  }

  .carousel-btn.next {
    right: 12px;
  }

  .cabin-detail-content {
    padding: 16px 6px 10px;
  }

  .cabin-detail-content h2 {
    font-size: 58px;
  }

  .cabin-detail-content p {
    font-size: 15px;
  }

  .cabin-reserve-btn {
    width: 100%;
  }
}

/* ============================= */
/* PÁGINA VALORES */
/* ============================= */

.prices-section {
  background: var(--cream);
  padding: 100px 0;
}

.prices-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 70px;
}

.price-card {
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(21, 38, 28, 0.08);
  border-radius: 24px;
  padding: 34px 26px;
  box-shadow: 0 18px 45px rgba(21, 38, 28, 0.1);
}

.price-card.featured {
  background: var(--green);
  color: var(--cream);
}

.price-card span {
  display: inline-block;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 18px;
}

.price-card h2 {
  font-family: "Montserrat", serif;
  font-size: 38px;
  font-weight: 500;
  color: var(--green-dark);
  margin-bottom: 12px;
}

.price-card.featured h2 {
  color: var(--cream);
}

.price-card p {
  color: var(--muted);
  line-height: 1.6;
}

.price-card.featured p {
  color: rgba(243, 237, 221, 0.78);
}

/* HORÁRIOS */
.schedule-box {
  background: var(--green);
  color: var(--cream);
  border-radius: 28px;
  padding: 48px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 42px;
  box-shadow: var(--shadow);
}

.schedule-box h2,
.policy-box h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: 0.95;
}

.schedule-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.schedule-items div {
  background: rgba(243, 237, 221, 0.08);
  border: 1px solid rgba(243, 237, 221, 0.12);
  border-radius: 18px;
  padding: 26px;
}

.schedule-items strong {
  display: block;
  color: var(--gold);
  font-size: 18px;
  margin-bottom: 10px;
}

.schedule-items p {
  color: rgba(243, 237, 221, 0.78);
  line-height: 1.6;
}

/* POLÍTICA */
.policy-box {
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(21, 38, 28, 0.08);
  border-radius: 28px;
  padding: 54px;
  box-shadow: 0 18px 45px rgba(21, 38, 28, 0.1);
}

.policy-box h2 {
  color: var(--green-dark);
  margin-bottom: 26px;
}

.policy-box p {
  max-width: 920px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.policy-btn {
  margin-top: 20px;
}

/* RESPONSIVO VALORES */
@media (max-width: 980px) {
  .prices-grid {
    grid-template-columns: 1fr 1fr;
  }

  .schedule-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .prices-section {
    padding: 70px 0;
  }

  .prices-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 46px;
  }

  .price-card {
    padding: 30px 24px;
  }

  .price-card h2 {
    font-size: 44px;
  }

  .schedule-box {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .schedule-items {
    grid-template-columns: 1fr;
  }

  .policy-box {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .policy-btn {
    width: 100%;
  }
}
.price-card {
  background: var(--green);
  color: var(--cream);
}

.price-card h2 {
  color: var(--cream);
}

.price-card p {
  color: rgba(243, 237, 221, 0.78);
}

/* ============================= */
/* PÁGINA LOCALIZAÇÃO */
/* ============================= */

.location-section {
  background: var(--cream);
  padding: 100px 0;
}

.location-page-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: stretch;
}

.location-info-card {
  background: var(--green);
  color: var(--cream);
  border-radius: 28px;
  padding: 48px;
  box-shadow: var(--shadow);
}

.location-info-card h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 500;
  line-height: 0.95;
  margin-bottom: 24px;
}

.location-info-card p {
  color: rgba(243, 237, 221, 0.8);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.reference-box {
  background: rgba(243, 237, 221, 0.08);
  border: 1px solid rgba(243, 237, 221, 0.12);
  border-radius: 18px;
  padding: 22px;
  margin-bottom: 30px;
}

.reference-box strong {
  display: block;
  color: var(--gold);
  margin-bottom: 8px;
}

.reference-box span {
  color: rgba(243, 237, 221, 0.82);
  line-height: 1.6;
}

.location-btn {
  width: 260px;
}

.location-map-card {
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(21, 38, 28, 0.08);
  background: var(--green-dark);
}

.location-map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* RESPONSIVO LOCALIZAÇÃO */
@media (max-width: 980px) {
  .location-page-grid {
    grid-template-columns: 1fr;
  }

  .location-map-card {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .location-section {
    padding: 70px 0;
  }

  .location-info-card {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .location-btn {
    width: 100%;
  }

  .location-map-card {
    min-height: 360px;
    border-radius: 24px;
  }
}

/* ============================= */
/* PÁGINA REGRAS */
/* ============================= */

.rules-section {
  background: var(--cream);
  padding: 100px 0;
}

.rules-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.rule-card {
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(21, 38, 28, 0.08);
  border-radius: 26px;
  padding: 38px;
  box-shadow: 0 18px 45px rgba(21, 38, 28, 0.1);
}

.rule-card > span:not(.section-small) {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: var(--gold);
  font-weight: 800;
  margin-bottom: 22px;
}

.rule-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 500;
  color: var(--green-dark);
  margin-bottom: 20px;
  line-height: 0.95;
}

.rule-card p {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 14px;
}

.featured-rule,
.final-rule {
  grid-column: 1 / -1;
  background: var(--green);
  color: var(--cream);
  padding: 54px;
}

.featured-rule h2,
.final-rule h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(46px, 5vw, 74px);
  font-weight: 500;
  line-height: 0.95;
  color: var(--cream);
  margin-bottom: 26px;
}

.featured-rule p,
.final-rule p {
  max-width: 980px;
  color: rgba(243, 237, 221, 0.8);
  font-size: 16px;
}

.rule-btn {
  margin-top: 22px;
}

/* RESPONSIVO REGRAS */
@media (max-width: 980px) {
  .rules-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .rules-section {
    padding: 70px 0;
  }

  .rule-card {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .featured-rule,
  .final-rule {
    padding: 34px 24px;
  }

  .rule-card h3 {
    font-size: 38px;
  }

  .rule-btn {
    width: 100%;
  }
}

/* ============================= */
/* PÁGINA RESERVA */
/* ============================= */

.reservation-section {
  background: var(--cream);
  padding: 100px 0;
}

.reservation-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: start;
}

.reservation-info {
  background: var(--green);
  color: var(--cream);
  border-radius: 28px;
  padding: 48px;
  box-shadow: var(--shadow);
  position: sticky;
  top: 110px;
}

.reservation-info h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 500;
  line-height: 0.95;
  margin-bottom: 24px;
}

.reservation-info p {
  color: rgba(243, 237, 221, 0.78);
  line-height: 1.75;
  margin-bottom: 32px;
}

.reservation-steps {
  display: grid;
  gap: 16px;
}

.reservation-steps div {
  background: rgba(243, 237, 221, 0.08);
  border: 1px solid rgba(243, 237, 221, 0.12);
  border-radius: 18px;
  padding: 20px;
}

.reservation-steps strong {
  display: block;
  color: var(--gold);
  font-size: 18px;
  margin-bottom: 8px;
}

.reservation-steps span {
  color: rgba(243, 237, 221, 0.82);
  line-height: 1.5;
}

/* FORMULÁRIO */
.reservation-form {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(21, 38, 28, 0.08);
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 18px 45px rgba(21, 38, 28, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.form-group {
  display: grid;
  gap: 9px;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  font-size: 13px;
  font-weight: 800;
  color: var(--green-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1px solid rgba(21, 38, 28, 0.16);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 12px;
  padding: 0 16px;
  min-height: 54px;
  font-family: inherit;
  font-size: 15px;
  color: var(--green-dark);
  outline: none;
}

.form-group textarea {
  min-height: 130px;
  padding: 16px;
  resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(216, 173, 102, 0.18);
}

.submit-reservation-btn {
  grid-column: 1 / -1;
  min-height: 64px;
  border: 0;
  border-radius: 12px;
  background: var(--gold);
  color: var(--green-dark);
  font-family: inherit;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.25s ease;
}

.submit-reservation-btn:hover {
  transform: translateY(-2px);
}

.form-note {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

/* MODAL */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(21, 38, 28, 0.68);
  backdrop-filter: blur(8px);
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.modal.active {
  display: flex;
}

.modal-content {
  width: min(480px, 100%);
  background: var(--cream);
  border-radius: 26px;
  padding: 38px;
  box-shadow: var(--shadow);
  text-align: center;
}

.modal-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 500;
  color: var(--green-dark);
  margin-bottom: 16px;
}

.modal-content p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 26px;
}

.modal-content button {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 12px;
  background: var(--green);
  color: var(--cream);
  font-family: inherit;
  font-weight: 800;
  cursor: pointer;
}

/* RESPONSIVO RESERVA */
@media (max-width: 980px) {
  .reservation-layout {
    grid-template-columns: 1fr;
  }

  .reservation-info {
    position: static;
  }
}

@media (max-width: 640px) {
  .reservation-section {
    padding: 70px 0;
  }

  .reservation-info {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .reservation-form {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    border-radius: 24px;
  }

  .form-group.full,
  .submit-reservation-btn,
  .form-note {
    grid-column: auto;
  }

  .modal-content {
    padding: 32px 24px;
  }
}

.prices-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 980px) {
  .prices-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .prices-grid {
    grid-template-columns: 1fr;
  }
}

.values-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: -36px 0 70px;
}

.value-info-card {
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(21, 38, 28, 0.08);
  border-radius: 24px;
  padding: 30px 28px;
  box-shadow: 0 18px 45px rgba(21, 38, 28, 0.1);
}

.value-info-card span {
  display: inline-block;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 14px;
}

.value-info-card p {
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 640px) {
  .values-info-grid {
    grid-template-columns: 1fr;
    margin: -20px 0 46px;
  }
}

/* CORREÇÃO CAMPOS DE DATA MOBILE - HOME */
@media (max-width: 640px) {
  .home-search {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    padding: 26px 20px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .home-search label {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .home-search input {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
  }

  .home-search input[type="date"] {
    -webkit-appearance: none !important;
    appearance: none !important;
  }
}
/* CORREÇÃO CAMPOS DE DATA MOBILE - RESERVA */
@media (max-width: 640px) {
  .reservation-form,
  .reservation-form .form-group {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .reservation-form input[type="date"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
    display: block !important;
    font-size: 16px !important;
    line-height: 56px !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }
}
/* AJUSTE ESPAÇO ANTES DO FOOTER - RESERVA MOBILE */
@media (max-width: 640px) {
  .reservation-section {
    padding-bottom: 0 !important;
  }
}