/* ==========================================================
   Strategy Panel
   Seção usada por index.html e index-2.html.
   Mantida nesta folha enquanto o projeto não utiliza uma
   arquitetura formal de componentes CSS.
   ========================================================== */

/**
 * Strategy Panel
 * Componente compartilhado pela Home e pela página Como Funciona.
 */

.strategy-panel {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  min-height: 595px;
  margin-top: 100px;
  padding: 70px 74px;
  border-radius: 32px;
  background: linear-gradient(110deg, #efefef 0%, #efefef 10%, #fff 100%);
}

.strategy-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(120deg, #00e987, #00b9f0 58%, #2fc4fb);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.strategy-panel__copy {
  align-self: center;
  padding-right: 60px;
}

.strategy-panel__copy h3 {
  margin: 0 0 35px;
  color: #1e2a36;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.strategy-panel__copy p:not(.eyebrow) {
  max-width: 380px;
  margin: 0 0 24px;
  color: #202c38;
  line-height: 1.55;
  font-size: 18px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-content: center;
  justify-items: center;
}

.stat-card {
  position: relative;
  display: flex;
  min-height: 234px;
  width: 325px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px 18px 20px;
  border-radius: 26px;
  box-shadow: 0 7px 12px rgba(35, 63, 81, .08);
  transition: transform .32s cubic-bezier(.22, 1, .36, 1), box-shadow .32s ease, border-color .32s ease;
  border: 2px solid transparent;
  background: linear-gradient(120deg, #f4f4f4, #f9f9f9) padding-box, linear-gradient(75deg, #5d90b1 0%, #5d90b1 40%, #5d90b145 100%) border-box;
}

.stat-card__icon {
  position: absolute;
  left: 18px;
  top: 18px;
  display: block;
  width: auto;
  height: auto;
  max-width: 56%;
  max-height: 72%;
  pointer-events: none;
  opacity: 1;
}

.stat-card__icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 1;
}

.stat-card strong {
  position: relative;
  z-index: 1;
  color: #234e6b;
  font-size: 100px;
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.045em;
  text-align: center;
}

.stat-card__label {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: #223140;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
}

.stat-card--blue strong { color: #75d3ff; }
.stat-card--cyan strong { color: #07bcd7; font-size: 70px; font-weight: 600; }
.stat-card--green strong { color: #72deaa; }

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(35, 63, 81, .16);
}

@media (min-width: 1200px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 325px));
    justify-content: end;
  }
}

@media (max-width: 1199.98px) {
  .strategy-panel { grid-template-columns: 1fr; gap: 60px; }
  .strategy-panel__copy { padding-right: 0; text-align: center; }
  .strategy-panel__copy p:not(.eyebrow) { margin-inline: auto; }
}

@media (max-width: 767.98px) {
  .strategy-panel {
    border-radius: 26px;
    width: 100%;
    margin-inline: 0;
    margin-top: 60px;
    padding: 40px 20px;
    gap: 44px;
  }

  .strategy-panel__copy {
    min-width: 0;
    max-width: 100%;
    padding-inline: 0;
  }

  .strategy-panel__copy h3 {
    font-size: clamp(27px, 7.4vw, 33px);
    line-height: 1.16;
    letter-spacing: -.02em;
    margin-bottom: 26px;
  }

  .strategy-panel__copy p:not(.eyebrow) { font-size: 18px; line-height: 1.62; }
  .stats-grid { gap: 14px; }

  .stat-card {
    min-width: 0;
    min-height: 160px;
    padding: 16px 10px 14px;
  }

  .stat-card__icon {
    left: 10px;
    top: 10px;
    width: auto;
    height: auto;
    max-width: 50%;
    max-height: 68%;
  }

  .stat-card strong {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 52px);
    white-space: normal;
  }

  .stat-card--cyan strong { font-size: clamp(30px, 8.5vw, 38px); font-weight: 600; }

  .stat-card__label {
    padding-inline: 6px;
    text-align: center;
    font-size: 18px;
    line-height: 1.35;
  }
}

@media (max-width: 479.98px) {
  .strategy-panel { padding-inline: 18px; margin-top: 52px; }
}

