@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap");

:root {
  --brand: #c5166d;
  --brand-deep: #8e124f;
  --ink: #17121a;
  --muted: #685f68;
  --paper: #fffdf9;
  --warm: #f8f2ea;
  --success: #087a4b;
  --success-deep: #05613b;
  --gold: #e2a93b;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif !important;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

#root > div {
  background:
    radial-gradient(circle at 15% 3%, rgba(197, 22, 109, 0.07), transparent 23rem),
    var(--paper) !important;
}

h1,
h2,
h3,
h4 {
  font-family: "Manrope", sans-serif !important;
  letter-spacing: -0.035em !important;
}

#root > div > section:first-child {
  position: relative;
  padding-top: clamp(3rem, 8vw, 5.5rem) !important;
  background:
    radial-gradient(circle at 50% 32%, rgba(197, 22, 109, 0.10), transparent 21rem),
    linear-gradient(180deg, #fbf6ef 0%, #fffdf9 74%, #fff 100%) !important;
}

#root > div > section:first-child::before {
  content: "TREINAMENTO ONLINE  |  ACESSO IMEDIATO";
  display: inline-flex;
  margin: 0 auto 1.25rem;
  padding: 0.48rem 0.85rem;
  border: 1px solid rgba(197, 22, 109, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--brand-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow: 0 10px 30px rgba(86, 29, 56, 0.06);
}

#root > div > section:first-child h1 {
  max-width: 900px;
  margin-inline: auto;
  color: var(--ink) !important;
  font-size: clamp(2rem, 5vw, 3.55rem) !important;
  line-height: 1.06 !important;
  text-wrap: balance;
}

#root > div > section:first-child h1 span {
  margin-inline: 0.08em;
  color: var(--brand) !important;
  background: linear-gradient(110deg, #d71a78, #a20d59);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#root > div > section:first-child p {
  max-width: 680px;
  margin-inline: auto;
  color: var(--muted) !important;
}

#root > div > section:first-child img {
  filter: drop-shadow(0 24px 28px rgba(64, 30, 42, 0.14)) !important;
}

a[href="#oferta"],
a[href*="ggcheckout.app"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  letter-spacing: -0.01em;
  box-shadow: 0 14px 30px rgba(140, 14, 77, 0.24) !important;
  transform: translateZ(0);
}

a[href="#oferta"]::after,
a[href*="ggcheckout.app"]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.20), transparent 80%);
  transform: translateX(-120%);
  animation: cta-shine 4.2s ease-in-out infinite;
}

a[href="#oferta"]:hover,
a[href*="ggcheckout.app"]:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

a[href*="ggcheckout.app"] {
  background: linear-gradient(135deg, var(--success), var(--success-deep)) !important;
  box-shadow: 0 14px 30px rgba(8, 122, 75, 0.26) !important;
}

section {
  position: relative;
}

section h2,
section h3 {
  text-wrap: balance;
}

section p {
  text-wrap: pretty;
}

.rounded-2xl,
.rounded-3xl {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.rounded-2xl:hover {
  transform: translateY(-2px);
  border-color: rgba(197, 22, 109, 0.20) !important;
  box-shadow: 0 16px 38px rgba(59, 28, 43, 0.08) !important;
}

section:nth-of-type(3) {
  background:
    radial-gradient(circle at 92% 15%, rgba(197, 22, 109, 0.11), transparent 18rem),
    #fff7fa !important;
}

section:nth-of-type(5) {
  background:
    linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at 20% 20%, rgba(226, 169, 59, 0.15), transparent 20rem) !important;
}

img[alt="Mariana Silva"],
img[alt="Camila Santos"],
img[alt="Juliana Ribeiro"] {
  width: 3.5rem !important;
  height: 3.5rem !important;
  border: 3px solid #fff !important;
  outline: 2px solid rgba(197, 22, 109, 0.20);
  box-shadow: 0 8px 18px rgba(61, 24, 43, 0.12);
}

#oferta {
  background:
    radial-gradient(circle at 50% 8%, rgba(197, 22, 109, 0.09), transparent 25rem),
    linear-gradient(180deg, #fffdf9 0%, #f9f2eb 100%) !important;
}

#oferta .rounded-3xl:has(a[href*="ggcheckout.app"]) {
  border-color: rgba(119, 84, 27, 0.30) !important;
  box-shadow: 0 20px 60px rgba(58, 33, 42, 0.10);
}

#oferta .rounded-3xl:has(a[href*="checkoutvip.site/p/proxy-enzim-tico-coreano"]) {
  border-color: var(--gold) !important;
  box-shadow:
    0 0 0 5px rgba(226, 169, 59, 0.10),
    0 26px 70px rgba(84, 43, 61, 0.16) !important;
  transform: scale(1.015);
}

#oferta .rounded-3xl:has(a[href*="checkoutvip.site/p/proxy-enzim-tico-coreano"]):hover {
  transform: scale(1.015) translateY(-3px);
}

#oferta .text-5xl {
  letter-spacing: -0.07em;
}

#oferta a[href*="ggcheckout.app"]::before {
  content: "COMPRA SEGURA  •  ACESSO IMEDIATO";
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  opacity: 0.84;
}

footer {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.11), transparent 24rem),
    linear-gradient(145deg, #a31259, #780d43) !important;
}

@keyframes cta-shine {
  0%, 65% {
    transform: translateX(-120%);
  }
  90%, 100% {
    transform: translateX(120%);
  }
}

@media (max-width: 640px) {
  #root > div > section:first-child {
    padding-inline: 1.1rem !important;
    padding-top: 2.4rem !important;
  }

  #root > div > section:first-child::before {
    font-size: 0.58rem;
  }

  #root > div > section:first-child h1 {
    max-width: 100%;
    font-size: clamp(1.82rem, 8.7vw, 2.1rem) !important;
    line-height: 1.08 !important;
  }

  a[href="#oferta"],
  a[href*="ggcheckout.app"] {
    max-width: 100%;
    min-height: 3.65rem;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #oferta .rounded-3xl:has(a[href*="checkoutvip.site/p/proxy-enzim-tico-coreano"]) {
    transform: none;
  }

  #oferta .rounded-3xl:has(a[href*="checkoutvip.site/p/proxy-enzim-tico-coreano"]):hover {
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
