:root {
  --bg: #050508;
  --text: #f8f8fa;
  --muted: #a1a1aa;
  --dim: #71717a;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.08);
  --accent-a: #f58529;
  --accent-b: #dd2a7b;
  --accent-c: #8134af;
  --topnav-h: 84px;
  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --container: 1120px;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

.landing {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bg);
}

.lp-container {
  width: min(var(--container), 100%);
  margin: 0 auto;
  padding: 0 28px;
}

/* ── Top nav ── */
.landing-topnav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  height: var(--topnav-h);
  padding: 0 28px 0 0;
  background: rgba(5, 5, 8, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.landing-topnav-logo {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--topnav-h);
  padding: 8px 20px;
}

.landing-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.landing-logo img {
  width: 100%;
  max-height: 48px;
  object-fit: contain;
  display: block;
}

.landing-topnav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  padding-left: 8px;
}

.landing-topnav-menu::-webkit-scrollbar {
  display: none;
}

.landing-nav-link {
  padding: 8px 14px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}

.landing-nav-link:hover {
  color: var(--text);
  background: var(--surface);
}

.landing-nav-muted {
  opacity: 0.65;
}

.landing-topnav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: 12px;
}

.landing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}

.landing-btn-ghost {
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--border);
}

.landing-btn-ghost:hover {
  color: var(--text);
  background: var(--surface);
}

.landing-btn-primary {
  background: linear-gradient(135deg, var(--accent-a), var(--accent-b));
  color: #fff;
  box-shadow: 0 4px 16px rgba(221, 42, 123, 0.3);
}

.landing-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(221, 42, 123, 0.4);
}

/* ── Glow ── */
.lp-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(820px, 92vw);
  height: min(480px, 55vh);
  background:
    radial-gradient(ellipse 55% 45% at 30% 40%, rgba(245, 133, 41, 0.35), transparent 70%),
    radial-gradient(ellipse 50% 40% at 70% 35%, rgba(221, 42, 123, 0.38), transparent 72%),
    radial-gradient(ellipse 45% 35% at 50% 65%, rgba(129, 52, 175, 0.32), transparent 75%);
  filter: blur(48px);
  pointer-events: none;
  z-index: 0;
}

.lp-glow-sm {
  width: 100%;
  height: 100%;
  top: 50%;
}

/* Atmosfera global sutil nas laterais */
.landing-main {
  position: relative;
  overflow: hidden;
}

.landing-main::before,
.landing-main::after {
  content: "";
  position: absolute;
  width: min(480px, 42vw);
  height: min(720px, 80vh);
  filter: blur(72px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

.landing-main::before {
  left: -18%;
  top: 28%;
  background: radial-gradient(ellipse 55% 50% at 50% 50%, rgba(129, 52, 175, 0.22), transparent 72%);
}

.landing-main::after {
  right: -18%;
  top: 52%;
  background: radial-gradient(ellipse 55% 50% at 50% 50%, rgba(245, 133, 41, 0.18), transparent 72%);
}

/* Glows por secao */
.lp-carousel-section,
.lp-feature-block,
.lp-section,
.lp-hero {
  position: relative;
  overflow: hidden;
}

.lp-carousel-section > .lp-carousel-mask,
.lp-feature-block > .lp-container,
.lp-section > .lp-container,
.lp-hero > .lp-container {
  position: relative;
  z-index: 1;
}

.lp-carousel-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(900px, 100vw);
  height: 180px;
  background:
    radial-gradient(ellipse 50% 80% at 30% 50%, rgba(221, 42, 123, 0.2), transparent 70%),
    radial-gradient(ellipse 50% 80% at 70% 50%, rgba(245, 133, 41, 0.16), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

#publicar::after {
  content: "";
  position: absolute;
  right: -6%;
  top: 50%;
  transform: translateY(-50%);
  width: min(500px, 48vw);
  height: min(520px, 65vh);
  background:
    radial-gradient(ellipse 55% 48% at 55% 38%, rgba(245, 133, 41, 0.3), transparent 70%),
    radial-gradient(ellipse 48% 42% at 65% 62%, rgba(221, 42, 123, 0.28), transparent 72%);
  filter: blur(52px);
  pointer-events: none;
  z-index: 0;
}

#organizador::before {
  content: "";
  position: absolute;
  left: -8%;
  top: 45%;
  transform: translateY(-50%);
  width: min(460px, 45vw);
  height: min(480px, 60vh);
  background:
    radial-gradient(ellipse 50% 45% at 40% 35%, rgba(221, 42, 123, 0.26), transparent 72%),
    radial-gradient(ellipse 45% 40% at 35% 65%, rgba(129, 52, 175, 0.24), transparent 75%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
}

#ia::after {
  content: "";
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: min(440px, 42vw);
  height: min(420px, 55vh);
  background:
    radial-gradient(ellipse 52% 46% at 45% 40%, rgba(245, 133, 41, 0.22), transparent 70%),
    radial-gradient(ellipse 48% 42% at 50% 68%, rgba(221, 42, 123, 0.26), transparent 72%);
  filter: blur(48px);
  pointer-events: none;
  z-index: 0;
}

#chatbot::before {
  content: "";
  position: absolute;
  right: -7%;
  top: 48%;
  transform: translateY(-50%);
  width: min(400px, 40vw);
  height: min(400px, 50vh);
  background: radial-gradient(ellipse 50% 48% at 55% 50%, rgba(129, 52, 175, 0.26), transparent 72%);
  filter: blur(48px);
  pointer-events: none;
  z-index: 0;
}

