.institutional-page {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  color: #78698b;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 110px;
}

.institutional-page::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 3% 14%, rgba(170, 233, 225, 0.48), transparent 18%),
    radial-gradient(circle at 96% 74%, rgba(243, 214, 239, 0.4), transparent 16%);
  pointer-events: none;
  z-index: 0;
}

.page-glow {
  position: fixed;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  filter: blur(28px);
  pointer-events: none;
  opacity: 0.58;
  z-index: 0;
}

.page-glow--left {
  top: 1rem;
  left: -9rem;
  background: radial-gradient(circle, rgba(179, 239, 231, 0.9), rgba(179, 239, 231, 0));
}

.page-glow--right {
  right: -10rem;
  bottom: 5rem;
  background: radial-gradient(circle, rgba(234, 213, 246, 0.88), rgba(234, 213, 246, 0));
}

.container {
  position: relative;
  z-index: 1;
  width: min(100% - 24px, 1320px);
  margin: 0 auto;
}

.topbar,
.hero-surface,
.service-card,
.jobs-panel {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 32px rgba(176, 166, 198, 0.14);
  backdrop-filter: blur(16px);
}

.topbar {
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(176, 166, 198, 0.14);
}

.brand__text {
  color: #71c7b8;
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.04em;
  transform: translateY(-1px);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 0.85rem;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.header-cta,
.button--primary {
  background: linear-gradient(135deg, #8cd8cc, #72beaf);
  color: #fff;
  box-shadow: 0 10px 22px rgba(123, 192, 179, 0.26);
}

.button--soft {
  background: rgba(255, 255, 255, 0.78);
  color: #88729f;
  border: 1px solid rgba(228, 219, 238, 0.96);
  box-shadow: 0 8px 18px rgba(190, 180, 208, 0.1);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.main-nav {
  order: 3;
  width: 100%;
  display: none;
  align-items: center;
  gap: 18px;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 4px;
  color: #9281a8;
  font-size: 0.76rem;
  font-weight: 500;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.hero-section {
  padding: 12px 0 8px;
}

.hero-surface {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-banner {
  position: relative;
  min-height: 360px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 38px rgba(176, 166, 198, 0.16);
  background: rgba(255, 255, 255, 0.92);
}

.hero-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 50%;
}

.hero-copy {
  position: absolute;
  top: 13%;
  left: 5.2%;
  z-index: 1;
  width: min(60%, 286px);
}

.hero-copy h1,
.section-header h2 {
  color: #79b4ac;
  font-size: clamp(2rem, 10.5vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.hero-text,
.section-header p,
.service-card__body p,
.job-card p {
  color: #8c7ea0;
  font-size: 0.98rem;
}

.hero-text {
  margin-top: 10px;
  max-width: 28ch;
  line-height: 1.45;
}

.hero-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.hero-copy .button {
  min-height: 34px;
  padding: 0 12px;
  font-size: 0.72rem;
  border-radius: 10px;
}

.trust-strip {
  position: relative;
  z-index: 1;
  margin: -2px 12px 0;
  display: grid;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(236, 230, 244, 0.94);
  box-shadow: 0 14px 26px rgba(176, 166, 198, 0.11);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 14px 16px;
  color: #8c7ea0;
  font-weight: 500;
  font-size: 0.92rem;
}

.trust-item + .trust-item {
  border-top: 1px solid rgba(236, 230, 244, 0.92);
}

.trust-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #9ed6cf;
}

.trust-icon--document,
.trust-icon--heart {
  color: #cfbee8;
}

.trust-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.services-section {
  padding: 12px 0 56px;
}

.trainings-section,
.professionals-section,
.process-section,
.about-section,
.contact-section {
  padding: 0 0 56px;
}

.services-layout {
  display: grid;
  gap: 18px;
}

.section-kicker {
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #a38fbd;
}

.section-header p {
  margin-top: 6px;
}

.section-header--split {
  display: grid;
  gap: 10px;
}

.section-header--compact h2 {
  max-width: 11ch;
}

.section-support {
  max-width: 36rem;
}

.service-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.service-card {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
}

.service-card__image {
  width: 100%;
  height: 170px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.7);
}

.service-card__image--babas {
  object-position: center center;
}

.service-card__image--cuidadoras {
  object-position: right center;
}

.service-card__image--enfermeiros {
  object-position: right center;
}

.service-card__body {
  padding: 16px 16px 18px;
}

.service-card__body h3 {
  color: #79b4ac;
  font-size: 1.95rem;
  line-height: 1.04;
  font-weight: 500;
}

.service-card__body p {
  margin-top: 8px;
}

.service-card__meta {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.service-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ab98bd;
  font-size: 0.92rem;
  font-weight: 500;
}

.service-card__meta svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card__meta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #8cd8cc, #72beaf);
  color: #fff;
  font-weight: 600;
}

.service-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #8cd8cc, #72beaf);
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.service-card__action:hover {
  transform: translateY(-1px);
}

.modal-open {
  overflow: hidden;
}

.service-modal {
  position: fixed;
  inset: 0;
  width: min(calc(100% - 24px), 900px);
  max-width: calc(100% - 24px);
  max-height: min(88vh, 860px);
  margin: auto;
  padding: 0;
  border: none;
  border-radius: 30px;
  background: transparent;
}

.service-modal::backdrop {
  background: rgba(118, 101, 150, 0.28);
  backdrop-filter: blur(10px);
}

.service-modal__surface {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 18%, rgba(180, 239, 231, 0.24), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(243, 214, 239, 0.26), transparent 20%),
    rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(239, 232, 247, 0.98);
  box-shadow: 0 24px 56px rgba(151, 138, 176, 0.22);
  max-height: min(88vh, 860px);
  overflow-y: auto;
}

.service-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(228, 219, 238, 0.96);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  color: #8c76a5;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.service-modal__content {
  display: grid;
  gap: 14px;
}

.service-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(140, 216, 204, 0.22);
  color: #70a9a0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-modal__title {
  padding-right: 44px;
  color: #7d6ba0;
  font-size: clamp(1.4rem, 3vw, 2.15rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.service-modal__intro,
.service-modal__outro {
  color: #8c7ea0;
  font-size: 0.95rem;
  line-height: 1.62;
}

.service-modal__list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.service-modal__list li {
  position: relative;
  padding-left: 20px;
  color: #8c7ea0;
  font-size: 0.94rem;
  line-height: 1.58;
}

.service-modal__list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed6cf;
  box-shadow: 0 0 0 4px rgba(158, 214, 207, 0.18);
}

.service-modal__footer {
  display: flex;
  justify-content: flex-start;
}

.service-modal__cta {
  min-width: 220px;
}

.jobs-panel {
  padding: 20px 18px 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
}

.jobs-panel h2,
.job-card h3 {
  color: #7f6e97;
  font-weight: 500;
}

.jobs-panel h2 {
  font-size: 1.95rem;
  line-height: 1.08;
}

.job-card {
  margin-top: 16px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(240, 232, 247, 0.96);
}

.job-card h3 {
  font-size: 1.42rem;
  line-height: 1.08;
}

.job-location,
.job-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.job-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a7ddd5;
  box-shadow: 0 0 0 4px rgba(167, 221, 213, 0.2);
}

