.visual-page {
  color: var(--neutral-900);
  background: var(--paper);
  font-weight: 400;
  line-height: 1.5;
}

.visual-page :focus-visible {
  outline: 3px solid rgba(27, 100, 218, 0.4);
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--neutral-200);
  background: rgba(255, 255, 255, 0.96);
}

.site-header__inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 28px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  text-decoration: none;
}

.wordmark strong,
.site-footer__brand strong {
  font-size: 1.38rem;
  font-weight: 750;
  letter-spacing: -0.055em;
}

.wordmark__symbol {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 23px;
}

.wordmark__symbol i {
  position: absolute;
  width: 20px;
  height: 18px;
  border: 2px solid var(--brand-teal);
  border-radius: 7px;
}

.wordmark__symbol i::after {
  position: absolute;
  bottom: -5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid var(--brand-teal);
  border-left: 2px solid var(--brand-teal);
  content: "";
  transform: skewY(-28deg);
}

.wordmark__symbol i:last-child {
  right: 0;
  bottom: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 48px);
  margin-inline: auto;
}

.main-nav a {
  position: relative;
  color: var(--neutral-600);
  font-size: 0.92rem;
  font-weight: 680;
  text-decoration: none;
}

.main-nav a.is-active {
  color: var(--blue-700);
}

.main-nav a.is-active::after {
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--blue-600);
  content: "";
}

.main-nav span {
  margin-left: 4px;
  color: #9ba3aa;
  font-size: 0.75rem;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: var(--blue-700);
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
}

.button--small {
  min-height: 44px;
  padding-inline: 20px;
}

.button span {
  font-size: 1.1rem;
}

.service-hero {
  position: relative;
  display: grid;
  min-height: 720px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 22%, rgba(3, 199, 90, 0.15), transparent 31%),
    linear-gradient(135deg, #fff 0%, #f8fbff 50%, #edf9f3 100%);
}

.service-hero::before {
  position: absolute;
  inset: 0 0 0 auto;
  width: 52vw;
  background-image:
    linear-gradient(rgba(3, 199, 90, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 199, 90, 0.045) 1px, transparent 1px);
  background-size: 68px 68px;
  content: "";
  mask-image: linear-gradient(to right, transparent, #000 28%);
}

.service-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(30px, 4vw, 68px);
  align-items: center;
  padding-block: 56px;
}

.detail-context,
.eyebrow,
.access-panel__label {
  margin: 0 0 14px;
  color: var(--blue-600);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.detail-context {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--neutral-500);
  font-size: 0.68rem;
  letter-spacing: 0;
}

.detail-context i {
  width: 18px;
  height: 1px;
  background: var(--neutral-300);
}

