@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;600;700&display=swap');

/* Âncoras (#servicos, #vantagens…): compensação do header fixo + rolagem suave.
 * scroll-padding no body não afeta o scroll da janela — precisa estar no html. */
html:has(body.credboa-landing) {
  --credboa-header-offset: 88px;
  /* Micro folga para cima: âncora um pouco mais alta que o padding do main */
  scroll-padding-top: calc(var(--credboa-header-offset) - 10px);
  scroll-behavior: smooth;
}

@media (max-width: 991px) {
  html:has(body.credboa-landing) {
    --credboa-header-offset: 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.credboa-landing) {
    scroll-behavior: auto;
  }
}

/* #compliance: margem positiva puxa o alinhamento da âncora um pouco mais para cima na página,
 * reduzindo o “vazamento” do bloco pêssego de Nossos serviços no rodapé da viewport */
.credboa-security#compliance {
  scroll-margin-top: 48px;
}

@media (max-width: 991px) {
  .credboa-security#compliance {
    scroll-margin-top: 64px;
  }
}

/**
 * CredBoa hotsite — Figma:
 * Header 19286:34073 | Hero 19286:33993 | Vantagens 19316:25659 | Nossos serviços (grid) 20521:801 |
 * Como funciona 20560:35384 | Moldura + telefone 20560:35386 | Linha 20560:35385 | Passos 20560:35393 |
 * Produtos 20218:17780 | Segurança 20527:12348
 */
.credboa-landing {
  font-family: 'Wix Madefor Display', sans-serif;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /* Fallback se :has() não existir; também usado em min-height do hero */
  --credboa-header-offset: 88px;
}

.credboa-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fcfcfc;
  border-top: 1px solid #7a51a0;
  border-bottom: 1px solid #7a51a0;
  box-shadow: 0 2px 2px #eeeeee;
}

.credboa-header__inner {
  box-sizing: border-box;
  max-width: 1512px;
  margin: 0 auto;
  padding: 12px clamp(16px, 8vw, 270px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* Header 19286:34073: spacing/xxs = 12px entre Logo | Menu | CTAs */
  gap: 12px;
}

.credboa-header__brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  line-height: 0;
}

.credboa-header__brand img {
  /* Header logo frame (Figma): 160 × 50 */
  width: 160px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.credboa-header__nav {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* Coluna do menu: spacing/min = 4px entre links */
  gap: 4px;
  min-width: 0;
}

.credboa-header__nav a {
  flex: 0 0 auto;
  box-sizing: border-box;
  min-height: 49px;
  /* px spacing/xxs 12 + py spacing/s 12 */
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  color: #121212;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.credboa-header__nav a:hover {
  background-color: rgba(122, 81, 160, 0.06);
  color: #121212;
  text-decoration: none;
}

.credboa-header__actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  /* Fale conosco ↔ Baixar App: spacing/xs = 16px */
  gap: 16px;
}

.credboa-header__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  /* CTAs do header: px/py spacing/s = 20px × 12px */
  padding: 12px 20px;
  border-radius: 8px;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.credboa-header__btn--outline {
  background: transparent;
  border: 1px solid #f47f20;
  color: #f47f20;
}

.credboa-header__btn--outline:hover {
  background: rgba(244, 127, 32, 0.08);
  color: #f47f20;
  text-decoration: none;
}

.credboa-header__btn--primary {
  background-color: #7a51a0;
  color: #fcfcfc;
}

.credboa-header__btn--primary:hover {
  background-color: #6a458c;
  color: #fcfcfc;
  text-decoration: none;
}

.credboa-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: var(--credboa-header-offset);
}

/* --- Hero -------------------------------------------------------------- */
.credboa-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /* Primeira dobra: viewport menos altura do header fixo */
  min-height: calc(100vh - var(--credboa-header-offset));
  min-height: calc(100svh - var(--credboa-header-offset));
  background-color: #fcfcfc;
  padding: clamp(40px, 10vh, 140px) clamp(16px, 8vw, 270px) 0;
}

.credboa-hero__inner {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 56px;
}

