/* ============================================================
   GPTURBO — style.css
   Versão revisada: consolidação + case IlustraAgro
   ============================================================ */

:root{
  --bg: #061524;
  --bg2: #061a2e;
  --card: rgba(255,255,255,0.06);
  --card-strong: rgba(255,255,255,0.08);
  --border: rgba(255,255,255,0.12);
  --border-strong: rgba(255,255,255,0.22);

  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.72);

  --primary: #2f7dff;
  --accent: #27e0b1;

  --shadow: 0 18px 55px rgba(0,0,0,0.35);
  --shadow-soft: 0 10px 30px rgba(0,0,0,0.25);

  --radius: 18px;
  --radius-lg: 22px;

  --container: 1120px;
}

*{ box-sizing: border-box; }

html, body{
  height: 100%;
  overflow-x: hidden;
}

body{
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 15% 0%, rgba(47,125,255,0.25), transparent 60%),
              radial-gradient(1100px 700px at 85% 35%, rgba(39,224,177,0.18), transparent 55%),
              linear-gradient(180deg, var(--bg), var(--bg2));
  color: var(--text);
  line-height: 1.6;
}

a{ color: inherit; text-decoration: none; }

.container{
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section{
  padding: 110px 0;
}

.section-soft{
  background: rgba(255,255,255,0.02);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Case section tem fundo ligeiramente diferente para criar separação visual */
.section-case{
  background: rgba(39,224,177,0.03);
  border-top: 1px solid rgba(39,224,177,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.section-head{
  margin-bottom: 28px;
}

.section-head.center{
  text-align: center;
}

h1,h2,h3{
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h2{
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  margin-bottom: 10px;
}

.muted{ color: var(--muted); }

.card{
  background: linear-gradient(180deg, var(--card-strong), var(--card));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.card:hover{
  border-color: var(--border-strong);
  box-shadow: var(--shadow);
}

.service-card,
.method-step,
.result-card,
.profile-card,
.about-card,
.hero-badge{
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

/* Hover suave para cards de conteúdo longo */
.service-card:hover,
.method-step:hover,
.about-card:hover{
  transform: translateY(-4px);
}

/* Hover mais pronunciado para cards de destaque */
.result-card:hover,
.hero-badge:hover{
  transform: translateY(-8px);
}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  padding: 86px 0 48px;
}

.hero-grid{
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 26px;
  align-items: start;
}

.eyebrow{
  color: rgba(255,255,255,0.78);
  font-weight: 600;
  margin-bottom: 12px;
}

.hero-title{
  font-size: clamp(2.6rem, 4.6vw, 4rem);
  margin: 0 0 14px;
}

.accent{
  color: var(--accent);
}

.hero-subtitle{
  color: rgba(255,255,255,0.78);
  max-width: 58ch;
  margin-bottom: 12px;
}

.social-proof{
  font-weight: 700;
  color: rgba(255,255,255,0.78);
  margin: 0 0 20px;
}

.social-proof-context{
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255,255,255,0.50);
  margin-left: 6px;
}

.hero-ctas{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .16s ease, filter .16s ease, border-color .16s ease;
}

.btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.btn-icon{
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.btn-icon svg{
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.8;
}

.btn-primary{
  background: linear-gradient(90deg, var(--primary), var(--accent));
  color: #04111a;
}

.btn-ghost{
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.88);
}

.hero-badge{
  padding: 18px;
}

.hero-badge h3{
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.hero-badge p{
  margin: 0;
}

.hero-badge-detail{
  margin-top: 8px !important;
  font-size: 0.9rem;
}

/* ============================================================
   ABOUT
   ============================================================ */
.about-grid{
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 22px;
  align-items: start;
}

.about-card{
  padding: 26px;
}

.about-card h2{
  margin-top: 0;
}

.about-card p{
  margin: 0 0 12px;
}

.client-list{
  list-style: none;
  padding-left: 0;
  margin: 14px 0;
}

.client-list li{
  position: relative;
  padding-left: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.client-list li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
}

.profile-card{
  padding: 18px;
  overflow: hidden;
}

.profile-photo{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
}

.profile-photo img{
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}

.profile-meta{
  margin-top: 12px;
  display: grid;
  gap: 2px;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.service-card{
  padding: 18px 18px 16px;
  min-height: 210px;
}

.service-card h3{
  margin: 8px 0;
  font-size: 1.05rem;
}

.service-card p{
  margin: 0 0 12px;
  color: rgba(255,255,255,0.74);
}

.icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  flex-shrink: 0;
}

.service-card .icon{
  background: linear-gradient(135deg, rgba(39,224,177,0.18), rgba(39,224,177,0.05));
  border: 1px solid rgba(39,224,177,0.25);
  box-shadow: 0 0 14px rgba(39,224,177,0.25);
  transition: all 0.25s ease;
}

.service-card:hover .icon{
  transform: translateY(-2px) scale(1.05);
  box-shadow:
    0 10px 26px rgba(39,224,177,0.18),
    inset 0 1px 0 rgba(255,255,255,0.12);
}
.icon svg{
  width: 26px;
  height: 26px;
  stroke: #27e0b1;
  stroke-width: 2;
  transition: all 0.25s ease;
}

.service-card:hover .icon svg{
  stroke: #5fffd2;
}
.service-card{
  transition: all 0.3s ease;
}

.service-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.chip{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.80);
  font-weight: 700;
  font-size: 0.86rem;
}

/* ============================================================
   METHOD
   ============================================================ */
.method-grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.method-step{
  padding: 18px;
  text-align: center;

  /* NOVO */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.method-step:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
  border-color: rgba(39,224,177,0.25);
}
.method-step::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top,
    rgba(39,224,177,0.12),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.method-step:hover::after{
  opacity: 1;
}
.step-number{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;

  background: rgba(47,125,255,0.22);
  border: 1px solid rgba(47,125,255,0.35);
  color: rgba(255,255,255,0.92);
  font-weight: 800;

  transition: all 0.3s ease;
}
.method-step:hover .step-number{
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(39,224,177,0.35);
}
.method-step p{
  margin: 0;
  color: rgba(255,255,255,0.74);
}

/* ============================================================
   RESULTS
   ============================================================ */
.results{
  background: linear-gradient(180deg, rgba(47,125,255,0.22), rgba(47,125,255,0.06));
}

.results-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.result-card{
  padding: 20px;
  text-align: center;
  border-top: 2px solid var(--accent);
}

.result-number{
  display: block;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  font-weight: 900;
}

.result-label{
  display: block;
  color: rgba(255,255,255,0.78);
  font-weight: 600;
  margin-top: 4px;
}
/* ============================================================
   REVEAL (scroll animation)
   ============================================================ */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal--slow {
  transition-duration: 0.95s;
}

.reveal--delay-1 {
  transition-delay: 0.08s;
}

.reveal--delay-2 {
  transition-delay: 0.16s;
}

.reveal--delay-3 {
  transition-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* ============================================================
   LOGOS — SISTEMA FINAL
   ============================================================ */

.logo-band{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.logo-band--results{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.logo-band--case{
  max-width: 980px;
}
.logo-pill{
  position: relative;
  flex: 0 0 auto;
  width: 220px;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.018) 100%);
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.035),
    0 10px 28px rgba(0,0,0,0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  opacity: 0;
  transform: translateY(12px);
  animation: logoFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;

  transition:
    transform 0.26s ease,
    border-color 0.26s ease,
    background 0.26s ease,
    box-shadow 0.26s ease;
}

.logo-pill:hover{
  transform: translateY(-2px);
  border-color: rgba(39,224,177,0.16);
  background: linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.022) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 14px 30px rgba(0,0,0,0.22);
}

.logo-band .logo-pill:nth-child(1){ animation-delay: .04s; }
.logo-band .logo-pill:nth-child(2){ animation-delay: .10s; }
.logo-band .logo-pill:nth-child(3){ animation-delay: .16s; }
.logo-band .logo-pill:nth-child(4){ animation-delay: .22s; }

.logo-pill img{
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.88;
  transition:
    opacity 0.26s ease,
    transform 0.26s ease,
    filter 0.26s ease;
}

.logo-pill:hover img{
  opacity: 1;
  transform: scale(1.015);
}

.logo-white{
  filter: brightness(0) invert(1);
}

/* Resultados */
.logo-band--results .logo-pill{
  width: 220px;
  min-height: 90px;
}

.logo-band--results .logo-pill img{
  max-height: 46px;
}

/* Case */
.logo-band--case .logo-pill{
  width: 210px;
  min-height: 82px;
}

.logo-band--case .logo-pill img{
  max-height: 40px;
  opacity: 0.88;
}

.logo-band--case .logo-pill:hover img{
  opacity: 0.94;
}

/* Ajuste fino por marca */
.logo-pill--instituto img{
  max-height: 52px;
  max-width: 90px;
}

.logo-pill--editora img{
  max-height: 54px;
  max-width: 120px;
}

.logo-pill--ilumne img{
  max-height: 42px;
  max-width: 160px;
}

.logo-pill--jacto img{
  max-height: 40px;
  max-width: 110px;
}

.logo-pill--bayer img{
  max-height: 40px;
  max-width: 92px;
}

.logo-pill--basf img{
  max-height: 34px;
  max-width: 140px;
}

.logo-pill--zimmatic img{
  max-height: 36px;
  max-width: 150px;
}
@keyframes logoFadeUp{
  from{
    opacity: 0;
    transform: translateY(12px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px){
  .logo-band{
    gap: 18px;
  }

  .logo-pill{
    width: 200px;
  }

  .logo-band--case .logo-pill{
    width: 190px;
  }
}
@media (max-width: 640px){
  .logo-band{
    gap: 14px;
  }

  .logo-pill,
  .logo-band--results .logo-pill,
  .logo-band--case .logo-pill{
    width: 100%;
    max-width: 320px;
    min-height: 74px;
    padding: 16px 18px;
    border-radius: 16px;
  }

  .logo-band--results .logo-pill img{
    max-height: 38px;
  }

  .logo-band--case .logo-pill img{
    max-height: 34px;
  }

  .logo-pill--ilumne img{
    max-width: 150px;
  }

  .logo-pill--zimmatic img{
    max-width: 140px;
  }
}
/* ============================================================
   CASE ILUSTRAAGRO
   ============================================================ */

/* Cabeçalho do case */
.case-head{
  margin-bottom: 40px;
}

.case-eyebrow{
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.case-title{
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 12px;
}

.case-subtitle{
  max-width: 60ch;
  font-size: 1.05rem;
}

/* Contexto: card de texto largo */
.case-context{
  padding: 28px 32px;
  margin-bottom: 20px;
}

.case-context h3{
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.15rem;
}

.case-context p{
  margin: 0 0 12px;
}

.case-context p:last-child{
  margin-bottom: 0;
}

/* Entrada no projeto: card com ícone */
.case-entry{
  margin-bottom: 20px;
}

.case-entry-inner{
  padding: 24px 28px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.case-entry-icon{
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(47,125,255,0.12);
  border: 1px solid rgba(47,125,255,0.25);
  flex-shrink: 0;
  color: var(--primary);
}

.case-entry-icon svg{
  width: 22px;
  height: 22px;
}

.case-entry-inner h3{
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.case-entry-inner p{
  margin: 0 0 10px;
}

.case-entry-inner p:last-child{
  margin-bottom: 0;
}

/* Timeline mini — versão SaaS */
.case-timeline{
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 28px;
  padding: 22px 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
}

.case-timeline-item{
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.case-timeline-year{
  font-size: 0.95rem;
  font-weight: 800;
  color: rgba(255,255,255,0.92);
}

.case-timeline-item--highlight .case-timeline-year{
  color: var(--accent);
}

.case-timeline-label{
  font-size: 0.95rem;
  line-height: 1.35;
  color: rgba(255,255,255,0.78);
}

.case-timeline-sep{
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  padding-top: 8px;
}

@media (max-width: 600px){
  .case-timeline{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .case-timeline-sep{
    display: none;
  }
}

/* KPIs de crescimento */
.case-kpis{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.case-kpi{
  padding: 22px 24px;
}

.case-kpi-platform{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.85);
}

.case-kpi-icon{
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.case-kpi-numbers{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.case-kpi-from,
.case-kpi-to{
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.case-kpi-value{
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.case-kpi-value.accent{
  color: var(--accent);
}

.case-kpi-desc{
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
}

.case-kpi-arrow{
  font-size: 1.4rem;
  color: rgba(255,255,255,0.25);
  flex-shrink: 0;
}

.case-kpi-note{
  font-size: 0.82rem;
  font-weight: 600;
  margin: 0;
}

/* Produto símbolo */
.case-product{
  padding: 26px 30px;
  margin-bottom: 20px;
  position: relative;
}

.case-product-badge{
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(39,224,177,0.12);
  border: 1px solid rgba(39,224,177,0.25);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.case-product h3{
  margin: 0 0 12px;
}

.case-product p{
  margin: 0 0 10px;
}

.case-product-detail{
  font-size: 0.90rem;
}

/* Slot de imagem do produto — visível mas vazio até ter foto */

/* Portas abertas */
.case-doors{
  margin-bottom: 28px;
}

.case-doors-text{
  margin-bottom: 24px;
}

.case-doors-text h3{
  margin-top: 0;
  margin-bottom: 12px;
}

.case-doors-text p{
  margin: 0 0 10px;
}

.case-partner-label{
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

/* Frase-assinatura do case */
.case-quote{
  margin: 0 0 32px;
  padding: 22px 28px;
  border-left: 3px solid var(--accent);
  background: rgba(39,224,177,0.05);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.case-quote p{
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255,255,255,0.88);
  font-style: italic;
}

/* CTA do case */
.case-cta{
  text-align: center;
}

.case-cta p{
  margin: 0 0 14px;
  font-size: 0.95rem;
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-final{
  padding-top: 70px;
}

.cta-grid{
  padding: 26px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 18px;
}

.cta-grid h2{
  margin: 0 0 10px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer{
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 28px 0;
  background: rgba(0,0,0,0.12);
}

.footer-grid{
  display: grid;
  gap: 10px;
}

.footer-links{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a{
  color: rgba(255,255,255,0.78);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-disclaimer{
  margin: 0;
  font-size: 0.92rem;
}

/* ============================================================
   RESPONSIVO — 980px (tablet / landscape mobile)
   ============================================================ */
@media (max-width: 980px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }

  /* HERO */
  header.hero, .hero{
    padding: 64px 0 28px;
    text-align: center;
  }

  .hero-grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-subtitle{
    margin-left: auto;
    margin-right: auto;
  }

  .hero-ctas{
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-ctas a, .hero-ctas button{
    width: 100%;
    max-width: 380px;
    justify-content: center;
  }

  /* ABOUT */
  .about-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .profile-card{
    order: -1;
  }

  /* Seções */
  .section{
    padding: 64px 0;
  }

  .section-head, .section-head.center{
    text-align: center;
  }

  /* Grids */
  .services-grid,
  .method-grid,
  .results-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  /* Case */
  .case-kpis{
    grid-template-columns: 1fr 1fr;
  }

  .case-timeline{
    gap: 12px;
  }

  /* CTA */
  .cta-grid{
    grid-template-columns: 1fr;
    text-align: center;
    gap: 18px;
  }

  .cta-grid .btn-primary,
  .cta-grid a.btn-primary{
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   RESPONSIVO — 600px (mobile)
   ============================================================ */
@media (max-width: 600px){

  .section{
    padding: 56px 0;
  }

  .section-head h2{
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  /* Grids 1 coluna */
  .services-grid,
  .method-grid,
  .results-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .why-grid{
    grid-template-columns: 1fr;
  }

  /* Result cards */
  .result-card{
    padding: 22px;
    text-align: center;
  }

  .result-number{
    font-size: 44px;
    letter-spacing: -0.02em;
    line-height: 1.05;
    white-space: nowrap;
  }

  .result-label{
    font-size: 14px;
  }

  /* Method steps */
  .method-step{
    padding: 18px;
    min-height: unset;
    text-align: left;
  }

  /* Profile photo */
  .profile-photo img{
    aspect-ratio: 4/3;
  }

  /* Case KPIs: 1 coluna */
  .case-kpis{
    grid-template-columns: 1fr;
  }

  .case-kpi-value{
    font-size: 1.4rem;
  }

  /* Case timeline: empilhada */
.case-timeline{
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 22px 18px 18px;
}

.case-timeline::before{
  left: 24px;
  right: auto;
  top: 26px;
  width: 1px;
  height: calc(100% - 52px);
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.10),
    rgba(39,224,177,0.35),
    rgba(255,255,255,0.10)
  );
}

.case-timeline-item{
  min-height: auto;
  padding-top: 0;
  padding-left: 34px;
}

.case-timeline-item::before{
  top: 2px;
  left: 0;
}

.case-timeline-label{
  max-width: none;
}

.case-timeline-sep{
  display: none;
}

  /* Case entry: empilha ícone + texto */
  .case-entry-inner{
    flex-direction: column;
    gap: 14px;
  }

  /* Case quote: mais compacta */
  .case-quote{
    padding: 16px 18px;
  }

  .case-quote p{
    font-size: 0.95rem;
  }
  .case-product-image-slot img{
  height: 360px;
  object-fit: cover;
  object-position: center 70%;
}
}
/* ============================================================
   AJUSTES FINAIS — CASE / LOGOS / CTA
   ============================================================ */

/* Timeline do case — desktop */
.case-timeline{
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 28px;
  padding: 22px 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
}

.case-timeline-item{
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.case-timeline-year{
  font-size: 0.95rem;
  font-weight: 800;
  color: rgba(255,255,255,0.92);
}

.case-timeline-item--highlight .case-timeline-year{
  color: var(--accent);
}

.case-timeline-label{
  font-size: 0.95rem;
  line-height: 1.35;
  color: rgba(255,255,255,0.78);
}

.case-timeline-sep{
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  padding-top: 8px;
}

/* Corrige ícones gigantes dos KPIs */
.case-kpi-platform{
  display: flex;
  align-items: center;
  gap: 10px;
}

.case-kpi-icon{
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  min-height: 20px;
  flex: 0 0 20px;
  display: block;
}

/* Imagem do produto */
.case-product-image-slot{
  margin-top: 18px;
  overflow: hidden;
  border-radius: 18px;
}

.case-product-image-slot img{
  width: 100%;
  max-width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 75%;
  display: block;
  border-radius: 18px;
}

/* Blocos inferiores do case */
.case-doors,
.case-quote,
.case-cta{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.case-doors-text{
  max-width: 980px;
}

.case-doors-text h3{
  margin-bottom: 14px;
}

.case-doors-text p{
  max-width: 980px;
}

.case-partner-logos{
  margin-top: 24px;
}

.case-quote{
  margin-top: 32px;
  margin-bottom: 32px;
}

.case-cta{
  text-align: center;
  margin-top: 8px;
}

.case-cta p{
  margin-bottom: 16px;
}

.case-logo{
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
}

.case-logo img{
  width: 180px !important;
  max-width: 180px !important;
  height: auto !important;
  display: block !important;
  opacity: 0.92;
}

/* Mobile */
@media (max-width: 600px){
  .case-timeline{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 18px 18px;
  }

  .case-timeline-sep{
    display: none;
  }

  .case-product-image-slot img{
    max-height: 420px;
  }