#virais::after {
  content: "";
  position: absolute;
  right: -6%;
  top: 42%;
  transform: translateY(-50%);
  width: min(480px, 46vw);
  height: min(460px, 58vh);
  background:
    radial-gradient(ellipse 50% 45% at 60% 35%, rgba(245, 133, 41, 0.24), transparent 70%),
    radial-gradient(ellipse 45% 40% at 55% 70%, rgba(221, 42, 123, 0.22), transparent 72%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
}

.lp-plans-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: min(700px, 90vw);
  height: min(360px, 40vh);
  background:
    radial-gradient(ellipse 45% 50% at 35% 50%, rgba(221, 42, 123, 0.2), transparent 72%),
    radial-gradient(ellipse 45% 50% at 65% 50%, rgba(129, 52, 175, 0.18), transparent 72%);
  filter: blur(56px);
  pointer-events: none;
  z-index: 0;
}

#depoimentos::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: 10%;
  width: min(380px, 38vw);
  height: min(340px, 35vh);
  background: radial-gradient(ellipse 55% 50% at 50% 50%, rgba(221, 42, 123, 0.16), transparent 72%);
  filter: blur(52px);
  pointer-events: none;
  z-index: 0;
}

#faq::before {
  content: "";
  position: absolute;
  right: -8%;
  top: 35%;
  width: min(360px, 36vw);
  height: min(380px, 40vh);
  background: radial-gradient(ellipse 50% 48% at 50% 50%, rgba(129, 52, 175, 0.18), transparent 72%);
  filter: blur(48px);
  pointer-events: none;
  z-index: 0;
}

/* ── Shared typography ── */
.lp-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-b);
}

.lp-section {
  padding: 88px 0;
  scroll-margin-top: calc(var(--topnav-h) + 16px);
}

.lp-section-alt {
  background: rgba(255, 255, 255, 0.015);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.lp-section-head {
  max-width: 620px;
  margin-bottom: 48px;
}

.lp-section-head-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lp-section-head h2 {
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 12px;
}

.lp-section-head p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ── Hero ── */
.lp-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 112px;
  min-height: calc(100vh - var(--topnav-h));
  display: flex;
  align-items: center;
}

.lp-hero .lp-glow {
  width: min(960px, 95vw);
  height: min(560px, 62vh);
  top: 48%;
}

.lp-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 920px;
}

.lp-hero .lp-eyebrow {
  font-size: 0.8rem;
  margin-bottom: 22px;
  letter-spacing: 0.12em;
}

