:root {
  --black: #050505;
  --paper: #f5f2ed;
  --ink-soft: #5a524b;
  --line: rgba(5, 5, 5, 0.12);
  --coral: #ff6a3d;
  --shell: 1120px;
  --font-display: "Manrope", "Inter", sans-serif;
  --font-body: "Inter", sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  color: var(--black);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.pixel-noscript { display: none !important; }

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shell {
  width: min(calc(100% - 24px), var(--shell));
  margin-inline: auto;
}

.topbar {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 108px;
  height: auto;
}

.student-access {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  color: #34302d;
  font: 700 0.59rem/1 var(--font-display);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.choices {
  flex: 1;
  padding: 6px 0 22px;
}

.path-grid {
  display: grid;
  gap: 8px;
}

.path-card {
  position: relative;
  isolation: isolate;
  height: 128px;
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(120px, 0.86fr);
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 18px;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.path-content {
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 11px 8px 11px 14px;
}

.path-label {
  margin-bottom: 4px;
  font-size: 0.43rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.1;
  text-transform: uppercase;
}

.path-content > strong {
  max-width: 200px;
  font: 800 clamp(0.9rem, 4vw, 1.15rem)/1.02 var(--font-display);
  letter-spacing: -0.045em;
}

.path-description {
  max-width: 210px;
  margin-top: 4px;
  font-size: 0.54rem;
  line-height: 1.28;
}

.path-action {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  font-size: 0.53rem;
  font-weight: 800;
}

.path-action b {
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.48rem;
}

.path-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.results-stage::after,
.presencial-identity::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.results-stage::after {
  background: linear-gradient(90deg, #eee1d3 0%, rgba(238, 225, 211, 0.08) 42%);
}

.results-stage img,
.presencial-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.results-stage img {
  object-position: 50% 100%;
  transform: scale(1.22);
  transform-origin: 50% 100%;
  transition: opacity 180ms ease, transform 220ms ease;
}

.results-stage img.is-changing {
  opacity: 0.18;
}

.path-atendimentos {
  background: #eee1d3;
  color: #17120f;
}

.path-atendimentos .path-label,
.path-atendimentos .path-action {
  color: #84572a;
}

.path-atendimentos .path-description {
  color: #574d44;
}

.path-atendimentos .path-action {
  min-height: 27px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #17120f;
  color: #fff;
}

.path-atendimentos .path-action b {
  border-color: rgba(255, 255, 255, 0.7);
}

.path-pro {
  background: #050505;
  color: #fff;
  border-color: rgba(255, 106, 61, 0.28);
}

.path-pro::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 106, 61, 0.20), transparent 34%),
    radial-gradient(circle at 92% 88%, rgba(122, 60, 255, 0.24), transparent 39%);
}

.path-pro .path-label,
.path-pro .path-action {
  color: #f0a075;
}

.path-pro .path-description {
  color: rgba(255, 255, 255, 0.68);
}

.pro-identity {
  display: grid;
  place-items: center;
  padding: 12px;
}

.pro-identity::before {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 106, 61, 0.36), rgba(255, 47, 143, 0.2), rgba(122, 60, 255, 0.34));
  filter: blur(13px);
}

.pro-logo {
  position: relative;
  z-index: 1;
  width: min(100%, 106px);
  height: auto;
}

.path-presencial {
  background: #17100e;
  color: #fff;
  border-color: rgba(212, 130, 87, 0.34);
}

.path-presencial .path-label,
.path-presencial .path-action {
  color: #e1a180;
}

.path-presencial .path-description {
  color: rgba(255, 255, 255, 0.7);
}

.presencial-photo {
  object-position: 50% 36%;
  opacity: 0.65;
}

.presencial-identity::after {
  background: linear-gradient(90deg, #17100e 0%, rgba(23, 16, 14, 0.04) 48%);
}

.presencial-logo {
  position: absolute;
  z-index: 2;
  right: 7px;
  bottom: 8px;
  width: min(84%, 105px);
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.65));
}

.footer {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 7px 14px;
  padding-block: 18px;
  border-top: 1px solid var(--line);
}

.footer img {
  width: 92px;
  height: auto;
}

