:root {
  color-scheme: dark;
  --bg: #090812;
  --nav: #060a17;
  --panel: #11111b;
  --panel-2: #171420;
  --text: #ffffff;
  --muted: #b7b4c3;
  --line: rgba(255, 255, 255, 0.12);
  --hot: #f00091;
  --hot-2: #a100e0;
  --yellow: #f2ff00;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
}

body:not(.admin-body) {
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

body:not(.admin-body) *,
body:not(.admin-body) *::selection {
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

body:not(.admin-body) *::selection {
  background: transparent;
  color: inherit;
}

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

button,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 190px 1fr 270px;
  align-items: center;
  min-height: 116px;
  padding: 0 52px;
  background: #050916;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.site-header *,
.site-header *::selection {
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.site-header *::selection {
  background: transparent;
  color: inherit;
}

.logo-card {
  position: relative;
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  align-content: center;
  overflow: hidden;
  background: #020414 url("assets/clove-team-logo.svg") center / cover no-repeat;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.logo-card > * {
  opacity: 0;
  pointer-events: none;
}

.logo-emblem {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 3px;
}

.logo-emblem::before,
.logo-emblem::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid #c160ff;
  clip-path: polygon(50% 100%, 0 22%, 22% 0, 50% 50%, 78% 0, 100% 22%);
}

.logo-emblem::after {
  inset: 8px;
  border-color: #fb19af;
}

.logo-card strong {
  font-size: 12px;
  letter-spacing: 1px;
}

.logo-card small {
  color: #d7e4ff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(44px, 5.8vw, 92px);
  font-size: 19px;
  font-weight: 900;
}

.main-nav a,
.nav-dropdown-toggle {
  position: relative;
  padding: 46px 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 900;
  outline: none;
  cursor: pointer;
}

.main-nav a.active,
.main-nav a:hover,
.main-nav a:focus,
.main-nav a:active,
.main-nav a:visited,
.nav-dropdown-toggle.active,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus,
.nav-dropdown.open .nav-dropdown-toggle {
  color: #fff;
}

.main-nav a.active::after {
  content: none;
}

.nav-dropdown {
  position: relative;
}

.nav-menu {
  position: absolute;
  top: calc(100% - 24px);
  left: 50%;
  z-index: 30;
  display: grid;
  width: 148px;
  padding: 11px 0;
  transform: translate(-50%, 10px);
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #fff;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 140ms ease,
    transform 140ms ease;
}

.nav-dropdown.open .nav-menu,
.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.nav-menu a {
  display: block;
  min-height: 30px;
  padding: 8px 18px;
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.nav-menu a:hover,
.nav-menu a:focus,
.nav-menu a:visited {
  color: #1d1d1d;
  background: #f1f1f1;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 18px;
}

.agent-name {
  color: rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.kakao-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 0;
  border-radius: 7px;
  padding: 0 22px;
  background: var(--yellow);
  color: #111;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

.talk-badge {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: #191919;
  color: var(--yellow);
  font-size: 10px;
  font-weight: 900;
}

.hero-clove {
  position: relative;
  display: grid;
  min-height: clamp(520px, 72vh, 660px);
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 46%, rgba(126, 88, 255, 0.22), transparent 18rem),
    linear-gradient(180deg, #17242d 0%, #101922 48%, #080b12 100%);
  user-select: none;
  -webkit-user-select: none;
}

.hero-clove * {
  user-select: none;
  -webkit-user-select: none;
}

.hero-clove::selection,
.hero-clove *::selection {
  background: transparent;
  color: inherit;
}

.hero-clove::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.42;
  pointer-events: none;
}

.hero-clove::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(circle, #ff3d57 0 2px, transparent 3px),
    radial-gradient(circle, #ff3d57 0 2px, transparent 3px),
    radial-gradient(circle, #ff3d57 0 2px, transparent 3px),
    radial-gradient(circle, #ff3d57 0 2px, transparent 3px),
    linear-gradient(#ff3d57, #ff3d57),
    linear-gradient(#ff3d57, #ff3d57),
    linear-gradient(#ff3d57, #ff3d57);
  background-position:
    21% 21%,
    70% 6%,
    69% 30%,
    43% 32%,
    25% 23%,
    42% 33%,
    73% 9%;
  background-size:
    7px 7px,
    7px 7px,
    7px 7px,
    7px 7px,
    54px 2px,
    34px 2px,
    22px 2px;
  background-repeat: no-repeat;
  opacity: 0.52;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 13, 0.72), rgba(5, 8, 13, 0.12) 50%, rgba(5, 8, 13, 0.54)),
    rgba(0, 0, 0, 0.18);
}

.hero-character {
  position: absolute;
  left: 50%;
  top: 66%;
  z-index: 1;
  width: clamp(430px, 35vw, 610px);
  opacity: 0.52;
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.62));
  pointer-events: none;
  animation: cloveFloat 8.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  will-change: transform;
}

.hero-character img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

.hero-center {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  transform: translateY(-30px);
  padding: 150px 20px 48px;
  text-align: center;
}

@keyframes cloveFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(calc(-50% - 12px));
  }

  25% {
    transform: translateX(-50%) translateY(calc(-50% - 4px));
  }

  50% {
    transform: translateX(-50%) translateY(calc(-50% + 14px));
  }

  75% {
    transform: translateX(-50%) translateY(calc(-50% + 4px));
  }
}

.hero-center h1 {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(54px, 7.4vw, 104px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 7px 26px rgba(0, 0, 0, 0.48);
}

.hero-korean-title {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.72);
}

.hero-center p {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 900;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
}

.hero-consult-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 50px;
  margin-top: 24px;
  border: 2px solid #fff;
  background: #ff3850;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
}

.hero-consult-btn:hover,
.hero-consult-btn:focus,
.hero-consult-btn:active,
.hero-consult-btn:visited {
  color: #fff;
}

.notice-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #0f0d18;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.notice-strip span {
  padding: 22px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: #f2eff7;
  font-weight: 900;
  text-align: center;
}

.subpage-main {
  min-height: calc(100vh - 116px);
  padding: 72px 0 90px;
  background:
    radial-gradient(circle at 74% 0%, rgba(240, 0, 145, 0.12), transparent 34rem),
    linear-gradient(180deg, #090812 0%, #0d0b15 100%);
}

.subpage-main .section {
  padding-top: 0;
}

.empty-subpage {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 82px;
}

.empty-page-heading {
  width: min(1180px, calc(100% - 32px));
  text-align: center;
}

.empty-page-heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.42);
  user-select: none;
  -webkit-user-select: none;
}

.coach-page {
  min-height: calc(100vh - 84px);
  padding: clamp(54px, 7vw, 88px) 0 96px;
  background:
    radial-gradient(circle at 82% 4%, rgba(139, 92, 246, 0.18), transparent 34rem),
    radial-gradient(circle at 8% 92%, rgba(168, 85, 247, 0.12), transparent 26rem),
    #050510;
}

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

.coach-section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.coach-section-heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.46);
}

.coach-section-heading p:not(.landing-eyebrow) {
  margin: 16px auto 0;
  max-width: 680px;
  color: #bfc3cf;
  font-size: 17px;
  line-height: 1.7;
}

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

