.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-21621 .elementor-element.elementor-element-390c0eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21621 .elementor-element.elementor-element-390c0eb.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-21621 .elementor-element.elementor-element-c1d4221 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-21621 .elementor-element.elementor-element-390c0eb{--width:104.158%;}}/* Start custom CSS for html, class: .elementor-element-c1d4221 *//* =========================================================
   ROD LOPES — LANDING PAGE
   IDENTIDADE: CORPORATIVA / PREMIUM / SÓBRIA
   ========================================================= */

/* =========================================================
   CONTAINER E VARIÁVEIS GLOBAIS
   ========================================================= */

.rl-page {
  --rl-bg: #f3f2ef;
  --rl-bg-soft: #eae9e5;
  --rl-white: #ffffff;

  --rl-text: #111111;
  --rl-muted: #656565;
  --rl-border: #d2d0ca;

  /* COR PRINCIPAL */
  --rl-accent: #080A0D;

  /* ACENTO VISUAL DISCRETO */
  --rl-accent-soft: #8d879d;

  /* TEXTO/CTA PARA FUNDOS ESCUROS */
  --rl-dark-text: #ffffff;
  --rl-dark-muted: rgba(255,255,255,.72);
  --rl-dark-border: rgba(255,255,255,.28);

  --rl-max: 1180px;
  --rl-radius: 18px;

  background: var(--rl-bg);
  color: var(--rl-text);
  
  /* FAMÍLIA CADASTRADA NO ELEMENTOR */
  font-family: 'Google Sans Flex', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  
  line-height: 1.55;
  overflow: hidden;
}

.rl-page *,
.rl-page *::before,
.rl-page *::after {
  box-sizing: border-box;
}

.rl-container {
  width: min(var(--rl-max), calc(100% - 48px));
  margin: 0 auto;
}

.rl-narrow {
  max-width: 820px;
}


/* =========================================================
   TIPOGRAFIA E PESOS DEFINIDOS
   ========================================================= */

.rl-page h1,
.rl-page h2,
.rl-page h3,
.rl-page p {
  margin-top: 0;
  font-family: 'Google Sans Flex', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.rl-page h1,
.rl-page h2,
.rl-page h3 {
  letter-spacing: -0.035em;
}

/* Títulos usam o arquivo estático 800 do Elementor */
.rl-page h1 {
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.98;
  margin-bottom: 28px;
  font-weight: 600 !important;
}

.rl-page h2 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.05;
  margin-bottom: 24px;
  font-weight: 500 !important;
}

.rl-page h3 {
  font-size: 27px;
  line-height: 1.12;
  margin-bottom: 18px;
  font-weight: 600 !important;
}

/* Parágrafos usam o arquivo estático Normal (400) */
.rl-page p {
  font-size: 17px;
  color: var(--rl-muted);
  font-weight: 400 !important;
}

/* Destaque nativo em negrito */
.rl-page strong,
.rl-page h1 strong,
.rl-page h2 strong,
.rl-page h3 strong,
.rl-page p strong {
  font-weight: 800 !important;
  color: inherit;
}

.rl-section-label {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rl-text);
}


/* =========================================================
   HERO
   ========================================================= */

.rl-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;

  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(141,135,157,.08),
      transparent 28%
    ),
    var(--rl-bg);
}

.rl-hero::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -220px;
  bottom: -260px;

  border: 1px solid rgba(17,17,17,.08);
  border-radius: 50%;
}

.rl-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 50px;
}

.rl-eyebrow {
  display: inline-block;
  padding: 7px 13px;
  margin-bottom: 24px;

  border: 1px solid var(--rl-text);
  border-radius: 8px;

  font-size: 12px;
  font-weight: 800 !important;
  letter-spacing: .04em;
}

.rl-kicker {
  margin-bottom: 10px !important;
  font-size: 14px !important;
  letter-spacing: .42em;
  color: var(--rl-text) !important;
  font-weight: 800 !important;
}

.rl-hero h1 strong {
  color: var(--rl-text);
}

.rl-hero-subtitle {
  max-width: 650px;
  padding-left: 18px;
  border-left: 3px solid var(--rl-accent-soft);

  font-size: 21px !important;
  line-height: 1.35;
  color: var(--rl-text) !important;
  margin-bottom: 28px !important;
}

.rl-hero-text {
  max-width: 650px;
  font-size: 18px !important;
}

.rl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}


/* =========================================================
   FOTO HERO
   ========================================================= */

.rl-hero-image {
  position: relative;
  align-self: end;
  min-height: 650px;

  display: flex;
  justify-content: center;
  align-items: end;
}

