:root {
  --ink: #1d2623;
  --muted: #66736e;
  --deep: #243f39;
  --sage: #2f5f53;
  --sage-soft: #dfece7;
  --gold: #bd8f4a;
  --rose: #bd6c5f;
  --cream: #fbf7ef;
  --paper: #ffffff;
  --line: #e5e1d8;
  --shadow: 0 20px 48px rgba(28, 44, 39, 0.16);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: #fff;
  background: rgba(23, 34, 31, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #1f322d;
  background: #fff7df;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.2;
}

.brand small {
  margin-top: 2px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 2vw, 26px);
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
}

.nav-links a {
  padding: 8px 0;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("hero-wellness-busan.png");
  background-size: cover;
  background-position: center right;
  transform: scale(1.01);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 27, 25, 0.86), rgba(24, 37, 33, 0.52) 42%, rgba(22, 28, 26, 0.06) 78%),
    linear-gradient(0deg, rgba(20, 30, 27, 0.46), rgba(20, 30, 27, 0.02));
}

.hero-content {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 104px 0 52px;
  min-width: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2.2vw, 21px);
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  max-width: 100%;
  white-space: normal;
}

.cta-panel {
  width: min(500px, 92vw);
  margin-top: 34px;
}

.cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 13px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 16px 32px rgba(25, 31, 29, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(25, 31, 29, 0.24);
}

.btn-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  font-size: 13px;
  font-weight: 900;
}

.btn-sms {
  color: #17342d;
  background: #fff7df;
}

.btn-kakao {
  color: #2a2115;
  background: #fee845;
}

.btn-community {
  width: min(100%, 340px);
  margin-top: 10px;
  color: #fff;
  background: var(--sage);
  border-color: rgba(255, 255, 255, 0.2);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.trust-strip div {
  padding: 28px clamp(18px, 4vw, 46px);
  background: #fff;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--deep);
  font-size: 18px;
}

.trust-strip span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 84px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: 0;
}

.section-heading p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  color: #3f4b47;
  font-size: 18px;
  word-break: keep-all;
}

.intro-grid p {
  margin: 0;
}

.area-section {
  padding-top: 24px;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.area-card {
  position: relative;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(31, 48, 43, 0.9), rgba(31, 48, 43, 0.46)),
    url("hero-wellness-busan.png");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.area-card::before,
.local-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--region-veil, rgba(47, 95, 83, 0.76)), rgba(20, 27, 25, 0.22));
  mix-blend-mode: multiply;
}

.area-card span,
.area-card strong,
.area-card p,
.local-visual span,
.local-visual strong,
.local-visual em {
  position: relative;
}

.area-card span {
  color: #ffe8a9;
  font-size: 12px;
  font-weight: 900;
}

.area-card strong {
  display: block;
  margin-top: 4px;
  font-size: 27px;
  line-height: 1.2;
}

.area-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.area-card.region-yangsan,
.region-yangsan .hero-bg,
.region-yangsan .local-visual {
  background-position: center left;
}

.area-card.region-changwon,
.region-changwon .hero-bg,
.region-changwon .local-visual {
  background-position: center;
}

.area-card.region-jangyu,
.region-jangyu .hero-bg,
.region-jangyu .local-visual {
  background-position: right center;
}

.region-gimhae {
  --region-veil: rgba(48, 91, 83, 0.78);
  --region-accent: #78b9a8;
}

.region-yangsan {
  --region-veil: rgba(70, 104, 63, 0.76);
  --region-accent: #a7c96c;
}

.region-changwon {
  --region-veil: rgba(53, 82, 110, 0.76);
  --region-accent: #86b8df;
}

.region-jangyu {
  --region-veil: rgba(83, 74, 119, 0.76);
  --region-accent: #b8a7df;
}

.region-ulsan {
  --region-veil: rgba(42, 91, 117, 0.76);
  --region-accent: #7ec9de;
}

.region-daegu {
  --region-veil: rgba(115, 74, 57, 0.76);
  --region-accent: #d7a16e;
}

