/*
Theme Name: Artta
Theme URI: https://artta.local
Author: Equipe Artta
Description: Tema personalizado inspirado no layout fornecido no Figma para o projeto Artta.
Version: 0.1.0
Text Domain: artta
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background-color: #ffffff;
  color: #000000;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 72px;
}

html {
  scroll-padding-top: 72px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.85rem;
  color: #268afb;
  font-weight: 600;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.site-header {
  background: #0a0b35;
  color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 10;
  overflow: visible;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.branding {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.branding svg {
  width: 32px;
  height: 32px;
  fill: #ffb000;
}

.primary-navigation {
  display: flex;
  gap: 1rem;
  font-weight: 500;
}

.primary-navigation a {
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.header-cta {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.header-cta .btn {
  border-radius: 999px;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  border: 1px solid transparent;
}

.btn-outline {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-primary {
  background: #ffb000;
  color: #0a0b35;
}

main {
  min-height: 60vh;
}

.content-area {
  padding: 4rem 0;
}

.content-area article {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(10, 11, 53, 0.08);
}

.home-hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-pill {
  border-radius: 999px;
  padding: 0.9rem 1.75rem;
  font-weight: 600;
  border: 1px solid transparent;
  font-size: 1rem;
}

.btn-pill--solid {
  background: #ffb000;
  color: #0a0b35;
}

.btn-pill--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.home-hero {
  background: #0a0b35;
  color: #ffffff;
  padding: 6rem 0 4rem;
  position: relative;
  overflow-x: hidden;
}

.home-hero__container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  z-index: 1;
}

.home-hero__title {
  font-size: clamp(2.75rem, 4vw, 4rem);
  margin-top: 0;
}

.home-hero__text {
  font-size: 1.125rem;
  max-width: 32rem;
}

.home-hero__ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
}

.home-hero__visual {
  position: relative;
  min-height: 420px;
}

.home-hero__photo {
  width: min(380px, 100%);
  border-radius: 32px;
  overflow: hidden;
  margin-left: auto;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.home-hero__photo img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.home-hero__card {
  position: absolute;
  z-index: 2;
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 15px 40px rgba(10, 11, 53, 0.2);
  overflow: hidden;
}

.home-hero__card--stack {
  top: 47%;
  left: 0;
  width: min(293px, 48%);
  min-width: 260px;
  transform: translateY(-50%);
}

.home-hero__card--stack>strong {
  display: block;
  padding: 10px 24px;
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #0a0b35;
  border-radius: 16px 16px 0 0;
}

.home-hero__card--stack ul {
  margin: 0;
  padding: 12px 24px 16px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #535471;
}

.home-hero__stack-item {
  position: relative;
  padding: 8px 12px 8px 2.5rem;
  border-radius: 12px;
  background: transparent;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
}

.home-hero__stack-item span {
  display: block;
}

.home-hero__stack-item::before {
  content: '';
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: #0eba80;
  border: none;
}

.home-hero__stack-item::after {
  content: '';
  position: absolute;
  left: 0.8rem;
  top: 50%;
  width: 0.3rem;
  height: 0.55rem;
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  transform: translate(-50%, -55%) rotate(45deg);
}

.home-hero__stack-item.is-highlight {
  background: rgba(38, 138, 251, 0.12);
  color: #0a0b35;
}

.home-hero__stack-item.is-highlight::before {
  background: #0eba80;
}

.home-hero__stack-item.is-highlight::after {
  border-color: #ffffff;
}

.home-hero__clients {
  max-width: 1060px;
  margin: -70px auto 0;
  background: #ffffff;
  border-radius: 40px;
  padding: 1.5rem 2rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

.home-hero__clients-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 600;
  color: #0a0b35;
}

.home-hero__client {
  padding: 0.5rem 0;
}

.home-hero-logos {
  background: #ffffff;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

.home-hero-logos .home-hero__clients {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  position: static;
  overflow: hidden;
}

.home-hero-logos .home-hero__clients-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  animation: home-hero-logos-marquee 40s linear infinite;
  will-change: transform;
}

.home-hero-logos .home-hero__clients-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
  list-style: none;
  margin: 0;
  padding: 16px 0;
  border-radius: 0;
  box-shadow: none;
  flex-shrink: 0;
}

.home-hero-logos .home-hero__client {
  flex-shrink: 0;
  padding: 0 16px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36.4px;
  letter-spacing: -0.26px;
  text-transform: none;
  color: #0d0d0d;
  white-space: nowrap;
  font-style: normal;
}

@keyframes home-hero-logos-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-logos .home-hero__clients {
    overflow-x: auto;
  }

  .home-hero-logos .home-hero__clients-track {
    animation: none;
  }
}

.home-hero__card--pill {
  top: 75%;
  left: 43%;
  width: min(361px, 55%);
  min-width: 280px;
  transform: translateY(-50%);
  right: auto;
  bottom: auto;
  border-radius: 16px;
}

.home-hero__pill-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  border-bottom: 1px solid rgba(10, 11, 53, 0.1);
}

.home-hero__pill-icon {
  flex-shrink: 0;
  line-height: 0;
}

.home-hero__pill-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.home-hero__card--pill .home-hero__pill-header strong {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #0a0b35;
}

.home-hero__card--pill p {
  margin: 0;
  padding: 12px 24px 16px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 26px;
  color: #535471;
}


.home-solutions {
  position: relative;
  padding: 80px 64px;
  background: #ffffff;
  overflow-x: hidden;
}

.home-solutions--infra {
  background: #ffffff;
  color: #0a0b35;
  padding: 90px 0;
  padding-left: max(64px, calc((100% - 1312px) / 2));
}

.home-solutions--infra::after {
  content: none;
}

.home-solutions--infra .home-solutions__cta,
.home-solutions--credito .home-solutions__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  color: #0d0d0d;
  text-decoration: none;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  border: none;
  background-color: transparent;
  background-image: var(--solutions-btn-bg-image);
  background-repeat: no-repeat;
  background-size: var(--solutions-btn-bg-size);
  background-position: var(--solutions-btn-bg-pos);
  overflow: visible;
  text-align: center;
}

.home-solutions--infra .home-solutions__cta::after,
.home-solutions--credito .home-solutions__cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--solutions-btn-overlay-image, var(--solutions-btn-bg-image));
  background-repeat: no-repeat;
  background-size: var(--solutions-btn-bg-size);
  background-position: var(--solutions-btn-bg-pos);
  transform: translate(0, 0);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.home-solutions--infra .home-solutions__cta-label,
.home-solutions--credito .home-solutions__cta-label {
  position: relative;
  z-index: 1;
  transition: transform 0.2s ease;
}

.home-solutions__cta-mobile,
.home-solutions__cta--mobile {
  display: none;
}

.home-solutions--infra .home-solutions__cta,
.home-solutions--credito .home-solutions__cta {
  --solutions-btn-bg-image: url('../assets/img/solutions/btn-explore-outline.svg');
  --solutions-btn-overlay-image: url('../assets/img/solutions/btn-explore-solid.svg');
  --solutions-btn-bg-size: 197.125px 44px;
  --solutions-btn-bg-pos: 1.44px 2px;
}

.home-solutions--infra .home-solutions__cta {
  margin-top: 4px;
}

.home-solutions--credito .home-solutions__cta {
  margin-top: 12px;
}

.home-solutions--infra .home-solutions__cta:hover::after,
.home-solutions--infra .home-solutions__cta:focus-visible::after,
.home-solutions--credito .home-solutions__cta:hover::after,
.home-solutions--credito .home-solutions__cta:focus-visible::after {
  transform: translate(5px, -5px);
}

.home-solutions--infra .home-solutions__cta:hover .home-solutions__cta-label,
.home-solutions--infra .home-solutions__cta:focus-visible .home-solutions__cta-label,
.home-solutions--credito .home-solutions__cta:hover .home-solutions__cta-label,
.home-solutions--credito .home-solutions__cta:focus-visible .home-solutions__cta-label {
  transform: translate(5px, -5px);
}

.home-solutions--credito {
  background: #ffffff;
  padding: 38px 0 105px;
  padding-right: max(64px, calc((100% - 1280px) / 2));
}

.home-solutions__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.home-solutions__text-group {
  display: flex;
  flex-direction: column;
}

.home-solutions__text-group--heading {
  gap: 8px;
}

.home-solutions__text-group--body {
  gap: 24px;
}

.home-solutions--infra .home-solutions__inner {
  grid-template-columns: 353px 1fr;
  gap: 64px;
  align-items: start;
  max-width: none;
}

.home-solutions--credito .home-solutions__inner {
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
  max-width: none;
  min-height: 500px;
}

.home-solutions--credito .home-solutions__text {
  order: 2;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  z-index: 2;
}

.home-solutions--credito .home-solutions__slider {
  order: 1;
  width: 100%;
  max-width: 100%;
  align-items: flex-end;
  justify-self: start;
  overflow: visible;
}

.home-solutions--credito .home-solutions__text .home-solutions__eyebrow {
  margin: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
  text-transform: none;
  letter-spacing: 0;
  color: #268afb;
}

.home-solutions--credito .home-solutions__text h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 57.6px;
  letter-spacing: -0.48px;
  color: #0d0d0d;
}

.home-solutions--credito .home-solutions__text-group--body p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #252525;
}

.home-solutions--credito .home-solutions__text-group--body p strong {
  font-weight: 600;
  color: #252525;
}

.home-solutions--infra .home-solutions__text {
  width: 380px;
  min-width: 380px;
  max-width: 380px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.home-solutions--infra .home-solutions__text .home-solutions__eyebrow {
  margin: 0;
}

.home-solutions--infra .home-solutions__text h2 {
  margin: 0;
}

.home-solutions__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.9rem;
  border-radius: 999px;
  background: rgba(38, 138, 251, 0.15);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #268afb;
}

.home-solutions--infra .home-solutions__eyebrow {
  background: transparent;
  padding: 0;
  border-radius: 0;
  text-transform: none;
  letter-spacing: 0;
  color: #268afb;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.home-solutions--credito .home-solutions__eyebrow {
  background: transparent;
  padding: 0;
  border-radius: 0;
  text-transform: none;
  letter-spacing: 0;
  color: #268afb;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.home-solutions__text h2 {
  font-size: clamp(2.25rem, 3vw, 3.4rem);
  margin: 1rem 0;
}

.home-solutions--infra .home-solutions__text h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 57.6px;
  letter-spacing: -0.48px;
  color: #0d0d0d;
  max-width: 682px;
}

.home-solutions--credito .home-solutions__text h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 57.6px;
  letter-spacing: -0.48px;
  color: #0d0d0d;
  max-width: 682px;
}

.home-solutions__text p {
  color: #555555;
  line-height: 1.5;
}

.home-solutions--infra .home-solutions__text-group--body p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #252525;
}

.home-solutions--infra .home-solutions__text-group--body p strong {
  font-weight: 600;
  color: #252525;
}

.home-solutions--credito .home-solutions__text-group--body p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #252525;
}

.home-solutions--credito .home-solutions__text-group--body p strong {
  font-weight: 600;
  color: #252525;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: #0a0b35;
  text-decoration: none;
}

.home-solutions__slider {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  max-width: min(1269px, 100%);
}

.home-solutions--infra .home-solutions__slider {
  width: 100%;
  max-width: none;
  overflow: visible;
}

.home-solutions__tapete {
  width: 100%;
  max-width: min(1269px, 100%);
  height: 332px;
  background: #0a0b35;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  padding: 24px 82px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px rgba(38, 138, 251, 0.25);
}

.home-solutions__tapete::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 85% 20%, rgba(38, 138, 251, 0.18), transparent 50%),
    radial-gradient(ellipse 60% 40% at 10% 80%, rgba(38, 138, 251, 0.1), transparent 45%);
  pointer-events: none;
  z-index: 0;
}

.home-solutions__tapete .home-solutions__swiper {
  height: 100%;
  position: relative;
  z-index: 1;
}

.home-solutions__tapete .swiper-wrapper {
  align-items: stretch;
}

.home-solutions__tapete .swiper-slide {
  height: auto;
}

.home-solutions__tapete .swiper {
  overflow: visible;
}

.home-solutions--infra .home-solutions__tapete {
  height: 408px;
  padding: 95px 0 0 82px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
  isolation: isolate;
  width: auto;
  max-width: none;
  position: relative;
}

.home-solutions--infra .home-solutions__tapete::before {
  content: '';
  position: absolute;
  top: 0;
  left: 23px;
  width: 1269px;
  height: 332px;
  background-image: url('../assets/img/solutions/infra-tapete-outline.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1257.76px 332px;
  transform: none;
  z-index: 2;
  pointer-events: none;
}

.home-solutions--infra .home-solutions__tapete::after {
  content: '';
  position: absolute;
  top: 19px;
  left: 0;
  width: 1269px;
  height: 332px;
  background-image: url('../assets/img/solutions/infra-tapete-fill.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1257.76px 332px;
  z-index: 1;
  pointer-events: none;
}

.home-solutions--infra .home-solutions__tapete .home-solutions__swiper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 996px;
  max-width: calc(100vw - 82px - 64px);
}

.home-solutions--infra .home-solutions__tapete .swiper {
  overflow: hidden;
  width: 100%;
}

.home-solutions--credito .home-solutions__tapete {
  height: 458px;
  padding: 124px 82px 0 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
  isolation: isolate;
  width: auto;
  max-width: none;
  position: relative;
}

.home-solutions--credito .home-solutions__tapete::before {
  content: '';
  position: absolute;
  top: 37px;
  right: 23px;
  width: 100%;
  height: 332px;
  background-image: url('../assets/img/solutions/infra-tapete-outline.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1257.76px 332px;
  transform: scaleX(1);
  z-index: 2;
  pointer-events: none;
}

.home-solutions--credito .home-solutions__tapete::after {
  content: '';
  position: absolute;
  top: 57px;
  right: 23px;
  width: 1269px;
  height: 332px;
  background-image: url('../assets/img/solutions/infra-tapete-fill.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1257.76px 332px;
  transform: none;
  z-index: 1;
  pointer-events: none;
}

.home-solutions--credito .home-solutions__tapete .home-solutions__swiper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 996px;
  max-width: calc(100vw - 82px - 64px);
  margin-left: auto;
}

.home-solutions--credito .home-solutions__tapete .swiper {
  overflow: hidden;
  width: 100%;
}

.home-solutions--credito .home-solutions__tapete .swiper-wrapper {
  overflow: visible;
}

/* Corrigir direção do texto quando swiper está em RTL */
.home-solutions--credito .home-solutions__swiper[dir="rtl"] .swiper-slide {
  direction: ltr;
}