.footer-student {
  justify-self: end;
  font-size: 0.61rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer small {
  grid-column: 1 / -1;
  color: var(--ink-soft);
  font-size: 0.53rem;
}

a:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

@media (hover: hover) {
  .student-access:hover {
    transform: translateY(-2px);
    border-color: rgba(5, 5, 5, 0.25);
    background: #fff;
  }

  .path-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 106, 61, 0.42);
    box-shadow: 0 16px 36px rgba(5, 5, 5, 0.1);
  }
}

@media (min-width: 760px) {
  .shell {
    width: min(calc(100% - 64px), var(--shell));
  }

  .topbar {
    min-height: 90px;
  }

  .brand img {
    width: 145px;
  }

  .student-access {
    padding: 9px 14px;
    font-size: 0.69rem;
  }

  .choices {
    display: flex;
    align-items: center;
    padding: 22px 0 46px;
  }

  .path-grid {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .path-card {
    height: 214px;
    grid-template-columns: minmax(0, 1.22fr) minmax(132px, 0.88fr);
    border-radius: 22px;
  }

  .path-content {
    padding: 22px 12px 22px 22px;
  }

  .path-label {
    font-size: 0.5rem;
  }

  .path-content > strong {
    max-width: 225px;
    font-size: 1.34rem;
  }

  .path-description {
    max-width: 220px;
    font-size: 0.68rem;
  }

  .path-action {
    margin-top: 12px;
    font-size: 0.64rem;
  }

  .pro-logo {
    width: min(100%, 126px);
  }

  .presencial-logo {
    right: 9px;
    bottom: 10px;
    width: min(88%, 126px);
  }

  .footer {
    min-height: 96px;
    grid-template-columns: auto 1fr auto;
  }

  .footer small {
    grid-column: auto;
    grid-row: 1;
    justify-self: center;
  }
}

@media (max-width: 355px) {
  .shell {
    width: min(calc(100% - 18px), var(--shell));
  }

  .brand img {
    width: 94px;
  }

  .student-access {
    padding: 7px 8px;
    font-size: 0.53rem;
  }

  .path-card {
    height: 124px;
    grid-template-columns: minmax(0, 1.48fr) minmax(102px, 0.72fr);
  }

  .path-content {
    padding-left: 11px;
  }

  .path-description {
    font-size: 0.51rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}



/* Banner PRO centralizado */
.path-card.path-pro {
  grid-template-columns: 1fr;
  background-color: #060607;
  border-color: rgba(255, 106, 61, 0.3);
}

.path-pro::before {
  inset: -34%;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 106, 61, 0.24), transparent 28%),
    radial-gradient(circle at 76% 82%, rgba(122, 60, 255, 0.24), transparent 34%);
  filter: none;
}

.path-pro::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(105deg, transparent 2%, #000 48%, transparent 98%);
  pointer-events: none;
}

.path-pro .pro-content {
  align-items: center;
  padding: 9px 13px;
  text-align: center;
}

.path-pro .pro-logo {
  width: 116px;
  height: auto;
  margin: 0 0 4px;
}

.path-pro .path-content > strong {
  max-width: none;
  font-size: 0.92rem;
}

.path-pro .path-description {
  max-width: 290px;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.52rem;
}

.path-pro .path-action {
  max-width: 100%;
  min-height: 26px;
  margin-top: 7px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 0.48rem;
  white-space: nowrap;
}

.path-pro .path-action b {
  border-color: rgba(255, 255, 255, 0.64);
}

@media (min-width: 760px) {
  .path-pro .pro-content {
    padding: 22px;
  }

  .path-pro .pro-logo {
    width: 154px;
    margin-bottom: 8px;
  }

  .path-pro .path-content > strong {
    font-size: 1.42rem;
  }

  .path-pro .path-description {
    margin-top: 5px;
    font-size: 0.68rem;
  }

  .path-pro .path-action {
    min-height: 34px;
    margin-top: 12px;
    padding: 9px 14px;
    font-size: 0.59rem;
  }
}


/* Rodapé final simplificado */
body > .footer {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 16px;
  text-align: center;
}

