/* Testimonial Premium Redesign Stylesheet */

:root {
  --color-gold: #C5A059;
  --color-gold-hover: #d4b56e;
  --color-dark: #111111;
  --color-bg-light: #FAF8F4;
  --color-card-bg: #ffffff;
  --color-border-subtle: #ECECEC;
  --color-border-gold: rgba(197, 160, 89, 0.35);
  --font-serif: 'Kaisei Tokumin', serif !important;
  --font-sans: 'Plus Jakarta Sans', sans-serif;
  --shadow-premium: 0 20px 40px rgba(0, 0, 0, 0.04);
  --shadow-hover: 0 30px 60px rgba(197, 160, 89, 0.15);
}

.testimonial-page-wrapper {
  background-color: var(--color-bg-light);
  font-family: var(--font-sans);
  color: var(--color-dark);
  position: relative;
  overflow-x: hidden;
  padding-bottom: 6rem;
}

/* Luxury Hero Section */
.testimonial-luxury-hero {
  position: relative;
  width: 100%;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 2rem 6rem;
  background-image: url('../common/Aspiro-Highlights/Celbrations.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .testimonial-luxury-hero {
    min-height: 60vh;
    padding: 6rem 1.5rem 4rem;
    background-attachment: scroll;
  }
}

.hero-luxury-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.75);
  z-index: 1;
}

.hero-ambient-glow {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.15) 0%, rgba(197, 160, 89, 0) 70%);
  filter: blur(80px);
  z-index: 2;
  pointer-events: none;
}

.hero-luxury-content {
  position: relative;
  z-index: 3;
  max-width: 60rem;
  text-align: center;
  color: #ffffff;
}

.hero-kicker-gold {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 1.5rem;
  animation: fadeInUp 0.8s ease forwards;
}

.hero-title-serif {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1.5rem;
  color: #ffffff;
  animation: fadeInUp 1s ease forwards;
}

.hero-title-serif span {
  color: var(--color-gold);
}

.hero-intro-text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  animation: fadeInUp 1.2s ease forwards;
}

.hero-cta-buttons {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  animation: fadeInUp 1.4s ease forwards;
}

@media (max-width: 640px) {
  .hero-cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
}

.hero-btn {
  display: inline-block;
  padding: 0.9rem 2.25rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}

@media (max-width: 640px) {
  .hero-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

.hero-btn-gold {
  background-color: var(--color-gold);
  color: #111111;
  border: 1px solid var(--color-gold);
}

.hero-btn-gold:hover {
  background-color: var(--color-gold-hover);
  border-color: var(--color-gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(197, 160, 89, 0.3);
}

.hero-btn-outline {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.hero-btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* Custom Section Header */
.amenities-section-header {
  text-align: center !important;
  max-width: 48rem !important;
  margin: 6rem auto 3rem !important;
  padding: 0 1.5rem !important;
}

.section-label-gold {
  color: var(--color-gold) !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.75rem !important;
  display: block !important;
}

.section-title-serif {
  font-family: var(--font-serif) !important;
  font-size: clamp(2rem, 4.5vw, 2.75rem) !important;
  font-weight: 700 !important;
  color: var(--color-dark) !important;
  margin-top: 0.5rem !important;
  margin-bottom: 1.25rem !important;
}

.section-desc-muted {
  font-size: 1rem !important;
  color: #6F6F6F !important;
  line-height: 1.7 !important;
}

/* Video Section styling */
.reels-grid-container {
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.premium-reels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 1024px) {
  .premium-reels-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 640px) {
  .premium-reels-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.premium-reel-card {
  background-color: #0a0a0a;
  border: 1px solid var(--color-border-subtle);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-premium);
  transition: all 0.4s ease;
  position: relative;
  aspect-ratio: 9 / 16;
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
}

.premium-reel-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-gold);
  box-shadow: var(--shadow-hover);
}

.premium-reel-card iframe {
  position: absolute;
  border: 0;
  overflow: hidden;
  pointer-events: auto;
  /* Crop details to hide Instagram UI chrome in embed */
  width: 148%;
  height: calc(100% + 168px);
  left: 50%;
  top: -76px;
  transform: translateX(-50%);
  max-width: none;
}

@media (min-width: 768px) {
  .premium-reel-card iframe {
    width: 158%;
    top: -80px;
  }
}

/* Google Reviews Grid layout */
.reviews-grid-container {
  max-width: 85rem;
  margin: 0 auto 5rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.reviews-grid-two-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: start;
}

@media (max-width: 900px) {
  .reviews-grid-two-cols {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Review Card styling */
.premium-review-card {
  background-color: #ffffff;
  border: 1px solid var(--color-border-subtle);
  border-radius: 28px;
  padding: 2.5rem;
  box-shadow: var(--shadow-premium);
  position: relative;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  text-align: left;
  opacity: 1;
  transform: scale(1);
}

.premium-review-card:hover {
  border-color: var(--color-gold);
  box-shadow: var(--shadow-hover);
  transform: translateY(-5px);
}

.review-quote-svg {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  color: rgba(197, 160, 89, 0.1);
  width: 4rem;
  height: 4rem;
  pointer-events: none;
}

.review-quote-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--color-dark);
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
  font-style: italic;
}

.review-profile-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid var(--color-border-subtle);
  padding-top: 1.5rem;
}

