/* ═══ SLIDE-SPECIFIC STYLES ═══ */

/* ─── SLIDE 1: COVER ─── */
.slide-cover {
  background: var(--paper);
  position: relative;
  overflow: hidden;
}
.cover-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top right, rgba(239, 68, 68, 0.06), transparent 60%),
    radial-gradient(ellipse at bottom left, rgba(124, 58, 237, 0.08), transparent 55%),
    radial-gradient(ellipse at center, rgba(245, 158, 11, 0.04), transparent 70%);
}
.cover-grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.1  0 0 0 0 0.05  0 0 0 0 0.2  0 0 0 0.09 0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.6;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.cover-inner {
  position: relative;
  z-index: 2;
  padding: 120px 120px;
  max-width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cover-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--slate);
  align-self: flex-start;
}
.cover-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 4px rgba(124,58,237,0.15);
}
.cover-title {
  font-size: 128px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-top: auto;
}
.cover-sub {
  font-size: 24px;
  line-height: 1.5;
  color: var(--slate);
  margin-top: 40px;
  max-width: 780px;
  font-weight: 400;
}
.cover-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
.cover-logo { height: 56px; object-fit: contain; }
.cover-foot-right { text-align: right; }
.cover-foot-line {
  font-size: 18px;
  color: var(--ink);
  font-weight: 500;
}
.cover-foot-meta {
  font-size: 13px;
  color: var(--slate-light);
  letter-spacing: 0.15em;
  margin-top: 4px;
  text-transform: uppercase;
}

/* Floating books on cover */
.cover-books {
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  width: 1000px;
  z-index: 1;
}
.cover-book {
  position: absolute;
  border-radius: 6px 14px 14px 6px;
  overflow: hidden;
  box-shadow:
    -3px 0 0 rgba(0,0,0,0.1),
    0 30px 80px rgba(92, 45, 145, 0.25),
    0 10px 28px rgba(0,0,0,0.15);
}
.cover-book img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cover-book.c1 { width: 340px; aspect-ratio: 3/4; top: 80px; right: 60px; transform: rotate(-6deg); z-index: 4; }
.cover-book.c2 { width: 300px; aspect-ratio: 3/4; top: 40px; right: 380px; transform: rotate(-14deg); z-index: 3; opacity: 0.95; }
.cover-book.c3 { width: 260px; aspect-ratio: 3/4; bottom: 160px; right: 580px; transform: rotate(8deg); z-index: 3; }
.cover-book.c4 { width: 280px; aspect-ratio: 3/4; bottom: 100px; right: 200px; transform: rotate(12deg); z-index: 2; opacity: 0.92; }


