.pill {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(217,255,47,0.10);
  color: #efff9c;
  border: 1px solid rgba(217,255,47,0.20);
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(217,255,47,0.08);
}

.price-highlight {
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--accent);
  margin-bottom: 10px;
  text-shadow: 0 0 24px rgba(217,255,47,0.12);
}

.info-card,
.price-box,
.pricing-card,
.testimonial,
.contact-box,
.cta {
  padding: 28px;
}

.info-card h3,
.price-box h3,
.pricing-card h3,
.contact-box h3 {
  font-size: 1.22rem;
  margin-bottom: 10px;
}

.info-card p,
.info-card li,
.price-box p,
.price-box li,
.contact-box p,
.contact-box li {
  color: var(--muted);
}

.info-card ul,
.feature-list,
.contact-box ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: rgba(255,255,255,0.03);
}

th, td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

th {
  background: rgba(217,255,47,0.14);
  color: var(--text);
  font-size: 0.95rem;
}

td {
  color: var(--muted);
}

tr:last-child td {
  border-bottom: 0;
}

.promo-banner {
  padding: 30px;
  background: linear-gradient(135deg, rgba(217,255,47,0.14), rgba(255,255,255,0.04));
  border: 1px solid rgba(217,255,47,0.20);
  position: relative;
  overflow: hidden;
}

.promo-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(217,255,47,0.12), transparent 35%);
  pointer-events: none;
}

.promo-banner h3 {
  font-size: 1.6rem;
  line-height: 1.05;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.promo-banner h3 span {
  color: var(--accent);
}

.promo-price {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.08;
  font-weight: 900;
  color: var(--accent);
  margin-bottom: 10px;
  text-shadow: 0 0 24px rgba(217,255,47,0.10);
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.feature-list {
  position: relative;
  z-index: 1;
}

.photo-card {
  overflow: hidden;
  padding: 0;
  background: rgba(255,255,255,0.05);
  position: relative;
}

.photo-card.featured {
  transform: translateY(-10px);
  border-color: rgba(217,255,47,0.25);
}

.photo-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
  filter: contrast(1.05) saturate(1.08);
  cursor: pointer;
}

.photo-card:hover img {
  transform: scale(1.05);
  filter: contrast(1.08) saturate(1.12);
}

.photo-card .content {
  padding: 22px;
}

.photo-card h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.photo-card p {
  color: var(--muted);
  margin-bottom: 12px;
}

.gallery-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.gallery-meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-size: 0.82rem;
  color: var(--text);
}

.media-actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.testimonial p {
  color: var(--text);
  margin-bottom: 14px;
  font-size: 1.02rem;
}

.testimonial span {
  color: var(--muted);
  font-size: 0.94rem;
}

.cta {
  text-align: center;
  background: linear-gradient(180deg, rgba(217,255,47,0.14), rgba(255,255,255,0.04));
  border: 1px solid rgba(217,255,47,0.24);
  position: relative;
  overflow: hidden;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(217,255,47,0.16), transparent 28%);
  pointer-events: none;
}

.cta h2,
.cta p,
.cta .btn {
  position: relative;
  z-index: 1;
}

.cta h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 12px;
}

.cta p {
  color: var(--muted);
  max-width: 760px;
  margin: 0 auto 22px;
}

.map-box {
  overflow: hidden;
  min-height: 100%;
  padding: 0;
}

.map-box iframe {
  width: 100%;
  min-height: 430px;
  border: 0;
  display: block;
}

.inline-check {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: #d9e7ff;
  font-size: 0.94rem;
}

.inline-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #d9ff2f;
}
