/** Shopify CDN: Minification failed

Line 356:0 Unexpected "}"

**/
/**
 * TITOLIN — Home editorial (descobrir, não catálogo genérico)
 * Tokens: --tt-* em tt-styles.css
 */

.tt-home-head {
  max-width: 680px;
  margin: 0 auto 44px;
  text-align: center;
}

.tt-home-head--left {
  margin-inline: 0;
  text-align: left;
}

.tt-home-head .tt-h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 2.8vw, 36px);
  letter-spacing: -0.01em;
}

.tt-home-lead {
  font-family: var(--tt-font-body);
  /* px: Dawn html=10px — rem encolheria o texto */
  font-size: 18px;
  line-height: 1.6;
  color: var(--tt-text-secondary);
  margin: 0 auto;
  max-width: 36em;
}

.tt-home-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-family: var(--tt-font-display);
  font-weight: 700;
  font-size: 16px;
  color: #e08f2e;
  text-decoration: none;
}

.tt-home-link::after {
  content: '→';
  transition: transform 180ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media (hover: hover) {
  .tt-home-link:hover::after {
    transform: translateX(3px);
  }
}

/* Manifesto legado: só tipografia, sem caixa */
.tt-proposito--manifesto:not(.tt-proposito--float) .tt-proposito__inner {
  background: transparent;
  box-shadow: none;
  padding: 0;
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
  grid-template-columns: 1fr;
}

.tt-proposito--manifesto:not(.tt-proposito--float) .tt-proposito__mark {
  width: 64px;
  height: 64px;
  margin-inline: auto;
}

/* Card flutuante sobre o bordo do hero (sem símbolo) — largura = container */
.tt-proposito--float .tt-proposito__inner {
  background: var(--tt-surface);
  border-radius: var(--tt-radius-xl);
  box-shadow: var(--tt-shadow-lg);
  border: 1px solid rgba(30, 42, 58, 0.06);
  padding: 18px 20px;
  max-width: none;
  width: 100%;
  margin-inline: 0;
  text-align: center;
  grid-template-columns: 1fr;
  gap: 0;
}

/* --- Promo home (card flutuante — 3 benefícios equilibrados) --- */
.tt-proposito--float .tt-proposito__inner.tt-proposito__promo,
.tt-proposito__promo {
  position: relative;
  display: block;
  padding: 18px 20px;
  text-align: left;
  overflow: hidden;
  background:
    radial-gradient(120% 160% at 0% 100%, rgba(244, 162, 67, 0.22), transparent 55%),
    radial-gradient(90% 120% at 100% 0%, rgba(159, 227, 211, 0.28), transparent 50%),
    linear-gradient(135deg, #fff4e8 0%, #ffffff 48%, #fff9f0 100%);
  border: 3px solid #f4a243;
  box-shadow:
    0 12px 32px rgba(30, 42, 58, 0.12),
    0 2px 0 rgba(244, 162, 67, 0.25);
}

/* CTA opcional (schema); vazio na home = só os 3 chips */
.tt-proposito__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 14px 0 0;
  position: relative;
  z-index: 2;
}

.tt-promo__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 20px;
  align-items: stretch;
  width: 100%;
}

.tt-promo__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 12px;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1px 0 rgba(30, 42, 58, 0.04);
  box-sizing: border-box;
  height: 100%;
  min-height: 64px;
}

.tt-promo__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
  color: #1e2a3a;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.85);
}

.tt-promo__icon img,
.tt-promo__icon svg,
.tt-promo__icon-svg,
.tt-promo__icon-svg svg {
  display: block;
  width: 22px;
  height: 22px;
}

.tt-promo__icon-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

/* Pastéis de marca nos ícones */
.tt-promo__icon--1 {
  background: #ffe0b8;
  color: #c97d22;
}
.tt-promo__icon--2 {
  background: #fdd5e2;
  color: #c45b7a;
}
.tt-promo__icon--3 {
  background: #c8efe8;
  color: #2a8f84;
}

.tt-promo__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.tt-promo__title {
  font-family: var(--tt-font-display);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: #1e2a3a;
  letter-spacing: -0.015em;
}