.rl-hero-image img {
  display: block;
  width: min(100%, 530px);
  max-height: 700px;

  object-fit: contain;
  object-position: bottom center;

  position: relative;
  z-index: 2;
}

.rl-experience {
  position: absolute;
  top: 18%;
  right: 0;
  z-index: 3;

  padding: 12px 0;
  border-bottom: 1px solid var(--rl-text);
}

.rl-experience strong {
  display: block;
  font-size: 48px;
  line-height: .9;
  font-weight: 800 !important;
}

.rl-experience span {
  display: block;
  margin-top: 10px;

  font-size: 10px;
  font-weight: 800 !important;
  line-height: 1.15;

  text-transform: uppercase;
  letter-spacing: .08em;
}


/* =========================================================
   BOTÕES
   ========================================================= */

.rl-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  min-height: 52px;
  padding: 13px 22px;

  border-radius: 9px;

  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800 !important;

  transition:
    transform .2s ease,
    background-color .2s ease,
    color .2s ease,
    border-color .2s ease;
}

/* CTA PRINCIPAL — FUNDO CLARO */
.rl-btn-primary {
  background: var(--rl-accent);
  color: #fff !important;
  border: 1px solid var(--rl-accent);
}

.rl-btn-primary:hover {
  background: #22252a;
  border-color: #22252a;
  color: #fff !important;
  transform: translateY(-2px);
}

/* CTA SECUNDÁRIO — FUNDO CLARO */
.rl-btn-secondary {
  background: transparent;
  color: var(--rl-text) !important;
  border: 1px solid var(--rl-text);
}

.rl-btn-secondary:hover {
  background: var(--rl-text);
  color: #fff !important;
  transform: translateY(-2px);
}

.rl-btn-small {
  min-height: 45px;
  padding: 10px 17px;
  font-size: 14px;
}


/* =========================================================
   BOTÕES SOBRE FUNDO ESCURO
   ========================================================= */

.rl-statement .rl-btn-primary,
.rl-final-cta .rl-btn-primary {
  background: #ffffff;
  color: #080A0D !important;
  border-color: #ffffff;
}

.rl-statement .rl-btn-primary:hover,
.rl-final-cta .rl-btn-primary:hover {
  background: #eae9e5;
  border-color: #eae9e5;
  color: #080A0D !important;
  transform: translateY(-2px);
}

.rl-statement .rl-btn-secondary,
.rl-final-cta .rl-btn-secondary {
  background: transparent;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.55);
}

.rl-statement .rl-btn-secondary:hover,
.rl-final-cta .rl-btn-secondary:hover {
  background: #ffffff;
  color: #080A0D !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}


/* =========================================================
   LINKS TEXTUAIS
   ========================================================= */

.rl-text-link {
  display: inline-block;
  color: #1757a6 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-weight: 800 !important;
}

.rl-text-link:hover {
  color: var(--rl-accent) !important;
}


/* =========================================================
   INTRO
   ========================================================= */

.rl-intro {
  padding: 125px 0;
  background: var(--rl-white);
}

.rl-intro h2 {
  max-width: 900px;
}

.rl-intro p {
  max-width: 800px;
  font-size: 19px;
}


/* =========================================================
   DOIS CAMINHOS
   ========================================================= */

.rl-paths {
  padding: 125px 0;
  background: var(--rl-bg);
}

.rl-section-heading {
  max-width: 900px;
  margin-bottom: 60px;
}

.rl-section-heading > p {
  max-width: 750px;
  font-size: 19px;
}

.rl-path-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.rl-path-card {
  position: relative;
  padding: 42px;
  background: var(--rl-white);
  border: 1px solid var(--rl-border);
  border-radius: var(--rl-radius);
}

.rl-path-card-accent {
  border-top: 4px solid var(--rl-accent);
}

.rl-card-number {
  position: absolute;
  top: 28px;
  right: 30px;
  font-size: 50px;
  font-weight: 800 !important;
  line-height: 1;
  color: rgba(17,17,17,.08);
}

.rl-card-label {
  display: block;
  margin-bottom: 24px;
  font-size: 11px;
  font-weight: 800 !important;
  letter-spacing: .08em;
  color: var(--rl-muted);
}

.rl-path-card ul {
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.rl-path-card li {
  padding: 10px 0;
  border-bottom: 1px solid var(--rl-border);
  font-size: 15px;
}

.rl-path-card li::before {
  content: "→";
  margin-right: 10px;
  color: var(--rl-accent-soft);
  font-weight: 800 !important;
}

.rl-card-note {
  font-size: 14px !important;
}


/* =========================================================
   STATEMENT — FUNDO ESCURO
   ========================================================= */

.rl-statement {
  padding: 125px 0;
  background: var(--rl-text);
  color: #fff;
}

.rl-statement .rl-section-label,
.rl-statement h2,
.rl-statement h2 strong {
  color: #fff !important;
}

.rl-statement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
}

.rl-statement-copy p {
  color: rgba(255,255,255,.75);
  font-size: 18px;
}

.rl-statement-copy strong {
  color: #fff !important;
}


/* =========================================================
   CONEXÕES COM O MERCADO DIGITAL
   ========================================================= */

.rl-ecosystem {
  width: 100%;
  padding: 110px 24px 115px;
  background: #f2f2f0;
  color: #080a0d;
}

.rl-ecosystem-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.rl-ecosystem-header {
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.rl-section-eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 11px;
  font-weight: 800 !important;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.52;
}

.rl-ecosystem-header h2 {
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800 !important;
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: #080a0d;
}

.rl-ecosystem-intro {
  max-width: 720px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 400 !important;
  line-height: 1.7;
  color: #080a0d;
  opacity: 0.68;
}

.rl-ecosystem-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: 100%;
}