.credboa-hero__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.credboa-hero__copy {
  flex: 0 1 552px;
  width: 100%;
  max-width: 552px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.credboa-hero__textblock {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.credboa-hero__title {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  color: #121212;
}

.credboa-hero__title-accent {
  color: #7a51a0;
}

.credboa-hero__lead {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.0703px;
  color: #121212;
}

.credboa-hero__ctas {
  display: flex;
  gap: 20px;
  width: 100%;
}

.credboa-hero__btn {
  box-sizing: border-box;
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 12px;
  border-radius: 8px;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  text-align: center;
}

.credboa-hero__btn--primary {
  background-color: #7a51a0;
  color: #fcfcfc;
}

.credboa-hero__btn--primary:hover {
  background-color: #6a458c;
  color: #fcfcfc;
  text-decoration: none;
}

.credboa-hero__btn--outline {
  background: transparent;
  border: 1px solid #f47f20;
  color: #f47f20;
}

.credboa-hero__btn--outline:hover {
  background: rgba(244, 127, 32, 0.08);
  color: #f47f20;
  text-decoration: none;
}

/* Visual (Group 20212:10635 — pills + foto, espelhamento aplicado em CSS) */
.credboa-hero__visual {
  position: relative;
  flex-shrink: 0;
  width: 380px;
  height: 491px;
}

.credboa-hero__pill {
  position: absolute;
  border-radius: 76px;
  z-index: 0;
}

.credboa-hero__pill--orange {
  left: 0;
  top: 13px;
  width: 53px;
  height: 144px;
  background-color: #f27f30;
}

.credboa-hero__pill--yellow {
  left: 31px;
  top: 181px;
  width: 83px;
  height: 284px;
  background-color: #face30;
}

.credboa-hero__photo-card {
  position: absolute;
  left: 73px;
  top: 0;
  width: 307px;
  height: 491px;
  border-radius: 76px;
  background-color: #82c04a;
  z-index: 1;
}

.credboa-hero__photo-mask {
  position: absolute;
  left: 73px;
  top: 24px;
  width: 307px;
  height: 467px;
  border-radius: 76px;
  overflow: hidden;
  z-index: 2;
}

/* Crop equivalente ao Figma (image 22): w 117.26%, h 115.3%, left -3.26%, top -15.28% */
.credboa-hero__photo {
  position: absolute;
  width: 117.26%;
  height: 115.3%;
  left: -3.26%;
  top: -15.28%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

.credboa-hero__scroll-wrap {
  position: absolute;
  left: 50%;
  bottom: max(12px, env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 2;
}

.credboa-hero__scroll {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #7a51a0;
  border-radius: 8px;
  color: #7a51a0;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.credboa-hero__scroll-icon {
  font-size: 16px;
  line-height: 1;
}

/* --- Quem somos — página dedicada (Figma 20521:1453 / 1470 / 1093) ----- */

.credboa-about {
  box-sizing: border-box;
  background-color: #fcfcfc;
  padding: 60px clamp(16px, 8vw, 270px) 120px;
}

.credboa-about__inner {
  box-sizing: border-box;
  /* Mesmo trilho do grid de serviços — encosta texto + foto como no Figma 20521:1453 */
  max-width: 972px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(260px, auto);
  align-items: start;
  gap: 60px;
}

.credboa-about__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.credboa-about__title {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  color: #8e67b2;
  -webkit-font-smoothing: antialiased;
}

.credboa-about__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.0703px;
  color: #121212;
}

.credboa-about__body p {
  margin: 0;
}

.credboa-about__visual {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 0;
}

.credboa-about__photo-shell {
  position: relative;
  width: min(432px, 100%);
  aspect-ratio: 432 / 740;
}

.credboa-about__pill {
  position: absolute;
  z-index: 1;
  border-radius: 57px;
  box-sizing: border-box;
}

.credboa-about__pill--green {
  background-color: #82c04a;
  border: 3px solid #82c04a;
}

.credboa-about__pill--orange {
  background-color: #f47f20;
  border: 3px solid #f47f20;
}

.credboa-about__pill--tr {
  width: 10.5%;
  height: 16%;
  top: 10%;
  right: 4%;
}

.credboa-about__pill--tr-tall {
  width: 16%;
  height: 31%;
  top: 4%;
  right: -4%;
}

.credboa-about__pill--bl-tall {
  width: 16%;
  height: 31%;
  bottom: 6%;
  left: -5%;
}

.credboa-about__pill--bl {
  width: 10.5%;
  height: 16%;
  bottom: 4%;
  left: 22%;
}

.credboa-about__photo-cut {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 432px;
  z-index: 2;
  line-height: 0;
}

.credboa-about__photo {
  display: block;
  width: 100%;
  height: auto;
}

/* --- Vantagens CredBoa (Figma 19316:25659) -------------------------------- */
.credboa-vantagens {
  background-color: #edf6e5;
  padding: 40px clamp(16px, 8vw, 270px);
}

.credboa-vantagens__inner {
  box-sizing: border-box;
  max-width: 1512px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.credboa-vantagens__intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 972px;
}

.credboa-vantagens__title {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  color: #70aa3b;
}

.credboa-vantagens__subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.0703px;
  color: #121212;
}

.credboa-vantagens__cards {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 972px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

.credboa-vantagens__card {
  box-sizing: border-box;
  margin: 0;
  background-color: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  box-shadow: 0 0 4px #eeeeee;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.credboa-vantagens__card--purple:hover {
  border-color: #7a51a0;
  box-shadow:
    0 0 4px rgba(122, 81, 160, 0.18),
    0 8px 24px rgba(122, 81, 160, 0.14);
}

.credboa-vantagens__card--purple:hover .credboa-vantagens__card-label {
  color: #7a51a0;
}

.credboa-vantagens__card--green:hover {
  border-color: #70aa3b;
  box-shadow:
    0 0 4px rgba(112, 170, 59, 0.15),
    0 8px 24px rgba(112, 170, 59, 0.12);
}

.credboa-vantagens__card--green:hover .credboa-vantagens__card-label {
  color: #70aa3b;
}

.credboa-vantagens__card--orange:hover {
  border-color: #f47f20;
  box-shadow:
    0 0 4px rgba(244, 127, 32, 0.18),
    0 8px 24px rgba(244, 127, 32, 0.12);
}

.credboa-vantagens__card--orange:hover .credboa-vantagens__card-label {
  color: #f47f20;
}

.credboa-vantagens__card-label {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.1504px;
  color: #121212;
  transition: color 0.2s ease;
}

.credboa-vantagens__card-text {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #121212;
}

/* --- Nossos serviços — grid (Figma 20521:801) ---------------------------- */

.credboa-services-grid {
  background-color: #fef4ec;
  /* Elimina faixa clara entre o header fixo / bloco anterior e o fundo pêssego */
  margin-top: -12px;
  /* Mais respiro vertical na faixa pêssego (título / grid de cards) */
  padding: calc(96px + 12px) clamp(16px, 8vw, 270px) 140px;
  position: relative;
  z-index: 1;
}

.credboa-services-grid__inner {
  box-sizing: border-box;
  max-width: 972px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}

.credboa-services-grid__intro {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  text-align: center;
}

.credboa-services-grid__title {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  color: #f3740c;
  -webkit-font-smoothing: antialiased;
}

.credboa-services-grid__subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.0703px;
  color: #121212;
}

.credboa-services-grid__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.credboa-services-grid__card {
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding: 24px 20px;
  background-color: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 0 4px #eee;
}

.credboa-services-grid__tag {
  align-self: flex-start;
  margin: 0;
  padding: 8px 12px;
  border-radius: 24px;
  border: 1px solid #7a51a0;
  background-color: #f5f1f8;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.1504px;
  color: #7a51a0;
}

.credboa-services-grid__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  min-height: 0;
}

.credboa-services-grid__card-title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #121212;
}

