/* =====================================
   HERO HOME — DARK / VIDEO
   ===================================== */
.hero-home {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 20% 30%, rgba(95, 132, 255, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(95, 132, 255, 0.10) 0%, transparent 50%),
    linear-gradient(180deg, #091427 0%, #0A1628 100%);
  padding-top: calc(var(--header-height) + 20px);
  padding-bottom: 80px;
  overflow: hidden;
  isolation: isolate;
}

.hero-home__video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-home__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-home__video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(9, 20, 39, 0.94) 0%,
    rgba(9, 20, 39, 0.84) 42%,
    rgba(9, 20, 39, 0.72) 100%
  );
}

.hero-home__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
}

.hero-home__content {
  max-width: 680px;
}

.hero-home__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #b2b6be;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 14px;
  margin-bottom: 22px;
  backdrop-filter: blur(10px);
}

.hero-home__badge::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: #5f84ff;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.7);
}

.hero-home__title {
  font-size: clamp(2.35rem, 3vw, 3.2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
  color: #ffffff;
  text-wrap: balance;
}

.hero-home__text {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  max-width: 640px;
  margin-bottom: 30px;
}

.hero-home__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.hero-home__proof {
  display: flex;
  gap: 20px 28px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-home__proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.hero-home__proof span::before {
  content: "✓";
  color: var(--color-primary);
  font-weight: 700;
}

@media (max-width: 991px) {
  .hero-home {
    min-height: auto;
    padding-top: calc(var(--header-height) + 16px);
    padding-bottom: 64px;
  }
  .hero-home__inner { padding-top: 56px; padding-bottom: 24px; }
  .hero-home__content { max-width: 100%; }
  .hero-home__title { font-size: clamp(2rem, 5vw, 2.6rem); }
  .hero-home__text { font-size: 1.02rem; line-height: 1.7; max-width: 100%; }
}

@media (max-width: 768px) {
  .hero-home {
    min-height: 100dvh;
    padding-top: calc(var(--header-height) + 12px);
    padding-bottom: 24px;
  }
  .hero-home__video-overlay {
    background: linear-gradient(180deg, rgba(9,20,39,0.90) 0%, rgba(9,20,39,0.84) 48%, rgba(9,20,39,0.78) 100%);
  }
  .hero-home__inner { padding-top: 24px; padding-bottom: 0; }
  .hero-home__badge { font-size: 12px; padding: 8px 14px; margin-bottom: 16px; white-space: normal; line-height: 1.45; }
  .hero-home__title { font-size: 1.95rem; line-height: 1.1; margin-bottom: 16px; }
  .hero-home__text { font-size: 1rem; line-height: 1.62; margin-bottom: 22px; }
  .hero-home__actions { flex-direction: column; align-items: stretch; width: 100%; gap: 12px; margin-bottom: 24px; }
  .hero-home__actions .btn-primary,
  .hero-home__actions .btn-secondary { width: 100%; min-height: 52px; justify-content: center; }
  .hero-home__proof { flex-direction: column; gap: 12px; padding-top: 18px; }
  .hero-home__proof span { font-size: 13px; line-height: 1.45; }
}

@media (max-width: 480px) {
  .hero-home { padding-top: calc(var(--header-height) + 10px); padding-bottom: 20px; }
  .hero-home__inner { padding-top: 20px; }
  .hero-home__title { font-size: 1.72rem; }
  .hero-home__badge { font-size: 11px; padding: 8px 12px; }
  .hero-home__text { font-size: 0.95rem; line-height: 1.58; }
  .hero-home__actions .btn-primary,
  .hero-home__actions .btn-secondary { min-height: 50px; padding: 12px 18px; font-size: 14px; }
}

/* =====================================
   MANIFESTO CLEAN
   ===================================== */
.manifesto-clean {
  position: relative;
  padding: 92px 0;
  background: linear-gradient(180deg, #f7f8fc 0%, #f4f6fb 100%);
  overflow: hidden;
}

.manifesto-clean__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
  margin-bottom: 44px;
}

.manifesto-clean__media,
.manifesto-clean__content { min-width: 0; }

.manifesto-clean__image-wrap {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border: none !important;
  position: relative;
}

.manifesto-clean__image-wrap::before,
.manifesto-clean__image-wrap::after,
.manifesto-clean__media::before,
.manifesto-clean__media::after { content: none !important; display: none !important; }

.manifesto-clean__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.manifesto-clean__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #5f84ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manifesto-clean__eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #5f84ff;
  border-radius: 999px;
}

.manifesto-clean__title {
  margin: 0 0 22px;
  font-size: clamp(2.05rem, 3.4vw, 3.1rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: #12182a;
  max-width: 720px;
}

.manifesto-clean__title-line { display: block; font-weight: 700; color: #12182a; }
.manifesto-clean__title-highlight {
  display: block;
  color: #6b86ff;
  font-style: italic;
  font-weight: 500;
  font-family: "Instrument Serif", Georgia, serif;
  line-height: 1.03;
}

.manifesto-clean__text p {
  margin: 0 0 16px;
  font-size: 1.02rem;
  line-height: 1.82;
  color: #334155;
  max-width: 700px;
}

.manifesto-clean__intro { margin-top: 8px; font-weight: 600; color: #111827; }

.manifesto-clean__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.manifesto-clean__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px 22px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.manifesto-clean__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.10);
  border-color: rgba(95, 132, 255, 0.32);
}

.manifesto-clean__card-icon {
  width: 54px; height: 54px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 14px; margin-bottom: 16px;
  color: #ffffff; flex: 0 0 auto;
}

.manifesto-clean__card-icon--blue { background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%); }
.manifesto-clean__card-icon--rose { background: linear-gradient(135deg, #ff6b8a 0%, #ff8aa3 100%); }
.manifesto-clean__card-icon--green { background: linear-gradient(135deg, #10b981 0%, #34d399 100%); }
.manifesto-clean__card-number { font-size: 1rem; font-weight: 700; line-height: 1; color: #ffffff; }
.manifesto-clean__card h3 { margin: 0 0 10px; font-size: 1.03rem; font-weight: 700; line-height: 1.35; color: var(--color-text-dark); }
.manifesto-clean__card p { margin: 0; font-size: 0.95rem; line-height: 1.68; color: var(--color-text-dark-secondary); }

.manifesto-clean__actions { display: flex; justify-content: center; margin-top: 34px; }

.manifesto-clean__cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 24px; border-radius: 14px;
  background: linear-gradient(135deg, #5f84ff 0%, #4f78ff 100%);
  color: #ffffff; font-size: 14px; font-weight: 600;
  box-shadow: 0 14px 28px rgba(95, 132, 255, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.manifesto-clean__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(95, 132, 255, 0.30);
  background: linear-gradient(135deg, #537cff 0%, #446fff 100%);
}

@media (max-width: 1200px) {
  .manifesto-clean__top { gap: 40px; }
  .manifesto-clean__cards { gap: 18px; }
  .manifesto-clean__card { padding: 22px 20px; }
}

@media (max-width: 1024px) {
  .manifesto-clean { padding: 78px 0; }
  .manifesto-clean__top { grid-template-columns: 1fr; gap: 34px; margin-bottom: 34px; }
  .manifesto-clean__content { max-width: 100%; }
  .manifesto-clean__cards { grid-template-columns: 1fr; }
  .manifesto-clean__card { min-height: auto; }
}

@media (max-width: 768px) {
  .manifesto-clean { padding: 68px 0; }
  .manifesto-clean__image { border-radius: 18px; }
  .manifesto-clean__title { font-size: clamp(1.95rem, 8vw, 2.6rem); margin-bottom: 18px; }
  .manifesto-clean__text p { font-size: 1rem; line-height: 1.74; }
  .manifesto-clean__cards { gap: 16px; }
  .manifesto-clean__card { padding: 22px 18px; border-radius: var(--radius-lg); }
  .manifesto-clean__card-icon { width: 50px; height: 50px; margin-bottom: 14px; }
  .manifesto-clean__card h3 { font-size: 1rem; }
  .manifesto-clean__card p { font-size: 0.92rem; line-height: 1.64; }
  .manifesto-clean__actions { margin-top: 26px; }
  .manifesto-clean__cta { width: 100%; }
}

@media (max-width: 480px) {
  .manifesto-clean__title { line-height: 1.06; }
}

/* =====================================
   DIFFERENTIALS HOME
   ===================================== */
.differentials-home {
  padding: 96px 0;
  background: linear-gradient(180deg, #f7f8fc 0%, #f4f6fb 100%);
  overflow: hidden;
}

.differentials-home__header {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.differentials-home__eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--color-primary); margin-bottom: 18px;
}

.differentials-home__eyebrow::before {
  content: ""; width: 32px; height: 2px;
  background: var(--color-primary); border-radius: 2px;
}

.differentials-home__title {
  font-size: clamp(2rem, 3.4vw, 2.8rem); font-weight: 700;
  line-height: 1.15; color: var(--color-text-dark); margin-bottom: 18px;
}

.differentials-home__subtitle {
  font-size: 1.04rem; color: var(--color-text-dark-secondary);
  line-height: 1.8; margin: 0 auto; max-width: 680px;
}

.differentials-home__layout {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 340px) 1fr;
  gap: 32px; align-items: center;
}

.differentials-home__column { display: flex; flex-direction: column; gap: 16px; }
.differentials-home__center { display: flex; justify-content: center; }

.differentials-home__media {
  position: relative; width: 100%; max-width: 320px; margin: 0 auto;
}

.differentials-home__frame {
  position: absolute; left: 30px; top: -16px;
  width: 64%; height: 46%;
  border: 2px solid rgba(95, 132, 255, 0.32);
  border-radius: var(--radius-xl); z-index: 1;
}

.differentials-home__image-main {
  position: relative; z-index: 2;
  border-radius: var(--radius-xl); overflow: hidden;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16);
}

.differentials-home__image-main img {
  width: 100%; height: auto; display: block;
  transition: transform 0.6s ease;
}

.differentials-home__image-main:hover img { transform: scale(1.03); }

.feature-card {
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(226, 232, 240, 0.85);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.10);
  border-color: rgba(95, 132, 255, 0.28);
}

.feature-card__icon {
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
  color: #ffffff; font-size: 16px; border-radius: 12px; margin-bottom: 12px;
  box-shadow: 0 10px 18px rgba(95, 132, 255, 0.16);
}

.feature-card__title { font-size: 0.98rem; font-weight: 700; color: var(--color-text-dark); margin-bottom: 8px; line-height: 1.35; }
.feature-card__text { font-size: 0.92rem; color: var(--color-text-dark-secondary); line-height: 1.64; }

.differentials-home__cta {
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 22px; width: 100%; min-height: 50px; padding: 0 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #5f84ff 0%, #4f78ff 100%);
  color: #ffffff; font-size: 14px; font-weight: 600;
  box-shadow: 0 14px 28px rgba(95, 132, 255, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.differentials-home__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(95, 132, 255, 0.30);
  background: linear-gradient(135deg, #537cff 0%, #446fff 100%);
}

@media (max-width: 1200px) {
  .differentials-home__layout { grid-template-columns: 1fr; gap: 32px; }
  .differentials-home__center { order: -1; }
  .differentials-home__column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .differentials-home__media { max-width: 300px; }
}

@media (max-width: 768px) {
  .differentials-home { padding: 72px 0; }
  .differentials-home__header { margin-bottom: 36px; }
  .differentials-home__title { font-size: 2rem; }
  .differentials-home__subtitle { font-size: 0.98rem; line-height: 1.72; }
  .differentials-home__column { grid-template-columns: 1fr; }
  .differentials-home__media { max-width: 260px; }
  .differentials-home__frame { left: 18px; top: -10px; }
  .differentials-home__cta { margin-top: 18px; }
}

@media (max-width: 480px) {
  .feature-card { padding: 20px 16px; }
  .feature-card__title { font-size: 0.95rem; }
  .feature-card__text { font-size: 0.9rem; }
}

/* =====================================
   METODO — ESCURO PREMIUM
   ===================================== */
.metodo-sobre {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(95, 132, 255, 0.12) 0%, transparent 34%),
    radial-gradient(circle at 85% 80%, rgba(95, 132, 255, 0.08) 0%, transparent 30%),
    linear-gradient(180deg, #071120 0%, #081426 100%);
  overflow: hidden;
  color: #ffffff;
}

.metodo-sobre::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0));
  pointer-events: none;
}

.metodo-sobre__inner { position: relative; z-index: 1; }

.metodo-sobre__header { text-align: center; max-width: 860px; margin: 0 auto 56px; }

.metodo-sobre__eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px;
  color: var(--color-primary); font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
}

.metodo-sobre__eyebrow::before {
  content: ""; width: 28px; height: 2px;
  background: var(--color-primary); border-radius: 999px;
}

.metodo-sobre__title {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 700;
  line-height: 1.15; letter-spacing: -0.03em; color: #ffffff;
}

.metodo-sobre__title span {
  display: inline-block; color: #8aa7ff;
  font-style: italic; font-weight: 500;
  font-family: "Instrument Serif", Georgia, serif;
}

.metodo-sobre__subtitle {
  margin: 0 auto; max-width: 760px;
  font-size: 1.02rem; color: rgba(255, 255, 255, 0.74); line-height: 1.82;
}

.metodo-sobre__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px; max-width: 1080px; margin: 0 auto;
}

.metodo-card {
  position: relative; min-height: 280px; padding: 34px 32px 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(19, 35, 67, 0.94) 0%, rgba(12, 24, 47, 0.96) 100%);
  border: 1.5px solid rgba(95, 132, 255, 0.24);
  box-shadow:
    0 24px 45px rgba(0,0,0,0.28),
    0 10px 22px rgba(8,20,38,0.35),
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -1px 0 rgba(95,132,255,0.08);
  overflow: hidden;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.metodo-card::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at top right, rgba(95,132,255,0.18) 0%, transparent 34%),
    radial-gradient(circle at bottom left, rgba(95,132,255,0.08) 0%, transparent 28%);
  pointer-events: none;
}

