#regions {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 138, 29, 0.24), transparent 26%),
    radial-gradient(circle at 92% 22%, rgba(255, 194, 122, 0.12), transparent 28%),
    linear-gradient(180deg, #070707 0%, #101010 48%, #050505 100%);
}

#regions .section-heading {
  background:
    linear-gradient(135deg, rgba(255, 138, 29, 0.2), rgba(255, 138, 29, 0.04) 58%, rgba(255, 255, 255, 0.025)),
    #111;
  border: 1px solid rgba(255, 138, 29, 0.34);
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255,255,255,.1);
  padding: 24px 26px;
}

#regions .section-heading .eyebrow {
  color: #ffd0a0;
  letter-spacing: .02em;
}

#regions .section-heading h2 {
  color: var(--orange);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.08;
  text-shadow: 0 0 26px rgba(255, 138, 29, 0.28);
}

#regions .section-heading p {
  color: #f7f7f7;
}

#regions .region-layout {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: 1fr !important;
}

#regions .region-tabs,
#regions .region-panel,
#regions .dong-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.018)),
    linear-gradient(135deg, #202020 0%, #0b0b0b 72%);
  border: 1px solid rgba(255, 138, 29, 0.34);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.1);
  position: relative;
}

#regions .region-tabs {
  display: grid !important;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  padding: 52px 14px 14px;
}

#regions .region-tabs::before,
#regions .subregion-list::before,
#regions .dong-card::before {
  align-items: center;
  background: rgba(255, 138, 29, .1);
  border: 1px solid rgba(255, 138, 29, .3);
  border-radius: 999px;
  color: #ffd0a0;
  content: "1  권역 선택";
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 28px;
  left: 14px;
  padding: 0 12px;
  position: absolute;
  top: 14px;
}

#regions .region-panel {
  padding: 30px;
}

#regions .region-copy {
  background:
    linear-gradient(90deg, rgba(255, 138, 29, 0.22), rgba(255, 138, 29, 0.055) 58%, transparent);
  border: 1px solid rgba(255, 138, 29, 0.28);
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 20px 22px;
}

#regions .region-copy h3,
#regions #dong-title {
  color: var(--orange);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
  text-shadow: 0 0 18px rgba(255, 138, 29, 0.25);
}

#regions .region-copy p,
#regions .dong-card p {
  color: #f5f5f5;
  line-height: 1.75;
}

#regions .subregion-list {
  background: rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-bottom: 24px;
  padding: 52px 14px 14px;
  position: relative;
}

#regions .subregion-list::before {
  content: "2  시·도 선택";
}

#regions .dong-card {
  margin-top: 0;
  padding: 60px 28px 28px;
}

#regions .dong-card::before {
  content: "3  구·생활권 선택";
}

#regions .dong-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  margin-top: 20px;
}

#regions .region-tabs button,
#regions .subregion-list button,
#regions .dong-list button,
#regions .dong-list a {
  -webkit-appearance: none;
  appearance: none;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.025)),
    linear-gradient(135deg, #252525 0%, #090909 100%) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 8px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 14px 30px rgba(0,0,0,.36);
  color: #fff !important;
  cursor: pointer;
  display: flex;
  font-size: 17px;
  font-weight: 900;
  justify-content: space-between;
  min-height: 62px;
  overflow: hidden;
  padding: 15px 17px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, color .16s ease;
  width: 100%;
  will-change: transform;
}

#regions .dong-list a {
  border-radius: 999px !important;
  min-height: 46px;
  padding: 11px 16px;
}

#regions .region-tabs button::after,
#regions .subregion-list button::after,
#regions .dong-list button::after,
#regions .dong-list a::after {
  color: rgba(255,255,255,.45);
  content: "›";
  font-size: 22px;
  font-weight: 800;
  margin-left: 10px;
}

#regions .region-tabs button:hover,
#regions .subregion-list button:hover,
#regions .dong-list button:hover,
#regions .dong-list a:hover {
  border-color: rgba(255, 138, 29, .82) !important;
  transform: translateY(-2px);
}

#regions .region-tabs button.is-active,
#regions .subregion-list button.is-active,
#regions .dong-list button.is-active {
  background: linear-gradient(180deg, #ffc07a 0%, #ff8a1d 48%, #df6700 100%) !important;
  border-color: #ffd0a0 !important;
  box-shadow: 0 0 0 1px rgba(255, 208, 160, .5), 0 20px 46px rgba(255, 138, 29, .33);
  color: #080808 !important;
}

#regions .region-tabs button.is-active::after,
#regions .subregion-list button.is-active::after,
#regions .dong-list button.is-active::after {
  color: rgba(0,0,0,.55);
  content: "선택";
  font-size: 13px;
}

#regions .dong-list a {
  background:
    linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.025)),
    #101010 !important;
  border-color: rgba(255, 138, 29, .42) !important;
}

#regions .dong-list a:hover {
  color: #ffd0a0 !important;
}

#services,
#guide,
#reviews,
#support {
  content-visibility: auto;
  contain-intrinsic-size: auto 680px;
}

#regions button,
#regions a,
.review-nav,
.button,
.nav-toggle,
.main-nav a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

@media (prefers-reduced-motion: reduce) {
  #regions *,
  .review-track,
  .review-nav,
  .button {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

@media (max-width: 980px) {
  #regions .region-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 680px) {
  #regions .section-heading { padding: 20px; }
  #regions .region-tabs { grid-template-columns: 1fr !important; }
  #regions .region-panel { padding: 18px; }
  #regions .subregion-list,
  #regions .dong-list { grid-template-columns: 1fr; }
  #regions .region-tabs button,
  #regions .subregion-list button,
  #regions .dong-list button { min-height: 56px; }
}
