.eg-message-page {
  overflow: hidden;
  color: var(--color-navy);
  background: #ffffff;
}

.eg-message-container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.eg-message-hero,
.eg-message-section {
  padding: 78px 0;
}

.eg-message-hero {
  background:
    linear-gradient(135deg, rgba(238, 248, 255, 0.96) 0%, rgba(255, 255, 255, 1) 56%, rgba(235, 248, 246, 0.9) 100%);
}

.eg-message-hero__inner,
.eg-message-split,
.eg-message-recruit-card {
  display: grid;
  gap: 42px;
}

.eg-message-section--reverse .eg-message-copy {
  order: 2;
}

.eg-message-copy {
  min-width: 0;
}

.eg-message-hero__inner > .eg-message-copy:only-child,
.eg-message-split > .eg-message-copy:only-child,
.eg-message-recruit-card > .eg-message-copy:only-child {
  grid-column: 1 / -1;
  max-width: 900px;
}

.eg-message-eyebrow {
  margin: 0 0 16px;
  color: var(--color-accent-strong);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eg-message-page h1,
.eg-message-page h2 {
  margin: 0;
  color: var(--color-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.eg-message-page h1 {
  max-width: 760px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.18;
}

.eg-message-page h2 {
  position: relative;
  padding-left: 20px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.28;
}

.eg-message-page h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22em;
  width: 3px;
  height: 1.1em;
  border-radius: 999px;
  background: #126bd8;
}

.eg-message-lead,
.eg-message-text {
  margin-top: 24px;
  color: rgba(16, 34, 57, 0.78);
  font-size: 17px;
  line-height: 2;
}

.eg-message-lead {
  max-width: 720px;
  font-size: 18px;
}

.eg-message-lead p,
.eg-message-text p,
.eg-message-closing-text p {
  margin: 0;
}

.eg-message-lead p + p,
.eg-message-text p + p,
.eg-message-closing-text p + p {
  margin-top: 1em;
}

.eg-message-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(28, 61, 86, 0.14);
}

.eg-message-image--hero img {
  min-height: 420px;
  aspect-ratio: 4 / 5;
}

.eg-message-signature-card {
  width: min(100%, 520px);
  margin-top: 34px;
  padding: 24px 28px;
  border: 1px solid rgba(31, 82, 116, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(28, 61, 86, 0.1);
}

.eg-message-signature-text {
  margin: 0 0 12px;
  color: #126bd8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4vw, 42px);
  font-style: italic;
  line-height: 1.1;
}

.eg-message-signature-image {
  width: auto;
  max-width: 240px;
  max-height: 90px;
  display: block;
  margin-bottom: 12px;
}

.eg-message-profile p {
  margin: 0;
  color: rgba(16, 34, 57, 0.82);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.eg-message-section--closing {
  padding-top: 40px;
}

.eg-message-closing-card {
  padding: 44px;
  border-radius: 28px;
  color: var(--color-navy);
  background:
    linear-gradient(135deg, rgba(235, 248, 255, 0.94), rgba(244, 252, 250, 0.98)),
    var(--eg-message-closing-color, #eef8ff);
  background-image:
    linear-gradient(135deg, rgba(235, 248, 255, 0.86), rgba(244, 252, 250, 0.92)),
    var(--eg-message-closing-bg, none);
  background-size: cover;
  background-position: center;
  text-align: center;
  box-shadow: 0 22px 54px rgba(28, 61, 86, 0.1);
}

.eg-message-closing-card .eg-message-signature-text,
.eg-message-closing-card .eg-message-signature-image {
  margin-inline: auto;
}

.eg-message-closing-text {
  max-width: 820px;
  margin: 0 auto 24px;
  color: #0b2f63;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 900;
  line-height: 1.8;
}

.eg-message-section--recruit {
  background: #ffffff;
}

.eg-message-recruit-card {
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(31, 82, 116, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(235, 248, 255, 0.94) 0%, rgba(244, 252, 250, 0.98) 100%);
  box-shadow: 0 22px 54px rgba(28, 61, 86, 0.1);
}

.eg-message-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
  padding: 14px 28px;
  border: 1px solid rgba(31, 82, 116, 0.18);
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #1f6f8b 0%, #1f8f88 100%);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  box-shadow: 0 16px 34px rgba(28, 108, 136, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eg-message-button:hover,
.eg-message-button:focus {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(28, 108, 136, 0.26);
}

@media (min-width: 760px) {
  .eg-message-hero__inner,
  .eg-message-split,
  .eg-message-recruit-card {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    align-items: center;
  }
}

@media (min-width: 1080px) {
  .eg-message-hero,
  .eg-message-section {
    padding: 96px 0;
  }

  .eg-message-hero__inner,
  .eg-message-split {
    gap: 64px;
  }
}

@media (max-width: 759px) {
  .eg-message-container {
    width: min(100% - 28px, 560px);
  }

  .eg-message-hero,
  .eg-message-section {
    padding: 58px 0;
  }

  .eg-message-section--reverse .eg-message-copy {
    order: 0;
  }

  .eg-message-page h1 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .eg-message-lead,
  .eg-message-text {
    font-size: 16px;
    line-height: 1.9;
  }

  .eg-message-image img,
  .eg-message-image--hero img {
    min-height: 240px;
    aspect-ratio: 4 / 3;
    border-radius: 22px;
  }

  .eg-message-signature-card,
  .eg-message-closing-card,
  .eg-message-recruit-card {
    padding: 24px;
    border-radius: 22px;
  }

  .eg-message-button {
    width: 100%;
    min-height: 58px;
  }
}