.metodo-card:hover {
  transform: translateY(-5px);
  border-color: rgba(95, 132, 255, 0.44);
  box-shadow:
    0 32px 60px rgba(0,0,0,0.32),
    0 16px 30px rgba(8,20,38,0.40),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

.metodo-card__number {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--color-primary);
  margin-bottom: 22px; opacity: 0.9;
}

.metodo-card__icon {
  width: 56px; height: 56px; margin-bottom: 20px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(95,132,255,0.22) 0%, rgba(95,132,255,0.12) 100%);
  border: 1px solid rgba(95,132,255,0.28);
  color: #8aa7ff; font-size: 22px;
}

.metodo-card__title {
  font-size: 1.22rem; font-weight: 700; line-height: 1.28;
  color: #ffffff; margin-bottom: 14px; letter-spacing: -0.02em;
}

.metodo-card__text {
  font-size: 0.97rem; line-height: 1.78;
  color: rgba(255,255,255,0.66);
}

@media (max-width: 991px) {
  .metodo-sobre { padding: 80px 0; }
  .metodo-sobre__header { margin-bottom: 44px; }
  .metodo-sobre__grid { gap: 22px; }
  .metodo-card { min-height: 240px; padding: 28px 26px 24px; }
}

@media (max-width: 768px) {
  .metodo-sobre { padding: 70px 0; }
  .metodo-sobre__header { margin-bottom: 36px; }
  .metodo-sobre__grid { grid-template-columns: 1fr; gap: 18px; }
  .metodo-card { min-height: auto; padding: 26px 22px 22px; border-radius: 22px; }
  .metodo-card__title { font-size: 1.12rem; }
  .metodo-card__text { font-size: 0.93rem; }
}