.lp-hero h1 {
  font-size: clamp(2.75rem, 7.5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.06;
  margin-bottom: 28px;
}

/* Hero — cursor clicando em "clique" */
.lp-click-wrap {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  vertical-align: baseline;
}

.lp-click-word {
  display: inline-block;
  animation: lp-word-click-color 3.4s ease-in-out infinite;
}

.lp-click-cursor {
  position: absolute;
  right: -14px;
  bottom: -16px;
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
  animation: lp-cursor-click 3.4s ease-in-out infinite;
  pointer-events: none;
}

.lp-click-cursor svg {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes lp-cursor-click {
  0%, 22% {
    transform: translate(0, 0) scale(1);
    opacity: 0.85;
  }
  28% {
    transform: translate(-3px, 3px) scale(0.82);
    opacity: 1;
  }
  34%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.85;
  }
}

@keyframes lp-word-click-color {
  0%, 24% {
    color: #f8f8fa;
  }
  30%, 62% {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  68%, 100% {
    color: #f8f8fa;
  }
}

/* Animacoes leves nos cards */
@keyframes lp-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes lp-card-breathe {
  0%, 100% {
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow: 0 26px 68px rgba(221, 42, 123, 0.1);
  }
}

@keyframes lp-tag-soft {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

.lp-float {
  animation: lp-float 5.5s ease-in-out infinite;
  will-change: transform;
}

.lp-float-delay-1 { animation-delay: 0.7s; }
.lp-float-delay-2 { animation-delay: 1.4s; }

.lp-mock-card-glow {
  animation: lp-float 5.5s ease-in-out infinite, lp-card-breathe 6s ease-in-out infinite;
}

.lp-mock-card-glow.lp-float-delay-1 {
  animation-delay: 0.7s, 1s;
}

.lp-mock-card-glow.lp-float-delay-2 {
  animation-delay: 1.4s, 2s;
}

.lp-hero-tags li {
  animation: lp-tag-soft 4s ease-in-out infinite;
}

.lp-hero-tags li:nth-child(2) { animation-delay: 0.5s; }
.lp-hero-tags li:nth-child(3) { animation-delay: 1s; }

.lp-trend-tags span {
  animation: lp-tag-soft 5s ease-in-out infinite;
}

.lp-trend-tags span:nth-child(2) { animation-delay: 0.4s; }
.lp-trend-tags span:nth-child(3) { animation-delay: 0.8s; }
.lp-trend-tags span:nth-child(4) { animation-delay: 1.2s; }
.lp-trend-tags span:nth-child(5) { animation-delay: 1.6s; }

.lp-plan-featured {
  animation: lp-float 5.5s ease-in-out infinite, lp-plan-glow 4s ease-in-out infinite;
}

@keyframes lp-plan-glow {
  0%, 100% {
    border-color: rgba(221, 42, 123, 0.35);
    box-shadow: 0 16px 48px rgba(221, 42, 123, 0.12);
  }
  50% {
    border-color: rgba(245, 133, 41, 0.4);
    box-shadow: 0 18px 52px rgba(221, 42, 123, 0.18);
  }
}

.lp-mock-chat-bubble {
  animation: lp-chat-in 0.6s ease backwards;
}

.lp-mock-chat-bubble:nth-child(1) { animation-delay: 0.1s; }
.lp-mock-chat-bubble:nth-child(2) { animation-delay: 0.25s; }
.lp-mock-chat-bubble:nth-child(3) { animation-delay: 0.4s; }
.lp-mock-chat-bubble:nth-child(4) { animation-delay: 0.55s; }

@keyframes lp-chat-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-click-cursor,
  .lp-click-word,
  .lp-float,
  .lp-mock-card-glow,
  .lp-hero-tags li,
  .lp-trend-tags span,
  .lp-plan-featured,
  .lp-mock-chat-bubble,
  .lp-carousel-track {
    animation: none !important;
  }

  .lp-click-word {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.lp-hero-lead {
  font-size: clamp(1.12rem, 2.4vw, 1.38rem);
  color: var(--muted);
  line-height: 1.75;
  max-width: 680px;
  margin: 0 auto 44px;
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
}

.lp-hero .landing-cta {
  padding: 20px 40px;
  font-size: 1.12rem;
  border-radius: 999px;
  box-shadow: 0 10px 40px rgba(221, 42, 123, 0.32);
}

.lp-hero .landing-cta:hover {
  box-shadow: 0 14px 48px rgba(221, 42, 123, 0.38);
}

.landing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-a), var(--accent-b));
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(221, 42, 123, 0.28);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
}

.landing-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 12px 40px rgba(221, 42, 123, 0.34);
}