.review-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-gold) 0%, #111111 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-gold);
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(197, 160, 89, 0.2);
}

.review-user-info {
  display: flex;
  flex-direction: column;
}

.review-user-name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--color-dark);
  text-decoration: none;
}

.review-user-name:hover {
  color: var(--color-gold);
  text-decoration: underline;
}

.review-user-subtitle {
  font-size: 0.8125rem;
  color: #8C8C8C;
  margin-top: 0.125rem;
}

.stars-container-gold {
  display: flex;
  color: #C5A059;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

/* Google Reviews Button & Visit Buttons */
.testimonials-cta-center {
  text-align: center;
  margin-top: 4rem;
}

.btn-read-reviews {
  display: inline-block;
  border: 2px solid var(--color-gold);
  color: var(--color-dark);
  font-weight: 700;
  padding: 0.9rem 2.25rem;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
}

.btn-read-reviews:hover {
  background-color: #FFFBF4;
  border-color: var(--color-gold);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(197, 160, 89, 0.12);
}

.testimonials-footer-cta {
  background-color: var(--color-dark);
  padding: 8rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 8rem;
}

.testimonials-footer-cta-container {
  max-width: 48rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.testimonials-footer-cta-bg-glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(circle at bottom, rgba(197, 160, 89, 0.15) 0%, rgba(197, 160, 89, 0) 70%);
  filter: blur(70px);
  z-index: 1;
  pointer-events: none;
}

.footer-cta-title-serif {
  font-family: var(--font-serif) !important;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff !important;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}

.footer-cta-title-serif span {
  color: var(--color-gold);
}

.footer-cta-desc {
  font-size: 1.125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8) !important;
  max-width: 38rem;
  margin: 0 auto 3rem !important;
}

.footer-cta-buttons-wrap {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
}

@media (max-width: 640px) {
  .footer-cta-buttons-wrap {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
}

.btn-cta-gold {
  background-color: var(--color-gold) !important;
  color: #111111 !important;
  border: 1px solid var(--color-gold) !important;
}

.btn-cta-gold:hover {
  background-color: var(--color-gold-hover) !important;
  border-color: var(--color-gold-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(197, 160, 89, 0.3);
}

.btn-cta-outline {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.btn-cta-outline:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
}

/* Google Reviews Verified Summary Card */
.reviews-summary-badge-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid var(--color-border-subtle);
  border-radius: 20px;
  padding: 1.5rem 2.5rem;
  margin: -1rem auto 3rem;
  max-width: 50rem;
  box-shadow: var(--shadow-premium);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .reviews-summary-badge-card {
    flex-direction: column;
    text-align: center;
    gap: 1.25rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}

.summary-badge-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

@media (max-width: 768px) {
  .summary-badge-left {
    align-items: center;
  }
}

.summary-stars {
  color: var(--color-gold);
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

.summary-score {
  font-family: var(--font-serif) !important;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1;
}

.score-out-of {
  font-size: 1rem;
  color: #8C8C8C;
  font-weight: 400;
}

.summary-badge-right {
  flex: 1;
  margin-left: 2.5rem;
  text-align: left;
}

@media (max-width: 768px) {
  .summary-badge-right {
    margin-left: 0;
    text-align: center;
  }
}

.summary-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark);
}

.summary-count {
  font-size: 0.875rem;
  color: #6F6F6F;
  margin-top: 0.25rem;
}

.summary-badge-btn {
  display: inline-flex;
  align-items: center;
  background-color: var(--color-dark);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.summary-badge-btn svg {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  stroke: currentColor;
}

.summary-badge-btn:hover {
  background-color: var(--color-gold);
  color: var(--color-dark);
  transform: translateY(-1px);
}

/* Reviews Filter Bar */
.reviews-filter-bar {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.filter-btn {
  background: #ffffff;
  border: 1px solid var(--color-border-subtle);
  color: var(--color-dark);
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-sans);
}

.filter-btn:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
  transform: translateY(-1px);
}

.filter-btn.active {
  background-color: var(--color-gold);
  border-color: var(--color-gold);
  color: #111111;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.2);
}

/* Star SVG Icon */
.star-icon {
  width: 1.15rem;
  height: 1.15rem;
  color: var(--color-gold);
  display: inline-block;
  margin-right: 0.1rem;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
