/*
Theme Name: Artta
Theme URI: https://arta.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;
}

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;
}

.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;
}

.primary-navigation a:hover,
.primary-navigation a:focus {
  background: rgba(255,255,255,0.1);
}

.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: 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 64px;
}

.home-hero-logos .home-hero__clients {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  position: static;
}

.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: 0;
  border-radius: 0;
  box-shadow: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.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;
}

.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;
}

.home-solutions--infra {
  background: #ffffff;
  color: #0a0b35;
  padding: 64px 64px;
}

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

.home-solutions--infra .home-solutions__text > .btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 44px;
  background: #ffb000;
  color: #0a0b35;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border: none;
}

.home-solutions--infra .home-solutions__text > .btn-link:hover {
  background: #e69f00;
  color: #0a0b35;
}

.home-solutions--infra .btn-link {
  color: #0a0b35;
}

.home-solutions--credito {
  background: #f2f2f2;
  padding: 64px 64px;
}

.home-solutions__inner {
  max-width: 1314px;
  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;
}

.home-solutions--infra .home-solutions__inner {
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

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

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

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

.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: #0a0b35;
}

.home-solutions--credito .home-solutions__text .home-solutions__eyebrow + h2 {
  margin-top: -24px;
}

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

.home-solutions--credito .home-solutions__text > p strong {
  font-weight: 600;
  color: #555555;
}

.home-solutions--credito .btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background: #ffb000;
  color: #0a0b35;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border: none;
}

.home-solutions--credito .btn-link:hover {
  background: #e69f00;
  color: #0a0b35;
}

.home-solutions--credito .home-solutions__card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0a0b35;
}

.home-solutions--credito .home-solutions__card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #555555;
}

.home-solutions--credito .home-solutions__card-link {
  color: #0a0b35;
  font-size: 16px;
  font-weight: 600;
}

.home-solutions--credito .home-solutions__card-link:hover {
  color: #268afb;
}

.home-solutions--infra .home-solutions__text {
  width: 380px;
  max-width: 380px;
  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--infra .home-solutions__text > p {
  margin: 0;
}

.home-solutions--infra .home-solutions__text .home-solutions__eyebrow + h2 {
  margin-top: -24px;
}

.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;
}

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

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

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

.home-solutions--infra .home-solutions__text > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #555555;
}

.home-solutions--infra .home-solutions__text > p strong {
  font-weight: 600;
  color: #555555;
}

.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: 1269px;
}

.home-solutions__tapete {
  width: 100%;
  max-width: 1269px;
  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__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-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__card p {
  color: #555555;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

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

.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__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;
}

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

.home-solutions__card-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

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

.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;
}

.home-solutions--infra .home-solutions__nav .swiper-button-prev,
.home-solutions--infra .home-solutions__nav .swiper-button-next {
  border-radius: 8px;
  background: #ffffff;
  border-color: rgba(10, 11, 53, 0.15);
  color: #0a0b35;
}

.home-solutions--infra .home-solutions__nav .swiper-button-prev:hover,
.home-solutions--infra .home-solutions__nav .swiper-button-next:hover {
  border-color: rgba(10, 11, 53, 0.3);
  background: #f8f8f8;
}

.home-solutions--credito .home-solutions__nav .swiper-button-prev,
.home-solutions--credito .home-solutions__nav .swiper-button-next,
.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;
}

@media (max-width: 900px) {
  .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%;
    width: 100%;
  }

  .home-solutions--infra .home-solutions__text {
    max-width: 100%;
    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__nav {
    margin-top: 20px;
  }
}

.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;
}

.home-stats__inner {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 432px minmax(0, 1fr);
  gap: 64px;
  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 48px;
}

.home-stats__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 24px;
  border-left: none;
}

.home-stats__card:nth-child(2n) {
  border-left: 1px solid #ffb000;
}

.home-stats__value {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 79.2px;
  letter-spacing: -0.72px;
  color: #ffffff;
}

.home-stats__card .home-stats__label {
  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-benefits {
  padding: 64px 64px;
  background: #ffffff;
}

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

.home-benefits__head {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  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: clamp(28px, 5vw, 48px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.48px;
  color: #0a0b35;
}

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

.home-benefits__swiper {
  width: 100%;
  overflow: hidden;
}

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

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

.home-benefits__card {
  border-radius: 16px;
  aspect-ratio: 248 / 309;
  min-height: 260px;
  background-color: #0e0e1a;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 24px 24px;
  box-sizing: border-box;
}

.home-benefits__card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(10, 11, 53, 0) 25%, rgba(10, 11, 53, 0.9) 100%);
  pointer-events: none;
}

.home-benefits__card-plus {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  line-height: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 80px 64px;
  background: #ffffff;
}

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

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

.home-blog__head h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 500;
  line-height: 1.2;
  color: #0a0b35;
  margin: 0 0 16px;
}

.home-blog__head p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #555555;
  margin: 0 0 40px;
}

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

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

.home-blog__card {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  box-shadow: none;
}

.home-blog__thumb {
  display: block;
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
}

.home-blog__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-blog__content {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  margin-top: 16px;
}

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

.home-blog__tag {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #268afb;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

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

.home-blog__content h3 a {
  color: #0a0b35;
  text-decoration: none;
  transition: color 0.2s ease;
}

.home-blog__content h3 a:hover {
  color: #268afb;
}

.home-blog__read-more {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0a0b35;
  text-decoration: none;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  transition: color 0.2s ease;
  margin-top: auto;
}

.home-blog__read-more:hover {
  color: #268afb;
}

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

.home-blog__cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #0a0b35;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color 0.2s ease;
}

.home-blog__cta-btn:hover {
  background: #08082a;
  color: #ffffff;
}

.home-cta {
  background-color: #0a0b35;
  color: #ffffff;
  padding: 100px 64px;
  position: relative;
  overflow: hidden;
}

/* Aplica a imagem de fundo diretamente no elemento quando a variável estiver definida */
.home-cta[style*="--cta-bg-image"] {
  background-image: var(--cta-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(40px) brightness(0.3);
  transform: scale(1.1);
  z-index: 0;
  opacity: 1;
  will-change: transform;
  pointer-events: none;
}

.home-cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(10, 11, 53, 0.5) 0%, rgba(8, 8, 42, 0.7) 100%);
  z-index: 0;
  pointer-events: none;
}