/* ─── SLIDE 2: MANIFESTO ─── */
.slide-manifesto {
  background: var(--cream);
  position: relative;
}
.slide-manifesto::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.1  0 0 0 0 0.05  0 0 0 0 0.2  0 0 0 0.1 0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.manifesto-wrap {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  padding: 200px 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.manifesto-quote {
  position: relative;
  margin-bottom: 80px;
}
.quote-mark {
  position: absolute;
  top: -60px;
  left: -40px;
  font-size: 280px;
  line-height: 0.8;
  color: var(--purple);
  opacity: 0.35;
  font-style: italic;
}
.quote-text {
  font-size: 96px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
  position: relative;
}
.quote-text em {
  color: var(--purple-deep);
}
.manifesto-body {
  font-size: 26px;
  line-height: 1.55;
  color: var(--slate);
  max-width: 960px;
  margin-top: 28px;
  font-weight: 400;
}
.manifesto-body.emphasis {
  font-size: 28px;
  color: var(--ink-soft);
  font-weight: 500;
}
.underline-rainbow {
  background: linear-gradient(180deg, transparent 65%, rgba(245, 158, 11, 0.4) 65%, rgba(245, 158, 11, 0.4) 92%, transparent 92%);
  padding: 0 4px;
}
.manifesto-foot {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 72px;
  font-size: 15px;
  color: var(--slate);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}


/* ─── SLIDE 3: O QUE É ─── */
.what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding: 160px 120px;
  height: 100%;
  align-items: center;
}
.what-title {
  font-size: 88px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-top: 24px;
  padding-bottom: 48px;
}
.what-desc {
  font-size: 21px;
  line-height: 1.55;
  color: var(--slate);
  margin-top: 56px;
  max-width: 560px;
}
.what-stats {
  display: flex;
  gap: 60px;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 2px solid var(--border);
}
.stat-num {
  font-family: "Instrument Serif", serif;
  font-size: 56px;
  font-style: italic;
  line-height: 1;
  background: var(--rainbow);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat-label {
  font-size: 14px;
  color: var(--slate);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-weight: 500;
}
.what-books {
  position: relative;
  height: 620px;
}
.what-books .book-cover {
  position: absolute;
  width: 360px;
  aspect-ratio: 3/4;
}
.what-books .book-a { top: 20px; left: 0; transform: rotate(-8deg); z-index: 3; }
.what-books .book-b { top: 60px; left: 180px; transform: rotate(4deg); z-index: 2; opacity: 0.98; }
.what-books .book-c { top: 140px; left: 360px; transform: rotate(10deg); z-index: 1; opacity: 0.95; }
.book-label {
  position: absolute;
  bottom: 20px; left: 20px; right: 20px;
  color: white;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: 22px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}


/* ─── SLIDE 4: COMO FUNCIONA ─── */
.slide-how {
  background: linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
}
.how-header {
  padding: 140px 120px 80px;
  text-align: center;
}
.how-header h2 {
  font-size: 76px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 40px 120px;
  position: relative;
}
.how-step {
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 44px 32px;
  position: relative;
  box-shadow: 0 4px 20px rgba(15, 10, 30, 0.04);
}
.step-num {
  font-size: 28px;
  font-style: italic;
  color: var(--purple);
  margin-bottom: 20px;
}
.step-ico {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: var(--purple-light);
  color: var(--purple-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.step-title {
  font-size: 26px;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.step-body {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.5;
}
.how-connector {
  position: absolute;
  top: 50%;
  left: 160px;
  right: 160px;
  width: auto;
  height: 4px;
  z-index: -1;
}


/* ─── SLIDE 5: ESTILOS ─── */
.styles-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 160px 120px;
  height: 100%;
  align-items: center;
}
.styles-copy h2 {
  font-size: 84px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-top: 12px;
}
.styles-copy p {
  font-size: 22px;
  line-height: 1.55;
  color: var(--slate);
  margin-top: 40px;
  max-width: 560px;
}
.styles-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  max-width: 560px;
}
.styles-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 14px;
  height: 780px;
}
.mosaic-tile {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.04);
}
.mosaic-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.t-cap {
  position: absolute;
  bottom: 10px; left: 12px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(6px);
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.05em;
}


/* ─── SLIDE 6: FOTO ─── */
.photo-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 100px;
  padding: 160px 120px;
  height: 100%;
  align-items: center;
}
.photo-copy h2 {
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 16px 0 40px;
}
.photo-copy p {
  font-size: 21px;
  line-height: 1.6;
  color: var(--slate);
  max-width: 540px;
}
.photo-badges {
  display: flex;
  gap: 14px;
  margin-top: 44px;
  flex-wrap: wrap;
}
.photo-badge {
  display: flex;
  gap: 14px;
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 20px;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.3;
  flex: 1 0 150px;
}
.badge-ico { font-size: 28px; }

.photo-demo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.photo-before, .photo-after {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.demo-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--slate);
  text-transform: uppercase;
}
.photo-frame {
  width: 280px;
  aspect-ratio: 1;
  background: white;
  padding: 16px 16px 52px;
  border-radius: 4px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 4px 12px rgba(0,0,0,0.08);
  transform: rotate(-4deg);
  position: relative;
}
.photo-illus {
  width: 100%; height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.photo-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--slate);
  font-size: 18px;
  padding: 0 16px;
}
.photo-book {
  width: 280px;
  aspect-ratio: 3/4;
  transform: rotate(3deg);
}
.book-title-overlay {
  position: absolute;
  inset: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.7) 100%);
  color: white;
  font-size: 28px;
  line-height: 1.2;
  z-index: 3;
}
.book-title-sub {
  font-size: 13px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  opacity: 0.85;
  margin-top: 10px;
  letter-spacing: 0.05em;
}


/* ─── SLIDE 7: WEB ─── */
.slide-web {
  background: linear-gradient(180deg, var(--paper) 0%, #f1ebd9 100%);
}
.web-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  padding: 160px 120px;
  height: 100%;
  align-items: center;
}
.web-copy h2 {
  font-size: 92px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.web-copy p {
  font-size: 21px;
  line-height: 1.6;
  color: var(--slate);
  margin-top: 40px;
}
.web-list {
  list-style: none;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.web-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 19px;
  color: var(--ink-soft);
}
.bullet {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--rainbow);
  flex-shrink: 0;
}

