/*
Theme Name: Lasmar Histeroscopia — V103 Perfis Bernardo e Ricardo
Theme URI: https://lasmarhisteroscopia.com.br/
Description: Preserva a V95 e força os dois CTAs da página /cursos/ para os destinos corretos, inclusive quando o conteúdo é renderizado fora de the_content.
Author: Lasmar Histeroscopia
Version: 1.104
Template: lasmar-histeroscopia-master
Text Domain: lasmar-histeroscopia-v97
*/

:root {
  --lasmar-conv-primary: var(--wp--preset--color--primary, #17666a);
  --lasmar-conv-dark: #17383a;
  --lasmar-conv-text: #24383a;
  --lasmar-conv-muted: #5d7072;
  --lasmar-conv-soft: #f5f9f8;
  --lasmar-conv-border: #dce9e6;
  --lasmar-conv-white: #ffffff;
}

.lasmar-conversion-hub,
.lasmar-conversion-compact {
  box-sizing: border-box;
  font-family: inherit;
}

.lasmar-conversion-hub * ,
.lasmar-conversion-compact * { box-sizing: border-box; }

.lasmar-conversion-hub {
  width: min(1180px, calc(100% - 40px));
  margin: 56px auto;
  padding: 44px;
  border: 1px solid var(--lasmar-conv-border);
  border-radius: 22px;
  background: var(--lasmar-conv-soft);
  color: var(--lasmar-conv-text);
}

.lasmar-conversion-hub__eyebrow {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--lasmar-conv-primary);
}

.lasmar-conversion-hub h2,
.lasmar-conversion-hub h1 {
  margin: 0 0 14px;
  color: var(--lasmar-conv-dark);
  line-height: 1.18;
}

.lasmar-conversion-hub__intro {
  max-width: 820px;
  margin: 0 0 28px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--lasmar-conv-muted);
}

.lasmar-conversion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lasmar-conversion-card {
  padding: 26px;
  border: 1px solid var(--lasmar-conv-border);
  border-radius: 18px;
  background: var(--lasmar-conv-white);
}

.lasmar-conversion-card h3 {
  margin: 0 0 10px;
  color: var(--lasmar-conv-dark);
  font-size: 1.25rem;
}

.lasmar-conversion-card p {
  margin: 0 0 18px;
  line-height: 1.62;
  color: var(--lasmar-conv-muted);
}

.lasmar-conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.lasmar-conversion-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 2px solid var(--lasmar-conv-primary);
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 1.25;
  transition: transform .15s ease, opacity .15s ease;
}

.lasmar-conversion-btn:hover,
.lasmar-conversion-btn:focus { transform: translateY(-1px); }

.lasmar-conversion-btn--primary {
  background: var(--lasmar-conv-primary);
  color: #fff !important;
}

.lasmar-conversion-btn--secondary {
  background: transparent;
  color: var(--lasmar-conv-primary) !important;
}

.lasmar-conversion-note {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--lasmar-conv-border);
  font-size: .92rem;
  line-height: 1.55;
  color: var(--lasmar-conv-muted);
}

.lasmar-conversion-compact {
  width: min(1180px, calc(100% - 40px));
  margin: 38px auto;
  padding: 28px;
  border: 1px solid var(--lasmar-conv-border);
  border-radius: 18px;
  background: var(--lasmar-conv-white);
}

.lasmar-conversion-compact h2 { margin-top: 0; color: var(--lasmar-conv-dark); }
.lasmar-conversion-compact p { color: var(--lasmar-conv-muted); line-height: 1.6; }

.lasmar-convenios-page {
  width: min(920px, calc(100% - 40px));
  margin: 40px auto 72px;
}

.lasmar-convenios-page .lasmar-conversion-hub { width: 100%; margin: 0 0 30px; }
.lasmar-convenios-faq details {
  padding: 18px 0;
  border-bottom: 1px solid var(--lasmar-conv-border);
}
.lasmar-convenios-faq summary { cursor: pointer; font-weight: 700; color: var(--lasmar-conv-dark); }
.lasmar-convenios-faq p { line-height: 1.65; color: var(--lasmar-conv-muted); }

@media (max-width: 760px) {
  .lasmar-conversion-hub,
  .lasmar-conversion-compact,
  .lasmar-convenios-page {
    width: calc(100% - 28px);
  }
  .lasmar-conversion-hub { margin: 34px auto; padding: 24px 18px; border-radius: 18px; }
  .lasmar-conversion-grid { grid-template-columns: 1fr; }
  .lasmar-conversion-card { padding: 20px 18px; }
  .lasmar-conversion-actions { flex-direction: column; }
  .lasmar-conversion-btn { width: 100%; text-align: center; }
  .lasmar-conversion-compact { padding: 22px 18px; }
}