.coach-card {
  position: relative;
  display: grid;
  min-height: 560px;
  overflow: hidden;
  border-radius: 18px;
  padding: 1px;
  background: #151517;
  color: #fff;
  transform: translateY(0);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.coach-card::before {
  content: "";
  position: absolute;
  inset: -45%;
  background: conic-gradient(from 0deg, transparent 0 62%, rgba(124, 58, 237, 0.08) 70%, #8b5cf6 76%, #a855f7 82%, transparent 90%);
  opacity: 0.8;
  animation: coachBorderSweep 7.5s linear infinite;
}

.coach-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    #101012;
}

.coach-card > * {
  position: relative;
  z-index: 1;
}

.coach-badge-stack {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 4;
  display: flex;
  max-width: calc(100% - 44px);
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  pointer-events: none;
}

.coach-badge {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.coach-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.36), transparent 78%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-120%);
}

.coach-badge-satisfaction {
  border-color: rgba(250, 204, 21, 0.52);
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.22), rgba(245, 158, 11, 0.16));
  color: #fff7cc;
  box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.12), 0 12px 30px rgba(250, 204, 21, 0.18);
  animation: satisfactionPulse 2s ease-in-out infinite;
}

.coach-badge-satisfaction::after {
  animation: goldShine 2s ease-in-out infinite;
}

.coach-badge-speed {
  border-color: rgba(239, 68, 68, 0.55);
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(220, 38, 38, 0.14));
  color: #ffe4e6;
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.12), 0 12px 30px rgba(239, 68, 68, 0.18);
}

.coach-card-satisfaction::before {
  background: conic-gradient(from 0deg, transparent 0 60%, rgba(250, 204, 21, 0.1) 68%, #facc15 74%, #a855f7 82%, transparent 90%);
}

.coach-card-speed::before {
  background: conic-gradient(from 0deg, transparent 0 62%, rgba(239, 68, 68, 0.1) 70%, #ef4444 76%, #8b5cf6 84%, transparent 91%);
}

.coach-card:hover,
.coach-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(139, 92, 246, 0.22);
}

.coach-card-satisfaction:hover,
.coach-card-satisfaction:focus-within {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(250, 204, 21, 0.28), 0 0 32px rgba(250, 204, 21, 0.1);
}

.coach-card-speed:hover,
.coach-card-speed:focus-within {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(239, 68, 68, 0.3), 0 0 32px rgba(239, 68, 68, 0.12);
}

.coach-card:hover::before,
.coach-card:focus-within::before {
  opacity: 1;
  animation-duration: 4.8s;
}

.coach-photo {
  display: grid;
  min-height: 210px;
  margin: 16px 16px 0;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 40%, rgba(139, 92, 246, 0.18), transparent 8rem),
    linear-gradient(135deg, #151517, #0f0f10);
}

.coach-photo span {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.055);
  color: #cfd1d8;
  font-size: 13px;
  font-weight: 900;
}

.coach-photo img {
  display: block;
  width: min(78%, 178px);
  height: min(78%, 178px);
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.42));
}

.coach-card-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px 18px 22px;
}

.coach-number {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(139, 92, 246, 0.16);
  color: #c4b5fd;
  font-size: 12px;
  font-weight: 900;
}

.coach-card h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.coach-meta {
  display: grid;
  gap: 10px;
  margin: 0;
}

.coach-meta div,
.coach-detail-panel dl div {
  display: grid;
  gap: 4px;
}

.coach-meta dt,
.coach-detail-panel dt {
  color: #a78bfa;
  font-size: 12px;
  font-weight: 900;
}

.coach-meta dd,
.coach-detail-panel dd {
  margin: 0;
  color: #e7e8ed;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.coach-intro {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #bfc3cf;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.coach-detail-panel {
  position: absolute;
  inset: 1px;
  z-index: 2;
  display: grid;
  align-content: end;
  gap: 14px;
  border-radius: 17px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(7, 7, 10, 0.28), rgba(7, 7, 10, 0.96) 48%),
    rgba(5, 5, 8, 0.9);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.coach-card:hover .coach-detail-panel,
.coach-card:focus-within .coach-detail-panel {
  opacity: 1;
  transform: translateY(0);
}

.coach-detail-panel p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #f4f4f7;
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.coach-detail-panel dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.coach-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.coach-keywords span {
  border: 1px solid rgba(168, 85, 247, 0.32);
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(168, 85, 247, 0.11);
  color: #ede9fe;
  font-size: 12px;
  font-weight: 900;
}

@keyframes coachBorderSweep {
  to {
    transform: rotate(360deg);
  }
}

@keyframes satisfactionPulse {
  0%,
  100% {
    opacity: 0.9;
    transform: translateZ(0) scale(1);
    box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.12), 0 12px 30px rgba(250, 204, 21, 0.18);
  }

  50% {
    opacity: 1;
    transform: translateZ(0) scale(1.025);
    box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.26), 0 16px 38px rgba(250, 204, 21, 0.28);
  }
}

@keyframes goldShine {
  0%,
  42%,
  100% {
    opacity: 0;
    transform: translateX(-120%);
  }

  58% {
    opacity: 0.5;
  }

  76% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@media (hover: none) {
  .coach-card {
    min-height: auto;
  }

  .coach-detail-panel {
    position: relative;
    inset: auto;
    margin: 0 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .coach-detail-panel p {
    -webkit-line-clamp: initial;
  }
}

@media (max-width: 520px) {
  .coach-badge-stack {
    top: 18px;
    right: 18px;
    max-width: calc(100% - 36px);
  }

  .coach-badge {
    padding: 7px 9px;
    font-size: 10px;
  }

  .contact-choice-page {
    padding: 18px;
  }

  .contact-choice-panel {
    padding: 28px 18px;
  }

  .contact-choice-grid {
    grid-template-columns: 1fr;
  }

  .contact-choice-card {
    min-height: 160px;
  }
}

.notice-page {
  min-height: calc(100vh - 116px);
  padding: 0 0 86px;
  background: #050419;
}

.notice-list-page {
  padding-top: 72px;
  background: #050419;
}

.notice-hero {
  position: relative;
  width: min(1240px, calc(100% - 46px));
  min-height: 315px;
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 9, 0.42), rgba(13, 5, 23, 0.1) 42%, rgba(3, 3, 5, 0.56)),
    radial-gradient(circle at 62% 44%, rgba(140, 78, 255, 0.52), transparent 26rem),
    linear-gradient(135deg, #0c1025, #251044 54%, #0a050f);
}

.notice-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0 56%, rgba(0, 0, 0, 0.52));
  pointer-events: none;
}

.notice-hero-art {
  position: absolute;
  left: 17%;
  top: 58%;
  width: min(530px, 55vw);
  opacity: 0.72;
  transform: translateY(-50%) rotate(-8deg);
  filter: saturate(1.12) drop-shadow(0 28px 60px rgba(0, 0, 0, 0.7));
  pointer-events: none;
}

.notice-hero-art img {
  display: block;
  width: 100%;
  -webkit-user-drag: none;
}