.credboa-services-grid__card-text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.1504px;
  color: #121212;
}

.credboa-services-grid__cta {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 49px;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background-color: #7a51a0;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #fcfcfc;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.credboa-services-grid__cta:hover {
  background-color: #6a4590;
  color: #fcfcfc;
  text-decoration: none;
}

.credboa-services-grid__cta:focus-visible {
  outline: 2px solid #f3740c;
  outline-offset: 2px;
}

/* --- Como funciona (Figma 20560:35384 / 35385 / 35386 / 35393) ----------- */

.credboa-how {
  box-sizing: border-box;
  background-color: #fcfcfc;
  padding: 140px clamp(16px, 8vw, 270px) 60px;
}

.credboa-how__inner {
  box-sizing: border-box;
  max-width: 972px;
  margin: 0 auto;
}

.credboa-how__row {
  --credboa-how-visual-overlap: 23px;
  --credboa-how-stroke: 8px;
  /* Mockup — mesma proporção do frame Figma 276×454 (~0,608), maior para leitura no site */
  --credboa-how-phone-w: 430px;
  --credboa-how-phone-h: 708px;
  /* Coluna de passos — Figma 20560:35393 (313×507): 37 + 28 + 248 */
  --credboa-how-steps-w: 313px;
  --credboa-how-step-copy-w: 248px;
  display: flex;
  flex-direction: row;
  /* Figma 20560:35385 — coluna dos passos centralizada na moldura */
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

/* Não encolher o bloco da moldura/celular — senão o flex comprime o mockup abaixo da largura definida */
.credboa-how__visual {
  flex: 0 0 auto;
  margin-right: calc(-1 * var(--credboa-how-visual-overlap));
  position: relative;
  z-index: 1;
}

.credboa-how__border-outer {
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  border-radius: 0 80px 0 0;
  padding: 8px 8px 0 0;
  background: transparent;
}

/*
 * Topo horizontal: para até o quadrante do canto — o raio 80px não pode ficar numa faixa de 8px
 * (vira “reto”); o arco é pintado em .credboa-how__border-arc.
 */
.credboa-how__border-outer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: max(0px, calc(100% - 80px));
  height: 8px;
  border-radius: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    to right,
    #7a51a0 0%,
    #8451a5 14%,
    #f47f20 46%,
    #e8892f 68%,
    #d9a238 84%,
    #cdb847 100%
  );
}

/* Canto superior direito: borda superior + direita com border-radius = arco contínuo (Figma ~80px) */
.credboa-how__border-arc {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  border-radius: 0 80px 0 0;
  border-top: 8px solid #cdb847;
  border-right: 8px solid #cdb847;
  z-index: 0;
  pointer-events: none;
}

/*
 * Coluna direita: começa abaixo do arco; fade começa um pouco antes do passo 2 e zera no passo 3 (sem cauda).
 */
.credboa-how__border-outer::after {
  content: '';
  position: absolute;
  top: 80px;
  right: 0;
  width: 8px;
  height: calc(100% - 80px);
  border-radius: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    #cdb847 0%,
    #c2ae45 4%,
    #b0bc48 10%,
    #96c049 16%,
    #82c04a 22%,
    rgba(130, 192, 74, 0.72) 30%,
    rgba(130, 192, 74, 0.4) 44%,
    rgba(130, 192, 74, 0.18) 58%,
    rgba(130, 192, 74, 0.06) 70%,
    rgba(130, 192, 74, 0) 76%
  );
}

.credboa-how__border-inner {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-radius: 0 72px 0 0;
  background-color: #fcfcfc;
  padding: 72px 40px 100px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 44px;
}