/* Nimber Home page styles — v146 */
.hero {
  position: relative;
  min-height: 1060px;
  overflow: hidden;
  background: linear-gradient(180deg, #f2f4f5 0%, #dde8ef 42%, #adcbe0 100%);
}.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -340px;
  width: 1500px;
  height: 710px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(76, 190, 239, .28);
  filter: blur(90px);
}.hero__glow {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -5%;
  width: 1220px;
  height: 500px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(0, 182, 239, .22);
  filter: blur(80px);
  will-change: transform, opacity;
}.hero__content {
  position: relative;
  z-index: 2;
  padding-top: 268px;
  text-align: center;
  max-width: calc(var(--container-wide) + (var(--container-gutter) * 2));
}.hero .eyebrow {
  margin-bottom: 18px;
}.hero h1 {
  margin: 0 auto;
  color: #5389aa;
  font-size: clamp(44px, 3.1vw, 59px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
}.hero h1 strong {
  color: #355f7b;
}.hero-dashboard {
  position: relative;
  width: min(1500px, 98%);
  margin: 100px auto 0;
  will-change: transform, opacity;
  filter: drop-shadow(0 0 18px rgba(0, 185, 239, .28));
}.hero-dashboard img {
  display: block;
  width: 100%;
  height: auto;
}html.js.nimber-hero-booting body.nimber-home .hero .eyebrow,
html.js.nimber-hero-booting body.nimber-home .hero h1,
html.js.nimber-hero-booting body.nimber-home .hero-dashboard {
  visibility: hidden;
}html.nimber-animations-disabled body.nimber-home .hero .eyebrow,
html.nimber-animations-disabled body.nimber-home .hero h1,
html.nimber-animations-disabled body.nimber-home .hero-dashboard {
  visibility: visible;
}body.nimber-home .hero-dashboard img {
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  will-change: transform;
}.benefits {
  position: relative;
  z-index: 5;
  min-height: 344px;
  padding: 74px 0 70px;
  background: #efefef;
  box-shadow: 0 16px 34px rgba(26, 49, 66, .12);
}.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}.benefit-card {
  min-height: 205px;
  padding: 0 3rem;
}.benefit-card + .benefit-card {
  border-left: 1px solid #5f90ae;
}.benefit-card__heading {
  display: flex;
  align-items: center;
  gap: 24px;
}.benefit-card h2 {
  margin: 0;
  color: #1b2733;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.025em;
}.benefit-card p {
  margin: 24px 0 0;
  color: #4d89b2;
  font-size: 18px;
  line-height: 1.52;
}.benefit-icon {
  position: relative;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  color: #3c6784;
  font-size: 45px;
  line-height: 1;
  text-align: center;
}.benefit-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}.benefit-icon--badge,
.benefit-icon--growth,
.benefit-icon--shield {
  color: inherit;
  font-size: inherit;
}.how {
  min-height: 0;
  padding: 100px 0 105px;
  background: #fff;
}.how__grid {
  display: grid;
  grid-template-columns: minmax(500px, 696px) minmax(520px, 1fr);
  align-items: center;
  justify-content: center;
  gap: 72px;
  margin-top: 78px;
}.offers-frame {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0 32px;
  border-radius: 36px;
  filter: none;
  animation: none !important;
  isolation: isolate;
  background: linear-gradient(180deg, #5b91b1 0%, #5288a8 100%) !important;
  --frame-border-opacity: 1;
  --frame-glow-opacity: 1;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  transform-origin: 50% 58%;
  will-change: transform, opacity, filter;
  border: 1px solid rgba(29, 224, 194, calc(.9 * var(--frame-border-opacity)));
  box-shadow: inset 0 0 0 1px rgba(0, 187, 239, calc(.28 * var(--frame-border-opacity))),
        -5px 0 18px rgba(0, 209, 181, calc(.2 * var(--frame-glow-opacity))),
        0 0 28px rgba(0, 183, 239, calc(.22 * var(--frame-glow-opacity))),
        0 18px 34px rgba(42, 89, 116, .12);
}.offers-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 3;
  border-width: 1px;
  background: linear-gradient(145deg, #18d7b7 0%, #00b9ef 42%, rgba(255, 255, 255, .58) 100%) border-box;
  opacity: var(--frame-border-opacity);
  transition: opacity .18s linear;
}.offers-frame img {
  width: 100%;
  position: relative;
  z-index: 1;
  will-change: clip-path, transform, opacity;
  transform-origin: center center;
  border-radius: 18px !important;
}.how__content h3 {
  margin: 0 0 48px;
  color: #5489aa;
  font-size: 42px;
  font-weight: 400;
}.steps {
  display: grid;
  gap: 56px;
  margin: 0;
  padding: 0;
  list-style: none;
}.step {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 28px;
}.step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 2px solid transparent;
  border-radius: 23px;
  color: #172432;
  background: linear-gradient(#efefef, #efefef) padding-box,
        linear-gradient(135deg, #12d5bc 0%, #00b9ef 52%, #5b8eaa 100%) border-box;
  box-shadow: 0 6px 8px rgba(18, 42, 59, .18);
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
}.step:first-child .step__number {
  color: var(--blue);
}.step h4 {
  margin: -2px 0 7px;
  color: #5489aa;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
}.step p {
  margin: 0;
  color: #15191d;
  line-height: 1.48;
  font-size: 18px;
}.offers-frame.is-frame-lit {
  background-size: auto !important;
  background-position: initial !important;
  filter: none;
  animation: none !important;
}.offers-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transform: translate3d(-22%, 0, 0);
  pointer-events: none;
  background: linear-gradient(
          112deg,
          transparent 18%,
          rgba(255, 255, 255, 0) 34%,
          rgba(255, 255, 255, .3) 48%,
          rgba(132, 232, 255, .19) 53%,
          rgba(255, 255, 255, 0) 68%,
          transparent 82%
        );
}.offers-frame.is-frame-lit::after {
  animation: nimber-frame-light-pass-v6 1.18s cubic-bezier(.22, 1, .36, 1) .14s both !important;
}.offers-frame.is-frame-settled {
  will-change: auto;
}.market {
  min-height: 0;
  padding: 110px 0 100px;
  background: #fff;
}.market__top {
  display: grid;
  grid-template-columns: clamp(360px, 34vw, 490px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 3.35vw, 48px);
}.market__copy {
  min-width: 0;
  padding-left: 0;
}.market__copy h2 {
  margin: 0;
  color: #050505;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
}.market__copy p {
  margin: 30px 0 0;
  color: #111;
  font-size: 18px;
}.market__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  min-width: 0;
  gap: clamp(56px, 4.7vw, 68px);
}.projection-card {
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1), box-shadow .32s ease, border-color .32s ease;
  --projection-dot: 11.82%;
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: 1125 / 1014;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}.projection-card::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -.6%;
  right: -.35%;
  width: var(--projection-dot);
  height: auto;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: #00b0ff;
  box-shadow: none;
}.projection-card--green::before {
  background: #00e587;
}.projection-card__value {
  position: absolute;
  z-index: 2;
  left: 50%;
  display: block;
  width: max-content;
  max-width: 84%;
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  top: 20.8%;
  color: #00b8d6;
  background: linear-gradient(90deg, #00cdb4 0%, #00b9db 48%, #00aff8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(94px, 8vw, 130px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.065em;
  -webkit-text-fill-color: transparent;
}.projection-card__label {
  position: absolute;
  z-index: 2;
  left: 50%;
  display: block;
  width: max-content;
  max-width: 84%;
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  top: 60.2%;
  color: #1e2833;
  font-size: clamp(43px, 3.75vw, 60px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.04em;
}.marketplace-frame {
  position: relative;
  width: 100%;
  border-radius: 38px;
  overflow: visible;
  filter: none;
  animation: none !important;
  isolation: isolate;
  --frame-border-opacity: 1;
  --frame-glow-opacity: 1;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  transform-origin: 50% 58%;
  will-change: transform, opacity, filter;
  border: 0 !important;
  background: linear-gradient(15deg, #32c0f7 0%, #72d4f7 43%, #e4f7fe 100%) !important;
  box-shadow: 0 0 30px rgba(0, 185, 239, calc(.19 * var(--frame-glow-opacity, 1))),
        0 22px 46px rgba(39, 147, 194, .14);
  min-height: min(642px, calc(69.2215569cqi + 2.6155689rem));
}.marketplace-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transform: translate3d(-24%, 0, 0);
  pointer-events: none;
  background: linear-gradient(
          112deg,
          transparent 18%,
          rgba(255, 255, 255, 0) 34%,
          rgba(255, 255, 255, .3) 48%,
          rgba(132, 232, 255, .19) 53%,
          rgba(255, 255, 255, 0) 68%,
          transparent 82%
        );
  box-shadow: none;
}.marketplace-frame img {
  padding: 2rem 2rem 2rem 0rem;
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  max-height: fit-content;
  min-height: fit-content;
  object-fit: contain;
  will-change: clip-path, transform, opacity;
  transform-origin: center center;
}.marketplace-frame::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8% 6% 4% 3%;
  border-radius: inherit;
  background: rgba(0, 185, 239, .24);
  filter: blur(30px);
  transform: scale(.96);
  pointer-events: none;
  opacity: calc(.36 * var(--frame-glow-opacity));
}.projection-card:hover {
  transform: translateY(-6px);
  box-shadow: none;
}.marketplace-frame.is-frame-lit {
  background-size: auto !important;
  background-position: initial !important;
  filter: none;
  animation: none !important;
}.marketplace-frame.is-frame-lit::after {
  animation: nimber-frame-light-pass-v6 1.18s cubic-bezier(.22, 1, .36, 1) .14s both !important;
}.marketplace-frame.is-frame-lit::before {
  animation: nimber-frame-glow-in 1.15s cubic-bezier(.22, 1, .36, 1) both !important;
}.marketplace-frame.is-frame-settled {
  will-change: auto;
}.projection-card__surface {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(10px 10px 10px rgba(37, 54, 69, .14));
  transition: filter .32s ease;
}.projection-card:hover .projection-card__surface {
  filter: drop-shadow(12px 14px 13px rgba(37, 54, 69, .18));
}.testimonials {
  position: relative;
  min-height: 880px;
  margin-top: 45px;
  overflow: hidden;
  background: linear-gradient(
          180deg,
          #fff 0%,
          #fff 23%,
          #f5f8f9 34%,
          #e8eef2 57%,
          #d8e3e9 100%
        ) !important;
}.testimonials::before {
  content: "";
  position: absolute;
  border: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  transform: none;
  pointer-events: none;
  inset: -15% -10% 0;
  background: linear-gradient(151deg, transparent 7%, rgba(255, 255, 255, .72) 15%, rgba(255, 255, 255, .18) 26%, transparent 37%),
        linear-gradient(22deg, transparent 16%, rgba(255, 255, 255, .5) 29%, rgba(255, 255, 255, .08) 43%, transparent 58%),
        linear-gradient(164deg, transparent 45%, rgba(175, 194, 205, .2) 57%, transparent 70%);
  opacity: .82;
  filter: blur(7px);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, transparent 19%, #000 35%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, transparent 19%, #000 35%, #000 100%);
}.testimonials::after {
  content: "";
  position: absolute;
  border: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  transform: none;
  pointer-events: none;
  inset: 3% -12% -18%;
  background: radial-gradient(ellipse at 21% 48%, rgba(255, 255, 255, .56) 0%, transparent 35%),
        linear-gradient(169deg, transparent 12%, rgba(255, 255, 255, .46) 25%, transparent 39%),
        linear-gradient(9deg, transparent 35%, rgba(255, 255, 255, .32) 49%, transparent 62%);
  opacity: .78;
  filter: blur(11px);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, transparent 19%, #000 35%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, transparent 19%, #000 35%, #000 100%);
}.testimonial-card {
  min-height: 450px;
  padding: 54px 52px 42px;
  border-radius: 38px;
  background: rgba(231, 237, 240, .72);
  box-shadow: 0 18px 27px rgba(41, 67, 84, .18);
  backdrop-filter: blur(5px);
  transition: transform .32s cubic-bezier(.22, 1, .36, 1), box-shadow .32s ease, border-color .32s ease;
}.testimonial-card__quote {
  display: block;
  height: 72px;
  color: #00b9f2;
  font-family: Arial, sans-serif;
  font-size: 105px;
  font-weight: 700;
  line-height: .9;
}.testimonial-card > p {
  margin: 35px 0 22px;
  color: #182735;
  line-height: 1.5;
  font-size: 18px;
}.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(35, 63, 81, .16);
}.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
  padding-bottom: 55px;
}.blog-card {
  overflow: hidden;
  border: 1px solid #00b9f0;
  border-radius: 28px;
  background: #f0f3f4;
}.blog-card__image {
  position: relative;
  height: 310px;
  overflow: hidden;
}.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.blog-card__image span {
  position: absolute;
  top: 22px;
  right: 22px;
  left: auto;
  min-width: 145px;
  transform: none;
  padding: 8px 22px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #25465b, #5e9bc0);
  font-size: 10px;
  letter-spacing: .28em;
  text-align: center;
  text-transform: uppercase;
}.blog-card > p {
  min-height: 105px;
  margin: 0;
  padding: 29px 31px;
  color: #172432;
  font-size: 18px;
  line-height: 1.5;
}.blog-list.blog-swiper {
  --blog-card-width: clamp(292px, 21vw, 392px);
  --blog-gap: 32px;
  --blog-edge-extension: max(
        var(--container-gutter),
        calc((100vw - var(--container)) / 2)
      );
  position: relative;
  display: block;
  width: calc(100% + var(--blog-edge-extension));
  max-width: none;
  margin: 0 calc(var(--blog-edge-extension) * -1) 0 0;
  padding: 0 0 60px;
  overflow: hidden;
  isolation: isolate;
  direction: ltr;
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-inline: contain;
}.blog-list .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}.blog-list .blog-card.swiper-slide {
  --blog-card-radius: clamp(21px, 1.46vw, 28px);
  --blog-card-border: clamp(1px, .09vw, 1.5px);
  display: flex;
  width: var(--blog-card-width);
  max-width: 392px;
  height: auto;
  aspect-ratio: 392 / 538;
  flex: 0 0 auto;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: var(--blog-card-radius);
  background: transparent;
  box-shadow: 0 5px 10px rgba(20, 66, 90, .08);
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: border-color .28s ease, box-shadow .28s ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}.blog-list .blog-card.swiper-slide:hover {
  transform: translateZ(0);
  box-shadow: 0 8px 18px rgba(20, 66, 90, .11);
}.blog-list .blog-card__image {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 392 / 428;
  flex: auto;
  overflow: hidden;
  border: 0;
  border-radius: var(--blog-card-radius) var(--blog-card-radius) 0 0;
  background: #dfe7eb;
  isolation: isolate;
}.blog-list .blog-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  transform-origin: center;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
  backface-visibility: hidden;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}.blog-list .blog-card__image span {
  top: clamp(16px, 5.4%, 22px);
  right: auto;
  left: clamp(16px, 5.6%, 22px);
  min-width: clamp(138px, 44%, 172px);
  min-height: clamp(31px, 8.5%, 36px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: none;
  padding: 8px clamp(18px, 5.8%, 23px);
  background: linear-gradient(90deg, #294b60 0%, #629fc5 100%);
  font-size: clamp(8px, .48vw, 9px);
  line-height: 1;
  letter-spacing: .28em;
  white-space: nowrap;
}.blog-list .blog-card > p {
  display: flex;
  min-height: 0;
  flex: 0.45 1 auto;
  align-items: flex-start;
  margin: 0;
  padding: clamp(17px, 5.1%, 22px) clamp(22px, 7.2%, 28px);
  border-style: solid;
  border-width: 0 var(--blog-card-border) var(--blog-card-border);
  border-color: transparent;
  border-radius: 0 0 var(--blog-card-radius) var(--blog-card-radius);
  background: linear-gradient(120deg, #f4f4f4, #f9f9f9) padding-box,
        linear-gradient(75deg, #5d90b1 0%, #5d90b1 40%, #5d90b145 100%) border-box;
  color: #172432;
  line-height: 1.52;
  font-size: 20px;
}.blog-list .blog-pagination.swiper-pagination {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 2px;
  left: 0;
  display: flex;
  width: 100%;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform: none;
}.blog-list .blog-pagination.swiper-pagination-lock {
  display: none;
}.blog-list .blog-pagination .swiper-pagination-bullet {
  appearance: none;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c9c9c9;
  opacity: .78;
  cursor: pointer;
  transform: scale(.88);
  transition: width .32s cubic-bezier(.22, .61, .36, 1),
        background-color .32s cubic-bezier(.22, .61, .36, 1),
        opacity .32s cubic-bezier(.22, .61, .36, 1),
        transform .32s cubic-bezier(.22, .61, .36, 1);
}.blog-list .blog-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  transform: scale(1);
}.blog-list .blog-pagination .swiper-pagination-bullet:focus-visible {
  opacity: 1;
  transform: scale(1);
  outline: 2px solid #00b9f0;
  outline-offset: 4px;
}.blog-list .blog-pagination .swiper-pagination-bullet-active {
  width: 28px;
  flex-basis: 28px;
  background: #8e969b;
  opacity: 1;
  transform: scale(1);
}.blog-list.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.blog-list .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important;
}@supports not (width: 1cqi){.marketplace-frame {
    aspect-ratio: 867 / 642;
  }}@media (min-width: 2200px){.blog-list.blog-swiper {
    --blog-card-width: min(392px, calc((100% - (var(--blog-gap) * 3)) / 4));
  }}@media (min-width: 1200px){}@media (hover: hover) and (pointer: fine){.blog-list .blog-card.swiper-slide:hover .blog-card__image img {
    transform: scale(1.055);
  }}@media (max-width: 1399.98px){.benefit-card {
    padding-inline: 32px;
  }.benefit-card h2 {
    font-size: 26px;
  }.benefit-card p {
    font-size: 18px;
  }.how__grid {
    grid-template-columns: 540px 1fr;
    gap: 55px;
  }.market__copy {
    padding-left: 0;
  }}@media (max-width: 1199.98px){.hero {
    min-height: 890px;
  }.hero__content {
    padding-top: 205px;
  }.hero-dashboard {
    margin-top: 90px;
  }.benefits__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }.benefit-card {
    min-height: auto;
    padding: 30px 0;
  }.benefit-card + .benefit-card {
    border-top: 1px solid #79a0b8;
    border-left: 0;
  }.how {
    min-height: auto;
  }.how__grid {
    grid-template-columns: 1fr;
  }.offers-frame {
    max-width: 680px;
    margin-inline: auto;
  }.how__content {
    max-width: 760px;
    margin-inline: auto;
  }.market {
    min-height: auto;
  }.market__top {
    grid-template-columns: 1fr;
    gap: 58px;
  }.market__copy {
    width: min(100%, 720px);
    margin-inline: auto;
    text-align: center;
  }.market__cards {
    justify-content: center;
    width: min(100%, 885px);
    margin-inline: auto;
    gap: clamp(34px, 5.6vw, 68px);
  }.marketplace-frame {
    overflow: visible;
  }.blog-list {
    width: 100%;
  }.blog-list.blog-swiper {
    --blog-card-width: clamp(300px, 43vw, 372px);
    --blog-gap: 28px;
    --blog-edge-extension: var(--container-gutter);
    width: calc(100% + var(--blog-edge-extension));
    margin-right: calc(var(--blog-edge-extension) * -1);
    padding-bottom: 56px;
  }.blog-list .blog-card > p {
    font-size: 20px;
    line-height: 1.58;
  }}@media (max-width: 991.98px){.testimonials::before {
    inset: -4% -45% 10% -30%;
    opacity: .65;
  }.testimonials::after {
    inset: 20% -55% -15% -25%;
    opacity: .58;
  }}@media (max-width: 767.98px){.hero {
    min-height: 0;
    padding-bottom: clamp(64px, 10vw, 84px);
  }.hero__content {
    min-width: 0;
    max-width: 100%;
    padding-top: clamp(120px, 17vw, 136px);
  }.hero .eyebrow {
    font-size: 16px;
    line-height: 1.5;
  }.hero h1 {
    max-width: 390px;
    font-size: clamp(32px, 8.3vw, 38px);
    line-height: 1.13;
    letter-spacing: -.022em;
  }.hero h1 br {
    display: none;
  }.hero-dashboard {
    --hero-dashboard-overhang: clamp(8px, 2.4vw, 16px);
    width: calc(100% + (var(--hero-dashboard-overhang) * 2));
    max-width: none;
    margin-top: clamp(38px, 6vw, 48px);
    margin-right: calc(0px - var(--hero-dashboard-overhang));
    margin-left: calc(0px - var(--hero-dashboard-overhang));
    padding: 0;
    transform-origin: 50% 55%;
    filter: drop-shadow(0 0 14px rgba(0, 185, 239, .24));
  }.hero-dashboard img {
    width: 100%;
    max-width: none;
    height: auto;
  }.benefits {
    min-height: auto;
    padding-top: var(--nimber-mobile-section-space);
    padding-bottom: var(--nimber-mobile-section-space);
    padding-block: 44px;
  }.benefit-card {
    min-width: 0;
    max-width: 100%;
    padding: 28px 0;
    padding-block: 28px;
  }.benefit-card__heading {
    gap: 16px;
    align-items: center;
  }.benefit-card h2 {
    font-size: clamp(23px, 6.5vw, 27px);
    line-height: 1.16;
    letter-spacing: -.018em;
  }.benefit-card p {
    font-size: 18px;
    line-height: 1.62;
  }.benefit-icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    font-size: 37px;
  }.benefit-card:first-child {
    padding-top: 0;
  }.benefit-card:last-child {
    padding-bottom: 0;
  }.how {
    min-height: auto;
    padding: 72px 0;
  }.how__grid {
    margin-top: 48px;
    gap: 44px;
  }.offers-frame {
    padding: 11px 0 0 14px;
    border-radius: 23px;
  }.how__content h3 {
    font-size: clamp(27px, 7.4vw, 33px);
    line-height: 1.16;
    letter-spacing: -.02em;
    margin-bottom: 28px;
  }.steps {
    gap: 30px;
  }.step {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
  }.step__number {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    font-size: 35px;
  }.step h4 {
    margin-top: 0;
    font-size: clamp(21px, 6vw, 24px);
    line-height: 1.2;
  }.step p {
    font-size: 18px;
    line-height: 1.62;
  }.how__content,
  .step > div {
    min-width: 0;
    max-width: 100%;
  }.market {
    min-height: auto;
    padding: 72px 0;
  }.market__copy h2 {
    max-width: 100%;
    font-size: clamp(29px, 8vw, 37px);
    line-height: 1.13;
    letter-spacing: -.022em;
  }.market__cards {
    gap: 20px;
  }.projection-card__value {
    max-width: 86%;
    font-size: clamp(62px, 15vw, 96px);
    font-weight: 600;
    line-height: .94;
    letter-spacing: -.055em;
  }.projection-card__label {
    width: 76%;
    max-width: 76%;
    font-size: clamp(30px, 7.2vw, 44px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -.025em;
    white-space: normal;
    text-wrap: balance;
  }.marketplace-frame {
    border-radius: 22px;
    min-height: min(610px, calc(69.2215569cqi + 1.3077844rem));
    aspect-ratio: 1.34;
  }.market__copy {
    min-width: 0;
    max-width: 100%;
    padding-inline: 0;
  }.market__copy p {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.6;
  }.market__top {
    gap: 42px;
  }.marketplace-frame img {
    padding: 1rem 1rem 1rem 0;
  }.projection-card__surface {
    filter: drop-shadow(7px 7px 8px rgba(37, 54, 69, .13));
  }.testimonials {
    min-height: auto;
    margin-top: 48px;
  }.testimonial-card {
    min-height: auto;
    min-width: 0;
    max-width: 100%;
    border-radius: 28px;
    padding: 34px 22px 30px;
  }.testimonial-card > p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.62;
  }.testimonial-card__quote {
    height: 58px;
    font-size: 86px;
  }.blog-list {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 0;
  }.blog-card__image {
    height: auto;
    aspect-ratio: 1.25 / 1;
  }.blog-card {
    min-width: 0;
    max-width: 100%;
  }.blog-card__image span {
    max-width: calc(100% - 32px);
    min-width: 0;
    padding: 8px 18px;
    letter-spacing: .18em;
    white-space: normal;
  }.blog-card > p {
    min-height: 0;
    padding: 24px;
  }.blog-list .blog-card.swiper-slide {
    --blog-card-radius: clamp(20px, 6vw, 24px);
    --blog-card-border: 1px;
  }.blog-list .blog-card__image {
    aspect-ratio: 392 / 420;
  }.blog-list.blog-swiper {
    --blog-card-width: min(84vw, 350px);
    --blog-gap: 20px;
    padding-bottom: 44px;
  }.blog-list .blog-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    flex-basis: 11px;
  }.blog-list .blog-pagination .swiper-pagination-bullet-active {
    width: 25px;
    flex-basis: 25px;
  }.blog-list .blog-card > p {
    font-size: 20px;
    line-height: 1.58;
  }}@media (max-width: 559.98px){.market__cards {
    grid-template-columns: 1fr;
    width: min(100%, 440px);
    gap: 28px;
  }.projection-card__value {
    font-size: clamp(76px, 20vw, 104px);
  }.projection-card__label {
    width: 80%;
    max-width: 80%;
    font-size: clamp(34px, 9vw, 46px);
  }}@media (max-width: 479.98px){.hero {
    padding-bottom: 64px;
  }.hero__content {
    padding-top: 118px;
  }.hero h1 {
    max-width: 370px;
  }.hero-dashboard {
    --hero-dashboard-overhang: clamp(10px, 3vw, 14px);
    margin-top: 38px;
  }.how__grid {
    margin-top: 40px;
    gap: 38px;
  }.how {
    padding: 64px 0;
  }.market__cards {
    flex-direction: column;
  }.marketplace-frame {
    border-radius: 20px;
  }.market {
    padding: 64px 0;
  }.blog-list.blog-swiper {
    --blog-card-width: min(86vw, 330px);
    --blog-gap: 18px;
  }}@media (max-width: 359.98px){.hero h1 {
    font-size: 28px;
  }.benefit-card p {
    font-size: 18px;
  }.step {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
  }.step__number {
    width: 44px;
    height: 44px;
    font-size: 31px;
  }.step p {
    font-size: 18px;
  }.blog-list .blog-card > p {
    font-size: 20px;
  }}@media (prefers-reduced-motion: reduce){.offers-frame.is-frame-lit::after {
    animation: none !important;
  }.offers-frame,
  .offers-frame img {
    clip-path: none !important;
    -webkit-clip-path: none !important;
    filter: none !important;
    transform: none !important;
    opacity: 1 !important;
  }.marketplace-frame.is-frame-lit::after,
  .marketplace-frame.is-frame-lit::before {
    animation: none !important;
  }.marketplace-frame,
  .marketplace-frame img {
    clip-path: none !important;
    -webkit-clip-path: none !important;
    filter: none !important;
    transform: none !important;
    opacity: 1 !important;
  }.projection-card,
  .projection-card__surface {
    transition: none !important;
  }.blog-list .swiper-wrapper,
  .blog-list .blog-pagination .swiper-pagination-bullet {
    transition-duration: .01ms !important;
  }.blog-list .blog-card__image img {
    transition-duration: .01ms !important;
    transform: none;
  }.blog-list .blog-card.swiper-slide:hover .blog-card__image img {
    transform: none;
  }}

