:root {
  --black: #070709;
  --black-soft: #15151b;
  --pink: #ff3d9f;
  --pink-strong: #ff0a88;
  --pink-fade: #ffd7ea;
  --white: #ffffff;
  --text-dark: #222229;
  --text-soft: #666672;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--white);
  background: var(--black);
  line-height: 1.5;
}

.pink-mark {
  color: var(--pink-strong);
}

.topbar {
  width: min(1120px, 92%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.35rem 0 0;
  position: relative;
  z-index: 4;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.brand {
  text-decoration: none;
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

.brand span {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  color: var(--pink);
}

.contact-link {
  text-decoration: none;
  color: var(--white);
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  transition: all 0.25s ease;
}

.contact-link:hover {
  border-color: var(--pink);
  color: var(--pink);
  transform: translateY(-2px);
}

.whats-link {
  text-decoration: none;
  color: #042b13;
  font-weight: 700;
  border: 1px solid rgba(37, 211, 102, 0.55);
  background: linear-gradient(120deg, #b3f5cf, #25d366);
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whats-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(37, 211, 102, 0.3);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 5.5rem;
  background:
    radial-gradient(circle at 90% 14%, rgba(255, 61, 159, 0.26), transparent 35%),
    radial-gradient(circle at 15% -6%, rgba(255, 10, 136, 0.24), transparent 36%),
    linear-gradient(160deg, #0b0b11 0%, #0a0a10 54%, #1a0e18 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 75%);
  pointer-events: none;
}

.hero-content {
  width: min(1120px, 92%);
  margin: 4.5rem auto 0;
  position: relative;
  z-index: 3;
  animation: rise 0.8s ease;
}

.hero-kicker,
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.7rem;
  font-weight: 700;
}

.hero-kicker {
  color: var(--pink-fade);
}

.hero h1 {
  margin-top: 1rem;
  max-width: 980px;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.8rem, 4.8vw, 3.9rem);
  line-height: 1.02;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-text {
  margin-top: 1.35rem;
  max-width: 760px;
  color: #e8e8ef;
  font-size: 1.07rem;
}

.hero-signature {
  margin-top: 1rem;
  color: var(--pink-fade);
  font-size: 0.92rem;
  letter-spacing: 0.03em;
}

.hero-cta {
  margin-top: 2rem;
  display: inline-block;
  text-decoration: none;
  color: var(--white);
  font-weight: 700;
  border-radius: 14px;
  padding: 0.95rem 1.45rem;
  background: linear-gradient(110deg, var(--pink-strong), var(--pink));
  box-shadow: 0 14px 30px rgba(255, 10, 136, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero-cta-whats {
  background: linear-gradient(110deg, #1fa855, #25d366);
  color: #052713;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.3);
}

.hero-cta:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 18px 34px rgba(255, 10, 136, 0.4);
}

.hero-cta-whats:hover {
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.36);
}

.hero-shape {
  position: absolute;
  right: -120px;
  bottom: -80px;
  width: 420px;
  height: 420px;
  border-radius: 42% 58% 34% 66% / 48% 49% 51% 52%;
  background: linear-gradient(140deg, rgba(255, 10, 136, 0.9), rgba(255, 61, 159, 0.12));
  filter: blur(1px);
  opacity: 0.95;
  z-index: 1;
  animation: float 6s ease-in-out infinite;
}

main {
  width: 100%;
  margin: 0;
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 61, 159, 0.08), transparent 28%),
    radial-gradient(circle at 94% 76%, rgba(255, 61, 159, 0.1), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fff8fc 48%, #ffffff 100%);
  color: var(--text-dark);
  border-radius: 0;
  position: relative;
  z-index: 6;
  box-shadow: none;
  overflow: hidden;
}

main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, transparent, var(--pink-strong), #ff7cbd, var(--pink-strong), transparent);
}

main::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 200px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 61, 159, 0.16) 0%, rgba(255, 61, 159, 0) 72%);
  pointer-events: none;
  z-index: 0;
}

.section {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

.section-head {
  max-width: 900px;
  padding-left: 1rem;
  border-left: 4px solid rgba(255, 10, 136, 0.5);
}

.section-kicker {
  color: var(--pink-strong);
}

.section-head h2 {
  margin-top: 0.8rem;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.6rem, 4.1vw, 2.7rem);
  line-height: 1.06;
  text-wrap: balance;
}