.credboa-how__copy {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 322px;
  max-width: min(322px, 100%);
  display: flex;
  flex-direction: column;
  /* Figma 20560:35387 — spacing/s entre título e lead */
  gap: 20px;
  /* Desloca o bloco para baixo em relação ao mockup (desktop) */
  margin-top: 80px;
}

.credboa-how__title {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  color: #8e67b2;
  -webkit-font-smoothing: antialiased;
}

.credboa-how__lead {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.0703px;
  color: #121212;
}

.credboa-how__phone {
  flex: 0 0 auto;
  flex-shrink: 0;
  box-sizing: border-box;
  width: var(--credboa-how-phone-w);
  height: var(--credboa-how-phone-h);
  overflow: hidden;
  border-radius: 24px;
}

.credboa-how__phone img {
  display: block;
  width: 100%;
  height: 100%;
  /* Figma 35391–35392: arte maior que o viewport + clip — preenche o quadro, não encolhe com letterbox */
  object-fit: cover;
  object-position: center top;
}

.credboa-how__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: var(--credboa-how-steps-w);
  max-width: min(var(--credboa-how-steps-w), 100%);
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.credboa-how__step {
  margin: 0;
  display: grid;
  grid-template-columns: 37px minmax(0, var(--credboa-how-step-copy-w));
  align-items: center;
  column-gap: 28px;
}

.credboa-how__badge {
  box-sizing: border-box;
  grid-column: 1;
  justify-self: start;
  width: 37px;
  height: 37px;
  border-radius: 12px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  background-color: #fcfcfc;
  position: relative;
  /* Centro do quadrado sobre o miolo da borda gradiente (682 − 659 = 23px de overlap; stroke 8px) */
  left: calc(var(--credboa-how-visual-overlap) - var(--credboa-how-stroke) / 2);
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 0 0 3px #fcfcfc;
}

.credboa-how__step--purple .credboa-how__badge {
  border-color: #7a51a0;
  color: #7a51a0;
}

.credboa-how__step--orange .credboa-how__badge {
  border-color: #f47f20;
  color: #f47f20;
}

.credboa-how__step--green .credboa-how__badge {
  border-color: #82c04a;
  color: #82c04a;
}

.credboa-how__step-body {
  grid-column: 2;
  flex: unset;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.credboa-how__step-title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

.credboa-how__step--purple .credboa-how__step-title {
  color: #7a51a0;
}

.credboa-how__step--orange .credboa-how__step-title {
  color: #f47f20;
}

.credboa-how__step--green .credboa-how__step-title {
  color: #82c04a;
}

.credboa-how__step-text {
  margin: 0;
  max-width: var(--credboa-how-step-copy-w);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.1504px;
  color: #73726f;
}

/* --- CTA App — Figma 20221:18541 / 18543 / 20560:35453 ---------------- */
.credboa-app-cta {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: visible;
  /* Espaço para os celulares “escaparem” para cima da faixa roxa */
  margin-top: clamp(48px, 10vw, 76px);
}

.credboa-app-cta__surface {
  box-sizing: border-box;
  background-color: #7a51a0;
  overflow: visible;
}

.credboa-app-cta__inner {
  box-sizing: border-box;
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 clamp(16px, 8vw, 270px);
  overflow: visible;
}

.credboa-app-cta__layout {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
  min-height: 422px;
  padding: clamp(40px, 5vw, 72px) 0 clamp(48px, 6vw, 80px);
  overflow: visible;
}

.credboa-app-cta__copy {
  flex: 0 1 535px;
  max-width: 535px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 8vw, 80px);
}

.credboa-app-cta__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.credboa-app-cta__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1;
  letter-spacing: 0;
  color: #fcfcfc;
  -webkit-font-smoothing: antialiased;
}

.credboa-app-cta__lead {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.0703px;
  color: #fcfcfc;
  -webkit-font-smoothing: antialiased;
}

.credboa-app-cta__stores {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 33px;
  align-items: flex-start;
}

.credboa-app-cta__store {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 185px;
  max-width: 100%;
  min-height: 59px;
  padding: 14px 14px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-color: #fcfcfc;
  border-radius: 12px;
  text-decoration: none;
  color: #7a51a0;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.credboa-app-cta__store:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.credboa-app-cta__store:focus-visible {
  outline: 2px solid #fcfcfc;
  outline-offset: 3px;
}

.credboa-app-cta__store-icon {
  flex-shrink: 0;
  width: 21px;
  height: auto;
  display: block;
}

.credboa-app-cta__store-icon--play {
  width: 22px;
}

.credboa-app-cta__store-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  font-style: normal;
}

.credboa-app-cta__store-line {
  display: block;
  width: 100%;
}

.credboa-app-cta__store-line--small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: 10.4px;
  line-height: 7.21px;
  letter-spacing: 0;
}

.credboa-app-cta__store-line--large {
  font-family: 'Segoe UI Variable', 'Segoe UI', system-ui, sans-serif;
  font-weight: 600;
  font-size: 19.2px;
  line-height: 19.2px;
  letter-spacing: -1.15px;
}

.credboa-app-cta__store-line--play {
  font-size: 17.2px;
  letter-spacing: -1.03px;
}

