/* Landing isca — Achadinhos do Pedal (/pedal/links) */
:root {
  --pedal-neon: #25d366;
  --pedal-neon-bright: #3ee07a;
  --pedal-neon-glow: rgba(37, 211, 102, 0.55);
  --pedal-bg: #0a1210;
  --pedal-surface: rgba(12, 22, 18, 0.92);
  --pedal-text: #f0fdf4;
  --pedal-muted: rgba(240, 253, 244, 0.72);
  --pedal-accent: #86efac;
  --pedal-warn: #fbbf24;
  --pedal-danger: #f87171;
  --pedal-sticky-h: 8.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.isca-pedal {
  margin: 0;
  min-height: 100dvh;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--pedal-text);
  background: var(--pedal-bg);
  padding-bottom: calc(var(--pedal-sticky-h) + env(safe-area-inset-bottom, 0px));
  overflow-x: hidden;
}

.isca-pedal__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: clamp(1.25rem, 4vw, 2rem) clamp(1.1rem, 4vw, 1.75rem) 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 8, 0.55) 0%, rgba(5, 10, 8, 0.88) 55%, var(--pedal-bg) 100%),
    url("https://images.unsplash.com/photo-1541625602330-2273a4c46176?auto=format&fit=crop&w=1200&q=80")
      center 35% / cover no-repeat;
}

.isca-pedal__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 60% at 50% 20%, rgba(37, 211, 102, 0.12), transparent 65%);
  pointer-events: none;
}

.isca-pedal__hero > * {
  position: relative;
  z-index: 1;
}

.isca-pedal__badge-top {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.1rem;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(248, 113, 113, 0.22);
  border: 1px solid rgba(248, 113, 113, 0.45);
  animation: isca-pedal-pulse-badge 2.4s ease-in-out infinite;
}

.isca-pedal__live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px #4ade80;
  animation: isca-pedal-blink 1.4s ease-in-out infinite;
}

.isca-pedal__logo {
  width: clamp(96px, 28vw, 128px);
  height: auto;
  margin-bottom: 1.25rem;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
}

.isca-pedal__headline {
  margin: 0 0 1rem;
  max-width: 22rem;
  font-size: clamp(1.45rem, 5.2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.isca-pedal__headline em {
  font-style: normal;
  color: var(--pedal-neon-bright);
  text-shadow:
    0 0 12px rgba(62, 224, 122, 0.45),
    0 0 28px rgba(37, 211, 102, 0.25);
}

.isca-pedal__pill {
  width: min(26rem, 92vw);
  max-width: 26rem;
  margin: 0 auto 0.85rem;
  padding: 0.85rem 0.75rem;
  border-radius: 14px;
  font-size: clamp(0.74rem, 3.15vw, 0.86rem);
  line-height: 1.38;
  color: var(--pedal-muted);
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(37, 211, 102, 0.35);
  box-shadow: 0 0 24px rgba(37, 211, 102, 0.08);
}

.isca-pedal__pill-line {
  display: block;
  white-space: nowrap;
}

.isca-pedal__pill strong {
  color: var(--pedal-neon-bright);
  font-weight: 700;
}

.isca-pedal__proof-line {
  margin: 0 0 1.1rem;
  font-size: 0.78rem;
  color: rgba(240, 253, 244, 0.55);
}

.isca-pedal__proof-line::before {
  content: "● ";
  color: var(--pedal-neon);
}

.isca-pedal__content {
  max-width: 26rem;
  margin: 0 auto;
  padding: 1.25rem clamp(1.1rem, 4vw, 1.75rem) 2rem;
}

.isca-pedal__limited {
  width: 100%;
  max-width: 26rem;
  margin: 0 auto 1.75rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: var(--pedal-surface);
  border: 1px solid rgba(251, 191, 36, 0.28);
}

.isca-pedal__limited-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--pedal-warn);
}

.isca-pedal__limited-count {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--pedal-muted);
  text-transform: none;
  letter-spacing: 0;
}

.isca-pedal__progress {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.isca-pedal__progress-bar {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #fbbf24, #f87171);
  transition: width 1.2s ease;
}

.isca-pedal__limited-note {
  margin: 0.55rem 0 0;
  font-size: 0.74rem;
  color: rgba(240, 253, 244, 0.5);
  text-align: center;
}

.isca-pedal__section-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1rem, 3.5vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.isca-pedal__text {
  margin: 0 0 1.35rem;
  font-size: 0.9rem;
  line-height: 1.62;
  color: var(--pedal-muted);
}

.isca-pedal__highlight {
  margin: 0 auto 1.35rem;
  max-width: 26rem;
  padding: 0.85rem 0.65rem;
  border-radius: 14px;
  font-size: clamp(0.56rem, 2.25vw, 0.76rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--pedal-text);
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.22);
}

.isca-pedal__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.65rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.isca-pedal__trust li {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(240, 253, 244, 0.78);
  white-space: nowrap;
}

.isca-pedal__benefits {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.isca-pedal__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--pedal-muted);
}

.isca-pedal__benefits span:first-child {
  flex-shrink: 0;
}

.isca-pedal__stores {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 0 1.5rem;
}