.notice-hero-copy {
  position: absolute;
  right: clamp(34px, 8vw, 116px);
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  text-align: left;
}

.notice-hero-copy p {
  margin: 0 0 8px;
  color: #35f5bd;
  font-size: 18px;
  font-weight: 900;
}

.notice-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.4);
}

.notice-board {
  width: min(1240px, calc(100% - 46px));
  margin: 34px auto 0;
}

.notice-board-dark {
  width: min(1080px, calc(100% - 54px));
  margin-top: 0;
}

.notice-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 14px;
}

.notice-toolbar h1 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.notice-toolbar b {
  color: #ff3150;
  font-size: 16px;
}

.notice-search {
  display: flex;
  width: min(210px, 38vw);
  height: 34px;
  align-items: center;
  background: #fff;
  color: #111;
}

.notice-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 10px;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 13px;
  user-select: text;
  -webkit-user-select: text;
}

.notice-search span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #111;
  font-size: 19px;
}

.notice-count {
  margin: 0 0 102px;
  color: #6f85a9;
  font-size: 12px;
}

.notice-table {
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  background: #fff;
  color: #060608;
}

.notice-board-dark .notice-table {
  overflow: visible;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.notice-row {
  display: grid;
  grid-template-columns: 90px minmax(360px, 1fr) 130px 86px 94px;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid #e9e9ee;
  padding: 0 16px;
  font-size: 14px;
}

.notice-board-dark .notice-row {
  grid-template-columns: 70px minmax(0, 1fr) 110px 130px 86px 70px;
  min-height: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0 14px;
  color: #fff;
  text-decoration: none;
}

.notice-board-dark a.notice-row {
  cursor: pointer;
}

.notice-board-dark a.notice-row:hover,
.notice-board-dark a.notice-row:focus {
  background: rgba(255, 255, 255, 0.08);
}

.notice-row.is-hidden {
  display: none;
}

.notice-head {
  min-height: 56px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.notice-board-dark .notice-head {
  min-height: 42px;
  background: transparent;
  color: #fff;
  font-size: 13px;
}

.notice-highlight {
  background: #fff5fa;
}

.notice-no {
  color: #d92057;
  font-weight: 900;
}

.notice-board-dark .notice-no {
  color: #fff;
}

.notice-board-dark .notice-highlight .notice-no {
  color: #ff3150;
}

.notice-title {
  color: #050505;
  font-weight: 900;
}

.notice-board-dark .notice-title {
  color: #fff;
}

.notice-highlight .notice-title {
  color: #000;
}

.notice-board-dark .notice-highlight {
  background: rgba(255, 255, 255, 0.035);
}

.notice-board-dark .notice-highlight .notice-title {
  color: #fff;
}

.notice-write {
  display: flex;
  width: 70px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  margin: 14px 0 0 auto;
  border-radius: 3px;
  background: #ff3850;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.notice-write:hover,
.notice-write:visited,
.notice-write:active {
  color: #fff;
}

.owner-write {
  min-width: 116px;
}

.status-empty {
  padding: 24px 14px;
  color: #fff;
  font-weight: 800;
}

.review-page {
  min-height: calc(100vh - 116px);
  padding: 42px 0 96px;
  background: #050419;
}

.review-board {
  margin-top: 0;
}

.review-form {
  display: grid;
  gap: 14px;
  margin: 22px 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
}

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

.review-form label,
.review-textarea {
  display: grid;
  gap: 8px;
}

.review-form span {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.review-form input,
.review-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: #fff;
  color: #111;
  padding: 11px 12px;
  font: inherit;
  font-size: 14px;
  user-select: text;
  -webkit-user-select: text;
}

.review-form textarea {
  resize: vertical;
}

.review-submit {
  justify-self: end;
  min-width: 96px;
  min-height: 38px;
  border: 0;
  border-radius: 4px;
  background: #ff3850;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.review-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.review-status {
  min-height: 20px;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.review-status.is-error {
  color: #ff3850;
}

.review-row {
  grid-template-rows: minmax(44px, auto) auto;
}

.review-row-text {
  grid-column: 2 / -1;
  margin: -4px 0 14px;
  color: #d9deef;
  font-size: 13px;
  line-height: 1.6;
}

.notice-detail-page {
  padding: 72px 0 96px;
  background: #050419;
}

.notice-detail-card {
  width: min(920px, calc(100% - 54px));
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.86);
  color: #fff;
}

.notice-back {
  display: inline-flex;
  margin: 18px 0 24px;
  color: #ff5b6c;
  font-weight: 900;
}

.notice-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #dfe5f7;
  font-size: 13px;
}

.notice-detail-meta b {
  color: #fff;
}

.notice-like-btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 3px 9px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.notice-like-btn:hover,
.notice-like-btn.liked {
  border-color: #ff3850;
  background: #ff3850;
  color: #fff;
}

.notice-detail-card h1 {
  margin: 20px 0 26px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.18;
}

.notice-detail-body {
  min-height: 260px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 28px;
  color: #f4f6ff;
  font-size: 18px;
  line-height: 1.8;
}

.notice-detail-body p {
  margin: 0 0 14px;
}

.notice-detail-body a {
  color: #ff5166;
  font-weight: 900;
  text-decoration: underline;
  user-select: text;
  -webkit-user-select: text;
}

.section,
.duo-panel,
.apply-section,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 94px 0 0;
  scroll-margin-top: 116px;
}

.section-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 116px;
}

.section-dark {
  width: 100%;
  margin-top: 94px;
  padding: 82px max(16px, calc((100vw - 1180px) / 2)) 90px;
  background:
    radial-gradient(circle at 80% 10%, rgba(240, 0, 145, 0.18), transparent 32rem),
    #0c0b14;
  scroll-margin-top: 116px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--hot);
  font-size: 13px;
  font-weight: 900;
}

.section-heading h2,
.duo-panel h2,
.apply-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.12;
}

.section-heading p,
.duo-panel p,
.apply-copy p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.soft-mark {
  color: #fff;
  font-weight: 900;
}

.service-grid,
.package-grid,
.process-list,
.info-grid,
.review-grid {
  display: grid;
  gap: 16px;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.info-grid,
.review-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card,
.package-card,
.process-step,
.info-card,
.review-card,
.duo-panel,
.apply-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.service-card {
  min-height: 202px;
  padding: 24px;
}

.service-card .icon {
  display: inline-grid;
  min-width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 7px;
  background: rgba(240, 0, 145, 0.18);
  color: #fff;
  font-weight: 900;
}

.service-card h3,
.package-card h3,
.process-step h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
}

.service-card p,
.package-card p,
.process-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.package-grid {
  grid-template-columns: repeat(5, minmax(200px, 1fr));
  overflow-x: auto;
  padding-bottom: 6px;
}

.package-card {
  min-width: 200px;
  padding: 23px;
}

.package-card.featured {
  border-color: rgba(240, 0, 145, 0.72);
  background:
    linear-gradient(180deg, rgba(240, 0, 145, 0.18), rgba(255, 255, 255, 0.03) 58%),
    #11101a;
}