/* Compõe os dois iPhones como no Figma (20560:35453): 447×494, esquerda 226×460, direita 231×469 @ left 216 top 25 */
.credboa-app-cta__visual {
  flex: 0 0 auto;
  align-self: center;
  margin-top: -148px;
  position: relative;
  z-index: 1;
  width: min(447px, 52vw);
  max-width: 100%;
  aspect-ratio: 447 / 494;
  flex-shrink: 0;
}

.credboa-app-cta__phone {
  position: absolute;
  display: block;
  height: auto;
  max-width: none;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.22));
}

.credboa-app-cta__phone--home {
  left: 0;
  top: 0;
  width: calc(226 / 447 * 100%);
  z-index: 2;
}

.credboa-app-cta__phone--details {
  left: calc(216 / 447 * 100%);
  top: calc(25 / 494 * 100%);
  width: calc(231 / 447 * 100%);
  z-index: 1;
}

/* --- Contato — Figma 19286:34004 / 34006 / 34035–34042 ---------------- */
.credboa-contact {
  box-sizing: border-box;
  background-color: #f7f8f8;
  padding: clamp(72px, 12vw, 130px) clamp(16px, 8vw, 270px);
}

.credboa-contact__inner {
  box-sizing: border-box;
  max-width: 1512px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.credboa-contact__layout {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  box-sizing: border-box;
  max-width: 972px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.credboa-contact__copy {
  flex: 0 1 456px;
  width: 456px;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 80px);
}

.credboa-contact__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.credboa-contact__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: normal;
  color: #7a51a0;
  -webkit-font-smoothing: antialiased;
}

/* Mesma largura de texto do Figma (19286:34007 ≈ 456px) */
.credboa-contact__lead {
  margin: 0;
  max-width: 456px;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.0703px;
  color: #121212;
  -webkit-font-smoothing: antialiased;
}

.credboa-contact__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.credboa-contact__benefit {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.credboa-contact__check {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #82c04a;
  background-color: #82c04a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.credboa-contact__check img {
  display: block;
  width: 16px;
  height: 16px;
}

.credboa-contact__benefit-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.0703px;
  color: #73726f;
}

/* Borda em gradiente (Figma): roxo → verde → laranja */
.credboa-contact__card-wrap {
  flex: 0 1 456px;
  width: 456px;
  max-width: 100%;
  min-width: 0;
  padding: 2px;
  border-radius: 14px;
  box-sizing: border-box;
  background: conic-gradient(from 210deg at 50% 50%, #7a51a0 0deg, #82c04a 120deg, #f47f20 240deg, #7a51a0 360deg);
  box-shadow: 0 0 8px rgba(238, 238, 238, 1);
}

/* Card — Figma 19286:34035 (~456×640): campos no bloco flexível + botão fixo + gap 32px */
.credboa-contact__form {
  box-sizing: border-box;
  margin: 0;
  padding: 32px;
  border-radius: 12px;
  background-color: #fcfcfc;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 640px;
}

.credboa-contact__fields {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1 1 auto;
  min-height: 0;
}

.credboa-contact__field {
  position: relative;
  margin: 0;
  padding-top: 6px;
}

.credboa-contact__label {
  position: absolute;
  left: 12px;
  top: 0;
  transform: translateY(-50%);
  padding: 0 4px;
  background-color: #fcfcfc;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #121212;
  z-index: 1;
}

.credboa-contact__input,
.credboa-contact__textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid #73726f;
  border-radius: 8px;
  background-color: #fcfcfc;
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #121212;
  -webkit-font-smoothing: antialiased;
}

.credboa-contact__input::placeholder,
.credboa-contact__textarea::placeholder {
  color: #73726f;
  opacity: 1;
}

.credboa-contact__input {
  height: 40px;
  padding: 0 12px;
}

.credboa-contact__textarea {
  box-sizing: border-box;
  height: 106px;
  min-height: 106px;
  padding: 12px;
  resize: vertical;
  line-height: normal;
}

.credboa-contact__field--textarea .credboa-contact__textarea {
  display: block;
}

.credboa-contact__input:focus,
.credboa-contact__textarea:focus {
  outline: none;
  border-color: #7a51a0;
  box-shadow: 0 0 0 2px rgba(122, 81, 160, 0.2);
}

.credboa-contact__submit {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  flex-shrink: 0;
  height: 49px;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background-color: #7a51a0;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #fcfcfc;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.15s ease, transform 0.15s ease;
}

.credboa-contact__submit:hover {
  background-color: #68468c;
}

.credboa-contact__submit:focus-visible {
  outline: 2px solid #7a51a0;
  outline-offset: 3px;
}

.credboa-contact__submit:active {
  transform: translateY(1px);
}

/* --- Rodapé — Figma 19286:34003 -------------------------------------- */
.credboa-footer {
  box-sizing: border-box;
  position: relative;
  background-color: #fcfcfc;
  padding: 60px 0 0;
  margin-top: 0;
  box-shadow: 0 -2px 8px rgba(238, 238, 238, 1);
}

.credboa-footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #7a51a0 0%, #f47f20 50%, #82c04a 100%);
  pointer-events: none;
}

.credboa-footer__inner {
  box-sizing: border-box;
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 clamp(16px, 8vw, 270px);
}