body > .footer small {
  grid-column: auto;
  grid-row: auto;
}

/* Destaque de Atendimentos e mapa de Curitiba */
.path-atendimentos {
  border-color: rgba(132, 87, 42, 0.28);
  box-shadow: 0 10px 26px rgba(75, 50, 28, 0.11);
}

.path-atendimentos .path-content > strong {
  max-width: 220px;
}

.map-stage {
  background: #e7e3dd;
}

.map-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #eee1d3 0%, rgba(238, 225, 211, 0.04) 42%);
  pointer-events: none;
}

.map-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 62%;
  filter: saturate(0.84) contrast(1.03);
}

.map-city {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.88);
  color: #fff;
  font: 800 0.48rem/1 var(--font-display);
  letter-spacing: 0.04em;
}

@media (max-width: 759px) {
  .path-card {
    height: 144px;
  }

  .path-atendimentos {
    height: 154px;
  }
}

@media (max-width: 355px) {
  .path-card {
    height: 138px;
  }

  .path-atendimentos {
    height: 146px;
  }
}


/* Banner Presencial com marca e foto de aula */
.path-card.path-presencial {
  grid-template-columns: minmax(0, 1fr) minmax(135px, 1.05fr);
}

.path-presencial .presencial-content {
  padding: 11px 8px 11px 13px;
}

.presencial-brand-logo {
  width: 106px;
  height: auto;
  margin-bottom: 7px;
}

.path-presencial .path-content > strong {
  max-width: 165px;
  font-size: 0.84rem;
  line-height: 1.04;
}

.path-presencial .path-action {
  min-height: 27px;
  margin-top: 8px;
  padding: 6px 9px;
  border: 1px solid rgba(235, 168, 132, 0.42);
  border-radius: 999px;
  background: rgba(210, 124, 80, 0.16);
  color: #f2b18f;
  white-space: nowrap;
}

.path-presencial .path-action b {
  border-color: rgba(242, 177, 143, 0.72);
}

.path-presencial .presencial-photo {
  object-position: 50% 48%;
  opacity: 0.86;
}

.path-presencial .presencial-identity::after {
  background: linear-gradient(90deg, #17100e 0%, rgba(23, 16, 14, 0.04) 34%);
}

@media (min-width: 760px) {
  .path-card.path-presencial {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }

  .path-presencial .presencial-content {
    padding: 22px 12px 22px 20px;
  }

  .presencial-brand-logo {
    width: 142px;
    margin-bottom: 12px;
  }

  .path-presencial .path-content > strong {
    max-width: 190px;
    font-size: 1.22rem;
  }

  .path-presencial .path-action {
    min-height: 34px;
    margin-top: 14px;
    padding: 9px 12px;
    font-size: 0.6rem;
  }
}


/* PRO como caminho principal */
.path-pro .pro-content {
  padding-inline: 16px;
}

.path-pro .pro-logo {
  width: 148px;
  margin-bottom: 10px;
}

.path-pro .path-description {
  max-width: 310px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.24;
}

@media (min-width: 760px) {
  .path-pro .pro-logo {
    width: 192px;
    margin-bottom: 14px;
  }

  .path-pro .path-description {
    max-width: 320px;
    font-size: 0.8rem;
    line-height: 1.28;
  }
}


/* Mini carrossel de resultados das alunas PRO */
.path-card.path-pro {
  height: 224px;
  display: flex;
  flex-direction: column;
}

.path-pro .pro-content {
  flex: 1 1 auto;
  min-height: 0;
  justify-content: center;
  padding: 9px 16px 2px;
}

.pro-results {
  position: relative;
  z-index: 3;
  flex: 0 0 70px;
  width: 100%;
  overflow: hidden;
  padding: 6px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
}

.pro-results::before,
.pro-results::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 18px;
  pointer-events: none;
}