.isca-pedal__store {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(240, 253, 244, 0.85);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.isca-pedal__offers-link {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(134, 239, 172, 0.85);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.isca-pedal__offers-link:hover {
  color: var(--pedal-neon-bright);
}

.isca-pedal__disclaimer {
  max-width: 26rem;
  margin: 0 auto;
  padding: 0 1.25rem 1.5rem;
  font-size: 0.72rem;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: rgba(240, 253, 244, 0.38);
}

/* —— Sticky CTA (sempre visível) —— */
.isca-pedal__sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 0.65rem clamp(0.85rem, 4vw, 1.25rem) calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, transparent 0%, rgba(5, 10, 8, 0.92) 28%, rgba(5, 10, 8, 0.98) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.isca-pedal__cta-neon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  max-width: 26rem;
  margin: 0 auto;
  padding: 0.95rem 1.1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, var(--pedal-neon-bright) 0%, var(--pedal-neon) 55%, #1da851 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 0 1px rgba(37, 211, 102, 0.35),
    0 0 28px var(--pedal-neon-glow),
    0 0 56px rgba(37, 211, 102, 0.28),
    0 12px 32px -8px rgba(0, 0, 0, 0.55);
  animation: isca-pedal-neon-pulse 2.2s ease-in-out infinite;
  transition: transform 0.18s ease;
}

.isca-pedal__cta-neon:hover {
  transform: translateY(-2px) scale(1.01);
  color: #fff;
  text-decoration: none;
}

.isca-pedal__cta-neon:active {
  transform: scale(0.98);
}

.isca-pedal__cta-neon svg {
  flex-shrink: 0;
}

.isca-pedal__cta-telegram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0.55rem auto 0;
  padding: 0.35rem 0.5rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: rgba(240, 253, 244, 0.55);
  text-decoration: none;
  transition: color 0.18s ease;
}

.isca-pedal__cta-telegram:hover {
  color: rgba(147, 197, 253, 0.95);
  text-decoration: none;
}

.isca-pedal__cta-telegram svg {
  opacity: 0.75;
}

/* —— Toast social proof —— */
.isca-pedal__toast {
  position: fixed;
  left: clamp(0.75rem, 3vw, 1rem);
  bottom: calc(var(--pedal-sticky-h) + 0.65rem + env(safe-area-inset-bottom, 0px));
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  max-width: min(calc(100vw - 1.5rem), 17rem);
  padding: 0.6rem 0.85rem;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--pedal-text);
  background: rgba(18, 28, 24, 0.94);
  border: 1px solid rgba(37, 211, 102, 0.22);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.isca-pedal__toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.isca-pedal__toast-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--pedal-neon-bright);
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.3);
  flex-shrink: 0;
}

.isca-pedal__toast strong {
  color: var(--pedal-accent);
  font-weight: 700;
}

@keyframes isca-pedal-neon-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(37, 211, 102, 0.35),
      0 0 22px var(--pedal-neon-glow),
      0 0 44px rgba(37, 211, 102, 0.22),
      0 12px 32px -8px rgba(0, 0, 0, 0.55);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(62, 224, 122, 0.5),
      0 0 36px rgba(37, 211, 102, 0.65),
      0 0 72px rgba(37, 211, 102, 0.35),
      0 14px 36px -6px rgba(0, 0, 0, 0.5);
  }
}

@keyframes isca-pedal-pulse-badge {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.82;
  }
}

@keyframes isca-pedal-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

/* —— Hero CTA + prova real —— */
.isca-pedal__trust--hero {
  margin: 0.85rem 0 1rem;
}

.isca-pedal__hero-cta {
  width: 100%;
  max-width: 26rem;
  margin: 0 auto 0.85rem;
}

.isca-pedal__cta-neon--hero {
  font-size: 0.72rem;
}

.isca-pedal__cta-note {
  margin: 0.45rem 0 0;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: rgba(240, 253, 244, 0.52);
}

.isca-pedal__cta-note--sticky {
  margin: 0.35rem 0 0;
}

.isca-pedal__samples {
  width: 100%;
  max-width: 26rem;
  margin: 0 auto 1rem;
}

.isca-pedal__samples-title {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(240, 253, 244, 0.55);
}

.isca-pedal__samples-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.isca-pedal__sample-card {
  padding: 0.45rem;
  border-radius: 12px;
  background: rgba(12, 22, 18, 0.88);
  border: 1px solid rgba(37, 211, 102, 0.16);
}

.isca-pedal__sample-img {
  position: relative;
  aspect-ratio: 1;
  margin-bottom: 0.4rem;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}

.isca-pedal__sample-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.04);
}

.isca-pedal__sample-placeholder {
  font-size: 1.35rem;
  opacity: 0.65;
}

.isca-pedal__sample-pct {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  padding: 0.12rem 0.35rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
  color: #fff;
  background: rgba(248, 113, 113, 0.92);
}

.isca-pedal__sample-title {
  margin: 0 0 0.25rem;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(240, 253, 244, 0.88);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.isca-pedal__sample-price {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--pedal-neon-bright);
}

.isca-pedal__sample-before {
  display: block;
  font-size: 0.58rem;
  font-weight: 500;
  color: rgba(240, 253, 244, 0.42);
  text-decoration: line-through;
}

.isca-pedal--ads .isca-pedal__sticky {
  padding-bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
}

@media (prefers-reduced-motion: reduce) {
  .isca-pedal__cta-neon,
  .isca-pedal__badge-top,
  .isca-pedal__live {
    animation: none;
  }

  .isca-pedal__toast {
    transition: none;
  }
}
