/**
 * Visual alinhado a https://startkidscopa.netlify.app/
 * Fredoka + verde gramado + amarelo ouro + vermelho urgência + botões 3D
 */
:root {
  --sk-green: #0a7337;
  --sk-green-dark: #064e26;
  --sk-green-mid: #0b5c2d;
  --sk-yellow: #ffc107;
  --sk-yellow-shadow: #b45309;
  --sk-red: #e63946;
  --sk-blue: #3a86ff;
  --sk-sky: #48afff;
}

body.startkids-landing {
  font-family: "Fredoka", "Segoe UI", system-ui, sans-serif !important;
  background: linear-gradient(180deg, #e8f5e9 0%, #f1f8f4 35%, #fafcfa 100%) !important;
}

body.startkids-landing .container {
  background: #ffffff !important;
  border-radius: 1.75rem !important;
  border: 4px solid var(--sk-green) !important;
  box-shadow:
    0 16px 48px rgba(10, 115, 55, 0.12),
    0 6px 0 var(--sk-green-mid) !important;
}

/* Hero */
body.startkids-landing .content > .section:first-child h2 {
  color: #1a1a1a !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
}
body.startkids-landing .content > .section:first-child > div > p:first-of-type {
  color: var(--sk-green) !important;
  font-weight: 700 !important;
}

.sk-benefit-check {
  background: linear-gradient(180deg, var(--sk-green) 0%, var(--sk-green-mid) 100%) !important;
  box-shadow: 0 3px 0 var(--sk-green-dark) !important;
}

/* Demo / gramado */
body.startkids-landing #vini-game-section {
  background-color: transparent !important;
  background-image:
    linear-gradient(165deg, #0a7337 0%, #064e26 42%, #0b5c2d 100%),
    radial-gradient(#156d35 2px, transparent 2px) !important;
  background-size: auto, 24px 24px !important;
}

body.startkids-landing .paper-game-wrap {
  background: #ffffff !important;
  border: 4px solid var(--sk-yellow) !important;
  border-radius: 1.5rem !important;
  box-shadow: 0 8px 0 var(--sk-yellow-shadow), 0 20px 40px rgba(0, 0, 0, 0.18) !important;
}

body.startkids-landing .paper-game-badge {
  background: var(--sk-yellow) !important;
  color: #1a1a1a !important;
  font-weight: 800 !important;
  box-shadow: 0 3px 0 var(--sk-yellow-shadow);
}

body.startkids-landing .boneco-picker {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
}

body.startkids-landing .boneco-picker-btn.is-active {
  border-color: var(--sk-yellow) !important;
  background: rgba(255, 193, 7, 0.2) !important;
  box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.5) !important;
}

body.startkids-landing .vini-part-btn,
body.startkids-landing .tom-part-btn {
  border-color: var(--sk-sky) !important;
  box-shadow: 0 4px 0 rgba(72, 175, 255, 0.45) !important;
}

body.startkids-landing .vini-part-btn.done,
body.startkids-landing .tom-part-btn.done {
  background: var(--sk-green) !important;
  border-color: #34d399 !important;
}

body.startkids-landing .vini-progress-bar,
body.startkids-landing .tom-progress-bar {
  background: linear-gradient(90deg, var(--sk-yellow), #fff176) !important;
}

body.startkids-landing .paper-game-cta {
  background: var(--sk-yellow) !important;
  color: #1a1a1a !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  border: 3px solid #ffffff !important;
  box-shadow: 0 6px 0 var(--sk-yellow-shadow) !important;
  animation: sk-pulse-yellow-cta 2s ease-in-out infinite !important;
  will-change: transform, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  body.startkids-landing .paper-game-cta,
  body.startkids-landing .sk-cta-yellow,
  body.startkids-landing .sk-btn-green,
  body.startkids-landing .sk-btn-yellow {
    animation: none !important;
  }
}

/* Pulsação contínua — CTAs amarelos */
@keyframes sk-pulse-yellow-cta {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 6px 0 var(--sk-yellow-shadow), 0 0 0 0 rgba(255, 193, 7, 0.35);
  }
  50% {
    transform: scale(1.045);
    box-shadow: 0 6px 0 var(--sk-yellow-shadow), 0 0 24px rgba(255, 193, 7, 0.55);
  }
}

/* Pulsação — botão verde checkout */
@keyframes sk-pulse-green-btn {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 6px 0 var(--sk-green-dark), 0 0 0 0 rgba(34, 197, 94, 0.25);
  }
  50% {
    transform: scale(1.035);
    box-shadow: 0 6px 0 var(--sk-green-dark), 0 0 20px rgba(34, 197, 94, 0.45);
  }
}