.pro-results::before {
  left: 0;
  background: linear-gradient(90deg, #080708, transparent);
}

.pro-results::after {
  right: 0;
  background: linear-gradient(270deg, #080708, transparent);
}

.pro-results-track {
  display: flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  animation: none;
  will-change: scroll-position;
}

.pro-result {
  position: relative;
  flex: 0 0 clamp(68px, 20vw, 82px);
  height: 58px;
  overflow: hidden;
  border: 1px solid rgba(239, 172, 105, 0.54);
  border-radius: 10px;
  background: #15110f;
}

.pro-result img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-result small {
  position: absolute;
  right: 4px;
  bottom: 4px;
  left: 4px;
  overflow: hidden;
  padding: 3px 4px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.74);
  color: #fff;
  font: 700 0.38rem/1 var(--font-body);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes pro-results-marquee {
  to {
    transform: translateX(calc(-50% - 3px));
  }
}

@media (min-width: 760px) {
  .path-card.path-pro {
    height: 214px;
  }

  .path-pro .pro-content {
    padding: 8px 18px 5px;
  }

  .path-pro .pro-logo {
    width: 176px;
    margin-bottom: 8px;
  }

  .path-pro .path-description {
    font-size: 0.7rem;
  }

  .path-pro .path-action {
    min-height: 30px;
    margin-top: 8px;
    padding: 7px 12px;
  }

  .pro-results {
    flex-basis: 66px;
    padding-block: 5px;
  }

  .pro-result {
    flex-basis: 76px;
    height: 55px;
  }
}

@media (max-width: 355px) {
  .path-card.path-pro {
    height: 216px;
  }

  .path-pro .pro-logo {
    width: 136px;
  }

  .path-pro .path-description {
    font-size: 0.59rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pro-results-track {
    animation: none;
  }
}


/* Presencial redesenhado: foto integral e conteúdo sobreposto */
.path-card.path-presencial {
  position: relative;
  height: 174px;
  display: block;
  background: #120d0b;
  border-color: rgba(225, 146, 103, 0.42);
  box-shadow: 0 12px 30px rgba(53, 29, 18, 0.18);
}

.path-presencial .presencial-content {
  position: relative;
  z-index: 3;
  width: 66%;
  height: 100%;
  justify-content: center;
  padding: 18px 12px 18px 17px;
}

.path-presencial .presencial-identity {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.path-presencial .presencial-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
  opacity: 0.94;
}

.path-presencial .presencial-identity::after {
  background:
    linear-gradient(90deg, rgba(18, 13, 11, 0.98) 0%, rgba(18, 13, 11, 0.88) 38%, rgba(18, 13, 11, 0.36) 66%, rgba(18, 13, 11, 0.06) 100%),
    linear-gradient(0deg, rgba(18, 13, 11, 0.26), transparent 48%);
}

.path-presencial .presencial-brand-logo {
  width: 122px;
  margin: 0 0 10px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.38));
}

.path-presencial .path-content > strong {
  max-width: 190px;
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.06;
}

.path-presencial .path-action {
  min-height: 29px;
  margin-top: 11px;
  padding: 7px 10px;
  border-color: rgba(242, 177, 143, 0.46);
  background: rgba(9, 6, 5, 0.56);
  backdrop-filter: blur(6px);
  color: #f4bc9f;
  font-size: 0.53rem;
}

@media (min-width: 760px) {
  .path-card.path-presencial {
    height: 214px;
  }

  .path-presencial .presencial-content {
    width: 61%;
    padding: 24px 16px 24px 22px;
  }

  .path-presencial .presencial-brand-logo {
    width: 154px;
    margin-bottom: 14px;
  }

  .path-presencial .path-content > strong {
    max-width: 215px;
    font-size: 1.26rem;
  }

  .path-presencial .path-action {
    min-height: 34px;
    margin-top: 15px;
    padding: 9px 13px;
    font-size: 0.6rem;
  }
}

@media (max-width: 355px) {
  .path-card.path-presencial {
    height: 166px;
  }

  .path-presencial .presencial-content {
    width: 69%;
    padding-left: 14px;
  }

  .path-presencial .presencial-brand-logo {
    width: 108px;
    margin-bottom: 8px;
  }

  .path-presencial .path-content > strong {
    font-size: 0.86rem;
  }
}


/* Carrossel PRO no padrão original: avatar, nome e resultado */
.path-card.path-pro {
  height: 236px;
}

.pro-results {
  flex-basis: 82px;
  padding: 8px 0 5px;
  border-top: 0;
  background: transparent;
}

.pro-result {
  flex-basis: clamp(70px, 20vw, 84px);
  height: 64px;
  overflow: visible;
  border: 0;
  border-radius: 11px;
  background: transparent;
}

.pro-result > .result-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(239, 172, 105, 0.54);
  border-radius: 11px;
  object-fit: cover;
}

