.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: 730px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 21%, rgba(23, 166, 197, 0.14), transparent 31%),
    linear-gradient(135deg, #fff 0%, #f8fbff 48%, #eaf3ff 100%);
}

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

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

.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: 20px;
  color: var(--neutral-500);
  font-size: 0.68rem;
  letter-spacing: 0;
}

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

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

.operation-cue > span {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--blue-600);
  font-size: 0.84rem;
  letter-spacing: 0;
}

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

.service-hero h1 {
  max-width: 620px;
  margin-bottom: 12px;
  font-size: clamp(3.9rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.068em;
}

.service-family {
  margin: 0 0 16px;
  color: var(--blue-600);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.service-family + .operation-cue {
  margin-bottom: 18px;
}

.service-family::before {
  display: inline-block;
  width: 28px;
  height: 3px;
  margin: 0 10px 3px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-600), var(--cyan-500));
  content: "";
}

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

.service-hero__support {
  max-width: 560px;
  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: 16px;
  margin: 25px 0 26px;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  padding-top: 12px;
  border-top: 1px solid rgba(27, 100, 218, 0.2);
}

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

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

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

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

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

.message-operation {
  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.7rem, 4.2vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: -0.062em;
}

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

.operation-stage {
  display: grid;
  grid-template-columns: minmax(580px, 1.22fr) minmax(300px, 0.78fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
  min-height: 710px;
  padding: 58px clamp(28px, 4vw, 68px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 26% 28%, rgba(23, 166, 197, 0.12), transparent 33%),
    linear-gradient(145deg, #f8fbff 0%, #eef6ff 58%, #f3f1ff 100%);
  box-shadow: var(--shadow-soft);
}

.operation-stage__visual {
  margin: 0;
}

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

.operation-stage__copy {
  display: grid;
  gap: 52px;
}

.operation-stage__copy article {
  padding-top: 20px;
  border-top: 1px solid rgba(27, 100, 218, 0.24);
}

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

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

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

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

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

.access-panel__label {
  margin-bottom: 12px;
  color: #73d7eb;
}

.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__actions {
  display: flex;
  min-width: 210px;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 14px;
}

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

.access-panel__external {
  color: #c5d7ea;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.site-footer {
  padding: 58px 0;
  color: #aebed2;
  background: var(--blue-950);
}

.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: #73d7eb;
  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: 1120px) {
  .service-hero__grid {
    grid-template-columns: minmax(0, 0.84fr) minmax(500px, 1.16fr);
  }

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

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

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

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

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

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

  .operation-stage {
    gap: 40px;
  }

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

  .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;
  }

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

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

  .service-hero__lead br {
    display: none;
  }

  .benefit-list {
    gap: 9px;
  }

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

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

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

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

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

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

  .operation-stage__copy h3 {
    font-size: 1.8rem;
  }

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

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

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