.cards-grid {
  margin-top: 2.1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.info-card {
  border: 1px solid rgba(255, 10, 136, 0.22);
  border-radius: 20px;
  padding: 1.5rem;
  background:
    linear-gradient(160deg, rgba(255, 228, 240, 0.52), rgba(255, 255, 255, 0.98));
  box-shadow: 0 14px 26px rgba(20, 20, 29, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px rgba(20, 20, 29, 0.14);
}

.info-card h3 {
  font-family: "Syne", sans-serif;
  font-size: 1.15rem;
  margin-bottom: 0.72rem;
}

.info-card p,
.info-card li {
  color: var(--text-soft);
}

.info-card ul {
  padding-left: 1rem;
  display: grid;
  gap: 0.5rem;
}

.story {
  background: linear-gradient(180deg, rgba(255, 239, 248, 0.8), rgba(255, 255, 255, 0.65));
}

.story-panel {
  position: relative;
  border-radius: 26px;
  padding: clamp(1.6rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 94% 10%, rgba(255, 61, 159, 0.22), transparent 46%),
    linear-gradient(125deg, #fff6fb 0%, #fff2f9 58%, #ffffff 100%);
  border: 1px solid rgba(255, 61, 159, 0.25);
  box-shadow: 0 18px 30px rgba(13, 13, 18, 0.12);
  overflow: hidden;
}

.story-panel::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  right: -80px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(255, 10, 136, 0.18) 0%, rgba(255, 10, 136, 0) 75%);
}

.story-panel .section-kicker {
  color: var(--pink-strong);
}

.story-panel h2 {
  margin-top: 0.8rem;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  color: var(--text-dark);
  line-height: 1.08;
}

.story-panel p {
  margin-top: 1rem;
  max-width: 800px;
  color: var(--text-soft);
}

.products-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.product-card {
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 10, 136, 0.22);
  background: linear-gradient(170deg, #ffffff 0%, #fff6fb 100%);
  box-shadow: 0 14px 24px rgba(20, 20, 29, 0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-card:nth-child(2) {
  transform: none;
}

.product-card:nth-child(3) {
  transform: none;
}

.product-card:hover {
  transform: translateY(-6px) rotate(0deg);
  border-color: rgba(255, 10, 136, 0.5);
  box-shadow: 0 22px 34px rgba(255, 10, 136, 0.2);
}

.product-tag {
  display: inline-block;
  font-size: 0.69rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.36rem 0.72rem;
  border-radius: 999px;
  background: #ffe3f1;
  color: #7a104f;
}

.product-card h3 {
  margin-top: 0.86rem;
  font-family: "Syne", sans-serif;
  font-size: 1.45rem;
}

.product-card p {
  margin-top: 0.72rem;
  color: var(--text-soft);
}

.product-link {
  margin-top: 1rem;
  display: inline-block;
  color: var(--pink-strong);
  font-weight: 700;
}

.footer {
  background: linear-gradient(180deg, #fff6fb 0%, #ffeef8 100%);
  color: var(--text-dark);
  text-align: center;
  padding: 2.1rem 1rem 2.6rem;
  border-top: 1px solid rgba(255, 61, 159, 0.28);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-18px) rotate(4deg);
  }
}

@media (max-width: 980px) {
  .cards-grid,
  .products-grid {
    grid-template-columns: 1fr;
  }

  .product-card,
  .product-card:nth-child(2),
  .product-card:nth-child(3) {
    transform: none;
  }

  .hero-shape {
    width: 280px;
    height: 280px;
    right: -80px;
    bottom: -90px;
  }
}

@media (max-width: 620px) {
  .topbar {
    padding-top: 1rem;
  }

  .brand {
    font-size: 1.2rem;
  }

  .contact-link {
    font-size: 0.85rem;
    padding: 0.45rem 0.75rem;
  }

  .whats-link {
    font-size: 0.85rem;
    padding: 0.45rem 0.75rem;
  }

  .hero-content {
    margin-top: 3.2rem;
  }

  .section {
    padding: 3.8rem 0;
  }

  .section-head {
    padding-left: 0.75rem;
  }
}