.student-chip {
  position: absolute;
  z-index: 3;
  top: -5px;
  left: -4px;
  display: flex;
  align-items: center;
  max-width: calc(100% + 34px);
}

.pro-result .student-avatar {
  position: relative;
  z-index: 2;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1.5px solid #d99a3d;
  border-radius: 50%;
  object-fit: cover;
  background: #17120f;
}

.pro-result .student-chip small {
  position: static;
  min-width: 0;
  max-width: 82px;
  margin-left: -8px;
  padding: 4px 8px 4px 12px;
  border-radius: 0 999px 999px 0;
  background: #dca041;
  color: #100d0b;
  font: 800 0.4rem/1 var(--font-body);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 760px) {
  .path-card.path-pro {
    height: 226px;
  }

  .pro-results {
    flex-basis: 78px;
    padding-top: 7px;
  }

  .pro-result {
    flex-basis: 78px;
    height: 61px;
  }
}

@media (max-width: 355px) {
  .path-card.path-pro {
    height: 228px;
  }

  .pro-result {
    flex-basis: 68px;
  }
}


/* Presencial: CTA sutil e hierarquia com mais respiro */
.path-presencial .presencial-brand-logo {
  margin-bottom: 16px;
}

.path-presencial .path-action {
  min-height: auto;
  margin-top: 18px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid rgba(244, 188, 159, 0.58);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  color: #f4bc9f;
}

.path-presencial .path-action b {
  display: inline;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  font-size: 0.68rem;
}

@media (min-width: 760px) {
  .path-presencial .presencial-brand-logo {
    margin-bottom: 20px;
  }

  .path-presencial .path-action {
    margin-top: 22px;
    padding-bottom: 6px;
  }
}

@media (max-width: 355px) {
  .path-presencial .presencial-brand-logo {
    margin-bottom: 13px;
  }

  .path-presencial .path-action {
    margin-top: 15px;
  }
}



/* Atendimentos: procedimentos mais legiveis e CTA com mais respiro */
.path-atendimentos .procedure-list {
  display: grid;
  gap: 2px;
  max-width: 210px;
  margin-top: 7px;
  color: #332a23;
  font-size: 0.58rem;
  font-weight: 750;
  line-height: 1.12;
}

.path-atendimentos .procedure-list span {
  display: block;
}

.path-atendimentos .path-action {
  margin-top: 11px;
  padding: 7px 11px;
  border: 1px solid rgba(190, 137, 76, 0.56);
  box-shadow: 0 6px 14px rgba(46, 30, 18, 0.14);
  font-size: 0.56rem;
  letter-spacing: 0.01em;
}

@media (min-width: 760px) {
  .path-atendimentos .procedure-list {
    gap: 3px;
    margin-top: 9px;
    font-size: 0.72rem;
  }

  .path-atendimentos .path-action {
    margin-top: 14px;
    font-size: 0.65rem;
  }
}

@media (max-width: 355px) {
  .path-atendimentos .procedure-list {
    gap: 1px;
    margin-top: 6px;
    font-size: 0.53rem;
  }

  .path-atendimentos .path-action {
    margin-top: 8px;
  }
}


/* PRO: mais respiro entre logo, frase e CTA */
.path-pro .pro-logo {
  margin-bottom: 14px;
}

.path-pro .path-action {
  margin-top: 11px;
}

@media (min-width: 760px) {
  .path-pro .pro-logo {
    margin-bottom: 13px;
  }

  .path-pro .path-action {
    margin-top: 11px;
  }
}

@media (max-width: 355px) {
  .path-pro .pro-logo {
    margin-bottom: 12px;
  }

  .path-pro .path-action {
    margin-top: 9px;
  }
}
