:root {
  --brand-pink: #fd2fcf;
  --brand-pink-dark: #a3149c;
  --brand-purple: #5c1789;
  --brand-yellow: #ffe066;
  --brand-dark: #1a1a1a;
}

body {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #262626;
}

.navbar-brand-text {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.navbar-brand-text:hover,
.navbar-brand-text:focus {
  color: #fff;
}

.navbar-brand-text small {
  display: block;
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 1px;
  opacity: 0.85;
}

.navbar-custom {
  background-color: var(--brand-pink);
}

.navbar-custom .nav-link {
  color: #fff;
  font-weight: 600;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus {
  color: var(--brand-yellow);
}

.btn-instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  border: none;
  font-weight: 700;
}

.btn-instagram:hover {
  color: #fff;
  filter: brightness(1.08);
}

.hero-section {
  background: linear-gradient(135deg, var(--brand-pink) 0%, var(--brand-pink-dark) 55%, var(--brand-purple) 100%);
  color: #fff;
  overflow: hidden;
}

.hero-slogan {
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.1;
}

.hero-quote {
  font-style: italic;
  color: var(--brand-yellow);
}

.hero-number {
  display: inline-block;
  background-color: var(--brand-yellow);
  color: var(--brand-dark);
  font-weight: 800;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  font-size: 1.1rem;
}

.hero-photo {
  max-width: 100%;
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
}

.section-title {
  font-weight: 800;
  color: var(--brand-pink-dark);
}

.section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: var(--brand-yellow);
  margin-top: 0.5rem;
  border-radius: 2px;
}

.badge-info-pill {
  background-color: rgba(253, 47, 207, 0.08);
  color: var(--brand-pink-dark);
  border: 1px solid rgba(253, 47, 207, 0.25);
  font-weight: 600;
  padding: 0.5rem 0.9rem;
  border-radius: 50px;
}

.gallery-thumb {
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.75rem;
}

.gallery-thumb img {
  transition: transform 0.35s ease;
  width: 100%;
  height: auto;
  display: block;
}

.gallery-thumb:hover img {
  transform: scale(1.07);
}

.cta-section {
  position: relative;
  background-color: var(--brand-purple);
  background-image: linear-gradient(135deg, rgba(92, 23, 137, 0.92), rgba(163, 20, 156, 0.88)), url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

footer.site-footer {
  background-color: var(--brand-pink-dark);
  color: #f5d7f1;
}

footer.site-footer a {
  color: #e6cbe3;
  text-decoration: none;
}

footer.site-footer a:hover {
  color: var(--brand-yellow);
  text-decoration: underline;
}

footer.site-footer h6 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.footer-bottom {
  background-color: #6e0a63;
  color: #ddb9d8;
  font-size: 0.85rem;
}

.legal-page main {
  min-height: 60vh;
}

.legal-page h1 {
  color: var(--brand-pink-dark);
  font-weight: 800;
}

.legal-page h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brand-dark);
  margin-top: 2rem;
}

.back-to-home {
  color: var(--brand-pink-dark);
  font-weight: 600;
}
