/* Service-specific harmonization. Shared width rules live in service-detail-system.css. */
.visual-page {
  --service-accent: #2469d8;
  --service-accent-soft: #eaf2ff;
  --service-accent-ink: #174a9b;
  --website-primary: #0e5bbb;
  --website-footer: #0d2638;
}

.service-hero {
  border-bottom: 1px solid var(--service-accent-soft);
}

.detail-context,
.eyebrow,
.channel-cue,
.operation-cue,
.automation-cue,
.service-identity,
.access-panel__label,
.contact-panel__label {
  color: var(--service-accent);
}

.service-family::before {
  background: var(--service-accent);
}

.access-panel,
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  justify-content: initial;
  padding: 44px 48px;
  border: 1px solid var(--service-accent-soft);
  border-radius: 30px;
  color: #191f28;
  background:
    radial-gradient(circle at 92% 16%, var(--service-accent-soft), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 18px 48px rgba(13, 38, 56, 0.08);
}

.access-panel__label,
.contact-panel__label {
  margin-bottom: 8px;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.access-panel > div > p:nth-of-type(2),
.contact-panel > div > p:nth-of-type(2) {
  max-width: 710px;
  margin: 0;
  color: #333d4b;
  font-size: 0.96rem;
  line-height: 1.65;
}

.contact-panel h3 {
  max-width: 760px;
  margin: 0 0 8px;
  color: #191f28;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.35;
}

.access-panel__back-link,
.contact-panel__back-link {
  color: var(--service-accent-ink);
}

.access-panel .button,
.contact-panel .button {
  min-width: 176px;
  color: #fff;
  background: var(--website-primary);
  box-shadow: 0 12px 26px rgba(14, 91, 187, 0.16);
}

.access-panel__actions {
  min-width: 205px;
}

.access-panel__external {
  border-color: var(--service-accent);
  color: var(--service-accent-ink);
  background: #fff;
}

.site-footer {
  padding: 0;
  color: #b7c5cc;
  background: var(--website-footer);
}

.site-footer__grid {
  display: grid;
  min-height: 0;
  grid-template-columns: 1.3fr 0.85fr 0.85fr 0.85fr 0.9fr;
  gap: 42px;
  align-items: start;
  padding-block: 72px 82px;
}

.site-footer__grid > div:not(.site-footer__brand) {
  display: grid;
  align-content: start;
  gap: 8px;
}

.site-footer__grid b {
  margin-bottom: 8px;
  color: #6f8995;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.site-footer__grid a,
.site-footer__grid span {
  color: #b7c5cc;
  font-size: 0.78rem;
  line-height: 1.55;
  text-decoration: none;
}

.site-footer__grid a:hover {
  color: #fff;
}

.site-footer__brand strong {
  color: #fff;
  font-size: 1.38rem;
  letter-spacing: -0.055em;
}

.site-footer__brand p {
  margin: 14px 0 38px;
  color: #b7c5cc;
  font-size: 0.82rem;
}

.site-footer__brand small {
  color: #617985;
  font-size: 0.66rem;
}


.chatbot-section {
  --local-accent: #2469d8;
}

.sync-section {
  --local-accent: #d9b600;
}

.section-heading--chatbot .eyebrow,
.section-heading--chatbot + .chatbot-mechanism figcaption {
  color: #2469d8;
}

.section-heading--sync .eyebrow,
.section-heading--sync + .sync-process figcaption {
  color: #756300;
}

.chatbot-mechanism,
.sync-process {
  border: 1px solid color-mix(in srgb, var(--local-accent) 20%, transparent);
}

.chatbot-mechanism img,
.sync-process img {
  transform: scale(1.012);
  filter: drop-shadow(0 24px 38px rgba(11, 31, 58, 0.11));
}

.contact-panel__back-link {
  display: inline-flex;
  gap: 12px;
  margin-top: 18px;
  color: var(--service-accent-ink);
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

/* One page, two independent service heroes. */
.visual-page .chatbot-section,
.visual-page .sync-section {
  position: relative;
  display: grid;
  min-height: 720px;
  align-items: center;
  overflow: hidden;
  padding-block: 96px;
}

.visual-page .chatbot-section {
  background:
    radial-gradient(circle at 76% 24%, rgba(36, 105, 216, 0.12), transparent 32%),
    linear-gradient(135deg, #fff 0%, #f7faff 54%, #edf5ff 100%);
}

.visual-page .sync-section {
  background:
    radial-gradient(circle at 78% 24%, rgba(254, 229, 0, 0.13), transparent 31%),
    linear-gradient(135deg, #fff 0%, #fffdf3 57%, #fff9d8 100%);
}

.visual-page .chatbot-section::before,
.visual-page .sync-section::before {
  position: absolute;
  inset: 0 0 0 auto;
  width: 52vw;
  background-image:
    linear-gradient(color-mix(in srgb, var(--local-accent) 6%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--local-accent) 6%, transparent) 1px, transparent 1px);
  background-size: 68px 68px;
  content: "";
  mask-image: linear-gradient(to right, transparent, #000 28%);
  pointer-events: none;
}

.visual-page .detail-context {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 32px;
  color: var(--neutral-500);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
}

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

.dual-service-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 5vw, 78px);
  align-items: center;
}

.dual-service-hero__copy {
  min-width: 0;
}

.dual-service-hero__copy .eyebrow {
  margin-bottom: 16px;
  color: var(--local-accent);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.sync-section .dual-service-hero__copy .eyebrow {
  color: #756300;
}

.sync-section .dual-service-hero__copy .eyebrow::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--kakao-yellow);
  content: "";
}

.dual-service-hero__copy h1,
.dual-service-hero__copy h2 {
  max-width: 640px;
  margin: 0 0 24px;
  font-size: clamp(4.15rem, 5.4vw, 5.35rem);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.065em;
  word-break: keep-all;
}

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

.dual-service-hero__support {
  max-width: 550px;
  margin: 16px 0 0;
  color: var(--neutral-600);
  font-size: 0.92rem;
  line-height: 1.7;
  word-break: keep-all;
}

.dual-service-hero__summary {
  display: grid;
  max-width: 550px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
}

.dual-service-hero__summary li {
  min-width: 0;
  padding: 0 14px;
  border-left: 1px solid color-mix(in srgb, var(--local-accent) 24%, transparent);
}

.dual-service-hero__summary li:first-child {
  padding-left: 0;
  border-left: 0;
}

.dual-service-hero__summary li:last-child {
  padding-right: 0;
}

.dual-service-hero__summary span,
.dual-service-hero__summary strong {
  display: block;
}

.dual-service-hero__summary span {
  margin-bottom: 6px;
  color: color-mix(in srgb, var(--local-accent) 82%, var(--neutral-600));
  font-size: 0.66rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
}

.dual-service-hero__summary strong {
  color: var(--neutral-800);
  font-size: 0.76rem;
  font-weight: 740;
  line-height: 1.45;
  letter-spacing: -0.025em;
  word-break: keep-all;
}

.sync-section .dual-service-hero__summary span {
  color: #756300;
}

.dual-service-hero__visual.chatbot-mechanism,
.dual-service-hero__visual.sync-process {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  transform: none;
  box-shadow: none;
}

.dual-service-hero__visual img {
  width: 100%;
  transform: none;
  filter: none;
}

.visual-page .final-cta-section {
  padding-block: 76px 92px;
  background: #fff;
}

.visual-page .final-cta-section .contact-panel {
  margin-top: 0;
}

@media (max-width: 980px) {
  .visual-page .chatbot-section,
  .visual-page .sync-section {
    min-height: 0;
  }

  .dual-service-hero__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .dual-service-hero__visual {
    width: min(100%, 720px);
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .chatbot-mechanism img,
  .sync-process img {
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .visual-page .chatbot-section,
  .visual-page .sync-section {
    padding-block: 70px 68px;
  }

  .visual-page .detail-context {
    margin-bottom: 28px;
  }

  .dual-service-hero__grid {
    gap: 38px;
  }

  .dual-service-hero__copy h1,
  .dual-service-hero__copy h2 {
    margin-bottom: 18px;
    font-size: clamp(3.2rem, 15vw, 4rem);
  }

  .dual-service-hero__lead {
    font-size: 1.18rem;
  }

  .dual-service-hero__support {
    font-size: 0.9rem;
  }

  .dual-service-hero__summary {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 18px 0 24px;
  }

  .dual-service-hero__summary li,
  .dual-service-hero__summary li:first-child,
  .dual-service-hero__summary li:last-child {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 10px 0;
    border-top: 1px solid color-mix(in srgb, var(--local-accent) 20%, transparent);
    border-left: 0;
  }

  .dual-service-hero__summary li:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .dual-service-hero__summary span {
    margin: 3px 0 0;
  }

  .dual-service-hero__summary strong {
    font-size: 0.82rem;
  }

  .dual-service-hero__copy .button {
    width: 100%;
  }

  .visual-page .final-cta-section {
    padding-block: 54px 64px;
  }

  .chatbot-mechanism,
  .sync-process {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .access-panel,
  .contact-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 24px;
    border-radius: 24px;
  }

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

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 54px 62px;
  }

  .site-footer__brand {
    grid-column: auto;
  }

  .site-footer__brand p {
    margin-bottom: 22px;
  }
}
