/* 第47期更新用 */

/* ===== 募集状態 ===== */
.guide > .overlay {
  display: none;
}

body.is-recruitment-closed .guide > .overlay {
  display: flex;
}

/* 8月14日の募集要項公開まで使用 */
body.is-requirements-pending .guide > .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.78);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

body.is-requirements-pending .guide > .overlay .recruitment-closed-picture {
  display: none;
}

body.is-requirements-pending .guide > .overlay::after {
  content: "第47期の募集要項 8/14公開予定";
}

body.is-requirements-pending [data-recruitment-link] {
  pointer-events: none;
  position: relative;
}

body.is-requirements-pending [data-recruitment-link]::after {
  content: "第47期の募集要項 8/14公開予定";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  color: #fff;
  background: rgba(0, 0, 0, 0.68);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

/* CASE内CTAは2pxのborderとその外周まで公開前オーバーレイで覆う */
body.is-requirements-pending .case-dl-btn[data-recruitment-link]::after {
  inset: -4px;
  border-radius: inherit;
  font-size: 1.8rem;
}

/* ヘッダー／SPメニューは現行本番と同じくボタン全体をグレー化 */
body.is-requirements-pending .form-btn[data-recruitment-link],
body.is-requirements-pending .cv-btn__link[data-recruitment-link] {
  filter: grayscale(1);
  opacity: .78;
}

/* PCヘッダーは現行本番と同じ色・改行位置に合わせる */
body.is-requirements-pending .form-btn[data-recruitment-link]::after {
  content: "第47期の募集要項\A 8/14公開予定";
  border-radius: inherit;
  background: rgba(119, 119, 119, .78);
  white-space: pre-line;
}

body.is-requirements-pending .form-btn[data-recruitment-link] {
  opacity: 1;
}

/* ブロック全体を覆う箇所では、内側ボタンの個別オーバーレイは表示しない */
body.is-requirements-pending .guide [data-recruitment-link]::after {
  content: none;
  display: none;
}

/* FVの二重線など、ボタン外周の装飾まで覆う */
body.is-requirements-pending .mv47__requirements[data-recruitment-link]::after {
  inset: -6px;
  border-radius: inherit;
}

body.is-recruitment-closed [data-recruitment-link] {
  pointer-events: none;
  position: relative;
  color: transparent !important;
  filter: grayscale(1);
  opacity: 0.78;
}

body.is-recruitment-closed [data-recruitment-link]::after {
  content: "第47期の募集は終了いたしました。";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  color: #fff;
  background: #777;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.main {
  padding-top: 65px;
}

.recruitment-closed-picture,
.recruitment-closed-picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.recruitment-closed-picture img {
  object-fit: cover;
}

/* 8月7日前の第46期終了版だけで使用 */
body.pre47-closed [data-recruitment-link] {
  pointer-events: none;
  position: relative;
  color: transparent !important;
  filter: grayscale(1);
  opacity: 0.78;
}

body.pre47-closed [data-recruitment-link]::after {
  content: "第46期の募集は終了いたしました。";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  color: #fff;
  background: #777;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.pre47-closed .guide {
  position: relative;
}

.pre47-closed .main {
  padding-top: 0;
}

.pre47-closed-overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
}

.pre47-closed-overlay picture,
.pre47-closed-overlay img {
  display: block;
  width: 100%;
  height: 100%;
}

.pre47-closed-overlay img {
  object-fit: cover;
}

/* ===== 第47期 FV ===== */
.mv.mv47 {
  position: relative;
  height: auto;
  min-height: 0;
  overflow: hidden;
  color: #082057;
  background: linear-gradient(180deg, #fff 0%, #fff 12%, #eaf4fc 100%);
}

.mv47__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: clamp(580px, 50vw, 760px);
  margin: 0 auto;
  overflow: hidden;
}

.mv47__visual {
  position: absolute;
  inset: 0 auto 0 0;
  width: 47%;
  overflow: visible;
  pointer-events: none;
}

