/* GEO / AEO — tables, related products, article body. Tokens follow the catalog palette. */
.geo-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 2rem;
  font-size: 0.95rem;
}
.geo-table th,
.geo-table td {
  border-bottom: 1px solid rgba(27, 33, 41, 0.12);
  padding: 0.65rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
.geo-table th {
  width: 34%;
  font-weight: 600;
}
.geo-faq {
  margin: 2rem auto 2.5rem;
  max-width: 1280px;
}
.geo-faq h2 {
  margin-bottom: 1rem;
}
.geo-faq .accordion_item .title {
  font-weight: 600;
  line-height: 1.4;
}
.geo-faq .accordion_item .body p {
  margin: 0.75rem 0 0;
  line-height: 1.65;
  color: #28313d;
}
.geo-related {
  margin: 2.5rem auto;
  max-width: 1280px;
}
.geo-related_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.geo-related_head h2 {
  margin: 0;
}
.geo-related_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}
.geo-related_list a {
  display: block;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(27, 33, 41, 0.12);
  color: inherit;
  text-decoration: none;
}
.geo-related_list a:hover {
  border-color: #2755a2;
}

.related-carousel_nav {
  display: flex;
  gap: 0.4rem;
}
.related-carousel_btn {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #1b2129;
  background: #fff;
  color: #1b2129;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}
.related-carousel_btn:hover {
  background: #1b2129;
  color: #fff;
}
.related-carousel {
  overflow: hidden;
}
.related-carousel_track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 0.35rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.related-carousel_track::-webkit-scrollbar {
  display: none;
}
.related-card {
  flex: 0 0 calc((100% - 2rem) / 3);
  min-width: 200px;
  max-width: 280px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.85rem;
  border: 1px solid rgba(27, 33, 41, 0.12);
  background: #fff;
  color: #1b2129;
  text-decoration: none;
}
.related-card:hover {
  border-color: #2a2aff;
}
.related-card_media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  background: #f4f4f4;
  overflow: hidden;
}
.related-card_media img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.related-card_title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
}
.related-card_desc {
  font-size: 0.82rem;
  line-height: 1.4;
  color: #555;
}
@media (max-width: 991.98px) {
  .related-card {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 575.98px) {
  .related-card {
    flex-basis: 82%;
    max-width: none;
  }
}

html body .join.section .container {
  align-items: center;
  text-align: center;
  width: 100%;
}
html body .join .join_header {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
html body:has(header[data-page="guides"]) .join .join_header {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 767.98px) {
  html body:has(header[data-page="guides"]) .join .join_header {
    font-size: 19px;
  }
}
@media screen and (min-width: 991.98px) {
  html body:has(header[data-page="guides"]) .join .join_header {
    font-size: 24px;
    line-height: 1.2;
  }
}

/* Breadcrumb: espaço simétrico via margin (espaços no content colapsam no flex) */
html body .breadcrumbs {
  gap: 0;
}
html body .breadcrumbs_item:after {
  content: "/";
  left: 0;
  margin: 0 0.35em;
}

/* Serviços — 3 pilares em colunas iguais (about.min usa 25% pensado em 4 itens) */
html body main.services > .container > ul.services_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  flex-direction: unset;
  flex-wrap: unset;
  padding: 2.5rem 0;
}

html body main.services > .container > ul.services_list > .wrapper {
  width: 100%;
  margin: 0;
}

html body main.services > .container > ul.services_list .services_list-item {
  height: 100%;
}

@media screen and (max-width: 991.98px) {
  html body main.services > .container > ul.services_list {
    grid-template-columns: 1fr;
  }
}
.geo-article {
  max-width: 760px;
  margin: 0 auto 3rem;
}
.geo-article h2 {
  margin: 2rem 0 0.75rem;
}
.geo-article p,
.geo-article li {
  line-height: 1.65;
}
.geo-article ul {
  padding-left: 1.25rem;
}
.geo-lead {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.geo-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 2rem;
  background: #1b2129;
}
.geo-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.geo-blog .container {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.geo-blog-feed {
  list-style: none;
  padding: 0 0 3rem;
  margin: 0 auto;
  max-width: 760px;
}
.geo-blog-feed li + li {
  border-top: 1px solid rgba(27, 33, 41, 0.12);
}
.geo-blog-feed_item {
  display: block;
  padding: 2rem 0;
  color: inherit;
  text-decoration: none;
}
.geo-blog-feed_item:hover .geo-blog-feed_title {
  color: #2755a2;
}
.geo-blog-feed_media {
  display: block;
  aspect-ratio: 16 / 9;
  background: #1b2129;
  overflow: hidden;
  margin-bottom: 1.15rem;
}
.geo-blog-feed_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.geo-blog-feed_title {
  margin: 0 0 0.6rem;
  font-size: 1.35rem;
  line-height: 1.3;
}
.geo-blog-feed_text {
  margin: 0 0 0.85rem;
  line-height: 1.65;
  color: #28313d;
}
.geo-blog-feed_more {
  font-weight: 600;
  color: #2755a2;
}
.geo-empty {
  max-width: 640px;
  margin: 2rem auto 4rem;
}
.geo-empty p {
  line-height: 1.6;
}
.page_main-title.h1,
h1.page_main-title,
h1.page_header-title {
  margin: 0;
}

/* Decorative join blob — removed from markup; hide if stale HTML remains */
html body .join_media {
  display: none !important;
}

/* Footer — top padding at 20% of layout defaults (80% reduction), site-wide */
html body .footer {
  padding-top: 12px;
}

html body .footer_bottom {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.75rem 2rem;
  align-items: start;
  justify-content: unset;
  padding-top: 15px;
}

html body .footer_bottom .footer_contact-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  min-width: 0;
}

html body .footer_bottom .footer_contact-group > * {
  display: block;
  width: 100%;
  line-height: 1.45;
}

html body .footer_bottom .footer_contact-label {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2a2aff;
  line-height: 1.3;
}

html body .footer_bottom .footer_contact-group--socials .socials {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  max-width: 100%;
  font-size: 22px;
  color: #2a2aff;
}

html body .footer_bottom .footer_contact-group--socials .socials-item {
  width: auto;
  flex: 0 0 auto;
}

html body .footer_bottom .footer_contact-group--socials .socials-item .link {
  width: 44px;
  height: 44px;
}

@media screen and (max-width: 991.98px) {
  html body .footer_bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 575.98px) {
  html body .footer_bottom {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 767.98px) {
  html body .footer {
    padding-top: 16px;
  }
}

@media screen and (min-width: 991.98px) {
  html body .footer {
    padding-top: 24px;
  }

  html body .footer_bottom {
    padding-top: 25px;
  }
}

/* Home landing — beat index.min.css */
html body.page-home {
  --hero-studio: #a2a5a6;
  background: #fff;
  color: #1b2129;
}

html body.page-home section.hero {
  position: relative;
  min-height: 0;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: var(--hero-studio);
}

html body.page-home .hero_stage {
  position: relative;
  width: min(1920px, 100vw);
  aspect-ratio: 16 / 9;
  max-height: none;
  background: var(--hero-studio);
  overflow: hidden;
}

html body.page-home .hero_media {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 105%;
  transform: translateX(-50%);
  pointer-events: none;
}

html body.page-home .hero_media video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

html body.page-home .hero_overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 6% 6vw 0;
  pointer-events: none;
}

html body.page-home h1.hero_title {
  margin: 0;
  max-width: 18ch;
  text-align: center;
  color: #111;
  font-family: "Just Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 4.5vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  pointer-events: auto;
}

html body.page-home .hero_bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding: 0 4.5% 3.2%;
}