.tt-promo__text {
  font-family: var(--tt-font-body);
  font-size: 12px;
  line-height: 1.35;
  color: #5b6b7c;
  font-weight: 600;
}

/* CTA promo: Baloo 2 + texto marinho sobre laranja (paridade primary) */
a.tt-btn.tt-btn--manifesto,
.tt-btn.tt-btn--manifesto {
  min-height: 48px;
  min-width: 156px;
  padding: 0 24px;
  border-radius: 74px;
  border: none;
  font-family: var(--tt-font-display) !important; /* Baloo 2 */
  font-weight: 800 !important;
  font-size: 16px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  background: var(--tt-cta) !important;
  color: var(--tt-primary) !important;
  box-shadow:
    0 6px 16px rgba(244, 162, 67, 0.4),
    0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

a.tt-btn.tt-btn--manifesto:hover,
.tt-btn.tt-btn--manifesto:hover {
  background: var(--tt-cta-hover) !important;
  color: var(--tt-primary) !important;
  box-shadow:
    0 8px 20px rgba(224, 143, 46, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.35) inset;
  transform: translateY(-2px);
}

@media (max-width: 749px) {
  .tt-proposito--float .tt-proposito__inner.tt-proposito__promo,
  .tt-proposito__promo {
    padding: 16px 14px;
  }

  .tt-proposito__cta {
    width: 100%;
    margin-top: 12px;
  }

  .tt-btn--manifesto {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 16px;
    padding: 0 20px;
    justify-content: center;
    box-sizing: border-box;
  }

  /* Mobile: 3 chips empilhados, full-width equilibrados */
  .tt-promo__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tt-promo__item {
    gap: 12px;
    padding: 12px 14px;
    width: 100%;
    min-height: 56px;
  }

  .tt-promo__icon {
    width: 44px;
    height: 44px;
  }

  .tt-promo__title {
    font-size: 15px;
  }

  .tt-promo__text {
    font-size: 12px;
  }
}

@media (min-width: 750px) {
  .tt-proposito--float .tt-proposito__inner.tt-proposito__promo,
  .tt-proposito__promo {
    padding: 18px 22px;
  }

  .tt-promo__list {
    gap: 14px 24px;
  }

  .tt-promo__item {
    min-height: 72px;
    padding: 14px 16px;
    justify-content: center;
  }

  .tt-btn--manifesto {
    min-height: 52px;
    min-width: 156px;
    font-size: 15px;
  }
}

@media (min-width: 1100px) {
  .tt-proposito__promo {
    padding: 20px 28px;
  }

  .tt-promo__list {
    gap: 16px 32px;
  }

  .tt-promo__icon {
    width: 50px;
    height: 50px;
  }

  .tt-promo__title {
    font-size: 16px;
  }

  .tt-promo__text {
    font-size: 13px;
  }

  .tt-btn--manifesto {
    font-size: 16px;
    padding: 0 28px;
  }
}

  .tt-promo__text {
    font-size: 13px;
  }

  .tt-btn--manifesto {
    min-height: 0;
    height: 100%;
    min-width: 168px;
    font-size: 16px;
  }
}

/* Legado manifesto tipográfico (se reativado sem --promo) */
.tt-proposito--float:not(.tt-proposito--promo) .tt-proposito__inner .tt-h2 {
  margin: 0;
}

.tt-proposito--float:not(.tt-proposito--promo) .tt-proposito__inner .tt-body {
  margin: 6px 0 0;
  line-height: 1.45;
}

.tt-proposito--manifesto .tt-h2 {
  font-size: clamp(24px, 2.2vw, 30px);
}

/* ── Estimular: cards nuvem compactos (ref. Figma Category 0:365) ── */
.tt-estimular .tt-container {
  overflow-x: clip;
  overflow-y: visible;
}

.tt-estimular__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 16px;
  padding-top: 28px; /* espaço para as bolhas superiores */
}

@media (min-width: 750px) {
  .tt-estimular__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
}

@media (min-width: 1100px) {
  .tt-estimular__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 22px;
  }
}