.home-solutions--credito .home-solutions__swiper[dir="rtl"] .swiper-wrapper {
  direction: rtl;
}

.home-solutions__card {
  width: 304px;
  min-height: 306px;
  background: #f2f2f2;
  border-radius: 16px;
  padding: 24px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: none;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.home-solutions__card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.home-solutions--infra .home-solutions__card {
  width: 304px !important;
  height: 309px;
  border: 1px solid #f2f2f2;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 16px;
}

.home-solutions--credito .home-solutions__card {
  width: 304px !important;
  height: 309px;
  border: 1px solid #f2f2f2;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 16px;
}

.home-solutions__card-body {
  flex: 1;
}

.home-solutions__card h3 {
  margin: 0 0 0.35rem;
  color: #0a0b35;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.home-solutions--infra .home-solutions__card h3 {
  margin: 0;
  color: #010101;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.home-solutions--credito .home-solutions__card h3 {
  margin: 0;
  color: #010101;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.home-solutions__card p {
  color: #555555;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.home-solutions--infra .home-solutions__card p {
  color: #555555;
  font-weight: 300;
}

.home-solutions--credito .home-solutions__card p {
  color: #555555;
  font-weight: 300;
}

.home-solutions--infra .home-solutions__card-body p {
  max-height: 132px;
  overflow: hidden;
}

.home-solutions--credito .home-solutions__card-body p {
  max-height: 132px;
  overflow: hidden;
}

.home-solutions__card .home-solutions__card-body p+p {
  margin-top: 12px;
}

.home-solutions--infra .home-solutions__card .home-solutions__card-body p+p {
  margin-top: 0;
}

.home-solutions__card-media {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.home-solutions__card-media img {
  max-width: 40px;
  max-height: 40px;
  filter: none;
}

.home-solutions--infra .home-solutions__card-media {
  width: 40px;
  height: 40px;
  align-self: flex-start;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.home-solutions--infra .home-solutions__card-media img {
  max-width: 40px;
  max-height: 40px;
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
}

.home-solutions--credito .home-solutions__card-media {
  width: 32px;
  height: 32px;
  align-self: flex-start;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.home-solutions--credito .home-solutions__card-media img {
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}

.home-solutions__card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #868686;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, transform 0.2s ease;
  transform-origin: left center;
}

.home-solutions--infra .home-solutions__card-link {
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #0d0d0d;
  margin-top: 0;
}

.home-solutions--credito .home-solutions__card-link {
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #0d0d0d;
  margin-top: 0;
}

.home-solutions__card-link:hover {
  color: #268afb;
  border-bottom-color: currentColor;
}

.home-solutions__card-link:hover svg {
  transform: translateX(3px);
}

.home-solutions__card:hover .home-solutions__card-link {
  border-bottom-color: currentColor;
}

.home-solutions__card:hover .home-solutions__card-link svg {
  transform: translateX(3px);
}

.home-solutions--infra .home-solutions__card-link:hover {
  color: #0d0d0d;
  border-bottom-color: currentColor;
}

.home-solutions--infra .home-solutions__card-link:hover svg {
  transform: translateX(3px);
}

.home-solutions--infra .home-solutions__card:hover .home-solutions__card-link {
  border-bottom-color: currentColor;
}

.home-solutions--infra .home-solutions__card:hover .home-solutions__card-link svg {
  transform: translateX(3px);
}

.home-solutions--credito .home-solutions__card-link:hover {
  color: #0d0d0d;
  border-bottom-color: currentColor;
}

.home-solutions--credito .home-solutions__card-link:hover svg {
  transform: translateX(3px);
}

.home-solutions--credito .home-solutions__card:hover .home-solutions__card-link {
  border-bottom-color: currentColor;
}

.home-solutions--credito .home-solutions__card:hover .home-solutions__card-link svg {
  transform: translateX(3px);
}

.home-solutions__card-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.home-solutions--infra .home-solutions__card-link svg {
  width: 12px;
  height: 12px;
}

.home-solutions--credito .home-solutions__card-link svg {
  width: 12px;
  height: 12px;
}

.home-solutions--infra .home-solutions__card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.home-solutions--credito .home-solutions__card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.home-solutions__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.home-solutions--infra .home-solutions__nav {
  margin-top: 40px;
  margin-left: 78px;
}

.home-solutions--credito .home-solutions__nav {
  margin-top: 8px;
  margin-right: 42px;
  justify-content: flex-end;
}

.home-solutions__nav .swiper-button-prev,
.home-solutions__nav .swiper-button-next,
.home-benefits__nav .swiper-button-prev,
.home-benefits__nav .swiper-button-next {
  position: static;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(10, 11, 53, 0.15);
  color: #0a0b35;
  background: #ffffff;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.home-solutions__nav .swiper-button-prev:hover,
.home-solutions__nav .swiper-button-next:hover,
.home-benefits__nav .swiper-button-prev:hover,
.home-benefits__nav .swiper-button-next:hover {
  background: #268afb;
  border-color: #268afb;
  color: #ffffff;
}

.home-solutions__nav .swiper-button-prev:hover,
.home-benefits__nav .swiper-button-prev:hover {
  transform: translateX(-5px);
}

.home-solutions__nav .swiper-button-next:hover,
.home-benefits__nav .swiper-button-next:hover {
  transform: translateX(5px);
}

.home-solutions--infra .home-solutions__nav .swiper-button-prev,
.home-solutions--infra .home-solutions__nav .swiper-button-next {
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #0a0b35;
  color: #0a0b35;
  width: 48px;
  height: 48px;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.home-solutions--infra .home-solutions__nav .swiper-button-prev:hover,
.home-solutions--infra .home-solutions__nav .swiper-button-next:hover {
  background: #268afb;
  border-color: #268afb;
  color: #000000;
}

.home-solutions--infra .home-solutions__nav .swiper-button-disabled {
  border-color: #dadada;
  color: #868686;
  cursor: not-allowed;
}

.home-solutions--credito .home-solutions__nav .swiper-button-prev,
.home-solutions--credito .home-solutions__nav .swiper-button-next {
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #0a0b35;
  color: #0a0b35;
  width: 48px;
  height: 48px;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.home-solutions--credito .home-solutions__nav .swiper-button-prev:hover,
.home-solutions--credito .home-solutions__nav .swiper-button-next:hover {
  background: #268afb;
  border-color: #268afb;
  color: #000000;
}

.home-solutions--credito .home-solutions__nav .swiper-button-disabled {
  border-color: #dadada;
  color: #868686;
  cursor: not-allowed;
}

.home-solutions--credito .home-solutions__nav .swiper-button-prev,
.home-solutions--credito .home-solutions__nav .swiper-button-next {
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
}

.home-solutions--credito .home-solutions__nav .swiper-button-prev::after,
.home-solutions--credito .home-solutions__nav .swiper-button-next::after {
  content: '';
}

.home-solutions--credito .home-solutions__nav .home-solutions__nav-btn--left {
  border: 1px solid #0a0b35;
}

.home-solutions--credito .home-solutions__nav .home-solutions__nav-btn--right {
  border: 1px solid #0a0b35;
  transform: rotate(180deg);
}

.home-solutions--credito .home-solutions__nav .home-solutions__nav-btn--left.swiper-button-disabled {
  border: 1px solid #0a0b35;
}

.home-solutions--credito .home-solutions__nav .home-solutions__nav-btn--right.swiper-button-disabled {
  border: 1px solid #0a0b35;
}

.home-benefits__nav .swiper-button-prev,
.home-benefits__nav .swiper-button-next {
  border-color: rgba(10, 11, 53, 0.2);
  color: #0a0b35;
}

.home-solutions__nav .swiper-button-prev::after,
.home-solutions__nav .swiper-button-next::after,
.home-benefits__nav .swiper-button-prev::after,
.home-benefits__nav .swiper-button-next::after {
  font-size: 1rem;
}

.home-solutions--infra .home-solutions__nav .swiper-button-prev,
.home-solutions--infra .home-solutions__nav .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
}

.home-solutions--infra .home-solutions__nav .swiper-button-prev::after,
.home-solutions--infra .home-solutions__nav .swiper-button-next::after {
  content: '';
}

.home-solutions--infra .home-solutions__nav .home-solutions__nav-btn--left {
  border: 1px solid #0a0b35;
}

.home-solutions--infra .home-solutions__nav .home-solutions__nav-btn--right {
  border: 1px solid #0a0b35;
  transform: rotate(180deg);
}

.home-solutions--infra .home-solutions__nav .home-solutions__nav-btn--left.swiper-button-disabled {
  border: 1px solid #dadada;
}

.home-solutions--infra .home-solutions__nav .home-solutions__nav-btn--right.swiper-button-disabled {
  border: 1px solid #dadada;
}

.home-solutions--infra .home-solutions__tapete {
  padding-right: 0;
  padding-left: min(82px, 5%);
}

.home-solutions--infra .home-solutions__tapete .home-solutions__swiper {
  max-width: calc(100vw - 380px - 64px - 64px);
  margin-left: 21px;
}

.home-solutions--infra .home-solutions__inner {
  grid-template-columns: 353px 1fr;
  gap: 32px;
}

.home-solutions--credito .home-solutions__tapete {
  padding-left: 0;
  padding-right: min(82px, 5%);
}

.home-solutions--credito .home-solutions__tapete .home-solutions__swiper {
  max-width: calc(100vw - 380px - 128px);
}

.home-solutions--credito .home-solutions__inner {
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 32px;
}

.home-solutions--credito .home-solutions__text {
  min-width: 380px;
  background: #FFFFFF;
  padding-left: 16px;
}

@media (max-width: 767px) {
  .home-solutions--infra .home-solutions__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-solutions--infra .home-solutions__text {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .home-solutions--infra .home-solutions__tapete {
    padding: 60px 0 0 min(60px, 4%);
  }

  .home-solutions--infra .home-solutions__tapete .home-solutions__swiper {
    max-width: calc(100vw - 120px);
  }

  .home-solutions--credito .home-solutions__inner {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 32px;
    overflow: hidden;
  }

  /* .home-solutions--credito .home-solutions__slider {
    margin-left: calc(-100vw + 380px + 64px);
  } */

  .home-solutions--credito .home-solutions__text {
    min-width: 380px;
    max-width: 380px;
  }

  .home-solutions--credito .home-solutions__tapete {
    padding: 60px min(60px, 4%) 0 0;
  }

  .home-solutions--credito .home-solutions__tapete .home-solutions__swiper {
    max-width: calc(100vw - 120px);
  }
}

@media (max-width: 767px) {

  .home-solutions--infra,
  .home-solutions--credito {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-solutions--infra .home-solutions__inner,
  .home-solutions--credito .home-solutions__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-solutions--credito .home-solutions__text,
  .home-solutions--credito .home-solutions__slider {
    order: unset;
  }

  .home-solutions--credito .home-solutions__slider {
    order: 1;
  }

  .home-solutions--credito .home-solutions__text {
    order: 2;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .home-solutions--infra .home-solutions__text {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .home-solutions--infra .home-solutions__tapete {
    padding-left: 0;
  }

  .home-solutions--infra .home-solutions__tapete .home-solutions__swiper {
    max-width: 100%;
  }

  .home-solutions--credito .home-solutions__tapete {
    padding-right: 0;
  }

  .home-solutions--credito .home-solutions__tapete .home-solutions__swiper {
    max-width: 100%;
  }

  .home-solutions--infra .home-solutions__text h2,
  .home-solutions--credito .home-solutions__text h2 {
    font-size: clamp(28px, 6vw, 48px);
    line-height: 1.2;
  }

  .home-solutions__tapete {
    max-width: 100%;
    height: 300px;
    padding: 20px 24px;
  }

  .home-solutions--infra .home-solutions__slider {
    width: 100%;
    max-width: 100%;
  }

  .home-solutions--infra .home-solutions__tapete {
    width: 100%;
    max-width: 100%;
    height: 300px;
    padding: 20px 24px;
  }

  .home-solutions--infra .home-solutions__tapete::before,
  .home-solutions--infra .home-solutions__tapete::after {
    background-size: 100% 100%;
    transform: none;
  }

  .home-solutions__nav {
    margin-top: 20px;
  }

  .home-solutions--credito .home-solutions__nav {
    align-self: flex-start;
  }
}

.home-solutions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.home-solutions__grid-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 1.75rem;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.1);
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-solutions__grid-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.home-solutions__grid-number {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #268afb;
}

.home-solutions__grid-media {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(38, 138, 251, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-solutions__grid-media img {
  max-width: 32px;
  max-height: 32px;
}

.home-solutions__grid-content h3 {
  margin: 0 0 0.35rem;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #0a0b35;
}

.home-solutions__grid-content p {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #555555;
  margin: 0 0 0.5rem;
}


.home-stats {
  background: #0a0b35;
  color: #ffffff;
  padding: 112px 64px;
  overflow-x: hidden;
}

.home-stats__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 432px minmax(0, 1fr);
  gap: 96px;
  align-items: start;
}

.home-stats__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 432px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.home-stats__copy .home-stats__eyebrow {
  margin: 0;
  color: #ffb000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.home-stats__copy h2 {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 57.6px;
  letter-spacing: -0.48px;
  color: #ffffff;
}

.home-stats__copy .home-stats__desc {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.home-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 16px;
  width: 772px;
  max-width: 100%;
}

.home-stats__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 16px;
  border-left: 4px solid #ffb000;
}

.home-stats__value {
  margin: 0;
  display: block;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 79.2px;
  letter-spacing: -4px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: 'tnum' 1, 'lnum' 1;
  color: #ffffff;
}

.home-stats__card .home-stats__label {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1399px) and (min-width: 768px) {
  .home-stats__inner {
    grid-template-columns: minmax(0, 388px) minmax(0, 1fr);
    gap: 72px;
  }

  .home-stats__grid {
    width: 100%;
    gap: 40px 16px;
  }

  .home-stats__value {
    font-size: clamp(58px, 4.4vw, 64px);
    line-height: 1.08;
    letter-spacing: -2.6px;
  }

  .home-stats__card .home-stats__label {
    font-size: 16px;
    line-height: 1.45;
  }
}

.home-benefits {
  padding: 128px 64px 48px 64px;
  background: #ffffff;
  overflow: visible;
}

.home-benefits__inner {
  max-width: 1314px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.home-benefits__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.home-benefits__head .home-benefits__eyebrow {
  margin: 0;
  color: #268afb;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.home-benefits__head h2 {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -3px;
  color: #0d0d0d;
}

.home-benefits__carousel {
  width: 100%;
  max-width: 1096px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.home-benefits__cards-container {
  position: relative;
  width: 100%;
  height: 378px;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: pan-y;
}

.home-benefits__card {
  position: absolute;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: grab;
  user-select: none;
}

.home-benefits__card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.03%, rgba(0, 0, 0, 0.25) 100%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.home-benefits__card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 2.43%, rgba(0, 0, 0, 0.85) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.home-benefits__card.is-center.is-expanded::before {
  opacity: 0;
}

.home-benefits__card.is-center.is-expanded::after {
  opacity: 1;
}

.home-benefits__card-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.home-benefits__card[data-benefits-size="near"] .home-benefits__card-content {
  left: 21px;
  right: 21px;
  bottom: 21px;
}

.home-benefits__card[data-benefits-size="edge"] .home-benefits__card-content {
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.home-benefits__card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0;
  min-width: 0;
}

.home-benefits__card.is-expanded .home-benefits__card-copy {
  justify-content: flex-start;
  height: 100%;
  width: 253px;
  max-width: 253px;
  padding-bottom: 4px;
}

.home-benefits__card-title {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.32px;
  color: #ffffff;
  max-width: 222px;
}

.home-benefits__card[data-benefits-size="near"] .home-benefits__card-title {
  font-size: 29px;
}

.home-benefits__card[data-benefits-size="center"] .home-benefits__card-title {
  font-size: 32px;
}

.home-benefits__card-text {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease, margin-top 0.3s ease;
  max-width: 223px;
}

.home-benefits__card.is-expanded .home-benefits__card-text {
  margin-top: 12px;
  opacity: 1;
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}

.home-benefits__card.is-expanded .home-benefits__card-text::-webkit-scrollbar {
  width: 4px;
}

.home-benefits__card.is-expanded .home-benefits__card-text::-webkit-scrollbar-track {
  background: transparent;
}

.home-benefits__card.is-expanded .home-benefits__card-text::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
}

.home-benefits__card-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
  background: none;
  border: none;
  padding: 0;
  align-self: flex-end;
}

.home-benefits__card.is-expanded .home-benefits__card-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-benefits__card.is-expanded .home-benefits__card-content {
  top: 40px;
  right: 24px;
  bottom: 24px;
  left: 24px;
  align-items: flex-start;
  justify-content: flex-start;
}

.home-benefits__card[data-benefits-size="near"] .home-benefits__card-icon {
  width: 30px;
  height: 30px;
}

.home-benefits__card[data-benefits-size="edge"] .home-benefits__card-icon {
  width: 30px;
  height: 30px;
}

.home-benefits__card-icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 0;
}

.home-benefits__card[data-benefits-size="edge"] .home-benefits__card-icon svg {
  width: 30px;
  height: 30px;
}

.home-benefits__card-icon .icon-plus {
  display: block;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.home-benefits__card-icon:hover .icon-plus,
.home-benefits__card.is-center:hover .home-benefits__card-icon .icon-plus {
  transform: rotate(90deg);
}

.home-benefits__card.is-expanded .home-benefits__card-icon:hover .icon-plus,
.home-benefits__card.is-expanded.is-center:hover .home-benefits__card-icon .icon-plus {
  transform: none;
}

.home-benefits__card-icon .icon-minus {
  display: none;
}

.home-benefits__card.is-expanded .home-benefits__card-icon .icon-plus {
  display: none;
}

.home-benefits__card.is-expanded .home-benefits__card-icon .icon-minus {
  display: block;
}

/* Posicionamento das cartas */
.home-benefits__card:nth-child(1) {
  width: 248px;
  height: 308px;
  left: 55px;
  top: 33px;
  z-index: 1;
  box-shadow: 0px 19.662px 39.324px -9.831px rgba(0, 0, 0, 0.18);
}

.home-benefits__card:nth-child(2) {
  width: 274px;
  height: 341px;
  left: 203px;
  top: 18px;
  z-index: 2;
  box-shadow: 0px 21.702px 43.404px -10.851px rgba(0, 0, 0, 0.18);
}

.home-benefits__card:nth-child(3) {
  width: 302px;
  height: 376px;
  left: 397px;
  top: 0;
  z-index: 3;
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
}

.home-benefits__card:nth-child(4) {
  width: 274px;
  height: 341px;
  left: 619px;
  top: 18px;
  z-index: 2;
  box-shadow: 0px 21.702px 43.404px -10.851px rgba(0, 0, 0, 0.18);
}

.home-benefits__card:nth-child(5) {
  width: 248px;
  height: 308px;
  left: 793px;
  top: 33px;
  z-index: 1;
  box-shadow: 0px 19.662px 39.324px -9.831px rgba(0, 0, 0, 0.18);
}

.home-benefits__card.is-center {
  z-index: 4 !important;
}

.home-benefits__card.is-dragging {
  transition: none;
  cursor: grabbing;
  z-index: 5 !important;
}

.home-benefits__nav {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.home-benefits__nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #0a0b35;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease, transform 0.3s ease;
}

.home-benefits__nav button:hover {
  border-color: #0a0b35;
}

.home-benefits__nav .js-benefits-prev:hover {
  transform: translateX(-5px);
}

.home-benefits__nav .js-benefits-next:hover {
  transform: translateX(5px);
}

.home-benefits__nav button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.home-benefits__card-plus svg {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.home-benefits__card-label {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.28px;
  color: #ffffff;
}

.home-benefits__nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 0;
}

.home-blog {
  padding: 64px 64px;
  background: #ffffff;
  overflow-x: hidden;
}

.home-blog__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.home-blog__head {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  max-width: 768px;
}

.home-blog__head h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.48px;
  color: #0d0d0d;
  margin: 0 0 24px;
}

.home-blog__head p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #252525;
  margin: 0;
}

.home-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 767px) {
  .home-blog__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.home-blog__card {
  background: #f2f2f2;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  cursor: pointer;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.home-blog__card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

.home-blog__thumb {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

.home-blog__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
}

.home-blog__card:hover .home-blog__thumb img,
.home-blog__card:focus-within .home-blog__thumb img {
  transform: scale(1.05);
}

.home-blog__content {
  background: transparent;
  border-radius: 0;
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  margin-top: 0;
  min-height: 156px;
  flex: 1;
}

.home-blog__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 0;
}

.home-blog__tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #1e6ec8;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  padding: 0 6px;
  border-radius: 20px;
}

.home-blog__content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #0d0d0d;
  margin: 0;
  height: 90px;
}

.home-blog__content h3 a {
  color: #0d0d0d;
  text-decoration: none;
}

.home-blog__read-more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #0d0d0d;
  text-decoration: none;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, transform 0.2s ease;
  transform-origin: left center;
  margin-top: 32px;
  max-width: 120px;
}

.home-blog__read-more-icon {
  display: inline-block;
  transition: transform 0.2s ease;
  position: relative;
  top: 4px;
  right: 4px;
}

.home-blog__read-more:hover,
.home-blog__read-more:focus-visible,
.home-blog__card:hover .home-blog__read-more {
  border-bottom-color: currentColor;
  transform: scale(1.02);
}

.home-blog__read-more:hover .home-blog__read-more-icon,
.home-blog__read-more:focus-visible .home-blog__read-more-icon,
.home-blog__card:hover .home-blog__read-more-icon {
  transform: translateX(3px);
}

.home-blog__actions {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.home-blog__cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 44px;
  background-color: transparent;
  background-image: var(--blog-btn-bg-image);
  background-repeat: no-repeat;
  background-size: var(--blog-btn-bg-size);
  background-position: var(--blog-btn-bg-pos);
  color: #ffffff;
  text-decoration: none;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  overflow: visible;
  border: none;
  --blog-btn-bg-image: url('../assets/img/blog/blog-btn-outline.svg');
  --blog-btn-overlay-image: url('../assets/img/blog/blog-btn-solid.svg');
  --blog-btn-bg-size: 185.3px 44px;
  --blog-btn-bg-pos: 0 100%;
}

.home-blog__cta-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--blog-btn-overlay-image, var(--blog-btn-bg-image));
  background-repeat: no-repeat;
  background-size: var(--blog-btn-bg-size);
  background-position: var(--blog-btn-bg-pos);
  transform: translate(0, 0);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.home-blog__cta-label {
  position: relative;
  z-index: 1;
  transition: transform 0.2s ease;
}

.home-blog__cta-btn:hover::after,
.home-blog__cta-btn:focus-visible::after {
  transform: translate(5px, -5px);
}

.home-blog__cta-btn:hover .home-blog__cta-label,
.home-blog__cta-btn:focus-visible .home-blog__cta-label {
  transform: translate(5px, -5px);
}

.home-cta {
  background-color: #0a0b35;
  background-image: var(--cta-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  width: 100%;
  min-height: 384px;
  padding: 64px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.home-cta__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 16px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.home-cta__title {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -0.56px;
  margin: 0;
  color: #ffffff;
  max-width: 644px;
  text-align: center;
  font-weight: 200;
}

.home-cta--title-description .home-cta__inner {
  gap: 32px;
}

.home-cta--title-description .home-cta__title {
  max-width: none;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.48px;
}

.home-cta__description {
  margin: 0;
  max-width: 720px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

.home-cta__title-line {
  display: inline;
  text-align: center;
}

.home-cta__title-line--bold {
  font-weight: 700;
}

.home-cta__title-line--regular {
  font-weight: 300;
}

.home-cta__title strong,
.home-cta__title b,
.home-cta__description strong,
.home-cta__description b {
  font-weight: 700;
}

.home-cta__title br,
.home-cta__title-line+.home-cta__title-line::before {
  content: ' ';
}

.home-cta__actions {
  margin-top: 0;
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.home-cta__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 203.5px;
  height: 48.52px;
  color: #08082a;
  text-decoration: none;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18.87px;
  font-weight: 400;
  line-height: 1.5;
  border: none;
  background-color: transparent;
  background-image: var(--cta-btn-bg-image);
  background-repeat: no-repeat;
  background-size: var(--cta-btn-bg-size);
  background-position: var(--cta-btn-bg-pos);
  overflow: visible;
  text-align: center;
  transition: none;
  --cta-btn-bg-image: url('../assets/img/cta/cta-btn-outline.svg');
  --cta-btn-overlay-image: url('../assets/img/cta/cta-btn-solid.svg');
  --cta-btn-bg-size: 196.465px 42.6445px;
  --cta-btn-bg-pos: -0.85px 2.6px;
}

.home-cta__cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--cta-btn-overlay-image, var(--cta-btn-bg-image));
  background-repeat: no-repeat;
  background-size: var(--cta-btn-bg-size);
  background-position: var(--cta-btn-bg-pos);
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.home-cta__cta-label {
  position: relative;
  z-index: 1;
  transition: transform 0.2s ease;
}

.home-cta__cta:hover::after,
.home-cta__cta:focus-visible::after {
  transform: translate(5px, -5px);
}

.home-cta__cta:hover .home-cta__cta-label,
.home-cta__cta:focus-visible .home-cta__cta-label {
  transform: translate(5px, -5px);
}

/* Estilos para vídeo de fundo */
.home-cta__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Overlay escuro sobre o vídeo */
.home-cta--video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}

/* ========================================
   FOOTER
   ======================================== */
.site-footer {
  background: #ffffff;
  color: #ffffff;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  position: relative;
  padding: 80px 8px 0;
  overflow-x: hidden;
}

.site-footer__main {
  background: #0a0b35;
  border-radius: 16px;
  padding: 48px 48px 44px 48px;
  margin: 0 auto;
  max-width: 1280px;
  width: calc(100% - 128px);
}

.site-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.38fr 0.62fr;
  column-gap: 64px;
  row-gap: 20px;
  align-items: start;
}

/* Left Column - Branding and Social */
.site-footer__left-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-column: 1;
  grid-row: 1;
}

/* Left Column - Newsletter and Apps */
.site-footer__left-bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column: 1;
  grid-row: 2;
}