/* V81 — galerias clínicas contextuais */
.lasmar-clinical-gallery{width:min(1180px,calc(100% - 40px));margin:48px auto;padding:38px;border:1px solid #dce9e6;border-radius:22px;background:#f8fbfa;color:#24383a;box-sizing:border-box}.lasmar-clinical-gallery *{box-sizing:border-box}.lasmar-clinical-gallery__eyebrow{margin:0 0 7px;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--lasmar-conv-primary)}.lasmar-clinical-gallery h2{margin:0 0 12px;color:#17383a}.lasmar-clinical-gallery__intro{max-width:900px;margin:0 0 24px;line-height:1.65;color:#5d7072}.lasmar-clinical-gallery__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.lasmar-clinical-gallery__item{margin:0}.lasmar-clinical-gallery__open{position:relative;display:block;width:100%;padding:0;border:0;border-radius:14px;overflow:hidden;background:#111;cursor:zoom-in;aspect-ratio:4/3}.lasmar-clinical-gallery__open>img{display:block;width:100%;height:100%;object-fit:contain;background:#111}.lasmar-clinical-gallery__brand{position:absolute;right:8px;bottom:8px;display:flex;align-items:center;justify-content:center;max-width:42%;padding:5px 8px;border-radius:7px;background:rgba(0,0,0,.52);color:#fff;font-size:10px;font-weight:700;letter-spacing:.05em;line-height:1}.lasmar-clinical-gallery__brand img{display:block;max-width:92px;max-height:24px;width:auto;height:auto;filter:brightness(0) invert(1)}.lasmar-clinical-gallery__item.is-extra{display:none}.lasmar-clinical-gallery.is-expanded .is-extra{display:block}.lasmar-clinical-gallery__more{display:block;margin:22px auto 0;padding:11px 18px;border:2px solid var(--lasmar-conv-primary);border-radius:999px;background:#fff;color:var(--lasmar-conv-primary);font:inherit;font-weight:700;cursor:pointer}.lasmar-clinical-gallery__note{margin:22px 0 0;padding-top:16px;border-top:1px solid #dce9e6;color:#667779;font-size:.88rem;line-height:1.55}.lasmar-lightbox-open{overflow:hidden}.lasmar-clinical-lightbox{position:fixed;z-index:999999;inset:0;display:flex;align-items:center;justify-content:center;padding:42px;background:rgba(0,0,0,.92)}.lasmar-clinical-lightbox>img{display:block;max-width:92vw;max-height:86vh;object-fit:contain}.lasmar-clinical-lightbox__close{position:absolute;top:14px;right:20px;border:0;background:transparent;color:#fff;font-size:42px;line-height:1;cursor:pointer}.lasmar-clinical-lightbox__brand{position:absolute;right:28px;bottom:18px;padding:6px 10px;border-radius:7px;background:rgba(0,0,0,.55);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em}@media(max-width:760px){.lasmar-clinical-gallery{width:calc(100% - 28px);margin:34px auto;padding:24px 16px;border-radius:18px}.lasmar-clinical-gallery__grid{grid-template-columns:1fr;gap:12px}.lasmar-clinical-gallery__open{aspect-ratio:4/3}.lasmar-clinical-lightbox{padding:18px}.lasmar-clinical-lightbox>img{max-width:96vw;max-height:82vh}}


/* V81.1 — refinamentos após dupla revisão */
.lasmar-clinical-gallery figcaption{
  margin-top:7px;
  padding:0 4px;
  color:#5d7072;
  font-size:.82rem;
  line-height:1.35;
}
.lasmar-clinical-lightbox__nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:50px;
  height:64px;
  border:0;
  border-radius:10px;
  background:rgba(0,0,0,.42);
  color:#fff;
  font-size:44px;
  line-height:1;
  cursor:pointer;
}
.lasmar-clinical-lightbox__prev{left:18px}
.lasmar-clinical-lightbox__next{right:18px}
.lasmar-clinical-lightbox__nav:focus,
.lasmar-clinical-lightbox__close:focus,
.lasmar-clinical-gallery__open:focus,
.lasmar-clinical-gallery__more:focus{
  outline:3px solid currentColor;
  outline-offset:3px;
}
@media(max-width:760px){
  .lasmar-clinical-lightbox__nav{
    width:42px;
    height:54px;
    font-size:36px;
  }
  .lasmar-clinical-lightbox__prev{left:6px}
  .lasmar-clinical-lightbox__next{right:6px}
}


/* =========================================================
   V82 — HOME: conversão orientada a paciente
   ========================================================= */
.lasmar-home-v82{
  width:min(1180px,calc(100% - 40px));
  margin:34px auto 50px;
  box-sizing:border-box;
  color:#24383a;
}
.lasmar-home-v82 *{box-sizing:border-box}
.lasmar-home-v82__decision{
  padding:34px;
  border:1px solid #dce9e6;
  border-radius:24px;
  background:#f5f9f8;
}
.lasmar-home-v82__eyebrow{
  margin:0 0 7px;
  color:var(--lasmar-conv-primary);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.lasmar-home-v82 h2{color:#17383a}
.lasmar-home-v82__decision h2{
  margin:0 0 10px;
  font-size:clamp(1.55rem,2.4vw,2.25rem);
  line-height:1.15;
}
.lasmar-home-v82__lead{
  max-width:800px;
  margin:0;
  color:#5d7072;
  font-size:1.02rem;
  line-height:1.65;
}
.lasmar-home-v82__actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:22px;
}
.lasmar-home-v82__btn{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:12px 20px;
  border:2px solid var(--lasmar-conv-primary);
  border-radius:999px;
  font-weight:800;
  line-height:1.2;
  text-decoration:none !important;
}
.lasmar-home-v82__btn--primary{
  background:var(--lasmar-conv-primary);
  color:#fff !important;
}
.lasmar-home-v82__btn--secondary{
  background:#fff;
  color:var(--lasmar-conv-primary) !important;
}
.lasmar-home-v82__textlink{
  color:#245d61;
  font-weight:750;
  text-underline-offset:3px;
}
.lasmar-home-v82__btn:hover,
.lasmar-home-v82__btn:focus{transform:translateY(-1px)}
.lasmar-home-v82__value{
  margin-top:22px;
  padding:30px 34px;
  border:1px solid #e4ecea;
  border-radius:22px;
  background:#fff;
}
.lasmar-home-v82__value h2,
.lasmar-home-v82__faq h2{margin:0 0 18px;font-size:clamp(1.3rem,2vw,1.8rem)}
.lasmar-home-v82__proofs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.lasmar-home-v82__proofs article{
  min-height:132px;
  padding:20px;
  border:1px solid #dce9e6;
  border-radius:16px;
  background:#fbfdfc;
}
.lasmar-home-v82__proofs strong{
  display:block;
  margin-bottom:7px;
  color:#17383a;
  font-size:1.13rem;
}
.lasmar-home-v82__proofs span{
  display:block;
  color:#5d7072;
  line-height:1.5;
}
.lasmar-home-v82__value-note{
  max-width:940px;
  margin:20px 0 0;
  color:#5d7072;
  line-height:1.6;
}
.lasmar-home-v82__mini-actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:14px;
}
.lasmar-home-v82__mini-actions a{
  color:var(--lasmar-conv-primary);
  font-weight:750;
  text-underline-offset:3px;
}
.lasmar-home-v82__faq{
  margin-top:22px;
  padding:30px 34px;
  border:1px solid #e4ecea;
  border-radius:22px;
  background:#fff;
}
.lasmar-home-v82__faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 18px;
}
.lasmar-home-v82__faq details{
  border-bottom:1px solid #dce9e6;
  padding:12px 0;
}
.lasmar-home-v82__faq summary{
  cursor:pointer;
  color:#17383a;
  font-weight:750;
  line-height:1.4;
}
.lasmar-home-v82__faq details p{
  margin:10px 0 4px;
  color:#5d7072;
  line-height:1.55;
}
.lasmar-home-v82-mobilebar{display:none}