.tier {
  display: inline-flex;
  margin-bottom: 15px;
  border: 1px solid rgba(240, 0, 145, 0.48);
  border-radius: 5px;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.price {
  margin: 14px 0 18px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}

.package-card ul,
.duo-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.package-card li,
.duo-panel li {
  position: relative;
  padding-left: 18px;
  color: #ddd8e8;
  font-size: 14px;
  line-height: 1.65;
}

.package-card li + li,
.duo-panel li + li {
  margin-top: 8px;
}

.package-card li::before,
.duo-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hot);
}

.duo-panel {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 460px);
  gap: 36px;
  align-items: center;
  margin-top: 94px;
  padding: 34px;
  background:
    linear-gradient(110deg, rgba(240, 0, 145, 0.16), rgba(255, 255, 255, 0.035) 42%),
    #11101a;
}

.process-list {
  grid-template-columns: repeat(5, 1fr);
}

.process-step {
  min-height: 178px;
  padding: 22px;
}

.info-card,
.review-card {
  min-height: 190px;
  padding: 24px;
}

.info-card span,
.review-card span {
  display: inline-flex;
  margin-bottom: 18px;
  border: 1px solid rgba(240, 0, 145, 0.46);
  border-radius: 5px;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.info-card h3,
.review-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
}

.info-card p,
.review-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.process-step span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hot), var(--hot-2));
  color: #fff;
  font-weight: 900;
}

.apply-section {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 480px);
  gap: 38px;
  align-items: center;
  padding: 94px 0;
}

.apply-form {
  display: grid;
  gap: 15px;
  padding: 22px;
}

.apply-form label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.apply-form select,
.apply-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 7px;
  background: #080914;
  color: #fff;
}

.apply-form select {
  min-height: 46px;
  padding: 0 12px;
}

.apply-form textarea {
  min-height: 118px;
  padding: 12px;
  resize: vertical;
}

.form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 7px;
  background: var(--yellow);
  color: #030303;
  cursor: pointer;
  font-weight: 900;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding: 26px 0 42px;
  color: var(--muted);
  font-size: 13px;
}

.site-footer strong {
  color: #fff;
}

.admin-link {
  color: var(--hot);
  font-weight: 900;
}

.admin-body {
  background:
    radial-gradient(circle at 86% 0%, rgba(240, 0, 145, 0.18), transparent 34rem),
    #080812;
}

.admin-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 22px max(18px, calc((100vw - 1280px) / 2));
  background: rgba(5, 9, 22, 0.94);
  backdrop-filter: blur(18px);
}

.admin-header h1 {
  margin: 0;
  font-size: clamp(26px, 4vw, 44px);
}

.admin-header p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--muted);
}

.admin-header-actions,
.admin-backup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 80px;
}

.admin-sidebar {
  position: sticky;
  top: 128px;
  display: grid;
  align-self: start;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.admin-sidebar a {
  border-radius: 7px;
  padding: 11px 12px;
  color: #e8e5f0;
  font-size: 14px;
  font-weight: 900;
}

.admin-sidebar a:hover {
  background: rgba(240, 0, 145, 0.16);
}

.admin-content {
  display: grid;
  gap: 18px;
}

.admin-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.admin-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-card h2 {
  margin: 0;
  font-size: 22px;
}

.admin-grid {
  display: grid;
  gap: 14px;
}

.admin-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-help {
  align-self: end;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.admin-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-field,
.admin-check {
  display: grid;
  gap: 8px;
}

.admin-field span,
.admin-check span {
  color: #f7f4ff;
  font-size: 13px;
  font-weight: 900;
}

.admin-field input,
.admin-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 7px;
  background: #080914;
  color: #fff;
  padding: 11px 12px;
}

.admin-field textarea {
  min-height: 88px;
  resize: vertical;
}

.admin-key-field {
  min-width: 170px;
  margin: 0;
}

.admin-key-field span {
  font-size: 11px;
}

.admin-key-field input {
  min-height: 38px;
  padding: 8px 10px;
}

.admin-check {
  align-content: end;
  grid-template-columns: 18px 1fr;
  align-items: center;
  min-height: 65px;
}

.admin-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--hot);
}

.admin-repeater {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(0, 0, 0, 0.18);
}

.admin-repeater + .admin-repeater {
  margin-top: 12px;
}

.admin-small-btn,
.admin-ghost-btn,
.admin-danger-btn {
  min-height: 38px;
  border-radius: 7px;
  padding: 0 13px;
  cursor: pointer;
  font-weight: 900;
}

.admin-small-btn,
.admin-ghost-btn {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.admin-danger-btn {
  justify-self: start;
  border: 1px solid rgba(255, 85, 113, 0.45);
  background: rgba(255, 43, 77, 0.1);
  color: #ffb8c3;
}

.admin-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  transform: translateY(18px);
  opacity: 0;
  border: 1px solid rgba(242, 255, 0, 0.5);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: #111;
  color: #fff;
  font-weight: 900;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.admin-toast.show {
  transform: translateY(0);
  opacity: 1;
}

.notice-admin-shell {
  display: grid;
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 70px;
}

.notice-admin-list {
  display: grid;
  gap: 18px;
}

.notice-editor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.notice-editor-head h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.notice-editor-actions {
  display: flex;
  gap: 10px;
}

.notice-admin-check {
  margin: 14px 0;
}

.price-page {
  min-height: calc(100vh - 116px);
  padding: 74px 0 92px;
  background:
    radial-gradient(circle at 78% 2%, rgba(240, 0, 145, 0.18), transparent 34rem),
    linear-gradient(180deg, #0b0710 0%, #080711 100%);
}

.price-board {
  width: min(1180px, calc(100% - 42px));
  margin: 0 auto;
}

.price-page-heading {
  margin-bottom: 34px;
  text-align: center;
}

.price-page-heading .eyebrow:empty {
  display: none;
}

.price-page-heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.48);
}

.price-page-heading p:last-child {
  margin: 14px auto 0;
  max-width: 620px;
  color: #d6d9eb;
  font-size: 17px;
  line-height: 1.6;
}

.price-page-heading .price-note {
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.55;
}

.price-package-grid {
  grid-template-columns: repeat(5, minmax(190px, 1fr));
  overflow-x: auto;
}

.price-package-grid .package-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    #12111a;
}

.price-package-grid .package-card.featured {
  background:
    linear-gradient(180deg, rgba(240, 0, 145, 0.22), rgba(255, 255, 255, 0.035) 58%),
    #17101b;
}

.tier-price-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding: 8px 0 30px;
}

.tier-price-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, 122px);
  justify-content: center;
  gap: 18px 28px;
}

.rank-price-card {
  --rank-color: #b8becb;
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  color: #fff;
  text-align: center;
  transform-origin: center;
  transition:
    transform 180ms ease,
    filter 180ms ease;
  will-change: transform;
}

.rank-price-card:hover,
.rank-price-card:focus-within {
  z-index: 5;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.52));
  transform: scale(1.14);
}

.rank-visual {
  position: relative;
  display: grid;
  width: 112px;
  height: 150px;
  place-items: center;
  overflow: hidden;
  background: #060b11;
  box-shadow: 0 13px 28px rgba(0, 0, 0, 0.56);
}

