/* ==========================================================================
   Reabilitare Prime — folha unica do site
   Origem: site/base-visual/index.html, que replica 1:1 o site no ar em
   21/09/2026 (18 de 19 medidas batendo — ver base-visual/README.md).
   NAO editar a mao sem atualizar a base visual: ela e a referencia medida.
   ========================================================================== */

/* ---------- 1. reset, cabecalho e rodape ---------- */
/* =====================================================================
   BASE VISUAL — Reabilitare Prime · gerada a partir do clone de 21/09/2026
   NAO e pagina escrita e NAO e build pra publicar. E insumo tecnico.
   Regerar: python3 <scratchpad>/gerar_base_visual.py  (da raiz do OS)
   ===================================================================== */

/* ---- reset minimo (substitui hello-elementor reset.css + theme.css) ---- */
*,*::before,*::after{box-sizing:border-box}
body{margin:0;font-family:"Poppins",sans-serif;color:#333;background:#fff;-webkit-font-smoothing:antialiased}
img,video{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3,h4,h5,h6,p,figure{margin:0}
ul,ol{margin:0;padding:0;list-style:none}
button{font-family:inherit}

/* ---- cabecalho: original 90px, fundo #EBF7F0, logo 10% centralizada ---- */
.rp-header{position:sticky;top:0;z-index:999;background:#EBF7F0;text-align:center}
.rp-header-logo{display:block;padding:30px 0}
.rp-header-logo img{width:10%;margin:0 auto}
@media(max-width:767px){.rp-header-logo img{width:47%}}

/* ---- rodape: original 136px, logo 20%, texto centralizado ---- */
.rp-footer{background:#EBF7F0}
.rp-footer-inner{max-width:min(100%,1024px);margin-inline:auto;padding:10px;
  display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}
.rp-footer-inner img{width:20%}
.rp-footer-inner p{font-size:16px;font-weight:400;color:#000;margin:0 0 14.4px}


/* ---------- 2. CSS escrito a mao no painel (Custom CSS do Elementor Pro).
   E PARTE DO DESIGN: sem ele a imagem dos cards de servico encolhe de 313
   para 213px e a pagina inteira encurta 50px. ---------- */
/* =====================================================================
   CSS escrito a mao pelo autor do site, guardado no campo "Custom CSS"
   do Elementor Pro (nao esta nos blocos, e some junto com o Pro).
   E PARTE DO DESIGN: sem ele a imagem dos cards encolhe 100px.
   ===================================================================== */
/* ---- de post-6.css ---- */
/* ==================================
   IMAGENS MAIORES NOS CARDS
================================== */

.rp-services-container {
  max-width: 1440px !important;
}

.rp-services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

/* FORÇA O BLOCO DA IMAGEM A SER 1:1 */

.rp-services .rp-service-image-wrap {
  position: relative !important;

  width: 100% !important;
  height: auto !important;

  min-height: 0 !important;
  max-height: none !important;

  aspect-ratio: 1 / 1 !important;

  display: block !important;
  flex: 0 0 auto !important;

  overflow: hidden !important;
}

/* PREENCHE TODO O QUADRADO */

.rp-services .rp-service-image {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  max-width: none !important;
  max-height: none !important;

  display: block !important;

  object-fit: cover !important;
}

/* ENQUADRAMENTO INDIVIDUAL */

.rp-service-card-ortopedia .rp-service-image {
  object-position: center 42% !important;
}

.rp-service-card-neuro .rp-service-image {
  object-position: center 38% !important;
}

.rp-service-card-pediatria .rp-service-image {
  object-position: center 42% !important;
}

/* NOTEBOOK */

@media (max-width: 1200px) {
  .rp-services-container {
    max-width: 1120px !important;
  }

  .rp-services-grid {
    gap: 20px;
  }
}

/* TABLET */

@media (max-width: 850px) {
  .rp-services-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }

  .rp-services .rp-service-image-wrap {
    aspect-ratio: 1 / 1 !important;
  }
}

/* MOBILE */

@media (max-width: 600px) {
  .rp-services {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rp-services-grid {
    width: 100%;
    max-width: 100%;
  }

  .rp-services .rp-service-image-wrap {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
  }
}

/* ESPAÇAMENTO ENTRE A LISTA E O BOTÃO */

.rp-service-benefits {
  margin-bottom: 50px !important;
}

.rp-service-button {
  margin-top: auto !important;
}

/* ---- de post-6.css ---- */
/* =========================================
   OTIMIZAÇÃO DOS VÍDEOS NO MOBILE
========================================= */

@media (hover: none), (pointer: coarse) {
  .rp-reel-card,
  .rp-reel-card:hover {
    transform: none !important;
    transition: none !important;
  }

  .rp-reel-card:hover {
    border-color: rgba(255, 255, 255, 0.16);
  }

  .rp-reel-play-button:hover,
  .rp-reel-play-button:focus,
  .rp-reel-play-button:active {
    transform: translate(-50%, -50%) !important;
  }
}

@media (max-width: 600px) {
  /*
    Deixa o deslizamento horizontal mais leve.
  */
  .rp-video-grid {
    scroll-snap-type: x proximity !important;
    scroll-behavior: auto !important;
    overscroll-behavior-x: contain;

    -webkit-overflow-scrolling: touch;

    transform: translateZ(0);
    backface-visibility: hidden;
  }

  /*
    Isola cada card para evitar que o navegador
    recalcule toda a seção durante o movimento.
  */
  .rp-reel-card {
    contain: layout paint;

    transform: translateZ(0) !important;
    backface-visibility: hidden;

    transition: none !important;

    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.22) !important;
  }

  .rp-reel-card::after {
    transition: none !important;
  }

  /*
    Remove o blur, que costuma pesar bastante
    em celulares Android e aparelhos intermediários.
  */
  .rp-reel-play-button,
  .rp-reel-number {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .rp-reel-play-button {
    background: rgba(9, 42, 28, 0.9);

    transition:
      opacity 0.14s ease,
      background-color 0.14s ease !important;
  }

  .rp-reel-card.is-playing .rp-reel-play-button {
    opacity: 0.42;
  }

  /*
    Reduz cálculos gráficos durante a reprodução.
  */
  .rp-reel-video {
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .rp-reel-bottom,
  .rp-reel-number,
  .rp-reel-play-button {
    transform-style: flat;
  }

  /*
    Sombras mais leves no CTA.
  */
  .rp-video-cta {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    box-shadow:
      0 15px 34px rgba(0, 0, 0, 0.17) !important;
  }
}


/* ---------- 3.1  rp-hero ---------- */
  :root {
    --rp-verde: #25b45f;
    --rp-verde-escuro: #158348;
    --rp-laranja: #ff9138;
    --rp-laranja-escuro: #e97821;
    --rp-texto: #123226;
    --rp-cinza: #65716b;
    --rp-branco: #ffffff;
    --rp-altura-desktop: 768px;
  }

  .rp-hero,
  .rp-hero * {
    box-sizing: border-box;
  }

  .rp-hero {
    width: 100vw;
    min-height: var(--rp-altura-desktop);
    margin-left: calc(50% - 50vw);
    overflow: hidden;

    background:
      radial-gradient(
        circle at 12% 15%,
        rgba(37, 180, 95, 0.11),
        transparent 35%
      ),
      linear-gradient(
        135deg,
        #ffffff 0%,
        #f4faf6 100%
      );

    font-family: "Poppins", sans-serif;
  }

  .rp-hero-grid {
    width: 100%;
    min-height: var(--rp-altura-desktop);

    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  /* CONTEÚDO */

  .rp-content {
    min-width: 0;

    display: flex;
    align-items: center;

    padding:
      55px
      clamp(35px, 5.2vw, 100px);
  }

  .rp-content-inner {
    width: 100%;
    max-width: 690px;
  }

  .rp-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 22px;
    padding: 9px 16px;

    border: 1px solid rgba(37, 180, 95, 0.22);
    border-radius: 999px;

    background: rgba(37, 180, 95, 0.07);
    color: var(--rp-verde-escuro);

    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .rp-tag::before {
    content: "";

    width: 8px;
    height: 8px;
    flex: 0 0 8px;

    border-radius: 50%;
    background: var(--rp-laranja);

    box-shadow:
      0 0 0 5px rgba(255, 145, 56, 0.14);
  }

  .rp-title {
    margin: 0;

    color: var(--rp-texto);

    font-size: clamp(46px, 4.6vw, 76px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.045em;
  }

  .rp-title span {
    display: block;
    color: var(--rp-verde);
  }

  .rp-description {
    max-width: 620px;
    margin: 27px 0 0;

    color: var(--rp-cinza);

    font-size: clamp(16px, 1.15vw, 19px);
    font-weight: 400;
    line-height: 1.75;
  }

  /* DIFERENCIAIS */

  .rp-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;

    margin-top: 25px;
  }

  .rp-highlight {
    display: flex;
    align-items: center;
    gap: 9px;

    color: var(--rp-texto);

    font-size: 13px;
    font-weight: 600;
  }

  .rp-highlight::before {
    content: "✓";

    width: 22px;
    height: 22px;

    display: grid;
    place-items: center;

    flex: 0 0 22px;

    border-radius: 50%;
    background: rgba(37, 180, 95, 0.11);
    color: var(--rp-verde);

    font-size: 13px;
    font-weight: 800;
  }

  /* BOTÕES */

  .rp-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

    margin-top: 34px;
  }

  .rp-button {
    min-height: 58px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;

    padding: 15px 24px;

    border: 2px solid transparent;
    border-radius: 12px;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;

    text-align: center;
    text-decoration: none !important;

    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background-color 0.25s ease,
      border-color 0.25s ease,
      color 0.25s ease;
  }

  .rp-button:hover {
    transform: translateY(-3px);
    text-decoration: none !important;
  }

  .rp-button svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
  }

  /* WHATSAPP */

  .rp-button-whatsapp,
  .rp-button-whatsapp:visited,
  .rp-button-whatsapp:hover,
  .rp-button-whatsapp:focus,
  .rp-button-whatsapp:active {
    background: var(--rp-verde);
    color: var(--rp-branco) !important;
    text-decoration: none !important;

    box-shadow:
      0 13px 30px rgba(37, 180, 95, 0.26);
  }

  .rp-button-whatsapp:hover,
  .rp-button-whatsapp:focus {
    background: var(--rp-verde-escuro);
    color: var(--rp-branco) !important;

    box-shadow:
      0 17px 35px rgba(37, 180, 95, 0.33);
  }

  .rp-whatsapp-icon {
    width: 22px;
    height: 22px;

    display: block;
    flex: 0 0 22px;

    object-fit: contain;

    filter:
      brightness(0)
      invert(1);
  }

  /* ENDEREÇO */

  .rp-button-address,
  .rp-button-address:visited,
  .rp-button-address:hover,
  .rp-button-address:focus,
  .rp-button-address:active {
    border-color: rgba(255, 145, 56, 0.65);
    background: var(--rp-branco);
    color: var(--rp-laranja-escuro) !important;
    text-decoration: none !important;
  }

  .rp-button-address:hover,
  .rp-button-address:focus {
    border-color: var(--rp-laranja);
    background: rgba(255, 145, 56, 0.08);
    color: var(--rp-laranja-escuro) !important;
  }

  .rp-button-address svg,
  .rp-button-address:hover svg,
  .rp-button-address:focus svg,
  .rp-button-address:active svg {
    color: var(--rp-laranja-escuro) !important;
    stroke: currentColor !important;
  }

  /* VÍDEO */

  .rp-video-side {
    position: relative;

    min-width: 0;
    min-height: var(--rp-altura-desktop);

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
      radial-gradient(
        circle at center,
        rgba(37, 180, 95, 0.11),
        transparent 70%
      ),
      #edf6f1;
  }

  .rp-video-frame {
    position: relative;

    width: min(100%, 1168px);
    aspect-ratio: 1 / 1;

    overflow: hidden;
    background: #dfece5;
  }

  .rp-video {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;
  }

  .rp-video-frame::after {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
      linear-gradient(
        90deg,
        rgba(12, 48, 31, 0.04),
        transparent 22%
      );
  }

  /* NOTEBOOKS */

  @media (max-width: 1250px) {
    :root {
      --rp-altura-desktop: 720px;
    }

    .rp-content {
      padding-inline: 38px;
    }

    .rp-title {
      font-size: clamp(43px, 4.5vw, 62px);
    }

    .rp-video-frame {
      width: min(100%, 720px);
    }
  }

  @media (max-width: 1024px) {
    .rp-hero-grid {
      grid-template-columns: 53% 47%;
    }

    .rp-description {
      font-size: 15px;
    }

    .rp-highlights {
      gap: 10px 17px;
    }

    .rp-highlight {
      font-size: 12px;
    }

    .rp-button {
      padding-inline: 18px;
      font-size: 13px;
    }
  }

  /* MOBILE */

  @media (max-width: 800px) {
    .rp-hero {
      width: 100%;
      min-height: auto;
      margin-left: 0;
    }

    .rp-hero-grid {
      min-height: auto;

      display: flex;
      flex-direction: column;
    }

    .rp-content {
      order: 1;

      padding:
        50px
        22px
        44px;
    }

    .rp-content-inner {
      max-width: none;
    }

    .rp-tag {
      margin-bottom: 19px;
      font-size: 10px;
    }

    .rp-title {
      font-size: clamp(38px, 11vw, 52px);
      line-height: 1.07;
    }

    .rp-description {
      margin-top: 21px;

      font-size: 15px;
      line-height: 1.7;
    }

    .rp-highlights {
      display: grid;
      gap: 11px;

      margin-top: 22px;
    }

    .rp-highlight {
      font-size: 13px;
    }

    .rp-buttons {
      flex-direction: column;
      gap: 11px;

      margin-top: 29px;
    }

    .rp-button {
      width: 100%;
      min-height: 57px;

      font-size: 14px;
    }

    .rp-video-side {
      order: 2;

      width: 100%;
      min-height: auto;

      padding: 0;
    }

    .rp-video-frame {
      width: 100%;
      max-width: none;
      aspect-ratio: 1 / 1;
    }

    .rp-video-frame::after {
      display: none;
    }
  }

  @media (max-width: 480px) {
    .rp-content {
      padding-top: 42px;
    }

    .rp-title {
      font-size: 39px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rp-button {
      transition: none;
    }
  }


/* ---------- 3.2  rp-services ---------- */
  :root {
    --rp-servicos-verde: #25b45f;
    --rp-servicos-verde-escuro: #158348;
    --rp-servicos-laranja: #ff9138;
    --rp-servicos-laranja-escuro: #e97821;
    --rp-servicos-texto: #123226;
    --rp-servicos-cinza: #65716b;
    --rp-servicos-fundo: #f5faf7;
    --rp-servicos-branco: #ffffff;
    --rp-servicos-borda: rgba(37, 180, 95, 0.14);
  }

  .rp-services,
  .rp-services * {
    box-sizing: border-box;
  }

  .rp-services {
    position: relative;

    width: 100%;
    padding: 100px 24px;

    overflow: hidden;

    background:
      radial-gradient(
        circle at 5% 10%,
        rgba(37, 180, 95, 0.1),
        transparent 27%
      ),
      radial-gradient(
        circle at 95% 90%,
        rgba(255, 145, 56, 0.1),
        transparent 25%
      ),
      var(--rp-servicos-fundo);

    font-family: "Poppins", sans-serif;
  }

  .rp-services-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1240px;

    margin: 0 auto;
  }

  /* =========================
     CABEÇALHO DA SEÇÃO
  ========================= */

  .rp-services-header {
    max-width: 810px;

    margin: 0 auto 52px;

    text-align: center;
  }

  .rp-services-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    margin-bottom: 18px;
    padding: 8px 15px;

    border: 1px solid rgba(37, 180, 95, 0.22);
    border-radius: 999px;

    background: rgba(37, 180, 95, 0.08);
    color: var(--rp-servicos-verde-escuro);

    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .rp-services-eyebrow::before {
    content: "";

    width: 8px;
    height: 8px;

    flex: 0 0 8px;

    border-radius: 50%;

    background: var(--rp-servicos-laranja);

    box-shadow:
      0 0 0 5px rgba(255, 145, 56, 0.14);
  }

  .rp-services-title {
    margin: 0;

    color: var(--rp-servicos-texto);

    font-size: clamp(36px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.08;

    letter-spacing: -0.04em;
  }

  .rp-services-title span {
    color: var(--rp-servicos-verde);
  }

  .rp-services-description {
    max-width: 730px;

    margin: 22px auto 0;

    color: var(--rp-servicos-cinza);

    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
  }

  /* =========================
     GRID
  ========================= */

  .rp-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
  }

  /* =========================
     CARDS
  ========================= */

  .rp-service-card {
    position: relative;

    min-width: 0;
    height: 100%;

    display: flex;
    flex-direction: column;

    overflow: hidden;

    border: 1px solid var(--rp-servicos-borda);
    border-radius: 24px;

    background: var(--rp-servicos-branco);

    box-shadow:
      0 18px 45px rgba(19, 67, 43, 0.08);

    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      border-color 0.3s ease;
  }

  .rp-service-card:hover {
    transform: translateY(-8px);

    border-color: rgba(37, 180, 95, 0.3);

    box-shadow:
      0 27px 58px rgba(19, 67, 43, 0.14);
  }

  /* =========================
     IMAGENS 1:1
  ========================= */

  .rp-service-image-wrap {
    position: relative;

    width: 100%;
    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: #e5eee9;
  }

  .rp-service-image {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
      transform 0.6s ease;
  }

  .rp-service-card:hover .rp-service-image {
    transform: scale(1.045);
  }

  .rp-service-image-wrap::after {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
      linear-gradient(
        180deg,
        transparent 55%,
        rgba(10, 42, 27, 0.35) 100%
      );
  }

  /* ENQUADRAMENTO INDIVIDUAL */

  .rp-service-card-ortopedia .rp-service-image {
    object-position: center 35%;
  }

  .rp-service-card-neuro .rp-service-image {
    object-position: center 38%;
  }

  .rp-service-card-pediatria .rp-service-image {
    object-position: center 45%;
  }

  .rp-service-number {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;

    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;

    background: rgba(18, 50, 38, 0.62);
    color: #ffffff;

    font-size: 13px;
    font-weight: 700;

    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
  }

  /* =========================
     CONTEÚDO DOS CARDS
  ========================= */

  .rp-service-content {
    height: 100%;

    display: flex;
    flex-direction: column;

    padding: 29px 27px 27px;
  }

  .rp-service-category {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    width: fit-content;

    margin-bottom: 14px;

    color: var(--rp-servicos-verde-escuro);

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.055em;
    text-transform: uppercase;
  }

  .rp-service-category::before {
    content: "";

    width: 20px;
    height: 3px;

    border-radius: 999px;

    background: var(--rp-servicos-laranja);
  }

  .rp-service-heading {
    margin: 0;

    color: var(--rp-servicos-texto);

    font-size: 24px;
    font-weight: 750;
    line-height: 1.22;

    letter-spacing: -0.025em;
  }

  .rp-service-text {
    margin: 16px 0 0;

    color: var(--rp-servicos-cinza);

    font-size: 14px;
    font-weight: 400;
    line-height: 1.72;
  }

  .rp-service-benefits {
    display: grid;
    gap: 10px;

    margin: 21px 0 0;
    padding: 0;

    list-style: none;
  }

  .rp-service-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    color: var(--rp-servicos-texto);

    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
  }

  .rp-service-benefits li::before {
    content: "✓";

    width: 19px;
    height: 19px;

    display: grid;
    place-items: center;

    flex: 0 0 19px;

    margin-top: 1px;

    border-radius: 50%;

    background: rgba(37, 180, 95, 0.11);
    color: var(--rp-servicos-verde);

    font-size: 11px;
    font-weight: 800;
  }

  /* =========================
     BOTÕES
  ========================= */

  .rp-service-button {
    width: 100%;
    min-height: 54px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-top: auto;
    padding: 14px 18px;

    border: 0;
    border-radius: 12px;

    background: var(--rp-servicos-verde);
    color: #ffffff !important;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;

    text-align: center;
    text-decoration: none !important;

    box-shadow:
      0 12px 25px rgba(37, 180, 95, 0.2);

    transition:
      background-color 0.25s ease,
      box-shadow 0.25s ease,
      transform 0.25s ease;
  }

  .rp-service-button,
  .rp-service-button:visited,
  .rp-service-button:hover,
  .rp-service-button:focus,
  .rp-service-button:active {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .rp-service-button:hover,
  .rp-service-button:focus {
    transform: translateY(-3px);

    background: var(--rp-servicos-verde-escuro);
    color: #ffffff !important;

    box-shadow:
      0 16px 32px rgba(37, 180, 95, 0.3);
  }

  .rp-service-button svg {
    width: 19px;
    height: 19px;

    flex: 0 0 19px;

    fill: none;
    stroke: currentColor;
  }

  /* =========================
     CARD NEURO EM DESTAQUE
  ========================= */

  .rp-service-card-neuro {
    border-color: rgba(255, 145, 56, 0.27);
  }

  .rp-service-card-neuro::before {
    content: "Diferencial da clínica";

    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;

    padding: 7px 11px;

    border-radius: 999px;

    background: var(--rp-servicos-laranja);
    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 0.035em;
    text-transform: uppercase;

    box-shadow:
      0 8px 20px rgba(255, 145, 56, 0.28);
  }

  /* =========================
     TABLETS E NOTEBOOKS
  ========================= */

  @media (max-width: 1050px) {
    .rp-services {
      padding: 85px 22px;
    }

    .rp-services-grid {
      gap: 18px;
    }

    .rp-service-content {
      padding: 25px 21px 24px;
    }

    .rp-service-heading {
      font-size: 21px;
    }
  }

  @media (max-width: 850px) {
    .rp-services-grid {
      grid-template-columns: 1fr;
      gap: 24px;

      max-width: 650px;

      margin: 0 auto;
    }

    .rp-service-image-wrap {
      aspect-ratio: 1 / 1;
    }

    .rp-service-content {
      padding: 28px 25px 26px;
    }

    .rp-service-heading {
      font-size: 24px;
    }
  }

  /* =========================
     MOBILE
  ========================= */

  @media (max-width: 600px) {
    .rp-services {
      padding: 70px 17px;
    }

    .rp-services-header {
      margin-bottom: 37px;

      text-align: left;
    }

    .rp-services-eyebrow {
      font-size: 10px;
    }

    .rp-services-title {
      font-size: 35px;
      line-height: 1.1;
    }

    .rp-services-description {
      margin-top: 18px;

      font-size: 15px;
      line-height: 1.7;
    }

    .rp-services-grid {
      gap: 21px;
    }

    .rp-service-image-wrap {
      aspect-ratio: 1 / 1;
    }

    .rp-service-content {
      padding: 25px 21px 23px;
    }

    .rp-service-heading {
      font-size: 22px;
    }

    .rp-service-text {
      font-size: 14px;
    }

    .rp-service-button {
      min-height: 55px;

      font-size: 13px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rp-service-card,
    .rp-service-image,
    .rp-service-button {
      transition: none;
    }
  }


/* ---------- 3.3  rp-video-section ---------- */
  :root {
    --rp-videos-verde: #25b45f;
    --rp-videos-verde-hover: #1b934b;
    --rp-videos-verde-escuro: #123c2a;
    --rp-videos-verde-profundo: #092a1c;
    --rp-videos-laranja: #ff9138;
    --rp-videos-branco: #ffffff;
    --rp-videos-texto-claro: #eaf6ef;
    --rp-videos-texto-suave: rgba(255, 255, 255, 0.74);
  }

  .rp-video-section,
  .rp-video-section * {
    box-sizing: border-box;
  }

  .rp-video-section {
    position: relative;

    width: 100%;
    padding: 105px 24px;

    overflow: hidden;

    background:
      radial-gradient(
        circle at 8% 12%,
        rgba(37, 180, 95, 0.28),
        transparent 32%
      ),
      radial-gradient(
        circle at 92% 88%,
        rgba(255, 145, 56, 0.16),
        transparent 28%
      ),
      linear-gradient(
        135deg,
        var(--rp-videos-verde-profundo) 0%,
        var(--rp-videos-verde-escuro) 55%,
        #164934 100%
      );

    font-family: "Poppins", sans-serif;
  }

  .rp-video-section::before {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    opacity: 0.18;

    background-image:
      linear-gradient(
        rgba(255, 255, 255, 0.035) 1px,
        transparent 1px
      ),
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.035) 1px,
        transparent 1px
      );

    background-size: 48px 48px;
  }

  .rp-video-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1380px;

    margin: 0 auto;
  }

  /* =========================
     CABEÇALHO
  ========================= */

  .rp-video-header {
    max-width: 840px;
    margin: 0 auto 55px;
    text-align: center;
  }

  .rp-video-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    margin-bottom: 18px;
    padding: 9px 16px;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.08);
    color: var(--rp-videos-texto-claro);

    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .rp-video-eyebrow::before {
    content: "";

    width: 8px;
    height: 8px;
    flex: 0 0 8px;

    border-radius: 50%;

    background: var(--rp-videos-laranja);

    box-shadow:
      0 0 0 5px rgba(255, 145, 56, 0.17);
  }

  .rp-video-title {
    margin: 0;

    color: var(--rp-videos-branco);

    font-size: clamp(37px, 4.3vw, 62px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.045em;
  }

  .rp-video-title span {
    color: var(--rp-videos-verde);
  }

  .rp-video-description {
    max-width: 720px;
    margin: 22px auto 0;

    color: var(--rp-videos-texto-suave);

    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
  }

  /* =========================
     GRID DOS VÍDEOS
  ========================= */

  .rp-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
  }

  .rp-reel-card {
    position: relative;

    width: 100%;
    aspect-ratio: 9 / 16;

    overflow: hidden;
    isolation: isolate;

    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;

    background: #071c13;

    box-shadow:
      0 25px 55px rgba(0, 0, 0, 0.27);

    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      border-color 0.3s ease;
  }

  .rp-reel-card:hover {
    transform: translateY(-7px);

    border-color: rgba(37, 180, 95, 0.52);

    box-shadow:
      0 34px 70px rgba(0, 0, 0, 0.36);
  }

  .rp-reel-video {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    background: #071c13;
  }

  .rp-reel-card::after {
    content: "";

    position: absolute;
    inset: 0;
    z-index: 1;

    pointer-events: none;

    background:
      linear-gradient(
        180deg,
        rgba(4, 24, 15, 0.14) 0%,
        transparent 30%,
        rgba(4, 24, 15, 0.04) 48%,
        rgba(4, 24, 15, 0.86) 100%
      );

    transition:
      opacity 0.3s ease;
  }

  .rp-reel-card.is-playing::after {
    opacity: 0.6;
  }

  /* =========================
     NÚMERO DO CARD
  ========================= */

  .rp-reel-number {
    position: absolute;
    top: 17px;
    left: 17px;
    z-index: 4;

    min-width: 38px;
    height: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 11px;

    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;

    background: rgba(8, 37, 24, 0.62);
    color: #ffffff;

    font-size: 11px;
    font-weight: 700;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  /* =========================
     BOTÃO CENTRAL PLAY/PAUSE
  ========================= */

  .rp-reel-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;

    width: 78px;
    height: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    border: 2px solid rgba(255, 255, 255, 0.62);
    border-radius: 50%;

    background: rgba(9, 42, 28, 0.82);
    color: #ffffff !important;

    font-family: "Poppins", sans-serif;

    cursor: pointer;

    transform: translate(-50%, -50%);

    box-shadow:
      0 16px 38px rgba(0, 0, 0, 0.38);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    transition:
      transform 0.25s ease,
      background-color 0.25s ease,
      border-color 0.25s ease,
      opacity 0.25s ease;
  }

  .rp-reel-play-button:hover,
  .rp-reel-play-button:focus,
  .rp-reel-play-button:active {
    border-color: rgba(255, 255, 255, 0.95);

    background: var(--rp-videos-verde);
    color: #ffffff !important;

    outline: none;

    transform:
      translate(-50%, -50%)
      scale(1.08);
  }

  .rp-reel-play-button:focus-visible {
    outline: 3px solid var(--rp-videos-laranja);
    outline-offset: 4px;
  }

  .rp-reel-play-button svg {
    width: 32px;
    height: 32px;

    display: block;

    fill: currentColor;
    stroke: currentColor;
  }

  .rp-reel-play-button .rp-play-icon {
    margin-left: 5px;
  }

  .rp-reel-card.is-playing .rp-reel-play-button {
    opacity: 0.22;
  }

  .rp-reel-card.is-playing:hover .rp-reel-play-button,
  .rp-reel-card.is-playing .rp-reel-play-button:focus {
    opacity: 1;
  }

  /* =========================
     TEXTO DOS CARDS
  ========================= */

  .rp-reel-bottom {
    position: absolute;
    right: 22px;
    bottom: 23px;
    left: 22px;
    z-index: 4;

    pointer-events: none;
  }

  .rp-reel-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 10px;

    color: #d9f6e5;

    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 0.055em;
    text-transform: uppercase;
  }

  .rp-reel-label::before {
    content: "";

    width: 19px;
    height: 3px;

    border-radius: 999px;

    background: var(--rp-videos-laranja);
  }

  .rp-reel-heading {
    margin: 0;

    color: #ffffff;

    font-size: clamp(19px, 1.7vw, 26px);
    font-weight: 700;
    line-height: 1.18;

    letter-spacing: -0.025em;
  }

  .rp-reel-text {
    margin: 10px 0 0;

    color: rgba(255, 255, 255, 0.74);

    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
  }

  /* =========================
     CTA FINAL
  ========================= */

  .rp-video-cta {
    position: relative;

    margin-top: 58px;
    padding: 38px 42px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 25px;

    background:
      linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.06)
      );

    box-shadow:
      0 22px 48px rgba(0, 0, 0, 0.19);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .rp-video-cta::after {
    content: "";

    position: absolute;
    top: -65px;
    right: -45px;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    background: rgba(255, 145, 56, 0.16);

    filter: blur(4px);

    pointer-events: none;
  }

  .rp-video-cta-content {
    position: relative;
    z-index: 2;

    max-width: 760px;
  }

  .rp-video-cta-title {
    margin: 0;

    color: #ffffff;

    font-size: clamp(28px, 3vw, 43px);
    font-weight: 800;
    line-height: 1.15;

    letter-spacing: -0.035em;
  }

  .rp-video-cta-title span {
    color: var(--rp-videos-laranja);
  }

  .rp-video-cta-text {
    margin: 13px 0 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 15px;
    line-height: 1.7;
  }

  .rp-video-cta-button {
    position: relative;
    z-index: 2;

    min-width: 250px;
    min-height: 59px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 16px 23px;

    border: 0;
    border-radius: 13px;

    background: var(--rp-videos-verde);
    color: #ffffff !important;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;

    text-align: center;
    text-decoration: none !important;

    box-shadow:
      0 15px 32px rgba(37, 180, 95, 0.29);

    transition:
      transform 0.25s ease,
      background-color 0.25s ease,
      box-shadow 0.25s ease;
  }

  .rp-video-cta-button,
  .rp-video-cta-button:visited,
  .rp-video-cta-button:hover,
  .rp-video-cta-button:focus,
  .rp-video-cta-button:active {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .rp-video-cta-button:hover,
  .rp-video-cta-button:focus {
    transform: translateY(-3px);

    background: var(--rp-videos-verde-hover);

    box-shadow:
      0 20px 38px rgba(37, 180, 95, 0.37);
  }

  .rp-video-cta-button svg {
    width: 20px;
    height: 20px;

    flex: 0 0 20px;

    fill: none;
    stroke: currentColor;
  }

  /* =========================
     NOTEBOOKS
  ========================= */

  @media (max-width: 1100px) {
    .rp-video-section {
      padding: 90px 22px;
    }

    .rp-video-grid {
      gap: 18px;
    }

    .rp-reel-bottom {
      right: 18px;
      bottom: 19px;
      left: 18px;
    }

    .rp-reel-text {
      display: none;
    }
  }

  /* =========================
     TABLETS
  ========================= */

  @media (max-width: 850px) {
    .rp-video-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }

    .rp-video-cta {
      flex-direction: column;
      align-items: flex-start;

      padding: 34px 30px;
    }

    .rp-video-cta-button {
      width: 100%;
      min-width: 0;
    }
  }

  /* =========================
     MOBILE — CARROSSEL
  ========================= */

  @media (max-width: 600px) {
    .rp-video-section {
      padding: 72px 0;
    }

    .rp-video-container {
      max-width: none;
    }

    .rp-video-header {
      margin-bottom: 38px;
      padding: 0 18px;

      text-align: left;
    }

    .rp-video-eyebrow {
      font-size: 10px;
    }

    .rp-video-title {
      font-size: 35px;
      line-height: 1.1;
    }

    .rp-video-description {
      margin-top: 17px;

      font-size: 15px;
      line-height: 1.7;
    }

    .rp-video-grid {
      display: flex;
      gap: 15px;

      width: 100%;

      padding: 5px 18px 22px;

      overflow-x: auto;
      overflow-y: hidden;

      scroll-snap-type: x mandatory;
      scroll-padding-left: 18px;

      -webkit-overflow-scrolling: touch;

      scrollbar-width: none;
    }

    .rp-video-grid::-webkit-scrollbar {
      display: none;
    }

    .rp-reel-card {
      width: 78vw;
      min-width: 78vw;
      max-width: 325px;

      flex: 0 0 78vw;

      scroll-snap-align: start;

      border-radius: 21px;
    }

    .rp-reel-play-button {
      width: 68px;
      height: 68px;
    }

    .rp-reel-play-button svg {
      width: 28px;
      height: 28px;
    }

    .rp-reel-card.is-playing .rp-reel-play-button {
      opacity: 0.32;
    }

    .rp-reel-heading {
      font-size: 22px;
    }

    .rp-reel-text {
      display: block;
    }

    .rp-video-cta {
      margin: 38px 18px 0;
      padding: 31px 23px;

      border-radius: 21px;
    }

    .rp-video-cta-title {
      font-size: 29px;
    }

    .rp-video-cta-text {
      font-size: 14px;
    }
  }

  @media (max-width: 380px) {
    .rp-reel-card {
      width: 84vw;
      min-width: 84vw;

      flex-basis: 84vw;
    }

    .rp-reel-text {
      display: none;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rp-reel-card,
    .rp-reel-play-button,
    .rp-video-cta-button {
      transition: none;
    }
  }


/* ---------- 3.4  rp-team ---------- */
  :root {
    --rp-team-verde: #25b45f;
    --rp-team-verde-escuro: #158348;
    --rp-team-verde-profundo: #123226;
    --rp-team-laranja: #ff9138;
    --rp-team-texto: #173126;
    --rp-team-cinza: #68736d;
    --rp-team-branco: #ffffff;
    --rp-team-fundo: #f4faf6;
    --rp-team-borda: rgba(37, 180, 95, 0.15);
  }

  .rp-team,
  .rp-team * {
    box-sizing: border-box;
  }

  .rp-team {
    position: relative;
    width: 100%;
    padding: 105px 24px;
    overflow: hidden;

    background:
      radial-gradient(
        circle at 5% 8%,
        rgba(37, 180, 95, 0.11),
        transparent 28%
      ),
      radial-gradient(
        circle at 95% 92%,
        rgba(255, 145, 56, 0.1),
        transparent 26%
      ),
      var(--rp-team-fundo);

    font-family: "Poppins", sans-serif;
  }

  .rp-team::before {
    content: "";
    position: absolute;
    top: 100px;
    right: -130px;

    width: 320px;
    height: 320px;

    border: 1px solid rgba(37, 180, 95, 0.12);
    border-radius: 50%;

    pointer-events: none;
  }

  .rp-team-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
  }

  /* =========================
     CABEÇALHO
  ========================= */

  .rp-team-header {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
  }

  .rp-team-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    margin-bottom: 18px;
    padding: 9px 16px;

    border: 1px solid rgba(37, 180, 95, 0.22);
    border-radius: 999px;

    background: rgba(37, 180, 95, 0.08);
    color: var(--rp-team-verde-escuro);

    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .rp-team-eyebrow::before {
    content: "";

    width: 8px;
    height: 8px;
    flex: 0 0 8px;

    border-radius: 50%;
    background: var(--rp-team-laranja);

    box-shadow:
      0 0 0 5px rgba(255, 145, 56, 0.15);
  }

  .rp-team-title {
    margin: 0;

    color: var(--rp-team-verde-profundo);

    font-size: clamp(38px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .rp-team-title span {
    color: var(--rp-team-verde);
  }

  .rp-team-description {
    max-width: 720px;
    margin: 21px auto 0;

    color: var(--rp-team-cinza);

    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
  }

  /* =========================
     GRID PRINCIPAL

     1 card grande à esquerda
     4 colunas x 2 linhas à direita
  ========================= */

  .rp-team-grid {
    display: grid;

    grid-template-columns:
      minmax(260px, 1.18fr)
      repeat(4, minmax(0, 1fr));

    grid-template-rows:
      repeat(2, minmax(285px, 1fr));

    gap: 16px;
  }

  /* =========================
     CARDS
  ========================= */

  .rp-team-card {
    position: relative;
    min-width: 0;
    min-height: 285px;

    overflow: hidden;
    isolation: isolate;

    border: 1px solid var(--rp-team-borda);
    border-radius: 22px;

    background: #dfece5;

    box-shadow:
      0 18px 42px rgba(18, 50, 38, 0.1);

    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      border-color 0.3s ease;
  }

  .rp-team-card:hover {
    transform: translateY(-6px);

    border-color: rgba(37, 180, 95, 0.35);

    box-shadow:
      0 27px 55px rgba(18, 50, 38, 0.16);
  }

  .rp-team-card-owner {
    grid-column: 1;
    grid-row: 1 / 3;

    min-height: 586px;
  }

  .rp-team-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center top;

    transition:
      transform 0.6s ease;
  }

  .rp-team-card:hover .rp-team-image {
    transform: scale(1.035);
  }

  /* Ajustes individuais de enquadramento */

  .rp-team-card-owner .rp-team-image {
    object-position: center top;
  }

  .rp-team-card-talita .rp-team-image {
    object-position: center 18%;
  }

  .rp-team-card-maria .rp-team-image {
    object-position: center 18%;
  }

  .rp-team-card-luana .rp-team-image {
    object-position: center 17%;
  }

  .rp-team-card-luan .rp-team-image {
    object-position: center 17%;
  }

  .rp-team-card-isabela .rp-team-image {
    object-position: center 17%;
  }

  .rp-team-card-kaio .rp-team-image {
    object-position: center 17%;
  }

  .rp-team-card-ana .rp-team-image {
    object-position: center 17%;
  }

  .rp-team-card-amanda .rp-team-image {
    object-position: center 17%;
  }

  /* Degradê para leitura */

  .rp-team-card::after {
    content: "";

    position: absolute;
    inset: 0;
    z-index: 1;

    pointer-events: none;

    background:
      linear-gradient(
        180deg,
        rgba(6, 31, 20, 0.03) 30%,
        rgba(6, 31, 20, 0.16) 58%,
        rgba(6, 31, 20, 0.92) 100%
      );
  }

  .rp-team-card-owner::after {
    background:
      linear-gradient(
        180deg,
        rgba(6, 31, 20, 0.02) 30%,
        rgba(6, 31, 20, 0.15) 56%,
        rgba(6, 31, 20, 0.95) 100%
      );
  }

  /* =========================
     INFORMAÇÕES
  ========================= */

  .rp-team-info {
    position: absolute;
    right: 19px;
    bottom: 19px;
    left: 19px;
    z-index: 3;
  }

  .rp-team-role-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 8px;

    color: #d9f6e5;

    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.055em;
    text-transform: uppercase;
  }

  .rp-team-role-label::before {
    content: "";

    width: 17px;
    height: 3px;

    flex: 0 0 17px;

    border-radius: 999px;
    background: var(--rp-team-laranja);
  }

  .rp-team-name {
    margin: 0;

    color: #ffffff;

    font-size: clamp(17px, 1.35vw, 22px);
    font-weight: 750;
    line-height: 1.16;
    letter-spacing: -0.025em;
  }

  .rp-team-function {
    margin: 7px 0 0;

    color: rgba(255, 255, 255, 0.76);

    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
  }

  /* =========================
     CARD DA ALESSANDRA
  ========================= */

  .rp-team-owner-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 9px 13px;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;

    background: rgba(18, 50, 38, 0.69);
    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
  }

  .rp-team-owner-badge::before {
    content: "";

    width: 8px;
    height: 8px;

    flex: 0 0 8px;

    border-radius: 50%;
    background: var(--rp-team-laranja);
  }

  .rp-team-card-owner .rp-team-info {
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .rp-team-card-owner .rp-team-role-label {
    font-size: 10px;
  }

  .rp-team-card-owner .rp-team-name {
    font-size: clamp(28px, 2.7vw, 43px);
  }

  .rp-team-card-owner .rp-team-function {
    max-width: 290px;

    font-size: 14px;
    line-height: 1.5;
  }

  /* =========================
     CTA FINAL
  ========================= */

  .rp-team-cta {
    position: relative;

    margin-top: 45px;
    padding: 36px 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    overflow: hidden;

    border: 1px solid rgba(37, 180, 95, 0.15);
    border-radius: 24px;

    background: #ffffff;

    box-shadow:
      0 20px 46px rgba(18, 50, 38, 0.08);
  }

  .rp-team-cta::after {
    content: "";

    position: absolute;
    top: -85px;
    right: -65px;

    width: 210px;
    height: 210px;

    border-radius: 50%;

    background: rgba(255, 145, 56, 0.12);

    pointer-events: none;
  }

  .rp-team-cta-content {
    position: relative;
    z-index: 2;

    max-width: 780px;
  }

  .rp-team-cta-title {
    margin: 0;

    color: var(--rp-team-verde-profundo);

    font-size: clamp(25px, 2.7vw, 39px);
    font-weight: 800;
    line-height: 1.17;
    letter-spacing: -0.035em;
  }

  .rp-team-cta-title span {
    color: var(--rp-team-verde);
  }

  .rp-team-cta-text {
    margin: 11px 0 0;

    color: var(--rp-team-cinza);

    font-size: 14px;
    line-height: 1.7;
  }

  .rp-team-button {
    position: relative;
    z-index: 2;

    min-width: 245px;
    min-height: 58px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 15px 22px;

    border: 0;
    border-radius: 13px;

    background: var(--rp-team-verde);
    color: #ffffff !important;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;

    text-align: center;
    text-decoration: none !important;

    box-shadow:
      0 14px 30px rgba(37, 180, 95, 0.27);

    transition:
      transform 0.25s ease,
      background-color 0.25s ease,
      box-shadow 0.25s ease;
  }

  .rp-team-button,
  .rp-team-button:visited,
  .rp-team-button:hover,
  .rp-team-button:focus,
  .rp-team-button:active {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .rp-team-button:hover,
  .rp-team-button:focus {
    transform: translateY(-3px);

    background: var(--rp-team-verde-escuro);

    box-shadow:
      0 19px 37px rgba(37, 180, 95, 0.36);
  }

  .rp-team-button svg {
    width: 20px;
    height: 20px;

    flex: 0 0 20px;

    fill: none;
    stroke: currentColor;
  }

  /* =========================
     NOTEBOOK
  ========================= */

  @media (max-width: 1250px) {
    .rp-team-container {
      max-width: 1160px;
    }

    .rp-team-grid {
      grid-template-columns:
        minmax(245px, 1.12fr)
        repeat(4, minmax(0, 1fr));

      grid-template-rows:
        repeat(2, minmax(250px, 1fr));

      gap: 13px;
    }

    .rp-team-card {
      min-height: 250px;
      border-radius: 19px;
    }

    .rp-team-card-owner {
      min-height: 513px;
    }

    .rp-team-info {
      right: 15px;
      bottom: 16px;
      left: 15px;
    }

    .rp-team-name {
      font-size: 17px;
    }

    .rp-team-function {
      font-size: 10px;
    }
  }

  /* =========================
     TABLET
  ========================= */

  @media (max-width: 980px) {
    .rp-team {
      padding: 90px 22px;
    }

    .rp-team-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: auto;
      gap: 17px;
    }

    .rp-team-card {
      min-height: 390px;
      aspect-ratio: 4 / 5;
    }

    .rp-team-card-owner {
      grid-column: 1 / 3;
      grid-row: auto;

      width: 100%;
      min-height: 590px;
      aspect-ratio: 16 / 9;
    }

    .rp-team-card-owner .rp-team-image {
      object-position: center 18%;
    }

    .rp-team-card-owner .rp-team-function {
      max-width: none;
    }

    .rp-team-cta {
      flex-direction: column;
      align-items: flex-start;

      padding: 34px 30px;
    }

    .rp-team-button {
      width: 100%;
      min-width: 0;
    }
  }

  /* =========================
     MOBILE
  ========================= */

  @media (max-width: 650px) {
    .rp-team {
      padding: 72px 16px;
    }

    .rp-team-header {
      margin-bottom: 38px;
      text-align: left;
    }

    .rp-team-eyebrow {
      font-size: 10px;
    }

    .rp-team-title {
      font-size: 35px;
      line-height: 1.1;
    }

    .rp-team-description {
      margin-top: 18px;

      font-size: 15px;
      line-height: 1.7;
    }

    .rp-team-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 11px;
    }

    .rp-team-card {
      min-height: 270px;
      aspect-ratio: 3 / 4;

      border-radius: 16px;
    }

    .rp-team-card-owner {
      grid-column: 1 / 3;

      min-height: 510px;
      aspect-ratio: 4 / 5;

      border-radius: 20px;
    }

    .rp-team-card-owner .rp-team-image {
      object-position: center top;
    }

    .rp-team-info {
      right: 12px;
      bottom: 13px;
      left: 12px;
    }

    .rp-team-role-label {
      display: none;
    }

    .rp-team-name {
      font-size: 15px;
      line-height: 1.18;
    }

    .rp-team-function {
      margin-top: 5px;

      font-size: 9px;
      line-height: 1.35;
    }

    .rp-team-owner-badge {
      top: 15px;
      left: 15px;

      font-size: 9px;
    }

    .rp-team-card-owner .rp-team-info {
      right: 21px;
      bottom: 22px;
      left: 21px;
    }

    .rp-team-card-owner .rp-team-role-label {
      display: inline-flex;
    }

    .rp-team-card-owner .rp-team-name {
      font-size: 30px;
    }

    .rp-team-card-owner .rp-team-function {
      font-size: 13px;
    }

    .rp-team-cta {
      margin-top: 30px;
      padding: 29px 22px;

      border-radius: 20px;
    }

    .rp-team-cta-title {
      font-size: 28px;
    }

    .rp-team-cta-text {
      font-size: 14px;
    }
  }

  /* Uma coluna apenas em celulares muito estreitos */

  @media (max-width: 390px) {
    .rp-team-grid {
      grid-template-columns: 1fr;
    }

    .rp-team-card,
    .rp-team-card-owner {
      grid-column: auto;

      width: 100%;
      min-height: 440px;
      aspect-ratio: 4 / 5;
    }

    .rp-team-card-owner {
      min-height: 500px;
    }

    .rp-team-name {
      font-size: 20px;
    }

    .rp-team-function {
      font-size: 11px;
    }

    .rp-team-role-label {
      display: inline-flex;
    }
  }

  @media (hover: none) {
    .rp-team-card:hover,
    .rp-team-button:hover {
      transform: none;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rp-team-card,
    .rp-team-image,
    .rp-team-button {
      transition: none;
    }
  }


/* ---------- 3.5  rp-process ---------- */
  :root {
    --rp-process-verde: #25b45f;
    --rp-process-verde-escuro: #158348;
    --rp-process-verde-profundo: #123226;
    --rp-process-laranja: #ff9138;
    --rp-process-laranja-escuro: #e97821;
    --rp-process-cinza: #68736d;
    --rp-process-fundo: #f6faf7;
    --rp-process-branco: #ffffff;
    --rp-process-borda: rgba(37, 180, 95, 0.16);
  }

  .rp-process,
  .rp-process * {
    box-sizing: border-box;
  }

  .rp-process {
    position: relative;

    width: 100%;
    padding: 105px 24px;

    overflow: hidden;

    background:
      radial-gradient(
        circle at 8% 8%,
        rgba(37, 180, 95, 0.1),
        transparent 29%
      ),
      radial-gradient(
        circle at 92% 92%,
        rgba(255, 145, 56, 0.1),
        transparent 27%
      ),
      var(--rp-process-fundo);

    font-family: "Poppins", sans-serif;
  }

  .rp-process-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1280px;

    margin: 0 auto;
  }

  /* =========================
     CABEÇALHO
  ========================= */

  .rp-process-header {
    max-width: 820px;

    margin: 0 auto 60px;

    text-align: center;
  }

  .rp-process-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    margin-bottom: 18px;
    padding: 9px 16px;

    border: 1px solid rgba(37, 180, 95, 0.22);
    border-radius: 999px;

    background: rgba(37, 180, 95, 0.08);
    color: var(--rp-process-verde-escuro);

    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .rp-process-eyebrow::before {
    content: "";

    width: 8px;
    height: 8px;

    flex: 0 0 8px;

    border-radius: 50%;

    background: var(--rp-process-laranja);

    box-shadow:
      0 0 0 5px rgba(255, 145, 56, 0.15);
  }

  .rp-process-title {
    margin: 0;

    color: var(--rp-process-verde-profundo);

    font-size: clamp(38px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.08;

    letter-spacing: -0.04em;
  }

  .rp-process-title span {
    color: var(--rp-process-verde);
  }

  .rp-process-description {
    max-width: 730px;

    margin: 22px auto 0;

    color: var(--rp-process-cinza);

    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
  }

  /* =========================
     PASSOS
  ========================= */

  .rp-process-steps {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  /* Linha horizontal de conexão */

  .rp-process-steps::before {
    content: "";

    position: absolute;
    top: 49px;
    right: 9%;
    left: 9%;

    height: 2px;

    background:
      linear-gradient(
        90deg,
        rgba(37, 180, 95, 0.18),
        var(--rp-process-verde),
        var(--rp-process-laranja),
        rgba(255, 145, 56, 0.2)
      );

    z-index: 0;
  }

  .rp-process-step {
    position: relative;
    z-index: 2;

    min-width: 0;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
  }

  .rp-process-number {
    position: relative;
    z-index: 3;

    width: 98px;
    height: 98px;

    display: grid;
    place-items: center;

    margin-bottom: 25px;

    border: 9px solid var(--rp-process-fundo);
    border-radius: 50%;

    background:
      linear-gradient(
        135deg,
        var(--rp-process-verde),
        var(--rp-process-verde-escuro)
      );

    color: #ffffff;

    font-size: 25px;
    font-weight: 800;
    line-height: 1;

    box-shadow:
      0 16px 34px rgba(37, 180, 95, 0.24);
  }

  .rp-process-step:nth-child(4) .rp-process-number {
    background:
      linear-gradient(
        135deg,
        var(--rp-process-laranja),
        var(--rp-process-laranja-escuro)
      );

    box-shadow:
      0 16px 34px rgba(255, 145, 56, 0.25);
  }

  .rp-process-card {
    width: 100%;
    height: 100%;

    padding: 30px 24px 28px;

    border: 1px solid var(--rp-process-borda);
    border-radius: 22px;

    background: var(--rp-process-branco);

    box-shadow:
      0 16px 38px rgba(20, 66, 43, 0.07);

    transition:
      transform 0.28s ease,
      border-color 0.28s ease,
      box-shadow 0.28s ease;
  }

  .rp-process-step:hover .rp-process-card {
    transform: translateY(-7px);

    border-color: rgba(37, 180, 95, 0.32);

    box-shadow:
      0 24px 48px rgba(20, 66, 43, 0.12);
  }

  .rp-process-step-title {
    margin: 0;

    color: var(--rp-process-verde-profundo);

    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;

    letter-spacing: -0.02em;
  }

  .rp-process-step-text {
    margin: 14px 0 0;

    color: var(--rp-process-cinza);

    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
  }

  /* =========================
     CTA
  ========================= */

  .rp-process-cta {
    position: relative;

    margin-top: 62px;
    padding: 42px 45px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;

    overflow: hidden;

    border-radius: 25px;

    background:
      linear-gradient(
        135deg,
        var(--rp-process-verde-profundo),
        #194b36
      );

    box-shadow:
      0 24px 52px rgba(18, 50, 38, 0.18);
  }

  .rp-process-cta::before {
    content: "";

    position: absolute;
    top: -100px;
    right: -65px;

    width: 260px;
    height: 260px;

    border-radius: 50%;

    background: rgba(255, 145, 56, 0.16);

    pointer-events: none;
  }

  .rp-process-cta::after {
    content: "";

    position: absolute;
    bottom: -120px;
    left: 36%;

    width: 230px;
    height: 230px;

    border-radius: 50%;

    background: rgba(37, 180, 95, 0.19);

    pointer-events: none;
  }

  .rp-process-cta-content {
    position: relative;
    z-index: 2;

    max-width: 760px;
  }

  .rp-process-cta-title {
    margin: 0;

    color: #ffffff;

    font-size: clamp(28px, 3vw, 43px);
    font-weight: 800;
    line-height: 1.15;

    letter-spacing: -0.035em;
  }

  .rp-process-cta-title span {
    color: var(--rp-process-laranja);
  }

  .rp-process-cta-text {
    margin: 14px 0 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
  }

  .rp-process-button {
    position: relative;
    z-index: 2;

    min-width: 270px;
    min-height: 60px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;

    padding: 16px 24px;

    border: 0;
    border-radius: 13px;

    background: var(--rp-process-verde);
    color: #ffffff !important;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;

    text-align: center;
    text-decoration: none !important;

    box-shadow:
      0 15px 32px rgba(37, 180, 95, 0.3);

    transition:
      transform 0.25s ease,
      background-color 0.25s ease,
      box-shadow 0.25s ease;
  }

  .rp-process-button,
  .rp-process-button:visited,
  .rp-process-button:hover,
  .rp-process-button:focus,
  .rp-process-button:active {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .rp-process-button:hover,
  .rp-process-button:focus {
    transform: translateY(-3px);

    background: var(--rp-process-verde-escuro);
    color: #ffffff !important;

    box-shadow:
      0 20px 38px rgba(37, 180, 95, 0.38);
  }

  .rp-process-button svg {
    width: 21px;
    height: 21px;

    flex: 0 0 21px;

    fill: none;
    stroke: currentColor;
  }

  /* =========================
     NOTEBOOKS
  ========================= */

  @media (max-width: 1100px) {
    .rp-process {
      padding: 90px 22px;
    }

    .rp-process-steps {
      gap: 16px;
    }

    .rp-process-card {
      padding: 27px 18px 25px;
    }

    .rp-process-step-title {
      font-size: 18px;
    }

    .rp-process-step-text {
      font-size: 13px;
    }
  }

  /* =========================
     TABLETS
  ========================= */

  @media (max-width: 850px) {
    .rp-process-steps {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 30px 20px;
    }

    .rp-process-steps::before {
      display: none;
    }

    .rp-process-cta {
      flex-direction: column;
      align-items: flex-start;

      padding: 36px 31px;
    }

    .rp-process-button {
      width: 100%;
      min-width: 0;
    }
  }

  /* =========================
     MOBILE
  ========================= */

  @media (max-width: 600px) {
    .rp-process {
      padding: 72px 17px;
    }

    .rp-process-header {
      margin-bottom: 42px;

      text-align: left;
    }

    .rp-process-eyebrow {
      font-size: 10px;
    }

    .rp-process-title {
      font-size: 35px;
      line-height: 1.1;
    }

    .rp-process-description {
      margin-top: 18px;

      font-size: 15px;
      line-height: 1.7;
    }

    .rp-process-steps {
      display: grid;
      grid-template-columns: 1fr;
      gap: 22px;

      padding-left: 0;
    }

    .rp-process-step {
      display: grid;
      grid-template-columns: 70px minmax(0, 1fr);
      align-items: stretch;
      gap: 15px;

      text-align: left;
    }

    .rp-process-step:not(:last-child)::after {
      content: "";

      position: absolute;
      top: 68px;
      bottom: -25px;
      left: 34px;

      width: 2px;

      background:
        linear-gradient(
          180deg,
          var(--rp-process-verde),
          rgba(37, 180, 95, 0.12)
        );

      z-index: -1;
    }

    .rp-process-number {
      width: 68px;
      height: 68px;

      margin: 0;

      border-width: 6px;

      font-size: 19px;
    }

    .rp-process-card {
      padding: 23px 20px;

      border-radius: 18px;
    }

    .rp-process-step-title {
      font-size: 19px;
    }

    .rp-process-step-text {
      font-size: 14px;
    }

    .rp-process-cta {
      margin-top: 45px;
      padding: 31px 23px;

      border-radius: 21px;
    }

    .rp-process-cta-title {
      font-size: 29px;
    }

    .rp-process-cta-text {
      font-size: 14px;
    }

    .rp-process-button {
      min-height: 58px;

      font-size: 13px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rp-process-card,
    .rp-process-button {
      transition: none;
    }
  }


/* ---------- 3.6  rp-faq ---------- */
  :root {
    --rp-faq-verde: #25b45f;
    --rp-faq-verde-hover: #158348;
    --rp-faq-verde-profundo: #123226;
    --rp-faq-laranja: #ff9138;
    --rp-faq-texto: #173126;
    --rp-faq-cinza: #68736d;
    --rp-faq-fundo: #ffffff;
    --rp-faq-fundo-suave: #f5faf7;
    --rp-faq-borda: rgba(37, 180, 95, 0.16);
  }

  .rp-faq,
  .rp-faq * {
    box-sizing: border-box;
  }

  .rp-faq {
    position: relative;

    width: 100%;
    padding: 105px 24px;

    overflow: hidden;

    background:
      radial-gradient(
        circle at 4% 8%,
        rgba(37, 180, 95, 0.09),
        transparent 28%
      ),
      radial-gradient(
        circle at 96% 92%,
        rgba(255, 145, 56, 0.09),
        transparent 26%
      ),
      var(--rp-faq-fundo);

    font-family: "Poppins", sans-serif;
  }

  .rp-faq-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
  }

  /* CABEÇALHO */

  .rp-faq-header {
    max-width: 800px;

    margin: 0 auto 52px;

    text-align: center;
  }

  .rp-faq-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    margin-bottom: 18px;
    padding: 9px 16px;

    border: 1px solid rgba(37, 180, 95, 0.22);
    border-radius: 999px;

    background: rgba(37, 180, 95, 0.08);
    color: var(--rp-faq-verde-hover);

    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .rp-faq-eyebrow::before {
    content: "";

    width: 8px;
    height: 8px;

    flex: 0 0 8px;

    border-radius: 50%;

    background: var(--rp-faq-laranja);

    box-shadow:
      0 0 0 5px rgba(255, 145, 56, 0.15);
  }

  .rp-faq-title {
    margin: 0;

    color: var(--rp-faq-verde-profundo);

    font-size: clamp(38px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .rp-faq-title span {
    color: var(--rp-faq-verde);
  }

  .rp-faq-description {
    max-width: 680px;

    margin: 21px auto 0;

    color: var(--rp-faq-cinza);

    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
  }

  /* ESTRUTURA */

  .rp-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: start;
    gap: 35px;
  }

  /* LISTA */

  .rp-faq-list {
    display: grid;
    gap: 14px;
  }

  .rp-faq-item {
    overflow: hidden;

    border: 1px solid var(--rp-faq-borda);
    border-radius: 18px;

    background: #ffffff;

    box-shadow:
      0 12px 30px rgba(20, 66, 43, 0.05);

    transition:
      border-color 0.22s ease,
      box-shadow 0.22s ease;
  }

  .rp-faq-item:hover {
    border-color: rgba(37, 180, 95, 0.32);

    box-shadow:
      0 18px 38px rgba(20, 66, 43, 0.09);
  }

  .rp-faq-item.is-open {
    border-color: rgba(37, 180, 95, 0.4);

    box-shadow:
      0 18px 40px rgba(20, 66, 43, 0.09);
  }

  /* PERGUNTA */

  .rp-faq-question {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin: 0;
    padding: 24px;

    border: 0;

    background: transparent;
    color: var(--rp-faq-texto);

    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;

    text-align: left;

    cursor: pointer;

    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;

    transition:
      color 0.2s ease,
      background-color 0.2s ease;
  }

  .rp-faq-question:hover,
  .rp-faq-question:focus {
    background: rgba(37, 180, 95, 0.035);
    color: var(--rp-faq-verde-hover);

    outline: none;
  }

  .rp-faq-question:focus-visible {
    outline: 3px solid rgba(255, 145, 56, 0.45);
    outline-offset: -3px;
  }

  .rp-faq-item.is-open .rp-faq-question {
    color: var(--rp-faq-verde-hover);
  }

  .rp-faq-question-text {
    display: flex;
    align-items: center;
    gap: 14px;

    min-width: 0;
  }

  .rp-faq-question-number {
    min-width: 35px;
    height: 35px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 35px;

    border-radius: 50%;

    background: rgba(37, 180, 95, 0.1);
    color: var(--rp-faq-verde-hover);

    font-size: 11px;
    font-weight: 800;

    transition:
      background-color 0.2s ease,
      color 0.2s ease;
  }

  .rp-faq-item.is-open .rp-faq-question-number {
    background: var(--rp-faq-verde);
    color: #ffffff;
  }

  /* ÍCONE + / - */

  .rp-faq-icon {
    position: relative;

    width: 34px;
    height: 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 34px;

    border-radius: 50%;

    background: var(--rp-faq-fundo-suave);
    color: var(--rp-faq-verde-hover);

    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      transform 0.24s ease;
  }

  .rp-faq-icon::before,
  .rp-faq-icon::after {
    content: "";

    position: absolute;

    width: 14px;
    height: 2px;

    border-radius: 999px;

    background: currentColor;

    transition:
      transform 0.24s ease,
      opacity 0.2s ease;
  }

  .rp-faq-icon::after {
    transform: rotate(90deg);
  }

  .rp-faq-item.is-open .rp-faq-icon {
    transform: rotate(180deg);

    background: var(--rp-faq-laranja);
    color: #ffffff;
  }

  .rp-faq-item.is-open .rp-faq-icon::after {
    opacity: 0;
    transform: rotate(0deg);
  }

  /* RESPOSTA — ANIMAÇÃO OTIMIZADA */

  .rp-faq-answer {
    height: 0;
    overflow: hidden;
    opacity: 0;

    will-change: height;

    transition:
      height 0.22s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.14s ease;
  }

  .rp-faq-item.is-open .rp-faq-answer {
    opacity: 1;
  }

  .rp-faq-answer-inner {
    overflow: hidden;
  }

  .rp-faq-answer-content {
    margin: 0 24px;
    padding: 0 0 25px 49px;

    color: var(--rp-faq-cinza);

    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
  }

  .rp-faq-answer-content p {
    margin: 0;
  }

  .rp-faq-answer-content strong {
    color: var(--rp-faq-texto);
    font-weight: 700;
  }

  /* CARD LATERAL */

  .rp-faq-contact {
    position: sticky;
    top: 30px;

    overflow: hidden;

    padding: 32px 28px;

    border-radius: 23px;

    background:
      radial-gradient(
        circle at 100% 0%,
        rgba(255, 145, 56, 0.18),
        transparent 42%
      ),
      linear-gradient(
        145deg,
        var(--rp-faq-verde-profundo),
        #194b36
      );

    box-shadow:
      0 24px 52px rgba(18, 50, 38, 0.18);
  }

  .rp-faq-contact-icon {
    width: 54px;
    height: 54px;

    display: grid;
    place-items: center;

    margin-bottom: 24px;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;

    background: rgba(255, 255, 255, 0.1);
    color: var(--rp-faq-laranja);
  }

  .rp-faq-contact-icon svg {
    width: 27px;
    height: 27px;

    fill: none;
    stroke: currentColor;
  }

  .rp-faq-contact-title {
    margin: 0;

    color: #ffffff;

    font-size: 25px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
  }

  .rp-faq-contact-text {
    margin: 15px 0 0;

    color: rgba(255, 255, 255, 0.73);

    font-size: 14px;
    line-height: 1.7;
  }

  .rp-faq-contact-buttons {
    display: grid;
    gap: 11px;

    margin-top: 26px;
  }

  /* BOTÕES */

  .rp-faq-button {
    width: 100%;
    min-height: 55px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px 17px;

    border: 2px solid transparent;
    border-radius: 12px;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;

    text-align: center;
    text-decoration: none !important;

    transition:
      transform 0.22s ease,
      background-color 0.22s ease,
      border-color 0.22s ease,
      box-shadow 0.22s ease;
  }

  .rp-faq-button,
  .rp-faq-button:visited,
  .rp-faq-button:hover,
  .rp-faq-button:focus,
  .rp-faq-button:active {
    text-decoration: none !important;
  }

  .rp-faq-button svg {
    width: 20px;
    height: 20px;

    flex: 0 0 20px;

    fill: none;
    stroke: currentColor;
  }

  .rp-faq-button-primary,
  .rp-faq-button-primary:visited,
  .rp-faq-button-primary:hover,
  .rp-faq-button-primary:focus,
  .rp-faq-button-primary:active {
    color: #ffffff !important;
  }

  .rp-faq-button-primary {
    background: var(--rp-faq-verde);
    color: #ffffff !important;

    box-shadow:
      0 14px 28px rgba(37, 180, 95, 0.28);
  }

  .rp-faq-button-primary:hover,
  .rp-faq-button-primary:focus {
    transform: translateY(-3px);

    background: var(--rp-faq-verde-hover);

    box-shadow:
      0 18px 34px rgba(37, 180, 95, 0.35);
  }

  .rp-faq-button-secondary,
  .rp-faq-button-secondary:visited,
  .rp-faq-button-secondary:hover,
  .rp-faq-button-secondary:focus,
  .rp-faq-button-secondary:active {
    color: #ffffff !important;
  }

  .rp-faq-button-secondary {
    border-color: rgba(255, 255, 255, 0.24);

    background: rgba(255, 255, 255, 0.07);
    color: #ffffff !important;
  }

  .rp-faq-button-secondary:hover,
  .rp-faq-button-secondary:focus {
    transform: translateY(-3px);

    border-color: rgba(255, 145, 56, 0.72);

    background: rgba(255, 145, 56, 0.12);
  }

  /* TABLET */

  @media (max-width: 950px) {
    .rp-faq {
      padding: 90px 22px;
    }

    .rp-faq-layout {
      grid-template-columns: 1fr;
    }

    .rp-faq-contact {
      position: relative;
      top: auto;

      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 30px;
    }

    .rp-faq-contact-icon {
      display: none;
    }

    .rp-faq-contact-buttons {
      min-width: 260px;
      margin-top: 0;
    }
  }

  /* MOBILE */

  @media (max-width: 650px) {
    .rp-faq {
      padding: 72px 17px;
    }

    .rp-faq-header {
      margin-bottom: 39px;

      text-align: left;
    }

    .rp-faq-eyebrow {
      font-size: 10px;
    }

    .rp-faq-title {
      font-size: 35px;
      line-height: 1.1;
    }

    .rp-faq-description {
      margin-top: 18px;

      font-size: 15px;
      line-height: 1.7;
    }

    .rp-faq-list {
      gap: 11px;
    }

    .rp-faq-item,
    .rp-faq-item.is-open {
      border-radius: 15px;

      box-shadow:
        0 8px 22px rgba(20, 66, 43, 0.06);
    }

    .rp-faq-question {
      gap: 13px;

      padding: 20px 18px;

      font-size: 14px;
    }

    .rp-faq-question-text {
      align-items: flex-start;
      gap: 11px;
    }

    .rp-faq-question-number {
      min-width: 31px;
      height: 31px;

      flex-basis: 31px;

      font-size: 10px;
    }

    .rp-faq-icon {
      width: 31px;
      height: 31px;

      flex-basis: 31px;
    }

    .rp-faq-answer {
      transition:
        height 0.18s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.12s ease;
    }

    .rp-faq-answer-content {
      margin: 0 18px;
      padding: 0 0 21px 42px;

      font-size: 13px;
    }

    .rp-faq-contact {
      display: block;

      padding: 29px 22px;

      border-radius: 20px;
    }

    .rp-faq-contact-icon {
      display: grid;

      width: 50px;
      height: 50px;

      margin-bottom: 21px;
    }

    .rp-faq-contact-title {
      font-size: 24px;
    }

    .rp-faq-contact-buttons {
      min-width: 0;
      margin-top: 24px;
    }
  }

  /* REMOVE HOVER PESADO EM CELULARES */

  @media (hover: none) {
    .rp-faq-item:hover {
      border-color: var(--rp-faq-borda);

      box-shadow:
        0 8px 22px rgba(20, 66, 43, 0.06);
    }

    .rp-faq-item.is-open {
      border-color: rgba(37, 180, 95, 0.4);
    }

    .rp-faq-question:hover {
      background: transparent;
    }

    .rp-faq-button:hover {
      transform: none;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rp-faq-item,
    .rp-faq-answer,
    .rp-faq-icon,
    .rp-faq-icon::after,
    .rp-faq-button {
      transition: none !important;
    }
  }


/* ---------- 3.7  rp-contact ---------- */
  :root {
    --rp-contact-verde: #25b45f;
    --rp-contact-verde-hover: #158348;
    --rp-contact-verde-profundo: #123226;
    --rp-contact-verde-fundo: #eef8f2;
    --rp-contact-laranja: #ff9138;
    --rp-contact-laranja-hover: #e97821;
    --rp-contact-texto: #173126;
    --rp-contact-cinza: #68736d;
    --rp-contact-branco: #ffffff;
    --rp-contact-borda: rgba(37, 180, 95, 0.16);
  }

  .rp-contact,
  .rp-contact * {
    box-sizing: border-box;
  }

  .rp-contact {
    position: relative;

    width: 100%;
    padding: 105px 24px;

    overflow: hidden;

    background:
      radial-gradient(
        circle at 5% 10%,
        rgba(37, 180, 95, 0.11),
        transparent 28%
      ),
      radial-gradient(
        circle at 95% 90%,
        rgba(255, 145, 56, 0.1),
        transparent 25%
      ),
      var(--rp-contact-verde-fundo);

    font-family: "Poppins", sans-serif;
  }

  .rp-contact-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1280px;

    margin: 0 auto;
  }

  /* =========================
     CABEÇALHO
  ========================= */

  .rp-contact-header {
    max-width: 820px;

    margin: 0 auto 52px;

    text-align: center;
  }

  .rp-contact-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    margin-bottom: 18px;
    padding: 9px 16px;

    border: 1px solid rgba(37, 180, 95, 0.22);
    border-radius: 999px;

    background: rgba(37, 180, 95, 0.08);
    color: var(--rp-contact-verde-hover);

    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .rp-contact-eyebrow::before {
    content: "";

    width: 8px;
    height: 8px;
    flex: 0 0 8px;

    border-radius: 50%;

    background: var(--rp-contact-laranja);

    box-shadow:
      0 0 0 5px rgba(255, 145, 56, 0.15);
  }

  .rp-contact-title {
    margin: 0;

    color: var(--rp-contact-verde-profundo);

    font-size: clamp(38px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .rp-contact-title span {
    color: var(--rp-contact-verde);
  }

  .rp-contact-description {
    max-width: 700px;

    margin: 21px auto 0;

    color: var(--rp-contact-cinza);

    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
  }

  /* =========================
     ESTRUTURA
  ========================= */

  .rp-contact-layout {
    display: grid;
    grid-template-columns:
      minmax(360px, 0.82fr)
      minmax(0, 1.18fr);

    align-items: stretch;
    gap: 25px;
  }

  /* =========================
     CARD DE CONTATO
  ========================= */

  .rp-contact-panel {
    position: relative;

    min-width: 0;
    padding: 43px 38px;

    overflow: hidden;

    border-radius: 25px;

    background:
      radial-gradient(
        circle at 100% 0%,
        rgba(255, 145, 56, 0.18),
        transparent 38%
      ),
      linear-gradient(
        145deg,
        var(--rp-contact-verde-profundo),
        #194b36
      );

    box-shadow:
      0 24px 55px rgba(18, 50, 38, 0.18);
  }

  .rp-contact-panel::after {
    content: "";

    position: absolute;
    right: -110px;
    bottom: -125px;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background: rgba(37, 180, 95, 0.14);

    pointer-events: none;
  }

  .rp-contact-panel-content {
    position: relative;
    z-index: 2;
  }

  .rp-contact-panel-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 18px;

    color: var(--rp-contact-laranja);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .rp-contact-panel-label::before {
    content: "";

    width: 21px;
    height: 3px;

    border-radius: 999px;

    background: var(--rp-contact-laranja);
  }

  .rp-contact-panel-title {
    max-width: 440px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(29px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.035em;
  }

  .rp-contact-panel-text {
    margin: 17px 0 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 14px;
    line-height: 1.75;
  }

  /* =========================
     INFORMAÇÕES
  ========================= */

  .rp-contact-info-list {
    display: grid;
    gap: 13px;

    margin-top: 31px;
  }

  .rp-contact-info-item {
    display: flex;
    align-items: center;
    gap: 14px;

    min-width: 0;
    padding: 15px;

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;

    background: rgba(255, 255, 255, 0.07);

    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
  }

  .rp-contact-info-icon {
    width: 45px;
    height: 45px;

    display: grid;
    place-items: center;

    flex: 0 0 45px;

    border-radius: 13px;

    background: rgba(255, 255, 255, 0.1);
    color: var(--rp-contact-laranja);
  }

  .rp-contact-info-icon svg {
    width: 22px;
    height: 22px;

    fill: none;
    stroke: currentColor;
  }

  .rp-contact-info-content {
    min-width: 0;
  }

  .rp-contact-info-label {
    display: block;

    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.57);

    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .rp-contact-info-value {
    display: block;

    color: #ffffff;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;

    overflow-wrap: anywhere;
  }

  .rp-contact-info-value,
  .rp-contact-info-value:visited,
  .rp-contact-info-value:hover,
  .rp-contact-info-value:focus,
  .rp-contact-info-value:active {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .rp-contact-info-value:hover,
  .rp-contact-info-value:focus {
    color: var(--rp-contact-laranja) !important;
  }

  /* =========================
     BOTÕES
  ========================= */

  .rp-contact-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;

    margin-top: 28px;
  }

  .rp-contact-button {
    min-height: 57px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px 17px;

    border: 2px solid transparent;
    border-radius: 12px;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;

    text-align: center;
    text-decoration: none !important;

    transition:
      transform 0.25s ease,
      background-color 0.25s ease,
      border-color 0.25s ease,
      box-shadow 0.25s ease;
  }

  .rp-contact-button,
  .rp-contact-button:visited,
  .rp-contact-button:hover,
  .rp-contact-button:focus,
  .rp-contact-button:active {
    text-decoration: none !important;
  }

  .rp-contact-button svg {
    width: 20px;
    height: 20px;

    flex: 0 0 20px;

    fill: none;
    stroke: currentColor;
  }

  .rp-contact-button-primary,
  .rp-contact-button-primary:visited,
  .rp-contact-button-primary:hover,
  .rp-contact-button-primary:focus,
  .rp-contact-button-primary:active {
    color: #ffffff !important;
  }

  .rp-contact-button-primary {
    background: var(--rp-contact-verde);
    color: #ffffff !important;

    box-shadow:
      0 14px 29px rgba(37, 180, 95, 0.28);
  }

  .rp-contact-button-primary:hover,
  .rp-contact-button-primary:focus {
    transform: translateY(-3px);

    background: var(--rp-contact-verde-hover);

    box-shadow:
      0 19px 35px rgba(37, 180, 95, 0.36);
  }

  .rp-contact-button-secondary,
  .rp-contact-button-secondary:visited,
  .rp-contact-button-secondary:hover,
  .rp-contact-button-secondary:focus,
  .rp-contact-button-secondary:active {
    color: #ffffff !important;
  }

  .rp-contact-button-secondary {
    border-color: rgba(255, 255, 255, 0.23);

    background: rgba(255, 255, 255, 0.07);
    color: #ffffff !important;
  }

  .rp-contact-button-secondary:hover,
  .rp-contact-button-secondary:focus {
    transform: translateY(-3px);

    border-color: var(--rp-contact-laranja);

    background: rgba(255, 145, 56, 0.13);
    color: #ffffff !important;
  }

  /* =========================
     MAPA
  ========================= */

  .rp-contact-map-card {
    position: relative;

    min-width: 0;
    min-height: 650px;

    overflow: hidden;

    border: 1px solid var(--rp-contact-borda);
    border-radius: 25px;

    background: #dceae2;

    box-shadow:
      0 24px 55px rgba(18, 50, 38, 0.12);
  }

  .rp-contact-map {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    border: 0;

    filter:
      saturate(0.9)
      contrast(1.02);
  }

  /* CARD FLUTUANTE SOBRE O MAPA */

  .rp-contact-map-overlay {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    padding: 19px 20px;

    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 17px;

    background: rgba(255, 255, 255, 0.94);

    box-shadow:
      0 16px 35px rgba(18, 50, 38, 0.18);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .rp-contact-map-location {
    display: flex;
    align-items: center;
    gap: 13px;

    min-width: 0;
  }

  .rp-contact-map-icon {
    width: 45px;
    height: 45px;

    display: grid;
    place-items: center;

    flex: 0 0 45px;

    border-radius: 13px;

    background: rgba(37, 180, 95, 0.11);
    color: var(--rp-contact-verde-hover);
  }

  .rp-contact-map-icon svg {
    width: 23px;
    height: 23px;

    fill: none;
    stroke: currentColor;
  }

  .rp-contact-map-title {
    display: block;

    margin-bottom: 2px;

    color: var(--rp-contact-texto);

    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .rp-contact-map-subtitle {
    display: block;

    color: var(--rp-contact-cinza);

    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
  }

  .rp-contact-map-button {
    min-height: 46px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    flex: 0 0 auto;

    padding: 12px 16px;

    border-radius: 10px;

    background: var(--rp-contact-laranja);
    color: #ffffff !important;

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;

    text-align: center;
    text-decoration: none !important;

    box-shadow:
      0 10px 22px rgba(255, 145, 56, 0.25);

    transition:
      transform 0.25s ease,
      background-color 0.25s ease,
      box-shadow 0.25s ease;
  }

  .rp-contact-map-button,
  .rp-contact-map-button:visited,
  .rp-contact-map-button:hover,
  .rp-contact-map-button:focus,
  .rp-contact-map-button:active {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .rp-contact-map-button:hover,
  .rp-contact-map-button:focus {
    transform: translateY(-2px);

    background: var(--rp-contact-laranja-hover);

    box-shadow:
      0 14px 27px rgba(255, 145, 56, 0.34);
  }

  .rp-contact-map-button svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
  }

  /* =========================
     TABLETS
  ========================= */

  @media (max-width: 980px) {
    .rp-contact {
      padding: 90px 22px;
    }

    .rp-contact-layout {
      grid-template-columns: 1fr;
    }

    .rp-contact-panel {
      padding: 39px 34px;
    }

    .rp-contact-map-card {
      min-height: 540px;
    }
  }

  /* =========================
     MOBILE
  ========================= */

  @media (max-width: 650px) {
    .rp-contact {
      padding: 72px 17px;
    }

    .rp-contact-header {
      margin-bottom: 39px;

      text-align: left;
    }

    .rp-contact-eyebrow {
      font-size: 10px;
    }

    .rp-contact-title {
      font-size: 35px;
      line-height: 1.1;
    }

    .rp-contact-description {
      margin-top: 18px;

      font-size: 15px;
      line-height: 1.7;
    }

    .rp-contact-layout {
      gap: 18px;
    }

    .rp-contact-panel {
      padding: 31px 22px;

      border-radius: 21px;
    }

    .rp-contact-panel-title {
      font-size: 29px;
    }

    .rp-contact-panel-text {
      font-size: 14px;
    }

    .rp-contact-info-item {
      padding: 13px;
    }

    .rp-contact-info-icon {
      width: 42px;
      height: 42px;

      flex-basis: 42px;
    }

    .rp-contact-info-value {
      font-size: 13px;
    }

    .rp-contact-buttons {
      grid-template-columns: 1fr;
    }

    .rp-contact-map-card {
      min-height: 500px;

      border-radius: 21px;
    }

    .rp-contact-map-overlay {
      right: 13px;
      bottom: 13px;
      left: 13px;

      display: grid;
      gap: 13px;

      padding: 16px;
    }

    .rp-contact-map-button {
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rp-contact-button,
    .rp-contact-map-button {
      transition: none;
    }
  }


/* ---------- 3.8  rp-whatsapp-float ---------- */
  .rp-whatsapp-float,
  .rp-whatsapp-float * {
    box-sizing: border-box;
  }

  .rp-whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99999;

    min-width: 64px;
    height: 64px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;

    padding: 0 21px;

    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 999px;

    background: #25b45f;
    color: #ffffff !important;

    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none !important;

    box-shadow:
      0 14px 35px rgba(21, 131, 72, 0.34);

    transition:
      transform 0.25s ease,
      background-color 0.25s ease,
      box-shadow 0.25s ease;
  }

  .rp-whatsapp-float,
  .rp-whatsapp-float:visited,
  .rp-whatsapp-float:hover,
  .rp-whatsapp-float:focus,
  .rp-whatsapp-float:active {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .rp-whatsapp-float:hover,
  .rp-whatsapp-float:focus {
    transform: translateY(-4px);

    background: #158348;
    color: #ffffff !important;

    box-shadow:
      0 18px 42px rgba(21, 131, 72, 0.42);

    outline: none;
  }

  .rp-whatsapp-float:focus-visible {
    outline: 3px solid #ff9138;
    outline-offset: 4px;
  }

  .rp-whatsapp-float-icon {
    width: 29px;
    height: 29px;

    display: block;
    flex: 0 0 29px;

    object-fit: contain;

    filter:
      brightness(0)
      invert(1);
  }

  .rp-whatsapp-float-text {
    display: inline-block;
    white-space: nowrap;
  }

  /* Efeito discreto de atenção */

  .rp-whatsapp-float::before {
    content: "";

    position: absolute;
    inset: -7px;
    z-index: -1;

    border: 2px solid rgba(37, 180, 95, 0.32);
    border-radius: 999px;

    animation: rp-whatsapp-pulse 2.4s ease-out infinite;
  }

  @keyframes rp-whatsapp-pulse {
    0% {
      opacity: 0.75;
      transform: scale(0.92);
    }

    70%,
    100% {
      opacity: 0;
      transform: scale(1.2);
    }
  }

  /* MOBILE */

  @media (max-width: 600px) {
    .rp-whatsapp-float {
      right: 16px;
      bottom: 16px;

      width: 60px;
      min-width: 60px;
      height: 60px;

      padding: 0;

      border-radius: 50%;
    }

    .rp-whatsapp-float::before {
      border-radius: 50%;
    }

    .rp-whatsapp-float-icon {
      width: 28px;
      height: 28px;

      flex-basis: 28px;
    }

    .rp-whatsapp-float-text {
      display: none;
    }
  }

  @media (hover: none) {
    .rp-whatsapp-float:hover {
      transform: none;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rp-whatsapp-float,
    .rp-whatsapp-float::before {
      animation: none;
      transition: none;
    }
  }