.tt-estimulo {
  --tt-cloud: color-mix(in srgb, var(--tt-estimulo-accent, #5fa8d3) 18%, #ffffff);
  --tt-cloud-deep: color-mix(in srgb, var(--tt-estimulo-accent, #5fa8d3) 32%, #ffffff);
  --tt-cloud-soft: color-mix(in srgb, var(--tt-estimulo-accent, #5fa8d3) 12%, #ffffff);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 22px 20px 16px;
  text-decoration: none;
  color: inherit;
  /* Corpo da nuvem + brilho suave no topo */
  background:
    radial-gradient(120% 80% at 20% 0%, rgba(255, 255, 255, 0.75), transparent 55%),
    var(--tt-cloud);
  border: 2px solid color-mix(in srgb, var(--tt-estimulo-accent, #5fa8d3) 14%, #ffffff);
  /* Cantos assimétricos = silhueta de nuvem (px, estável em todos os cards) */
  border-radius: 36px 48px 32px 44px / 40px 34px 46px 38px;
  box-shadow:
    0 6px 0 color-mix(in srgb, var(--tt-estimulo-accent, #5fa8d3) 14%, transparent),
    0 14px 28px rgba(30, 42, 58, 0.06);
  overflow: visible;
  isolation: isolate;
  transition:
    transform 320ms cubic-bezier(0.25, 0.1, 0.25, 1),
    box-shadow 320ms cubic-bezier(0.25, 0.1, 0.25, 1),
    background 320ms cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Lóbulos superiores da nuvem (círculos empilhados) */
.tt-estimulo::before,
.tt-estimulo::after {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  transition: transform 320ms cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.tt-estimulo::before {
  width: 88px;
  height: 56px;
  top: -20px;
  left: 14%;
  background: var(--tt-cloud-deep);
  opacity: 0.9;
  /* Dois lóbulos extras à direita (offsets em px) */
  box-shadow:
    52px 8px 0 -4px var(--tt-cloud-deep),
    96px 14px 0 -12px var(--tt-cloud-soft);
}

.tt-estimulo::after {
  width: 64px;
  height: 44px;
  top: -12px;
  right: 12%;
  left: auto;
  background: var(--tt-cloud-soft);
  opacity: 0.95;
  box-shadow: -36px 10px 0 -8px var(--tt-cloud-deep);
}

.tt-estimulo__icon {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  margin: 0 0 12px;
  padding: 10px;
  box-sizing: content-box;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 0 rgba(30, 42, 58, 0.04);
  transition: transform 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.tt-estimulo__title {
  font-family: var(--tt-font-heading);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: var(--tt-text);
  margin: 0 0 6px;
}

.tt-estimulo__text,
.tt-estimulo__hover {
  font-family: var(--tt-font-body);
  font-size: 14px;
  line-height: 1.45;
  color: var(--tt-text-secondary);
  margin: 0;
  flex: 1;
  transition: opacity 280ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.tt-estimulo__hover {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  font-weight: 600;
  color: var(--tt-text);
  pointer-events: none;
}

.tt-estimulo__thumbs {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 320ms cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 280ms cubic-bezier(0.25, 0.1, 0.25, 1),
    margin 280ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.tt-estimulo__thumbs img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 14px;
}

.tt-estimulo .tt-home-link {
  margin-top: 10px;
  font-size: 14px;
  transition: color 280ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media (hover: hover) {
  .tt-estimulo:hover {
    /* Hover suave: flutuação leve, sem salto */
    transform: translateY(-2px) scale(1.012);
    background:
      radial-gradient(120% 80% at 20% 0%, rgba(255, 255, 255, 0.85), transparent 55%),
      color-mix(in srgb, var(--tt-estimulo-accent, #5fa8d3) 24%, #ffffff);
    border-color: color-mix(in srgb, var(--tt-estimulo-accent, #5fa8d3) 22%, #ffffff);
    box-shadow:
      0 8px 0 color-mix(in srgb, var(--tt-estimulo-accent, #5fa8d3) 18%, transparent),
      0 18px 32px rgba(30, 42, 58, 0.08);
  }

  .tt-estimulo:hover::before,
  .tt-estimulo:hover::after {
    transform: translateY(-2px);
    opacity: 1;
  }

  .tt-estimulo:hover .tt-estimulo__icon {
    transform: translateY(-1px);
  }

  .tt-estimulo:hover .tt-estimulo__text {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
  }

  .tt-estimulo:hover .tt-estimulo__hover {
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }

  .tt-estimulo:hover .tt-estimulo__thumbs {
    max-height: 48px;
    opacity: 1;
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tt-estimulo,
  .tt-estimulo::before,
  .tt-estimulo::after,
  .tt-estimulo__icon,
  .tt-estimulo__text,
  .tt-estimulo__hover,
  .tt-estimulo__thumbs {
    transition: none;
  }

  .tt-estimulo:hover {
    transform: none;
  }
}

/* ── Idades: timeline playground (plataformas 3D ascendentes) ── */
.tt-idades__timeline {
  --tt-idade-1: #5fa8d3;
  --tt-idade-2: #7da870;
  --tt-idade-3: #f4a243;
  --tt-idade-4: #1e2a3a;
  --tt-idade-5: #f6a6d2;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  padding: 8px 4px 0;
  min-height: 280px;
}

/* Rail colorido na base (liga as plataformas) */
.tt-idades__rail {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 0;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--tt-idade-1),
    var(--tt-idade-2),
    var(--tt-idade-3),
    var(--tt-idade-4),
    var(--tt-idade-5)
  );
  opacity: 0.85;
  z-index: 0;
}

.tt-idade {
  --step-color: var(--tt-idade-1);
  --step-h: calc(56px + (var(--step-i, 0) * 28px));
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  max-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  padding-bottom: 6px;
  transition: transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tt-idade--1 { --step-color: var(--tt-idade-1); }
.tt-idade--2 { --step-color: var(--tt-idade-2); }
.tt-idade--3 { --step-color: var(--tt-idade-3); }
.tt-idade--4 { --step-color: var(--tt-idade-4); }
.tt-idade--5 { --step-color: var(--tt-idade-5); }

.tt-idade__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-height: 52px;
  order: 1;
}

.tt-idade__faixa {
  font-family: var(--tt-font-display);
  font-weight: 800;
  font-size: clamp(22px, 2.2vw, 28px);
  color: var(--step-color);
  line-height: 1.1;
}

.tt-idade--4 .tt-idade__faixa {
  color: #1e2a3a;
}

.tt-idade__verb {
  font-family: var(--tt-font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--tt-text-secondary);
}

/* Pin tipo marcador de mapa */
.tt-idade__pin {
  order: 2;
  width: 44px;
  height: 44px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--step-color);
  box-shadow: 0 6px 14px rgba(30, 42, 58, 0.18);
  display: grid;
  place-items: center;
  z-index: 2;
  flex-shrink: 0;
  animation: tt-idade-pin-in 560ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: calc(var(--step-i, 0) * 90ms);
}

.tt-idade__pin-face {
  transform: rotate(45deg);
  color: #fff;
  display: grid;
  place-items: center;
  line-height: 0;
}

.tt-idade__pin-face svg {
  display: block;
}

/* Plataforma 3D: topo + face frontal */
.tt-idade__platform {
  order: 3;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.tt-idade__platform-top {
  display: block;
  height: 14px;
  border-radius: 10px 10px 0 0;
  background: color-mix(in srgb, var(--step-color) 78%, #fff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.tt-idade__platform-face {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: var(--step-h);
  min-height: 56px;
  padding: 0 6px 10px;
  border-radius: 0 0 12px 12px;
  background: var(--step-color);
  box-shadow:
    0 4px 0 color-mix(in srgb, var(--step-color) 72%, #000),
    0 10px 22px rgba(30, 42, 58, 0.14);
  animation: tt-idade-grow 480ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: calc(var(--step-i, 0) * 80ms);
  transform-origin: bottom center;
}

/* CTA no bordo inferior — espelha "Explorar →" das nuvens */
.tt-idade__cta {
  font-family: var(--tt-font-display);
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  transition: transform 180ms cubic-bezier(0.25, 0.1, 0.25, 1),
    color 180ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media (hover: hover) {
  .tt-idade:hover {
    transform: translateY(-10px);
  }

  .tt-idade:hover .tt-idade__pin {
    transform: rotate(-45deg) scale(1.1);
  }

  .tt-idade:hover .tt-idade__verb {
    color: var(--tt-text);
  }

  .tt-idade:hover .tt-idade__cta {
    transform: translateX(2px);
    color: #fff;
  }

  .tt-idade:hover .tt-idade__platform-face {
    box-shadow:
      0 6px 0 color-mix(in srgb, var(--step-color) 68%, #000),
      0 16px 28px rgba(30, 42, 58, 0.2);
  }
}

.tt-idade:focus-visible {
  outline: 3px solid var(--step-color);
  outline-offset: 4px;
  border-radius: 14px;
}

@keyframes tt-idade-pin-in {
  0% {
    opacity: 0;
    transform: rotate(-45deg) scale(0.4) translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
}

@keyframes tt-idade-grow {
  0% {
    transform: scaleY(0.25);
    opacity: 0.4;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

/* Mobile: pirâmide alinhada à esquerda (largura cresce com o degrau) */
@media (max-width: 749px) {
  .tt-idades__timeline {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 0;
    padding: 0;
  }

  .tt-idades__rail {
    display: none;
  }

  .tt-idade {
    /* Pirâmide: começa estreito à esquerda e alarga a cada passo */
    --step-w: calc(48% + (var(--step-i, 0) * 13%));
    width: var(--step-w);
    max-width: 100%;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: var(--step-color);
    box-shadow:
      0 3px 0 color-mix(in srgb, var(--step-color) 72%, #000),
      0 8px 18px rgba(30, 42, 58, 0.12);
  }

  .tt-idade__platform {
    display: contents;
  }

  .tt-idade__platform-top {
    display: none;
  }

  .tt-idade__platform-face {
    display: contents;
    animation: none;
    box-shadow: none;
    background: none;
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .tt-idade__pin {
    order: 1;
    width: 34px;
    height: 34px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(30, 42, 58, 0.12);
    animation: none;
  }

  .tt-idade__pin-face {
    color: var(--step-color);
  }

  .tt-idade__pin-face svg {
    width: 15px;
    height: 15px;
  }

  .tt-idade__copy {
    order: 2;
    flex: 1 1 auto;
    align-items: flex-start;
    text-align: left;
    min-height: 0;
    min-width: 0;
  }

  .tt-idade__faixa {
    font-size: 18px;
    color: #fff;
  }

  .tt-idade--4 .tt-idade__faixa {
    color: #fff;
  }

  .tt-idade__verb {
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
  }

  .tt-idade__cta {
    order: 3;
    flex-shrink: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: none;
  }

  @media (hover: hover) {
    .tt-idade:hover {
      transform: translateY(-3px);
    }

    .tt-idade:hover .tt-idade__pin {
      transform: rotate(-45deg) scale(1.06);
    }

    .tt-idade:hover .tt-idade__verb {
      color: #fff;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .tt-idade__pin,
  .tt-idade__platform-face {
    animation: none;
  }

  .tt-idade {
    transition: none;
  }

  .tt-idade:hover {
    transform: none;
  }
}

/* ── Quiz gamificado: badge + progresso + tiles ── */
.tt-encontrar {
  scroll-margin-top: 88px;
}

.tt-encontrar__panel {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
  padding: 36px 24px 40px;
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(159, 227, 211, 0.35), transparent 55%),
    radial-gradient(ellipse 70% 45% at 90% 8%, rgba(255, 209, 102, 0.28), transparent 50%),
    linear-gradient(180deg, #fff 0%, #f4fbff 100%);
  border-radius: var(--tt-radius-xl);
  border: 1px solid rgba(95, 168, 211, 0.14);
  box-shadow: var(--tt-shadow-md, 0 4px 12px rgba(30, 42, 58, 0.08));
  position: relative;
  overflow: hidden;
}

.tt-encontrar__panel.is-results {
  max-width: 820px;
  /* Desktop (≥750) sobrescreve para ~1120px — ver bloco dos produtos */
}

.tt-encontrar__panel .tt-h2 {
  font-size: clamp(26px, 2.5vw, 34px);
}

.tt-encontrar__lead {
  margin-top: 10px;
  max-width: 42ch;
  margin-inline: auto;
}

.tt-quiz {
  margin-top: 24px;
}

.tt-quiz__progress {
  position: relative;
  max-width: 280px;
  height: 28px;
  margin: 0 auto 18px;
}

/* Trilho entre o centro do 1º e do 3º dot */
.tt-quiz__progress-track {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 50%;
  height: 6px;
  margin: 0;
  border-radius: 999px;
  background: rgba(30, 42, 58, 0.08);
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 0;
}

.tt-quiz__progress-fill {
  display: block;
  height: 100%;
  width: var(--tt-quiz-pct, 0%);
  border-radius: inherit;
  background: linear-gradient(90deg, #9fe3d3, #5fa8d3 50%, #ffe926);
  transition: width 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* 1 início · 2 meio · 3 fim — centrados sobre a linha */
.tt-quiz__dots {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.tt-quiz__dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--tt-font-ui);
  font-weight: 700;
  font-size: 12px;
  color: var(--tt-text-secondary);
  background: #fff;
  border: 1.5px solid rgba(30, 42, 58, 0.12);
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease,
    transform 200ms ease;
}

.tt-quiz__dot.is-done {
  background: #9fe3d3;
  border-color: transparent;
  color: #1e2a3a;
}

.tt-quiz__dot.is-current {
  background: #ffe926;
  border-color: transparent;
  color: #191919;
  transform: scale(1.08);
  box-shadow: var(--tt-shadow-sm);
}

.tt-quiz__status {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--tt-text-secondary, #5a6570);
  letter-spacing: 0.01em;
}

.tt-quiz__step {
  display: none;
}

.tt-quiz__step.is-active {
  display: block;
  animation: tt-quiz-in 360ms cubic-bezier(0.25, 0.1, 0.25, 1) both;
}

@keyframes tt-quiz-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tt-quiz__q {
  font-family: var(--tt-font-heading);
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 24px);
  margin: 0 0 6px;
  color: var(--tt-text);
}

.tt-quiz__hint {
  margin: 0 0 20px;
  font-size: 14px;
  color: var(--tt-text-secondary, #5a6570);
}

.tt-quiz__opts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 520px;
  margin-inline: auto;
}

.tt-quiz__opt {
  --tt-quiz-accent: #9fe3d3;
  flex: 0 1 148px;
  width: 148px;
  max-width: calc(50% - 6px);
  min-height: 96px;
  padding: 14px 12px;
  border: 1.5px solid rgba(30, 42, 58, 0.1);
  border-radius: 16px;
  background: #fff;
  font-family: var(--tt-font-ui);
  font-weight: 700;
  font-size: 15px;
  color: var(--tt-text);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  transition: background 180ms cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 180ms cubic-bezier(0.25, 0.1, 0.25, 1),
    box-shadow 180ms cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 180ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media (min-width: 750px) {
  .tt-quiz__opts {
    gap: 14px;
    max-width: 520px;
  }

  .tt-quiz__opt {
    flex: 0 1 156px;
    width: 156px;
    max-width: none;
  }
}

.tt-quiz__opt-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--tt-quiz-accent) 55%, #fff);
  flex-shrink: 0;
}

.tt-quiz__opt-icon img,
.tt-quiz__opt-icon svg {
  display: block;
  width: 28px;
  height: 28px;
  color: var(--tt-primary, #1e2a3a);
}

/* Só o passo Idade: ícones um pouco menores (eixos/momentos ficam 28) */
.tt-quiz__opt[data-quiz="idade"] .tt-quiz__opt-icon svg {
  width: 22px;
  height: 22px;
}

.tt-quiz__opt-label {
  line-height: 1.25;
}

.tt-quiz__opt:focus-visible {
  outline: 2px solid var(--tt-primary, #1e2a3a);
  outline-offset: 3px;
}

@media (hover: hover) {
  .tt-quiz__opt:hover {
    background: color-mix(in srgb, var(--tt-quiz-accent) 22%, #fff);
    border-color: transparent;
    box-shadow: var(--tt-shadow-sm);
    transform: translateY(-2px);
  }
}

.tt-quiz__opt.is-on {
  background: #ffe926;
  border-color: transparent;
  color: #191919;
  box-shadow: var(--tt-shadow-md, 0 4px 12px rgba(30, 42, 58, 0.08));
  transform: scale(1.03);
}

.tt-quiz__opt.is-on .tt-quiz__opt-icon {
  background: rgba(255, 255, 255, 0.7);
}

/* Resultado do quiz: cards horizontais mais largos (mesmo contrato visual do catálogo) */
.tt-quiz__products {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 24px auto 16px;
  text-align: left;
  max-width: 100%;
  width: 100%;
}

.tt-quiz-item {
  width: 100%;
  min-width: 0;
}

/* Overrides densos só no quiz (especificidade > base catalog) */
.tt-quiz-item .tt-card--catalog.tt-card--horizontal .tt-card__body {
  padding: 16px;
  gap: 8px;
}

.tt-quiz-item .tt-card--catalog.tt-card--horizontal .tt-card__actions {
  margin-top: auto;
  gap: 8px;
}

.tt-quiz-item .tt-card--catalog.tt-card--horizontal .tt-card__cta--add,
.tt-quiz-item .tt-card--catalog.tt-card--horizontal .tt-card__cta--buy {
  width: 100%;
  flex: 0 0 auto;
  padding: 0 12px;
}

/* Desktop: 2 por fila — cards 50|50; o 3.º centra */
@media (min-width: 750px) {
  .tt-encontrar__panel.is-results {
    max-width: 1120px;
  }

  .tt-quiz__products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 18px;
  }

  .tt-quiz-item {
    flex: 0 1 440px;
    width: 440px;
    max-width: 100%;
  }

  .tt-quiz-item .tt-card--catalog.tt-card--horizontal .tt-card__body {
    padding: 16px 18px 18px 16px;
    gap: 8px;
  }

  .tt-quiz-item .tt-card--horizontal .tt-card__title {
    font-size: 15px;
  }

  .tt-quiz-item .tt-card--horizontal .tt-card__price {
    font-size: 20px;
  }

  .tt-quiz-item .tt-card--horizontal .tt-card__actions--stack .tt-card__cta--add,
  .tt-quiz-item .tt-card--horizontal .tt-card__actions--stack .tt-card__cta--buy {
    min-height: 36px;
    height: 36px;
    font-size: 13px;
  }
}

@media (min-width: 990px) {
  .tt-encontrar__panel.is-results {
    max-width: 1180px;
  }

  .tt-quiz-item {
    flex-basis: 460px;
    width: 460px;
  }

  .tt-quiz-item .tt-card--horizontal .tt-card__title {
    font-size: 16px;
  }
}

.tt-quiz__result {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.tt-quiz__back {
  margin-top: 20px;
  background: none;
  border: none;
  color: var(--tt-text-secondary);
  font-family: var(--tt-font-ui);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  min-height: 44px;
  padding: 8px 12px;
}

.tt-quiz__back:hover {
  color: var(--tt-text);
}

@media (prefers-reduced-motion: reduce) {
  .tt-quiz__step.is-active,
  .tt-quiz__progress-fill,
  .tt-quiz__opt {
    animation: none;
    transition: none;
  }
}

/* ── Momentos: cards soft ── */
.tt-momentos__grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 750px) {
  .tt-momentos__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.tt-momento {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 28px 26px;
  border: none;
  border-radius: var(--tt-radius-lg);
  background: #fff;
  box-shadow: var(--tt-shadow-sm);
  border-left: 5px solid var(--tt-cta);
  transition: transform 180ms cubic-bezier(0.25, 0.1, 0.25, 1),
    box-shadow 180ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.tt-momentos__grid .tt-momento:nth-child(2) { border-left-color: var(--tt-tertiary); }
.tt-momentos__grid .tt-momento:nth-child(3) { border-left-color: var(--tt-secondary); }
.tt-momentos__grid .tt-momento:nth-child(4) { border-left-color: var(--tt-accent-pink); }

@media (hover: hover) {
  .tt-momento:hover {
    transform: translateY(-2px);
    box-shadow: var(--tt-shadow-md);
  }
}

.tt-momento__title {
  font-family: var(--tt-font-heading);
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 10px;
  color: var(--tt-text);
}

.tt-momento__text {
  font-family: var(--tt-font-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--tt-text-secondary);
  margin: 0 0 14px;
}

.tt-momento .tt-home-link {
  margin-top: 0;
}

/* ── Pilares: feature cards pastel (Figma Feature) ── */
.tt-pilares__grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 750px) {
  .tt-pilares__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.tt-pilar {
  text-align: center;
  padding: 36px 28px;
  border-radius: var(--tt-radius-lg);
  background: #eaf6fc;
}

.tt-pilares__grid .tt-pilar:nth-child(2) {
  background: #fff4e8;
}

.tt-pilares__grid .tt-pilar:nth-child(3) {
  background: #eef8ef;
}

.tt-pilar__title {
  font-family: var(--tt-font-heading);
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 12px;
  color: var(--tt-text);
}

.tt-pilares__grid .tt-pilar:nth-child(1) .tt-pilar__title { color: #2f7ea8; }
.tt-pilares__grid .tt-pilar:nth-child(2) .tt-pilar__title { color: #c47a2e; }
.tt-pilares__grid .tt-pilar:nth-child(3) .tt-pilar__title { color: #4f8a55; }

.tt-pilar__text {
  font-family: var(--tt-font-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--tt-text-secondary);
  margin: 0;
}

/* ── Ideias: linhas suaves tipo lista editorial ── */
.tt-ideias__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  display: grid;
  gap: 10px;
}

.tt-ideia {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border: none;
  border-radius: var(--tt-radius-md);
  background: #fff;
  box-shadow: var(--tt-shadow-sm);
  text-decoration: none;
  color: var(--tt-text);
  font-family: var(--tt-font-heading);
  font-weight: 600;
  font-size: 18px;
  transition: background 150ms cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 150ms cubic-bezier(0.25, 0.1, 0.25, 1),
    box-shadow 150ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.tt-ideia span {
  color: #e08f2e;
  font-family: var(--tt-font-ui);
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
  padding: 8px 14px;
  border-radius: var(--tt-radius-pill);
  background: rgba(244, 162, 67, 0.14);
}

@media (hover: hover) {
  .tt-ideia:hover {
    color: var(--tt-text);
    transform: translateX(2px);
    box-shadow: var(--tt-shadow-md);
    background: #fffaf3;
  }
}

/* Card produto editorial na home */
.tt-card__kicker {
  font-family: var(--tt-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tt-text-secondary);
}

.tt-card__blurb {
  font-family: var(--tt-font-body);
  font-size: 15px;
  line-height: 1.45;
  color: var(--tt-text-secondary);
  margin: 0;
}

.tt-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tt-card__chip {
  font-size: 13px;
  color: var(--tt-text);
  background: var(--tt-bg);
  border-radius: 6px;
  padding: 3px 8px;
}

.tt-card .tt-btn.tt-card__cta--ghost {
  background: transparent;
  color: #e08f2e;
  box-shadow: none;
  min-height: 36px;
  padding: 0;
  justify-content: flex-start;
  font-size: 16px;
}

.tt-card .tt-btn.tt-card__cta--ghost:hover {
  background: transparent;
  transform: none;
  box-shadow: none;
}

/* Editorial legado (`tt-product-card`) — home/PDP usam catálogo */
.tt-card--editorial .tt-card__actions {
  gap: 6px;
}

.tt-card--editorial .tt-card__cta--add {
  min-height: 36px;
  font-size: 13px;
}

@media (prefers-reduced-motion: reduce) {
  .tt-home-link::after,
  .tt-estimulo,
  .tt-idade {
    transition: none;
  }
}