.credboa-footer__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 32px 48px;
  padding-bottom: 40px;
}

.credboa-footer__brand-col {
  box-sizing: border-box;
  width: 264px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.credboa-footer__brand {
  display: block;
  line-height: 0;
}

.credboa-footer__brand img {
  display: block;
  width: 264px;
  max-width: 100%;
  height: auto;
}

.credboa-footer__socials {
  list-style: none;
  margin: 0;
  padding: 0 8px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 35px;
}

.credboa-footer__socials li {
  margin: 0;
}

.credboa-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  line-height: 0;
  transition: opacity 0.15s ease;
}

.credboa-footer__social-link:hover {
  opacity: 0.85;
}

.credboa-footer__social-link:focus-visible {
  outline: 2px solid #7a51a0;
  outline-offset: 3px;
  border-radius: 6px;
}

.credboa-footer__social-link img {
  display: block;
  width: 29px;
  height: 29px;
}

.credboa-footer__cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  flex: 0 1 auto;
  min-width: 0;
}

.credboa-footer__col {
  box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.credboa-footer__col-title {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 8px;
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #121212;
}

.credboa-footer__col-title--contact {
  min-height: 40px;
}

.credboa-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.credboa-footer__links li {
  margin: 0;
}

.credboa-footer__links a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 49px;
  padding: 12px 8px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #121212;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.credboa-footer__links a:hover {
  background-color: rgba(122, 81, 160, 0.08);
}

.credboa-footer__links a:focus-visible {
  outline: 2px solid #7a51a0;
  outline-offset: 2px;
}

.credboa-footer__contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.credboa-footer__contacts li {
  margin: 0;
}

.credboa-footer__contact-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 0 8px;
  margin: 0;
  font-family: Montserrat, 'Wix Madefor Display', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  color: #121212;
  text-decoration: none;
}

.credboa-footer__contact-row:hover span {
  text-decoration: underline;
}

.credboa-footer__contact-row--static:hover span {
  text-decoration: none;
}

.credboa-footer__contact-row img {
  flex-shrink: 0;
  display: block;
}

.credboa-footer__bottom {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px 0;
  border-top: none;
}

.credboa-footer__copyright {
  margin: 0;
  width: 242px;
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #73726f;
  text-align: center;
}

.credboa-footer__alphacode {
  display: inline-flex;
  line-height: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}

.credboa-footer__alphacode:hover {
  opacity: 0.85;
}

.credboa-footer__alphacode:focus-visible {
  outline: 2px solid #73726f;
  outline-offset: 3px;
  border-radius: 4px;
}

.credboa-footer__alphacode img {
  display: block;
  width: 81px;
  height: 15px;
}

body.credboa-landing footer.credboa-footer {
  flex-shrink: 0;
}

/* --- Cards de produtos (Figma 20218:17780) ----------------------------- */
.credboa-products {
  background-color: #fcfcfc;
  padding: 96px clamp(16px, 8vw, 270px) 192px;
}

.credboa-products__inner {
  box-sizing: border-box;
  max-width: 972px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 132px;
}

.credboa-product-card {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 320px;
  min-height: 320px;
  background-color: #7a51a0;
  border-radius: 16px;
  gap: 60px;
  overflow: visible;
}

.credboa-product-card--reverse {
  flex-direction: row-reverse;
}