@media(max-width:760px){
  body.lasmar-home-v82-active{padding-bottom:68px}
  .lasmar-home-v82{
    width:calc(100% - 24px);
    margin:22px auto 34px;
  }
  .lasmar-home-v82__decision,
  .lasmar-home-v82__value,
  .lasmar-home-v82__faq{
    padding:22px 17px;
    border-radius:18px;
  }
  .lasmar-home-v82__actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .lasmar-home-v82__btn{width:100%;text-align:center}
  .lasmar-home-v82__textlink{text-align:center;padding:6px}
  .lasmar-home-v82__proofs,
  .lasmar-home-v82__faq-grid{grid-template-columns:1fr}
  .lasmar-home-v82__proofs article{min-height:auto}
  .lasmar-home-v82__mini-actions{
    flex-direction:column;
    gap:8px;
  }
  .lasmar-home-v82-mobilebar{
    position:fixed;
    z-index:99990;
    left:0;
    right:0;
    bottom:0;
    display:grid;
    grid-template-columns:1.25fr .75fr;
    gap:1px;
    padding:8px max(10px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));
    background:rgba(255,255,255,.97);
    border-top:1px solid #dce9e6;
    box-shadow:0 -8px 24px rgba(23,56,58,.10);
    backdrop-filter:blur(8px);
  }
  .lasmar-home-v82-mobilebar a{
    min-height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 12px;
    border-radius:999px;
    text-align:center;
    text-decoration:none !important;
    font-weight:800;
  }
  .lasmar-home-v82-mobilebar a:first-child{
    background:var(--lasmar-conv-primary);
    color:#fff !important;
  }
  .lasmar-home-v82-mobilebar a:last-child{
    border:2px solid var(--lasmar-conv-primary);
    background:#fff;
    color:var(--lasmar-conv-primary) !important;
  }
}
@media(min-width:761px){
  body.lasmar-home-v82-active{padding-bottom:0}
}

.lasmar-home-v82__faq-more{margin:18px 0 0;text-align:center}
.lasmar-home-v82__faq-more a{color:var(--lasmar-conv-primary);font-weight:800;text-underline-offset:3px}


/* ==========================================================
   V83 — Cards de orientações de Histeroscopia
   Restaura as artes originais em /histeroscopia/ e /para-pacientes/
   ========================================================== */
.lasmar-v83-procedure-cards {
  width: min(1180px, 100%);
  margin: 24px auto 34px;
}
.lasmar-v83-procedure-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.lasmar-v83-procedure-card {
  margin: 0;
  min-width: 0;
}
.lasmar-v83-procedure-card__button {
  appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(23, 56, 58, .14);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  cursor: zoom-in;
  box-shadow: 0 8px 28px rgba(20, 52, 55, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.lasmar-v83-procedure-card__button:hover,
.lasmar-v83-procedure-card__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(20, 52, 55, .14);
}
.lasmar-v83-procedure-card__button:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}
.lasmar-v83-procedure-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  background: #fff;
}
.lasmar-v83-procedure-card figcaption {
  padding: 12px 6px 0;
  color: inherit;
  font-size: .92rem;
  line-height: 1.45;
  text-align: center;
}
.lasmar-v83-card-source-hidden { display: none !important; }

.lasmar-v83-lightbox {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(8, 20, 24, .88);
}
.lasmar-v83-lightbox.is-open { display: flex; }
.lasmar-v83-lightbox__inner {
  position: relative;
  width: min(100%, 1120px);
  height: min(94vh, 1600px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lasmar-v83-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
}
.lasmar-v83-lightbox__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #17383a;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 3px 14px rgba(0,0,0,.25);
}
body.lasmar-v83-lightbox-open { overflow: hidden; }

@media (max-width: 760px) {
  .lasmar-v83-procedure-cards { margin: 18px auto 28px; }
  .lasmar-v83-procedure-cards__grid { grid-template-columns: 1fr; gap: 22px; }
  .lasmar-v83-procedure-card__button { border-radius: 14px; }
  .lasmar-v83-lightbox { padding: 10px; }
  .lasmar-v83-lightbox__inner { height: 96vh; }
}


/* ==========================================================
   V85 — Prova social Google na Home
   Bloco integrado e cache-bust 85.0.0
   ========================================================== */