.region-page .brand-mark {
  color: var(--deep);
  background: var(--region-accent, #fff7df);
}

.region-page .eyebrow,
.region-page .section-kicker {
  color: var(--region-accent, var(--gold));
}

.region-page .hero-bg {
  filter: saturate(1.06) contrast(1.04);
}

.region-page .hero-overlay {
  background:
    linear-gradient(90deg, rgba(18, 27, 25, 0.84), var(--region-veil, rgba(24, 37, 33, 0.5)) 46%, rgba(22, 28, 26, 0.1) 82%),
    linear-gradient(0deg, rgba(20, 30, 27, 0.46), rgba(20, 30, 27, 0.02));
}

.region-quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.region-quick div {
  padding: 28px clamp(18px, 4vw, 46px);
  background: #fff;
}

.region-quick strong,
.region-quick span {
  display: block;
}

.region-quick strong {
  color: var(--deep);
  font-size: 18px;
}

.region-quick span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.local-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 28px;
  align-items: stretch;
}

.local-copy {
  display: grid;
  gap: 18px;
  color: #3f4b47;
  font-size: 17px;
  word-break: keep-all;
}

.local-copy p {
  margin: 0;
}

.local-visual {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(31, 48, 43, 0.88), rgba(31, 48, 43, 0.22)),
    url("hero-wellness-busan.png");
  background-size: cover;
  box-shadow: var(--shadow);
}

.local-visual span {
  color: #ffe8a9;
  font-size: 13px;
  font-weight: 900;
}

.local-visual strong {
  margin-top: 6px;
  font-size: 34px;
  line-height: 1.1;
}

.local-visual em {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-style: normal;
}

.detail-section {
  padding-top: 20px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.detail-grid article {
  min-height: 190px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 28px rgba(38, 49, 45, 0.08);
}

.detail-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1d302b;
  background: var(--region-accent, var(--sage-soft));
  font-weight: 900;
}

.detail-grid p {
  margin: 18px 0 0;
  color: #4f5d58;
}

.area-detail-section,
.place-section,
.fit-section,
.check-section {
  padding-top: 20px;
}

.area-detail-grid,
.place-grid,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.area-detail-grid article,
.place-grid article,
.fit-grid article {
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 24px rgba(38, 49, 45, 0.07);
}

.area-detail-grid strong,
.fit-grid strong {
  display: block;
  color: var(--deep);
  font-size: 18px;
  line-height: 1.35;
}

.place-grid span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  color: #1d302b;
  background: var(--region-accent, var(--sage-soft));
  font-size: 14px;
  font-weight: 900;
}

.area-detail-grid p,
.place-grid p,
.fit-grid p {
  margin: 12px 0 0;
  color: #52615c;
  font-size: 15px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 18px 14px 42px;
  border-radius: 8px;
  color: #31403b;
  background: #f7fbf8;
  border: 1px solid #d9e5df;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--region-accent, var(--sage));
}

.flow-section {
  padding-top: 20px;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  padding: 24px;
  border-radius: 8px;
  background: #f7fbf8;
  border: 1px solid #d9e5df;
}

.flow-list strong {
  display: block;
  color: var(--deep);
  font-size: 18px;
}

.flow-list p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.courses {
  width: 100%;
  padding-right: clamp(18px, 4vw, 56px);
  padding-left: clamp(18px, 4vw, 56px);
  background: #f0f6f2;
}

.courses .section-heading,
.course-list {
  width: min(1120px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.course-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.course-card {
  min-height: 250px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d9e5df;
  box-shadow: var(--shadow);
}

.course-card.featured {
  color: #fff;
  background: var(--deep);
  border-color: var(--deep);
}

.course-name {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--sage);
  background: var(--sage-soft);
  font-weight: 900;
  font-size: 14px;
}

.featured .course-name {
  color: #1d302b;
  background: #fff7df;
}

.course-card strong,
.course-card em {
  display: block;
}

.course-card strong {
  margin-top: 24px;
  font-size: 42px;
  line-height: 1;
}

.course-card p {
  min-height: 54px;
  margin: 18px 0 28px;
  color: var(--muted);
}

.featured p {
  color: rgba(255, 255, 255, 0.76);
}

.course-card em {
  color: var(--rose);
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
}

.featured em {
  color: #fee6a5;
}

.recruit {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1120px, calc(100% - 36px));
  padding: 46px;
  margin-top: 84px;
  margin-bottom: 0;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(36, 63, 57, 0.96), rgba(47, 95, 83, 0.92)),
    url("hero-wellness-busan.png");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.recruit h2,