.lp-hero-secondary {
  padding: 19px 32px;
  border-radius: 999px;
  font-size: 1.05rem;
}

.lp-hero-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.lp-hero-tags li {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
}

/* ── Carrossel de posts ── */
.lp-carousel-section {
  padding: 8px 0 64px;
  overflow: hidden;
}

.lp-carousel-mask {
  position: relative;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 14%,
    #000 86%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 14%,
    #000 86%,
    transparent 100%
  );
}

.lp-carousel-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: max-content;
  padding: 12px 0;
  animation: lp-carousel-scroll 55s linear infinite;
}

.lp-carousel-mask:hover .lp-carousel-track {
  animation-play-state: paused;
}

@keyframes lp-carousel-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.lp-post-card {
  flex-shrink: 0;
  width: 220px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.lp-post-media {
  aspect-ratio: 4 / 5;
  position: relative;
}

.lp-post-g1 { background: linear-gradient(145deg, #f58529, #dd2a7b); }
.lp-post-g2 { background: linear-gradient(145deg, #8134af, #dd2a7b); }
.lp-post-g3 { background: linear-gradient(145deg, #1a1a2e, #f58529); }
.lp-post-g4 { background: linear-gradient(145deg, #dd2a7b, #8134af 70%); }
.lp-post-g5 { background: linear-gradient(160deg, #2d1f3d, #f58529); }
.lp-post-g6 { background: linear-gradient(145deg, #f58529 20%, #8134af); }
.lp-post-g7 { background: linear-gradient(180deg, #dd2a7b, #1a1020); }
.lp-post-g8 { background: linear-gradient(135deg, #8134af, #f58529); }

.lp-post-card--carousel .lp-post-media::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: -14px 0 0 rgba(255, 255, 255, 0.35), 14px 0 0 rgba(255, 255, 255, 0.35);
}

.lp-post-tag {
  display: inline-block;
  margin: 10px 12px 0;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent-b);
}

.lp-post-card p {
  padding: 6px 12px 14px;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}

/* ── Secoes de funcionalidade ── */
.lp-feature-block {
  padding: 88px 0;
  scroll-margin-top: calc(var(--topnav-h) + 16px);
}

.lp-feature-block-alt {
  background: rgba(255, 255, 255, 0.015);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.lp-feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.lp-feature-copy h2 {
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 14px;
}

.lp-feature-copy > p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.lp-feature-note {
  font-size: 0.8rem;
  color: var(--dim);
  margin: 16px 0 22px;
  line-height: 1.5;
}

.lp-feature-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp-phone-wrap .iphone-mockup {
  width: min(380px, 100%);
  max-width: 380px;
}

.lp-demo-story-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, rgba(245, 133, 41, 0.9), rgba(221, 42, 123, 0.85), rgba(129, 52, 175, 0.8));
}

/* Mock perfil Instagram */
.lp-ig-profile {
  width: min(320px, 100%);
  padding: 16px 14px 14px;
  border-radius: 16px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.55);
}

.lp-ig-profile-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.lp-ig-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-a), var(--accent-b), var(--accent-c));
  padding: 3px;
  flex-shrink: 0;
}

.lp-ig-avatar::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #262626;
  border: 2px solid #000;
}

.lp-ig-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.lp-ig-stats {
  display: flex;
  flex: 1;
  justify-content: space-between;
  text-align: center;
}

.lp-ig-stats strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
}

.lp-ig-stats span {
  font-size: 0.68rem;
  color: var(--dim);
  text-transform: lowercase;
}

.lp-ig-bio {
  margin-bottom: 12px;
}

.lp-ig-bio strong {
  display: block;
  font-size: 0.82rem;
  margin-bottom: 2px;
}

.lp-ig-bio p {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.4;
}

.lp-ig-highlights {
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-ig-highlights span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.lp-ig-highlights span:nth-child(1) {
  background: linear-gradient(135deg, rgba(245, 133, 41, 0.4), rgba(221, 42, 123, 0.35));
}

.lp-ig-highlights span:nth-child(2) {
  background: linear-gradient(135deg, rgba(221, 42, 123, 0.4), rgba(129, 52, 175, 0.35));
}

.lp-ig-highlight-add {
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  color: var(--dim);
}

.lp-ig-tabs {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
  color: var(--dim);
}

.lp-ig-tabs .active {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: -1px;
}

.lp-ig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 8px;
}

.lp-ig-cell {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
}

.lp-ig-cell-fill {
  width: 100%;
  height: 100%;
  transition: transform 0.45s ease, opacity 0.35s ease;
}

.lp-ig-cell.lp-ig-cell-moving .lp-ig-cell-fill {
  transform: scale(0.92);
  opacity: 0.65;
}

.lp-ig-cell.pinned::after {
  content: "📌";
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 0.65rem;
  opacity: 0.9;
}

.lp-ig-f1 { background: linear-gradient(145deg, #f58529, #dd2a7b); }
.lp-ig-f2 { background: linear-gradient(145deg, #8134af, #dd2a7b); }
.lp-ig-f3 { background: linear-gradient(145deg, #1a1a2e, #f58529); }
.lp-ig-f4 { background: linear-gradient(145deg, #dd2a7b, #8134af 70%); }
.lp-ig-f5 { background: linear-gradient(160deg, #2d1f3d, #f58529); }
.lp-ig-f6 { background: linear-gradient(145deg, #f58529 20%, #8134af); }
.lp-ig-f7 { background: linear-gradient(180deg, #dd2a7b, #1a1020); }
.lp-ig-f8 { background: linear-gradient(135deg, #8134af, #f58529); }
.lp-ig-f9 { background: linear-gradient(160deg, #0f0f14, #dd2a7b); }

.lp-ig-cell-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-ig-organize-hint {
  margin-top: 10px;
  text-align: center;
  font-size: 0.72rem;
  color: var(--accent-b);
  font-weight: 600;
  animation: lp-hint-pulse 2s ease-in-out infinite;
}

@keyframes lp-hint-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

/* Mock I.A */
.lp-mock-ia {
  width: min(380px, 100%);
  padding: 36px 28px;
  border-radius: 22px;
  background: #050508;
  border: 1px solid var(--border);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lp-mock-ia::before {
  content: "";
  position: absolute;
  inset: 20% 10%;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(245, 133, 41, 0.25), transparent 70%),
    radial-gradient(ellipse at 70% 35%, rgba(221, 42, 123, 0.28), transparent 72%);
  filter: blur(32px);
  pointer-events: none;
}

.lp-mock-ia-title {
  position: relative;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.lp-mock-ia-composer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(28, 28, 34, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 14px;
}

.lp-mock-ia-composer span {
  color: var(--dim);
  font-size: 1.2rem;
}

.lp-mock-ia-composer em {
  flex: 1;
  text-align: left;
  font-style: normal;
  font-size: 0.82rem;
  color: var(--dim);
}

.lp-mock-ia-composer button {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-a), var(--accent-b));
  color: #fff;
  font-size: 0.95rem;
}

.lp-mock-ia-chips {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.lp-mock-ia-chips span {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  color: var(--muted);
}

/* Mock chat */
.lp-mock-chat {
  width: min(340px, 100%);
  padding: 20px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

.lp-mock-chat-bubble {
  max-width: 88%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.82rem;
  line-height: 1.45;
}

.lp-mock-chat-bubble.them {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.lp-mock-chat-bubble.me {
  align-self: flex-end;
  background: linear-gradient(135deg, var(--accent-a), var(--accent-b));
  color: #fff;
}

.lp-mock-chat-bubble.typing {
  opacity: 0.7;
  font-style: italic;
}

/* Mock trending / virais */
.lp-mock-trending {
  width: min(360px, 100%);
  padding: 18px;
  border-radius: 18px;
  background: #0a0a0e;
  border: 1px solid var(--border);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.lp-trend-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-a);
  margin-bottom: 12px;
}

.lp-trend-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.lp-trend-tags span {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(221, 42, 123, 0.12);
  border: 1px solid rgba(221, 42, 123, 0.25);
  font-size: 0.75rem;
  font-weight: 600;
  color: #f0a8c8;
}

.lp-trend-reels {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-trend-reel {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-trend-thumb {
  position: relative;
  width: 56px;
  height: 72px;
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
}

.lp-trend-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}

.lp-trend-views {
  position: absolute;
  bottom: 4px;
  left: 4px;
  font-size: 0.62rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.lp-trend-meta strong {
  display: block;
  font-size: 0.82rem;
  margin-bottom: 2px;
}

.lp-trend-meta span {
  font-size: 0.72rem;
  color: var(--dim);
}

/* Planos */
.lp-plans-section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.lp-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.lp-plan-card {
  position: relative;
  padding: 28px 24px;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}

.lp-plan-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.lp-plan-price {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.lp-plan-price span {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dim);
}

.lp-plan-desc {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 18px;
}

.lp-plan-features {
  list-style: none;
  margin-bottom: 22px;
  flex: 1;
}

.lp-plan-features li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 0.84rem;
  color: var(--muted);
}

.lp-plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-a);
  font-weight: 700;
}

.lp-plan-btn {
  width: 100%;
  justify-content: center;
}

.lp-plan-featured {
  border-color: rgba(221, 42, 123, 0.35);
  background: linear-gradient(160deg, rgba(221, 42, 123, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 16px 48px rgba(221, 42, 123, 0.12);
}

.lp-plan-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-a), var(--accent-b));
  font-size: 0.68rem;
  font-weight: 700;
  color: #fff;
}

/* ── Features grid (legacy) ── */
.lp-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lp-feature-card {
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.lp-feature-card:hover {
  background: var(--surface-2);
  border-color: rgba(221, 42, 123, 0.25);
  transform: translateY(-3px);
}

.lp-feature-muted {
  opacity: 0.75;
}

.lp-feature-icon {
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.lp-feature-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.lp-feature-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}

.lp-feature-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent-b);
}

/* ── Steps ── */
.lp-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: step;
}

.lp-step {
  padding: 28px 24px;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.lp-step-num {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--accent-a);
  margin-bottom: 16px;
}

.lp-step h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.lp-step p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ── Showcase ── */
.lp-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.lp-showcase-copy h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 14px;
}

.lp-showcase-copy > p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 22px;
}

.lp-checklist {
  list-style: none;
  margin-bottom: 28px;
}

.lp-checklist li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: var(--muted);
}

.lp-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-a);
  font-weight: 700;
}

.lp-showcase-visual {
  display: flex;
  justify-content: center;
}

.lp-phone-frame {
  width: 240px;
  padding: 12px;
  border-radius: 36px;
  background: linear-gradient(145deg, #2a2a32, #121218);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lp-phone-screen {
  position: relative;
  aspect-ratio: 9 / 19;
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(245, 133, 41, 0.45), rgba(221, 42, 123, 0.5), rgba(129, 52, 175, 0.45));
}

.lp-phone-bars {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  gap: 4px;
}

.lp-phone-bars span {
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
}

.lp-phone-bars span:nth-child(2),
.lp-phone-bars span:nth-child(3) {
  opacity: 0.35;
}

.lp-phone-avatar {
  position: absolute;
  top: 36px;
  left: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid #fff;
}

.lp-phone-content {
  position: absolute;
  inset: 28% 14px 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* ── Benefits ── */
.lp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lp-benefit {
  padding: 24px 20px;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.lp-benefit h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.lp-benefit p {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.55;
}

/* ── Audience ── */
.lp-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lp-audience-card {
  padding: 28px 24px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border);
}

.lp-audience-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.lp-audience-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ── Testimonials ── */
.lp-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lp-quote {
  padding: 26px 24px;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.lp-quote p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text);
  margin-bottom: 18px;
}

.lp-quote footer strong {
  display: block;
  font-size: 0.88rem;
  margin-bottom: 2px;
}

.lp-quote footer span {
  font-size: 0.78rem;
  color: var(--dim);
}

/* ── FAQ ── */
.lp-faq-wrap {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start;
}

.lp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-faq-item {
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
}

.lp-faq-item summary {
  padding: 18px 20px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lp-faq-item summary::-webkit-details-marker {
  display: none;
}

.lp-faq-item summary::after {
  content: "+";
  font-size: 1.2rem;
  color: var(--dim);
  transition: transform 0.2s;
}

.lp-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.lp-faq-item p {
  padding: 0 20px 18px;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ── CTA final ── */
.lp-cta-final {
  padding-bottom: 100px;
}

.lp-cta-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 64px 32px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.lp-cta-box h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.lp-cta-box p {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 28px;
}

.lp-cta-box .landing-cta {
  position: relative;
  z-index: 1;
}

/* ── Footer ── */
.lp-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.35);
}

.lp-footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 48px;
  padding: 56px 28px 40px;
}

.lp-footer-logo {
  height: 32px;
  width: auto;
  margin-bottom: 12px;
}

.lp-footer-brand p {
  font-size: 0.88rem;
  color: var(--dim);
  line-height: 1.55;
  max-width: 260px;
}

.lp-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lp-footer-nav strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 12px;
}

.lp-footer-nav a {
  display: block;
  font-size: 0.86rem;
  color: var(--dim);
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.15s;
}

.lp-footer-nav a:hover {
  color: var(--text);
}

.lp-footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lp-footer-bottom span {
  font-size: 0.78rem;
  color: var(--dim);
}

/* ── Reveal animation ── */
.lp-reveal {
  opacity: 0;
  transition: opacity 0.65s ease;
}

.lp-reveal.visible {
  opacity: 1;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .landing-topnav-logo {
    width: 160px;
  }

  .lp-feature-row,
  .lp-feature-row-reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lp-feature-row-reverse .lp-feature-copy {
    order: -1;
  }

  .lp-features-grid,
  .lp-plans-grid,
  .lp-steps,
  .lp-benefits-grid,
  .lp-audience-grid,
  .lp-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-showcase {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lp-faq-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .landing-main::before,
  .landing-main::after {
    width: 280px;
    opacity: 0.35;
    filter: blur(56px);
  }

  .landing-main::before {
    left: -35%;
  }

  .landing-main::after {
    right: -35%;
  }

  #publicar::after,
  #organizador::before,
  #ia::after,
  #chatbot::before,
  #virais::after,
  #depoimentos::after,
  #faq::before {
    opacity: 0.4;
    filter: blur(44px);
  }

  .landing-topnav {
    flex-wrap: wrap;
    height: auto;
    padding: 12px 16px;
    gap: 10px;
  }

  .landing-topnav-logo {
    width: auto;
    height: auto;
    padding: 0;
    justify-content: flex-start;
  }

  .landing-logo img {
    max-height: 36px;
    width: auto;
  }

  .landing-topnav-menu {
    order: 3;
    width: 100%;
    padding: 0;
  }

  .landing-topnav-actions {
    margin-left: auto;
  }

  .lp-section {
    padding: 64px 0;
  }

  .lp-container {
    padding: 0 20px;
  }

  .lp-features-grid,
  .lp-plans-grid,
  .lp-steps,
  .lp-benefits-grid,
  .lp-audience-grid,
  .lp-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .lp-footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .lp-footer-nav {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .landing-btn-ghost:not(.lp-hero-secondary) {
    display: none;
  }

  .lp-hero {
    padding: 64px 0 80px;
  }

  .lp-hero h1 {
    font-size: clamp(2.15rem, 9vw, 2.75rem);
    margin-bottom: 22px;
  }

  .lp-hero-lead {
    font-size: 1.05rem;
    margin-bottom: 32px;
  }

  .lp-hero-actions {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
  }

  .lp-hero .landing-cta {
    padding: 17px 28px;
    font-size: 1rem;
  }

  .lp-hero-secondary {
    padding: 16px 24px;
    font-size: 0.95rem;
  }

  .landing-cta,
  .lp-hero-secondary {
    width: 100%;
    max-width: 340px;
  }

  .lp-hero-tags li {
    font-size: 0.8rem;
    padding: 8px 14px;
  }

  .lp-footer-nav {
    grid-template-columns: 1fr;
  }
}