.lasmar-home-v85-reviews,
.lasmar-home-v85-reviews *{box-sizing:border-box}
.lasmar-home-v85-reviews{
  position:relative;
  overflow:hidden;
  margin:30px 0 26px;
  padding:38px;
  border:1px solid #dce9e6;
  border-radius:26px;
  background:linear-gradient(145deg,#f5faf9 0%,#ffffff 58%,#f7fbfa 100%);
  box-shadow:0 18px 50px rgba(23,56,58,.08);
}
.lasmar-home-v85-reviews:before{
  content:'';
  position:absolute;
  width:290px;height:290px;
  right:-145px;top:-150px;
  border-radius:50%;
  background:rgba(23,102,106,.06);
  pointer-events:none;
}
.lasmar-home-v85-reviews__header{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 250px;
  gap:34px;
  align-items:stretch;
}
.lasmar-home-v85-reviews__titlewrap{padding:6px 0}
.lasmar-home-v85-reviews__eyebrow{
  margin:0 0 9px !important;
  color:#17666a !important;
  font-size:.76rem !important;
  line-height:1.2 !important;
  font-weight:850 !important;
  letter-spacing:.14em !important;
}
.lasmar-home-v85-reviews h2{
  max-width:760px;
  margin:0 !important;
  color:#17383a !important;
  font-size:clamp(1.6rem,2.5vw,2.25rem) !important;
  line-height:1.15 !important;
  letter-spacing:-.025em;
}
.lasmar-home-v85-reviews__titlewrap>p:last-child{
  max-width:720px;
  margin:14px 0 0 !important;
  color:#5d7072 !important;
  line-height:1.6 !important;
}
.lasmar-home-v85-google{
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  min-height:168px;
  padding:22px 24px !important;
  border:1px solid #d8e6e3;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 26px rgba(23,56,58,.07);
  color:#17383a !important;
  text-decoration:none !important;
  transition:transform .18s ease,box-shadow .18s ease;
}
.lasmar-home-v85-google:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(23,56,58,.11)}
.lasmar-home-v85-google__label{font-size:.78rem;font-weight:800;color:#5d7072;letter-spacing:.04em}
.lasmar-home-v85-google__row{display:flex;align-items:center;gap:10px;margin-top:8px}
.lasmar-home-v85-google__row strong{font-size:2.35rem;line-height:1;color:#17383a}
.lasmar-home-v85-google__stars{color:#f3b21b;font-size:1rem;letter-spacing:.04em;white-space:nowrap}
.lasmar-home-v85-google__count{margin-top:5px;color:#5d7072;font-size:.9rem}
.lasmar-home-v85-google__link{margin-top:12px;color:#17666a;font-size:.86rem;font-weight:850}
.lasmar-home-v85-reviews__grid{
  position:relative;
  z-index:1;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:28px;
}
.lasmar-home-v85-review{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:230px;
  margin:0 !important;
  padding:24px 23px 21px !important;
  border:1px solid #e0ebe9;
  border-radius:20px;
  background:#fff;
  box-shadow:0 8px 22px rgba(23,56,58,.045);
}
.lasmar-home-v85-review--featured{border-color:#c9dfdb;box-shadow:0 12px 28px rgba(23,102,106,.09)}
.lasmar-home-v85-review__stars{color:#f3b21b;font-size:.92rem;letter-spacing:.07em;margin-bottom:15px}
.lasmar-home-v85-review blockquote{
  flex:1;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  color:#294749 !important;
  font-size:1rem !important;
  line-height:1.62 !important;
  font-style:normal !important;
}
.lasmar-home-v85-review figcaption{
  display:flex;
  flex-direction:column;
  gap:2px;
  margin-top:20px !important;
  padding-top:16px;
  border-top:1px solid #edf2f1;
}
.lasmar-home-v85-review figcaption strong{color:#17383a;font-size:.94rem}
.lasmar-home-v85-review figcaption span{color:#7a898b;font-size:.77rem}
.lasmar-home-v85-reviews__bottom{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:24px;
  padding-top:22px;
  border-top:1px solid #dfe9e7;
}
.lasmar-home-v85-reviews__bottom p{
  max-width:650px;
  margin:0 !important;
  color:#748486 !important;
  font-size:.8rem !important;
  line-height:1.45 !important;
}
.lasmar-home-v85-reviews__cta{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:12px 20px !important;
  border-radius:999px;
  background:#17666a;
  box-shadow:0 8px 18px rgba(23,102,106,.18);
  color:#fff !important;
  font-weight:850 !important;
  text-decoration:none !important;
  white-space:nowrap;
}
.lasmar-home-v85-reviews__cta:hover{background:#12575b;color:#fff !important}
@media(max-width:900px){
  .lasmar-home-v85-reviews__header{grid-template-columns:1fr}
  .lasmar-home-v85-google{min-height:0;max-width:330px}
  .lasmar-home-v85-reviews__grid{grid-template-columns:1fr !important}
  .lasmar-home-v85-review{min-height:0}
  .lasmar-home-v85-reviews__bottom{align-items:flex-start;flex-direction:column}
}
@media(max-width:760px){
  .lasmar-home-v85-reviews{margin:22px 0;padding:24px 17px;border-radius:20px}
  .lasmar-home-v85-reviews__header{gap:20px}
  .lasmar-home-v85-google{width:100%;max-width:none;padding:18px 20px !important}
  .lasmar-home-v85-reviews__grid{gap:14px;margin-top:20px}
  .lasmar-home-v85-review{padding:21px 18px 18px !important;border-radius:17px}
  .lasmar-home-v85-reviews__bottom{margin-top:20px;padding-top:18px}
  .lasmar-home-v85-reviews__cta{width:100%;white-space:normal;text-align:center}
}


/* ==========================================================
   V88 — Páginas de perguntas e respostas — revisão robusta
   Leitura editorial, sem o rótulo "Resposta rápida".
   ========================================================== */
body.lasmar-v87-answer-page .lasmar-v87-answer-content{
  --v86-ink:#17383a;
  --v86-text:#385456;
  --v86-muted:#687b7d;
  --v86-accent:#17666a;
  --v86-line:#dfe9e7;
  --v86-soft:#f5f9f8;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  color:var(--v86-text);
  font-size:1.04rem;
  line-height:1.72;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-content>p{
  max-width:780px;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-content h2{
  margin-top:52px;
  margin-bottom:14px;
  color:var(--v86-ink);
  font-size:clamp(1.45rem,2.3vw,2rem);
  line-height:1.22;
  letter-spacing:-.018em;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-content h3{
  margin-top:34px;
  margin-bottom:10px;
  color:var(--v86-ink);
  font-size:clamp(1.16rem,1.8vw,1.4rem);
  line-height:1.28;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-content p{
  margin-top:0;
  margin-bottom:18px;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-content ul,
body.lasmar-v87-answer-page .lasmar-v87-answer-content ol{
  margin:12px 0 28px;
  padding-left:1.35rem;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-content li{
  margin:8px 0;
  padding-left:4px;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-content strong{
  color:#24484b;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-lead{
  position:relative;
  max-width:860px;
  margin:26px 0 42px;
  padding:28px 30px 26px;
  border:1px solid #d9e7e4;
  border-left:4px solid var(--v86-accent);
  border-radius:0 20px 20px 0;
  background:linear-gradient(135deg,#f5faf9 0%,#ffffff 74%);
  box-shadow:0 10px 30px rgba(23,56,58,.055);
}
body.lasmar-v87-answer-page .lasmar-v87-answer-lead h2,
body.lasmar-v87-answer-page .lasmar-v87-answer-lead h3{
  margin:0 0 12px;
  color:var(--v86-ink);
  font-size:clamp(1.3rem,2vw,1.7rem);
}
body.lasmar-v87-answer-page .lasmar-v87-answer-lead p:last-child,
body.lasmar-v87-answer-page .lasmar-v87-answer-lead ul:last-child,
body.lasmar-v87-answer-page .lasmar-v87-answer-lead ol:last-child{
  margin-bottom:0;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-lead p{
  max-width:760px;
  font-size:1.06rem;
  line-height:1.68;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-content blockquote{
  margin:30px 0;
  padding:22px 26px;
  border:0;
  border-left:4px solid #aacbc7;
  border-radius:0 14px 14px 0;
  background:#f8fbfa;
  color:#385456;
  font-style:normal;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-content .lasmar-v87-inline-link{
  color:var(--v86-accent);
  font-weight:700;
  text-underline-offset:3px;
  text-decoration-thickness:1px;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-content hr{
  margin:42px 0;
  border:0;
  border-top:1px solid var(--v86-line);
}
body.lasmar-v87-answer-page .lasmar-v87-answer-content img{
  max-width:100%;
  height:auto;
  border-radius:16px;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-content table{
  display:block;
  max-width:100%;
  overflow-x:auto;
  border-collapse:collapse;
  -webkit-overflow-scrolling:touch;
}
body.lasmar-v87-answer-page .lasmar-v87-answer-content th,
body.lasmar-v87-answer-page .lasmar-v87-answer-content td{
  padding:12px 14px;
  border-bottom:1px solid var(--v86-line);
  text-align:left;
}
@media(max-width:760px){
  body.lasmar-v87-answer-page .lasmar-v87-answer-content{
    width:100%;
    font-size:1rem;
    line-height:1.68;
  }
  body.lasmar-v87-answer-page .lasmar-v87-answer-content h2{
    margin-top:40px;
  }
  body.lasmar-v87-answer-page .lasmar-v87-answer-lead{
    margin:20px 0 32px;
    padding:22px 18px 21px;
    border-left-width:3px;
    border-radius:0 16px 16px 0;
  }
  body.lasmar-v87-answer-page .lasmar-v87-answer-lead p{
    font-size:1rem;
  }
  body.lasmar-v87-answer-page .lasmar-v87-answer-content ul,
  body.lasmar-v87-answer-page .lasmar-v87-answer-content ol{
    padding-left:1.15rem;
  }
}

/* V89 — Central de dúvidas frequentes — revisão profunda */
.lasmar-v89-faq-hub{max-width:1180px;margin:0 auto;padding:56px 24px 72px}
.lasmar-v89-faq-hub__inner{max-width:1120px;margin:0 auto}
.lasmar-v89-faq-hub__header{max-width:860px;margin:0 auto 30px;text-align:center}
.lasmar-v89-faq-hub__eyebrow{margin:0 0 8px;font-weight:800;letter-spacing:.08em;font-size:.78rem;text-transform:uppercase}
.lasmar-v89-faq-hub__header h1{margin:0 0 14px;font-size:clamp(2rem,4vw,3.25rem);line-height:1.08}
.lasmar-v89-faq-hub__header>p:not(.lasmar-v89-faq-hub__eyebrow){font-size:1.08rem;line-height:1.65;margin:0 auto 22px;max-width:760px}
.lasmar-v89-faq-search{display:block;width:100%;max-width:720px;margin:24px auto 0;padding:15px 18px;border:1px solid rgba(15,63,70,.22);border-radius:14px;background:#fff;font:inherit;box-shadow:0 8px 28px rgba(20,54,62,.06)}
.lasmar-v89-faq-count{margin:0 0 18px;text-align:center}
.lasmar-v89-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.lasmar-v89-faq-card{padding:22px;border:1px solid rgba(15,63,70,.12);border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(20,54,62,.05)}
.lasmar-v89-faq-card[hidden]{display:none!important}
.lasmar-v89-faq-card h2{margin:0 0 10px;font-size:1.12rem;line-height:1.35}
.lasmar-v89-faq-card h2 a{text-decoration:none;color:inherit}
.lasmar-v89-faq-card p{margin:0 0 14px;line-height:1.58}
.lasmar-v89-faq-card__link{font-weight:800;text-underline-offset:3px}
.lasmar-v89-faq-empty{text-align:center;padding:32px;border-radius:16px;background:rgba(15,63,70,.05)}
@media(max-width:720px){.lasmar-v89-faq-hub{padding:36px 16px 56px}.lasmar-v89-faq-grid{grid-template-columns:1fr}.lasmar-v89-faq-card{padding:18px}}

/* =========================================================
   V90 — respostas canônicas: contenção e legibilidade
   ========================================================= */
body.lasmar-v90-answer-page main,
body.lasmar-v90-answer-page #primary,
body.lasmar-v90-answer-page .site-main{
  overflow-x:clip;
}
body.lasmar-v90-answer-page main article,
body.lasmar-v90-answer-page #primary article,
body.lasmar-v90-answer-page .site-main article{
  box-sizing:border-box;
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
  padding-left:24px;
  padding-right:24px;
}
body.lasmar-v90-answer-page .entry-content,
body.lasmar-v90-answer-page .page-content,
body.lasmar-v90-answer-page .post-content{
  box-sizing:border-box;
  max-width:100%;
  overflow-wrap:anywhere;
}
body.lasmar-v90-answer-page .entry-content p,
body.lasmar-v90-answer-page .page-content p,
body.lasmar-v90-answer-page .post-content p,
body.lasmar-v90-answer-page .entry-content li,
body.lasmar-v90-answer-page .page-content li,
body.lasmar-v90-answer-page .post-content li{
  line-height:1.72;
}
@media(max-width:760px){
  body.lasmar-v90-answer-page main article,
  body.lasmar-v90-answer-page #primary article,
  body.lasmar-v90-answer-page .site-main article{
    width:100%;
    padding-left:18px;
    padding-right:18px;
  }
}

/* =========================================================
   V91 — TÓPICOS RELACIONADOS: links internos claros e acessíveis
   ========================================================= */
.lasmar-v91-related a[href],
.lasmar-v91-related__link{
  color:var(--lasmar-conv-primary,#17666a);
  text-decoration:none;
  font-weight:650;
}
.lasmar-v91-related a[href]:hover,
.lasmar-v91-related a[href]:focus,
.lasmar-v91-related__link:hover,
.lasmar-v91-related__link:focus{
  text-decoration:underline;
  text-underline-offset:3px;
}
.lasmar-v91-related a[href]:focus-visible,
.lasmar-v91-related__link:focus-visible{
  outline:2px solid currentColor;
  outline-offset:3px;
  border-radius:3px;
}

/* === V92 — Curso Presencial de Histeroscopia / Hands-on === */
.lasmar-v92-course{--c:#17666a;--d:#17383a;--t:#24383a;--m:#5d7072;--s:#f5f9f8;--b:#dce9e6;--w:#fff;color:var(--t);font-family:inherit;overflow:hidden}
.lasmar-v92-course *{box-sizing:border-box}.lasmar-v92-course__wrap{width:min(1160px,calc(100% - 40px));margin:auto}.lasmar-v92-course__narrow{max-width:900px}.lasmar-v92-course__section{padding:72px 0}.lasmar-v92-course__soft{background:var(--s)}
.lasmar-v92-course__hero{padding:78px 0 70px;background:linear-gradient(135deg,#f3f9f8 0%,#fff 60%,#edf6f4 100%);border-bottom:1px solid var(--b)}.lasmar-v92-course__hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);gap:52px;align-items:center}
.lasmar-v92-course__eyebrow{margin:0 0 10px!important;color:var(--c)!important;font-size:.79rem!important;font-weight:800!important;letter-spacing:.1em;text-transform:uppercase}.lasmar-v92-course h1{margin:0 0 18px;color:var(--d);font-size:clamp(2.5rem,5vw,4.6rem);line-height:1.02;letter-spacing:-.035em}.lasmar-v92-course h2{margin:0 0 22px;color:var(--d);font-size:clamp(1.85rem,3vw,2.75rem);line-height:1.13;letter-spacing:-.025em}.lasmar-v92-course h3{color:var(--d);line-height:1.25}.lasmar-v92-course p{font-size:1.06rem;line-height:1.72}.lasmar-v92-course__lead{font-size:1.35rem!important;color:var(--d)}
.lasmar-v92-course__chips{display:flex;flex-wrap:wrap;gap:9px;margin:26px 0}.lasmar-v92-course__chips span{padding:8px 12px;border:1px solid var(--b);border-radius:999px;background:#fff;color:var(--d);font-size:.88rem;font-weight:700}.lasmar-v92-course__btn{display:inline-block;padding:15px 23px;border-radius:10px;background:var(--c);color:#fff!important;text-decoration:none!important;font-weight:800;box-shadow:0 9px 24px rgba(23,102,106,.18);transition:.2s}.lasmar-v92-course__btn:hover{transform:translateY(-2px);filter:brightness(.94)}.lasmar-v92-course__micro{margin-top:11px!important;color:var(--m);font-size:.86rem!important}
.lasmar-v92-course__next{padding:32px;border:1px solid var(--b);border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(23,56,58,.1)}.lasmar-v92-course__next strong{display:block;margin:12px 0 3px;color:var(--d);font-size:1.55rem;line-height:1.25}.lasmar-v92-course__next p{margin:7px 0;font-size:.96rem}.lasmar-v92-course__next hr{margin:22px 0;border:0;border-top:1px solid var(--b)}.lasmar-v92-course__next a{color:var(--c);font-weight:800;text-decoration:none}.lasmar-v92-course__badge{display:inline-block;padding:6px 9px;border-radius:6px;background:#e8f3f1;color:var(--c);font-size:.73rem;font-weight:900;letter-spacing:.08em}
.lasmar-v92-course__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}.lasmar-v92-course__cards article,.lasmar-v92-course__people article{padding:28px;border:1px solid var(--b);border-radius:18px;background:#fff}.lasmar-v92-course__cards h3{margin:0 0 10px;font-size:1.18rem}.lasmar-v92-course__cards p,.lasmar-v92-course__people p{margin:0;color:var(--m);font-size:.96rem}
.lasmar-v92-course__split{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.lasmar-v92-course__checklist{list-style:none;margin:0;padding:28px;border:1px solid var(--b);border-radius:18px;background:var(--s)}.lasmar-v92-course__checklist li{position:relative;padding:10px 0 10px 30px;border-bottom:1px solid var(--b);font-weight:650}.lasmar-v92-course__checklist li:last-child{border-bottom:0}.lasmar-v92-course__checklist li:before{content:'✓';position:absolute;left:3px;color:var(--c);font-weight:900}
.lasmar-v92-course__accent{background:var(--d);color:#e8f2f1}.lasmar-v92-course__accent h2{color:#fff}.lasmar-v92-course__accent .lasmar-v92-course__eyebrow{color:#82c8c1!important}.lasmar-v92-course__quote{margin-top:28px!important;padding-left:22px;border-left:3px solid #82c8c1;color:#fff;font-size:1.22rem!important;font-weight:700}
.lasmar-v92-course__people{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:30px}.lasmar-v92-course__people h3{margin-top:0;font-size:1.45rem}
.lasmar-v92-course__timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}.lasmar-v92-course__timeline article{padding:28px;border-radius:18px;background:#fff;border:1px solid var(--b)}.lasmar-v92-course__timeline span{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:16px;border-radius:50%;background:var(--c);color:#fff;font-weight:900}.lasmar-v92-course__timeline h3{margin:0 0 10px;font-size:1.18rem}.lasmar-v92-course__timeline p{margin:0;color:var(--m);font-size:.95rem}.lasmar-v92-course__notice{margin-top:22px;padding:18px 22px;border-left:4px solid var(--c);border-radius:8px;background:#fff;color:var(--t)}
.lasmar-v92-course__online{background:#17666a;color:#eaf6f4}.lasmar-v92-course__online h2{color:#fff}.lasmar-v92-course__online .lasmar-v92-course__eyebrow{color:#bce4df!important}.lasmar-v92-course__online-action{text-align:center}.lasmar-v92-course__btn--light{background:#fff;color:var(--c)!important;box-shadow:none}
.lasmar-v92-course__faq details{margin:12px 0;border:1px solid var(--b);border-radius:12px;background:#fff}.lasmar-v92-course__faq summary{padding:18px 20px;color:var(--d);font-weight:800;cursor:pointer}.lasmar-v92-course__faq details p{margin:0;padding:0 20px 20px;color:var(--m);font-size:.96rem}
.lasmar-v92-course__final{padding:76px 0;text-align:center;background:var(--d);color:#eaf4f3}.lasmar-v92-course__final h2{color:#fff}.lasmar-v92-course__btn--white{margin-top:10px;background:#fff;color:var(--d)!important;box-shadow:none}
@media(max-width:900px){.lasmar-v92-course__hero-grid,.lasmar-v92-course__split{grid-template-columns:1fr;gap:30px}.lasmar-v92-course__cards,.lasmar-v92-course__timeline{grid-template-columns:1fr 1fr}.lasmar-v92-course__section{padding:56px 0}}
@media(max-width:620px){.lasmar-v92-course__wrap{width:min(100% - 28px,1160px)}.lasmar-v92-course__hero{padding:54px 0 46px}.lasmar-v92-course__section{padding:46px 0}.lasmar-v92-course__cards,.lasmar-v92-course__timeline,.lasmar-v92-course__people{grid-template-columns:1fr}.lasmar-v92-course__btn{width:100%;text-align:center}.lasmar-v92-course__next{padding:24px}.lasmar-v92-course p{font-size:1rem}}

/* V97 — página de autoridade Prof. Dr. Bernardo Portugal Lasmar */
.lasmar-bernardo-page{color:#24383a}.lasmar-bernardo-wrap{width:min(1120px,calc(100% - 40px));margin:0 auto}.lasmar-bernardo-hero{padding:72px 0 64px;background:linear-gradient(135deg,#f3f8f7,#fff);border-bottom:1px solid #dce9e6}.lasmar-bernardo-eyebrow,.lasmar-bernardo-kicker{font-size:.78rem;font-weight:800;letter-spacing:.1em;color:#17666a;margin:0 0 12px}.lasmar-bernardo-hero h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.05;margin:0 0 18px;color:#17383a;max-width:850px}.lasmar-bernardo-lead{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.55;max-width:820px;margin:0 0 14px}.lasmar-bernardo-cred{font-weight:700;color:#52686a}.lasmar-bernardo-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.lasmar-bernardo-btn{display:inline-flex;padding:13px 20px;border-radius:10px;background:#17666a;color:#fff!important;text-decoration:none!important;font-weight:750}.lasmar-bernardo-btn--ghost{background:#fff;color:#17666a!important;border:1px solid #b9d3cf}.lasmar-bernardo-section{padding:64px 0}.lasmar-bernardo-soft{background:#f5f9f8}.lasmar-bernardo-section h2{font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.15;color:#17383a;margin:0 0 20px}.lasmar-bernardo-section p{font-size:1.04rem;line-height:1.75}.lasmar-bernardo-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:48px;align-items:start}.lasmar-bernardo-card{padding:26px;border:1px solid #dce9e6;border-radius:18px;background:#fff;box-shadow:0 8px 30px rgba(23,56,58,.06)}.lasmar-bernardo-card strong{font-size:1.12rem;color:#17383a}.lasmar-bernardo-card ul{margin:14px 0 0;padding-left:20px}.lasmar-bernardo-card li{margin:9px 0;line-height:1.5}.lasmar-bernardo-links{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:22px}.lasmar-bernardo-links a,.lasmar-bernardo-more a{font-weight:750;color:#17666a;text-decoration:none}.lasmar-bernardo-publications{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.lasmar-bernardo-publications article{padding:24px;border:1px solid #dce9e6;border-radius:16px;background:#fff}.lasmar-bernardo-publications span{font-weight:800;color:#17666a}.lasmar-bernardo-publications h3{font-size:1.15rem;line-height:1.35;margin:8px 0}.lasmar-bernardo-publications p{font-size:.96rem;line-height:1.6}.lasmar-bernardo-publications a{font-weight:750;color:#17666a;text-decoration:none}.lasmar-bernardo-disclaimer{margin-top:28px;font-size:.88rem!important;color:#687b7d}.lasmar-bernardo-profile-link{display:inline-block;margin-left:8px;font-size:.88em;font-weight:700;color:#17666a!important;text-decoration:none!important}.lasmar-bernardo-profile-link:hover{text-decoration:underline!important}@media(max-width:800px){.lasmar-bernardo-hero{padding:48px 0}.lasmar-bernardo-section{padding:46px 0}.lasmar-bernardo-grid,.lasmar-bernardo-publications{grid-template-columns:1fr}.lasmar-bernardo-grid{gap:26px}.lasmar-bernardo-profile-link{display:block;margin:8px 0 0}}

/* V98 — fallback visual do link Bernardo em Quem Somos */
.lasmar-v98-profile-link-wrap{margin:8px 0 16px}.lasmar-v98-profile-link{display:inline-flex!important;align-items:center;gap:5px;margin:0!important;font-size:.92rem!important;font-weight:750!important;color:#17666a!important;text-decoration:none!important}.lasmar-v98-profile-link:hover{text-decoration:underline!important}

/* V99 — CTA do perfil individual no card Bernardo / Quem Somos */
.lasmar-v99-bernardo-profile-wrap{margin:14px 0 10px!important}
.lasmar-v99-bernardo-profile-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:10px 16px!important;border:1px solid #0b66bd!important;border-radius:999px!important;background:#fff!important;color:#07569f!important;font-weight:700!important;font-size:15px!important;line-height:1.25!important;text-decoration:none!important;transition:.18s ease!important}
.lasmar-v99-bernardo-profile-link:hover{background:#f2f7fc!important;color:#064b8b!important;transform:translateY(-1px)}
@media(max-width:640px){.lasmar-v99-bernardo-profile-link{width:100%!important;text-align:center!important}}

/* V100 — card visual da página Prof. Dr. Bernardo Portugal Lasmar */
.lasmar-v100-profile{padding:42px 0 28px;background:#f7f9fc}
.lasmar-v100-profile-card{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);background:#fff;border:1px solid #dbe4ef;border-radius:18px;overflow:hidden;box-shadow:0 18px 48px rgba(0,45,95,.08)}
.lasmar-v100-profile-copy{padding:46px 46px 38px}
.lasmar-v100-eyebrow{margin:0 0 18px;font-size:.78rem;font-weight:800;letter-spacing:.075em;color:#075aaf}
.lasmar-v100-profile h1{margin:0 0 18px;color:#06366c;font-size:clamp(2.3rem,4.8vw,4.15rem);line-height:1.02;letter-spacing:-.035em}
.lasmar-v100-intro{max-width:720px;margin:0 0 24px;font-size:1.08rem;line-height:1.7;color:#3e566d}
.lasmar-v100-creds{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:22px 0 0}
.lasmar-v100-creds>div{min-height:76px;padding:15px 16px;border:1px solid #ccd9e8;border-radius:10px;background:#fff}
.lasmar-v100-creds strong{display:block;color:#0a2748;font-size:.95rem}.lasmar-v100-creds span{display:block;margin-top:5px;color:#566b80;font-size:.82rem;line-height:1.35}
.lasmar-v100-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.lasmar-v100-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 16px;border:1px solid #b8cbe0;border-radius:8px;color:#064f98!important;background:#fff;text-decoration:none!important;font-weight:750;font-size:.9rem}
.lasmar-v100-btn:hover{background:#f4f8fc}.lasmar-v100-btn--primary{background:#075daf;color:#fff!important;border-color:#075daf}.lasmar-v100-btn--primary:hover{background:#064f98}
.lasmar-v100-profile-photo{min-height:100%;margin:0;background:#171a17;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.lasmar-v100-profile-photo img{display:block;width:100%;height:100%;min-height:540px;object-fit:cover;object-position:50% 45%}
.lasmar-v100-highlights{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;background:#fff;border:1px solid #dbe4ef;border-radius:14px;overflow:hidden}
.lasmar-v100-highlights>div{padding:22px 25px;border-right:1px solid #dbe4ef}.lasmar-v100-highlights>div:last-child{border-right:0}.lasmar-v100-highlights strong{display:block;color:#0755a0;font-size:1.45rem;line-height:1.1}.lasmar-v100-highlights span{display:block;margin-top:7px;color:#53687c;font-size:.85rem;line-height:1.4}
.lasmar-v100-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px}.lasmar-v100-panel{padding:28px;border:1px solid #dbe4ef;border-radius:14px;background:#fff}.lasmar-v100-panel h2{font-size:1.55rem!important}
.lasmar-v100-checks{list-style:none;margin:20px 0 0;padding:0}.lasmar-v100-checks li{position:relative;padding:0 0 14px 27px;line-height:1.5}.lasmar-v100-checks li:before{content:'✓';position:absolute;left:0;top:0;width:18px;height:18px;border-radius:50%;background:#075daf;color:#fff;font-size:12px;line-height:18px;text-align:center;font-weight:800}
.lasmar-v100-specialties{display:grid;gap:12px}.lasmar-v100-specialties>div{padding:16px 18px;border:1px solid #e0e7f0;border-radius:12px}.lasmar-v100-specialties strong{display:block;color:#0b396c}.lasmar-v100-specialties span{display:block;margin-top:5px;color:#52697f;line-height:1.45;font-size:.93rem}
.lasmar-v100-bottom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.lasmar-v100-bottom-grid article{padding:26px;border:1px solid #dbe4ef;border-radius:14px;background:#fff}.lasmar-v100-bottom-grid h2{font-size:1.45rem!important}.lasmar-v100-bottom-grid a{font-weight:750;color:#075daf;text-decoration:none}
.lasmar-v100-cta{padding:38px 0;background:#075daf;color:#fff}.lasmar-v100-cta .lasmar-bernardo-wrap{display:flex;align-items:center;justify-content:space-between;gap:28px}.lasmar-v100-cta .lasmar-bernardo-kicker{color:#d7eaff}.lasmar-v100-cta h2{margin:0 0 8px;color:#fff;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.15}.lasmar-v100-cta p{margin:0;color:#eef6ff}.lasmar-v100-cta a{flex:0 0 auto;display:inline-flex;padding:14px 22px;border-radius:9px;background:#fff;color:#075daf!important;text-decoration:none!important;font-weight:800}
@media(max-width:900px){.lasmar-v100-profile-card{grid-template-columns:1fr}.lasmar-v100-profile-photo{order:-1;max-height:560px}.lasmar-v100-profile-photo img{min-height:0;aspect-ratio:4/3;object-position:50% 38%}.lasmar-v100-creds{grid-template-columns:1fr 1fr}.lasmar-v100-highlights{grid-template-columns:1fr 1fr}.lasmar-v100-highlights>div:nth-child(2){border-right:0}.lasmar-v100-highlights>div:nth-child(-n+2){border-bottom:1px solid #dbe4ef}.lasmar-v100-two-cols,.lasmar-v100-bottom-grid{grid-template-columns:1fr}.lasmar-v100-cta .lasmar-bernardo-wrap{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.lasmar-v100-profile{padding-top:18px}.lasmar-v100-profile-copy{padding:28px 22px}.lasmar-v100-profile h1{font-size:2.45rem}.lasmar-v100-creds,.lasmar-v100-highlights{grid-template-columns:1fr}.lasmar-v100-highlights>div{border-right:0;border-bottom:1px solid #dbe4ef}.lasmar-v100-highlights>div:last-child{border-bottom:0}.lasmar-v100-actions{display:grid}.lasmar-v100-btn{width:100%}.lasmar-v100-profile-photo img{aspect-ratio:1/1}.lasmar-v100-panel{padding:22px}}

/* V103 — perfil dedicado Prof. Dr. Ricardo Bassil Lasmar */
.lasmar-v103-ricardo-photo img{object-position:50% 42%}
@media(max-width:900px){.lasmar-v103-ricardo-photo img{object-position:50% 34%}}