.home-cta__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 1;
}

.home-cta__title {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1.2;
  margin: 0 0 2.5rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.home-cta__title-line {
  display: block;
  text-align: center;
  width: 100%;
}

.home-cta__title-line--bold {
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 0;
}

.home-cta__title-line--regular {
  font-weight: 400;
  font-size: 1em;
  margin-top: 0;
}

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

.home-cta__actions .btn-pill {
  border-radius: 8px;
  padding: 14px 32px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.home-cta__actions .btn-pill--solid {
  background: #ffb000;
  color: #ffffff;
}

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

.site-footer__main {
  background: #0a0b35;
  border-radius: 24px;
  padding: 72px 64px;
  margin: 0 auto;
  max-width: 1320px;
  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: 32px;
  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: 32px;
  grid-column: 1;
  grid-row: 2;
}

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

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

.site-footer__social {
  display: flex;
  gap: 16px;
  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 {
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

.site-footer__newsletter-btn {
  padding: 12px 24px;
  background: #ffb000;
  color: #0a0b35;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.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;
}

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

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

.site-footer__apps-title {
  font-size: 16px;
  font-weight: 500;
  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: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

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

.site-footer__app-link svg {
  width: 20px;
  height: 20px;
}

/* 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: 16px;
}

.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;
}

.site-footer__contact {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  color: #0a0b35;
  width: min(560px, 100%);
  position: relative;
  overflow: hidden;
}

.site-footer__contact::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -40px;
  width: 260px;
  height: 180px;
  border: 1px solid rgba(38, 138, 251, 0.35);
  border-radius: 18px;
  transform: rotate(-8deg);
  pointer-events: none;
}

.site-footer__contact::before {
  content: '';
  position: absolute;
  top: 40px;
  right: 20px;
  width: 180px;
  height: 120px;
  border: 1px solid rgba(38, 138, 251, 0.35);
  border-radius: 18px;
  transform: rotate(-8deg);
  pointer-events: none;
}

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

.site-footer__contact-hours {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  margin: 0 0 20px;
  line-height: 21px;
}

.site-footer__contact-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 20px;
}

.site-footer__contact-column strong {
  font-weight: 500;
  color: #6b6f85;
  font-size: 12px;
  display: block;
  margin: 0 0 6px;
}

.site-footer__contact-column a {
  color: #268afb;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

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

.site-footer__addresses {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

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

/* Bottom Bar */
.site-footer__bottom {
  background: #ffffff;
  padding: 24px 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: 14px;
  font-weight: 400;
  color: #555555;
}

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

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

/* Responsive */
@media (max-width: 1024px) {
  .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__left-top,
  .site-footer__left-bottom,
  .site-footer__center,
  .site-footer__right {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  .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;
  }
}

@media (max-width: 768px) {
  .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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  position: sticky;
  top: 0;
  z-index: 20;
  overflow: visible;
  min-height: 72px;
  padding: 0 64px;
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.branding {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.branding:hover {
  color: #ffffff;
}

.site-header .branding svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
  flex-shrink: 0;
}

.primary-navigation {
  display: flex;
  gap: 32px;
  flex: 1;
  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;
}

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

.primary-navigation a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.primary-navigation a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.primary-navigation .js-mega-trigger::after,
.primary-navigation .menu-item-has-children > a::after {
  opacity: 0.6;
}

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

.primary-navigation .current-menu-item > a,
.primary-navigation a:hover {
  color: #ffb000;
}

.header-cta {
  display: flex;
  gap: 0;
  align-items: stretch;
  flex-shrink: 0;
}

.header-cta .btn {
  padding: 9px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
}

.header-cta .btn-outline {
  border-radius: 0 999px 999px 0;
  border-right-width: 0;
  margin-right: -1px;
  background: transparent;
  color: #ffffff;
}

.header-cta .btn-primary {
  border-radius: 999px 0 0 999px;
  border-left-width: 0;
  background: #ffb000;
  color: #0a0b35;
  border-color: #ffb000;
}

.btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

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

@media (max-width: 900px) {
  .site-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .header-cta {
    width: 100%;
    justify-content: center;
    gap: 0.5rem;
  }

  .header-cta .btn-outline {
    border-radius: 999px;
    border-right-width: 1px;
    margin-right: 0;
  }

  .header-cta .btn-primary {
    border-radius: 999px;
    border-left-width: 1px;
  }
}

.site-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0 clamp(1rem, 4vw, 3rem);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 15;
}

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

.site-mega__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding: 2rem clamp(1.5rem, 4vw, 3rem);
  background-color: rgba(6, 9, 39, 0.95);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(5, 7, 28, 0.55);
}

.site-mega__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}

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

.site-mega__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.85);
}

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

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

.home-hero__container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 488px minmax(0, 1fr);
  align-items: center;
  gap: 80px;
  z-index: 1;
}