/* WordPress · links dinâmicos da faixa de mídia e cards do blog. */
.media-strip__group > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.media-strip .media-logo--1 {
  width: 185px;
}

.media-strip .media-logo--2 {
  width: 157px;
}

.media-strip .media-logo--3 {
  width: 250px;
}

.media-strip .media-logo--4,
.media-strip .media-logo--5 {
  width: 220px;
}

.blog-card__image > a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-card > p a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .media-strip .media-logo {
    width: auto;
    max-width: 170px;
  }
}

/* ==========================================================
   WordPress · Home dinâmica por quantidade — v160.2
   ========================================================== */

/* Benefícios: 1, 2 ou 3 cards sempre centralizados. */
@media (min-width: 1200px) {
  .benefits__grid {
    justify-content: center;
    margin-inline: auto;
  }

  .benefits__grid--count-1 {
    grid-template-columns: minmax(0, 520px);
    max-width: 520px;
  }

  .benefits__grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1060px;
  }

  .benefits__grid--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Como funciona: a arte permanece centralizada quando não existem etapas. */
.how__grid--visual-only {
  grid-template-columns: minmax(0, 696px);
  justify-content: center;
}

.how--steps-4 .how__grid,
.how--steps-5 .how__grid {
  align-items: start;
}

.how--steps-4 .steps,
.how--steps-5 .steps {
  gap: clamp(30px, 3vw, 46px);
}