.rank-image {
  display: block;
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.rank-fallback {
  display: none;
  width: 100%;
  padding: 0 10px;
  color: #d9deef;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.rank-visual.is-missing {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    #070914;
}

.rank-visual.is-missing .rank-fallback {
  display: block;
}

.rank-price-card h3 {
  margin: 0;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.rank-price-card p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.rank-iron {
  --rank-color: #8f949e;
}

.rank-bronze {
  --rank-color: #b6814b;
}

.rank-silver {
  --rank-color: #d9e8f3;
}

.rank-gold {
  --rank-color: #f6c658;
}

.rank-platinum {
  --rank-color: #54c9c6;
}

.rank-diamond {
  --rank-color: #d48fff;
}

.rank-ascendant {
  --rank-color: #38e270;
}

.rank-immortal {
  --rank-color: #ff4b73;
}

.rank-radiant {
  --rank-color: #efe6a1;
}

.rank-ascendant .rank-visual,
.rank-immortal .rank-visual,
.rank-radiant .rank-visual {
  border-color: #f1e800;
}

.rank-unranked {
  --rank-color: #aeb9c5;
}

.price-page[data-price-page="placement"] .tier-price-grid {
  width: min(260px, calc(100% - 32px));
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr);
}

.rank-ascendant h3 {
  color: #55ff61;
}

.rank-immortal h3 {
  color: #ff315c;
}

.rank-radiant h3 {
  color: #f4e7a3;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 84px 1fr;
    min-height: 82px;
    padding: 0 20px;
  }

  .main-nav {
    display: none;
  }

  .header-actions {
    justify-self: end;
  }

  .agent-name {
    display: none;
  }

  .hero-clove {
    min-height: 560px;
  }

  .hero-character {
    left: 50%;
    top: 62%;
    width: clamp(390px, 62vw, 540px);
    opacity: 0.48;
  }

  .service-grid,
  .info-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .notice-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .notice-hero {
    min-height: 260px;
  }

  .notice-hero-art {
    left: 4%;
    width: 500px;
    opacity: 0.5;
  }

  .notice-hero-copy {
    right: 36px;
  }

  .notice-row {
    grid-template-columns: 72px minmax(240px, 1fr) 112px 72px 78px;
    font-size: 13px;
  }

  .duo-panel,
  .apply-section {
    grid-template-columns: 1fr;
  }

  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-header,
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-header {
    align-items: start;
    flex-direction: column;
  }

  .admin-sidebar {
    position: static;
  }

  .admin-grid.two,
  .admin-grid.three {
    grid-template-columns: 1fr;
  }

  .tier-price-grid {
    gap: 22px;
  }

  .tier-price-row {
    grid-template-columns: repeat(auto-fit, 112px);
    gap: 20px 24px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 74px;
    padding: 0 12px;
  }

  .logo-card {
    width: 62px;
    height: 62px;
  }

  .kakao-btn {
    min-height: 42px;
    padding: 0 12px;
    font-size: 14px;
  }

  .hero-clove {
    min-height: 480px;
    background-position: 58% center;
  }

  .hero-character {
    left: 50%;
    top: 61%;
    width: 340px;
    opacity: 0.42;
    animation-duration: 8.5s;
  }

  .hero-center {
    transform: translateY(-18px);
    padding-top: 190px;
    padding-bottom: 38px;
  }

  .hero-center h1 {
    max-width: calc(100vw - 24px);
    font-size: clamp(40px, 11vw, 54px);
    white-space: nowrap;
  }

  .hero-korean-title {
    margin-top: 14px;
    font-size: clamp(22px, 6vw, 30px);
  }

  .hero-center p {
    margin-top: 12px;
    font-size: 15px;
  }

  .hero-consult-btn {
    min-width: 164px;
    min-height: 46px;
    margin-top: 18px;
    font-size: 16px;
  }

  .notice-strip,
  .service-grid,
  .info-grid,
  .review-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .notice-page {
    padding-bottom: 56px;
  }

  .price-page {
    padding-top: 54px;
  }

  .price-board {
    width: min(100% - 24px, 1180px);
  }

  .tier-price-grid {
    gap: 22px 24px;
  }

  .tier-price-row {
    grid-template-columns: repeat(2, 112px);
  }

  .notice-hero {
    width: min(100% - 24px, 1240px);
    min-height: 210px;
  }

  .notice-hero-art {
    left: -10%;
    top: 58%;
    width: 330px;
  }

  .notice-hero-copy {
    right: 20px;
  }

  .notice-hero-copy p {
    font-size: 13px;
  }

  .notice-hero-copy h1 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .notice-board {
    width: min(100% - 24px, 1240px);
    margin-top: 22px;
  }

  .notice-count {
    margin-bottom: 36px;
  }

  .notice-table {
    border-radius: 10px 10px 0 0;
  }

  .notice-row,
  .notice-head {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 8px;
    min-height: auto;
    padding: 16px 12px;
  }

  .notice-row span:nth-child(n + 3),
  .notice-head span:nth-child(n + 3) {
    display: none;
  }

  .notice-title {
    line-height: 1.5;
  }

  .section {
    padding-top: 72px;
  }

  .section-dark {
    margin-top: 72px;
    padding-top: 70px;
    padding-bottom: 74px;
  }

  .duo-panel {
    margin-top: 72px;
    padding: 24px;
  }

  .apply-section {
    padding: 72px 0;
  }

  .site-footer {
    align-items: start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-character {
    animation: none;
  }

  .coach-card,
  .coach-detail-panel,
  .coach-badge {
    transition: none;
  }

  .coach-card::before,
  .coach-badge-satisfaction,
  .coach-badge-satisfaction::after {
    animation: none;
  }
}

/* Pro coaching landing refresh */
body {
  background: #050510;
}

.site-header {
  grid-template-columns: 128px minmax(0, 1fr) auto;
  min-height: 84px;
  padding: 0 clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 18, 0.88);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.logo-card {
  width: 68px;
  height: 68px;
  border-radius: 7px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

.main-nav {
  gap: clamp(28px, 4vw, 64px);
  font-size: 16px;
}

.main-nav a,
.nav-dropdown-toggle {
  padding: 31px 0;
}

.main-nav a:hover,
.main-nav a:focus,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus,
.nav-dropdown.open .nav-dropdown-toggle {
  color: #dfffdc;
}

.nav-menu {
  top: calc(100% - 8px);
  width: 154px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(250, 250, 255, 0.96);
}

.kakao-btn {
  min-height: 46px;
  border-radius: 8px;
  padding: 0 18px;
  background: #e8ff39;
  font-size: 15px;
  box-shadow: 0 10px 24px rgba(232, 255, 57, 0.14);
}

.site-header .kakao-btn {
  min-height: 48px;
  gap: 10px;
  border: 1px solid rgba(119, 132, 255, 0.86);
  border-radius: 7px;
  padding: 0 17px 0 14px;
  background: rgba(8, 11, 30, 0.92);
  color: #fff;
  box-shadow: 0 12px 28px rgba(88, 101, 242, 0.18);
}

.site-header .kakao-btn:hover,
.site-header .kakao-btn:focus-visible {
  border-color: rgba(139, 150, 255, 1);
  background: rgba(14, 18, 42, 0.96);
}

.site-header .talk-badge {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  background: #5865f2 url("assets/discord-icon.svg?v=5") center / 100% 100% no-repeat;
  color: transparent;
  font-size: 0;
  overflow: hidden;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
}

.contact-choice-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 16%, rgba(88, 101, 242, 0.18), transparent 24rem),
    radial-gradient(circle at 84% 72%, rgba(250, 204, 21, 0.12), transparent 22rem),
    #050510;
}

