/* Correções responsivas da Home — 2026-07-13. Carregamento isolado para cache imediato. */
.phorma-hero-play {
  position: absolute;
  z-index: 3;
  top: clamp(120px, 18vw, 260px);
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: .75rem 1rem;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(11,46,36,.92);
  color: #fff;
  font: inherit;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 30px rgba(11,46,36,.28);
  transform: translate(-50%,-50%);
  cursor: pointer;
}
.phorma-hero-play[hidden] { display: none !important; }

@media (max-width:880px) {
  .phorma-context-gallery { align-items: start; }
  .phorma-context-gallery .phorma-context-image {
    align-self: start;
    height: auto;
  }
  .phorma-context-gallery .phorma-context-image img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: contain;
  }
  .phorma-services-section { padding: 2.25rem 0 !important; }
  .phorma-services-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    align-items: start;
    gap: .7rem !important;
    margin-top: 1rem !important;
  }
  .phorma-services-grid .phorma-exam-card {
    align-self: start;
    min-width: 0;
    min-height: 0;
    height: auto;
    padding: .9rem .75rem;
    gap: .55rem;
    border-radius: 14px;
  }
  .phorma-services-grid .phorma-exam-card__icon { width: 34px; height: 34px; }
  html body .phorma-services-grid .phorma-exam-card__name {
    font-size: .94rem !important;
    line-height: 1.28 !important;
  }
  html body .phorma-services-grid .phorma-exam-card p,
  html body .phorma-services-grid .phorma-exam-card a {
    overflow-wrap: anywhere;
    font-size: .79rem !important;
    line-height: 1.46 !important;
  }
  html body .phorma-services-grid .phorma-exam-card p { margin: 0 !important; }
  .phorma-services-grid > p:empty { display: none !important; }
  .phorma-team-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    align-items: start;
    column-gap: .75rem !important;
    row-gap: 1.35rem !important;
  }
  .phorma-team-grid .phorma-credential-card {
    min-width: 0;
    text-align: center;
  }
  html body .phorma-team-grid .phorma-credential__name {
    display: block;
    max-width: 100%;
    font-size: 1rem !important;
    line-height: 1.3 !important;
    overflow-wrap: normal;
    word-break: normal;
  }
  html body .phorma-team-grid .phorma-credential__reg {
    max-width: 100%;
    font-size: .78rem !important;
    line-height: 1.4 !important;
  }
  html body .phorma-team-grid .phorma-credential-card p {
    margin-top: .55rem;
    margin-bottom: 0;
    font-size: .8rem !important;
    line-height: 1.45 !important;
  }
  .phorma-team-grid .phorma-credential-card--goncalo {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%,280px);
    text-align: center;
  }
  .phorma-team-grid .phorma-credential-card--goncalo img {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .phorma-team-grid .phorma-credential-card--goncalo .phorma-credential {
    justify-content: center !important;
    text-align: center;
  }
  html body .phorma-team-grid .phorma-credential-card--goncalo p {
    margin-right: auto;
    margin-left: auto;
    font-size: .8rem !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .phorma-hero-play {
    top: min(50vw,300px);
    width: max-content;
    max-width: calc(100% - 2rem);
    min-height: 44px;
    font-size: .78rem;
  }
}

@media (max-width:560px) {
  .phorma-context-gallery {
    grid-template-columns: 1fr;
    gap: .85rem;
  }
}