/* Mercado: nenhuma, uma ou duas projeções sem deslocamento lateral. */
.market__top--projections-0 {
  grid-template-columns: minmax(0, 720px);
  justify-content: center;
}

.market__top--projections-0 .market__copy {
  text-align: center;
}

.market__top--projections-0 .market__copy p {
  margin-inline: auto;
}

.market__cards--count-1 {
  grid-template-columns: minmax(0, 480px);
  justify-content: center;
  justify-self: center;
  max-width: 480px;
}

@media (min-width: 1200px) {
  .market__top--projections-1 {
    grid-template-columns: clamp(360px, 34vw, 490px) minmax(360px, 480px);
    justify-content: center;
  }
}

/* Estratégia: os indicadores ativos usam o centro real da coluna. */
.strategy-panel--stats-0 {
  grid-template-columns: minmax(0, 620px);
  justify-content: center;
  min-height: 0;
}

.strategy-panel--stats-0 .strategy-panel__copy {
  padding-right: 0;
  text-align: center;
}

.strategy-panel--stats-0 .strategy-panel__copy p:not(.eyebrow) {
  margin-inline: auto;
}

.stats-grid--count-1 {
  grid-template-columns: minmax(0, 325px);
  justify-content: center;
}

.stats-grid--count-2 {
  grid-template-columns: repeat(2, minmax(0, 325px));
  justify-content: center;
}