.contact-choice-header {
  position: sticky;
  top: 0;
}

.contact-choice-page {
  display: grid;
  min-height: calc(100vh - 84px);
  place-items: center;
  align-content: center;
  gap: 34px;
  padding: 28px;
}

.contact-choice-panel {
  width: min(760px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(10, 10, 20, 0.92);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  text-align: center;
}

.contact-choice-panel h1 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(44px, 8vw, 76px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.contact-choice-panel p:not(.landing-eyebrow) {
  margin: 0;
  color: #cfd3e1;
  font-size: 17px;
  font-weight: 800;
}

.contact-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.contact-choice-card {
  display: grid;
  min-height: 190px;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  padding: 26px 18px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.contact-choice-card:hover,
.contact-choice-card:focus-visible {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.07);
}

.contact-choice-card strong {
  font-size: 21px;
  font-weight: 900;
}

.contact-choice-card small {
  color: #b9bece;
  font-size: 14px;
  font-weight: 800;
}

.contact-choice-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  font-size: 23px;
  font-weight: 900;
}

.contact-choice-kakao {
  border-color: rgba(250, 204, 21, 0.28);
}

.contact-choice-kakao:hover,
.contact-choice-kakao:focus-visible {
  border-color: rgba(250, 204, 21, 0.68);
  box-shadow: 0 20px 48px rgba(250, 204, 21, 0.12);
}

.contact-choice-kakao .contact-choice-icon {
  background: #facc15;
  color: #18130a;
}

.contact-choice-discord {
  border-color: rgba(88, 101, 242, 0.42);
}

.contact-choice-discord:hover,
.contact-choice-discord:focus-visible {
  border-color: rgba(118, 130, 255, 0.86);
  box-shadow: 0 20px 48px rgba(88, 101, 242, 0.18);
}

.contact-choice-discord .contact-choice-icon {
  background: #5865f2 url("assets/discord-icon.svg?v=5") center / 100% 100% no-repeat;
}

.contact-choice-back {
  display: inline-flex;
  margin-top: 26px;
  color: #aeb5cc;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.contact-choice-back:hover,
.contact-choice-back:focus-visible {
  color: #fff;
}

.faq-section {
  width: min(900px, 100%);
  color: #fff;
}

.faq-section h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 7px 0 rgba(63, 74, 255, 0.44);
}

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

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.055);
}

.faq-item h3,
.faq-item summary {
  display: flex;
  min-height: 40px;
  align-items: center;
  margin: 0;
  padding: 0 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0;
  padding: 16px 14px 18px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.75;
}

.contact-faq {
  margin-bottom: 28px;
}

.home-faq {
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(46px, 6vw, 78px) 0 clamp(58px, 7vw, 92px);
}

.hero-clove.landing-hero {
  min-height: calc(100vh - 84px);
  place-items: stretch;
  padding: clamp(72px, 8vw, 118px) clamp(18px, 5vw, 72px) clamp(54px, 7vw, 84px);
  background:
    radial-gradient(circle at 74% 30%, rgba(119, 85, 255, 0.26), transparent 28rem),
    radial-gradient(circle at 18% 72%, rgba(59, 230, 194, 0.14), transparent 24rem),
    linear-gradient(135deg, #050510 0%, #080718 46%, #120518 100%);
}

.hero-clove.landing-hero::after {
  opacity: 0.16;
}

.hero-clove.landing-hero::before {
  opacity: 0.2;
}

.landing-hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 5, 16, 0.92), rgba(5, 5, 16, 0.56) 46%, rgba(5, 5, 16, 0.28)),
    linear-gradient(180deg, rgba(5, 5, 16, 0), rgba(5, 5, 16, 0.78));
}

.landing-hero .hero-character {
  left: 72%;
  top: 55%;
  width: clamp(420px, 37vw, 650px);
  opacity: 0.56;
}

.landing-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  width: min(760px, 100%);
  min-height: 560px;
}

.landing-eyebrow {
  margin: 0 0 14px;
  color: #d7ff54;
  font-size: 13px;
  font-weight: 900;
}

.landing-eyebrow:empty {
  display: none;
}

.landing-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 7vw, 92px);
  font-weight: 900;
  line-height: 1.03;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.5);
}

.landing-hero-subtitle {
  max-width: 620px;
  margin: 22px 0 0;
  color: #dce3f2;
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 700;
  line-height: 1.65;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-cta,
.secondary-cta,
.rank-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
}

.primary-cta,
.secondary-cta {
  min-height: 52px;
  padding: 0 22px;
  font-size: 16px;
}

.primary-cta {
  background: #ff3850;
  color: #fff;
  box-shadow: 0 18px 36px rgba(255, 56, 80, 0.2);
}

.secondary-cta {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.landing-hero .hero-trust-list {
  display: none;
}

.hero-trust-list span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.06);
  color: #edf1ff;
  font-size: 13px;
  font-weight: 800;
}

.event-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.46);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 180ms ease,
    visibility 180ms ease;
}

.event-popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.event-popup-card {
  position: relative;
  display: grid;
  width: min(670px, calc(100vw - 28px));
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(168, 85, 247, 0.46);
  border-radius: 0;
  background:
    radial-gradient(circle at 76% 22%, rgba(168, 85, 247, 0.26), transparent 19rem),
    linear-gradient(135deg, #071018 0%, #080914 46%, #15051f 100%);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.58),
    0 0 42px rgba(139, 92, 246, 0.2);
  transform: translateY(12px) scale(0.98);
  transition: transform 180ms ease;
}

.event-popup.is-visible .event-popup-card {
  transform: translateY(0) scale(1);
}

.event-popup-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(168, 85, 247, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(168, 85, 247, 0.06) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.74), transparent 72%);
  pointer-events: none;
}

.event-popup-copy {
  position: relative;
  z-index: 2;
  width: min(430px, 72%);
  padding: 72px 0 98px 50px;
}

.event-popup-eyebrow {
  margin: 0 0 4px;
  color: #fff;
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
  text-shadow:
    0 0 18px rgba(168, 85, 247, 0.82),
    0 0 36px rgba(124, 58, 237, 0.48);
}

.event-popup-copy h2 {
  margin: 0 0 58px;
  color: #f3eaff;
  font-size: 26px;
  font-weight: 500;
}

.event-popup-list {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-popup-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
}

.event-popup-list span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #4c1d95;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.38);
}

.event-popup-list strong {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.35;
  word-break: keep-all;
}

.event-popup-list strong b,
.event-popup-list strong em {
  font-style: normal;
  font-weight: 900;
}