@media (max-width: 480px) {
  .metodo-sobre { padding: 60px 0; }
  .metodo-card { padding: 22px 18px 20px; border-radius: 18px; }
  .metodo-card__icon { width: 48px; height: 48px; font-size: 20px; border-radius: 14px; }
  .metodo-card__title { font-size: 1.06rem; }
}

/* -------------------- SERVICES HOME -------------------- */
.services-home {
  position: relative;
  padding: 96px 0;
  background: linear-gradient(180deg, #f7f8fc 0%, #f4f6fb 100%);
  overflow: hidden;
}

.services-home__header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 52px;
}

.services-home__header-content {
  max-width: 760px;
}

.services-home__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--color-primary, #5f84ff);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.services-home__eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--color-primary, #5f84ff);
  border-radius: 999px;
}

.services-home__title {
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  font-weight: 700;
  line-height: 1.16;
  color: var(--color-text-dark, #0f172a);
  margin: 0 0 16px;
}

.services-home__subtitle {
  font-size: 1.02rem;
  color: var(--color-text-dark-secondary, #475569);
  line-height: 1.78;
  margin: 0;
}

.services-home__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 36px 32px 32px;
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid rgba(95, 132, 255, 0.95);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary, #5f84ff) 0%, var(--color-primary-light, #7ea2ff) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.10);
  border-color: rgba(95, 132, 255, 0.35);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.service-card__icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 22px;
  background: linear-gradient(135deg, var(--color-primary, #5f84ff) 0%, var(--color-primary-light, #7ea2ff) 100%);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(95, 132, 255, 0.18);
}

.service-card__number {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(95, 132, 255, 0.82);
}

.service-card__title {
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.32;
  color: var(--color-text-dark, #0f172a);
  margin: 0 0 14px;
}

.service-card__text {
  font-size: 0.97rem;
  line-height: 1.74;
  color: var(--color-text-dark-secondary, #475569);
  margin: 0 0 18px;
}

.service-card__lead {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #64748b;
  margin: 0 0 16px;
  font-weight: 500;
}

.service-card__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
}

.service-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.93rem;
  line-height: 1.55;
  color: #334155;
}

.service-card__list li::before {
  content: "✓";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-primary, #5f84ff);
}

.service-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 12px 22px;
  border-radius: 12px;
  background: rgba(95, 132, 255, 0.08);
  border: 1px solid rgba(95, 132, 255, 0.22);
  color: var(--color-primary, #5f84ff);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.service-card__cta:hover {
  background: var(--color-primary, #5f84ff);
  color: #ffffff;
  border-color: var(--color-primary, #5f84ff);
  box-shadow: 0 10px 22px rgba(95, 132, 255, 0.28);
  transform: translateX(2px);
}

@media (max-width: 1024px) {
  .services-home__header {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .services-home {
    padding: 72px 0;
  }

  .services-home__cards {
    gap: 20px;
  }

  .service-card {
    padding: 28px 24px 24px;
  }
}

@media (max-width: 768px) {
  .services-home {
    padding: 64px 0;
  }

  .services-home__header {
    margin-bottom: 36px;
  }

  .services-home__title {
    font-size: 2rem;
  }

  .services-home__cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-card {
    padding: 26px 22px 22px;
    border-radius: 22px;
  }

  .service-card__top {
    margin-bottom: 18px;
  }

  .service-card__icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    font-size: 20px;
    border-radius: 12px;
  }

  .service-card__title {
    font-size: 1.1rem;
  }

  .service-card__text {
    font-size: 0.94rem;
    margin-bottom: 16px;
  }

  .service-card__lead {
    font-size: 0.92rem;
    margin-bottom: 14px;
  }

  .service-card__list {
    gap: 8px;
    margin-bottom: 22px;
  }

  .service-card__list li {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .service-card {
    padding: 22px 18px 20px;
  }

  .service-card__title {
    font-size: 1.05rem;
  }
}
/* -------------------- CTA HOME -------------------- */
.cta-home {
  position: relative;
  padding: 96px 0;
  background:
    radial-gradient(circle at left center, rgba(95, 132, 255, 0.08) 0%, transparent 34%),
    radial-gradient(circle at right top, rgba(95, 132, 255, 0.07) 0%, transparent 30%),
    linear-gradient(180deg, #f8faff 0%, #f2f5fb 100%);
  overflow: hidden;
}

.cta-home__bg-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  opacity: 0.55;
}

.cta-home__bg-glow--left {
  width: 340px;
  height: 340px;
  left: -140px;
  top: 120px;
  background: rgba(95, 132, 255, 0.14);
}

.cta-home__bg-glow--right {
  width: 380px;
  height: 380px;
  right: -150px;
  bottom: 70px;
  background: rgba(95, 132, 255, 0.12);
}

.cta-home__panel {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: 72px 72px 58px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(95, 132, 255, 0.22) 0%, transparent 30%),
    radial-gradient(circle at bottom right, rgba(95, 132, 255, 0.14) 0%, transparent 28%),
    linear-gradient(135deg, #071427 0%, #04111f 48%, #020b16 100%);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 32px;
  box-shadow:
    0 28px 80px rgba(15, 23, 42, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.cta-home__panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 31px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}

.cta-home__panel::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: 50%;
  top: -260px;
  transform: translateX(-50%);
  background: rgba(95, 132, 255, 0.22);
  filter: blur(120px);
  border-radius: 999px;
  pointer-events: none;
}

.cta-home__eyebrow,
.cta-home__title,
.cta-home__text,
.cta-home__highlights,
.cta-home__actions,
.cta-home__note {
  position: relative;
  z-index: 1;
}

.cta-home__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #8fa8ff;
  margin-bottom: 22px;
}

.cta-home__eyebrow::before,
.cta-home__eyebrow::after {
  content: "";
  width: 32px;
  height: 1px;
  background: rgba(143, 168, 255, 0.7);
  border-radius: 999px;
}

.cta-home__title {
  font-size: clamp(2.35rem, 4.2vw, 4.25rem);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #ffffff;
  margin: 0 auto 24px;
  max-width: 800px;
}

.cta-home__title span {
  display: block;
  margin-top: 10px;
  color: #8fa8ff;
  font-weight: 500;
  font-style: italic;
  font-family: "Instrument Serif", Georgia, serif;
}

.cta-home__text {
  font-size: 1.05rem;
  line-height: 1.82;
  color: rgba(226, 232, 240, 0.78);
  max-width: 730px;
  margin: 0 auto 40px;
}

.cta-home__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto 38px;
}

.cta-home__highlight {
  padding: 24px 22px 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 22px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 16px 36px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.cta-home__highlight:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(143, 168, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 44px rgba(0, 0, 0, 0.14);
}

.cta-home__highlight strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 9px;
  letter-spacing: -0.02em;
}

.cta-home__highlight span {
  display: block;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.72);
}

.cta-home__actions {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.cta-home__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 17px 32px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #5f84ff 0%, #6d93ff 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  box-shadow:
    0 16px 34px rgba(95, 132, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.cta-home__button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 42px rgba(95, 132, 255, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.cta-home__button:active {
  transform: translateY(0);
}

.cta-home__note {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.62);
}

/* -------------------- RESPONSIVE -------------------- */
@media (max-width: 991px) {
  .cta-home {
    padding: 72px 0;
  }

  .cta-home__panel {
    padding: 58px 34px 48px;
    border-radius: 28px;
  }

  .cta-home__panel::before {
    border-radius: 27px;
  }

  .cta-home__highlights {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .cta-home {
    padding: 56px 0;
  }

  .cta-home__panel {
    padding: 46px 22px 38px;
    border-radius: 24px;
  }

  .cta-home__panel::before {
    border-radius: 23px;
  }

  .cta-home__eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .cta-home__eyebrow::before,
  .cta-home__eyebrow::after {
    width: 22px;
  }

  .cta-home__title {
    font-size: 2.25rem;
    line-height: 1.08;
    margin-bottom: 18px;
  }

  .cta-home__title span {
    margin-top: 6px;
  }

  .cta-home__text {
    font-size: 0.98rem;
    line-height: 1.72;
    margin-bottom: 30px;
  }

  .cta-home__highlights {
    gap: 14px;
    margin-bottom: 30px;
  }

  .cta-home__highlight {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .cta-home__button {
    width: 100%;
    min-height: 56px;
    font-size: 14px;
    padding: 15px 20px;
  }

  .cta-home__note {
    font-size: 0.84rem;
  }
}

@media (max-width: 520px) {
  .cta-home__title {
    font-size: 2rem;
  }

  .cta-home__panel {
    padding: 40px 18px 34px;
  }
}

/* -------------------- CONTENT HOME -------------------- */
.content-home {
  position: relative;
  padding: 88px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  overflow: hidden;
}

.content-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at left top, rgba(95, 132, 255, 0.05) 0%, transparent 28%),
    radial-gradient(circle at right bottom, rgba(95, 132, 255, 0.04) 0%, transparent 24%);
  pointer-events: none;
}

.content-home__inner {
  position: relative;
  z-index: 1;
}

.content-home__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 52px;
}

.content-home__header-content {
  max-width: 820px;
}

.content-home__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  margin-bottom: 18px;
}

.content-home__eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 999px;
}

.content-home__title {
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 16px;
  max-width: 800px;
}

.content-home__subtitle {
  font-size: 1rem;
  color: #475569;
  line-height: 1.8;
  max-width: 760px;
}

.content-home__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #5f84ff 0%, #6f8fff 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(95, 132, 255, 0.25);
  box-shadow: 0 14px 28px rgba(95, 132, 255, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
  white-space: nowrap;
}

.content-home__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(95, 132, 255, 0.24);
  background: linear-gradient(135deg, #537cff 0%, #6485ff 100%);
}

/* GRID */
.content-home__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

/* CARD */
.content-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(203, 213, 225, 0.7);
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 14px 30px rgba(15, 23, 42, 0.06),
    0 4px 12px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
  backdrop-filter: blur(8px);
}

.content-card:hover {
  transform: translateY(-6px);
  border-color: rgba(95, 132, 255, 0.22);
  box-shadow:
    0 20px 42px rgba(15, 23, 42, 0.09),
    0 8px 18px rgba(95, 132, 255, 0.07);
}

.content-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4ff 0%, #e7eefb 100%);
}