.mv47__person {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}

.mv47__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 56%;
  min-height: clamp(580px, 50vw, 760px);
  margin-left: auto;
  padding: clamp(46px, 5vw, 80px) clamp(36px, 5vw, 78px) 38px 24px;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
}

.mv47__opening {
  order: 1;
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.1vw, 18px);
  color: #061b58;
  font-weight: 900;
  white-space: nowrap;
}

.mv47__term {
  padding: 6px 12px 7px;
  color: #fff;
  background: #061b58;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(13px, 1.25vw, 20px);
  line-height: 1;
}

.mv47__year {
  font-size: clamp(35px, 4.4vw, 64px);
  letter-spacing: 0.2em;
  line-height: 1;
}

.mv47__year span,
.mv47__month span {
  margin-left: 0.08em;
  font-size: 0.48em;
}

.mv47__month {
  color: #ef591e;
  font-size: clamp(39px, 4.5vw, 66px);
  line-height: 1;
}

.mv47__start {
  font-size: clamp(34px, 4vw, 60px);
  letter-spacing: 0.08em;
  line-height: 1;
}

.mv47__title {
  order: 2;
  margin: clamp(18px, 2vw, 30px) 0 0;
  color: #6595c2;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: clamp(52px, 5.6vw, 84px);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.04;
  white-space: nowrap;
}

.mv47__lead {
  order: 3;
  position: relative;
  align-self: flex-start;
  margin: clamp(18px, 2.2vw, 34px) 0 0;
  padding-right: clamp(42px, 5vw, 75px);
  color: #061b58;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(25px, 2.55vw, 39px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.45;
}

.mv47__lead span {
  color: #ef591e;
}

