@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@600;700&display=swap");

body[data-zr-ui="renewal"] {
  --zr-bg: #fcf9f8;
  --zr-surface: rgba(255, 255, 255, 0.9);
  --zr-surface-soft: rgba(246, 243, 242, 0.94);
  --zr-surface-deep: #f0eded;
  --zr-ink: #1c1b1b;
  --zr-muted: #434652;
  --zr-line: rgba(196, 198, 212, 0.34);
  --zr-line-strong: rgba(67, 70, 82, 0.14);
  --zr-primary: #1847a4;
  --zr-primary-soft: #3d67c4;
  --zr-secondary: #006e07;
  --zr-accent: #b7a800;
  --zr-shadow: 0 30px 80px rgba(28, 27, 27, 0.08);
  --zr-shadow-soft: 0 18px 44px rgba(28, 27, 27, 0.05);
  --zr-radius-sm: 14px;
  --zr-radius-md: 20px;
  --zr-radius-lg: 30px;
  --zr-space-xs: 0.7rem;
  --zr-space-sm: 1rem;
  --zr-space-md: 1.45rem;
  --zr-space-lg: 2rem;
  --zr-space-xl: 3rem;
  --zr-space-2xl: 4.5rem;
  --zr-space-3xl: 6rem;
  --zr-content-max: 1160px;
  --zr-article-max: 760px;
  --zr-hero-title: clamp(2.4rem, 5vw, 4.9rem);
  --zr-section-title: clamp(1.55rem, 2.4vw, 2.45rem);
  --zr-section-gap: clamp(3.8rem, 7vw, 7.2rem);
  margin: 0;
  min-width: 320px;
  font-size: 13px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--zr-ink);
  background:
    radial-gradient(circle at top right, rgba(56, 96, 190, 0.08), transparent 24rem),
    radial-gradient(circle at left 16%, rgba(0, 110, 7, 0.055), transparent 24rem),
    var(--zr-bg);
  line-height: 1.65;
}

body[data-zr-ui="renewal"] * {
  box-sizing: border-box;
}

body[data-zr-ui="renewal"] a {
  color: inherit;
  text-decoration: none;
}

body[data-zr-ui="renewal"] img {
  max-width: 100%;
  display: block;
}

body[data-zr-ui="renewal"] button,
body[data-zr-ui="renewal"] input,
body[data-zr-ui="renewal"] select,
body[data-zr-ui="renewal"] textarea {
  font: inherit;
}

body[data-zr-ui="renewal"] .zr-page {
  position: relative;
  overflow-x: hidden;
}

body[data-zr-ui="renewal"] .zr-container {
  width: min(calc(100% - 32px), var(--zr-content-max));
  margin: 0 auto;
}

body[data-zr-ui="renewal"] .zr-section {
  display: grid;
  gap: 1.6rem;
}

body[data-zr-ui="renewal"] .zr-section + .zr-section {
  margin-top: var(--zr-section-gap);
}

body[data-zr-ui="renewal"] .zr-kicker,
body[data-zr-ui="renewal"] .zr-chip,
body[data-zr-ui="renewal"] .zr-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  padding: 0.36rem 0.82rem;
  border-radius: 999px;
  border: 1px solid var(--zr-line);
  background: rgba(255, 255, 255, 0.74);
  color: var(--zr-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-zr-ui="renewal"] .zr-kicker strong,
body[data-zr-ui="renewal"] .zr-meta-pill strong {
  color: var(--zr-primary);
}

body[data-zr-ui="renewal"] .zr-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

body[data-zr-ui="renewal"] .zr-section-head h1,
body[data-zr-ui="renewal"] .zr-section-head h2 {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-zr-ui="renewal"] .zr-section-head p {
  max-width: 32rem;
  margin: 0;
  color: var(--zr-muted) !important;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

body[data-zr-ui="renewal"] .zr-section-title,
body[data-zr-ui="renewal"] .zr-page-title {
  margin: 0;
  font-size: var(--zr-section-title);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

body[data-zr-ui="renewal"] .zr-section-title {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-zr-ui="renewal"] .zr-page-title {
  font-family: "SUIT Variable", SUIT, "Pretendard Variable", Pretendard, sans-serif;
  font-size: var(--zr-hero-title);
}

body[data-zr-ui="renewal"] .zr-section-desc,
body[data-zr-ui="renewal"] .zr-muted {
  color: var(--zr-muted);
}

body[data-zr-ui="renewal"] .zr-card,
body[data-zr-ui="renewal"] .zr-panel,
body[data-zr-ui="renewal"] .zr-stage {
  position: relative;
  border: 1px solid var(--zr-line);
  border-radius: var(--zr-radius-lg);
  background: var(--zr-surface);
  box-shadow: var(--zr-shadow-soft);
}

body[data-zr-ui="renewal"] .zr-card {
  padding: 1.5rem;
}

body[data-zr-ui="renewal"] .zr-panel {
  padding: clamp(1.2rem, 2vw, 1.65rem);
}

body[data-zr-ui="renewal"] .zr-stage {
  overflow: hidden;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 242, 0.88)),
    var(--zr-surface);
  box-shadow: var(--zr-shadow);
}

