/* ============ Tokens ============ */
:root{
  --navy-900:#0a2540;
  --navy-800:#0d3a5c;
  --navy-700:#154d73;
  --teal-600:#127a80;
  --teal-500:#189aa1;
  --teal-400:#3fc4c9;
  --orange-500:#ff8674;
  --orange-600:#e0604d;
  --pink-500:#ef5c8f;
  --ink:#122031;
  --muted:#5c6f80;
  --line:#e5edf1;
  --bg-soft:#f4f9fa;
  --white:#ffffff;
  --shadow-sm:0 2px 10px rgba(13,58,92,.06);
  --shadow-md:0 12px 32px rgba(13,58,92,.12);
  --radius:14px;
}
@media (prefers-color-scheme: dark){
  :root{ --bg-soft:#0e1620; --white:#141d29; --ink:#eef3f6; --muted:#9fb0bd; --line:#233241; }
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0; color:var(--ink); background:var(--white);
  font-family:'Inter',system-ui,sans-serif; font-size:16px; line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{ font-family:'Poppins',sans-serif; font-weight:700; line-height:1.18; margin:0; text-wrap:balance; }
/* Textos ricos (Quill) sempre embrulham o conteúdo num <p>, mesmo quando o
   campo vira um título (h1/h2/h3). Sem isso o <p> herda o estilo de
   parágrafo comum (menor, cor apagada) em vez do título ao redor. */
h1 p,h2 p,h3 p,h4 p{ margin:0; font:inherit; color:inherit; display:inline; }
p{ margin:0; }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
.rqe-container{ max-width:1180px; margin:0 auto; padding:0 24px; }

/* ============ Buttons ============ */
.rqe-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 24px; border-radius:999px; font-weight:600; font-size:15px;
  border:1px solid transparent; transition:transform .15s ease, box-shadow .15s ease, filter .15s ease;
  white-space:nowrap;
}
.rqe-btn:hover{ transform:translateY(-1px); }
.rqe-btn-sm{ padding:10px 18px; font-size:13.5px; }
.rqe-btn-block{ width:100%; }
.rqe-btn-primary{ background:linear-gradient(135deg,var(--navy-800),var(--navy-900)); color:#fff; box-shadow:var(--shadow-sm); }
.rqe-btn-primary:hover{ box-shadow:var(--shadow-md); }
.rqe-btn-teal{ background:linear-gradient(135deg,var(--teal-500),var(--teal-600)); color:#fff; box-shadow:var(--shadow-sm); }
.rqe-btn-teal:hover{ box-shadow:0 12px 30px rgba(18,122,128,.28); }
.rqe-btn-orange{ background:linear-gradient(135deg,var(--orange-500),var(--orange-600)); color:#fff; box-shadow:0 10px 26px rgba(255,134,116,.4); }
.rqe-btn-orange:hover{ box-shadow:0 14px 34px rgba(91,179,224,.5); }
.rqe-btn-ghost{ background:transparent; color:var(--navy-800); border-color:transparent; padding-left:0; padding-right:6px; }
.rqe-btn-ghost:hover{ color:var(--teal-600); transform:none; }
.rqe-btn-white{ background:#fff; color:var(--navy-800); box-shadow:var(--shadow-sm); }

/* ============ Header ============ */
.rqe-header{
  position:sticky; top:0; z-index:60; background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px); border-bottom:1px solid transparent; transition:box-shadow .25s, border-color .25s;
}
.rqe-header.scrolled{ border-color:var(--line); box-shadow:0 4px 24px rgba(10,37,64,.06); }
.rqe-header-inner{ display:flex; align-items:center; gap:28px; padding:14px 180px 14px 24px; }
/* Botão "Fale com um especialista" fora do cabeçalho fixo (2026-08-21) —
   posicionado por cima dele no topo da página (mesma altura/alinhamento à
   direita), mas sem "position:sticky", então rola pra fora de vista junto
   com o resto do conteúdo em vez de ficar preso na tela. */
.rqe-header-cta-float{ position:absolute; top:0; left:0; right:0; z-index:61; pointer-events:none; }
.rqe-header-cta-float-inner{ display:flex; align-items:center; justify-content:flex-end; min-height:120px; padding:14px 24px; pointer-events:none; }
.rqe-header-cta-float-inner .rqe-btn{ pointer-events:auto; }
.rqe-logo{ display:flex; align-items:center; gap:10px; margin-right:auto; }
.rqe-logo-img{ height:170px; width:170px; object-fit:contain; margin:-25px 0; }
.rqe-logo-text{ font-family:'Poppins',sans-serif; font-weight:800; font-size:20px; color:var(--navy-800); line-height:1; letter-spacing:.02em; }
.rqe-logo-text small{ display:block; font-family:'Inter',sans-serif; font-weight:600; font-size:9px; letter-spacing:.16em; color:var(--teal-600); margin-top:3px; }
.rqe-nav{ display:flex; align-items:center; gap:26px; }
.rqe-nav a{ font-weight:600; font-size:14.5px; color:var(--ink); opacity:.82; transition:opacity .15s, color .15s; }
.rqe-nav a:hover{ opacity:1; color:var(--teal-600); }
.rqe-nav-consultas{ display:none; }
.rqe-link-consultas{ color:var(--ink); font-weight:600; font-size:14.5px; text-decoration:none; padding:0 4px; }
.rqe-link-consultas:hover{ color:var(--teal-600); }
.rqe-burger{ display:none; flex-direction:column; gap:5px; background:none; border:0; padding:6px; }
.rqe-burger span{ width:22px; height:2px; background:var(--navy-800); border-radius:2px; transition:transform .2s, opacity .2s; }

/* ============ Hero ============ */
.rqe-hero{ position:relative; overflow:hidden; background:linear-gradient(180deg,var(--bg-soft),#fff 70%); }
.rqe-hero .rqe-container{ margin: 45px; max-width:none; }
.rqe-hero-text{ max-width:820px; padding:64px 0 72px; position:relative; z-index:1; }
.rqe-hero h1{ font-size:clamp(30px,4vw,44px); color:var(--navy-900); max-width:560px; }
.rqe-hero h1 .accent{ color:var(--teal-500); }
.rqe-hero-sub{ margin-top:18px; font-size:17px; color:var(--muted); max-width:46ch; }
.rqe-hero-bullets{ display:flex; gap:16px; margin-top:30px; flex-wrap:nowrap; }
.rqe-hero-bullet{ display:flex; flex-direction:column; align-items:center; gap:10px; font-weight:600; font-size:12.5px; max-width:none; white-space:nowrap; text-align:center; }
.rqe-hero-bullet .ic{ display:flex; align-items:center; justify-content:center; color:var(--teal-600); height:111px; }
.rqe-hero-bullet .ic svg{ width:42px; height:42px; }
.rqe-hero-bullet .ic-img img{ width:42px; height:42px; object-fit:contain; }
.rqe-hero-bullets.wrap-labels .rqe-hero-bullet{ white-space:normal; max-width:160px; }
.rqe-hero-ctas{ display:flex; align-items:center; gap:2px; margin-top:32px; flex-wrap:wrap; }
.rqe-hero-ctas .rqe-btn{ padding:19px 32px; font-size:20px; gap:11px; }

.rqe-hero-visual{ position:absolute; top:0; right:0; bottom:0; width:min(90%, 1350px); display:flex; align-items:center; }
.rqe-hero-art{
  position:relative; border-radius:0; overflow:hidden; height:100%; min-height:360px; width:100%;
  background:
    radial-gradient(circle at 30% 25%, rgba(63,196,201,.35), transparent 55%),
    linear-gradient(135deg,var(--navy-800),var(--navy-900));
  display:flex; align-items:center; justify-content:center; box-shadow:none;
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, #000 6%);
  mask-image:linear-gradient(90deg, transparent 0%, #000 6%);
}
.rqe-hero-art.empresa{
  background:
    url('/static/img/fundo-empresa.png') center/cover no-repeat,
    radial-gradient(circle at 30% 25%, rgba(63,196,201,.35), transparent 55%),
    linear-gradient(135deg,var(--navy-800),var(--navy-900));
}
.rqe-hero-art.medico{
  aspect-ratio:1691/930; height:auto; min-height:0; width:96%; margin-right:auto;
  background:
    url('/static/img/hero-bg-medico.jpg') center/cover no-repeat,
    radial-gradient(circle at 30% 0%, rgba(255, 250, 250, 0.35), transparent 0%),
    linear-gradient(135deg,var(--navy-700),var(--navy-900));
}
.rqe-hero-art .ring{
  position:absolute; width:34%; aspect-ratio:1; border-radius:50%;
  border:22px solid rgba(63,196,201,.28); right:-8%; top:50%; transform:translateY(-50%);
}
.rqe-hero-float{
  position:absolute; left:50%; bottom:0; transform:translateX(-50%); background:var(--navy-900); color:#fff;
  border-radius:8px; padding:16px 20px; display:flex; align-items:center; gap:14px;
  box-shadow:var(--shadow-md); max-width:calc(100% - 40px); width:max-content; font-weight:600; font-size:14px;
}
.rqe-hero-float .ic{ width:38px; height:38px; border-radius:10px; background:rgba(63,196,201,.22); color:var(--teal-400); display:flex; align-items:center; justify-content:center; flex-shrink:0; }

/* ============ Trust bar ============ */
.rqe-trust{ padding:40px 0; background:var(--bg-soft); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.rqe-trust p{ text-align:center; color:var(--muted); font-weight:600; font-size:14px; margin-bottom:26px; }
.rqe-trust-grid{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:24px; }
.rqe-trust-item{ display:flex; flex-direction:column; align-items:center; gap:9px; flex:1; min-width:96px; color:var(--muted); }
.rqe-trust-item .ic{ width:44px; height:44px; border-radius:50%; background:#fff; border:1px solid var(--line); display:flex; align-items:center; justify-content:center; color:var(--teal-600); }
.rqe-trust-item span{ font-size:12.5px; font-weight:600; text-align:center; }

/* ============ Section shell ============ */
.rqe-section{ padding:84px 0; }
.rqe-section-head{ text-align:center; max-width:640px; margin:0 auto 44px; }
.rqe-section-head h2{ font-size:clamp(24px,3vw,32px); color:var(--navy-900); }
.rqe-section-head h2 .accent{ color:var(--teal-500); }
.rqe-section-head p{ margin-top:12px; color:var(--muted); font-size:16px; }

/* ============ Solutions grid ============ */
/* Esteira horizontal (2026-08-20) — cada card ocupa a largura toda do
   container, um por vez, navegação por botões anterior/próximo (sem
   arrastar). Substitui o grid antigo (5/4 colunas) nas 6 seções que reusam
   essas duas classes: Soluções e Como funciona (B2B, /empresas) e
   Serviços/Como funciona/Por que ser profissional (Médico,
   /trabalhe-conosco). Ver .rqe-carousel/.rqe-car-btn abaixo. */
#solucoes .rqe-container, #como-funciona .rqe-container{ max-width:1652px; }
.rqe-carousel{ position:relative; }
.rqe-car-btn{
  position:absolute; top:50%; transform:translateY(-50%); z-index:5;
  width:46px; height:46px; border-radius:50%; border:1px solid var(--line); background:#fff;
  box-shadow:var(--shadow-md); display:flex; align-items:center; justify-content:center;
  cursor:pointer; color:var(--ink); transition:background .15s, color .15s, opacity .15s;
}
.rqe-car-btn:hover{ background:var(--teal-600); color:#fff; border-color:var(--teal-600); }
.rqe-car-btn:disabled{ opacity:.3; cursor:default; background:#fff; color:var(--ink); }
.rqe-car-prev{ left:14px; }
.rqe-car-next{ right:14px; }
.rqe-solutions-grid, .rqe-solutions-grid-4{
  display:flex; gap:28px; overflow-x:auto; scroll-snap-type:x mandatory;
  padding-bottom:0; scrollbar-width:none;
}
.rqe-solutions-grid::-webkit-scrollbar, .rqe-solutions-grid-4::-webkit-scrollbar{ display:none; }
/* Indicador tipo Instagram (2026-08-21) — traços no canto superior direito
   do card, um por item da esteira, o da vez destacado; fixo (não rola
   junto com os cards, mesma posição sempre, só o destaque muda). */
.rqe-car-dots{ position:absolute; top:16px; right:16px; z-index:6; display:flex; gap:4px; pointer-events:none; }
.rqe-car-dot{ width:16px; height:3px; border-radius:2px; background:rgba(255,255,255,.45); transition:background .2s, width .2s; }
.rqe-car-dot.active{ width:26px; background:#fff; }
.rqe-sol-card{ flex:0 0 100%; scroll-snap-align:start; display:flex; flex-direction:column; align-items:center; text-align:center; padding:0 0 36px; border:1px solid var(--line); border-radius:8px; background:#fff; transition:transform .18s, box-shadow .18s; overflow:hidden; }
.rqe-sol-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-md); }
.rqe-sol-photo{ position:relative; width:100%; aspect-ratio:4/3; margin-bottom:24px; flex-shrink:0; }
.rqe-sol-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
#solucoes .rqe-sol-photo img, #como-funciona .rqe-sol-photo img{ object-position:60% 50%; transform:scale(1); }
/* Card com foto (2026-08-21) — título + "Saiba mais" agora ficam dentro da
   própria foto, sobrepostos no canto inferior esquerdo, então a foto passa
   a preencher o card inteiro (sem mais nada embaixo dela). */
.rqe-sol-card-photo{ padding-bottom:0; margin-bottom:0; border:none; }
.rqe-sol-photo-overlay{
  position:absolute; left:0; right:0; bottom:0; z-index:3;
  padding:20px 20px 18px; text-align:left;
  background:linear-gradient(to top, rgba(6,18,30,.82) 0%, rgba(6,18,30,.35) 65%, transparent 100%);
  display:flex; flex-direction:row; align-items:center; justify-content:space-between; gap:14px;
}
.rqe-sol-photo-overlay h3{ padding:0; margin:0; flex:1; min-width:0; }
.rqe-sol-card-photo .rqe-sol-photo-overlay h3::after{ content:none; }
.rqe-sol-photo-overlay h3 > span{ color:#fff; display:inline-block; }
/* Traço embaixo do título, encostado à esquerda junto com o TEXTO (não com
   a caixa larga do h3, que ocupa quase o card inteiro por causa do flex:1
   acima) — por isso o ::after fica no span (do tamanho do título), não no
   h3. A regra logo acima (com 2 classes) mata a duplicata que a regra
   genérica de .rqe-sol-card h3::after (cards sem foto) causava aqui dentro,
   já que as duas tinham a mesma especificidade e brigavam por ordem.
   Seletor de FILHO DIRETO (>), não descendente (achado de bug, 2026-08-22):
   quando o admin estiliza o título pelo editor rico (Quill), o texto vem
   envolto num <p><span style="..."> extra dentro do span do template --
   com seletor descendente ("h3 span"), a barrinha aparecia duas vezes (uma
   pro span do template, outra pro span extra do rich text). */
.rqe-sol-card-photo .rqe-sol-photo-overlay h3 > span::after{
  content:''; display:block; width:36px; margin-top:8px;
  height:var(--card-stripe-h, 3px); background:var(--card-stripe-color, var(--orange-500));
  margin-left:var(--card-stripe-ml, 0); margin-right:var(--card-stripe-mr, auto);
}
/* Sem borda/fundo (2026-08-21) — vira um link simples, mesma linha do
   título, encostado na direita. */
.rqe-saiba-mais{
  display:inline-flex; align-items:center; gap:4px; background:none; border:none;
  color:#fff; font-size:12.5px; font-weight:700; padding:0; flex-shrink:0;
  cursor:pointer; text-decoration:none; transition:opacity .15s;
}
.rqe-saiba-mais:hover{ opacity:.75; }
.rqe-step-badge{ position:absolute; top:12px; left:12px; width:32px; height:32px; border-radius:50%; background:var(--orange-500); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:14px; }
.rqe-sol-badge{
  position:absolute; left:50%; bottom:-72px; transform:translateX(-50%); width:156px; height:156px;
  border-radius:50%; background:#fff; box-shadow:var(--shadow-md); display:flex; align-items:center; justify-content:center;
}
.rqe-sol-card .ic{ width:62px; height:62px; color:var(--teal-600); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.servicos-grid .rqe-sol-photo{ margin-bottom:44px; }
.servicos-grid .rqe-sol-photo img{ transform:scale(1.3); }
.rqe-sol-card h3{ font-size:21.7px; padding:0 28px 20px; margin-bottom:11px; display:block; }
.rqe-sol-card h3 > span{
  display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; line-height:1.3;
}
.rqe-sol-card h3::after{ content:''; display:block; width:45px; height:4px; background:var(--orange-500); margin:14px auto 0; }
.rqe-sol-card p{
  padding:0 28px; color:var(--muted); font-size:19px; line-height:1.55;
  display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
}

/* ============ Why choose (dark split) ============ */
.rqe-why{ background:linear-gradient(135deg,var(--navy-900),var(--navy-800)); border-radius:8px; overflow:hidden; }
.rqe-why-grid{ display:grid; grid-template-columns:1fr 1fr; align-items:stretch; }
.rqe-why-text{ padding:56px; color:#fff; }
.rqe-why-text h2{ color:#fff; font-size:clamp(22px,3vw,30px); margin-bottom:26px; }
.rqe-why-text h2 .accent{ color:var(--teal-400); }
.rqe-why-list{ display:flex; flex-direction:column; gap:16px; }
.rqe-why-list li{ display:flex; align-items:center; gap:12px; font-weight:600; font-size:15px; }
.rqe-why-list .ic{ width:26px; height:26px; border-radius:50%; background:rgba(63,196,201,.2); color:var(--teal-400); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.rqe-why-visual{
  position:relative; min-height:340px; overflow:hidden;
  background:
    url('/static/img/why-bg.jpg') center/cover no-repeat,
    radial-gradient(circle at 70% 30%, rgba(63,196,201,.3), transparent 55%),
    linear-gradient(160deg,#0f4a6b,#0a2c48);
}
.rqe-why-visual .ring{ position:absolute; width:70%; aspect-ratio:1; border-radius:50%; border:18px solid rgba(63,196,201,.25); left:-10%; bottom:-16%; }
.rqe-why-visual .mark{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#fff; opacity:.85; }

/* ============ How it works ============ */
.rqe-steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; align-items:start; }
.rqe-step{ position:relative; text-align:center; padding:0 16px; }
.rqe-step-num{
  width:52px; height:52px; border-radius:50%; background:var(--teal-500); color:#fff;
  display:flex; align-items:center; justify-content:center; font-family:'Poppins',sans-serif; font-weight:800; font-size:16px;
  margin:0 auto 14px; position:relative; z-index:1; box-shadow:var(--shadow-sm);
}
.rqe-step-num .ic{ position:absolute; inset:-11px; border-radius:50%; border:1px dashed var(--line); display:flex; align-items:center; justify-content:center; }
.rqe-step h3{ font-size:15.5px; margin-bottom:8px; }
.rqe-step p{ color:var(--muted); font-size:13.5px; line-height:1.55; }
.rqe-step-arrow{ position:absolute; top:24px; right:-8px; color:var(--line); z-index:0; }

/* ============ CTA banner (faixa full-width, nao um card) ============ */
.rqe-cta{
  background:linear-gradient(120deg,var(--teal-600),var(--navy-800));
  padding:64px 0; color:#fff;
}
.rqe-cta-inner{ max-width:640px; }
.rqe-cta h2{ color:#fff; font-size:clamp(22px,3vw,30px); }
.rqe-cta h2 .accent{ color:var(--orange-500); }
.rqe-cta-inner > div:first-child p{ margin-top:14px; color:rgba(255,255,255,.82); max-width:44ch; }
.rqe-cta-inner > div:first-child .rqe-btn{ margin-top:26px; }

/* ============ Footer ============ */
.rqe-footer{ background:var(--navy-900); color:#cfe0e8; padding:52px 0 0; margin-top:40px; }
.rqe-footer-inner{ display:flex; flex-wrap:wrap; gap:32px; justify-content:space-between; padding-bottom:34px; border-bottom:1px solid rgba(255,255,255,.1); }
.rqe-footer-brand{ max-width:320px; }
.rqe-logo-footer{ margin-bottom:2px; }
.rqe-logo-text-footer{ color:#fff; }
.rqe-logo-text-footer small{ color:var(--teal-400); }
.rqe-logo-img-footer{ height:144px; width:144px; object-fit:contain; }
.rqe-footer-brand p{ font-size:13.5px; color:#9fb4bf; line-height:1.6; }
.rqe-footer-contact{ display:flex; flex-direction:column; gap:12px; font-size:14px; margin-top:16px; }
.rqe-footer-contact a{ display:flex; align-items:center; gap:9px; color:#cfe0e8; transition:color .15s; }
.rqe-footer-contact a:hover{ color:var(--teal-400); }
.rqe-footer-social{ display:flex; gap:10px; align-items:flex-start; }
.rqe-footer-social a{ width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; transition:background .15s; }
.rqe-footer-social a:hover{ background:var(--teal-600); }
.rqe-footer-bottom{ text-align:center; font-size:12.5px; color:#7f97a3; padding:20px 0; }

/* ============ Lead modal ============ */
.rqe-modal-overlay{
  position:fixed; inset:0; background:rgba(10,37,64,.6); backdrop-filter:blur(3px);
  display:none; align-items:center; justify-content:center; z-index:200; padding:20px;
}
.rqe-modal-overlay.open{ display:flex; }
.rqe-modal{ background:#fff; border-radius:8px; max-width:480px; width:100%; max-height:92vh; overflow-y:auto; padding:34px 30px; position:relative; box-shadow:var(--shadow-md); }
/* Modal de detalhe do card (Soluções/Como funciona/Serviços/Por que) —
   maior que o modal de contato padrão, mais espaço pro texto/lista. */
#rqeSolutionOverlay .rqe-modal{ max-width:720px; padding:44px 48px; }
#rqeSolutionOverlay .rqe-modal-mod-ic{ width:64px; height:64px; }
#rqeSolutionOverlay #rqeSolutionTitle{ font-size:26px !important; }
#rqeSolutionOverlay #rqeSolutionTitle::after{
  content:''; display:block; width:40px; margin-top:10px;
  height:var(--card-stripe-h, 3px); background:var(--card-stripe-color, var(--orange-500));
  margin-left:var(--card-stripe-ml, 0); margin-right:var(--card-stripe-mr, auto);
}
#rqeSolutionOverlay #rqeSolutionDesc{ font-size:15px !important; }
.rqe-modal-close{ position:absolute; top:16px; right:16px; background:var(--bg-soft); border:0; width:34px; height:34px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--muted); }
.rqe-modal-head h3{ font-size:21px; color:var(--navy-900); padding-right:24px; }
.rqe-modal-head p{ margin-top:8px; color:var(--muted); font-size:14px; }
.rqe-modal-alert{ margin-top:16px; padding:11px 14px; border-radius:10px; font-size:13.5px; font-weight:600; }
.rqe-modal-alert.ok{ background:#e7f7ee; color:#0f7a41; }
.rqe-modal-alert.err{ background:#fdecec; color:#c53030; }
.rqe-lead-form{ margin-top:22px; display:flex; flex-direction:column; gap:14px; }
.rqe-row2{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.rqe-field label{ display:block; font-size:12.5px; font-weight:700; color:var(--navy-800); margin-bottom:6px; }
.rqe-field input, .rqe-field select, .rqe-field textarea{
  width:100%; border:1.5px solid var(--line); border-radius:8px; padding:11px 13px;
  font-family:inherit; font-size:14.5px; color:var(--ink); background:#fff; resize:vertical;
}
.rqe-field input:focus, .rqe-field select:focus, .rqe-field textarea:focus{ outline:none; border-color:var(--teal-500); box-shadow:0 0 0 3px rgba(24,154,161,.14); }
.rqe-check-grid{ display:flex; flex-wrap:wrap; gap:8px; }
.rqe-check-item{ display:flex; align-items:center; gap:7px; font-size:13px; font-weight:600; color:var(--navy-800); background:#f4f6f8; border-radius:8px; padding:8px 12px; cursor:pointer; }
.rqe-check-item input{ width:14px; height:14px; accent-color:var(--teal-500); flex-shrink:0; }

/* Dropdown de múltipla seleção via checkboxes (2026-08-22) — <select multiple>
   nativo exige Ctrl/Cmd+clique pra marcar mais de um item, o que não é
   descoberto sozinho pela maioria dos usuários; isso aqui parece um select
   fechado normal, mas abre uma lista de checkboxes (clique simples marca/
   desmarca, sem precisar de tecla nenhuma). Ver "Quais especialidades você
   tem interesse?" (Terceirização, static/script.js). */
.rqe-multiselect{ position:relative; }
.rqe-multiselect-toggle{
  width:100%; border:1.5px solid var(--line); border-radius:8px; padding:11px 13px;
  font-family:inherit; font-size:14.5px; color:var(--ink); background:#fff; text-align:left;
  cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:8px;
}
.rqe-multiselect-toggle:focus{ outline:none; border-color:var(--teal-500); box-shadow:0 0 0 3px rgba(24,154,161,.14); }
.rqe-multiselect-toggle .rqe-multiselect-label{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.rqe-multiselect-toggle .rqe-multiselect-label.placeholder{ color:#9aa5b1; font-weight:400; }
.rqe-multiselect-toggle .chev{ flex-shrink:0; color:var(--muted); transition:transform .15s; }
.rqe-multiselect.open .rqe-multiselect-toggle .chev{ transform:rotate(180deg); }
.rqe-multiselect-panel{
  display:none; position:absolute; top:calc(100% + 6px); left:0; right:0; z-index:20;
  background:#fff; border:1.5px solid var(--line); border-radius:10px; box-shadow:var(--shadow-md);
  padding:8px; max-height:230px; overflow-y:auto;
}
.rqe-multiselect.open .rqe-multiselect-panel{ display:block; }
.rqe-multiselect-panel .rqe-check-item{ width:100%; margin-bottom:4px; }
.rqe-multiselect-panel .rqe-check-item:last-child{ margin-bottom:0; }

/* ============ Reveal on scroll ============ */
.reveal{ opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:translateY(0); }

/* ============ Stats bar ============ */
.rqe-stats-bar{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--bg-soft); }
.rqe-stats-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; padding:34px 0; }
.rqe-stat-item{ display:flex; align-items:center; justify-content:center; gap:14px; text-align:left; position:relative; }
.rqe-stat-item:not(:last-child)::after{ content:''; position:absolute; right:0; top:8%; bottom:8%; width:1px; background:var(--line); }
.rqe-stat-item .ic{ flex-shrink:0; color:var(--teal-600); font-size:0; display:flex; align-items:center; justify-content:center; }
.rqe-stat-item .num{ font-size:22px; font-weight:800; color:var(--navy-900); font-family:'Poppins',sans-serif; letter-spacing:-.01em; }
.rqe-stat-item .lbl{ font-size:12.5px; color:var(--muted); font-weight:600; margin-top:2px; }

/* ============ Dark trust strip (dentro de Soluções) ============ */
.rqe-trust-dark-bar{
  display:flex; align-items:center; justify-content:space-around; flex-wrap:wrap; gap:22px;
  background:var(--navy-900); border-radius:8px; padding:28px 30px; margin-top:40px;
  box-shadow:0 20px 50px rgba(5,10,25,.3);
}
.rqe-trust-dark-item{ display:flex; align-items:center; gap:16px; color:#fff; text-align:left; position:relative; flex:1; min-width:200px; padding:0 12px; }
.rqe-trust-dark-item:not(:last-child)::after{ content:''; position:absolute; right:0; top:2%; bottom:2%; width:2px; background:rgba(255,255,255,.18); border-radius:2px; }
.rqe-trust-dark-item .ic{ font-size:0; flex-shrink:0; color:var(--teal-400); filter:drop-shadow(0 0 10px rgba(63,196,201,.5)); }
.rqe-trust-dark-item .t{ font-weight:700; font-size:18px; color:#fff; }
.rqe-trust-dark-item .d{ font-size:14.5px; color:#9fb4bf; margin-top:3px; }

/* ============ Solution/benefit cards clicáveis ============ */
.rqe-sol-card{ cursor:pointer; }

/* ============ Módulos (planos por módulo) ============ */
#modulos{ padding:70px 0; background:var(--bg-soft); }
#modulos .rqe-section-label{
  display:inline-flex; align-items:center; gap:9px; padding:8px 18px; border:1px solid #dceff1; border-radius:30px;
  color:#008b95; background:#fff; font-size:13px; font-weight:800; letter-spacing:.7px;
}
#modulos .rqe-section-head h2{ margin:20px 0 12px; }
.rqe-modulos-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; align-items:stretch; }
/* Módulos em carrossel (pedido de 2026-08-20: "quero maior e de arrastar
   para o lado, exiba 1 só") — combo de 2 classes garante que essas regras
   vencem o .rqe-modulos-grid{display:grid} acima, não importa a ordem no
   arquivo (mesma especificidade, mesmo raciocínio já usado nos cards de
   Soluções). Reaproveita a esteira/JS (.rqe-carousel/.rqe-car-btn) já
   usada nas outras seções da página. */
.rqe-modulos-carousel .rqe-modulos-grid{
  display:flex; gap:28px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; align-items:stretch;
}
.rqe-modulos-carousel .rqe-modulos-grid::-webkit-scrollbar{ display:none; }
.rqe-modulos-carousel .rqe-modulo-card{
  flex:0 0 100%; scroll-snap-align:start; max-width:600px; margin:0 auto; padding:48px 44px;
}
.rqe-modulos-carousel .rqe-modulo-title{ font-size:14px; }
.rqe-modulos-carousel .rqe-modulo-price{ font-size:46px; margin-bottom:22px; }
.rqe-modulos-carousel .rqe-modulo-desc{ font-size:17px; }
.rqe-modulos-carousel .rqe-modulo-check{ width:38px; height:38px; font-size:16px; }
@media (max-width:600px){
  .rqe-modulos-carousel .rqe-modulo-card{ padding:34px 26px; }
  .rqe-modulos-carousel .rqe-modulo-price{ font-size:36px; }
}
.rqe-modulo-card{
  position:relative; background:#fff; border:1px solid var(--line); border-radius:8px; padding:28px 22px;
  text-align:center; display:flex; flex-direction:column;
}
.rqe-modulo-card.featured{
  background:linear-gradient(160deg,var(--navy-800),var(--navy-900)); border-color:var(--navy-900);
  box-shadow:0 18px 40px rgba(10,37,64,.28);
}
.rqe-modulo-star{
  position:absolute; top:18px; right:18px; color:var(--orange-500); font-size:18px; line-height:1;
}
.rqe-modulo-title{ font-size:13px; font-weight:800; letter-spacing:.04em; color:var(--teal-600); margin-bottom:12px; }
.rqe-modulo-card.featured .rqe-modulo-title{ color:#fff; }
.rqe-modulo-price{ font-family:'Poppins',sans-serif; font-weight:800; font-size:32px; color:var(--navy-900); margin-bottom:16px; }
.rqe-modulo-price .cur{ font-size:15px; font-weight:700; vertical-align:top; margin-right:2px; }
.rqe-modulo-price .per{ font-size:13px; font-weight:600; color:var(--muted); margin-left:2px; }
.rqe-modulo-card.featured .rqe-modulo-price{ color:#fff; }
.rqe-modulo-card.featured .rqe-modulo-price .per{ color:rgba(255,255,255,.65); }
.rqe-modulo-checks{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:8px; margin-bottom:16px; }
.rqe-modulo-check{
  width:32px; height:32px; border-radius:9px; background:var(--teal-600); color:#fff; font-size:14px; font-weight:800;
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.rqe-modulo-plus{ color:var(--muted); font-weight:700; font-size:14px; }
.rqe-modulo-card.featured .rqe-modulo-plus{ color:rgba(255,255,255,.5); }
.rqe-modulo-desc{ font-size:14.5px; font-weight:700; color:var(--navy-900); margin-bottom:4px; }
.rqe-modulo-card.featured .rqe-modulo-desc{ color:var(--teal-400); }
.rqe-modulo-subdesc{ font-size:12.5px; color:rgba(255,255,255,.7); line-height:1.5; margin-bottom:4px; }
.rqe-modulo-divider{ height:1px; background:var(--line); margin:18px 0 16px; }
.rqe-modulo-card.featured .rqe-modulo-divider{ background:rgba(255,255,255,.14); }
.rqe-modulo-example-label{ font-size:10.5px; font-weight:800; letter-spacing:.06em; color:var(--teal-600); margin-bottom:6px; }
.rqe-modulo-card.featured .rqe-modulo-example-label{ color:var(--teal-400); }
.rqe-modulo-example-text{ font-size:12px; color:var(--muted); margin-bottom:12px; }
.rqe-modulo-card.featured .rqe-modulo-example-text{ color:rgba(255,255,255,.65); }
.rqe-modulo-card{ justify-content:flex-start; }
.rqe-modulo-pills-row{ display:flex; align-items:center; justify-content:center; gap:8px; flex-wrap:wrap; margin-top:4px; }
.rqe-modulo-pill{
  background:var(--primary-pale,#eaf6f6); color:var(--teal-600); font-size:11.5px; font-weight:700;
  padding:5px 12px; border-radius:999px; white-space:nowrap;
}
.rqe-modulo-card.featured .rqe-modulo-pill{ background:rgba(255,255,255,.12); color:#fff; }
.rqe-modulo-pill-plus{ color:var(--muted); font-size:12px; font-weight:700; }
.rqe-modulo-card.featured .rqe-modulo-pill-plus{ color:rgba(255,255,255,.5); }

.rqe-modulo-footer{
  display:flex; align-items:center; gap:28px; margin-top:24px; padding:22px 28px; background:#fff;
  border:1px solid var(--line); border-radius:8px; flex-wrap:wrap;
}
.rqe-modulo-footer-left{ display:flex; align-items:center; gap:16px; }
.rqe-modulo-footer-left strong{ display:block; font-size:15px; color:var(--navy-900); margin-bottom:2px; }
.rqe-modulo-footer-left span{ display:block; font-size:13px; color:var(--muted); }
.rqe-modulo-footer-divider{ width:1px; align-self:stretch; background:var(--line); }
.rqe-modulo-footer-right{ display:flex; flex-direction:column; gap:4px; }
.rqe-modulo-footer-calc{ font-size:14.5px; font-weight:700; color:var(--navy-900); display:flex; align-items:center; gap:8px; }
.rqe-modulo-arrow{ color:var(--orange-500); font-weight:800; }
.rqe-modulo-cta{
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
  margin-top:24px; padding:30px 32px; background:linear-gradient(120deg,var(--navy-800),var(--navy-900));
  border-radius:8px; color:#fff;
}
.rqe-modulo-cta h3{ font-family:'Poppins',sans-serif; font-weight:800; font-size:20px; margin-bottom:6px; }
.rqe-modulo-cta p{ font-size:14px; color:rgba(255,255,255,.72); max-width:440px; }
.rqe-modulo-cta .rqe-btn{ flex-shrink:0; }
@media (max-width:980px){
  .rqe-modulos-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:600px){
  .rqe-modulos-grid{ grid-template-columns:1fr; }
  .rqe-modulo-footer{ flex-direction:column; align-items:flex-start; gap:16px; }
  .rqe-modulo-footer-divider{ width:100%; height:1px; }
  .rqe-modulo-cta{ flex-direction:column; align-items:flex-start; }
}

/* ============ Como funciona (timeline) ============ */
/* Escopado por .rqe-cf-hero (não pelo id #como-funciona) porque o id se
   repete em index.html (B2B) e trabalhe-conosco.html (Médico) — usar o id
   aqui vazava esse visual (maior, com selo) pro "Como funciona" do B2B
   também, que deveria ficar do mesmo tamanho de "Soluções". */
.rqe-cf-hero{ padding:88px 0 77px; background:#fff; }
.rqe-cf-hero .rqe-section-head{ text-align:center; max-width:935px; margin:0 auto 72px; }
.rqe-cf-hero .rqe-section-label{
  display:inline-flex; align-items:center; gap:10px; padding:9px 20px; border:1px solid #dceff1; border-radius:33px;
  color:#008b95; background:#f4fbfc; font-size:14px; font-weight:800; letter-spacing:.7px;
}
.rqe-cf-hero .label-icon{ font-size:18px; }
.rqe-cf-hero .rqe-section-head h2{ margin:22px 0 13px; color:#062c52; font-size:clamp(33px,4.4vw,51px); font-weight:800; line-height:1.15; }
.rqe-cf-hero .rqe-section-head h2 .accent{ color:#008f98; }
.rqe-cf-hero .rqe-section-head p{ max-width:792px; margin:0 auto; color:#60758b; font-size:19px; line-height:1.6; }

.rqe-timeline-wrap{ position:relative; }
.rqe-timeline-line{
  position:absolute; top:30px; left:9%; right:9%; height:2px;
  background:linear-gradient(90deg,#008f98 0%,#5bc4c8 50%,#008f98 100%); z-index:0;
}
.rqe-timeline-track{ position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:31px; z-index:1; }
.rqe-tl-step{ position:relative; text-align:center; }
.rqe-tl-dot{
  position:relative; width:59px; height:59px; margin:0 auto 20px; display:flex; align-items:center; justify-content:center;
  border-radius:50%; background:#078f98; color:#fff; font-size:17px; font-weight:800; border:6px solid #fff;
  box-shadow:0 5px 18px rgba(0,143,152,.22);
}
.rqe-step-card{
  min-height:314px; padding:37px 31px 33px; background:#fff; border:1px solid #e0eaef; border-radius:13px;
  box-shadow:0 12px 30px rgba(10,50,80,.08); transition:transform .25s ease, box-shadow .25s ease;
}
.rqe-step-card:hover{ transform:translateY(-5px); box-shadow:0 18px 38px rgba(10,50,80,.13); }
.rqe-step-icon{ width:79px; height:79px; margin:0 auto 24px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:#edf8f9; }
.rqe-step-icon img{ width:46px; height:46px; object-fit:contain; }
.rqe-step-card h4{ margin:0; color:#062c52; font-size:19px; font-weight:800; line-height:1.25; }
.rqe-step-divider{ width:46px; height:3px; margin:14px auto 17px; background:linear-gradient(90deg,#008f98,#3bc4c8); border-radius:3px; }
.rqe-step-card p{ max-width:253px; margin:0 auto; color:#61768b; font-size:15px; line-height:1.55; }

.rqe-process-benefits{ display:grid; grid-template-columns:repeat(4,1fr); margin-top:44px; padding:26px 33px; background:#f3fafb; border-radius:15px; }
.rqe-process-benefit{ display:flex; align-items:center; justify-content:center; gap:14px; padding:0 28px; border-right:1px solid #d6e8eb; }
.rqe-process-benefit:last-child{ border-right:none; }
.benefit-icon{
  width:46px; height:46px; flex-shrink:0; display:flex; align-items:center; justify-content:center;
  border-radius:50%; background:#e2f3f4; color:#008f98; font-size:22px; font-weight:800;
}
.rqe-process-benefit strong{ display:block; margin-bottom:3px; color:#062c52; font-size:15px; }
.rqe-process-benefit span{ display:block; color:#698095; font-size:13px; }

@media (max-width:900px){
  .rqe-timeline-line{ display:none; }
  .rqe-timeline-track{ grid-template-columns:repeat(2,1fr); }
  .rqe-process-benefits{ grid-template-columns:repeat(2,1fr); gap:20px; }
  .rqe-process-benefit:nth-child(2){ border-right:none; }
}
@media (max-width:600px){
  .rqe-cf-hero{ padding:60px 0; }
  .rqe-cf-hero .rqe-section-head{ margin-bottom:45px; }
  .rqe-cf-hero .rqe-section-head h2{ font-size:30px; }
  .rqe-cf-hero .rqe-section-head p{ font-size:15px; }
  /* Arrastar pro lado no mobile (pedido de 2026-08-20) — em vez de empilhar
     em coluna, vira esteira horizontal com scroll-snap, 1 passo por vez. */
  .rqe-timeline-track{
    display:flex; grid-template-columns:none; gap:20px; overflow-x:auto; scroll-snap-type:x mandatory;
    scrollbar-width:none; margin:0 -20px; padding:0 20px 4px;
  }
  .rqe-timeline-track::-webkit-scrollbar{ display:none; }
  .rqe-tl-step{ flex:0 0 84%; scroll-snap-align:start; }
  .rqe-step-card{ min-height:auto; }
  .rqe-process-benefits{ grid-template-columns:1fr; padding:20px; }
  .rqe-process-benefit{ justify-content:flex-start; padding:12px 0; border-right:none; border-bottom:1px solid #d6e8eb; }
  .rqe-process-benefit:last-child{ border-bottom:none; }
}

/* ============ Quote modal (2 colunas) ============ */
.rqe-modal.quote{ max-width:960px; padding:0; overflow:hidden; height:88vh; max-height:88vh; }
.rqe-quote-body{ display:grid; grid-template-columns:280px 1fr; height:100%; min-height:0; }
.rqe-quote-side{
  position:relative; overflow-y:auto; min-height:0; padding:32px 26px; color:#fff;
  background:radial-gradient(circle at 20% 10%,rgba(63,196,201,.28),transparent 45%),
             radial-gradient(circle at 90% 95%,rgba(13,58,92,.4),transparent 50%), var(--navy-900);
}
.rqe-quote-side .brand{ display:flex; align-items:center; gap:10px; }
.rqe-quote-side .brand-mark{ width:34px; height:34px; }
.rqe-quote-side .brand-txt{ font-family:'Poppins',sans-serif; font-weight:800; font-size:15px; color:#fff; }
.rqe-quote-side h4{ font-size:16px; margin:24px 0 4px; color:#fff; font-family:'Poppins',sans-serif; }
.rqe-quote-side h4 .accent{ color:var(--teal-400); }
.rqe-quote-benefit{ display:flex; gap:12px; margin-top:20px; }
.rqe-quote-benefit .ic{ width:36px; height:36px; border-radius:8px; background:rgba(255,255,255,.08); color:var(--teal-400); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.rqe-quote-benefit .t{ font-size:13px; font-weight:700; color:#fff; }
.rqe-quote-benefit .d{ font-size:11.5px; color:#b7c8d1; margin-top:2px; line-height:1.4; }
.rqe-quote-secure{ margin-top:24px; background:rgba(255,134,116,.14); border:1px solid rgba(255,134,116,.4); border-radius:8px; padding:14px; display:flex; gap:10px; }
.rqe-quote-secure .ic{ color:var(--orange-500); flex-shrink:0; }
.rqe-quote-secure .t{ font-size:12px; font-weight:700; color:#fff; }
.rqe-quote-secure .d{ font-size:11px; color:#dfe8ec; margin-top:2px; }

.rqe-quote-form-col{ padding:26px 32px 28px; overflow-y:auto; min-height:0; }
.rqe-quote-form-col .eyebrow{ display:inline-flex; align-items:center; gap:6px; background:var(--bg-soft); color:var(--teal-600); font-size:11.5px; font-weight:700; letter-spacing:.3px; padding:5px 12px; border-radius:20px; }
.rqe-quote-form-col h2{ font-size:21px; margin-top:12px; color:var(--navy-900); }
.rqe-quote-form-col h2 .accent{ color:var(--teal-500); }
.rqe-quote-form-col p.lead{ font-size:13px; color:var(--muted); margin:8px 0 0; }
.rqe-qs-head{ display:flex; align-items:center; gap:10px; margin:22px 0 12px; }
.rqe-qs-num{ width:24px; height:24px; border-radius:50%; background:var(--teal-500); color:#fff; font-weight:800; font-size:11.5px; display:flex; align-items:center; justify-content:center; flex-shrink:0; font-family:'Poppins',sans-serif; }
.rqe-qs-head h5{ font-size:14px; margin:0; color:var(--navy-900); font-family:'Poppins',sans-serif; }

.rqe-quote-foot{ display:flex; align-items:center; justify-content:space-between; gap:20px; border-top:1px solid var(--line); padding-top:18px; margin-top:20px; flex-wrap:wrap; }
.rqe-quote-foot .note{ display:flex; gap:10px; align-items:center; font-size:12px; color:var(--muted); max-width:280px; }
.rqe-quote-foot .note .ic-wrap{ width:34px; height:34px; border-radius:9px; background:var(--bg-soft); color:var(--teal-600); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.rqe-quote-foot .note .t{ font-weight:700; color:var(--ink); font-size:12.5px; }
.rqe-quote-submit-wrap{ text-align:right; }
.rqe-quote-submit-wrap small{ display:flex; align-items:center; justify-content:flex-end; gap:5px; color:var(--muted); font-size:11px; margin-top:8px; }

.rqe-quote-success{ display:none; text-align:center; padding:70px 30px; }
.rqe-quote-success.show{ display:block; }
.rqe-quote-success .ic{ width:64px; height:64px; border-radius:50%; background:#e7f7ee; color:#0f7a41; display:flex; align-items:center; justify-content:center; margin:0 auto 18px; }
.rqe-quote-success h3{ font-size:18px; margin-bottom:8px; color:var(--navy-900); }
.rqe-quote-success p{ color:var(--muted); font-size:13.5px; max-width:320px; margin:0 auto; }

/* ============ Module/solution detail modal ============ */
.rqe-modal-mod-ic{ width:52px; height:52px; border-radius:8px; background:var(--bg-soft); color:var(--teal-600); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
.rqe-modal-feat-list{ display:flex; flex-direction:column; gap:9px; margin:16px 0 22px; }
.rqe-modal-feat-list li{ display:flex; gap:9px; align-items:flex-start; font-size:13.5px; color:var(--ink); font-weight:500; }
.rqe-modal-feat-list li .ic{ color:var(--teal-600); margin-top:2px; flex-shrink:0; }
/* Texto corrido (2026-08-22) — substitui a lista com marcador acima. */
.rqe-modal-feat-text{ margin:16px 0 22px; font-size:14px; line-height:1.75; color:var(--ink); }

/* ============ Doctor page hero variant ============ */
.rqe-specialties-grid{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }
.rqe-specialty-pill{ display:inline-flex; align-items:center; gap:8px; padding:9px 16px; border-radius:999px; background:var(--bg-soft); border:1px solid var(--line); font-weight:600; font-size:13.5px; color:var(--navy-800); }

/* ============ Responsive ============ */
@media (max-width:980px){
  /* Entre 761-980px o menu ainda é a barra horizontal (o hambúrguer só
     entra em 760px) -- sem reduzir logo/gap/margem reservada pro CTA
     flutuante, os links do nav (que vêm do CMS, quantidade variável)
     podem não caber e estourar o cabeçalho. */
  .rqe-header-inner{ padding-right:120px; gap:16px; }
  .rqe-logo-img{ height:110px; width:110px; margin:-8px 0; }
  .rqe-nav{ gap:16px; }
  .rqe-nav a{ font-size:13.5px; }
  .rqe-hero .rqe-container{ margin:24px; }
  .rqe-hero-visual{ position:static; width:auto; height:300px; }
  .rqe-hero-art{ width:100%; -webkit-mask-image:none; mask-image:none; }
  .rqe-hero-art.medico{ aspect-ratio:auto; height:100%; min-height:300px; }
  .rqe-hero-text{ max-width:none; }
  .rqe-hero h1{ max-width:none; }
  .rqe-solutions-grid{ grid-template-columns:repeat(3,1fr); }
  .rqe-solutions-grid-4{ grid-template-columns:repeat(2,1fr); }
  .rqe-why-grid{ grid-template-columns:1fr; }
  .rqe-why-visual{ min-height:220px; order:-1; }
  .rqe-steps{ grid-template-columns:1fr 1fr; row-gap:36px; }
  .rqe-step-arrow{ display:none; }
  .rqe-cta{ padding:40px 0; }
  .rqe-cta-inner{ grid-template-columns:1fr; }
  .rqe-stats-grid{ grid-template-columns:1fr 1fr; row-gap:22px; }
  .rqe-stat-item:nth-child(2)::after{ display:none; }
  /* .rqe-timeline-track/.rqe-tl-step NÃO são mais sobrescritos aqui de
     propósito (achado de responsividade, 2026-08-22): esse bloco genérico
     de 760px empilhava a esteira em coluna, brigando com a regra dedicada
     de @media(max-width:600px) (mais abaixo) que já vira arrastar-pro-lado
     com scroll-snap -- como as duas media queries valem ao mesmo tempo
     num celular e essa vinha depois no arquivo, ela sempre vencia e
     quebrava o arrasto. .rqe-step-card-dark não é usado em nenhum
     template hoje (classe órfã), removido daqui também. */
  .rqe-quote-body{ grid-template-columns:1fr; }
  .rqe-quote-side{ display:none; }
  .rqe-modal.quote{ height:88vh; max-height:88vh; }
}
@media (max-width:760px){
  .rqe-nav{
    position:fixed; top:70px; left:0; right:0; background:#fff; flex-direction:column; align-items:flex-start;
    padding:18px 24px 22px; border-bottom:1px solid var(--line); box-shadow:var(--shadow-md);
    transform:translateY(-140%); opacity:0; pointer-events:none; transition:transform .22s ease, opacity .22s ease; gap:16px;
  }
  .rqe-nav.open{ transform:translateY(0); opacity:1; pointer-events:auto; }
  .rqe-burger{ display:flex; }
  .rqe-header-cta-float,
  .rqe-header .rqe-link-consultas{ display:none; }
  .rqe-header-inner{ padding-right:24px; }
  .rqe-nav-consultas{ display:block; }
  .rqe-solutions-grid{ grid-template-columns:1fr 1fr; }
  .rqe-solutions-grid-4{ grid-template-columns:1fr 1fr; }
  .rqe-steps{ grid-template-columns:1fr; }
  .rqe-trust-grid{ justify-content:center; }
  .rqe-row2{ grid-template-columns:1fr; }
  .rqe-hero-float{ position:static; transform:none; margin-top:16px; max-width:none; width:auto; }
  .rqe-hero-bullets{ flex-wrap:wrap; justify-content:flex-start; row-gap:20px; }
  .rqe-hero-bullet{ white-space:normal; max-width:110px; }
  .rqe-hero-bullet .ic{ height:auto; }
  /* Título + "Saiba mais" dividiam a mesma linha (flex row) disputando
     espaço -- com título longo ("Página personalizada" etc.) numa tela
     estreita, o botão ficava espremido/cortado. Empilha em vez de
     espremer: título em cima, botão embaixo, cada um com a linha inteira. */
  .rqe-sol-photo-overlay{ flex-direction:column; align-items:flex-start; gap:8px; }
  .rqe-saiba-mais{ white-space:nowrap; align-self:flex-end; }
}
@media (max-width:520px){
  .rqe-logo-img{ height:70px; width:70px; margin:-4px 0; }
  .rqe-hero .rqe-container{ margin:18px; }
  .rqe-solutions-grid{ grid-template-columns:1fr; }
  .rqe-solutions-grid-4{ grid-template-columns:1fr; }
  .rqe-container{ padding:0 18px; }
  .rqe-section{ padding:60px 0; }
  .rqe-quote-form-col{ padding:22px 18px 24px; }
  .rqe-quote-form-col h2{ font-size:18px; }
  .rqe-quote-foot{ flex-direction:column; align-items:stretch; }
  .rqe-quote-submit-wrap{ text-align:left; }
  .rqe-quote-submit-wrap .rqe-btn{ width:100%; justify-content:center; }
  .rqe-quote-submit-wrap small{ justify-content:center; }
  .rqe-trust-dark-bar{ padding:20px 18px; justify-content:flex-start; }
}