.jobs-button {
  width: 100%;
  margin-top: 18px;
}

.professionals-grid,
.courses-grid,
.process-grid,
.contact-grid,
.about-stats {
  display: grid;
  gap: 16px;
}

.professionals-grid,
.courses-grid,
.process-grid {
  margin-top: 18px;
}

.professional-card,
.course-card,
.process-card,
.contact-card,
.about-shell,
.about-stat {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(239, 232, 247, 0.96);
  box-shadow: 0 14px 28px rgba(181, 171, 199, 0.12);
  backdrop-filter: blur(14px);
}

.professional-card,
.course-card,
.process-card,
.contact-card {
  border-radius: 24px;
  padding: 18px;
}

.professional-card__tag,
.course-card__tag,
.process-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(140, 216, 204, 0.22);
  color: #70a9a0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.professional-card__tag--lilac {
  background: rgba(207, 190, 232, 0.26);
  color: #8c76a5;
}

.course-card__tag--lilac {
  background: rgba(207, 190, 232, 0.26);
  color: #8c76a5;
}

.professional-card h3,
.course-card h3,
.process-card h3,
.about-copy h2,
.contact-copy h2,
.contact-card h3 {
  margin-top: 12px;
  color: #7d6ba0;
  font-size: 1.52rem;
  line-height: 1.1;
  font-weight: 500;
}

.professional-card p,
.course-card p,
.process-card p,
.about-copy p,
.contact-copy p,
.contact-card p,
.about-stat span {
  margin-top: 10px;
  color: #8c7ea0;
  font-size: 0.98rem;
}

.professional-card__list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.course-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.course-card__button {
  margin-top: 18px;
}

.trainings-section__header {
  max-width: 760px;
}

.trainings-section__header .section-support {
  margin-top: 10px;
}

