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

/* =========================
   FONTES
========================= */
@font-face {
  font-family: 'Ground Castle';
  src: url('fonts/GroundCastle.otf') format('opentype');
}

@font-face {
  font-family: 'Belista';
  src: url('fonts/Belista.otf') format('opentype');
}

/* =========================
   VARIÁVEIS
========================= */
:root {
  --color-primary: #FCA311;
  --color-secondary: #1C1445;
  --color-light: #FFF0C2;

  --color-bg: #0F082B;
  --color-text: #FFFFFF;
  --color-muted: #D9D6E5;

  --gradient-main: radial-gradient(circle at 85% 45%, #61495b 0%, #201542 38%, #0f082b 100%);
}

/* =========================
   BASE
========================= */
body {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  color: var(--color-text);
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(15, 8, 43, 0.12), rgba(15, 8, 43, 0.12)),
    url("img/Desktop\ -\ 1.png") center top / cover no-repeat;
  background-color: #0f082b;
}

h1,
.title-main {
  font-family: 'Poppins', sans-serif;
}

/* =========================
   HEADER
========================= */
.header {
  width: 100%;
  height: 58px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

/* =========================
   LOGO
========================= */
.logo,
.brand {
  font-family: 'Belista', serif;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.logo span {
  font-family: 'Ground Castle', serif;
  font-size: 25px;
  color: var(--color-light);
  letter-spacing: 1px;
  line-height: 1;
  display: flex;
  align-items: center;
  -webkit-font-smoothing: antialiased;
}

/* =========================
   MENU
========================= */
.nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav a {
  color: #ddd8e8;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

.nav a:hover,
.nav a:first-child {
  color: #fff;
}

.menu-btn {
  display: none;
  background: none;
  color: #fff;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

/* =========================
   BOTÕES
========================= */
.btn-whatsapp {
  background: var(--color-primary);
  color: #08030f;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
}

.btn-primary,
.btn-secondary {
  text-decoration: none;
  border-radius: 40px;
  padding: 13px 28px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s;
}

.btn-primary {
  background: var(--color-primary);
  color: var(--color-secondary);
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.btn-whatsapp:hover,
.btn-primary:hover {
  transform: scale(1.05);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* =========================
   HERO
========================= */
.hero {
  min-height: calc(100vh - 58px);
  display: flex;
  align-items: center;
  justify-content: space-between;
   max-width: 1200px;
  margin: 0 auto;
  padding: 70px 60px 80px;
  gap: 70px;
  
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-title {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 30px;

  font-family: 'Poppins', sans-serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -3px;
  color: #fff;
  font-style: italic;
}

.hero-title .line {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.hero-title .orange {
  color: var(--color-primary);
  font-style: normal;
}

.hero-title .white {
  color: var(--color-light);
}

.hero-title .italic {
  font-style: italic;
}

.hero-title .highlight {
  color: var(--color-primary);
  font-style: normal;
  background: none !important;
  box-shadow: none !important;
}

.box-word {
  background: var(--color-primary) !important;
  color: var(--color-secondary) !important;
  font-style: normal;
  padding: 0 6px;
  line-height: 1;
  opacity: 1;
}

.hero-content p {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 28px;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
  
/* =========================
   IMAGEM DO NOTEBOOK
========================= */
.hero-image {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.hero-image::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 560px;
  background: radial-gradient(
    circle,
    rgba(252, 163, 17, 0.85),
    rgba(252, 163, 17, 0.4),
    transparent 70%
  );
  filter: blur(40px);
  z-index: 0;
  transform: translate(40px, -10px);
  opacity: 0.9;
  mix-blend-mode: screen;
}

.hero-image img {
  position: relative;
  z-index: 1;
  width: min(520px, 110%);
  filter: drop-shadow(0 45px 60px rgba(0, 0, 0, 0.5));
  animation: laptopFloat 3.5s ease-in-out infinite;

}

/* =========================
   ANIMAÇÕES
========================= */
@keyframes laptopFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 1024px) {
  .hero {
    padding: 60px 70px 70px;
    gap: 40px;
  }

  .hero-title {
    font-size: clamp(44px, 6vw, 64px);
  }

  .hero-image img {
    width: min(420px, 100%);
  }

  .nav {
    gap: 22px;
  }
}

@media (max-width: 850px) {
  .header {
    padding: 0 22px;
  }

  .menu-btn {
    display: block;
  }

  .btn-whatsapp {
    display: none;
  }

  .nav {
    position: absolute;
    top: 58px;
    right: 22px;
    width: 210px;
    padding: 22px;
    border-radius: 18px;
    background: rgba(15, 8, 43, 0.95);
    backdrop-filter: blur(15px);
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    display: none;
  }

  .nav.active {
    display: flex;
  }

  .hero {
    flex-direction: column;
    text-align: center;
    padding: 55px 28px 70px;
  }

  .hero-title .line {
    justify-content: center;
  }

  .hero-content p {
    max-width: 100%;
    line-height: 1.15;
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-image img {
    width: min(380px, 90vw);
  }

  .hero-image::before {
    width: 360px;
    height: 260px;
    transform: translate(0, -5px);
  }
}

@media (max-width: 520px) {
  .hero-title {
    font-size: clamp(38px, 11vw, 52px);
    letter-spacing: -2px;
  }

  .hero-title .line {
    gap: 6px;
  }

  .hero-content p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .logo img {
    width: 21px;
    height: 21px;
  }

  .logo span {
    font-size: 15px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 12px 22px;
    font-size: 12px;
  }

  .hero-image img {
    width: min(320px, 88vw);
  }

  .hero-image::before {
    width: 280px;
    height: 210px;
  }
}


/* =========================
   SECTION
========================= */
.trust-section {
  width: 100%;
  padding: 70px 50px;
}

.trust-container {
  width: 100%;
  max-width: 1100px;
  height: 500px;
  min-height: 500px;
  margin: 0 auto;

  background: rgba(112, 112, 112, 0.26);
  border: 1px solid #FFF0C2;
  border-radius: 10px;

  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;

  padding: 40px 70px;
  gap: 45px;

  position: relative;
  overflow: visible;
}

/* =========================
   CELULAR
========================= */
.trust-image {
  position: relative;
  height: 100%;
}

.trust-image img {
  position: absolute;
  left: -20px;
  top: -80px;
  width: 340px;

  transform: rotate(-8deg);
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.6));
}

/* =========================
   TEXTO (DIREITA)
========================= */
.trust-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  max-width: 500px;
}

.trust-content h2 {
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 900;
  color: var(--color-primary);
  line-height: 0.95;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.trust-description {
  color: var(--color-light);
  font-size: 17px;
  line-height: 1.12;
  margin-bottom: 16px;
}

/* =========================
   BOX
========================= */
.trust-box {
  width: 280px;
  background: var(--color-light);
  color: #17102f;

  border-radius: 6px;
  padding: 16px 20px;

  margin-bottom: 16px;
  text-align: center;
}

.trust-box p {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.trust-box p:last-child {
  margin-bottom: 0;
}

.trust-box strong {
  font-weight: 900;
}

/* =========================
   TEXTO FINAL
========================= */
.trust-footer {
  color: var(--color-light);
  font-size: 17px;
  line-height: 1.1;
}

/* =========================
   SCROLL ANIMATION
========================= */
.reveal-scroll {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 1024px) {
  .trust-container {
    padding: 40px 40px;
    gap: 30px;
  }

  .trust-image img {
    width: 300px;
    left: -10px;
    top: -60px;
  }
}

@media (max-width: 850px) {
  .trust-container {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: auto;
    text-align: center;
  }

  .trust-image {
    display: flex;
    justify-content: center;
  }

  .trust-image img {
    position: relative;
    left: auto;
    top: auto;
    width: min(290px, 85vw);
    transform: rotate(-8deg);
  }

  .trust-content {
    align-items: center;
    text-align: center;
  }

  .trust-box {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .trust-section {
    padding: 50px 20px;
  }

  .trust-content h2 {
    font-size: 28px;
  }

  .trust-description,
  .trust-footer {
    font-size: 14px;
  }
}


/* proxima section */

.strategy-section {
  width: 100%;
  background: var(--color-primary);
  color: var(--color-secondary);
  padding: 35px 68px 55px;
  overflow: hidden;
}

.strategy-content {
  max-width: 1200px;
  height: 170px;
  margin: 0 auto 28px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.strategy-text {
  max-width: 520px;
  padding-top: 0;
}

.strategy-text h2 {
  max-width: 520px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 0.82;
  font-weight: 900;
  letter-spacing: -1.4px;
  margin-bottom: 8px;
}

.strategy-text h2 span {
  background: var(--color-secondary);
  color: var(--color-primary);
  padding: 0 5px;
}

.strategy-text p {
  max-width: 520px;
  font-size: 15px;
  line-height: 0.88;
  font-weight: 800;
}

.strategy-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: visible;
}

.strategy-image img {
  width: 360px;
  transform: rotate(-2deg) translateY(-65px);
  filter: drop-shadow(0 35px 35px rgba(28, 20, 69, 0.35));
}

/* CARROSSEL */
.cards-carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.cards-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 6px 4px 18px;
}

.cards-track::-webkit-scrollbar {
  display: none;
}

.strategy-card {
  flex: 0 0 165px;
  min-height: 175px;
  background: var(--color-light);
  border-radius: 14px;
  padding: 22px 14px 18px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  color: var(--color-secondary);
  box-shadow: 0 12px 18px rgba(28, 20, 69, 0.22);
}

.strategy-card i {
  font-size: 50px;
  margin-bottom: 16px;
  color: var(--color-secondary);
}

.strategy-card h3 {
  font-size: 15px;
  line-height: 0.92;
  font-weight: 900;
  margin-bottom: 7px;
}

.strategy-card p {
  font-size: 10px;
  line-height: 0.98;
  font-weight: 500;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;

  background: var(--color-secondary);
  color: var(--color-light);

  font-size: 24px;
  line-height: 1;
  cursor: pointer;

  display: grid;
  place-items: center;
  box-shadow: 0 8px 16px rgba(28, 20, 69, 0.35);
  transition: 0.3s;
}

.carousel-btn:hover {
  transform: translateY(-50%) scale(1.08);
}

.carousel-btn.prev {
  left: -14px;
}

.carousel-btn.next {
  right: -14px;
}

/* RESPONSIVO */
@media (max-width: 850px) {
  .strategy-section {
    padding: 45px 22px;
  }

  .strategy-content {
    height: auto;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .strategy-text h2,
  .strategy-text p {
    margin-left: auto;
    margin-right: auto;
  }



  .strategy-card {
    flex-basis: 210px;
    min-height: 210px;
  }

  .carousel-btn.prev {
    left: 0;
  }

  .carousel-btn.next {
    right: 0;
  }
}
/* =========================
   SECTION AJUSTES
========================= */
.strategy-section {
  padding: 55px 68px 60px;
}

.strategy-content {
  margin-bottom: 40px;
  align-items: flex-start;
}

/* =========================
   TEXTO
========================= */
.strategy-text h2 {
  line-height: 1.2;
  margin-bottom: 14px;
}

.strategy-text p {
  line-height: 1.15;
}

/* =========================
   CARDS (RESPIRAÇÃO)
========================= */
.cards-track {
  gap: 22px;
  padding: 10px 4px 22px;
  margin-top: 90px;
}

/* =========================
   CARD TAMANHO
========================= */
.strategy-card {
  flex: 0 0 220px;
  min-height: 220px;
  padding: 26px 18px;
}

/* ÍCONE */
.strategy-card i {
  font-size: 58px;
  margin-bottom: 20px;
}

/* TÍTULO */
.strategy-card h3 {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 8px;
}

/* TEXTO */
.strategy-card p {
  font-size: 12px;
  line-height: 1.1;
}

/* =========================
   BOTÕES
========================= */
.carousel-btn {
  width: 32px;
  height: 32px;
  font-size: 26px;
}

.carousel-btn.prev {
  left: -18px;
}

.carousel-btn.next {
  right: -18px;
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 850px) {
  .strategy-section {
    padding: 45px 22px;
  }

  .strategy-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .strategy-text h2,
  .strategy-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .strategy-image img {
    width: min(320px, 90vw);
    transform: rotate(-2deg) translateY(0);
  }

  .strategy-card {
    flex: 0 0 210px;
    min-height: 210px;
  }

  .carousel-btn.prev {
    left: 0;
  }

  .carousel-btn.next {
    right: 0;
  }
}

.floating-notebook {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  pointer-events: none;
}

.floating-notebook img {
  position: absolute;

  right: 0;
  top: -140px; /* ESSENCIAL: joga pra cima */

  width: 380px;

  transform: rotate(-2deg);
  filter: drop-shadow(0 35px 35px rgba(28, 20, 69, 0.35));

  z-index: 5;
}
.strategy-section {
  position: relative;
  z-index: 1;
}
.floating-notebook img {
  right: 40px;
  transform: rotate(-2deg);
  z-index: 5;

}
.strategy-section {
  margin-top: 0;
  padding-top: 55px;

}
.strategy-section {
  position: relative;
  overflow: visible;
}

/* NOTEBOOK */
.floating-notebook {
  position: absolute;
   top: 100px; /* controla altura REAL */
  right: 80px;  /* distância da direita */
  z-index: 5;
}

.floating-notebook img {
  width: 360px;
  transform: rotate(-2deg);
  filter: drop-shadow(0 35px 35px rgba(28, 20, 69, 0.35));
}
/* =========================
   CORREÇÃO STRATEGY SECTION
========================= */

.strategy-section {
  position: relative;
  overflow: hidden;
  padding: 55px 68px 60px;
}

.strategy-content,
.cards-carousel {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.strategy-content {
  height: auto;
  min-height: 210px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.strategy-text {
  max-width: 520px;
}

.strategy-text h2 {
  max-width: 520px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
  margin-bottom: 12px;
}

.strategy-text p {
  max-width: 520px;
  font-size: 15px;
  line-height: 1.05;
  font-weight: 400;
}

/* notebook no desktop */
.floating-notebook {
  position: absolute;
  right: 7%;
  
  z-index: 2;
  pointer-events: none;
}

.floating-notebook img {
  width: 340px;
  margin-top: 80px;
  transform: rotate(-2deg);
  filter: drop-shadow(0 35px 35px rgba(28, 20, 69, 0.35));
}

/* carrossel */
.cards-track {
  margin-top: 0;
  gap: 18px;
  padding: 10px 4px 22px;
}

.strategy-card {
  flex: 0 0 178px;
  min-height: 175px;
  padding: 20px 14px;
}

.strategy-card i {
  font-size: 48px;
  margin-bottom: 14px;
}

.strategy-card h3 {
  font-size: 15px;
  line-height: 0.95;
}

.strategy-card p {
  font-size: 10px;
  line-height: 1.05;
}

/* =========================
   RESPONSIVO
========================= */

@media (max-width: 1024px) {
  .strategy-section {
    padding: 60px 35px;
  }

  .floating-notebook {
    top: -25px;
    right: 3%;
  }

  .floating-notebook img {
    width: 280px;
  }

  .strategy-content,
  .cards-carousel {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .strategy-section {
    padding: 45px 20px 55px;
  }

  .strategy-content {
    text-align: left;
    align-items: flex-start;
    min-height: auto;
    padding-top: 190px;
  }

  .strategy-text h2,
  .strategy-text p {
    margin-left: 0;
    margin-right: 0;
  }

  .floating-notebook {
    top: 20px;
    right: -30px;
  }

  .floating-notebook img {
    width: 260px;
  }

  .cards-carousel {
    max-width: 100%;
  }

  .cards-track {
    gap: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .strategy-card {
    flex: 0 0 175px;
    min-height: 190px;
  }

  .carousel-btn.prev {
    left: 4px;
  }

  .carousel-btn.next {
    right: 4px;
  }
}

@media (max-width: 480px) {
  .strategy-content {
    padding-top: 170px;
  }

  .floating-notebook {
    top: 15px;
    right: -75px;
  }

  .floating-notebook img {
    width: 250px;
  }

  .strategy-text h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .strategy-text p {
    font-size: 13px;
    line-height: 1.05;
  }
}
.strategy-image img {
  transform: rotate(-2deg) translateY(-45px)
}
/* ANIMAÇÃO CLEAN NO SCROLL */
.scroll-reveal {
  opacity: 0;
  transform: translateY(45px);
  filter: blur(8px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    filter 0.8s ease;
}

.scroll-reveal.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.scroll-reveal.delay-1 {
  transition-delay: 0.12s;
}

.scroll-reveal.delay-2 {
  transition-delay: 0.24s;
}

.scroll-reveal.delay-3 {
  transition-delay: 0.36s;
}

/* =========================
   FUNDO IGUAL
========================= */
.solutions-section {
  padding: 90px 40px;
 
  color: var(--color-light);
  text-align: center;
}

/* =========================
   TÍTULO PRINCIPAL
========================= */
.solutions-title {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1.1;
  margin-bottom: 30px;
}

/* =========================
   GRID BASE
========================= */
.solutions-grid {
  max-width: 1050px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* =========================
   CARDS (mesmo formato)
========================= */
.solution-card {
  height: 250px; /* força tamanho igual */
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #FFF0C2;
  border-radius: 18px;

  padding: 26px 22px;
  text-align: left;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  backdrop-filter: blur(8px);
  transition: 0.3s;
}

.solution-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-primary);
}

/* =========================
   ÍCONE
========================= */
.card-icon {
  width: 24px;
  height: 14px;
  border-radius: 20px;
  background: var(--color-light);
  margin-bottom: 20px;
}

/* =========================
   TÍTULO CARD (ITALICO)
========================= */
.solution-card h3 {
  font-size: 28px;
  font-weight: 700;
  font-style: italic; /* 🔥 AQUI */
  margin-bottom: 10px;
}

/* =========================
   TEXTO
========================= */
.solution-card p {
  font-size: 14px;
  line-height: 1.2;
  color: #e6e6e6;
}

.solution-card span {
  color: var(--color-primary);
  font-weight: 600;
}

/* =========================
   CENTRALIZAR LINHA DE BAIXO
========================= */
.solution-card:nth-child(4) {
  grid-column: 2 / 3;
}

.solution-card:nth-child(5) {
  grid-column: 3 / 4;
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 900px) {
  .solutions-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solution-card:nth-child(4),
  .solution-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .solutions-section {
    padding: 70px 20px;
  }
}
.solutions-grid {
  max-width: 1050px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 🔥 muda aqui */
  gap: 28px;
}
/* LINHA DE CIMA */
.solution-card:nth-child(1) {
  grid-column: 1 / 3;
}

.solution-card:nth-child(2) {
  grid-column: 3 / 5;
}

.solution-card:nth-child(3) {
  grid-column: 5 / 7;
}

/* LINHA DE BAIXO CENTRALIZADA */
.solution-card:nth-child(4) {
  grid-column: 2 / 4;
}

.solution-card:nth-child(5) {
  grid-column: 4 / 6;
}
/* Animação clean dos cards de soluções */
.solution-card {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.solution-card.show {
  opacity: 1;
  transform: translateY(0);
}

.solution-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-primary);
  box-shadow: 0 18px 35px rgba(252, 163, 17, 0.12);
}

/* efeito em cascata */
.solution-card:nth-child(1) { transition-delay: 0.05s; }
.solution-card:nth-child(2) { transition-delay: 0.15s; }
.solution-card:nth-child(3) { transition-delay: 0.25s; }
.solution-card:nth-child(4) { transition-delay: 0.35s; }
.solution-card:nth-child(5) { transition-delay: 0.45s; }

/* RESPONSIVO DA SECTION SOLUÇÕES */
@media (max-width: 900px) {
  .solutions-section {
    padding: 70px 28px;
  }

  .solutions-title {
    font-size: clamp(26px, 6vw, 36px);
    line-height: 1;
    margin-bottom: 42px;
  }

  .solutions-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 680px;
    gap: 22px;
  }

  .solution-card {
    grid-column: auto !important;
    height: auto;
    min-height: 210px;
  }
}

@media (max-width: 600px) {
  .solutions-section {
    padding: 60px 20px;
  }

  .solutions-title {
    font-size: 28px;
    line-height: 0.95;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .solution-card {
    min-height: auto;
    padding: 26px 22px;
  }

  .solution-card h3 {
    font-size: 20px;
  }

  .solution-card p {
    font-size: 14px;
    line-height: 1.18;
  }
}

.impact-section {
  width: 100%;
  padding: 90px 40px;
  color: var(--color-light);
}

.impact-container {
  position: relative;
  max-width: 1000px;
  min-height: 380px;
  margin: 0 auto;

  border: 1px solid #fff0c2;
  border-radius: 12px;
  background: rgba(112, 112, 112, 0.20);

  padding: 45px 55px 90px;
  overflow: visible;
}

.impact-image {
  position: absolute;
  left: 80px;
  top: -100px;
}

.impact-image img {
  width: 300px;
  transform: rotate(-7deg);
  filter: drop-shadow(0 25px 35px rgba(0,0,0,0.45));
}

.impact-content {
  max-width: 430px;
  margin-left: auto;
  text-align: right;
}

.impact-content h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 0.92;
  font-weight: 900;
  margin-bottom: 16px;
}

.impact-content h2 span {
  color: var(--color-primary);
}

.impact-content p {
  font-size: 18px;
  line-height: 1.05;
}

.impact-stats {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: -32px;

  background: var(--color-light);
  color: var(--color-secondary);
  border-radius: 14px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;

  padding: 22px 25px;
  box-shadow: 0 18px 30px rgba(0,0,0,0.22);
}

.stat-item {
  text-align: center;
}

.stat-item strong {
  display: block;
  font-size: 42px;
  font-weight: 900;
  line-height: 0.9;
}

.stat-item p {
  max-width: 130px;
  margin: 6px auto 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 0.95;
}

@media (max-width: 850px) {
  .impact-container {
    padding: 230px 28px 120px;
  }

  .impact-image {
    transform: translateX(-50%);
    top: -35px;
  }

  .impact-content {
    margin: 0 auto;
    text-align: center;
  }

  .impact-stats {
    grid-template-columns: repeat(2, 1fr);
    bottom: -80px;
  }
}

@media (max-width: 480px) {
  .impact-section {
    padding: 70px 18px 130px;
  }

  .impact-image img {
    width: 180px;
  }

  .impact-stats {
    grid-template-columns: 1fr;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 35px;
  }
}
/* =========================
   BASE ANIMAÇÃO
========================= */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(6px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    filter 0.8s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* delay */
.reveal.delay-1 { transition-delay: 0.15s; }
.reveal.delay-2 { transition-delay: 0.3s; }
.reveal.delay-3 { transition-delay: 0.45s; }
.reveal.delay-4 { transition-delay: 0.6s; }

/* =========================
   ANIMAÇÃO DO TABLET
========================= */
.impact-image img {
  animation: floatTablet 4s ease-in-out infinite;
}

@keyframes floatTablet {
  0%, 100% {
    transform: rotate(-7deg) translateY(0);
  }
  50% {
    transform: rotate(-7deg) translateY(-12px);
  }
}

/* quando entra na tela (efeito inicial) */
.impact-image.reveal {
  transform: translateY(60px) scale(0.95);
}

.impact-image.reveal.show {
  transform: translateY(0) scale(1);
}
.impact-stats .stat-item {
  transition-delay: 0s !important;
}

.counter {
  transition-delay: 0s !important;
}
@media (max-width: 768px) {

  .impact-section {
    padding: 60px 20px 100px;
  }

  .impact-container {
    padding: 180px 20px 40px;
    text-align: center;
  }

  /* 📱 tablet centralizado */
  .impact-image {
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
  }

  .impact-image img {
    width: 180px;
    transform: rotate(-6deg);
  }

  /* 🧠 texto */
  .impact-content {
    margin: 0 auto;
    max-width: 320px;
    text-align: center;
  }

  .impact-content h2 {
    font-size: 26px;
    line-height: 1.05;
  }

  .impact-content p {
    font-size: 14px;
    line-height: 1.3;
  }

  /* 📊 caixa de números */
  .impact-stats {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;

    margin-top: 30px;

    grid-template-columns: 1fr;
    padding: 25px 20px;
    gap: 18px;
  }

  .stat-item strong {
    font-size: 38px;
  }

  .stat-item p {
    font-size: 13px;
    max-width: 200px;
  }
}