.content-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.content-card:hover .content-card__media img {
  transform: scale(1.04);
}

.content-card__body {
  flex: 1;
  padding: 24px 24px 0;
}

.content-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 14px;
}

.content-card__meta::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 6px rgba(95, 132, 255, 0.10);
}

.content-card__title {
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.42;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.content-card__title a {
  color: #0f172a;
  transition: color 0.2s ease;
}

.content-card__title a:hover {
  color: var(--color-primary);
}

.content-card__text {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.72;
  margin-bottom: 0;
}

.content-card__footer {
  margin-top: 22px;
  padding: 18px 24px;
  background: linear-gradient(180deg, #fbfdff 0%, #f3f7fc 100%);
  border-top: 1px solid rgba(226, 232, 240, 0.75);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.content-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  background: rgba(95, 132, 255, 0.08);
  color: #3157d5;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 999px;
  border: 1px solid rgba(95, 132, 255, 0.12);
  transition: all 0.25s ease;
}

a.content-card__tag:hover {
  background: rgba(95, 132, 255, 0.14);
  border-color: rgba(95, 132, 255, 0.22);
  color: #2347c0;
}

.content-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 600;
  transition: gap 0.25s ease, color 0.25s ease;
  white-space: nowrap;
}

.content-card__link:hover {
  gap: 11px;
  color: var(--color-primary);
}

/* ESTADO DE LOADING OPCIONAL */
.content-card.is-loading {
  pointer-events: none;
}

.content-card.is-loading .content-card__media,
.content-card.is-loading .content-card__body,
.content-card.is-loading .content-card__footer {
  position: relative;
}

.content-card.is-loading .content-card__media::after,
.content-card.is-loading .content-card__body::after,
.content-card.is-loading .content-card__footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.6) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: translateX(-100%);
  animation: contentShimmer 1.3s linear infinite;
}