.rl-ecosystem-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  padding: 35px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(8, 10, 13, 0.10);
  border-radius: 4px;
  text-decoration: none !important;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.rl-ecosystem-logo:hover {
  transform: translateY(-4px);
  background: #ffffff;
  border-color: rgba(8, 10, 13, 0.20);
  box-shadow: 0 12px 35px rgba(8, 10, 13, 0.07);
}

.rl-ecosystem-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  opacity: 0.82;
  transition: opacity 0.25s ease;
}

.rl-ecosystem-logo:hover img {
  opacity: 1;
}

.rl-ecosystem-footer {
  max-width: 720px;
  margin: 55px auto 0;
  text-align: center;
}

.rl-ecosystem-footer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #080a0d;
  opacity: 0.65;
}

.rl-ecosystem-footer strong {
  font-weight: 800 !important;
  opacity: 1;
}


/* =========================================================
   SKILLS / COMPETÊNCIAS
   ========================================================= */

.rl-skills {
  padding: 125px 0;
  background: var(--rl-white);
}

.rl-skill-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.rl-skill {
  min-height: 90px;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--rl-border);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700 !important;
  background: var(--rl-bg);
}


/* =========================================================
   WORKSHOPS
   ========================================================= */

.rl-workshops {
  padding: 125px 0;
  background: var(--rl-bg);
}

.rl-section-heading-workshops {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 70px;
  align-items: end;
  max-width: none;
}

.rl-workshop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.rl-workshop-card {
  overflow: hidden;
  background: var(--rl-white);
  border: 1px solid var(--rl-border);
  border-radius: var(--rl-radius);
}

.rl-workshop-image {
  height: 220px;
  overflow: hidden;
  background: var(--rl-bg-soft);
}

.rl-workshop-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.rl-workshop-card:hover .rl-workshop-image img {
  transform: scale(1.035);
}

.rl-workshop-content {
  padding: 28px;
}

.rl-workshop-status {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--rl-accent-soft);
  font-size: 10px;
  font-weight: 800 !important;
  letter-spacing: .1em;
}

.rl-workshop-content h3 {
  font-size: 24px;
}

.rl-workshop-content p {
  font-size: 15px;
}

.rl-workshop-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
  font-size: 12px;
  color: var(--rl-muted);
}


/* =========================================================
   SHORTS (YOUTUBE)
   ========================================================= */

.rl-videos {
  padding: 125px 0;
  background: var(--rl-bg);
}

.rl-shorts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.rl-short-card {
  width: 100%;
}

.rl-short-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: var(--rl-radius);
  overflow: hidden;
  background: #000;
  border: 1px solid var(--rl-border);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.rl-short-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/* =========================================================
   PROCESSO
   ========================================================= */

.rl-process {
  padding: 125px 0;
  background: var(--rl-white);
}

.rl-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--rl-border);
  border: 1px solid var(--rl-border);
}

.rl-process-item {
  padding: 35px 25px;
  background: var(--rl-white);
}

.rl-process-item > span {
  display: block;
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 800 !important;
  color: var(--rl-accent-soft);
}

.rl-process-item h3 {
  font-size: 21px;
}

.rl-process-item p {
  font-size: 15px;
}


/* =========================================================
   LOCALIZAÇÃO
   ========================================================= */

.rl-location {
  padding: 125px 0;
  background: var(--rl-bg);
}

.rl-location-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: center;
}