.event-popup-art {
  position: absolute;
  right: -74px;
  bottom: 34px;
  z-index: 1;
  width: 355px;
  opacity: 0.56;
  filter: drop-shadow(0 24px 46px rgba(124, 58, 237, 0.32));
  pointer-events: none;
}

.event-popup-art img {
  display: block;
  width: 100%;
  user-select: none;
}

.event-popup-x {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.event-popup-actions {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 5;
  display: flex;
  gap: 9px;
}

.event-popup-actions button {
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  padding: 0 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.event-popup-close {
  background: #2a2a32;
}

.event-popup-day {
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  box-shadow: 0 0 22px rgba(168, 85, 247, 0.38);
}

@media (max-width: 720px) {
  .event-popup {
    place-items: start center;
    padding-top: 18px;
  }

  .event-popup-card {
    width: 650px;
    min-height: 650px;
  }
}

.landing-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(68px, 8vw, 104px) 0 0;
}

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

.landing-section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.landing-section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.12;
}

.landing-section-heading p:not(.landing-eyebrow) {
  margin: 14px 0 0;
  color: #bfc6d9;
  font-size: 17px;
  line-height: 1.7;
}

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

.method-card,
.rank-price-card,
.landing-process-list li {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(10, 12, 26, 0.78);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.method-card {
  min-height: 210px;
  padding: 24px;
}

.method-card span {
  display: inline-flex;
  margin-bottom: 28px;
  color: #d7ff54;
  font-size: 13px;
  font-weight: 900;
}

.method-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
}

.method-card p {
  margin: 0;
  color: #c7cce0;
  line-height: 1.68;
}

.price-page {
  min-height: calc(100vh - 84px);
  padding: clamp(58px, 8vw, 96px) 0 104px;
  background:
    radial-gradient(circle at 72% 8%, rgba(119, 85, 255, 0.18), transparent 31rem),
    radial-gradient(circle at 22% 100%, rgba(59, 230, 194, 0.1), transparent 26rem),
    #050510;
}

.price-board {
  width: min(1180px, calc(100% - 36px));
}

.price-page-heading {
  margin-bottom: 34px;
}

.price-page-heading h1 {
  font-size: clamp(44px, 6vw, 76px);
}

.price-support-copy {
  margin: 14px auto 0;
  max-width: 720px;
  color: #cbd3e7;
  font-size: 17px;
  line-height: 1.7;
}

.price-page-heading .price-note {
  display: inline-block;
  margin-top: 18px;
  border: 1px solid rgba(215, 255, 84, 0.24);
  border-radius: 8px;
  padding: 10px 15px;
  background: rgba(215, 255, 84, 0.06);
  color: #fff;
  font-size: 15px;
}

.tier-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 8px 0 24px;
}

.rank-price-card {
  --rank-color: #8f9bab;
  display: grid;
  grid-template-rows: 150px 1fr;
  justify-items: stretch;
  gap: 0;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-align: left;
  transform: translateY(0);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.rank-price-card:hover,
.rank-price-card:focus-within {
  z-index: 4;
  border-color: color-mix(in srgb, var(--rank-color) 72%, white 18%);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.04);
  transform: translateY(-6px);
  filter: none;
}

.rank-visual {
  width: 100%;
  height: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 38%, color-mix(in srgb, var(--rank-color) 20%, transparent), transparent 5.5rem),
    #070a14;
  box-shadow: none;
}

.rank-image {
  width: min(108px, 74%);
  height: min(108px, 74%);
}

.rank-card-copy {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.rank-price-card h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
  text-transform: none;
}

.rank-card-description {
  min-height: 64px;
  margin: 0;
  color: #bfc6d9;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.rank-card-price {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.rank-card-cta {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
}

.rank-card-cta:hover,
.rank-card-cta:focus {
  border-color: rgba(215, 255, 84, 0.46);
  background: rgba(215, 255, 84, 0.14);
}

.rank-fallback {
  color: #fff;
}

.rank-ascendant h3,
.rank-immortal h3,
.rank-radiant h3 {
  color: #fff;
}

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

.landing-process-list li {
  display: grid;
  gap: 16px;
  min-height: 132px;
  padding: 20px;
}

.landing-process-list span {
  color: #d7ff54;
  font-size: 13px;
  font-weight: 900;
}

.landing-process-list strong {
  align-self: end;
  color: #fff;
  font-size: 19px;
}

.landing-footer {
  margin-top: clamp(64px, 8vw, 104px);
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 1120px) {
  .tier-price-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .coach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 82px 1fr;
    min-height: 76px;
  }

  .landing-hero .hero-character {
    left: 68%;
    opacity: 0.38;
  }

  .landing-hero-copy {
    min-height: 520px;
  }

  .method-grid {
    grid-template-columns: 1fr;
  }

  .landing-process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .tier-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero-copy {
    min-height: 490px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 72px;
  }

  .coach-page {
    padding-top: 42px;
  }

  .coach-grid {
    grid-template-columns: 1fr;
  }

  .coach-card {
    min-height: auto;
  }

  .coach-photo {
    min-height: 180px;
  }

  .coach-detail-panel {
    position: relative;
    inset: auto;
    margin: 0 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .coach-detail-panel p {
    -webkit-line-clamp: initial;
  }

  .logo-card {
    width: 56px;
    height: 56px;
  }

  .hero-clove.landing-hero {
    min-height: 620px;
    padding-top: 48px;
  }

  .landing-hero .hero-character {
    left: 50%;
    top: 47%;
    width: 360px;
    opacity: 0.24;
  }

  .landing-hero-copy {
    align-content: end;
    min-height: 520px;
  }

  .landing-actions {
    width: 100%;
  }

  .primary-cta,
  .secondary-cta {
    flex: 1 1 180px;
  }

  .landing-process-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .tier-price-grid {
    grid-template-columns: 1fr;
  }

  .rank-price-card {
    grid-template-columns: 118px 1fr;
    grid-template-rows: auto;
  }

  .rank-visual {
    height: 100%;
    min-height: 178px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 0;
  }
}