.web-browser-wrap {
  position: relative;
}
.browser-body {
  height: 620px;
  background: #fbf9f4;
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr;
}

.mock-side {
  background: #f5f1e6;
  border-right: 1px solid var(--border);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mock-logo { margin-bottom: 20px; }
.mock-logo img { height: 28px; width: auto; }
.mock-navitem {
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  color: var(--slate);
  padding: 9px 12px;
  border-radius: 8px;
  font-weight: 500;
}
.mock-navitem.active {
  background: white;
  color: var(--ink);
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.mock-navitem.primary {
  background: var(--purple);
  color: white;
  margin: 6px 0;
}

.mock-main {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
}
.mock-crumb {
  font-family: "Lexend", sans-serif;
  font-size: 12px;
  color: var(--slate);
  letter-spacing: 0.04em;
}
.mock-h {
  font-family: "Instrument Serif", serif;
  font-size: 32px;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.mock-pages {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 14px;
  align-items: center;
  height: 340px;
}
.mock-page {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  background: white;
  opacity: 0.55;
  transition: all .3s;
}
.mock-page.active {
  opacity: 1;
  box-shadow: 0 14px 32px rgba(124,58,237,0.28), 0 0 0 3px var(--purple);
  transform: scale(1.04);
  height: 100%;
}
.mock-page img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.mock-page span {
  position: absolute;
  bottom: 8px; left: 10px;
  background: rgba(0,0,0,0.6);
  color: white;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 4px;
}
.mock-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 8px;
}
.mock-btn {
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  padding: 9px 16px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: white;
  color: var(--ink);
  font-weight: 500;
  cursor: pointer;
}
.mock-btn.primary {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
  margin-left: auto;
}


/* ─── SLIDE 8: MOBILE ─── */
.slide-mobile {
  background: linear-gradient(135deg, #1a0a3e 0%, #2d1057 50%, #1e0b4a 100%);
  color: white;
}
.slide-mobile .slide-label { color: rgba(255,255,255,0.6); }
.slide-mobile .slide-label .dot { background: #a78bfa; }
.slide-mobile .slide-brand { color: white; }
.slide-mobile .slide-num { color: rgba(255,255,255,0.4); }

.slide-mobile::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(244, 114, 182, 0.25), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(14, 165, 233, 0.2), transparent 40%);
}

.mobile-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 160px 120px 120px;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 2;
}
.mobile-phones {
  position: relative;
  height: 780px;
  display: flex;
  justify-content: center;
}
.mobile-phones .phone-frame {
  position: absolute;
}
.phone-1 { top: 40px; left: 40px; transform: rotate(-8deg); z-index: 2; }
.phone-2 { top: 0; left: 50%; margin-left: -170px; z-index: 3; transform: translateY(-20px); }
.phone-3 { top: 40px; right: 40px; transform: rotate(8deg); z-index: 2; }

/* Mock phone screens */
.phone-home {
  background: linear-gradient(180deg, #a78bfa 0%, #f472b6 50%, #fbbf24 100%);
  position: relative;
}
.phone-home::before {
  content: '';
  position: absolute;
  top: 52px; left: 24px; right: 24px; bottom: 140px;
  background:
    url("assets/colorim-icon.png") center 30% / 100px no-repeat;
  background-color: transparent;
}
.phone-home::after {
  content: 'Colorim\A  \A Olá, Clara!\A O que vamos criar hoje?';
  white-space: pre;
  position: absolute;
  bottom: 100px;
  left: 24px; right: 24px;
  text-align: center;
  color: white;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.phone-coloring {
  background: white;
  position: relative;
  background-image: url("assets/styles/watercolor.webp");
  background-size: cover;
  background-position: center;
}
.phone-coloring::before {
  content: '';
  position: absolute;
  top: 60px; left: 20px; right: 20px; bottom: 140px;
  background-image: url("assets/styles/watercolor.webp");
  background-size: cover;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.phone-coloring::after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 20px; right: 20px;
  height: 80px;
  background: white;
  border-radius: 16px;
  background-image:
    radial-gradient(circle at 16% 50%, #ef4444 18px, transparent 19px),
    radial-gradient(circle at 32% 50%, #f59e0b 18px, transparent 19px),
    radial-gradient(circle at 48% 50%, #22c55e 18px, transparent 19px),
    radial-gradient(circle at 64% 50%, #0ea5e9 18px, transparent 19px),
    radial-gradient(circle at 80% 50%, #7c3aed 18px, transparent 19px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.phone-camera {
  background: #0f0a1e;
  position: relative;
  overflow: hidden;
}
.phone-camera::before {
  content: '';
  position: absolute;
  inset: 60px 20px 140px;
  background: linear-gradient(135deg, #2a1f4a 0%, #1a0a3e 100%);
  border-radius: 16px;
  background-image:
    radial-gradient(circle at 50% 40%, rgba(244, 114, 182, 0.4), transparent 40%);
}
.phone-camera::after {
  content: '📸';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  filter: grayscale(0.2);
}

.mobile-copy h2 {
  font-size: 76px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 16px 0 40px;
}
.mobile-copy p {
  font-size: 21px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  max-width: 540px;
}
.mobile-copy .eyebrow { color: #fbbf24; }
.mobile-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 44px;
}
.mob-feat {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 1.4;
}
.mob-feat strong { color: white; font-weight: 600; }
.mob-feat-ico {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}


/* ─── SLIDE 9: TV ─── */
.slide-tv {
  background: linear-gradient(160deg, #0a0a1a 0%, #1a0f3a 55%, #2d1555 100%);
  color: white;
  overflow: hidden;
}
.slide-tv .slide-label { color: rgba(255,255,255,0.6); }
.slide-tv .slide-label .dot { background: #a78bfa; }
.slide-tv .slide-brand { color: white; }
.slide-tv .slide-num { color: rgba(255,255,255,0.4); }

.slide-tv::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 40%, rgba(236, 72, 153, 0.18), transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(124, 58, 237, 0.22), transparent 45%);
  pointer-events: none;
}

.tv-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  padding: 160px 120px 120px;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 2;
}
.tv-copy h2 {
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 16px 0 40px;
  white-space: nowrap;
}
.tv-copy p {
  font-size: 21px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: 540px;
}
.tv-copy p strong { color: white; font-weight: 600; }
.slide-tv .eyebrow { color: #a78bfa; letter-spacing: 0.16em; }

.tv-features {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tv-feat {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.tv-feat-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--rainbow);
  margin-top: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 12px rgba(236, 72, 153, 0.6);
}
.tv-feat strong {
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: white;
  margin-bottom: 2px;
}
.tv-feat span {
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
}

/* TV stage */
.tv-stage {
  position: relative;
  height: 680px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px;
}

.tv-set {
  position: relative;
  width: 720px;
  z-index: 2;
}
.tv-screen {
  background: #0a0a14;
  border-radius: 16px;
  padding: 18px;
  position: relative;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.5),
    0 0 0 2px #1a1a2e,
    0 0 0 10px #0a0a14,
    0 0 80px rgba(124, 58, 237, 0.3);
  aspect-ratio: 16/9;
}
.tv-live-badge {
  position: absolute;
  top: 30px; left: 30px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  color: white;
  font-family: "Lexend", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  padding: 6px 12px 6px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
}
.tv-live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 8px #ef4444;
  animation: tv-pulse 1.4s ease-in-out infinite;
}
@keyframes tv-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.tv-canvas {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.tv-canvas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tv-brush {
  position: absolute;
  top: 48%; left: 42%;
  width: 28px; height: 28px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.8) 0%, rgba(236, 72, 153, 0) 70%);
  border-radius: 50%;
  animation: tv-brush-move 4s ease-in-out infinite;
}
@keyframes tv-brush-move {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(40px, -20px); }
}

.tv-caption {
  position: absolute;
  bottom: 30px; right: 30px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  color: white;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: 18px;
  padding: 10px 16px;
  border-radius: 6px;
  z-index: 3;
  white-space: nowrap;
}

.tv-stand {
  width: 120px;
  height: 50px;
  background: linear-gradient(180deg, #1a1a2e, #0a0a14);
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
.tv-base {
  width: 280px;
  height: 14px;
  background: linear-gradient(180deg, #2a2a4e, #0a0a14);
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}

.tv-phone {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 3;
  transform: rotate(-8deg);
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.5));
}
.tv-phone-screen {
  background: #fff !important;
  position: relative;
}
.tv-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tv-phone-finger {
  position: absolute;
  top: 44%; left: 38%;
  width: 44px; height: 44px;
  border: 3px solid rgba(236, 72, 153, 0.9);
  border-radius: 50%;
  background: rgba(236, 72, 153, 0.15);
  box-shadow: 0 0 0 8px rgba(236, 72, 153, 0.2);
  animation: tv-finger 4s ease-in-out infinite;
}
@keyframes tv-finger {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.9; }
  50% { transform: translate(30px, -15px) scale(1.1); opacity: 1; }
}

.tv-connect {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}



/* ─── SLIDE 10: IMPRESSÃO ─── */
.slide-print {
  background: linear-gradient(180deg, #f4efe4 0%, #ede5d0 100%);
}
.print-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 160px 120px;
  height: 100%;
  align-items: center;
}
.print-copy h2 {
  font-size: 84px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 16px 0 40px;
}
.print-copy p {
  font-size: 21px;
  line-height: 1.6;
  color: var(--slate);
  max-width: 560px;
}
.print-specs {
  margin-top: 44px;
  border-top: 1px solid rgba(139, 134, 156, 0.3);
}
.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(139, 134, 156, 0.25);
  font-size: 16px;
}
.spec-k {
  color: var(--slate);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: 500;
}
.spec-v {
  color: var(--ink);
  font-weight: 500;
}

.print-stack {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.print-book {
  position: absolute;
  width: 380px;
  aspect-ratio: 3/4;
}
.print-b1 { z-index: 3; transform: rotate(-3deg); }
.print-b2 { z-index: 2; transform: translate(50px, 30px) rotate(6deg); opacity: 0.9; }
.print-b3 { z-index: 1; transform: translate(-60px, 50px) rotate(-12deg); opacity: 0.75; }

.print-ribbon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  z-index: 4;
}
.ribbon-body {
  background: var(--rainbow);
  padding: 14px 36px;
  font-size: 18px;
  color: white;
  font-style: italic;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.35);
  white-space: nowrap;
}


/* ─── SLIDE 10: ECOSSISTEMA ─── */
.eco-header {
  padding: 140px 120px 70px;
  text-align: center;
}
.eco-header h2 {
  font-size: 76px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.eco-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 0 120px;
}
.eco-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 10, 30, 0.04);
}
.eco-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--accent, var(--purple));
}
.eco-ico {
  font-size: 48px;
  margin-bottom: 24px;
}
.eco-card h3 {
  font-size: 28px;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.eco-card p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--slate);
}