/* Faixa de imagens — “quadra” escura verde (legado; seções de galeria antigas) */
.sk-gallery-bg {
  background: linear-gradient(180deg, #064e26 0%, #022c18 100%) !important;
}

/* Depoimentos / prova social — estilo “Quem comprou, aprovou” */
body.startkids-landing .sk-proof-section {
  background: #ffffff;
  padding: 28px 0 12px;
  text-align: center;
}

body.startkids-landing .sk-proof-heading {
  font-family: "Fredoka", "Segoe UI", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.2rem, 4.2vw, 1.65rem);
  line-height: 1.25;
  color: #1a1a1a;
  margin: 0 0 1.35rem;
  letter-spacing: -0.02em;
  padding: 0 8px;
}

body.startkids-landing .sk-proof-highlight {
  display: inline-block;
  background: var(--sk-green);
  color: #ffffff;
  padding: 0.18em 0.7em 0.22em;
  border-radius: 999px;
  box-shadow: 0 3px 0 var(--sk-green-dark);
  margin: 0.15em 0 0;
  white-space: nowrap;
}

body.startkids-landing .sk-proof-scroll-wrap {
  position: relative;
  margin: 0 -8px;
  padding: 4px 0 20px;
}

body.startkids-landing .sk-proof-scroll-wrap::before,
body.startkids-landing .sk-proof-scroll-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 12px;
  width: min(96px, 22vw);
  z-index: 3;
  pointer-events: none;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

body.startkids-landing .sk-proof-scroll-wrap::before {
  left: 0;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.96) 24%,
    rgba(255, 255, 255, 0.72) 58%,
    rgba(255, 255, 255, 0) 100%
  );
}

body.startkids-landing .sk-proof-scroll-wrap::after {
  right: 0;
  background: linear-gradient(
    -90deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.96) 24%,
    rgba(255, 255, 255, 0.72) 58%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Prova social em vitrine contínua: trilha duplicada, loop seamless 0 -> -50% */
body.startkids-landing .sk-proof-loop {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: grid;
  padding: 8px 0 18px;
}

body.startkids-landing .sk-proof-loop-row {
  overflow: hidden;
  width: 100%;
}

body.startkids-landing .sk-proof-loop-track {
  display: flex;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
}

body.startkids-landing .sk-proof-loop-set {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
  padding-right: 14px;
}

body.startkids-landing .sk-proof-loop-left .sk-proof-loop-track {
  animation-name: sk-proof-loop-left !important;
  animation-duration: 34s !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
}

body.startkids-landing .sk-proof-loop:hover .sk-proof-loop-track {
  animation-play-state: paused;
}

@keyframes sk-proof-loop-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

body.startkids-landing .sk-proof-card {
  flex: 0 0 132px;
  width: 132px;
  aspect-ratio: 9 / 16;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(10, 115, 55, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.95);
  background: #ffffff;
}

body.startkids-landing .sk-proof-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media (min-width: 400px) {
  body.startkids-landing .sk-proof-card {
    flex-basis: 148px;
    width: 148px;
  }
}

/* CTA meio da página */
body.startkids-landing .sk-cta-yellow {
  background: var(--sk-yellow) !important;
  color: #1a1a1a !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  border: 3px solid #ffffff !important;
  box-shadow: 0 6px 0 var(--sk-yellow-shadow) !important;
  animation: sk-pulse-yellow-cta 2s ease-in-out infinite !important;
  will-change: transform, box-shadow;
}

body.startkids-landing .sk-cta-yellow:hover,
body.startkids-landing .paper-game-cta:hover {
  filter: brightness(1.06);
}

/* Ofertas */
body.startkids-landing .sk-offer-wrap {
  background: linear-gradient(180deg, #e8f5e9 0%, #d4edda 100%) !important;
}

body.startkids-landing #oferta {
  border: 4px solid var(--sk-green) !important;
  border-radius: 1.5rem !important;
  box-shadow: 0 10px 0 var(--sk-green-dark) !important;
}

body.startkids-landing #oferta h3 {
  color: #1a1a1a !important;
}