body[data-zr-ui="renewal"] .zr-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(24, 71, 164, 0.12), transparent 26%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.34), transparent 45%);
  pointer-events: none;
}

body[data-zr-ui="renewal"] .zr-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--zr-primary), var(--zr-primary-soft));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(24, 71, 164, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body[data-zr-ui="renewal"] .zr-cta:hover,
body[data-zr-ui="renewal"] .zr-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(24, 71, 164, 0.26);
}

body[data-zr-ui="renewal"] .zr-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--zr-primary);
  font-weight: 700;
  border-bottom: 2px solid rgba(24, 71, 164, 0.18);
}

body[data-zr-ui="renewal"] .zr-grid-2,
body[data-zr-ui="renewal"] .zr-grid-3 {
  display: grid;
  gap: 1.3rem;
}

body[data-zr-ui="renewal"] .zr-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-zr-ui="renewal"] .zr-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-zr-ui="renewal"] .zr-list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-zr-ui="renewal"] [data-zr-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 180ms ease-out, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

body[data-zr-ui="renewal"] [data-zr-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

body[data-zr-ui="renewal"] .zr-form-grid {
  display: grid;
  gap: 1rem;
}

body[data-zr-ui="renewal"] .zr-control,
body[data-zr-ui="renewal"] .zr-textarea,
body[data-zr-ui="renewal"] .zr-select {
  width: 100%;
  border: 1px solid rgba(67, 70, 82, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--zr-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body[data-zr-ui="renewal"] .zr-control,
body[data-zr-ui="renewal"] .zr-select {
  min-height: 50px;
  padding: 0.9rem 1rem;
}

body[data-zr-ui="renewal"] .zr-textarea {
  min-height: 180px;
  padding: 1rem;
  resize: vertical;
}

body[data-zr-ui="renewal"] .zr-check-grid,
body[data-zr-ui="renewal"] .zr-radio-grid {
  display: grid;
  gap: 0.7rem;
}

body[data-zr-ui="renewal"] .zr-choice {
  display: flex;
  align-items: start;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--zr-line);
}

body[data-zr-ui="renewal"] .zr-choice input {
  margin-top: 0.22rem;
}

body[data-zr-ui="renewal"] .zr-vis-card {
  min-height: 180px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(24, 71, 164, 0.92), rgba(46, 93, 186, 0.86)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  position: relative;
  overflow: hidden;
}

body[data-zr-ui="renewal"] .zr-vis-card::before,
body[data-zr-ui="renewal"] .zr-vis-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  opacity: 0.65;
}

body[data-zr-ui="renewal"] .zr-vis-card::before {
  inset: auto auto -38px -28px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.16);
}

body[data-zr-ui="renewal"] .zr-vis-card::after {
  top: 22px;
  right: 18px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

body[data-zr-ui="renewal"] .zr-lecture-page .zr-vis-card {
  background:
    linear-gradient(145deg, rgba(20, 33, 60, 0.16), rgba(20, 33, 60, 0.04)),
    url("/img/lecture-request-hero.webp") center center / cover no-repeat;
}

body[data-zr-ui="renewal"] .zr-lecture-page .zr-vis-card::before,
body[data-zr-ui="renewal"] .zr-lecture-page .zr-vis-card::after {
  display: none;
}

@media (max-width: 1080px) {
  body[data-zr-ui="renewal"] .zr-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[data-zr-ui="renewal"] .zr-container {
    width: min(calc(100% - 24px), var(--zr-content-max));
  }

  body[data-zr-ui="renewal"] .zr-grid-2,
  body[data-zr-ui="renewal"] .zr-grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-zr-ui="renewal"] .zr-section + .zr-section {
    margin-top: 3.4rem;
  }
}
