/* =========================================
Welfare Page
========================================= */
.welfare-intro-section {
  padding-top: 72px;
}

.welfare-label,
.welfare-side-label,
.welfare-contact-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef8f7;
  color: #2c7a7b;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.welfare-intro-card,
.welfare-side-card,
.welfare-contact-box {
  border: 1px solid #dfeeed;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcfb 100%);
  box-shadow: 0 18px 42px rgba(44, 122, 123, 0.08);
}

.welfare-intro-card {
  padding: 42px 40px;
  border-radius: 28px;
  text-align: center;
}

.welfare-intro-title {
  margin-bottom: 22px;
}

.welfare-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.welfare-note {
  max-width: 560px;
  color: #5f7b78;
  line-height: 1.8;
}

.welfare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.welfare-card {
  position: relative;
  padding: 32px 28px 28px;
  border: 1px solid #dfeeed;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcfb 100%);
  box-shadow: 0 14px 36px rgba(44, 122, 123, 0.08);
}

.welfare-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(90deg, #70b8b0 0%, #9cd4ce 100%);
}

.welfare-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 32px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f3fbfa;
  color: #2c7a7b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.welfare-card h3 {
  margin-bottom: 14px;
}

.welfare-card p {
  line-height: 1.9;
}

.welfare-card-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.welfare-card-list li {
  position: relative;
  padding-left: 1.2em;
  color: #4b5b5b;
  line-height: 1.9;
}

.welfare-card-list li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #7ccfca 0%, #5ab5ae 100%);
  box-shadow: 0 0 0 4px rgba(124, 207, 202, 0.14);
  transform: translateY(-50%);
}

.welfare-feature-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.welfare-point-list,
.welfare-side-list {
  display: grid;
  gap: 14px;
}

.welfare-point-list li,
.welfare-side-list li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.9;
}

.welfare-point-list li::before,
.welfare-side-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2c7a7b;
  font-weight: 700;
}

.welfare-subtext {
  margin-top: 16px;
  color: #5e6b6b;
}

.welfare-side-card {
  padding: 32px 28px;
  border-radius: 24px;
}

.welfare-side-card h3 {
  margin-bottom: 16px;
}

.welfare-highlight-box {
  margin-top: 36px;
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
  box-shadow: 0 14px 36px rgba(44, 122, 123, 0.08);
  border: 1px solid rgba(44, 122, 123, 0.08);
}

.welfare-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.welfare-highlight-item {
  padding: 24px 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(44, 122, 123, 0.08);
}

.welfare-highlight-item h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #2c7a7b;
}

.welfare-future-note {
  margin-top: 28px;
  padding: 24px 26px;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(44, 122, 123, 0.08) 0%,
    rgba(124, 207, 202, 0.14) 100%
  );
}

.welfare-future-note h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #2c7a7b;
}

.welfare-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.welfare-step {
  padding: 32px 28px 28px;
  border: 1px solid #dfeeed;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(44, 122, 123, 0.08);
}

.welfare-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 32px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f3fbfa;
  color: #2c7a7b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.welfare-step h3 {
  margin-bottom: 14px;
}

.welfare-step p {
  line-height: 1.9;
}

/* =========================================
Contact CTA Buttons Upgrade
========================================= */
.contact-action-sub {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  opacity: 0.92;
}

.contact-action-main {
  display: block;
  margin-top: 6px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.welfare-contact-box {
  padding: 56px 40px;
  border-radius: 32px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
}

.welfare-contact-box .section-title {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.welfare-contact-actions {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
}

.welfare-contact-actions .btn {
  width: 100%;
  max-width: 340px;
  min-height: 84px;
  padding: 18px 30px;
  border-radius: 999px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.welfare-contact-tel {
  background: linear-gradient(135deg, #2c7a7b 0%, #4fa8a2 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(44, 122, 123, 0.2);
}

.welfare-contact-form {
  background: #ffffff;
  color: #2c7a7b;
  border: 2px solid #2c7a7b;
  box-shadow: 0 12px 26px rgba(44, 122, 123, 0.12);
  font-weight: 700;
}

.welfare-contact-form .contact-action-main {
  white-space: nowrap;
  font-size: 1.48rem;
  letter-spacing: 0.015em;
}

.welfare-contact-tel:hover,
.welfare-contact-form:hover {
  transform: translateY(-3px);
  opacity: 1;
}

.welfare-contact-tel:hover {
  box-shadow: 0 18px 34px rgba(44, 122, 123, 0.24);
}

.welfare-contact-form:hover {
  background: #f7fcfb;
  box-shadow: 0 16px 30px rgba(44, 122, 123, 0.12);
}

/* =========================================
Responsive
========================================= */
@media screen and (max-width: 1024px) {
  .welfare-grid,
  .welfare-flow,
  .welfare-feature-wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .welfare-intro-section {
    padding-top: 56px;
  }

  .welfare-intro-card,
  .welfare-side-card,
  .welfare-step,
  .welfare-contact-box {
    padding: 28px 20px 24px;
    border-radius: 22px;
  }

  .welfare-head {
    margin-bottom: 24px;
  }

  .welfare-highlight-box {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .welfare-highlight-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .welfare-highlight-item {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .welfare-future-note {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .welfare-contact-actions {
    flex-direction: column;
    gap: 14px;
    margin-top: 26px;
  }

  .welfare-contact-actions .btn {
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 76px;
    padding: 16px 18px;
  }

  .contact-action-sub {
    font-size: 0.72rem;
  }

  .contact-action-main {
    font-size: 1.45rem;
  }

  .welfare-contact-form .contact-action-main {
    white-space: normal;
    font-size: 1.45rem;
    letter-spacing: 0.01em;
  }
}