.training-feature {
  display: grid;
  gap: 18px;
  max-width: 1040px;
  margin: 22px auto 0;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(239, 232, 247, 0.96);
  box-shadow: 0 14px 28px rgba(181, 171, 199, 0.12);
  backdrop-filter: blur(14px);
}

.training-feature__content {
  display: grid;
  align-content: start;
}

.training-feature__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(140, 216, 204, 0.22);
  color: #70a9a0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.training-feature__title {
  margin-top: 14px;
  color: #7d6ba0;
  font-size: clamp(1.72rem, 5.2vw, 2.6rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.training-feature__description {
  margin-top: 14px;
  color: #8c7ea0;
  font-size: 1rem;
  line-height: 1.65;
  max-width: 62ch;
}

.training-feature__highlights {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.training-feature__highlights li {
  position: relative;
  padding-left: 20px;
  color: #8c7ea0;
  line-height: 1.5;
}

.training-feature__highlights li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed6cf;
  box-shadow: 0 0 0 4px rgba(158, 214, 207, 0.18);
}

.training-feature__aside {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 18%, rgba(180, 239, 231, 0.22), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 241, 252, 0.82));
  border: 1px solid rgba(239, 232, 247, 0.96);
}

.training-feature__meta {
  display: grid;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(236, 230, 244, 0.92);
}

.training-feature__meta:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.training-feature__meta-label {
  color: #a38fbd;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.training-feature__meta p {
  margin: 0;
  color: #7d6ba0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.training-feature__cta {
  width: 100%;
  margin-top: 6px;
}

.professional-card__list li {
  position: relative;
  padding-left: 20px;
  color: #8c7ea0;
}

.professional-card__list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed6cf;
  box-shadow: 0 0 0 4px rgba(158, 214, 207, 0.18);
}

.process-card {
  position: relative;
  overflow: hidden;
}

.process-card::after {
  content: "";
  position: absolute;
  inset: auto -14% -48% auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 225, 247, 0.82), rgba(236, 225, 247, 0));
  pointer-events: none;
}

.about-shell {
  border-radius: 28px;
  overflow: hidden;
}

.about-brand {
  padding: 18px;
  background:
    radial-gradient(circle at 12% 22%, rgba(180, 239, 231, 0.34), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 241, 252, 0.72));
}

.about-brand img {
  width: min(100%, 420px);
  border-radius: 20px;
}

.about-copy {
  padding: 22px 18px 18px;
}

.about-stats {
  margin-top: 18px;
}

.about-stat {
  border-radius: 18px;
  padding: 16px;
}

.about-stat strong {
  color: #79b4ac;
  font-size: 1.08rem;
  font-weight: 700;
}

.contact-shell {
  display: grid;
  gap: 18px;
}

.contact-grid {
  display: grid;
  gap: 14px;
}

.contact-card {
  display: grid;
  gap: 6px;
}

.contact-card--primary {
  padding: 24px;
  gap: 14px;
}

.contact-card--compact {
  padding: 12px;
}

.contact-methods {
  display: grid;
  gap: 12px;
}

.contact-method {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(239, 232, 247, 0.92);
}

.contact-method__label {
  color: #a38fbd;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card a,
.contact-card span {
  color: #6f5aa5;
  font-weight: 600;
  word-break: break-word;
}

.contact-method a {
  font-size: 1.02rem;
}

.contact-card__lead {
  margin-top: 2px;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 108px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: transparent;
  box-shadow: none;
  transition: transform var(--transition);
}

.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.02);
}

.whatsapp-float svg {
  width: 116px;
  height: 116px;
}

.site-footer {
  padding: 0 0 42px;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(239, 232, 247, 0.92);
  box-shadow: 0 12px 24px rgba(181, 171, 199, 0.1);
  backdrop-filter: blur(12px);
  color: #8f81a2;
  font-size: 0.92rem;
}

.site-footer__inner a {
  color: #6f5aa5;
  font-weight: 700;
}

