:root {
  --pt-grey: #e6e6e6;
  --pt-hero-grey: #cfcac6;
  --pt-green: #93b34c;
  --pt-dark: #4a4a4a;
}

.pt-body {
  background: var(--pt-grey);
  color: var(--pt-dark);
}

.pt-main {
  padding: 70px 0 130px;
}

.pt-hero-card {
  position: relative;
  background: var(--pt-hero-grey);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  margin-bottom: 36px;
}

.pt-hero-logo {
  width: 180px;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.45));
}

.pt-hero-media {
  position: relative;
  min-height: 620px;
  background-position: center;
  background-size: cover;
}

.pt-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.pt-hero-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  padding: 32px 24px;
  color: #fff;
}

.pt-hero-title {
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  font-weight: 500;
  margin-bottom: 0;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

.pt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.pt-hero-actions .pill {
  padding: 10px 18px;
  font-size: 0.85rem;
}

.pt-pill-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 10px 24px;
  border-radius: 999px;
  text-decoration: none;
}

.pt-title {
  text-align: center;
  margin: 48px 0 36px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  color: #5b5b5b;
}

.pt-title strong {
  font-weight: 700;
  color: #3d3d3d;
}

.pt-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--pt-green);
  border-radius: 26px;
  padding: 26px 14px;
  color: #fff;
  margin-bottom: 36px;
}

.pt-stat {
  text-align: center;
  padding: 18px 10px;
}

.pt-stat + .pt-stat {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.pt-stat-icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
  display: block;
  color: #fff;
}

.pt-stat-value {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

.pt-stat-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.65rem;
  margin-top: 6px;
}

.pt-stat-title {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.65rem;
}

.pt-stat-em {
  font-size: 1.6rem;
  font-weight: 800;
  margin-top: 2px;
}

.pt-info {
  margin-top: 44px;
}

.pt-info-logo {
  width: 170px;
  display: block;
  margin: 0 auto;
}

.pt-info-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
}

.pt-info-note {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  font-weight: 600;
  margin-top: 18px;
}

.pt-gallery {
  margin-top: 44px;
}

.pt-availability {
  margin-top: 32px;
}

.pt-availability-card {
  background: linear-gradient(180deg, #f8f7f4 0%, #ffffff 100%);
  border-radius: 26px;
  padding: 26px;
  border: 1px solid rgba(74, 74, 74, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.pt-availability-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.pt-availability-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
  font-weight: 700;
  color: #6b6b6b;
}

.pt-availability-kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--pt-green);
}

.pt-availability-title {
  margin: 6px 0 0;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 600;
  color: #3f3f3f;
}

.pt-availability-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.pt-availability-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(74, 74, 74, 0.2);
  background: #fff;
  color: #3f3f3f;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pt-availability-link:hover,
.pt-availability-link:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.12);
}

.pt-availability-frame {
  background: #f0eeea;
  border-radius: 22px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.pt-availability-image {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
  background: #fff;
}

.pt-photo-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
  background: #111;
}

.pt-photo-card .card-plus {
  width: 40px;
  height: 40px;
  font-size: 24px;
  top: 16px;
  right: 16px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
  animation: none;
}

.pt-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 24px 0 40px;
}

.pt-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bdbdbd;
}

.pt-dot.is-active {
  background: #707070;
}

.pt-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.pt-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 34px;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.pt-cta-btn:focus,
.pt-cta-btn:focus-visible {
  outline: none;
  box-shadow: none;
}

.pt-cta-btn--green {
  background: var(--pt-green);
  box-shadow: none;
}

.pt-cta-btn--dark {
  background: #5f5f5f;
}

@media (max-width: 991px) {
  .pt-hero-logo {
    width: 160px;
  }

  .pt-hero-media {
    min-height: 500px;
  }

  .pt-hero-content {
    padding: 28px 20px;
  }

  .pt-stats {
    grid-template-columns: repeat(2, 1fr);
    padding: 14px 8px;
  }

  .pt-stat + .pt-stat {
    border-left: none;
  }

  .pt-stat {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

  .pt-stat:nth-child(1),
  .pt-stat:nth-child(2) {
    border-top: none;
  }

  .pt-stat:nth-child(2),
  .pt-stat:nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }

  .pt-photo-card {
    aspect-ratio: 1 / 1;
  }

  .pt-availability-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .pt-main {
    padding: 50px 0 90px;
  }

  .pt-hero-content {
    padding: 26px 16px;
  }

  .pt-hero-media {
    min-height: 420px;
  }

  .pt-hero-actions {
    flex-direction: column;
  }

  .pt-title {
    font-size: 1.7rem;
  }

  .pt-photo-card {
    aspect-ratio: 1 / 1;
  }

  .pt-info {
    text-align: center;
  }

  .pt-availability-card {
    padding: 20px;
  }
}
