
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #333;
  background-color: #fff7fb;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* Header */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 247, 251, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 160, 203, 0.35);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5ca8, #ff8cc6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-text span:first-child {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff5ca8;
  font-weight: 600;
}

.logo-text span:last-child {
  font-size: 1.1rem;
  font-weight: 700;
}

nav {
  display: flex;
  gap: 1rem;
  align-items: center;
}

nav a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #555;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  transition: all 0.18s ease;
}

nav a:hover {
  background-color: rgba(255, 92, 168, 0.08);
  color: #ff2c92;
}

.btn-header-call {
  background: linear-gradient(135deg, #ff5ca8, #ff2c92);
  color: #fff;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 8px 18px rgba(255, 92, 168, 0.3);
}

.btn-header-call span {
  font-size: 1.1rem;
}

.menu-toggle {
  display: none;
  border: none;
  background: none;
  font-size: 1.4rem;
}

/* Hero */
.hero {
  padding: 4.5rem 0 3.5rem;
  background: radial-gradient(circle at top left, #ffe1f1 0, #fff7fb 45%, #ffffff 100%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: 2.5rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 92, 168, 0.07);
  color: #ff2c92;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ff2c92;
}

.hero h1 {
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  line-height: 1.1;
  margin-bottom: 0.9rem;
}

.hero h1 span {
  color: #ff2c92;
}

.hero-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.4rem;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}

.hero-tag {
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background-color: #fff;
  border: 1px solid rgba(255, 92, 168, 0.25);
  font-size: 0.78rem;
  color: #555;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
}

.btn-primary {
  background: linear-gradient(135deg, #ff5ca8, #ff2c92);
  color: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 25px rgba(255, 92, 168, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-primary span {
  font-size: 1.1rem;
}

.btn-secondary {
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  border: 1px dashed rgba(255, 92, 168, 0.4);
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  font-weight: 500;
}

.hero-note {
  font-size: 0.8rem;
  color: #777;
}

.hero-media {
  position: relative;
}

.hero-card {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.hero-card img {
  width: 100%;
  object-fit: cover;
}

.hero-promo-tag {
  position: absolute;
  bottom: -12px;
  left: 12px;
  right: 12px;
  padding: 0.7rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  font-size: 0.78rem;
}

.hero-promo-tag strong {
  color: #ff2c92;
}

/* Sections */
.section {
  padding: 3.5rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 2.2rem;
}

.section-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ff2c92;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.section-title {
  font-size: 1.7rem;
  margin-bottom: 0.4rem;
}

.section-subtitle {
  color: #666;
  font-size: 0.95rem;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.about-text p {
  margin-bottom: 0.9rem;
  font-size: 0.95rem;
}

.about-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.9rem;
  margin-top: 0.8rem;
}

.about-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 92, 168, 0.18);
  font-size: 0.9rem;
}

/* Promotions cards */
.promos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.4rem;
}

.promo-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 92, 168, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.promo-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.promo-body {
  padding: 0.9rem 1rem 1.1rem;
  font-size: 0.9rem;
}

.promo-tagline {
  font-weight: 600;
  font-size: 0.96rem;
  margin-bottom: 0.25rem;
}

.promo-price {
  color: #ff2c92;
  font-weight: 700;
  font-size: 1.05rem;
  margin-top: 0.35rem;
}

/* Video */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.7rem;
}

.gallery-item {
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.gallery-item img {
  filter: saturate(1.08);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.gallery-item::after {
  content: 'Ver';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0.4rem 0.55rem;
  font-size: 0.7rem;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,0.45), transparent 55%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
  filter: brightness(0.98);
}

.gallery-item:hover::after {
  opacity: 1;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.76);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 80;
  padding: 1.3rem;
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  max-height: 90vh;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.6);
}

.lightbox-close {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 999px;
  width: 34px;
  height: 34px;
  font-size: 1.3rem;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 2rem;
}

.contact-card {
  background-color: #fff;
  border-radius: 18px;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(255, 92, 168, 0.2);
  box-shadow: 0 14px 28px rgba(0,0,0,0.04);
}

.contact-card + .contact-card {
  margin-top: 1rem;
}

.contact-card h3 {
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
}

.contact-line {
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}

.contact-line strong {
  font-weight: 600;
}

.contact-line a {
  color: #ff2c92;
  font-weight: 500;
}

.contact-form label {
  font-size: 0.85rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.25rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.12);
  padding: 0.6rem 0.75rem;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #ff5ca8;
  box-shadow: 0 0 0 1px rgba(255, 92, 168, 0.17);
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Social embeds */
.social-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 1.2rem;
}

.social-embed {
  background-color: #fff;
  border-radius: 18px;
  padding: 1rem;
  border: 1px solid rgba(255, 92, 168, 0.18);
  box-shadow: 0 12px 26px rgba(0,0,0,0.03);
}

.social-embed h3 {
  font-size: 0.98rem;
  margin-bottom: 0.4rem;
}

.social-embed iframe {
  border: 0;
  width: 100%;
  height: 280px;
  border-radius: 12px;
}

/* Footer */
footer {
  padding: 2rem 0 2.4rem;
  background-color: #1c1020;
  color: #f7e9ff;
  margin-top: 3rem;
}

.footer-inner {
  width: min(1120px, 92%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
}

.footer-inner a {
  color: #ff8cc6;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

/* Floating WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.7rem;
  box-shadow: 0 18px 35px rgba(0,0,0,0.4);
  z-index: 60;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-inner,
  .about-grid,
  .contact-grid,
  .social-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero {
    padding-top: 3.5rem;
  }

  .hero-promo-tag {
    position: static;
    margin-top: 0.9rem;
  }
}

@media (max-width: 760px) {
  nav {
    position: absolute;
    inset-inline: 0;
    top: 100%;
    background: rgba(255, 247, 251, 0.97);
    flex-direction: column;
    padding: 0.8rem 1rem 1rem;
    border-bottom: 1px solid rgba(255, 160, 203, 0.35);
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;
  }

  nav.open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .btn-header-call {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero-inner {
    gap: 2rem;
  }
}