.channel-cue {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 13px;
  color: var(--naver-green-deep);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.channel-cue > span {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: var(--naver-green);
  font-size: 0.68rem;
  letter-spacing: 0;
}

.service-hero h1,
.section-heading h2,
.experience-stage__copy h3 {
  margin-top: 0;
  overflow-wrap: normal;
  word-break: keep-all;
  font-weight: 760;
}

.service-hero h1 {
  max-width: 640px;
  margin-bottom: 10px;
  font-size: clamp(4.1rem, 5.4vw, 5.3rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.service-family {
  margin: 0 0 24px;
  color: var(--naver-green-deep);
  font-size: 0.82rem;
  font-weight: 780;
  letter-spacing: 0.04em;
}

.service-family::before {
  display: inline-block;
  width: 28px;
  height: 3px;
  margin: 0 10px 3px 0;
  border-radius: 999px;
  background: var(--naver-green);
  content: "";
}

.service-hero__lead {
  max-width: 600px;
  margin: 0;
  color: var(--neutral-900);
  font-size: clamp(1.28rem, 1.8vw, 1.62rem);
  font-weight: 720;
  line-height: 1.38;
  letter-spacing: -0.035em;
}

.service-hero__support {
  max-width: 570px;
  margin: 12px 0 0;
  color: var(--neutral-600);
  font-size: 0.9rem;
  line-height: 1.7;
}

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

.benefit-list li {
  padding-top: 12px;
  border-top: 1px solid rgba(3, 199, 90, 0.24);
}

.benefit-list li > span {
  display: block;
  margin-bottom: 6px;
  color: var(--naver-green-deep);
  font-size: 0.65rem;
  font-weight: 800;
}

.benefit-list strong {
  color: var(--neutral-700);
  font-size: 0.75rem;
  line-height: 1.4;
}

.service-hero__visual {
  width: min(740px, 100%);
  margin: 0;
  justify-self: end;
}

.service-hero__visual img {
  width: 100%;
  filter: drop-shadow(0 34px 60px rgba(11, 31, 58, 0.12));
}

.service-hero__visual figcaption {
  margin-top: 3px;
  color: var(--neutral-500);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: right;
}

.message-experience {
  padding: 112px 0 94px;
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.55fr;
  gap: clamp(42px, 7vw, 96px);
  align-items: end;
  margin-bottom: 52px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 4.3vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.062em;
}

.section-heading > p {
  max-width: 420px;
  margin: 0 0 7px;
  color: var(--neutral-600);
}

.experience-stage {
  display: grid;
  grid-template-columns: minmax(540px, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
  min-height: 680px;
  padding: 54px clamp(28px, 4vw, 68px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 26% 28%, rgba(3, 199, 90, 0.13), transparent 32%),
    linear-gradient(145deg, #f8fbff 0%, #eef6ff 48%, #eefbf4 100%);
  box-shadow: var(--shadow-soft);
}

.experience-stage__visual {
  margin: 0;
}

.experience-stage__visual img {
  width: 100%;
  filter: drop-shadow(0 30px 50px rgba(11, 31, 58, 0.11));
}

.experience-stage__copy {
  display: grid;
  gap: 54px;
}

.experience-stage__copy article {
  padding-top: 20px;
  border-top: 1px solid rgba(3, 199, 90, 0.32);
}

.experience-stage__copy article > p:first-child {
  display: flex;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--naver-green-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.experience-stage__copy article > p:first-child span {
  color: var(--blue-600);
}

.experience-stage__copy h3 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.experience-stage__copy article > p:last-child {
  margin: 0;
  color: var(--neutral-600);
  line-height: 1.75;
}

.access-panel {
  display: flex;
  min-height: 245px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 76px;
  padding: 48px 56px;
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(3, 199, 90, 0.32), transparent 32%),
    linear-gradient(135deg, var(--blue-900), var(--blue-800));
}

.access-panel__label {
  margin-bottom: 12px;
  color: #69e3a0;
}

.access-panel div > p:not(.access-panel__label) {
  max-width: 620px;
  margin: 0;
  color: #d9e6f4;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.access-panel__back-link {
  display: inline-flex;
  gap: 12px;
  margin-top: 20px;
  color: #aebed2;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.access-panel .button {
  flex: 0 0 auto;
  color: var(--blue-900);
  background: #fff;
}

.site-footer {
  padding: 58px 0;
  color: #aebed2;
  background: #07172d;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr auto;
  gap: 42px;
  align-items: start;
}

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

.site-footer p {
  margin: 9px 0 0;
  font-size: 0.78rem;
  line-height: 1.7;
}

.site-footer__label {
  color: #65e19c;
  font-size: 0.65rem !important;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.site-footer a {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .service-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
  }

  .service-hero h1 {
    font-size: clamp(3.5rem, 6vw, 4.4rem);
  }

  .experience-stage {
    grid-template-columns: minmax(460px, 1.1fr) minmax(280px, 0.9fr);
    gap: 44px;
  }
}

@media (max-width: 860px) {
  .main-nav {
    display: none;
  }

  .service-hero__grid,
  .section-heading,
  .experience-stage {
    grid-template-columns: 1fr;
  }

  .service-hero__grid {
    padding-block: 70px;
  }

  .service-hero__visual {
    width: min(680px, 100%);
    justify-self: center;
  }

  .experience-stage {
    gap: 40px;
  }

  .experience-stage__copy {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .access-panel,
  .site-footer__grid {
    align-items: flex-start;
  }

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

@media (max-width: 600px) {
  .site-header__inner {
    min-height: 66px;
  }

  .button--small {
    min-height: 40px;
    padding-inline: 16px;
  }

  .service-hero {
    min-height: auto;
  }

  .service-hero__grid {
    gap: 42px;
    padding-block: 44px 54px;
  }

  .detail-context {
    margin-bottom: 18px;
  }

  .service-hero h1 {
    font-size: 3.2rem;
  }

  .service-hero__lead {
    font-size: 1.22rem;
  }

  .service-hero__lead br {
    display: none;
  }

  .benefit-list {
    gap: 10px;
  }

  .benefit-list strong {
    font-size: 0.69rem;
  }

  .message-experience {
    padding: 74px 0 66px;
  }

  .section-heading {
    gap: 24px;
    margin-bottom: 36px;
  }

  .section-heading h2 {
    font-size: 2.65rem;
  }

  .experience-stage {
    min-height: 0;
    padding: 28px 18px 34px;
    border-radius: 26px;
  }

  .experience-stage__copy {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .experience-stage__copy h3 {
    font-size: 1.85rem;
  }

  .access-panel {
    flex-direction: column;
    margin-top: 52px;
    padding: 34px 28px;
    border-radius: 26px;
  }

  .access-panel .button {
    width: 100%;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