.recruit .section-kicker {
  color: #fff7df;
}

.recruit p {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.recruit-btn {
  width: min(270px, 100%);
  min-width: 220px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(38, 49, 45, 0.06);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--deep);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.seo-keywords {
  padding-top: 24px;
}

.seo-keywords p {
  margin: 0;
  padding: 28px;
  border-radius: 8px;
  color: #52615c;
  background: #fff;
  border: 1px solid var(--line);
}

.nearby-section {
  padding-top: 20px;
}

.nearby-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.nearby-link {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(145deg, var(--region-veil, rgba(47, 95, 83, 0.82)), rgba(24, 35, 32, 0.78)),
    url("hero-wellness-busan.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 24px rgba(38, 49, 45, 0.12);
}

.nearby-link span {
  color: #ffe8a9;
  font-size: 11px;
  font-weight: 900;
}

.nearby-link strong {
  margin-top: 2px;
  font-size: 19px;
  line-height: 1.2;
}

.site-footer {
  padding: 40px 18px 46px;
  color: rgba(255, 255, 255, 0.76);
  background: #1e2d29;
  text-align: center;
}

.site-footer strong {
  display: block;
  color: #fff;
  font-size: 19px;
}

.site-footer p {
  margin: 8px auto 0;
  max-width: 720px;
}

.footer-notice {
  font-size: 13px;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px 18px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    font-size: 13px;
  }

  .region-page .nav-links {
    display: grid;
    width: 320px;
    max-width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    text-align: center;
    font-size: 12px;
  }

  .region-page .nav-links a {
    min-width: 0;
    overflow: hidden;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    padding-top: 138px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(18, 27, 25, 0.86), rgba(24, 37, 33, 0.66)),
      linear-gradient(0deg, rgba(20, 30, 27, 0.54), rgba(20, 30, 27, 0.14));
  }

  .trust-strip,
  .region-quick,
  .intro-grid,
  .course-list,
  .area-grid,
  .local-layout,
  .detail-grid,
  .area-detail-grid,
  .place-grid,
  .fit-grid,
  .flow-list,
  .nearby-grid,
  .check-list,
  .recruit {
    grid-template-columns: 1fr;
  }

  .recruit {
    padding: 34px 22px;
  }

  .recruit-btn {
    min-width: 0;
  }
}

@media (max-width: 540px) {
  .hero-content,
  .section {
    width: min(100% - 28px, 1120px);
  }

  .hero h1 {
    font-size: clamp(33px, 9.2vw, 40px);
    line-height: 1.1;
  }

  .hero-copy {
    font-size: 16px;
    word-break: normal;
    overflow-wrap: anywhere;
    max-width: 100%;
  }

  .region-page .hero-copy {
    width: min(344px, 100%);
    word-break: break-all;
  }

  .hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(344px, 100%);
  }

  .hero-points span {
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }

  .hero-points span:nth-child(3) {
    grid-column: 1 / -1;
  }

  .cta-panel {
    width: min(344px, 90vw);
  }

  .cta-row {
    gap: 8px;
  }

  .btn {
    min-height: 46px;
    padding: 12px 10px;
    font-size: 14px;
  }

  .btn-icon {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .btn-community {
    width: min(260px, 100%);
  }

  .section {
    padding: 64px 0;
  }

  .courses {
    padding: 64px 14px;
  }

  .course-card {
    min-height: auto;
    padding: 24px;
  }

  .course-card p {
    min-height: 0;
  }

  .recruit {
    width: min(100% - 28px, 1120px);
    margin-top: 64px;
  }
}