.stats-grid--count-3 {
  grid-template-columns: repeat(2, minmax(0, 325px));
  justify-content: center;
}

.stats-grid--count-3 .stat-card:last-child {
  grid-column: 1 / -1;
}

/* Depoimentos vindos do CPT mantêm a grade equilibrada. */
@media (min-width: 1200px) {
  .testimonials__grid--count-1 {
    grid-template-columns: minmax(0, 520px);
    justify-content: center;
    max-width: 520px;
    margin-inline: auto;
  }

  .testimonials__grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    max-width: 1040px;
    margin-inline: auto;
  }

  .testimonials__grid--count-3,
  .testimonials__grid--count-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonials__grid--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1040px;
    margin-inline: auto;
  }

  .testimonials__grid--count-5 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .testimonials__grid--count-5 .testimonial-card {
    grid-column: span 2;
  }

  .testimonials__grid--count-5 .testimonial-card:nth-last-child(2) {
    grid-column: 2 / span 2;
  }

  .testimonials__grid--count-5 .testimonial-card:last-child {
    grid-column: 4 / span 2;
  }
}

.media-logo--dynamic {
  width: auto;
  max-width: 240px;
  max-height: 76px;
}

.media-logo--text {
  display: inline-flex;
  min-width: 170px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  color: #27495e;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .benefits__grid--count-1,
  .benefits__grid--count-2,
  .benefits__grid--count-3 {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .market__top--projections-0,
  .market__top--projections-1,
  .market__top--projections-2 {
    grid-template-columns: 1fr;
  }

  .market__cards--count-1 {
    width: min(100%, 480px);
  }

  .stats-grid--count-1,
  .stats-grid--count-2,
  .stats-grid--count-3,
  .stats-grid--count-4 {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .stats-grid--count-1,
  .stats-grid--count-2,
  .stats-grid--count-3,
  .stats-grid--count-4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .stats-grid--count-3 .stat-card:last-child {
    grid-column: auto;
  }

  .media-logo--text {
    min-width: 140px;
    min-height: 48px;
    font-size: 18px;
  }
}