.home-hero__copy {
  max-width: 488px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.home-hero__title {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: clamp(2.75rem, 5vw, 72px);
  font-weight: 500;
  line-height: clamp(3rem, 5.6vw, 79.2px);
  letter-spacing: -0.72px;
}

.home-hero__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

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

.home-hero__actions .btn-pill {
  border-radius: 19.568572998px;
  padding: 11px 32px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 17.305273056px;
  font-weight: 500;
  line-height: 25.95790863px;
  border-width: 1px;
}

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

.home-hero__actions .btn-pill--outline {
  font-weight: 400;
}

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

.home-hero__visual {
  position: relative;
  min-height: 583px;
  max-width: 712px;
  padding-right: 0;
}

.home-hero__photo {
  width: 100%;
  max-width: 580px;
  height: 500px;
  border-radius: 19.568572998px;
  overflow: hidden;
  margin-left: auto;
  box-shadow: none;
  background: #ffffff;
}

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

.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;
}

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

  .home-hero__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .home-hero__card {
    width: min(280px, 72%);
  }
}

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

  .home-hero__container {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-hero__visual {
    min-height: unset;
    max-width: 100%;
  }

  .home-hero__card {
    position: static;
    width: 100%;
    margin-top: 1.25rem;
    transform: none;
  }

  .home-hero__card--stack,
  .home-hero__card--pill {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

@media (max-width: 900px) {
  .home-hero-logos {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-hero-logos .home-hero__clients-list {
    gap: 32px;
  }

  .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: 32px;
  }
  
  .home-blog__head h2 {
    margin-bottom: 12px;
  }
  
  .home-blog__head p {
    margin-bottom: 32px;
  }

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

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

@media (max-width: 600px) {
  .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: 64px;
    padding-bottom: 64px;
  }

  .home-cta__title {
    margin-bottom: 2rem;
  }
}
