/* Win2Win public brand tokens — superficie pública (KTUI + Tailwind v4). */
:root {
  --ww-ink: #150f2e;
  --ww-muted: #5b5470;
  --ww-lilac: #e6e1f5;
  --ww-canvas: #faf9fc;
  --ww-accent: #8b2fe8;
  --ww-accent-hover: #4a3dff;
  --ww-magenta: #e0299b;
  --ww-gradient: linear-gradient(135deg, #e0299b, #8b2fe8 55%, #4a3dff);
  --ww-footer: #150f2e;
  --ww-footer-muted: #b9b4ce;
}

html {
  scroll-behavior: smooth;
}

.ww-display {
  font-family: Sora, Inter, ui-sans-serif, system-ui, sans-serif;
}

.ww-header {
  background: rgba(250, 249, 252, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--ww-lilac);
}

.ww-nav-desktop {
  display: none;
  align-items: center;
  gap: 1.75rem;
  font-size: 15px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .ww-nav-desktop {
    display: flex;
  }
}

.ww-nav-toggle {
  display: inline-flex;
}

@media (min-width: 1024px) {
  .ww-nav-toggle {
    display: none;
  }
}

.ww-cta.kt-btn-primary,
.kt-btn.kt-btn-primary.ww-cta {
  border: 0;
  border-radius: 999px;
  background-image: var(--ww-gradient);
  background-color: var(--ww-accent);
  color: #fff;
}

.ww-cta.kt-btn-primary:hover,
.kt-btn.kt-btn-primary.ww-cta:hover {
  filter: brightness(1.05);
  color: #fff;
}

.ww-cta.kt-btn-primary:focus-visible,
.kt-btn.kt-btn-primary.ww-cta:focus-visible {
  outline: 2px solid var(--ww-accent);
  outline-offset: 3px;
}

.ww-step-num {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-image: var(--ww-gradient);
  color: #fff;
  font-family: Sora, Inter, sans-serif;
  font-weight: 700;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ww-hero-visual {
  position: relative;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  background-image: var(--ww-gradient);
  color: #fff;
}

.ww-hero-visual::after {
  content: "";
  position: absolute;
  inset: -20% 20% auto auto;
  width: 70%;
  height: 80%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.ww-check-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.ww-footer a:hover {
  color: #fff;
}

.ww-compare-head {
  background: var(--ww-ink);
  color: #fff;
}