.site-footer__logo img {
  height: 48px;
  width: auto;
}

.site-footer__brand {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.site-footer__social {
  display: flex;
  gap: 12px;
  align-items: center;
}

.site-footer__social a {
  color: #ffffff;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer__social a:hover {
  opacity: 0.7;
}

.site-footer__social svg,
.site-footer__social img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

/* Newsletter */
.site-footer__newsletter {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-footer__newsletter-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #ffb000;
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.site-footer__newsletter-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}

.site-footer__newsletter-form {
  display: flex;
  gap: 16px;
  margin-top: 18px;
}

.site-footer__newsletter-form input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #ffffff;
  color: #0a0b35;
  font-size: 16px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  height: 36px;
  max-width: 296px;
}

.site-footer__newsletter-form input::placeholder {
  color: #9093a5;
}

.site-footer__newsletter-btn {
  padding: 7px 16px 10px 16px;
  background: #ffb000;
  color: #0a0b35;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  height: 36px;
}

.site-footer__newsletter-btn:hover {
  background: #e6a000;
}

.site-footer__newsletter-privacy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 18px;
  text-decoration: underline;
}

.site-footer__newsletter-privacy a {
  color: #ffffff;
  text-decoration: underline;
}

/* Apps */
.site-footer__apps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.site-footer__apps-title {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.site-footer__apps-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.site-footer__app-link {
  display: inline-flex;
  align-items: center;
}

.site-footer__app-link img {
  display: block;
  width: auto;
  height: 36px;
  object-fit: contain;
}

.site-footer__app-link:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.8);
}