.rl-location-box {
  padding: 40px;
  background: var(--rl-white);
  border: 1px solid var(--rl-border);
  border-radius: var(--rl-radius);
}

.rl-location-box > span {
  font-size: 11px;
  font-weight: 800 !important;
  letter-spacing: .1em;
}

.rl-location-box h3 {
  margin-top: 15px;
}

.rl-calendar-link {
  display: block;
  margin-top: 22px;
}


/* =========================================================
   CTA FINAL — FUNDO ESCURO
   ========================================================= */

.rl-final-cta {
  padding: 140px 0;
  background: var(--rl-text);
  color: #fff;
  text-align: center;
}

.rl-final-content {
  max-width: 900px;
}

.rl-final-content .rl-section-label,
.rl-final-content h2,
.rl-final-content h2 strong {
  color: #fff !important;
}

.rl-final-content h2 {
  font-size: clamp(38px, 5vw, 65px);
  font-weight: 800 !important;
}

.rl-final-content p {
  max-width: 700px;
  margin: 0 auto 35px;
  color: rgba(255,255,255,.75);
  font-size: 18px;
}

.rl-final-content strong {
  color: #fff !important;
  font-weight: 800 !important;
}

.rl-final-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}


/* =========================================================
   FAQ
   ========================================================= */

.rl-faq {
  padding: 110px 0;
  background: var(--rl-white);
}

.rl-faq details {
  border-top: 1px solid var(--rl-border);
}

.rl-faq details:last-child {
  border-bottom: 1px solid var(--rl-border);
}

.rl-faq summary {
  position: relative;
  padding: 24px 45px 24px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 800 !important;
}

.rl-faq summary::-webkit-details-marker {
  display: none;
}

.rl-faq summary::after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 18px;
  font-size: 28px;
  font-weight: 400;
}

.rl-faq details[open] summary::after {
  content: "−";
}

.rl-faq details p {
  max-width: 760px;
  padding: 0 0 25px;
  margin: 0;
  font-size: 16px;
}


/* =========================================================
   FOOTER
   ========================================================= */

.rl-footer {
  padding: 45px 0;
  background: var(--rl-bg);
  border-top: 1px solid var(--rl-border);
}

.rl-footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.rl-footer strong {
  font-size: 14px;
  letter-spacing: .15em;
  font-weight: 800 !important;
}

.rl-footer p {
  margin: 8px 0 0;
  font-size: 13px;
}

.rl-footer-grid > div:last-child {
  display: flex;
  gap: 22px;
  align-items: center;
}

.rl-footer a {
  color: var(--rl-text);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800 !important;
}


/* =========================================================
   RESPONSIVIDADE: TABLET (MAX-WIDTH: 1024px)
   ========================================================= */

@media (max-width: 1024px) {

  .rl-ecosystem {
    padding: 90px 24px 95px;
  }

  .rl-ecosystem-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .rl-ecosystem-logo {
    min-height: 175px;
  }

}

@media (max-width: 900px) {

  .rl-hero {
    min-height: auto;
    padding: 90px 0 0;
  }

  .rl-hero-grid,
  .rl-statement-grid,
  .rl-location-grid {
    grid-template-columns: 1fr;
  }

  .rl-hero-image {
    min-height: 500px;
    margin-top: 30px;
  }

  .rl-experience {
    right: 8%;
    top: 10%;
  }

  .rl-path-grid,
  .rl-workshop-grid {
    grid-template-columns: 1fr;
  }

  .rl-skill-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rl-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rl-shorts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .rl-section-heading-workshops {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .rl-location-grid {
    gap: 40px;
  }

}


/* =========================================================
   RESPONSIVIDADE: MOBILE (MAX-WIDTH: 600px)
   ========================================================= */

@media (max-width: 600px) {

  .rl-container {
    width: calc(100% - 32px);
    margin: 0 auto;
  }

  .rl-hero {
    padding-top: 60px;
  }
  
  .rl-eyebrow {
    font-size: 3.4vw;
    padding: 5px 7px;
    line-height: 1.35;
    margin-bottom: 18px;
    display: inline-block;
  }

  .rl-page h1 {
    font-size: 7.9vw;
  }

  .rl-page h2 {
    font-size: 37px;
  }

  .rl-hero-subtitle {
    font-size: 18px !important;
  }

  .rl-hero-text,
  .rl-intro p,
  .rl-section-heading > p {
    font-size: 18px !important;
  }

  .rl-hero-actions,
  .rl-final-actions {
    flex-direction: column;
  }

  .rl-btn {
    width: 100%;
  }

  .rl-hero-image {
    min-height: 420px;
  }

  .rl-hero-image img {
    width: 95%;
  }

  .rl-experience {
    right: 2%;
  }

  .rl-experience strong {
    font-size: 36px;
  }

  .rl-intro,
  .rl-paths,
  .rl-statement,
  .rl-skills,
  .rl-workshops,
  .rl-process,
  .rl-location,
  .rl-faq {
    padding: 80px 0;
  }

  .rl-path-card {
    padding: 28px;
  }

  .rl-skill-grid,
  .rl-process-grid {
    grid-template-columns: 1fr;
  }

  .rl-shorts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .rl-videos {
    padding: 80px 0;
  }

  .rl-location-box {
    padding: 28px;
  }

  .rl-footer-grid {
    flex-direction: column;
  }

  .rl-footer-grid > div:last-child {
    flex-wrap: wrap;
  }

}

@media (max-width: 767px) 

/* =========================================================
   BLOG
   ========================================================= */

.rl-blog {
    padding: 125px 0;
    background: var(--rl-bg);
}

.rl-blog-heading {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 70px;
    align-items: end;
    max-width: none;
    margin-bottom: 55px;
}

.rl-blog-heading h2 {
    max-width: 700px;
}

.rl-blog-heading > p {
    max-width: 520px;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1.55;
}


/* =========================================================
   GRID
   ========================================================= */

.rl-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}