@keyframes contentShimmer {
  100% {
    transform: translateX(100%);
  }
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .content-home {
    padding: 72px 0;
  }

  .content-home__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 40px;
  }

  .content-home__header-content,
  .content-home__title,
  .content-home__subtitle {
    max-width: 100%;
  }

  .content-home__cta {
    width: 100%;
    justify-content: center;
  }

  .content-home__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .content-home {
    padding: 60px 0;
  }

  .content-card__body {
    padding: 22px 20px 0;
  }

  .content-card__footer {
    padding: 16px 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .content-home__title {
    font-size: 2rem;
  }

  .content-home__subtitle {
    font-size: 0.95rem;
    line-height: 1.72;
  }
}

/* -------------------- FAQ HOME -------------------- */
.faq-home {
  padding: 92px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  position: relative;
}

.faq-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at left top, rgba(95, 132, 255, 0.05) 0%, transparent 30%),
    radial-gradient(circle at right bottom, rgba(95, 132, 255, 0.04) 0%, transparent 25%);
  pointer-events: none;
}

.faq-home__inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* HEADER */
.faq-home__header {
  margin-bottom: 48px;
}

.faq-home__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #5f84ff;
  margin-bottom: 18px;
}

.faq-home__eyebrow::before {
  content: '';
  width: 30px;
  height: 2px;
  background: #5f84ff;
  border-radius: 2px;
}