.mv47__lead strong {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.mv47__lead strong::before {
  content: "";
  position: absolute;
  top: -0.12em;
  left: 0;
  width: calc(100% + 2.4em);
  border-top: 3px dashed #061b58;
}

.mv47__lead strong::after {
  content: "";
  position: absolute;
  top: calc(-0.12em - 8px);
  right: -2.7em;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 16px solid #061b58;
}

.mv47__application {
  order: 4;
  margin-top: auto;
  padding-top: 18px;
}

.mv47__period-group {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 14px;
}

.mv47__period-label {
  margin: 0;
  color: #061b58;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 900;
  line-height: 1.3;
}

.mv47__period {
  margin: 3px 0 0;
  color: #062557;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.45;
  white-space: nowrap;
}

.mv47__postmark {
  margin: -1px 0 0;
  padding-right: clamp(3px, 0.35vw, 6px);
  color: #062557;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
}

.mv47__requirements,
.mv47__organization {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, filter 0.2s ease;
}

.mv47__requirements {
  gap: 20px;
  color: #fff;
  background: var(--color-primary);
  border: 3px double #fff;
  box-shadow: 0 0 0 3px var(--color-primary);
  font-size: clamp(18px, 1.6vw, 24px);
}

.mv47__requirements:hover {
  color: var(--color-primary);
  background: #fff;
  filter: none;
}

.mv47__organization:hover {
  color: #082057;
  background: #fff;
  filter: none;
}

/* SPメニューと各「応募受付中」ブロックでも募集要項CTAを同じ色で反転 */
@media (hover: hover) {
  .cv-btn__link[data-recruitment-link]:hover,
  .section__guide-btn[data-recruitment-link]:hover {
    color: var(--color-primary);
    background: #fff;
    border-color: var(--color-primary);
  }
}

.mv47__requirements:focus-visible,
.mv47__organization:focus-visible {
  outline: 4px solid #ffcf44;
  outline-offset: 4px;
}

.mv47__document-icon {
  width: 34px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.mv47__double-arrow {
  display: inline-flex;
  width: 25px;
  align-items: center;
  flex: 0 0 auto;
}

.mv47__double-arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(2px) rotate(45deg);
}

.mv47__double-arrow span + span {
  margin-left: -3px;
}

.mv47__single-arrow {
  display: inline-flex;
  width: 10px;
  align-items: center;
  flex: 0 0 auto;
}

.mv47__single-arrow span {
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.mv47__organization {
  gap: 16px;
  width: min(82%, 430px);
  min-height: 54px;
  margin: 14px auto 0;
  padding: 8px 18px;
  color: #fff;
  background: #082057;
  border: 2px solid #082057;
  border-radius: 6px;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.4;
}

/* ハンバーガーメニュー内でも画面幅に関係なく同じ金融機関向けCTAを使用 */
.cv-btn--organization {
  padding-top: 0;
}

.cv-btn__link--organization {
  gap: 16px;
  min-height: 54px;
  padding: 1.2rem 1.4rem;
  color: #fff;
  background: #082057;
  border: 2px solid #082057;
  font-size: 1.35rem;
  line-height: 1.45;
}

.cv-btn__link--organization .cv-btn__arrow {
  width: 9px;
  height: 9px;
  margin: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (hover: hover) {
  .cv-btn__link--organization:hover {
    color: #082057;
    background: #fff;
  }

  .cv-btn__link--organization:hover .cv-btn__arrow {
    border-top-color: #082057;
    border-right-color: #082057;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main {
    /* この幅では37pxの組織名行も表示されるため、固定ヘッダー全高を確保 */
    padding-top: 102px;
  }

  .mv47__person {
    top: 0;
    left: calc(50% + 5.2vw - 62.4px);
    height: 100%;
  }

}

@media (min-width: 768px) {
  .mv47__period wbr {
    display: none;
  }

  /* SP時と同じく、募集要項CTAとの間隔を画面幅にかかわらず維持 */
  .cv-btn--organization {
    padding-top: 3rem;
  }
}

@media (min-width: 1200px) {
  .mv47__lead,
  .mv47__application {
    align-self: center;
    width: 88%;
  }
}

@media (min-width: 768px) and (max-width: 796px) {
  .mv47__period {
    /* 796px時の18pxを基準に、固定余白を除いた表示領域に合わせて縮小する */
    font-size: clamp(17.25px, calc(2.68vw - 3.33px), 18px);
    letter-spacing: 0.07em;
  }
}

@media (max-width: 767px) {
  .mv.mv47 {
    padding-top: 0;
  }

  .mv47__inner {
    min-height: 0;
    overflow: hidden;
  }

  .mv47__visual {
    top: 0;
    width: 100%;
    height: 342px;
    overflow: hidden;
  }

  .mv47__person {
    top: 0;
    bottom: auto;
    left: clamp(-40px, calc(20vw - 118px), 20px);
    height: 94%;
    transform: none;
  }

  .mv47__content {
    display: flex;
    width: 100%;
    min-height: 0;
    padding: 0;
  }

  .mv47__opening {
    order: 1;
    align-self: flex-end;
    width: 52%;
    gap: clamp(3px, 1.2vw, 5px);
    padding: 42px 10px 0 0;
  }

  .mv47__term {
    padding: 4px 6px;
    font-size: clamp(8px, 2.4vw, 9.5px);
  }

  .mv47__year {
    font-size: clamp(17px, 5.2vw, 22px);
    letter-spacing: 0.06em;
  }

  .mv47__month {
    font-size: clamp(19px, 5.6vw, 24px);
  }

  .mv47__start {
    font-size: clamp(17px, 5.2vw, 22px);
  }

  .mv47__lead {
    order: 2;
    align-self: flex-end;
    width: 52%;
    margin-top: 42px;
    padding: 0 10px 0 0;
    font-size: clamp(15px, 4.2vw, 18px);
    letter-spacing: 0.03em;
    line-height: 1.55;
  }

  .mv47__lead strong::before {
    width: 100%;
    border-top-width: 2px;
  }

  .mv47__lead strong::after {
    top: calc(-0.12em - 5px);
    right: -0.2em;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 11px;
  }

  .mv47__title {
    order: 3;
    position: relative;
    z-index: 3;
    align-self: flex-end;
    width: 87%;
    min-height: 148px;
    margin: 14px 0 0;
    padding-right: 16px;
    color: #6595c2;
    font-size: clamp(39px, 11vw, 47px);
    letter-spacing: 0.02em;
    line-height: 1.16;
    text-align: right;
    -webkit-text-stroke: 4px rgba(255,255,255,.96);
    paint-order: stroke fill;
    text-shadow: none;
  }

  .mv47__application {
    order: 4;
    width: 100%;
    margin-top: 0;
    padding: 20px 22px 24px;
    background: #fff;
  }

  .mv47__period-label {
    font-size: 15px;
  }

  .mv47__period {
    margin-top: 2px;
    font-size: clamp(15px, 4.35vw, 18.5px);
    letter-spacing: 0.04em;
    white-space: normal;
    text-wrap: balance;
  }

  .mv47__period-group {
    margin-bottom: 12px;
  }

  .mv47__postmark {
    margin-top: -1px;
    padding-right: 3px;
    font-size: clamp(11px, 3vw, 13px);
  }

  .mv47__requirements {
    min-height: 55px;
    gap: 12px;
    font-size: 17px;
  }

  .mv47__document-icon {
    width: 27px;
    height: 34px;
  }

  .mv47__organization {
    min-height: 50px;
    padding: 8px 14px;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
  }

  .mv47__double-arrow {
    width: 23px;
  }
}

@media (max-width: 390px) {
  .mv47__period {
    /* 391px時の1行表示を基準に、左右44pxの固定余白を除いた幅へ追従 */
    font-size: clamp(12px, calc(4.9vw - 2.15px), 17.01px);
    white-space: nowrap;
    text-wrap: nowrap;
  }

  .mv47__period wbr {
    display: none;
  }
}

@media (max-width: 380px) {
  .mv47__title {
    min-height: 128px;
    font-size: clamp(32px, 9vw, 34px);
  }
}

@media (max-width: 360px) {
  .mv47__opening {
    gap: 2px;
    padding-right: 4px;
  }

  .mv47__term {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 8.5px;
  }

  .mv47__year {
    font-size: 17px;
  }

  .mv47__month {
    font-size: 19px;
  }

  .mv47__start {
    font-size: 17px;
  }

  .mv47__lead {
    padding-right: 4px;
    font-size: 15px;
  }
}

@media (min-width: 1520px) {
  .main {
    padding-top: 106px;
  }

  .header__body {
    gap: 12px;
  }

  .header__brand {
    flex: 0 0 auto;
    font-size: 2.4rem;
    white-space: nowrap;
  }

  .header__nav {
    min-width: 0;
  }

  .gnav-list {
    gap: 16px;
  }

  .gnav-list a {
    font-size: 1.5rem;
    white-space: nowrap;
  }

  .form-btn {
    flex: 0 0 172px;
    min-width: 172px;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  .form-btn--navy {
    flex-basis: 240px;
    min-width: 240px;
  }

  .form-btn--navy .form-btn__arrow {
    flex: 0 0 12px;
    margin-right: 4px;
    margin-left: 4px;
  }

  .form-btn__title {
    white-space: nowrap;
  }

  .form-btn:not(.form-btn--navy) .form-btn__arrow {
    border-color: var(--color-blue);
  }

  .header__logo {
    flex: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .main {
    padding-top: 102px;
  }
}

/* ===== フローティングバナー ===== */
.floating-banners {
  position: fixed;
  bottom: 8px;
  right: auto;
  left: 50%;
  z-index: 98;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  width: min(260px, calc(100% - 24px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.floating-banners.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.floating-banner {
  display: block;
  min-width: 0;
  height: auto;
  aspect-ratio: 150 / 80;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: 0 5px 18px rgba(4, 21, 43, 0.22);
  cursor: pointer;
}

.floating-banner--newsletter {
  order: 2;
}

.floating-banner--seminar {
  order: 1;
}

.floating-banner picture,
.floating-banner img {
  display: block;
  width: 100%;
  height: 100%;
}

.floating-banner img {
  object-fit: contain;
}

.floating-banner:focus-visible {
  outline: 4px solid #ffcf44;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .floating-banners {
    right: 20px;
    bottom: 20px;
    left: auto;
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(280px, calc(100% - 40px));
    transform: none;
  }

  .floating-banner {
    height: auto;
    aspect-ratio: 480 / 125;
  }
}

@media (max-width: 767px) {
  /* FV直下の注意文が固定バナーの背面へ入らないよう、上側へ詰める */
  .mv47 + .section {
    padding-top: 1.2rem;
    padding-bottom: 6rem;
  }
}

/* ===== メルマガモーダル ===== */
.smm-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  padding: 24px;
  overflow-y: auto;
  align-items: flex-start;
  justify-content: center;
  background: rgba(7,18,38,.62);
  backdrop-filter: blur(3px);
}

.smm-overlay.smm-open {
  display: flex;
}

.smm-modal {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: auto;
  overflow: hidden;
  color: #1c2433;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0,0,0,.4);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  animation: smmPop .3s ease;
}

@keyframes smmPop {
  from { opacity: 0; transform: translateY(16px) scale(.98); }
  to { opacity: 1; transform: none; }
}

.smm-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 5;
  width: 34px;
  height: 34px;
  color: #fff;
  background: rgba(255,255,255,.2);
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.smm-hero {
  position: relative;
  padding: 32px 34px 30px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(155deg,#0b2a5b 0%,#071d40 100%);
}

.smm-hero::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,.05);
  border-radius: 50%;
}

.smm-hero-content {
  position: relative;
  z-index: 1;
}

.smm-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 4px 14px;
  color: #dce6f6;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 40px;
  font-size: 12px;
  letter-spacing: .12em;
}

.smm-h1 {
  margin: 0 0 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.45;
}

.smm-accent {
  color: #f0d79a;
}

.smm-lead {
  max-width: 580px;
  margin: 0;
  color: #cdd9ee;
  font-size: 13.5px;
}

.smm-free {
  display: inline-flex;
  margin-top: 16px;
  padding: 6px 14px;
  align-items: center;
  gap: 7px;
  color: #eaf1fc;
  background: rgba(255,255,255,.1);
  border-radius: 8px;
  font-size: 12.5px;
}

.smm-body {
  padding: 34px;
}

.smm-sechead {
  margin-bottom: 26px;
  text-align: center;
}

.smm-ja {
  color: #0b2a5b;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .04em;
}

.smm-bar {
  width: 44px;
  height: 3px;
  margin: 14px auto 0;
  background: #c9a14a;
  border-radius: 2px;
}

.smm-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.smm-card {
  display: flex;
  position: relative;
  padding: 22px 22px 20px;
  flex-direction: column;
  background: #fbfcfe;
  border: 1px solid #e2e7ef;
  border-radius: 14px;
}

.smm-badge {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 4px 12px;
  color: #fff;
  background: #0b2a5b;
  border-radius: 30px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .06em;
}

.smm-ct {
  margin: 0 0 8px;
  color: #1c2433;
  font-family: "Noto Serif JP", serif;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.5;
}

.smm-cd {
  margin: 0;
  color: #5a6577;
  font-size: 12.5px;
  line-height: 1.75;
}

.smm-btn {
  display: block;
  margin-top: 26px;
  padding: 16px;
  color: #fff !important;
  background: #1457c8;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease;
}

.smm-btn:hover {
  background: #0e44a0;
}

.smm-sub {
  display: block;
  margin-top: 3px;
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: .03em;
  opacity: .85;
}

.smm-note {
  margin-top: 18px;
  color: #5a6577;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 640px) {
  .smm-overlay {
    padding: 12px;
  }

  .smm-hero {
    padding: 26px 22px 24px;
  }

  .smm-h1 {
    font-size: 20px;
  }

  .smm-body {
    padding: 26px 20px;
  }

  .smm-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
