.rt-ga-visual{margin:1.25rem 0 1.75rem}
.rt-ga-visual img{display:block;width:100%;max-width:100%;height:auto;object-fit:contain}
.rt-ga-visual--wide{width:100%}
.rt-ga-visual--compact{max-width:760px;margin-inline:auto}
.rt-ga-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1rem,2.5vw,2rem);align-items:center}
.rt-ga-grid>*{min-width:0}
@media(max-width:860px){.rt-ga-grid{grid-template-columns:1fr}}

.rt-ga-diagnostic{max-width:1200px;margin:0 auto}
.rt-ga-diagnostic__route{margin:2rem 0 3rem}
.rt-ga-diagnostic__item{border:1px solid #D9D7CF;border-radius:18px;padding:1rem 1.25rem;margin:1rem 0;background:#F8F7F2}
.rt-ga-diagnostic__status{display:inline-block;font-weight:700;font-size:.8rem;padding:.25rem .55rem;border-radius:999px;margin-bottom:.5rem}
.rt-ga-diagnostic__status.is-ok{background:#E8F5EC;color:#256B3D}
.rt-ga-diagnostic__status.is-error{background:#FBEAEA;color:#9D2E2E}
.rt-ga-diagnostic__name{margin-bottom:.75rem}
.rt-ga-visual--auto{clear:both;margin-top:1rem;margin-bottom:1.75rem}
.rt-ga-visual--auto img{background:#F8F7F2;border-radius:14px}/* v1.6 — refinamento editorial */
.rt-ga-visual--auto{
  margin: clamp(.8rem,1.8vw,1.25rem) auto clamp(1.4rem,2.5vw,2rem);
}
.rt-ga-visual--auto.rt-ga-visual--compact{
  width:min(100%,780px);
}
.rt-ga-visual--auto.rt-ga-visual--wide{
  width:min(100%,1080px);
}
.rt-ga-visual--auto img{
  width:100%;
  height:auto;
  border-radius:12px;
  box-shadow:none;
}
@media (max-width:700px){
  .rt-ga-visual--auto.rt-ga-visual--compact,
  .rt-ga-visual--auto.rt-ga-visual--wide{
    width:100%;
  }
}/* v1.7 refinamentos cirúrgicos */
.rt-ga-visual--auto{
  display:block;
  clear:both;
}
.rt-ga-visual--auto + p,
.rt-ga-visual--auto + ul,
.rt-ga-visual--auto + ol{
  margin-top:.75rem;
}/* v1.8 — cache/posicionamento */
.rt-ga-visual--auto{
  position:relative;
  z-index:1;
}
.rt-ga-visual--auto img{
  display:block;
  margin:0 auto;
}

/* v1.9 — direção editorial */
.rt-ga-hero-title-refined{
  max-width:760px !important;
  font-size:clamp(3.4rem,7vw,6.8rem) !important;
  line-height:.92 !important;
  letter-spacing:-.045em !important;
  text-wrap:balance;
}
.rt-ga-hero-title-refined .rt-ga-hero-title-line{
  display:block;
}
.rt-ga-hero-title-refined em{
  color:#F2C43D;
  font-style:normal;
}

.rt-ga-concept-heading{
  max-width:760px !important;
  font-size:clamp(2.2rem,4vw,4.25rem) !important;
  line-height:1.02 !important;
  letter-spacing:-.035em !important;
  margin-bottom:.55rem !important;
}

.rt-ga-question-block{
  max-width:760px;
  margin:.25rem 0 1.5rem;
}
.rt-ga-question{
  font-size:clamp(1.15rem,1.8vw,1.5rem);
  line-height:1.45;
  margin:0 0 .8rem;
  color:#0A0A0A;
}
.rt-ga-equation{
  display:inline-block;
  padding:.8rem 1.1rem;
  border-left:4px solid #DAA017;
  background:#F8F7F2;
  color:#0B1F3B;
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(1.35rem,2.25vw,1.9rem);
  line-height:1.2;
}

@media(max-width:700px){
  .rt-ga-hero-title-refined{
    max-width:100% !important;
    font-size:clamp(3rem,13vw,4.6rem) !important;
  }
  .rt-ga-concept-heading{
    font-size:clamp(2rem,9vw,3rem) !important;
  }
  .rt-ga-question-block{
    max-width:100%;
  }
}
.rt-ga-visual--auto[data-rt-ga-asset="ga-intersecao-retas.svg"],
.rt-ga-visual--auto[data-rt-ga-asset="ga-retas-perpendiculares.svg"]{
  width:min(100%,760px);
}

/* v2.1.0 — correção cirúrgica do hero de Circunferência */
.rt-ga-hero-title-refined{
  max-width:min(560px, 46vw) !important;
  width:min(560px, 46vw) !important;
  font-size:clamp(2.8rem, 5.7vw, 5.6rem) !important;
  line-height:.9 !important;
  letter-spacing:-.05em !important;
  text-wrap:initial !important;
}

.rt-ga-hero-title-refined .rt-ga-hero-title-line{
  display:block;
}

.rt-ga-hero-title-refined .rt-ga-hero-title-line--nowrap{
  white-space:nowrap;
}

.rt-ga-hero-title-refined em{
  white-space:nowrap;
}

@media (max-width: 1100px){
  .rt-ga-hero-title-refined{
    max-width:min(500px, 48vw) !important;
    width:min(500px, 48vw) !important;
    font-size:clamp(2.6rem, 5.4vw, 5rem) !important;
  }
}

@media (max-width: 860px){
  .rt-ga-hero-title-refined{
    max-width:100% !important;
    width:100% !important;
    font-size:clamp(2.8rem, 11vw, 4.8rem) !important;
    line-height:.92 !important;
  }

  .rt-ga-hero-title-refined .rt-ga-hero-title-line--nowrap{
    white-space:normal;
  }
}


/* v2.2.0 — fallback do hero; JS aplica estilos inline prioritários */
[data-rt-ga-hero-v220="1"]{
  max-width:650px !important;
  line-height:.90 !important;
}


/* v2.3.0 — hero Circunferência final */
[data-rt-ga-hero-v220="1"]{
  width:min(100%,700px) !important;
  max-width:700px !important;
}

[data-rt-ga-hero-v220="1"] .rt-ga-hero-v230-line{
  display:block !important;
  white-space:nowrap !important;
}

[data-rt-ga-hero-v220="1"] .rt-ga-hero-v230-line strong{
  color:#F2C43D !important;
  font:inherit !important;
  font-weight:inherit !important;
}

@media(max-width:860px){
  [data-rt-ga-hero-v220="1"]{
    width:100% !important;
    max-width:100% !important;
  }
  [data-rt-ga-hero-v220="1"] .rt-ga-hero-v230-line{
    white-space:normal !important;
  }
}