/* Cleaner white price dropdown */
.nav-menu {
  top: calc(100% - 2px);
  width: 132px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 7px 0;
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.nav-menu a {
  display: flex;
  min-height: 34px;
  align-items: center;
  padding: 0 16px;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.nav-menu a:hover,
.nav-menu a:focus,
.nav-menu a:visited {
  color: #111;
  background: #f3f3f3;
}

/* Coach cards: keep the cards static and remove hover detail overlays. */
.coach-card:hover,
.coach-card:focus-within,
.coach-card-satisfaction:hover,
.coach-card-satisfaction:focus-within,
.coach-card-speed:hover,
.coach-card-speed:focus-within {
  transform: none !important;
  box-shadow: none !important;
}

.coach-card:hover::before,
.coach-card:focus-within::before {
  opacity: 0.8 !important;
  animation-duration: 7.5s !important;
}

.coach-detail-panel {
  display: none !important;
}

/* Structured landing alignment */
.site-container {
  width: min(1240px, 100% - 64px);
  margin-right: auto;
  margin-left: auto;
}

.structured-header {
  display: block;
  min-height: 74px;
  padding: 0;
}

.site-header-inner {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr) minmax(190px, 240px);
  align-items: center;
  min-height: 74px;
  gap: 24px;
}

.structured-header .brand-link {
  display: inline-flex;
  width: auto;
  height: auto;
  min-width: 0;
  align-items: center;
  justify-self: start;
  gap: 12px;
  overflow: visible;
  border-radius: 10px;
  padding: 8px 10px 8px 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.structured-header .brand-link:hover,
.structured-header .brand-link:focus-visible {
  opacity: 0.88;
  transform: translateY(-1px);
}

.structured-header .brand-link > * {
  opacity: 1;
  pointer-events: auto;
}

.brand-logo {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
  background: #020414 url("assets/clove-team-logo.svg") center / contain no-repeat;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  line-height: 1;
}

.brand-copy strong {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.brand-copy small {
  color: #9da6c6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.structured-header .main-nav {
  gap: clamp(22px, 3vw, 46px);
  justify-content: center;
  font-size: 15px;
}

.structured-header .main-nav a,
.structured-header .nav-dropdown-toggle {
  display: inline-flex;
  min-height: 74px;
  align-items: center;
  padding: 0;
  color: rgba(255, 255, 255, 0.88);
}

.structured-header .main-nav a:hover,
.structured-header .main-nav a:focus-visible,
.structured-header .nav-dropdown-toggle:hover,
.structured-header .nav-dropdown-toggle:focus-visible,
.structured-header .nav-dropdown.open .nav-dropdown-toggle {
  color: #d7ff54;
}

.structured-header .nav-menu {
  top: calc(100% + 8px);
}

.structured-header .header-actions {
  justify-self: end;
}

.structured-header .agent-name {
  display: none;
}

.structured-header .kakao-btn {
  min-height: 42px;
  padding: 0 15px 0 12px;
  border-radius: 10px;
  font-size: 14px;
}

.structured-header .talk-badge {
  width: 27px;
  height: 27px;
}

.hero-clove.landing-hero {
  min-height: calc(100svh - 74px);
  padding: clamp(54px, 7vw, 82px) 0 clamp(52px, 7vw, 78px);
  overflow: hidden;
}

.landing-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.82fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  min-height: clamp(520px, 68vh, 680px);
}

.landing-hero .hero-character {
  position: relative !important;
  top: auto;
  left: auto;
  display: grid;
  width: 100%;
  max-width: 470px;
  height: min(560px, 66vh);
  place-items: center;
  justify-self: end;
  opacity: 0.72;
  transform: none;
  filter: drop-shadow(0 28px 58px rgba(139, 92, 246, 0.2));
}

.landing-hero .hero-character img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.landing-hero-copy {
  width: 100%;
  max-width: 680px;
  min-height: 0;
  align-content: center;
}

.landing-hero-copy h1 {
  max-width: 640px;
  font-size: clamp(52px, 6.4vw, 82px);
  line-height: 0.98;
}

.landing-hero-subtitle {
  max-width: 600px;
  margin-top: 20px;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.65;
}

.landing-actions {
  margin-top: 28px;
}

.primary-cta,
.secondary-cta {
  min-height: 50px;
  border-radius: 10px;
}

.landing-section {
  width: min(1240px, 100% - 64px);
  padding-top: clamp(58px, 7vw, 86px);
}

.landing-section-heading {
  max-width: 700px;
}

.landing-methods {
  padding-top: clamp(64px, 8vw, 96px);
}

.method-grid {
  gap: 18px;
}

.method-card {
  min-height: 188px;
  border-radius: 12px;
  padding: 24px;
}

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

.landing-preview-card {
  display: grid;
  min-height: 156px;
  align-content: end;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  padding: 22px;
  background:
    radial-gradient(circle at 80% 14%, rgba(139, 92, 246, 0.16), transparent 9rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(10, 12, 26, 0.8);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.landing-preview-card:hover,
.landing-preview-card:focus-visible {
  border-color: rgba(215, 255, 84, 0.32);
  background:
    radial-gradient(circle at 80% 14%, rgba(139, 92, 246, 0.2), transparent 9rem),
    rgba(17, 20, 38, 0.92);
  transform: translateY(-3px);
}

.landing-preview-card span {
  color: #d7ff54;
  font-size: 13px;
  font-weight: 900;
}

.landing-preview-card strong {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}

.landing-preview-card small {
  color: #bac2d9;
  font-size: 14px;
  font-weight: 800;
}

.home-faq {
  width: min(980px, 100% - 64px);
}

@media (max-width: 1024px) {
  .site-container,
  .landing-section,
  .home-faq {
    width: min(100% - 48px, 1180px);
  }

  .site-header-inner {
    grid-template-columns: minmax(180px, 220px) 1fr auto;
  }

  .structured-header .main-nav {
    gap: 22px;
    font-size: 14px;
  }

  .landing-hero-inner {
    grid-template-columns: 1fr minmax(280px, 380px);
    gap: 30px;
  }

  .landing-hero .hero-character {
    max-width: 380px;
    height: 500px;
  }
}

@media (max-width: 820px) {
  .site-container,
  .landing-section,
  .home-faq {
    width: calc(100% - 32px);
  }

  .site-header-inner {
    grid-template-columns: 1fr auto;
  }

  .structured-header .main-nav {
    display: none;
  }

  .landing-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 28px;
  }

  .landing-hero .hero-character {
    justify-self: center;
    width: min(360px, 88vw);
    height: 360px;
    opacity: 0.42;
    margin: 0 auto -120px;
  }

  .landing-hero-copy {
    min-height: auto;
    justify-content: start;
  }

  .method-grid,
  .landing-preview-grid {
    grid-template-columns: 1fr;
  }

  .landing-process-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .brand-copy small {
    display: none;
  }

  .structured-header .kakao-btn {
    min-width: 0;
    padding-right: 12px;
  }

  .landing-hero-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
  }
}

/* Structured landing fixes: keep top nav and dropdown links separate. */
.site-container {
  width: min(1240px, calc(100% - 64px));
}

.structured-header .main-nav {
  min-width: 0;
}

.structured-header .main-nav > a,
.structured-header .nav-dropdown > .nav-dropdown-toggle {
  display: inline-flex;
  min-width: max-content;
  min-height: 74px;
  align-items: center;
  padding: 0;
  white-space: nowrap;
  word-break: keep-all;
}

.structured-header .nav-menu {
  top: calc(100% + 8px);
  width: 132px;
  padding: 8px 0;
  transform: translate(-50%, 6px);
}

.structured-header .nav-menu a {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
}

.structured-header .nav-menu a:hover,
.structured-header .nav-menu a:focus,
.structured-header .nav-menu a:visited {
  color: #111;
  background: #f3f3f3;
}

.landing-hero .hero-character {
  max-width: 420px;
  height: min(500px, 58vh);
  transform: translateY(82px);
}

@media (max-width: 1024px) {
  .site-container,
  .landing-section,
  .home-faq {
    width: min(1180px, calc(100% - 48px));
  }
}

@media (max-width: 820px) {
  .site-container,
  .landing-section,
  .home-faq {
    width: calc(100% - 32px);
  }

  .landing-hero .hero-character {
    max-width: 340px;
    height: 430px;
    transform: translateY(54px);
  }
}