/* =========================================================
   CARD
   ========================================================= */

.rl-blog-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: var(--rl-white);
    border: 1px solid var(--rl-border);
    border-radius: var(--rl-radius);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.rl-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(8, 10, 13, .07);
}


/* =========================================================
   IMAGEM
   ========================================================= */

.rl-blog-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--rl-bg-soft);
}

.rl-blog-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.rl-blog-card:hover .rl-blog-image img {
    transform: scale(1.035);
}


/* =========================================================
   CONTEÚDO
   ========================================================= */

.rl-blog-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 28px;
}

.rl-blog-date {
    display: block;
    margin-bottom: 13px;
    color: var(--rl-accent-soft);
    font-size: 10px;
    font-weight: 800 !important;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rl-blog-card h3 {
    margin: 0 0 14px;
    font-size: 23px;
    line-height: 1.12;
    font-weight: 700;
}

.rl-blog-excerpt {
    margin: 0;
    font-size: 15px !important;
    line-height: 1.55;
    color: var(--rl-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rl-blog-excerpt p {
    margin: 0;
    font-size: inherit !important;
}


/* =========================================================
   LINK
   ========================================================= */

.rl-blog-link {
    display: inline-block;
    margin-top: auto;
    padding-top: 22px;
    color: #1757a6 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    font-size: 14px;
    font-weight: 800 !important;
}

.rl-blog-link:hover {
    opacity: .75;
}


/* =========================================================
   LINK PARA TODOS OS POSTS
   ========================================================= */

.rl-blog-action {
    margin-top: 45px;
    text-align: center;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .rl-blog-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .rl-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .rl-blog {
        padding: 80px 0;
    }

    .rl-blog-heading {
        margin-bottom: 40px;
    }

    .rl-blog-heading > p {
        font-size: 18px;
    }

    .rl-blog-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .rl-blog-content {
        padding: 24px;
    }

    .rl-blog-card h3 {
        font-size: 22px;
    }

}


{

  .rl-ecosystem {
    padding: 75px 20px 80px;
  }

  .rl-ecosystem-header {
    margin-bottom: 40px;
  }

  .rl-section-eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .rl-ecosystem-header h2 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.08;
  }

  .rl-ecosystem-intro {
    font-size: 15px; 
    line-height: 1.65;
  }

  .rl-ecosystem-logos {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rl-ecosystem-logo {
    min-height: 150px;
    padding: 30px;
  }

  .rl-ecosystem-logo img {
    max-height: 65px;
  }

  .rl-ecosystem-footer {
    margin-top: 42px;
  }

  .rl-ecosystem-footer p {
    font-size: 18px;
  }

}


/* =========================================================
   DESKTOP ESPECÍFICO (MIN-WIDTH: 1025px)
   ========================================================= */

@media (min-width: 1025px) {

  .rl-page .rl-hero .rl-eyebrow {
    font-size: 10px !important;
    padding: 7px 13px !important;
    letter-spacing: 0.035em !important;
  }

  .rl-page .rl-hero h1 {
    font-size: 50px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
  }

  .rl-page .rl-hero {
    min-height: 100vh !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

}


/* =========================================================
   PROTEÇÃO GLOBAL DE OVERFLOW
   ========================================================= */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}/* End custom CSS */