body[data-zr-ui="renewal"] #wrap {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: visible !important;
}

body[data-zr-ui="renewal"] #header {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}

body[data-zr-ui="renewal"] .zr-page {
  padding-bottom: 4rem;
}

body[data-zr-ui="renewal"] .zr-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 1rem 0 0;
  backdrop-filter: blur(18px);
  --zr-header-text: #1c1b1b;
}

body[data-zr-ui="renewal"] .zr-site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: calc(100% + 1rem);
  background: linear-gradient(to bottom, rgba(252, 249, 248, 0.96), rgba(252, 249, 248, 0.68), rgba(252, 249, 248, 0));
  pointer-events: none;
}

body[data-zr-ui="renewal"] .zr-header-shell {
  position: relative;
  z-index: 1;
}

body[data-zr-ui="renewal"] .zr-header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--zr-line);
  box-shadow: var(--zr-shadow-soft);
}

body[data-zr-ui="renewal"] .zr-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
  text-decoration: none;
}

body[data-zr-ui="renewal"] .zr-brand-mark {
  width: clamp(6rem, 8.1vw, 7.55rem);
  height: clamp(1.38rem, 2.05vw, 1.84rem);
  display: block;
  border-radius: 0.52rem;
  background-color: transparent;
  background-image: image-set(
    url("/img/zooo-logo-primary.webp") type("image/webp"),
    url("/img/zooo-logo-primary.png") type("image/png")
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 6px 18px rgba(17, 53, 194, 0.08);
  filter: saturate(0.9) brightness(0.99) contrast(0.975);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}

body[data-zr-ui="renewal"] .zr-brand:hover .zr-brand-mark,
body[data-zr-ui="renewal"] .zr-brand:focus .zr-brand-mark {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(17, 53, 194, 0.12);
  filter: saturate(0.95) brightness(1) contrast(0.99);
}

body[data-zr-ui="renewal"] .zr-brand-copy {
  display: inline-flex;
  align-items: center;
  color: rgba(29, 32, 38, 0.72);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

body[data-zr-ui="renewal"] .zr-site-footer .zr-brand-mark {
  width: clamp(5.6rem, 7vw, 6.85rem);
  height: clamp(1.28rem, 1.7vw, 1.66rem);
  box-shadow: none;
  filter: saturate(0.88) brightness(0.98) contrast(0.98);
}

body[data-zr-ui="renewal"] .zr-site-footer .zr-brand-copy {
  font-size: 0.8rem;
  color: rgba(29, 32, 38, 0.64);
}

body[data-zr-ui="renewal"] .zr-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

body[data-zr-ui="renewal"] .zr-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  color: var(--zr-header-text);
  font-weight: 700;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

body[data-zr-ui="renewal"] .zr-nav-link:hover,
body[data-zr-ui="renewal"] .zr-nav-link:focus-visible,
body[data-zr-ui="renewal"] .zr-nav-link.is-current {
  color: var(--zr-primary);
  background: rgba(24, 71, 164, 0.08);
  transform: translateY(-1px);
}

body[data-zr-ui="renewal"] .zr-nav-link--sonolbot {
  position: relative;
  isolation: isolate;
  overflow: visible;
  color: #ffffff !important;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #4998ff 0%, #266fe9 58%, #174ec2 100%);
  border: 1px solid rgba(55, 118, 225, 0.82);
  box-shadow:
    0 10px 22px rgba(34, 98, 205, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  padding-inline: 1.08rem;
  text-shadow: 0 1px 0 rgba(10, 41, 110, 0.22);
}

body[data-zr-ui="renewal"] .zr-nav-link--sonolbot::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.44rem;
  border-radius: 999px;
  background: rgba(232, 248, 255, 0.98);
  box-shadow: 0 0 0 0.24rem rgba(191, 237, 255, 0.2);
}

body[data-zr-ui="renewal"] .zr-nav-link--sonolbot::after {
  content: "";
  position: absolute;
  inset: auto 0.42rem -0.38rem 0.42rem;
  height: 0.48rem;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(135deg, rgba(92, 176, 255, 0.34), rgba(24, 85, 207, 0.12));
  z-index: -1;
  opacity: 0.72;
  transition: opacity 180ms ease, transform 180ms ease;
}

body[data-zr-ui="renewal"] .zr-nav-link--sonolbot:hover,
body[data-zr-ui="renewal"] .zr-nav-link--sonolbot:focus-visible {
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 46%),
    linear-gradient(135deg, #56a5ff 0%, #317cf2 58%, #1d59d0 100%);
  transform: translateY(-2px);
}

body[data-zr-ui="renewal"] .zr-nav-link--sonolbot.is-current {
  color: #ffffff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 46%),
    linear-gradient(135deg, #63b6ff 0%, #3489ff 42%, #1c63e5 76%, #143fae 100%);
  border: 1px solid rgba(123, 202, 255, 0.92);
  box-shadow:
    0 0 0 3px rgba(136, 211, 255, 0.18),
    0 16px 30px rgba(28, 99, 229, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

body[data-zr-ui="renewal"] .zr-nav-link--sonolbot.is-current::before {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 0 0.32rem rgba(214, 244, 255, 0.22);
}

body[data-zr-ui="renewal"] .zr-nav-link--sonolbot.is-current::after {
  opacity: 1;
  transform: translateY(1px);
}

body[data-zr-ui="renewal"] .zr-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

body[data-zr-ui="renewal"] .zr-banner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.44rem;
  min-width: 2.9rem;
  height: 2.9rem;
  padding: 0 0.92rem 0 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(196, 198, 212, 0.28);
  color: var(--zr-ink);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body[data-zr-ui="renewal"] .zr-banner-link:hover,
body[data-zr-ui="renewal"] .zr-banner-link:focus-visible {
  background: #fff;
  transform: translateY(-1px);
}

body[data-zr-ui="renewal"] .zr-banner-link svg {
  width: 1.08rem;
  height: 1.08rem;
  stroke: currentColor;
  stroke-width: 1.75;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body[data-zr-ui="renewal"] .zr-banner-label {
  font-family: "SUIT Variable", SUIT, sans-serif !important;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

body[data-zr-ui="renewal"] .blind {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body[data-zr-ui="renewal"] .zr-menu-toggle {
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  border: 1px solid var(--zr-line);
  background: rgba(255, 255, 255, 0.76);
  color: var(--zr-primary);
}

body[data-zr-ui="renewal"] .zr-mobile-menu {
  display: none;
  margin-top: 0.8rem;
  padding: 0.9rem;
  border-radius: 26px;
  border: 1px solid var(--zr-line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--zr-shadow-soft);
}

body[data-zr-ui="renewal"].zr-nav-open .zr-mobile-menu {
  display: grid;
  gap: 0.4rem;
}

body[data-zr-ui="renewal"] .zr-mobile-link {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0.7rem 0.9rem;
  border-radius: 16px;
  color: var(--zr-header-text);
  background: rgba(246, 243, 242, 0.72);
}

body[data-zr-ui="renewal"] .zr-mobile-link.is-current,
body[data-zr-ui="renewal"] .zr-mobile-link:hover {
  color: var(--zr-primary);
  background: rgba(24, 71, 164, 0.08);
}

body[data-zr-ui="renewal"] .zr-mobile-link--sonolbot {
  color: #ffffff;
  padding: 0.7rem 1.25rem !important;
  background: linear-gradient(135deg, #4da1ff 0%, #1d69f3 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 16px rgba(29, 105, 243, 0.14);
}

body[data-zr-ui="renewal"] .zr-mobile-link--sonolbot.is-current {
  color: #ffffff;
  background: linear-gradient(135deg, #2a82ff 0%, #1355cf 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 8px 16px rgba(29, 105, 243, 0.18);
}

body[data-zr-ui="renewal"] #gongback30 {
  display: none;
}

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

body[data-zr-ui="renewal"] .zr-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1.3rem;
  align-items: stretch;
}

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

body[data-zr-ui="renewal"] .zr-hero-copy p {
  max-width: 42rem;
  margin: 0;
  color: var(--zr-muted);
  font-size: 1.06rem;
}

body[data-zr-ui="renewal"] .zr-editorial-card {
  display: grid;
  gap: 0.75rem;
}

body[data-zr-ui="renewal"] .zr-editorial-card h3,
body[data-zr-ui="renewal"] .zr-list-card h3,
body[data-zr-ui="renewal"] .zr-feature-title {
  margin: 0;
  font-family: "SUIT Variable", SUIT, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

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

body[data-zr-ui="renewal"] .zr-list-card ul li + li,
body[data-zr-ui="renewal"] .zr-bullet-list li + li {
  margin-top: 0.8rem;
}

body[data-zr-ui="renewal"] .zr-inline-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  color: var(--zr-muted);
  font-size: 0.92rem;
}

body[data-zr-ui="renewal"] .zr-inline-meta span::before {
  content: "•";
  margin-right: 0.45rem;
  color: rgba(24, 71, 164, 0.5);
}

body[data-zr-ui="renewal"] .zr-inline-meta span:first-child::before {
  content: "";
  margin-right: 0;
}

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

body[data-zr-ui="renewal"] .zr-topic-card {
  padding: 1.25rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--zr-line);
}

body[data-zr-ui="renewal"] .zr-topic-card strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "SUIT Variable", SUIT, sans-serif;
  letter-spacing: -0.03em;
}

body[data-zr-ui="renewal"] [style*="font-size:10px"],
body[data-zr-ui="renewal"] [style*="font-size: 10px"],
body[data-zr-ui="renewal"] font[style*="font-size:10px"],
body[data-zr-ui="renewal"] font[style*="font-size: 10px"] {
  font-size: 11px !important;
}

body[data-zr-ui="renewal"] [style*="font-size:11px"],
body[data-zr-ui="renewal"] [style*="font-size: 11px"],
body[data-zr-ui="renewal"] font[style*="font-size:11px"],
body[data-zr-ui="renewal"] font[style*="font-size: 11px"] {
  font-size: 12px !important;
}

body[data-zr-ui="renewal"] [style*="font-size:12px"],
body[data-zr-ui="renewal"] [style*="font-size: 12px"],
body[data-zr-ui="renewal"] font[style*="font-size:12px"],
body[data-zr-ui="renewal"] font[style*="font-size: 12px"] {
  font-size: 13px !important;
}

body[data-zr-ui="renewal"] [style*="font-size:13px"],
body[data-zr-ui="renewal"] [style*="font-size: 13px"],
body[data-zr-ui="renewal"] font[style*="font-size:13px"],
body[data-zr-ui="renewal"] font[style*="font-size: 13px"] {
  font-size: 14px !important;
}

body[data-zr-ui="renewal"] [style*="font-size:14px"],
body[data-zr-ui="renewal"] [style*="font-size: 14px"],
body[data-zr-ui="renewal"] font[style*="font-size:14px"],
body[data-zr-ui="renewal"] font[style*="font-size: 14px"] {
  font-size: 15px !important;
}

body[data-zr-ui="renewal"] .zr-popup-shell {
  width: min(920px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  padding: 1rem 0 0;
}

html.zr-popup-open,
body.zr-popup-open {
  overflow: hidden;
}

body[data-zr-ui="renewal"] .zr-popup-shell .contable3,
body[data-zr-ui="renewal"] .zr-lecture-form .contable3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.8rem;
}

body[data-zr-ui="renewal"] .zr-popup-shell th,
body[data-zr-ui="renewal"] .zr-popup-shell td,
body[data-zr-ui="renewal"] .zr-lecture-form th,
body[data-zr-ui="renewal"] .zr-lecture-form td {
  border: 0;
  padding: 0;
  vertical-align: top;
  background: transparent;
}

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

body[data-zr-ui="renewal"] .zr-popup-field,
body[data-zr-ui="renewal"] .zr-lecture-field,
body[data-zr-ui="renewal"] .zr-ref-block {
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid var(--zr-line);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--zr-shadow-soft);
}

body[data-zr-ui="renewal"] .zr-field-label {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--zr-ink);
  font-family: "SUIT Variable", SUIT, sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

body[data-zr-ui="renewal"] .zr-popup-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

body[data-zr-ui="renewal"] .zr-popup-actions .btnGeneral {
  min-width: 130px;
  min-height: 50px;
  border-radius: 999px;
  border: 0;
  font-weight: 800;
}

body[data-zr-ui="renewal"] .zr-popup-actions .zr-btn-muted {
  background: rgba(67, 70, 82, 0.12) !important;
  color: var(--zr-ink);
}

body[data-zr-ui="renewal"] .zr-reference-shell {
  display: grid;
  gap: 1.35rem;
}

body[data-zr-ui="renewal"] .zr-reference-page-shell {
  display: grid;
  gap: 1.35rem;
  padding-top: 3.75rem;
}

body[data-zr-ui="renewal"] .zr-reference-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.7fr);
  gap: 1.3rem;
  align-items: start;
}

body[data-zr-ui="renewal"] .zr-reference-article {
  display: grid;
  gap: 1rem;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

body[data-zr-ui="renewal"] .zr-reference-page-shell :is(p, li, td, th, span, div, small, a, font) {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body[data-zr-ui="renewal"] .zr-reference-article :is(p, li, td, th, span, div, small, a, font),
body[data-zr-ui="renewal"] .zr-reference-summary-card :is(p, li, td, th, span, div, small, a, font) {
  font-size: inherit !important;
  line-height: inherit !important;
}

body[data-zr-ui="renewal"] .zr-reference-article .ref_low_gubun {
  color: var(--zr-ink);
  font-size: 1rem;
}

body[data-zr-ui="renewal"] .zr-reference-article .ref_big_gubun,
body[data-zr-ui="renewal"] .zr-reference-article .ref_middle_gubun {
  color: var(--zr-ink);
}

body[data-zr-ui="renewal"] .zr-reference-map-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.52rem;
  min-height: 48px;
  padding: 0.82rem 1.22rem;
  border-radius: 999px;
  border: 1px solid rgba(24, 71, 164, 0.46);
  background:
    linear-gradient(135deg, rgba(24, 71, 164, 0.98), rgba(56, 96, 190, 0.92)),
    rgba(24, 71, 164, 0.96);
  font-weight: 800;
  color: #fff;
  box-shadow: 0 16px 30px rgba(24, 71, 164, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, filter 0.18s ease;
}

body[data-zr-ui="renewal"] .zr-reference-map-trigger::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 0.32rem rgba(255, 255, 255, 0.18);
  flex: 0 0 auto;
}

body[data-zr-ui="renewal"] .zr-reference-map-trigger::after {
  content: "→";
  font-size: 0.95rem;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.18s ease;
}

body[data-zr-ui="renewal"] .zr-reference-map-trigger:hover,
body[data-zr-ui="renewal"] .zr-reference-map-trigger:focus-visible {
  border-color: rgba(24, 71, 164, 0.62);
  box-shadow: 0 18px 34px rgba(24, 71, 164, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transform: translateY(-1px) scale(1.01);
  filter: saturate(1.04);
}

body[data-zr-ui="renewal"] .zr-reference-map-trigger:hover::after,
body[data-zr-ui="renewal"] .zr-reference-map-trigger:focus-visible::after {
  transform: translateX(2px);
}

body[data-zr-ui="renewal"] .zr-reference-summary-card {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

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

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

body[data-zr-ui="renewal"] .zr-lecture-copy h1 {
  margin: 0;
  font-family: "SUIT Variable", SUIT, sans-serif;
  font-size: clamp(2rem, 4vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

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

body[data-zr-ui="renewal"] .zr-faq-item,
body[data-zr-ui="renewal"] .zr-example-item {
  padding: 1.2rem 1.25rem;
  border: 1px solid var(--zr-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
}

body[data-zr-ui="renewal"] .zr-faq-item strong,
body[data-zr-ui="renewal"] .zr-example-item strong {
  color: var(--zr-primary);
}

body[data-zr-ui="renewal"] #copyright {
  width: min(calc(100% - 32px), var(--zr-content-max));
  margin: 3rem auto 0;
  padding: 1.5rem 1.6rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid var(--zr-line);
  box-shadow: var(--zr-shadow-soft);
  background-image: none !important;
}

body[data-zr-ui="renewal"] #copy1,
body[data-zr-ui="renewal"] #copy2,
body[data-zr-ui="renewal"] #copy3 {
  color: var(--zr-muted);
}

body[data-zr-ui="renewal"] #copyright.zr-site-footer-wrap {
  padding: 0;
  border: 0;
  background: transparent !important;
  box-shadow: none;
}

body[data-zr-ui="renewal"] .zr-site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.4rem 2rem;
  align-items: center;
  padding: 1.25rem 1.35rem;
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(196, 198, 212, 0.28);
  box-shadow: var(--zr-shadow-soft);
}

body[data-zr-ui="renewal"] .zr-site-footer-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(196, 198, 212, 0.42);
  background: rgba(255, 255, 255, 0.92);
  color: var(--zr-primary);
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 12px 28px rgba(23, 24, 32, 0.06);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body[data-zr-ui="renewal"] .zr-site-footer-contact:hover {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(23, 24, 32, 0.1);
}

body[data-zr-ui="renewal"].zr-home-page .zr-container,
body[data-zr-ui="renewal"].zr-home-page #contents,
body[data-zr-ui="renewal"].zr-home-page .zr-main,
body[data-zr-ui="renewal"].zr-board-page .zr-container,
body[data-zr-ui="renewal"].zr-board-page #contents,
body[data-zr-ui="renewal"].zr-board-page .zr-main,
body[data-zr-ui="renewal"].zr-reference-page .zr-container,
body[data-zr-ui="renewal"].zr-reference-page #contents,
body[data-zr-ui="renewal"].zr-reference-page .zr-main,
body[data-zr-ui="renewal"].zr-reference-page #copyright,
body[data-zr-ui="renewal"].zr-board-page #copyright,
body[data-zr-ui="renewal"].zr-home-page #copyright {
  width: min(calc(100% - 2.4rem), 90rem);
}

body[data-zr-ui="renewal"].zr-home-page .zr-site-header {
  padding: 0;
  background: rgba(252, 249, 248, 0.94);
  border-bottom: 1px solid rgba(196, 198, 212, 0.22);
}

body[data-zr-ui="renewal"].zr-board-page .zr-site-header {
  padding: 0;
  background: rgba(252, 249, 248, 0.94);
  border-bottom: 1px solid rgba(196, 198, 212, 0.22);
}

body[data-zr-ui="renewal"].zr-reference-page .zr-site-header {
  padding: 0;
  background: rgba(252, 249, 248, 0.94);
  border-bottom: 1px solid rgba(196, 198, 212, 0.22);
}

body[data-zr-ui="renewal"].zr-home-page .zr-site-header::before {
  height: 100%;
  background: linear-gradient(to bottom, rgba(252, 249, 248, 0.98), rgba(252, 249, 248, 0.92));
}

body[data-zr-ui="renewal"].zr-board-page .zr-site-header::before {
  height: 100%;
  background: linear-gradient(to bottom, rgba(252, 249, 248, 0.98), rgba(252, 249, 248, 0.92));
}

body[data-zr-ui="renewal"].zr-reference-page .zr-site-header::before {
  height: 100%;
  background: linear-gradient(to bottom, rgba(252, 249, 248, 0.98), rgba(252, 249, 248, 0.92));
}

body[data-zr-ui="renewal"].zr-home-page .zr-header-shell {
  width: min(calc(100% - 3rem), 90rem);
  margin: 0 auto;
}

body[data-zr-ui="renewal"].zr-board-page .zr-header-shell {
  width: min(calc(100% - 3rem), 90rem);
  margin: 0 auto;
}

body[data-zr-ui="renewal"].zr-reference-page .zr-header-shell {
  width: min(calc(100% - 3rem), 90rem);
  margin: 0 auto;
}

body[data-zr-ui="renewal"].zr-home-page .zr-header-bar {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 1.2rem 0;
}

body[data-zr-ui="renewal"].zr-board-page .zr-header-bar {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 1.16rem 0;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-zr-ui="renewal"].zr-reference-page .zr-header-bar {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 1.16rem 0;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-zr-ui="renewal"].zr-home-page .zr-nav-link {
  border-radius: 0;
  padding: 0.3rem 0.55rem 0.65rem;
  background: transparent;
}

body[data-zr-ui="renewal"].zr-board-page .zr-nav-link {
  border-radius: 0;
  padding: 0.3rem 0.55rem 0.65rem;
  background: transparent;
  min-height: 2.62rem;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}

body[data-zr-ui="renewal"].zr-reference-page .zr-nav-link {
  border-radius: 0;
  padding: 0.3rem 0.55rem 0.65rem;
  background: transparent;
  min-height: 2.62rem;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}

body[data-zr-ui="renewal"].zr-board-page .zr-brand-copy,
body[data-zr-ui="renewal"].zr-board-page .zr-brand-copy span,
body[data-zr-ui="renewal"].zr-board-page .zr-header-actions,
body[data-zr-ui="renewal"].zr-board-page .zr-menu-toggle {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-zr-ui="renewal"].zr-reference-page .zr-brand-copy,
body[data-zr-ui="renewal"].zr-reference-page .zr-brand-copy span,
body[data-zr-ui="renewal"].zr-reference-page .zr-header-actions,
body[data-zr-ui="renewal"].zr-reference-page .zr-menu-toggle {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-zr-ui="renewal"].zr-home-page .zr-nav-link:hover,
body[data-zr-ui="renewal"].zr-home-page .zr-nav-link:focus-visible,
body[data-zr-ui="renewal"].zr-board-page .zr-nav-link:hover,
body[data-zr-ui="renewal"].zr-board-page .zr-nav-link:focus-visible,
body[data-zr-ui="renewal"].zr-reference-page .zr-nav-link:hover,
body[data-zr-ui="renewal"].zr-reference-page .zr-nav-link:focus-visible,
body[data-zr-ui="renewal"].zr-board-page .zr-nav-link.is-current,
body[data-zr-ui="renewal"].zr-home-page .zr-nav-link.is-current {
  background: transparent;
  transform: none;
  color: var(--zr-primary);
  box-shadow: inset 0 -2px 0 var(--zr-primary);
}

body[data-zr-ui="renewal"].zr-home-page .zr-nav-link--sonolbot,
body[data-zr-ui="renewal"].zr-board-page .zr-nav-link--sonolbot,
body[data-zr-ui="renewal"].zr-reference-page .zr-nav-link--sonolbot {
  border-radius: 18px;
  padding: 0.48rem 1.16rem !important;
  min-height: 2.65rem;
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, #4f9dff 0%, #2a72ec 58%, #174fc5 100%) !important;
  border: 1px solid rgba(69, 130, 230, 0.76) !important;
  box-shadow:
    0 10px 20px rgba(30, 99, 214, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  text-shadow: 0 1px 0 rgba(10, 41, 110, 0.22);
}

body[data-zr-ui="renewal"].zr-home-page .zr-nav-link--sonolbot:hover,
body[data-zr-ui="renewal"].zr-home-page .zr-nav-link--sonolbot:focus-visible,
body[data-zr-ui="renewal"].zr-board-page .zr-nav-link--sonolbot:hover,
body[data-zr-ui="renewal"].zr-board-page .zr-nav-link--sonolbot:focus-visible,
body[data-zr-ui="renewal"].zr-reference-page .zr-nav-link--sonolbot:hover,
body[data-zr-ui="renewal"].zr-reference-page .zr-nav-link--sonolbot:focus-visible {
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0) 46%),
    linear-gradient(135deg, #62acff 0%, #3681f5 58%, #1d5bd1 100%) !important;
  transform: translateY(-2px);
  box-shadow:
    0 14px 24px rgba(30, 99, 214, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

body[data-zr-ui="renewal"].zr-home-page .zr-nav-link--sonolbot.is-current,
body[data-zr-ui="renewal"].zr-board-page .zr-nav-link--sonolbot.is-current,
body[data-zr-ui="renewal"].zr-reference-page .zr-nav-link--sonolbot.is-current {
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 46%),
    linear-gradient(135deg, #72c3ff 0%, #3e95ff 38%, #216be8 74%, #163ea8 100%) !important;
  border: 1px solid rgba(145, 219, 255, 0.96) !important;
  box-shadow:
    0 0 0 3px rgba(134, 211, 255, 0.18),
    0 16px 28px rgba(28, 99, 229, 0.24),
    inset 0 1px 1px rgba(255, 255, 255, 0.38) !important;
}

body[data-zr-ui="renewal"].zr-board-page .zr-nav-link--sonolbot.is-current,
body[data-zr-ui="renewal"].zr-reference-page .zr-nav-link--sonolbot.is-current {
  transform: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, #4f9dff 0%, #2a72ec 58%, #174fc5 100%) !important;
  border: 1px solid rgba(69, 130, 230, 0.76) !important;
  box-shadow:
    0 10px 20px rgba(30, 99, 214, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -4px 0 #0f3fa8 !important;
}

body[data-zr-ui="renewal"].zr-home-page .zr-nav-link--sonolbot::before,
body[data-zr-ui="renewal"].zr-board-page .zr-nav-link--sonolbot::before,
body[data-zr-ui="renewal"].zr-reference-page .zr-nav-link--sonolbot::before {
  background: #fff !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.82) !important;
  margin-right: 0.48rem !important;
  opacity: 1 !important;
}

body[data-zr-ui="renewal"].zr-home-page .zr-nav-link--sonolbot::after,
body[data-zr-ui="renewal"].zr-board-page .zr-nav-link--sonolbot::after,
body[data-zr-ui="renewal"].zr-reference-page .zr-nav-link--sonolbot::after {
  content: "";
  position: absolute;
  inset: auto 0.46rem -0.4rem 0.46rem;
  height: 0.48rem;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(135deg, rgba(97, 185, 255, 0.3), rgba(22, 79, 197, 0.12));
  opacity: 0.72;
  z-index: -1;
  transition: opacity 180ms ease, transform 180ms ease;
}

body[data-zr-ui="renewal"].zr-home-page .zr-nav-link--sonolbot.is-current::after,
body[data-zr-ui="renewal"].zr-board-page .zr-nav-link--sonolbot.is-current::after,
body[data-zr-ui="renewal"].zr-reference-page .zr-nav-link--sonolbot.is-current::after {
  opacity: 1;
  transform: translateY(1px);
}

body[data-zr-ui="renewal"].zr-board-page .zr-nav-link--sonolbot.is-current::after,
body[data-zr-ui="renewal"].zr-reference-page .zr-nav-link--sonolbot.is-current::after {
  display: none;
}

body[data-zr-ui="renewal"].zr-board-page .zr-banner-link {
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 2.9rem;
  min-height: auto;
  padding: 0 0.82rem 0 0.76rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(196, 198, 212, 0.28);
  box-shadow: 0 12px 28px rgba(16, 22, 36, 0.08);
  color: var(--zr-ink);
  font-size: inherit;
  font-weight: 700;
}

body[data-zr-ui="renewal"].zr-reference-page .zr-banner-link {
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 2.9rem;
  min-height: auto;
  padding: 0 0.82rem 0 0.76rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(196, 198, 212, 0.28);
  box-shadow: 0 12px 28px rgba(16, 22, 36, 0.08);
  color: var(--zr-ink);
  font-size: inherit;
  font-weight: 700;
}

body[data-zr-ui="renewal"].zr-board-page .zr-banner-link svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 1.75;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body[data-zr-ui="renewal"].zr-reference-page .zr-banner-link svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 1.75;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body[data-zr-ui="renewal"].zr-board-page .zr-banner-link:hover,
body[data-zr-ui="renewal"].zr-board-page .zr-banner-link:focus-visible,
body[data-zr-ui="renewal"].zr-reference-page .zr-banner-link:hover,
body[data-zr-ui="renewal"].zr-reference-page .zr-banner-link:focus-visible {
  background: #fff;
  border-color: rgba(24, 71, 164, 0.24);
  transform: translateY(-1px);
}

body[data-zr-ui="renewal"].zr-board-page #contents,
body[data-zr-ui="renewal"].zr-board-page .zr-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body[data-zr-ui="renewal"].zr-reference-page #contents,
body[data-zr-ui="renewal"].zr-reference-page .zr-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-shell {
  display: grid;
  gap: clamp(4.8rem, 8vw, 8.2rem);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-section,
body[data-zr-ui="renewal"].zr-home-page .zr-home-pane {
  display: grid;
  gap: 1.9rem;
}

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

body[data-zr-ui="renewal"].zr-home-page .zr-home-hero {
  padding-top: 3.75rem;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.76fr);
  gap: clamp(1.5rem, 3vw, 2.8rem);
  align-items: stretch;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-hero-copy,
body[data-zr-ui="renewal"].zr-home-page .zr-home-glass,
body[data-zr-ui="renewal"].zr-home-page .zr-home-update-card,
body[data-zr-ui="renewal"].zr-home-page .zr-home-series-card,
body[data-zr-ui="renewal"].zr-home-page .zr-home-text-card,
body[data-zr-ui="renewal"].zr-home-page .zr-home-topic-card,
body[data-zr-ui="renewal"].zr-home-page .zr-home-cta-band {
  position: relative;
  border-radius: 30px;
  border: 1px solid rgba(196, 198, 212, 0.22);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 18px 44px rgba(28, 27, 27, 0.05);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-hero-copy {
  display: grid;
  gap: 1.45rem;
  padding: clamp(2rem, 4vw, 3rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 243, 242, 0.92)),
    rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), var(--zr-shadow);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-hero-copy::after {
  content: "";
  position: absolute;
  inset: auto 1.4rem 1.4rem auto;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 96, 190, 0.14), transparent 66%);
  pointer-events: none;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-hero-copy h1 {
  margin: 0;
  max-width: 10.8em;
  font-family: "SUIT Variable", SUIT, "Pretendard Variable", Pretendard, sans-serif;
  font-size: clamp(2.35rem, 7.2vw, 5.2rem);
  font-weight: 760;
  line-height: 1.03;
  letter-spacing: -0.04em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-hero-copy p {
  max-width: 37rem;
  margin: 0;
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  color: var(--zr-muted);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-chip-row,
body[data-zr-ui="renewal"].zr-home-page .zr-home-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-subtle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.78rem 1.2rem;
  border-radius: 999px;
  border: 1px solid var(--zr-line);
  background: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  color: var(--zr-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-subtle:hover,
body[data-zr-ui="renewal"].zr-home-page .zr-home-subtle:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.96);
}

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

body[data-zr-ui="renewal"].zr-home-page .zr-home-glass {
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 1.5rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(240, 237, 237, 0.84)),
    rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 28px 60px rgba(28, 27, 27, 0.08);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-stat-grid article {
  padding: 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(196, 198, 212, 0.22);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-stat-grid strong {
  display: block;
  font-family: "SUIT Variable", SUIT, sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-stat-grid span,
body[data-zr-ui="renewal"].zr-home-page .zr-home-note small {
  color: var(--zr-muted);
  font-size: 0.84rem;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-note-list,
body[data-zr-ui="renewal"].zr-home-page .zr-home-text-list {
  display: grid;
  gap: 0.8rem;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-note,
body[data-zr-ui="renewal"].zr-home-page .zr-home-text-card {
  display: grid;
  gap: 0.55rem;
  padding: 1.05rem 1.15rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(196, 198, 212, 0.2);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-note a,
body[data-zr-ui="renewal"].zr-home-page .zr-home-text-card a {
  font-weight: 700;
  letter-spacing: -0.03em;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-update-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(18rem, 0.72fr);
  gap: 1.1rem;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-update-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 2vw, 1.6rem);
  align-content: start;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-update-card.is-featured {
  grid-row: span 2;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-series-grid,
body[data-zr-ui="renewal"].zr-home-page .zr-home-topic-grid {
  display: grid;
  gap: 1.1rem;
}

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

body[data-zr-ui="renewal"].zr-home-page .zr-home-series-card,
body[data-zr-ui="renewal"].zr-home-page .zr-home-topic-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 2vw, 1.6rem);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-series-card:hover,
body[data-zr-ui="renewal"].zr-home-page .zr-home-topic-card:hover {
  transform: translateY(-3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 24px 44px rgba(28, 27, 27, 0.08);
  border-color: rgba(24, 71, 164, 0.14);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(17rem, 0.88fr);
  gap: 1.2rem;
}

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

body[data-zr-ui="renewal"].zr-home-page .zr-home-topic-card {
  min-height: 13.5rem;
  align-content: start;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-topic-index {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(24, 71, 164, 0.08);
  color: var(--zr-primary);
  font-weight: 700;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-card-copy {
  display: grid;
  gap: 0.8rem;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-card-copy h3,
body[data-zr-ui="renewal"].zr-home-page .zr-home-topic-card h3 {
  margin: 0;
  font-family: "SUIT Variable", SUIT, sans-serif;
  font-size: clamp(1.16rem, 2vw, 1.58rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-card-copy p,
body[data-zr-ui="renewal"].zr-home-page .zr-home-topic-card p,
body[data-zr-ui="renewal"].zr-home-page .zr-home-cta-band p {
  margin: 0;
  color: var(--zr-muted);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.8rem;
  color: var(--zr-muted);
  font-size: 0.9rem;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-meta strong {
  color: var(--zr-ink);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 10rem;
  background:
    linear-gradient(135deg, rgba(24, 71, 164, 0.95), rgba(56, 96, 190, 0.72)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-update-card.is-featured .zr-home-visual {
  min-height: 13.8rem;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.28), transparent 20%),
    radial-gradient(circle at 75% 18%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(160deg, transparent 15%, rgba(255, 255, 255, 0.08) 50%, transparent 70%);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-visual::after {
  content: "";
  position: absolute;
  inset: auto -1.5rem -2.2rem auto;
  width: 9rem;
  height: 9rem;
  border-radius: 2.6rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  transform: rotate(28deg);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-visual.tone-ink {
  background:
    linear-gradient(135deg, rgba(67, 70, 82, 0.96), rgba(95, 101, 118, 0.74)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-visual.tone-green {
  background:
    linear-gradient(135deg, rgba(0, 110, 7, 0.95), rgba(59, 148, 74, 0.76)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-cta-band {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: clamp(1.6rem, 4vw, 2.3rem);
  background:
    linear-gradient(135deg, rgba(24, 71, 164, 0.95), rgba(56, 96, 190, 0.86)),
    rgba(24, 71, 164, 0.92);
  color: #fff;
  box-shadow: 0 22px 48px rgba(24, 71, 164, 0.22);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-cta-band .zr-kicker {
  display: block;
  width: max-content;
  margin-bottom: 0.72rem;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.16);
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-cta-band .zr-kicker strong,
body[data-zr-ui="renewal"].zr-home-page .zr-home-cta-band h2,
body[data-zr-ui="renewal"].zr-home-page .zr-home-cta-band p {
  color: #fff;
}

body[data-zr-ui="renewal"].zr-home-page .zr-home-cta-band .zr-home-subtle {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

@media (max-width: 1080px) {
  body[data-zr-ui="renewal"] .zr-header-bar {
    grid-template-columns: auto auto;
  }

  body[data-zr-ui="renewal"] .zr-nav {
    display: none;
  }

  body[data-zr-ui="renewal"] .zr-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
  }

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

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

  body[data-zr-ui="renewal"].zr-home-page .zr-home-hero-grid,
  body[data-zr-ui="renewal"].zr-home-page .zr-home-update-grid,
  body[data-zr-ui="renewal"].zr-home-page .zr-home-series-grid,
  body[data-zr-ui="renewal"].zr-home-page .zr-home-split-grid,
  body[data-zr-ui="renewal"].zr-home-page .zr-home-cta-band {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-zr-ui="renewal"].zr-home-page .zr-home-update-card.is-featured {
    grid-row: auto;
  }
}

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

  body[data-zr-ui="renewal"] .zr-header-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    border-radius: 28px;
  }

  body[data-zr-ui="renewal"] .zr-header-actions {
    display: none;
  }

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

  body[data-zr-ui="renewal"] .zr-popup-actions {
    flex-direction: column-reverse;
  }

  body[data-zr-ui="renewal"].zr-home-page .zr-container,
  body[data-zr-ui="renewal"].zr-home-page #contents,
  body[data-zr-ui="renewal"].zr-home-page .zr-main,
  body[data-zr-ui="renewal"].zr-home-page #copyright {
    width: min(calc(100% - 24px), 90rem);
  }

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

  body[data-zr-ui="renewal"].zr-home-page .zr-home-hero-copy h1 {
    font-size: clamp(2.15rem, 12vw, 3.7rem);
  }

  body[data-zr-ui="renewal"] .zr-site-footer {
    grid-template-columns: 1fr;
  }

  body[data-zr-ui="renewal"] .zr-site-footer-contact {
    justify-self: flex-start;
  }
}