.credboa-product-card__body {
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.credboa-product-card:not(.credboa-product-card--reverse) .credboa-product-card__body {
  padding: 40px 0 40px 40px;
}

.credboa-product-card--reverse .credboa-product-card__body {
  padding: 40px 40px 40px 0;
}

.credboa-product-card__title {
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  color: #fcfcfc;
  -webkit-font-smoothing: antialiased;
}

.credboa-product-card__text {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.0703px;
  color: #fcfcfc;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

.credboa-product-card__media {
  box-sizing: border-box;
  position: relative;
  flex: 0 0 auto;
  width: 41%;
  max-width: 400px;
  min-width: 280px;
  align-self: center;
  overflow: visible;
}

.credboa-product-card:not(.credboa-product-card--reverse) .credboa-product-card__media {
  border-radius: 0 16px 16px 0;
}

.credboa-product-card--reverse .credboa-product-card__media {
  border-radius: 16px 0 0 16px;
}

.credboa-product-card__media img {
  display: block;
  width: 100%;
  height: auto;
}

.credboa-product-card:not(.credboa-product-card--reverse) .credboa-product-card__media img {
  border-radius: 16px 16px 16px 0;
}

.credboa-product-card--reverse .credboa-product-card__media img {
  border-radius: 16px 16px 0 16px;
}

.credboa-product-card__pill {
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-radius: 57.1px;
  background: transparent;
}

.credboa-product-card__pill--green {
  border-width: 3px;
  border-color: #82c04a;
  width: 44px;
  height: 119px;
  z-index: 2;
}

.credboa-product-card__pill--orange {
  border-width: 3px;
  border-color: #f47f20;
  width: 69px;
  height: 235px;
  z-index: 3;
}

/* Figma: laranja à esquerda (encosta no corte), verde à direita e mais alto; ~88px entre left dos dois */
.credboa-product-card:not(.credboa-product-card--reverse) .credboa-product-card__pill--orange {
  left: -14px;
  top: 77px;
}

.credboa-product-card:not(.credboa-product-card--reverse) .credboa-product-card__pill--green {
  left: 74px;
  top: 12px;
}

/* Terceiro card (imóvel): mesmo arranjo do primeiro, pílulas levemente mais à direita */
.credboa-products__inner > .credboa-product-card:nth-child(3) .credboa-product-card__pill--orange {
  left: -4px;
}

.credboa-products__inner > .credboa-product-card:nth-child(3) .credboa-product-card__pill--green {
  left: 84px;
}

/* Card invertido: espelho horizontal — laranja encosta no corte (à direita da foto), verde mais para dentro */
.credboa-product-card--reverse .credboa-product-card__pill--orange {
  right: 12px;
  left: auto;
  top: 77px;
}

.credboa-product-card--reverse .credboa-product-card__pill--green {
  right: 100px;
  left: auto;
  top: 12px;
}

/* --- Segurança / Compliance (Figma 20527:12348) ------------------------- */

.credboa-security {
  background-color: #fcfcfc;
  padding: 232px clamp(16px, 8vw, 270px) 232px;
}

.credboa-security__inner {
  box-sizing: border-box;
  max-width: 972px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}

.credboa-security__intro {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  text-align: center;
}

.credboa-security__title {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  color: #8e67b2;
  -webkit-font-smoothing: antialiased;
}

.credboa-security__lead {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.0703px;
  color: #121212;
}

.credboa-security__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.credboa-security__card {
  margin: 0;
}

.credboa-security__card-inner {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 20px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.credboa-security__icon-wrap {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcfcfc;
  border: 1px solid #d94126;
  border-radius: 12px;
}

.credboa-security__icon {
  display: block;
  width: 24px;
  height: 24px;
}

.credboa-security__text {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #121212;
  text-align: left;
}

@media (max-width: 991px) {
  .credboa-landing {
    --credboa-header-offset: 140px;
  }

  .credboa-header__inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .credboa-header__nav {
    order: 3;
    flex: 1 1 100%;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .credboa-header__nav a {
    flex: 0 0 auto;
  }

  .credboa-hero {
    padding-top: clamp(24px, 6vh, 72px);
    min-height: calc(100vh - var(--credboa-header-offset));
    min-height: calc(100svh - var(--credboa-header-offset));
  }

  .credboa-hero__inner {
    padding-bottom: 48px;
  }

  .credboa-hero__grid {
    flex-direction: column;
    align-items: center;
  }

  .credboa-hero__copy {
    max-width: none;
    gap: 48px;
  }

  .credboa-hero__linebreak {
    display: none;
  }

  .credboa-hero__title {
    font-size: clamp(28px, 8vw, 48px);
  }

  .credboa-hero__lead {
    font-size: 18px;
    line-height: 30px;
  }

  .credboa-hero__visual {
    transform-origin: top center;
    transform: scale(min(1, calc((100vw - 48px) / 380)));
  }

  .credboa-hero__ctas {
    flex-direction: column;
  }

  .credboa-hero__btn {
    flex: none;
    width: 100%;
  }

  .credboa-about {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .credboa-about__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    max-width: none;
  }

  .credboa-about__visual {
    order: -1;
  }

  .credboa-about__photo-shell {
    margin-left: auto;
    margin-right: auto;
    max-width: min(432px, 92vw);
  }

  .credboa-about__title {
    font-size: clamp(24px, 6vw, 32px);
    text-align: center;
  }

  .credboa-about__body {
    font-size: 18px;
    line-height: 30px;
  }

  .credboa-about__hard-br {
    display: none;
  }

  .credboa-vantagens {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .credboa-vantagens__cards {
    grid-template-columns: 1fr;
    max-width: none;
    gap: 16px;
  }

  .credboa-vantagens__title {
    font-size: clamp(24px, 6vw, 32px);
  }

  .credboa-vantagens__subtitle {
    font-size: 18px;
    line-height: 30px;
  }

  .credboa-services-grid {
    margin-top: -12px;
    padding-top: calc(72px + 12px);
    padding-bottom: 96px;
  }

  .credboa-services-grid__inner {
    gap: 28px;
  }

  .credboa-services-grid__intro {
    gap: 10px;
  }

  .credboa-services-grid__title {
    font-size: clamp(24px, 6vw, 32px);
  }

  .credboa-services-grid__subtitle {
    font-size: 18px;
    line-height: 30px;
  }

  .credboa-services-grid__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .credboa-services-grid__card {
    padding: 20px 16px;
  }

  .credboa-how {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .credboa-how__row {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }

  .credboa-how__visual {
    margin-right: 0;
    width: 100%;
    max-width: none;
  }

  .credboa-how__border-inner {
    flex-direction: column;
    align-items: center;
    padding: 48px 24px 48px 24px;
    gap: 32px;
  }

  .credboa-how__copy {
    width: 100%;
    max-width: none;
    margin-top: 0;
    text-align: center;
    align-items: center;
  }

  .credboa-how__title {
    font-size: clamp(24px, 6vw, 32px);
  }

  .credboa-how__lead {
    font-size: 18px;
    line-height: 30px;
  }

  .credboa-how__phone {
    width: min(var(--credboa-how-phone-w), 100%);
    height: auto;
    aspect-ratio: 430 / 708;
  }

  .credboa-how__steps {
    gap: 28px;
    width: 100%;
    max-width: none;
  }

  .credboa-how__step {
    grid-template-columns: 37px minmax(0, 1fr);
  }

  .credboa-how__step-text {
    max-width: none;
  }

  .credboa-how__badge {
    left: 0;
    transform: none;
    box-shadow: none;
  }

  .credboa-app-cta {
    margin-top: 40px;
  }

  .credboa-app-cta__layout {
    flex-direction: column;
    align-items: center;
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 48px;
    gap: 28px;
  }

  .credboa-app-cta__copy {
    flex: 1 1 auto;
    max-width: none;
    align-items: center;
    gap: 40px;
  }

  .credboa-app-cta__text {
    align-items: center;
  }

  .credboa-app-cta__title,
  .credboa-app-cta__lead {
    text-align: center;
  }

  .credboa-app-cta__stores {
    justify-content: center;
  }

  .credboa-app-cta__store-text {
    align-items: center;
  }

  .credboa-app-cta__visual {
    margin-top: 0;
    width: min(340px, 90vw);
    margin-left: auto;
    margin-right: auto;
  }

  .credboa-contact {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .credboa-contact__layout {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    max-width: none;
  }

  .credboa-contact__copy {
    width: 100%;
    max-width: none;
    gap: 40px;
  }

  .credboa-contact__lead {
    max-width: none;
    font-size: 18px;
    line-height: 30px;
  }

  .credboa-contact__benefit-text {
    font-size: 15px;
    line-height: 28px;
    white-space: normal;
  }

  .credboa-contact__card-wrap {
    max-width: none;
    margin-left: 0;
    width: 100%;
  }

  .credboa-contact__form {
    padding: 24px;
    gap: 24px;
    min-height: 0;
  }

  .credboa-contact__fields {
    flex: none;
    gap: 24px;
  }

  .credboa-contact__textarea {
    min-height: 100px;
    height: auto;
  }

  .credboa-products {
    padding-top: 48px;
    padding-bottom: 88px;
  }

  .credboa-products__inner {
    gap: 48px;
    align-items: stretch;
  }

  .credboa-product-card,
  .credboa-product-card--reverse {
    flex-direction: column;
    height: auto;
    min-height: 0;
    gap: 0;
    overflow: hidden;
    align-items: stretch;
  }

  .credboa-product-card:not(.credboa-product-card--reverse) .credboa-product-card__body,
  .credboa-product-card--reverse .credboa-product-card__body {
    padding: 28px 24px 32px;
    order: 2;
  }

  .credboa-product-card__media {
    order: 1;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 220px;
    margin-top: 0;
    border-radius: 16px 16px 0 0;
  }

  .credboa-product-card--reverse .credboa-product-card__media {
    border-radius: 16px 16px 0 0;
  }

  .credboa-product-card__media img {
    min-height: 220px;
  }

  .credboa-product-card:not(.credboa-product-card--reverse) .credboa-product-card__media img,
  .credboa-product-card--reverse .credboa-product-card__media img {
    border-radius: 16px 16px 0 0;
  }

  .credboa-product-card__pill {
    display: none;
  }

  .credboa-product-card__title {
    font-size: clamp(22px, 5vw, 32px);
  }

  .credboa-product-card__text {
    font-size: 18px;
    line-height: 28px;
  }

  .credboa-security {
    padding-top: 96px;
    padding-bottom: 128px;
  }

  .credboa-security__inner {
    gap: 28px;
  }

  .credboa-security__intro {
    gap: 16px;
  }

  .credboa-security__title {
    font-size: clamp(24px, 6vw, 32px);
  }

  .credboa-security__lead {
    font-size: 18px;
    line-height: 30px;
  }

  .credboa-security__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .credboa-security__card-inner {
    padding: 20px 16px;
    gap: 16px;
  }

  .credboa-footer {
    padding-top: 40px;
  }

  .credboa-footer__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .credboa-footer__grid {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding-bottom: 32px;
  }

  .credboa-footer__brand-col {
    width: 100%;
    align-items: center;
    gap: 28px;
  }

  .credboa-footer__socials {
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 0;
    min-height: 0;
  }

  .credboa-footer__cols {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 32px;
    min-width: 0;
  }

  .credboa-footer__col {
    width: 100%;
    align-items: stretch;
    gap: 8px;
  }

  .credboa-footer__col-title {
    justify-content: center;
    text-align: center;
    padding: 0;
    min-height: 0;
  }

  .credboa-footer__col-title--contact {
    min-height: 0;
  }

  .credboa-footer__links a {
    justify-content: center;
    text-align: center;
    min-height: 44px;
  }

  .credboa-footer__contact-row {
    justify-content: flex-start;
    padding: 8px 0;
    min-height: 0;
    flex-wrap: wrap;
  }

  .credboa-footer__bottom {
    flex-direction: column;
    gap: 12px;
    padding: 24px 0 32px;
  }

  .credboa-footer__copyright {
    width: 100%;
    font-size: 14px;
  }
}