html body.page-home .hero_copy {
  max-width: 28rem;
}

html body.page-home .hero_logo {
  margin: 0 0 0.65rem;
  text-decoration: none;
  color: #111;
  align-items: center;
  gap: 0;
}

html body.page-home .hero_logo .logo_brand {
  display: block;
  height: 42px;
  width: auto;
  max-width: 11.2rem; /* ~40% of .hero_copy (28rem) */
  object-fit: contain;
}

html body.page-home .hero_logo .logo_catalog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 2px;
  padding-left: 10px;
  border-left: 2px solid #111;
  font-family: "Just Sans", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
}

html body.page-home .hero_text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333;
}

html body.page-home .hero_ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

html body.page-home .hero_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.45rem 1.15rem;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

html body.page-home .hero_cta:hover {
  opacity: 0.82;
}

html body.page-home .hero_cta_wa {
  min-height: 2.5rem;
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

html body.page-home .landing-lines,
html body.page-home .landing-faq {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.5rem 8vw;
  background: #fff;
}

html body.page-home .landing-lines {
  padding-bottom: 1.25rem;
}

html body.page-home .landing-faq {
  padding-top: 1.25rem;
}

html body.page-home .landing-lines h2,
html body.page-home .landing-faq h2 {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html body.page-home .landing-lines ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
}

html body.page-home .landing-lines a {
  color: #1b2129;
  text-decoration: none;
  border-bottom: 1px solid rgba(27, 33, 41, 0.25);
}

html body.page-home .landing-lines a:hover {
  border-color: #2a2aff;
  color: #2a2aff;
}

html body.page-home .landing-faq_item {
  border-bottom: 1px solid rgba(27, 33, 41, 0.12);
  padding: 0.85rem 0;
}

html body.page-home .landing-faq_item:first-of-type {
  padding-top: 0;
}

html body.page-home .landing-faq_item summary {
  cursor: pointer;
  font-weight: 400;
  color: #1b2129;
  font-size: 1rem;
  line-height: 1.6;
}

html body.page-home .landing-faq_item summary::marker {
  font-weight: 700;
  color: #111;
}

html body.page-home .landing-faq_item summary::-webkit-details-marker {
  font-weight: 700;
  color: #111;
}

html body.page-home .landing-faq_item p {
  margin: 0.65rem 0 0;
  line-height: 1.6;
}

html body.page-home .footer {
  background: #f8f8ff;
  color: #1b2129;
}

@media (max-width: 900px) {
  html body.page-home section.hero {
    height: auto;
    min-height: 0;
    overflow: visible;
    display: block;
  }

  html body.page-home .hero_stage {
    width: 100%;
    aspect-ratio: auto;
    max-height: none;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem 5vw 2rem;
  }

  html body.page-home .hero_media {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    transform: none;
    order: 2;
  }

  html body.page-home .hero_overlay {
    position: relative;
    inset: auto;
    padding: 0;
    order: 1;
  }

  html body.page-home h1.hero_title {
    max-width: none;
    font-size: clamp(1.6rem, 7.2vw, 2.25rem);
    text-align: left;
  }

  html body.page-home .hero_bottom {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 0;
    order: 3;
  }

  html body.page-home .hero_copy {
    max-width: none;
  }

  html body.page-home .hero_ctas {
    width: 100%;
  }

  html body.page-home .hero_cta {
    flex: 1 1 auto;
    min-width: calc(50% - 0.3rem);
  }

  html body.page-home .landing-lines,
  html body.page-home .landing-faq {
    padding: 2rem 5vw;
  }

  html body.page-home .landing-lines {
    padding-bottom: 1rem;
  }

  html body.page-home .landing-faq {
    padding-top: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.page-home .hero_media video {
    display: none;
  }

  html body.page-home .hero_media {
    min-height: 12rem;
    background: var(--hero-studio);
  }
}