/* ─── SLIDE 11: POR QUE ─── */
.slide-why {
  background: var(--paper);
}
.why-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
  padding: 160px 120px;
  height: 100%;
  align-items: center;
}
.why-big h2 {
  font-size: 108px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.why-big em {
  font-style: italic;
  color: var(--ink);
}
.why-points {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.why-point {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.why-num {
  font-size: 40px;
  font-style: italic;
  color: var(--purple);
  line-height: 1;
  flex-shrink: 0;
  padding-top: 6px;
}
.why-point h3 {
  font-size: 26px;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.why-point p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--slate);
}


/* ─── SLIDE 12: CONTATO ─── */
.slide-contact {
  background: linear-gradient(135deg, #2d1057 0%, #1a0a3e 50%, #0f0a1e 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.slide-contact .slide-num { color: white; opacity: 0.4; }
.contact-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(244, 114, 182, 0.35), transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(124, 58, 237, 0.4), transparent 50%),
    radial-gradient(ellipse at 60% 100%, rgba(245, 158, 11, 0.2), transparent 50%);
}
.contact-inner {
  position: relative;
  z-index: 2;
  padding: 160px 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.7);
}
.contact-eyebrow .cover-dot { background: #f59e0b; box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.25); }

.contact-title {
  font-size: 128px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: white;
  margin-top: 100px;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.c-label {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  margin-bottom: 14px;
}
.c-value {
  font-family: "Instrument Serif", serif;
  font-size: 32px;
  color: white;
  font-style: italic;
}

.contact-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 40px;
}
.contact-foot .cover-logo {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.contact-sparkles { position: absolute; inset: 0; pointer-events: none; }
.spark {
  position: absolute;
  color: white;
  font-size: 20px;
  opacity: 0.5;
  animation: sparkle 3s ease-in-out infinite;
}
@keyframes sparkle {
  0%, 100% { opacity: 0.2; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.3); }
}
.s1 { top: 15%; left: 12%; animation-delay: 0s; font-size: 28px; }
.s2 { top: 30%; right: 15%; animation-delay: 1s; font-size: 16px; }
.s3 { top: 65%; left: 8%; animation-delay: 2s; font-size: 22px; }
.s4 { top: 75%; right: 10%; animation-delay: 0.5s; font-size: 18px; }
.s5 { top: 45%; right: 30%; animation-delay: 1.5s; font-size: 14px; }