/* Center Column - Navigation */
.site-footer__center {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  grid-column: 2;
  grid-row: 1;
}

.site-footer__nav-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__nav-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.site-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__nav-list li {
  margin: 0;
}

.site-footer__nav-list a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s ease;
}

.site-footer__nav-list a:hover {
  color: #ffffff;
}

/* Right Column - Contact */
.site-footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-column: 2;
  grid-row: 2;
  margin-top: 16px;
}

.site-footer__contact {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  color: #0a0b35;
  width: 100%;
  min-height: 165px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.site-footer__contact-content {
  position: relative;
  z-index: 2;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-footer__contact-header-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-footer__contact-title {
  font-size: 18px;
  font-weight: 400;
  color: #0a0b35;
  margin: 0;
  line-height: 18px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.site-footer__contact-hours {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  margin: 0;
  line-height: 21px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.site-footer__contact-columns {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 2px;
}

.site-footer__contact-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 145.38px;
}

.site-footer__contact-column strong,
.site-footer__contact-column a {
  white-space: nowrap;
}

.site-footer__contact-column:first-child {
  width: 146.63px;
  border-right: 1px solid #eaeaea;
  padding-right: 20px;
}

.site-footer__contact-column strong {
  font-weight: 400;
  color: #aaa;
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin: 0;
  font-family: 'Inter', 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.site-footer__contact-column a {
  color: #268afb;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-family: 'Inter', 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.site-footer__contact-column a:hover {
  text-decoration: none;
}

.site-footer__addresses {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 430px;
}

.site-footer__address {
  margin: 0;
}

.site-footer__address h5 {
  font-size: 14px;
  color: #0a0b35;
  line-height: 18px;
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.site-footer__address p {
  font-size: 14px;
  font-weight: 500;
  color: #868686;
  line-height: 21px;
  letter-spacing: -0.9px;
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.site-footer__address--sp h5 {
  font-weight: 600;
}

.site-footer__address--sp p {
  font-weight: 500;
}

.site-footer__address--curitiba h5 {
  font-weight: 500;
}

.site-footer__address--curitiba p {
  font-weight: 400;
}

.site-footer__contact-bg {
  position: absolute;
  top: -6.42px;
  right: -45.25px;
  width: 292.94px;
  height: 277.21px;
  pointer-events: none;
  z-index: 1;
}

.site-footer__contact-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Bottom Bar */
.site-footer__bottom {
  background: #ffffff;
  padding: 8px 64px;
}

.site-footer__bottom-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  color: #555555;
}

.site-footer__legal-item {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  margin-top: 4px;
}

.site-footer__legal-item a {
  color: #555555;
  text-decoration: none;
}

.site-footer__legal-item a:hover {
  text-decoration: underline;
}

.site-footer__legal-item--developer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-footer__legal-eon-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.site-footer__legal-eon-link:hover {
  text-decoration: none;
}

.site-footer__legal-eon-image {
  height: 16px;
  width: auto;
  display: block;
  object-fit: contain;
}

.site-footer__legal-mobile {
  display: none;
}

/* Responsive */
@media (max-width: 767px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .site-footer__main {
    width: calc(100% - 64px);
  }

  .site-footer__right {
    align-items: flex-start;
  }

  .site-footer__contact {
    min-height: 165px;
  }

  .site-footer__contact-content {
    max-width: 420px;
  }

  .site-footer__contact-bg {
    right: -56px;
  }

  .site-footer__left-top,
  .site-footer__left-bottom,
  .site-footer__center,
  .site-footer__right {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .site-footer__main {
    padding: 56px 24px;
    border-radius: 16px;
    width: calc(100% - 32px);
    margin: 0 auto;
  }

  .site-footer__center {
    grid-template-columns: 1fr;
  }

  .site-footer__contact-info {
    flex-direction: column;
  }

  .site-footer__bottom {
    padding: 20px 24px;
  }

  .site-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .site-footer__contact {
    padding: 16px;
    min-height: auto;
  }

  .site-footer__contact-content {
    max-width: 100%;
  }

  .site-footer__contact-bg {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-inner {
    flex-direction: column;
    text-align: center;
  }

  .primary-navigation {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-card,
  .hero-pill {
    position: static;
    transform: none;
    margin-top: 1rem;
  }

  .hero-visual {
    flex-direction: column;
    gap: 1rem;
  }
}

/* ----- Header & Mega menu overrides ----- */
.site-header {
  background-color: #0a0b35;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  isolation: isolate;
  overflow: visible;
  height: 72px;
  padding: 0;
}

.header-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 64px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}

.branding {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  line-height: 0;
  font-size: 0;
}

.branding:hover {
  color: #ffffff;
}

.branding img {
  width: 102.2px;
  height: 28px;
  display: block;
  flex-shrink: 0;
}

.primary-navigation {
  display: flex;
  gap: 32px;
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
  text-transform: none;
  align-items: center;
  color: #ffffff;
}

.primary-navigation li {
  list-style: none;
}

.primary-navigation a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.primary-navigation a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.primary-navigation a::after {
  content: none;
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible {
  background-color: transparent;
  color: inherit;
}

.primary-navigation .current-menu-item>a,
.primary-navigation .js-mega-trigger[aria-expanded="true"] {
  color: #ffb000;
}

.primary-navigation a:hover::before,
.primary-navigation a:focus-visible::before,
.primary-navigation .current-menu-item>a::before,
.primary-navigation .js-mega-trigger[aria-expanded="true"]::before {
  transform: scaleX(1);
}

.primary-navigation .js-mega-trigger::after,
.primary-navigation .menu-item-has-children>a::after {
  content: '';
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: currentColor;
  mask: url('../assets/img/chevron-down.svg') center / contain no-repeat;
  -webkit-mask: url('../assets/img/chevron-down.svg') center / contain no-repeat;
  transition: transform 0.2s ease;
}

.primary-navigation .js-mega-trigger[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.header-cta {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}

.header-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  border: none;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  overflow: visible;
  text-align: center;
  transition: none;
}

.header-cta .btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--btn-overlay-image, var(--btn-bg-image));
  background-repeat: no-repeat;
  background-size: var(--btn-bg-size);
  background-position: var(--btn-bg-pos);
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.header-cta .btn .btn-label {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: transform 0.2s ease;
}

.header-cta .btn-outline {
  width: 150px;
  color: #ffffff;
  --btn-bg-image: url('../assets/img/btn-outline.svg');
  --btn-overlay-image: url('../assets/img/btn-outline.svg');
  --btn-bg-size: 141.75px 31.6248px;
  --btn-bg-pos: 1.12px 3.19px;
  background-image: var(--btn-bg-image);
  background-repeat: no-repeat;
  background-size: var(--btn-bg-size);
  background-position: var(--btn-bg-pos);
  margin-top: 7px;
  margin-right: -20px;
}

.header-cta .btn-primary {
  width: 138px;
  color: #0a0b35;
  --btn-bg-image: url('../assets/img/btn-solid-outline.svg');
  --btn-overlay-image: url('../assets/img/btn-solid.svg');
  --btn-bg-size: 133.124px 31.6248px;
  --btn-bg-pos: 0.45px 3.18px;
  background-image: var(--btn-bg-image);
  background-repeat: no-repeat;
  background-size: var(--btn-bg-size);
  background-position: var(--btn-bg-pos);
  margin-top: 7px;
}

.header-cta .btn:hover::after,
.header-cta .btn:focus-visible::after {
  opacity: 1;
  transform: translate(5px, -5px);
}

.header-cta .btn:hover .btn-label,
.header-cta .btn:focus-visible .btn-label {
  transform: translate(5px, -5px);
}

.btn-outline {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-primary {
  background: #ffb000;
  color: #0a0b35;
  border: 1px solid #ffb000;
}

@media (max-width: 767px) {
  body {
    padding-top: 112px;
  }

  html {
    scroll-padding-top: 112px;
  }

  .site-header {
    padding-left: 24px;
    padding-right: 24px;
    height: auto;
  }

  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    padding: 16px 0;
    gap: 16px;
  }

  .primary-navigation {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .header-cta {
    width: 100%;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-left: 0;
  }
}

.site-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 4px 0 64px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 15;
}

.site-mega.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-mega__inner {
  max-width: 814px;
  width: 100%;
  margin-left: max(64px, calc((100vw - 1440px) / 2));
  margin-right: 0;
  display: flex;
  gap: 0;
  padding: 32px;
  background-color: #0a0b35;
  border-radius: 16px;
}

.site-mega__column {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 358px;
}

.site-mega__column-title {
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 0.7px solid #535471;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
  color: #ffffff;
}

.site-mega__column-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-mega__column-title a:hover,
.site-mega__column-title a:focus-visible {
  color: #ffb000;
}

.site-mega__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #ffffff;
}

.site-mega__list li {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.site-mega__list a,
.site-mega__list span {
  color: inherit;
  transition: color 0.2s ease;
}

.site-mega__list a:hover,
.site-mega__list a:focus-visible {
  color: #ffb000;
}

.site-mega__column:first-child {
  width: 392px;
}

@media (max-width: 767px) {
  .site-mega {
    padding: 16px 0 32px;
  }

  .site-mega__inner {
    max-width: 100%;
    margin: 0 24px;
    flex-direction: column;
  }

  .site-mega__column,
  .site-mega__column:first-child {
    width: 100%;
  }
}

/* Hero layout overrides */
.home-hero {
  background-color: #0a0b35;
  color: #ffffff;
  padding: 40px 64px 112px 64px;
  position: relative;
  overflow: hidden;
}

.home-hero__container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  height: 560px;
  z-index: 1;
  min-width: 0;
}

.home-hero__grafismos {
  position: absolute;
  left: -532.92px;
  top: 491px;
  width: 1132.309px;
  height: 760.9px;
  max-width: none;
  pointer-events: none;
  z-index: 0;
}

.home-hero__copy {
  max-width: 488px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 52px;
  min-width: 0;
}

.home-hero__title {
  margin: 0;
  font-family: "DM Sans";
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -4px;
  padding-top: 12px;
}

.home-hero__actions {
  display: flex;
  gap: 0px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
}

.home-hero__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48.208px;
  border: none;
  background-color: transparent;
  background-image: var(--hero-btn-bg-image);
  background-repeat: no-repeat;
  background-size: var(--hero-btn-bg-size);
  background-position: var(--hero-btn-bg-pos);
  text-decoration: none;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 17.31px;
  font-weight: 400;
  line-height: 25.96px;
  cursor: pointer;
  overflow: visible;
  text-align: center;
  transition: none;
}

.home-hero__cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--hero-btn-overlay-image, var(--hero-btn-bg-image));
  background-repeat: no-repeat;
  background-size: var(--hero-btn-bg-size);
  background-position: var(--hero-btn-bg-pos);
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.home-hero__cta-label {
  display: inline-block;
  position: relative;
  z-index: 1;
  transform: translate(var(--hero-cta-label-offset-x, 0px), 0);
  transition: transform 0.2s ease;
  white-space: nowrap;
}

.home-hero__cta--solid {
  width: 170.581px;
  color: #0a0b35;
  --hero-btn-bg-image: url('../assets/img/hero/hero-btn-solid-outline.svg');
  --hero-btn-overlay-image: url('../assets/img/hero/hero-btn-solid.svg');
  --hero-btn-bg-size: 164.553px 39.0911px;
  --hero-btn-bg-pos: 0.55px 3.13px;
  --hero-cta-label-offset-x: -1.85px;
}

.home-hero__cta--solid .home-hero__cta-label {
  transform: translate(var(--hero-cta-label-offset-x), 0);
}

.home-hero__cta--outline {
  width: 185.414px;
  color: #ffffff;
  --hero-btn-bg-image: url('../assets/img/hero/hero-btn-outline.svg');
  --hero-btn-overlay-image: url('../assets/img/hero/hero-btn-outline.svg');
  --hero-btn-bg-size: 175.216px 39.0911px;
  --hero-btn-bg-pos: 1.39px 3.11px;
  --hero-cta-label-offset-x: -3.09px;
  margin-left: -10px;
}

.home-hero__cta--outline .home-hero__cta-label {
  transform: translate(var(--hero-cta-label-offset-x), 0);
}

.home-hero__cta:hover::after,
.home-hero__cta:focus-visible::after {
  transform: translate(5px, -5px);
}

.home-hero__cta:hover .home-hero__cta-label,
.home-hero__cta:focus-visible .home-hero__cta-label {
  transform: translate(calc(var(--hero-cta-label-offset-x, 0px) + 5px), -5px);
}

.home-hero__visual {
  position: relative;
  width: 712px;
  height: 583px;
  flex-shrink: 0;
  margin-left: auto;
  z-index: 1;
  padding-right: 0;
  overflow: visible;
}

.home-hero__image-stack {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-hero__shape {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  pointer-events: none;
}

.home-hero__shape--blue {
  width: 540px;
  height: 377px;
  left: 53%;
  top: 62%;
  transform: translate(-53%, -75%) translate(10px, -17px);
  z-index: 1;
}

.home-hero__shape--white {
  width: 570px;
  height: 500px;
  left: 56%;
  top: 63%;
  transform: translate(-52%, -72%) translate(29px, -12px);
  z-index: 2;
}

.home-hero__shape--frame {
  width: 580px;
  height: 498.62px;
  left: 126px;
  top: 149px;
  transform: scaleY(-1);
  opacity: 1;
  z-index: 3;
}

.home-hero__photo-mask {
  position: absolute;
  left: 182px;
  top: 29px;
  width: 512px;
  height: 441px;
  z-index: 4;
  pointer-events: none;
}

.home-hero__photo-mask img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__photo-slice {
  position: absolute;
  left: 341.07px;
  top: 28.23px;
  width: 245.477px;
  height: 441.518px;
  overflow: hidden;
  z-index: 4;
  pointer-events: none;
}

.home-hero__photo-slice img {
  position: absolute;
  top: 0;
  left: -78.12%;
  width: 223.26%;
  height: 100.58%;
  object-fit: cover;
}

.home-hero__card {
  position: absolute;
  background: #ffffff;
  color: #666666;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.home-hero__card--stack {
  left: 15.48px;
  top: 5px;
  width: 337px;
  height: max(254px, calc(64px + (var(--stack-count, 4) * 43px)));
  border-radius: 24px;
  transform: none;
  z-index: 5;
}

.home-hero__stack-header {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 320px;
  padding: 10px 24px;
  border-bottom: 0.5px solid #dadada;
  border-radius: 16px 16px 0 0;
  background: #ffffff;
}

.home-hero__stack-header p {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #535471;
}

.home-hero__stack-list {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-hero__stack-item {
  position: absolute;
  left: calc(50% - 2.5px);
  top: calc(48px + (var(--stack-index, 0) * 43px));
  transform: translateX(-50%);
  transform-origin: center;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 320px;
  height: 43px;
  padding: 8px 24px;
  border-radius: 4px;
  background: #ffffff;
  border: 1.045px solid transparent;
  box-shadow: none;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #666666;
  z-index: 1;
  box-sizing: border-box;
  will-change: transform;
  transition: transform 0.5s ease-in-out, width 0.5s ease-in-out, height 0.5s ease-in-out,
    padding 0.5s ease-in-out, border-radius 0.5s ease-in-out, box-shadow 0.5s ease-in-out,
    border-color 0.5s ease-in-out, left 0.5s ease-in-out, font-size 0.5s ease-in-out,
    line-height 0.5s ease-in-out, gap 0.5s ease-in-out;
}

.home-hero__stack-item::before,
.home-hero__stack-item::after {
  content: none;
  display: none;
}

.home-hero__stack-item.is-featured {
  width: 362px;
  height: 47px;
  gap: 10.708px;
  padding: 8.566px 25.698px;
  border-radius: 12.386px;
  border-color: #dadada;
  box-shadow: 0 0 16.514px rgba(0, 0, 0, 0.08), 0 0 6.193px rgba(0, 0, 0, 0.03);
  font-size: 19.274px;
  font-weight: 600;
  line-height: 28.91px;
  left: calc(50% + 0.5px);
  z-index: 2;
}

.home-hero__stack-item .home-hero__stack-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: scale(1);
}

.home-hero__stack-label {
  white-space: nowrap;
}

.home-hero__stack-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.home-hero__stack-item.is-featured .home-hero__stack-icon {
  width: 21.415px;
  height: 21.415px;
}


.home-hero__card--pill {
  right: 22px;
  bottom: 15px;
  top: auto;
  left: auto;
  width: 383px;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
  transform: none;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-hero__pill-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  border-bottom: 0.5px solid #dadada;
  background: #ffffff;
  width: 100%;
  border-radius: 16px 16px 0 0;
}

.home-hero__pill-header p {
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #535471;
}

.home-hero__pill-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.home-hero__pill-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.home-hero__pill-body {
  background: #ffffff;
  padding: 12px 24px;
  width: 100%;
  border-radius: 0 0 16px 16px;
}

.home-hero__pill-body p {
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #666666;
}

@media (max-width: 767px) {
  .home-hero {
    padding: 40px 32px 64px;
  }

  .home-hero__container {
    flex-direction: column;
    gap: 48px;
    height: auto;
  }

  .home-hero__visual {
    width: 100%;
    max-width: 712px;
    transform: scale(0.9);
    transform-origin: top left;
  }

  .home-hero__grafismos {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-hero {
    padding: 40px 16px 16px;
  }

  .home-hero__visual {
    width: 342.624px;
    height: 316.638px;
    margin: 0;
    transform: none;
    align-self: flex-start;
  }

  .home-hero__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "visual"
      "actions";
    gap: 16px;
    height: auto;
  }

  .home-hero__copy {
    display: contents;
    max-width: none;
  }

  .home-hero__title {
    grid-area: title;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0;
    padding-top: 0;
  }

  .home-hero__actions {
    grid-area: actions;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
    width: 343px;
    max-width: 100%;
    margin-top: -104px;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero__cta {
    height: 39.091px;
    font-size: 17.305px;
    line-height: 1.5;
    flex-shrink: 0;
  }

  .home-hero__cta--solid {
    width: 167.223px;
    flex-basis: 167.223px;
    --hero-btn-bg-size: 167.223px 39.091px;
    --hero-btn-bg-pos: 0 0;
  }

  .home-hero__cta--outline {
    width: 178.082px;
    flex-basis: 178.082px;
    margin-left: -2.304px;
    --hero-btn-bg-size: 178.082px 39.091px;
    --hero-btn-bg-pos: 0 0;
  }

  .home-hero__visual {
    grid-area: visual;
    justify-self: end;
  }

  .home-hero__shape--blue {
    width: 264.145px;
    height: 181.702px;
    transform: translate(-50%, -50%) translate(10px, -9px);
    left: 50%;
    top: 37%;
  }

  .home-hero__shape--white {
    width: 279.29px;
    height: 240.905px;
    transform: translate(-50%, -50%) translate(29px, -12px);
    left: 50%;
    top: 37%;
  }

  .home-hero__photo-mask {
    width: 249px;
    height: 213px;
    left: 87px;
    top: 42px;
  }

  .home-hero__card--stack {
    left: 7px;
    top: 31px;
    transform: scale(0.48);
    transform-origin: top left;
  }

  .home-hero__card--pill {
    right: 10px;
    bottom: 118px;
    transform: scale(0.48);
    transform-origin: bottom right;
  }
}

@media (max-width: 767px) {
  .home-hero-logos {
    display: none;
  }

  .home-stats,
  .home-benefits,
  .home-blog,
  .home-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-stats {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-stats__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .home-stats__copy {
    max-width: 100%;
  }

  .home-stats__copy h2 {
    font-size: clamp(28px, 6vw, 48px);
    line-height: 1.2;
  }

  .home-stats__value {
    font-size: clamp(2.5rem, 10vw, 72px);
    line-height: 1.1;
  }

  .home-benefits,
  .home-blog {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-blog__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-blog__head h2 {
    margin-bottom: 16px;
  }

  .home-blog__head p {
    margin-bottom: 0;
  }

  .home-benefits__head {
    margin-bottom: 32px;
  }

  .home-cta {
    padding-top: 64px;
    padding-bottom: 64px;
    min-height: 320px;
  }

  .home-cta__inner {
    padding: 16px;
  }

  .home-cta__title {
    font-size: 44px;
  }

  .home-cta--title-description .home-cta__title {
    font-size: 40px;
    letter-spacing: -0.4px;
  }

  .home-cta__description {
    font-size: 22px;
  }
}

@media (max-width: 767px) {

  .home-stats,
  .home-benefits,
  .home-blog,
  .home-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-stats,
  .home-benefits,
  .home-blog {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-cta__inner {
    padding: 24px;
  }

  .home-cta__title {
    font-size: 36px;
  }

  .home-cta--title-description .home-cta__title {
    font-size: 32px;
    letter-spacing: -0.32px;
  }

  .home-cta__description {
    font-size: 20px;
  }

  .header-inner {
    gap: 12px;
  }

  .primary-navigation {
    gap: 12px;
    font-size: 14px;
  }

  .primary-navigation a {
    padding: 6px 10px;
  }

  .header-cta {
    flex-direction: column;
    gap: 10px;
  }

  .header-cta .btn {
    transform: scale(0.95);
  }

  .home-hero__copy {
    gap: 16px;
  }

  .home-hero__title {
    font-size: 32px;
    line-height: 1.2;
  }

  .home-hero__actions {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    margin-top: -104px;
  }

  .home-hero__cta {
    margin: 0;
    z-index: 10;
  }

  .home-hero__cta--outline {
    margin-left: -2.304px;
  }

  .home-hero__visual {
    width: 342.624px;
    height: 316.638px;
    margin: 0;
    transform: none;
    transform-origin: top left;
  }

  .home-hero__card--stack {
    width: 340px;
  }

  .home-hero__card--pill {
    width: 383px;
  }

  .home-stats {
    padding: 32px 17px;
  }

  .home-stats__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-stats__copy {
    max-width: 333px;
    gap: 24px;
  }

  .home-stats__copy h2 {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -0.32px;
    font-weight: 500;
  }

  .home-stats__copy .home-stats__desc {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
  }

  .home-stats__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }

  .home-stats__card {
    padding-left: 24px;
  }

  .home-stats__value {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.4px;
    font-weight: 600;
  }

  .home-stats__card .home-stats__label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }

  .home-benefits {
    padding: 96px 0 16px;
  }

  .home-benefits__inner {
    gap: 16px;
  }

  .home-benefits__head {
    margin-bottom: 0;
    gap: 16px;
  }

  .home-benefits__head h2 {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -1.52px;
    font-weight: 500;
  }

  .home-benefits__carousel {
    gap: 16px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }

  .home-benefits__cards-container {
    width: 776.617px;
    height: 267.896px;
  }

  .home-benefits__cards-container::before,
  .home-benefits__cards-container::after {
    content: '';
    position: absolute;
    top: 13px;
    bottom: 13px;
    width: 74px;
    z-index: 2;
    pointer-events: none;
  }

  .home-benefits__cards-container::before {
    left: -26px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  }

  .home-benefits__cards-container::after {
    right: -26px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  }

  .home-benefits__card-content {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .home-benefits__card-title {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -0.23px;
    max-width: 160px;
  }

  .home-benefits__card.is-expanded .home-benefits__card-copy {
    height: 100%;
    width: 160px;
    max-width: 160px;
    padding-bottom: 32px;
  }

  .home-benefits__card[data-benefits-size="edge"] .home-benefits__card-title,
  .home-benefits__card[data-benefits-size="near"] .home-benefits__card-title,
  .home-benefits__card[data-benefits-size="center"] .home-benefits__card-title {
    font-size: 22px;
  }

  .home-benefits__card-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .home-benefits__card.is-expanded .home-benefits__card-text {
    max-height: none;
  }

  .home-benefits__card.is-expanded .home-benefits__card-content {
    top: 24px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .home-benefits__card-icon {
    width: 22px;
    height: 22px;
  }

  .home-benefits__card[data-benefits-size="edge"] .home-benefits__card-icon,
  .home-benefits__card[data-benefits-size="near"] .home-benefits__card-icon,
  .home-benefits__card[data-benefits-size="center"] .home-benefits__card-icon {
    width: 22px;
    height: 22px;
  }

  .home-benefits__card-icon svg {
    width: 22px;
    height: 22px;
  }

  .home-benefits__card[data-benefits-size="edge"] .home-benefits__card-icon svg,
  .home-benefits__card[data-benefits-size="near"] .home-benefits__card-icon svg,
  .home-benefits__card[data-benefits-size="center"] .home-benefits__card-icon svg {
    width: 22px;
    height: 22px;
  }

  .home-benefits__nav {
    gap: 6px;
  }

  .home-benefits__nav button {
    width: 31px;
    height: 31px;
    background: transparent;
    border: none;
    color: #0a0b35;
  }

  .home-benefits__nav button:hover {
    background: transparent;
  }

  .home-benefits__nav button svg {
    width: 17px;
    height: 17px;
  }

  .home-benefits__nav button:disabled {
    background: transparent;
    border: none;
    opacity: 0.4;
  }

  .home-solutions--infra {
    padding: 32px 13px 64px;
  }

  .home-solutions--infra .home-solutions__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-solutions--infra .home-solutions__text {
    width: 100%;
    min-width: 0;
    max-width: 346px;
    gap: 24px;
  }

  .home-blog__read-more {
    margin-top: 4px;
  }

  .home-solutions--infra .home-solutions__text-group--body {
    gap: 24px;
  }

  .home-solutions--infra .home-solutions__text .home-solutions__cta {
    display: none;
  }

  .home-solutions--infra .home-solutions__eyebrow {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .home-solutions--infra .home-solutions__text h2 {
    width: 100%;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -0.32px;
    font-weight: 500;
    max-width: none;
  }

  .home-solutions--infra .home-solutions__text-group--body p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #252525;
  }

  .home-solutions--infra .home-solutions__text-group--body p strong {
    font-weight: 600;
    color: #252525;
  }

  .home-solutions--infra .home-solutions__slider {
    width: 100%;
    gap: 24px;
  }

  .home-solutions--infra .home-solutions__tapete {
    width: 100%;
    height: 392px;
    padding: 64px 0 0;
    background: transparent;
    overflow: visible;
  }

  .home-solutions--infra .home-solutions__tapete::before {
    left: 19px;
    top: -30px;
    height: 392px;
    background-size: 1460px 330px;
    background-position: left center;
  }

  .home-solutions--infra .home-solutions__tapete::after {
    left: 0;
    top: 19px;
    width: 700px;
    height: 332px;
    background-size: 1370px 100%;
    background-position: left center;
  }

  .home-solutions--infra .home-solutions__tapete .home-solutions__swiper {
    width: 700px;
    max-width: 700px;
    overflow: hidden;
  }

  .home-solutions--infra .home-solutions__tapete .swiper {
    overflow: hidden;
  }

  .home-solutions--infra .home-solutions__card-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .home-solutions--infra .home-solutions__nav {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 36px;
  }

  .home-solutions__cta-mobile {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin-inline: auto;
  }

  .home-solutions--infra .home-solutions__cta-mobile {
    margin-top: 4px;
    padding: 0;
  }

  .home-solutions--infra .home-solutions__cta--mobile {
    display: inline-flex;
    width: 100%;
    height: 40px;
    font-size: 17px;
    line-height: 24px;
    --solutions-btn-bg-size: 100% 40px;
    --solutions-btn-bg-pos: 0 0;
  }

  .home-solutions--infra .home-solutions__cta::after,
  .home-solutions--credito .home-solutions__cta::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 0.2s ease;
    pointer-events: none;
    transform: skew(-16deg, 0deg);
    background: #FFB000;
    border-radius: 4px;
  }

  .home-solutions--credito {
    padding: 0 13px 32px 13px;
  }

  .home-solutions--credito .home-solutions__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-solutions--credito .home-solutions__text {
    width: 100%;
    min-width: 0;
    max-width: 346px;
    gap: 24px;
    order: 1;
    padding-left: 0;
  }

  .home-solutions--credito .home-solutions__text-group--body {
    gap: 24px;
  }

  .home-solutions--credito .home-solutions__text .home-solutions__cta {
    display: none;
  }

  .home-solutions--credito .home-solutions__eyebrow {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .home-solutions--credito .home-solutions__text h2 {
    width: 100%;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -0.32px;
    font-weight: 500;
    max-width: 150px;
  }

  .home-solutions--credito .home-solutions__text-group--body p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #252525;
  }

  .home-solutions--credito .home-solutions__text-group--body p strong {
    font-weight: 600;
    color: #252525;
  }

  .home-solutions--credito .home-solutions__slider {
    width: 100%;
    gap: 40px;
    order: 2;
  }

  .home-solutions--credito .home-solutions__tapete {
    width: 100%;
    height: 392px;
    padding: 64px 0 0;
    background: transparent;
    overflow: visible;
  }

  .home-solutions--credito .home-solutions__tapete::before {
    left: 40px;
    top: 0;
    height: 332px;
    background-size: 1360px 330px;
    background-position: left center;
  }

  .home-solutions--credito .home-solutions__tapete::after {
    left: 19px;
    right: auto;
    top: 19px;
    width: 600px;
    height: 332px;
    background-size: 1370px 100%;
    background-position: left center;
    transform: none;
  }

  .home-solutions--credito .home-solutions__tapete .home-solutions__swiper {
    width: 700px;
    max-width: 700px;
    margin-left: 0;
    overflow: hidden;
  }

  .home-solutions--credito .home-solutions__tapete .swiper {
    overflow: hidden;
  }

  .home-solutions--credito .home-solutions__nav {
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    justify-content: center;
    gap: 24px;
    margin-top: 34px;
    margin-bottom: 40px;
  }

  .home-solutions--credito .home-solutions__cta--mobile {
    display: inline-flex;
    width: 100%;
    height: 40px;
    font-size: 17px;
    line-height: 24px;
    --solutions-btn-bg-size: 100% 40px;
    --solutions-btn-bg-pos: 0 0;
  }

  .home-solutions--credito .home-solutions__cta {
    margin-top: 0px;
  }

  .home-solutions--infra .home-solutions__cta-mobile,
  .home-solutions--credito .home-solutions__cta-mobile {
    max-width: none;
  }

  .home-cta {
    height: auto;
    min-height: 0;
    padding: 104px 0;
    background-color: #0a0b35;
  }

  .home-cta__inner {
    max-width: none;
    padding: 0 24px;
    min-height: 0;
    gap: 24px;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .home-cta__inner::before {
    content: none;
  }

  .home-cta__inner>* {
    position: relative;
    z-index: 1;
  }

  .home-cta__title {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.32px;
    color: #ffffff;
  }

  .home-cta--title-description .home-cta__inner {
    gap: 24px;
  }

  .home-cta__description {
    max-width: 322px;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
  }

  .home-cta__title-line--regular {
    display: block;
  }

  .home-cta__actions {
    width: 100%;
  }

  .home-cta__cta {
    width: 100%;
    height: 39px;
    max-width: none;
    --cta-btn-bg-size: 100% 39px;
    --cta-btn-bg-pos: 0 0;
    font-size: 17px;
  }

  .home-cta__cta::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 0.2s ease;
    pointer-events: none;
    transform: skew(-16deg, 0deg);
    background: #FFB000;
    border-radius: 4px;
  }

  .home-cta__video {
    display: block !important;
    visibility: visible;
    opacity: 1;
    pointer-events: none;
  }

  .home-cta--video::before {
    content: '';
  }

  .home-blog {
    padding: 64px 16px 32px 16px;
  }

  .home-blog__inner {
    gap: 48px;
  }

  .home-blog__head h2 {
    margin: 0 0 24px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.32px;
  }

  .home-blog__head p {
    font-size: 18px;
    line-height: 1.5;
  }

  .home-blog__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-blog__card {
    border-radius: 16px;
  }

  .home-blog__thumb {
    aspect-ratio: 405.333 / 270;
  }

  .home-blog__content {
    padding: 16px 16px 24px;
    min-height: 156px;
  }

  .home-blog__tag {
    border: 1px solid #268afb;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
  }

  .home-blog__content h3 {
    font-size: 20px;
    line-height: 1.25;
    max-height: 90px;
    overflow: hidden;
    margin-top: -2px;
  }

  .home-blog__cta-btn {
    width: 200px;
    height: 40px;
    font-size: 18px;
    --blog-btn-bg-size: 200px 40px;
    --blog-btn-bg-pos: 0 0;
  }

  .site-footer {
    padding: 48px 16px 4px;
  }

  .site-footer__main {
    width: 100%;
    padding: 48px 16px 16px;
    border-radius: 16px;
  }

  .site-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 560px;
    margin: 0 auto;
  }

  .site-footer__left-top {
    gap: 16px;
  }

  .site-footer__logo img {
    height: 48px;
  }

  .site-footer__social {
    gap: 24px;
  }

  .site-footer__social a {
    color: #ffb000;
  }

  .site-footer__social svg,
  .site-footer__social img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
  }

  .site-footer__center {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }

  .site-footer__nav-group {
    gap: 20px;
    align-items: flex-start;
  }

  .site-footer__nav-title {
    width: fit-content;
    max-width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0;
  }

  .site-footer__nav-title a {
    display: inline-flex;
    color: #ffffff;
    text-decoration: none;
  }

  .site-footer__nav-group:nth-child(3) .site-footer__nav-title {
    font-weight: 300;
  }

  .site-footer__nav-list {
    gap: 18px;
    align-items: flex-start;
  }

  .site-footer__nav-list li {
    width: fit-content;
    max-width: 100%;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0;
  }

  .site-footer__nav-list a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    display: inline-flex;
    text-decoration: none;
  }

  .site-footer__left-bottom {
    margin-top: 32px;
    gap: 24px;
  }

  .site-footer__newsletter-title {
    font-size: 20px;
    font-weight: 600;
  }

  .site-footer__newsletter-text {
    font-size: 16px;
  }

  .site-footer__newsletter-form {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    margin-top: 16px;
    align-items: center;
  }

  .site-footer__newsletter-form input {
    flex: 1;
    max-width: none;
    min-width: 0;
    height: 36px;
    font-size: 16px;
    line-height: 1.5;
  }

  .site-footer__newsletter-btn {
    min-width: 79px;
    height: 36px;
    padding: 7px 16px 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .site-footer__newsletter-privacy {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 300;
  }

  .site-footer__apps {
    margin-top: 0;
    gap: 8px;
  }

  .site-footer__apps-links {
    gap: 12px;
    flex-wrap: nowrap;
  }

  .site-footer__right {
    margin-top: 64px;
    align-items: stretch;
  }

  .site-footer__contact {
    padding: 32px 16px;
    height: auto;
    margin-top: 0;
    min-height: auto;
  }

  .site-footer__contact-title {
    font-size: 18px;
    line-height: 18px;
  }

  .site-footer__contact-columns {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .site-footer__contact-column {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }

  .site-footer__contact-column:first-child {
    flex: 0 0 134px;
    width: 134px;
    border-right: 1px solid #eaeaea;
    padding-right: 12px;
  }

  .site-footer__contact-content {
    max-width: 100%;
  }

  .site-footer__contact-bg {
    display: none;
  }

  .site-footer__legal-mobile {
    display: block;
    margin-top: 24px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
  }

  .site-footer__bottom {
    padding: 8px 16px 0;
  }

  .site-footer__bottom-inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .site-footer__legal-item {
    display: none;
    margin: 0;
  }

  .site-footer__legal-item:last-child {
    display: flex;
    align-items: center;
    color: #03030f;
  }

  .site-footer__legal-developer {
    font-size: 12px;
    line-height: 1.5;
    color: #03030f;
  }

  .site-footer__legal-eon-image {
    height: 12px;
  }
}

/* Mobile header (Figma 11566:24247) */
.header-mobile-toggle,
.header-mobile-cta {
  display: none;
}

.header-mobile-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.header-mobile-toggle__icon {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
}

.header-mobile-toggle__icon::before,
.header-mobile-toggle__icon::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
}

.header-mobile-toggle__icon::before {
  top: -6px;
}

.header-mobile-toggle__icon::after {
  top: 6px;
}

.header-mobile-cta {
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 28px;
  padding: 0;
  background-color: transparent;
  background-image: url('../assets/img/btn-solid.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 104px 28px;
  color: #0a0b35;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 14.068px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body {
    padding-top: 72px;
  }

  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    height: 72px;
    padding: 0;
    background: #ffffff;
    color: #0a0b35;
  }

  .header-inner {
    height: 72px;
    padding: 0 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .header-inner>nav,
  .primary-navigation,
  .header-cta {
    display: none;
  }

  .header-mobile-toggle {
    display: inline-flex;
    align-self: center;
    width: 25px;
    height: 24px;
    flex: 0 0 auto;
  }

  .header-mobile-toggle__icon,
  .header-mobile-toggle__icon::before,
  .header-mobile-toggle__icon::after {
    background-color: #1f1f1f;
  }

  .branding {
    align-self: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .branding img {
    width: 136px;
    height: 37px;
  }

  .header-mobile-cta {
    display: inline-flex;
    align-self: center;
    margin: 0;
    white-space: nowrap;
    flex: 0 0 auto;
  }
}

/* Mobile menu (Figma 10792:15747) */
.mobile-menu {
  display: none;
}

body.is-mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 30;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    scrollbar-width: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .mobile-menu::-webkit-scrollbar {
    display: none;
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu__inner {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 16px 32px;
    overflow-y: auto;
  }

  .mobile-menu__bar {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-menu__bar .branding {
    width: 87.6px;
    height: 24px;
    justify-self: flex-start;
  }

  .mobile-menu .branding {
    color: #0a0b35;
  }

  .mobile-menu__bar .site-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
  }

  .mobile-menu__bar .site-logo img {
    width: 79px;
    height: 20px;
    object-fit: contain;
  }

  .mobile-menu__close {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: none;
    background: #0a0b35;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
  }

  .mobile-menu__close span {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
  }

  .mobile-menu__close span::before,
  .mobile-menu__close span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transform-origin: center;
  }

  .mobile-menu__close span::before {
    transform: translateY(-50%) rotate(45deg);
  }

  .mobile-menu__close span::after {
    transform: translateY(-50%) rotate(-45deg);
  }

  .mobile-menu__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 0 32px;
  }

  .mobile-menu__btn {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    height: 39.091px;
    padding: 0 16px;
    border: none;
    border-radius: 0;
    font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 17.305px;
    line-height: 1.5;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 39.091px;
  }

  .mobile-menu__btn--access {
    background-image: url('../assets/img/mobile-menu/mobile-menu-access-btn.svg');
    color: #ffffff;
    font-weight: 500;
  }

  .mobile-menu__btn--open {
    background-image: url('../assets/img/mobile-menu/mobile-menu-open-btn.svg');
    color: #0a0b35;
    font-weight: 400;
  }

  .mobile-menu__nav {
    flex: 1;
    background: #f2f2f2;
    border-radius: 16px;
    padding: 32px 0;
  }

  .mobile-menu__nav--solutions {
    display: none;
  }

  .mobile-menu.is-submenu-open .mobile-menu__nav--root {
    display: none;
  }

  .mobile-menu.is-submenu-open .mobile-menu__nav--solutions {
    display: block;
  }

  .mobile-menu__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    justify-content: flex-start;
    padding: 0 0 1px;
    border: none;
    border-bottom: 1px solid #0a0b35;
    background: transparent;
    color: #0a0b35;
    font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
  }

  .mobile-menu__back::before {
    content: '';
    width: 15.969px;
    height: 15.624px;
    background: url('../assets/img/mobile-menu/mobile-menu-arrow.svg') center / contain no-repeat;
    flex-shrink: 0;
  }

  .mobile-menu__solution-groups {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
  }

  .mobile-menu__solution-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 0.7px solid #d3e7fe;
  }

  .mobile-menu__solution-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .mobile-menu__solution-title {
    margin: 0;
    font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #0a0b35;
  }

  .mobile-menu__solution-title a {
    color: inherit;
    text-decoration: none;
  }

  .mobile-menu__solution-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .mobile-menu__solution-list li {
    list-style: none;
  }

  .mobile-menu__solution-list a,
  .mobile-menu__solution-list span {
    display: block;
    font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #0a0b35;
  }

  .mobile-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .mobile-navigation li {
    list-style: none;
  }

  .mobile-navigation a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #0a0b35;
  }

  .mobile-navigation .js-mega-trigger::after,
  .mobile-menu .primary-navigation .js-mega-trigger::after {
    content: '';
    width: 15.969px;
    height: 15.624px;
    background: url('../assets/img/mobile-menu/mobile-menu-arrow.svg') center / contain no-repeat;
    transform: rotate(180deg);
    flex-shrink: 0;
  }

  .mobile-navigation .menu-item-has-children>a::after {
    content: '';
    width: 15.969px;
    height: 15.624px;
    background: url('../assets/img/mobile-menu/mobile-menu-arrow.svg') center / contain no-repeat;
    transform: rotate(180deg);
    flex-shrink: 0;
  }

  .mobile-navigation .sub-menu {
    display: none;
  }

  .mobile-menu .primary-navigation {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
    align-items: flex-start;
  }

  .mobile-menu .primary-navigation a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #0a0b35;
  }
}
