﻿:root {
  --purple-900: #3b0a57;
  --purple-700: #5b2a86;
  --purple-500: #7b3eb2;
  --lavender-200: #f0e7fa;
  --lavender-100: #faf6ff;
  --ink-900: #201726;
  --ink-700: #45324f;
  --cream: #fff9f2;
}

body {
  font-family: "Fraunces", "Times New Roman", serif;
  color: var(--ink-900);
  background: radial-gradient(circle at top, var(--lavender-100), #ffffff 55%);
  min-height: 100vh;
}

p,
button,
input,
textarea,
.nav-link,
.btn {
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.site-header {
  backdrop-filter: blur(12px);
  background: rgba(250, 246, 255, 0.85);
  border-bottom: 1px solid rgba(91, 42, 134, 0.12);
}

.navbar-brand {
  text-decoration: none;
}

.logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand-text {
  font-weight: 600;
  color: var(--purple-700);
  font-size: 1.1rem;
}

.nav-link {
  color: var(--ink-700);
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--purple-700);
}

.btn-cta {
  background: linear-gradient(120deg, var(--purple-700), var(--purple-500));
  color: #ffffff;
  border: none;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(91, 42, 134, 0.25);
}

.btn-cta:hover,
.btn-cta:focus {
  color: #ffffff;
  transform: translateY(-1px);
}

.btn-outline {
  border: 1px solid var(--purple-500);
  color: var(--purple-700);
  border-radius: 999px;
  padding: 0.6rem 1.3rem;
}

.btn-outline:hover,
.btn-outline:focus {
  background: var(--lavender-200);
  color: var(--purple-700);
}

.btn-whatsapp {
  background: #25d366;
  color: #ffffff;
  border-radius: 999px;
  padding: 0.6rem 1.4rem;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
  color: #ffffff;
  background: #1fb85a;
  transform: translateY(-1px);
}

.hero-section {
  padding: 6rem 0 4rem;
  background: linear-gradient(135deg, rgba(123, 62, 178, 0.08), rgba(255, 249, 242, 0.6));
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--purple-500);
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}

.highlight-title {
  font-weight: 600;
  margin-bottom: 0.2rem;
  color: var(--purple-700);
}

.highlight-text {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: var(--ink-700);
}

.hero-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 30px 60px rgba(59, 10, 87, 0.15);
  position: relative;
  overflow: hidden;
}

.hero-card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(123, 62, 178, 0.2), transparent 70%);
}

.hero-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.hero-card-body {
  margin-top: 1.5rem;
}


.section {
  padding: 4.5rem 0;
}

.section-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--purple-700);
}

.about-card {
  background: var(--lavender-100);
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(59, 10, 87, 0.12);
}

.about-photo-card {
  background: #ffffff;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(59, 10, 87, 0.12);
  max-width: 320px;
  margin: 0 auto;
}

.about-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
}

.service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 20px 40px rgba(59, 10, 87, 0.08);
}

.service-card p {
  margin-bottom: 1rem;
  color: var(--ink-700);
}

.service-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--ink-700);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.95rem;
}

.service-list li {
  margin-bottom: 0.35rem;
}

.service-list li:last-child {
  margin-bottom: 0;
}

.modal-section {
  margin-bottom: 1.5rem;
}

.modal-section:last-child {
  margin-bottom: 0;
}

.modal-title {
  color: var(--purple-700);
  font-weight: 600;
}

.cta-section {
  background: linear-gradient(120deg, var(--purple-700), var(--purple-900));
  color: #ffffff;
  padding: 3rem 0;
}

.cta-section .section-title,
.cta-section p {
  color: #ffffff;
}

.faq-section .section-title {
  margin-bottom: 0.75rem;
}

.faq-header {
  max-width: 640px;
  margin: 0 auto 2rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.faq-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 16px 32px rgba(59, 10, 87, 0.08);
}

.faq-item h3 {
  color: var(--purple-700);
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.faq-item p {
  margin-bottom: 0;
  color: var(--ink-700);
}

.reviews-header {
  max-width: 620px;
  margin: 0 auto 2rem;
}

.gallery-header {
  max-width: 700px;
  margin: 0 auto 2rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.gallery-item {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(59, 10, 87, 0.12);
  background: #ffffff;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

.social-card {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  background: var(--lavender-100);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(59, 10, 87, 0.1);
}

.social-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.reviews-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.reviews-track {
  position: relative;
  min-height: 260px;
}

.review-slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(420px, 90vw);
  transform: translateX(-50%) scale(0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease, filter 0.4s ease;
}

.review-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 1.75rem;
  box-shadow: 0 24px 48px rgba(59, 10, 87, 0.12);
  height: auto;
  min-height: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.review-card p {
  color: var(--ink-700);
  margin-bottom: 0.75rem;
}

.review-author {
  font-weight: 600;
  color: var(--purple-700);
  margin-bottom: 0;
}

.star-rating {
  color: #f4b400;
  letter-spacing: 2px;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.reviews-nav {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: var(--purple-700);
  font-size: 1.6rem;
  box-shadow: 0 10px 24px rgba(59, 10, 87, 0.16);
  display: grid;
  place-items: center;
  transition: transform 0.2s ease;
}

.reviews-nav:hover,
.reviews-nav:focus {
  transform: translateY(-2px);
}

.review-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1.02);
  z-index: 3;
  pointer-events: auto;
}


.review-slide.is-prev {
  opacity: 0.55;
  visibility: visible;
  transform: translateX(calc(-50% - 210px)) scale(0.94);
  filter: blur(1px);
  z-index: 2;
}

.review-slide.is-next {
  opacity: 0.55;
  visibility: visible;
  transform: translateX(calc(-50% + 210px)) scale(0.94);
  filter: blur(1px);
  z-index: 2;
}

@media (max-width: 767px) {
  .review-card {
    padding: 1.25rem;
    min-height: 320px;
  }

  .reviews-carousel {
    grid-template-columns: 1fr;
  }

  .reviews-nav {
    order: 2;
    justify-self: center;
    margin-top: 1rem;
  }

  .reviews-nav--prev {
    margin-right: 0.5rem;
  }

  .reviews-nav--next {
    margin-left: 0.5rem;
  }

  .review-slide.is-prev,
  .review-slide.is-next {
    opacity: 0;
    transform: translateX(-50%) scale(0.9);
    filter: none;
  }
}

@media (min-width: 992px) {
  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-box {
  background: var(--cream);
  padding: 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(123, 62, 178, 0.1);
}

.contact-form {
  background: #ffffff;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(59, 10, 87, 0.1);
}

.form-control:focus {
  border-color: var(--purple-500);
  box-shadow: 0 0 0 0.25rem rgba(123, 62, 178, 0.15);
}

.form-control:invalid {
  border-color: #dee2e6;
  box-shadow: none;
}

.site-footer {
  border-top: 1px solid rgba(91, 42, 134, 0.1);
  padding: 1.5rem 0;
  background: #ffffff;
}

.site-footer a {
  color: var(--ink-700);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--purple-700);
}

@media (max-width: 991px) {
  .hero-section {
    padding-top: 4rem;
  }

  .navbar-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