.faq-home__title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.12;
  color: #0f172a;
  margin-bottom: 14px;
}

.faq-home__subtitle {
  font-size: 1rem;
  color: #475569;
  line-height: 1.75;
  max-width: 680px;
  margin: 0 auto;
}

/* LISTA EM 2 COLUNAS */
.faq-home__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.faq-item {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  border: 1px solid rgba(203, 213, 225, 0.6);
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.05),
    0 2px 6px rgba(15, 23, 42, 0.03);
  overflow: hidden;
  transition: all 0.28s ease;
  text-align: left;
  backdrop-filter: blur(8px);
  height: fit-content;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(95, 132, 255, 0.25);
  box-shadow:
    0 14px 28px rgba(15, 23, 42, 0.07),
    0 6px 12px rgba(95, 132, 255, 0.06);
}

.faq-item::before {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  background: linear-gradient(90deg, #5f84ff 0%, transparent 100%);
  opacity: 0.6;
}

.faq-item__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 22px;
  font-size: 0.98rem;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  list-style: none;
  gap: 12px;
}

.faq-item__question::-webkit-details-marker {
  display: none;
}

.faq-item__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eef3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  transition: all 0.28s ease;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #5f84ff;
  border-radius: 2px;
}

.faq-item__icon::after {
  transform: rotate(90deg);
}

.faq-item[open] {
  border-color: rgba(95, 132, 255, 0.35);
  background: #ffffff;
}

.faq-item[open] .faq-item__icon {
  background: #5f84ff;
}

.faq-item[open] .faq-item__icon::before,
.faq-item[open] .faq-item__icon::after {
  background: #ffffff;
}

.faq-item[open] .faq-item__icon::after {
  transform: rotate(0);
}

.faq-item__answer {
  padding: 0 22px 20px;
  animation: faqFade 0.25s ease;
}

.faq-item__answer p {
  font-size: 0.94rem;
  color: #475569;
  line-height: 1.7;
  margin: 0;
}

@keyframes faqFade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .faq-home__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .faq-home {
    padding: 72px 0;
  }

  .faq-home__header {
    margin-bottom: 36px;
  }

  .faq-home__title {
    font-size: 2rem;
  }

  .faq-home__subtitle {
    font-size: 0.95rem;
    line-height: 1.72;
  }

  .faq-item__question {
    font-size: 0.95rem;
    padding: 18px;
  }

  .faq-item__answer {
    padding: 0 18px 18px;
  }
}