@media (min-width: 640px) {
  .container {
    width: min(100% - 36px, 1320px);
  }

  .topbar {
    padding: 14px 20px;
  }

  .brand {
    gap: 12px;
  }

  .brand img {
    width: 50px;
    height: 50px;
  }

  .brand__text {
    font-size: 1.92rem;
  }

  .header-cta,
  .button {
    min-height: 48px;
    padding: 0 20px;
    font-size: 0.94rem;
  }

  .main-nav {
    display: flex;
    gap: 24px;
    font-size: 0.86rem;
  }

  .hero-surface {
    padding: 0;
  }

  .hero-actions {
    margin-top: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip {
    margin: -6px 18px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-item + .trust-item {
    border-top: 1px solid rgba(236, 230, 244, 0.92);
  }

  .trust-item:nth-child(2) {
    border-top: none;
    border-left: 1px solid rgba(236, 230, 244, 0.92);
  }

  .trust-item:nth-child(3) {
    border-top: 1px solid rgba(236, 230, 244, 0.92);
  }

  .trust-item:nth-child(4) {
    border-left: 1px solid rgba(236, 230, 244, 0.92);
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-header--split {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
    align-items: end;
  }

  .professionals-grid,
  .courses-grid,
  .process-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .training-feature__aside {
    max-width: 420px;
  }

  .about-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .service-modal {
    width: min(calc(100% - 16px), 900px);
    max-width: calc(100% - 16px);
    max-height: 94vh;
  }

  .service-modal__surface {
    gap: 18px;
    padding: 20px 16px 18px;
    border-radius: 24px;
    max-height: 94vh;
  }

  .service-modal__title {
    padding-right: 36px;
    font-size: 1.26rem;
    line-height: 1.18;
  }

  .service-modal__intro,
  .service-modal__outro,
  .service-modal__list li {
    font-size: 0.91rem;
    line-height: 1.55;
  }

  .service-modal__close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 1.4rem;
  }

  .service-modal__cta {
    width: 100%;
    min-width: 0;
  }
}

@media (min-width: 900px) {
  .topbar {
    margin-top: 14px;
    padding: 16px 24px;
  }

  .main-nav {
    order: 0;
    width: auto;
    overflow: visible;
    font-size: 0.93rem;
    gap: 22px;
  }

  .hero-surface {
    padding: 0 0 102px;
  }

  .hero-copy h1 {
    max-width: 22ch;
  }

  .hero-copy {
    top: 15.5%;
    left: 5.8%;
    width: min(45%, 500px);
  }

  .hero-text {
    max-width: 31ch;
    font-size: 1.06rem;
  }

  .hero-copy .button {
    min-height: 46px;
    padding: 0 18px;
    font-size: 0.9rem;
    border-radius: 12px;
  }

  .hero-banner {
    min-height: 540px;
  }

  .hero-banner img {
    object-position: 56% 52%;
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .professionals-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .training-feature {
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.78fr);
    gap: 24px;
    padding: 28px;
  }

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .training-feature__aside {
    max-width: none;
    padding: 22px;
  }

  .about-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
  }

  .about-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
  }

  .about-copy {
    padding: 30px;
  }

  .contact-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  }
}

@media (min-width: 1120px) {
  .topbar {
    border-radius: 24px;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .brand__text {
    font-size: 2.18rem;
  }

  .hero-section {
    padding-top: 16px;
  }

  .hero-surface {
    padding: 0 0 126px;
  }

  .hero-banner {
    border-radius: 34px;
    min-height: 590px;
  }

  .hero-copy h1 {
    font-size: clamp(2.65rem, 3.8vw, 3.2rem);
  }

  .hero-copy {
    top: 15.6%;
    left: 5.6%;
    width: min(45%, 580px);
  }

  .hero-text {
    font-size: 1.04rem;
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero-copy .button {
    min-height: 50px;
    padding: 0 22px;
    font-size: 0.97rem;
    border-radius: 16px;
  }

  .hero-banner img {
    object-position: 56% 55%;
  }

  .trust-strip {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 18px;
    width: min(calc(100% - 116px), 1148px);
    transform: translateX(-50%);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 22px;
    box-shadow: 0 16px 28px rgba(179, 168, 200, 0.12);
  }

  .trust-item {
    min-height: 82px;
    padding: 18px 22px;
    font-size: 1.06rem;
  }

  .trust-item + .trust-item,
  .trust-item:nth-child(3),
  .trust-item:nth-child(4) {
    border-top: none;
  }

  .trust-item + .trust-item {
    border-left: 1px solid rgba(236, 230, 244, 0.92);
  }

  .services-section {
    margin-top: -6px;
    padding: 24px 0 80px;
  }

  .professionals-section,
  .trainings-section,
  .process-section,
  .about-section,
  .contact-section {
    padding-bottom: 80px;
  }

  .services-layout {
    grid-template-columns: minmax(0, 1fr) 292px;
    gap: 24px;
    align-items: start;
  }

  .section-header h2 {
    font-size: clamp(2.35rem, 4vw, 3rem);
  }

  .jobs-panel {
    margin-top: 10px;
    padding: 24px 20px 20px;
    border-radius: 28px;
  }

  .professional-card,
  .course-card,
  .process-card,
  .contact-card {
    padding: 22px;
  }

  .about-copy {
    padding: 36px;
  }

  .site-footer__inner {
    justify-content: space-between;
  }
}