body.startkids-landing .sk-offer-logo-pad {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 14px;
  border-radius: 1rem;
}

body.startkids-landing .sk-offer-logo-pad--white {
  background: #ffffff;
  border: 2px solid #e8f5e9;
  box-shadow: 0 4px 16px rgba(10, 115, 55, 0.08);
}

body.startkids-landing .sk-offer-logo-pad--blue {
  background: linear-gradient(160deg, var(--sk-blue) 0%, #1d4ed8 100%);
  border: 2px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

body.startkids-landing .sk-offer-logo-img {
  width: 100%;
  max-width: 120px;
  height: auto;
  display: block;
  border-radius: 10px;
}

body.startkids-landing .sk-price-basic {
  color: var(--sk-green) !important;
}

.sk-payment-badge {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #3a86ff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 0 #2563eb;
}

.sk-payment-badge.sk-payment-badge--premium {
  background: var(--sk-green);
  color: #ffffff;
  box-shadow: 0 4px 0 var(--sk-green-dark);
}

.sk-wa-box {
  border: 3px solid var(--sk-green) !important;
  border-radius: 1.25rem !important;
  box-shadow: 0 4px 14px rgba(10, 115, 55, 0.12) !important;
}

body.startkids-landing .sk-offer-premium {
  margin-top: 28px;
  border: 4px solid var(--sk-yellow) !important;
  border-radius: 1.5rem !important;
  box-shadow: 0 10px 0 var(--sk-yellow-shadow) !important;
  background: linear-gradient(160deg, var(--sk-blue) 0%, #2563eb 100%) !important;
}

body.startkids-landing .sk-btn-green {
  background: var(--sk-green) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  border: none !important;
  box-shadow: 0 6px 0 var(--sk-green-dark) !important;
  animation: sk-pulse-green-btn 2.1s ease-in-out infinite !important;
  will-change: transform, box-shadow;
}
body.startkids-landing .sk-btn-green:active {
  transform: translateY(4px) scale(0.98) !important;
  box-shadow: 0 2px 0 var(--sk-green-dark) !important;
  animation: none !important;
}

body.startkids-landing .sk-btn-yellow {
  background: var(--sk-yellow) !important;
  color: #1a1a1a !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  border: 3px solid #ffffff !important;
  box-shadow: 0 6px 0 var(--sk-yellow-shadow) !important;
  animation: sk-pulse-yellow-cta 2s ease-in-out infinite !important;
  will-change: transform, box-shadow;
}
body.startkids-landing .sk-btn-yellow:active {
  transform: translateY(4px) scale(0.98) !important;
  animation: none !important;
}

body.startkids-landing .sk-btn-green:hover,
body.startkids-landing .sk-btn-yellow:hover {
  filter: brightness(1.07);
}

/* Popup de oferta — alinhado ao tema infantil (gramado + sol) */
body.startkids-landing .sk-offer-popup {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(10, 115, 55, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.startkids-landing .sk-offer-popup.is-open {
  display: flex;
}

body.startkids-landing .sk-offer-popup__card {
  position: relative;
  width: min(100%, 420px);
  max-height: min(92vh, 760px);
  overflow-y: auto;
  background: linear-gradient(180deg, #ffffff 0%, #f4fcf6 100%);
  color: #1a1a1a;
  text-align: center;
  padding: 26px 22px 22px;
  border: 4px solid var(--sk-green);
  border-radius: 1.5rem;
  box-shadow: 0 10px 0 var(--sk-green-dark), 0 20px 48px rgba(10, 115, 55, 0.2);
  animation: sk-popup-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.startkids-landing .sk-offer-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: 3px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  color: var(--sk-green-dark);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.startkids-landing .sk-offer-popup__close:hover {
  background: #ecfdf5;
  border-color: var(--sk-green);
}

body.startkids-landing .sk-offer-popup__promo-head {
  padding: 4px 32px 0 8px;
  margin-bottom: 16px;
}

body.startkids-landing .sk-offer-popup__promo-title {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 10px;
  color: #1a1a1a;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

body.startkids-landing .sk-offer-popup__promo-lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #3d4f45;
  font-weight: 600;
}

body.startkids-landing .sk-offer-popup__accent {
  color: var(--sk-green);
  font-weight: 800;
}

body.startkids-landing .sk-offer-popup__benefits-box {
  text-align: left;
  margin-bottom: 18px;
  padding: 14px 14px 12px;
  border-radius: 1.1rem;
  border: 3px solid rgba(10, 115, 55, 0.25);
  background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
}

body.startkids-landing .sk-offer-popup__benefits-heading {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--sk-green-dark);
}

body.startkids-landing .sk-offer-popup__benefits {
  margin: 0;
}

body.startkids-landing .sk-offer-popup__benefit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

body.startkids-landing .sk-offer-popup__benefit:last-child {
  margin-bottom: 0;
}

body.startkids-landing .sk-offer-popup__check-tick {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sk-green);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.startkids-landing .sk-offer-popup__benefit > span:last-child {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #1f2937;
  font-weight: 600;
}

body.startkids-landing .sk-offer-popup__price-block {
  margin-bottom: 12px;
  padding: 8px 10px 8px;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 55%, #fff7ed 100%);
  border: 2px solid rgba(255, 193, 7, 0.5);
}

body.startkids-landing .sk-offer-popup__discount-pill {
  display: inline-block;
  margin-bottom: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--sk-yellow) 0%, #f59e0b 100%);
  color: #1a1a1a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  border: 2px solid #ffffff;
  box-shadow: 0 3px 0 var(--sk-yellow-shadow);
}

body.startkids-landing .sk-offer-popup__was {
  margin: 0 0 0;
  font-size: 0.78rem;
  line-height: 1.3;
  color: #64748b;
}

body.startkids-landing .sk-offer-popup__was span {
  text-decoration: line-through;
  color: #94a3b8;
}

body.startkids-landing .sk-offer-popup__now-label {
  margin: 0 0 0;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: 700;
  color: #334155;
}

body.startkids-landing .sk-offer-popup__price {
  margin: 0 0 4px;
  color: var(--sk-green);
  font-size: clamp(1.65rem, 5.5vw, 2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

body.startkids-landing .sk-offer-popup__price-block .sk-payment-badge {
  margin-top: 0;
  padding: 5px 12px;
  font-size: 11px;
  box-shadow: 0 3px 0 #2563eb;
}

body.startkids-landing .sk-offer-popup__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.startkids-landing .sk-offer-popup__cta-buy {
  display: block;
  width: 100%;
  padding: 16px 20px;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
}

body.startkids-landing .sk-offer-popup__cta-secondary {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border-radius: 999px;
  border: 3px solid var(--sk-green);
  background: linear-gradient(180deg, #f7fef9 0%, #ecfdf5 100%);
  color: var(--sk-green-dark);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow:
    0 2px 0 rgba(6, 78, 38, 0.2),
    0 6px 14px rgba(10, 115, 55, 0.12);
}

body.startkids-landing .sk-offer-popup__cta-secondary:hover {
  background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
  box-shadow:
    0 2px 0 rgba(6, 78, 38, 0.26),
    0 8px 18px rgba(10, 115, 55, 0.16);
}

body.startkids-landing .sk-offer-popup__cta-secondary:active {
  transform: translateY(1px);
  box-shadow:
    0 1px 0 rgba(6, 78, 38, 0.22),
    0 3px 10px rgba(10, 115, 55, 0.12);
}

@keyframes sk-popup-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* FAQ */
.sk-faq-panel {
  background: #ffffff !important;
  border: 3px solid var(--sk-green) !important;
  border-radius: 1.5rem !important;
}

body.startkids-landing .sk-faq-heading {
  color: var(--sk-green-dark) !important;
  font-weight: 800 !important;
}

body.startkids-landing svg[stroke="#22c55e"] {
  stroke: var(--sk-green) !important;
}

/* Notificação social */
body.startkids-landing #fake-purchase-notification {
  border-radius: 1rem !important;
  border: 3px solid #ffffff !important;
}
