﻿:root {
  --blue: #377dff;
  --soft: #f2f5f7;
  --line: #e8e8e8;
  --white: #fff;
  --text-strong: #333333;
  --text-body: #666666;
  --text-muted: #999999;
  --header-height: 80px;
  --footer-height: 240px;
  --hero-min-safe: 920px;
  --solution-min-safe: 880px;
  --company-min-safe: 960px;
  --closing-min-safe: 360px;
}

/* Company intro page overrides */
body.page-company .hero {
  min-height: auto;
  padding: 0;
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(255, 255, 255, 0.18) 0,
      rgba(255, 255, 255, 0) 28%
    ),
    linear-gradient(135deg, #04163d 0%, #0f71bb 48%, #7fd4f2 100%);
}

body.page-company .hero::before {
  background:
    linear-gradient(
      180deg,
      rgba(2, 10, 35, 0.36) 0%,
      rgba(2, 10, 35, 0.08) 60%,
      rgba(2, 10, 35, 0) 100%
    ),
    linear-gradient(
      90deg,
      rgba(3, 11, 31, 0.5) 0%,
      rgba(3, 11, 31, 0.06) 42%,
      rgba(3, 11, 31, 0) 100%
    );
}

body.page-company .hero-content,
body.page-company .product-switch,
body.page-company .hero-actions,
body.page-company .hero-dashboard,
body.page-company .stats-band {
  display: none;
}

body.page-company .company-hero {
  position: relative;
  overflow: hidden;
}

body.page-company .company-hero__inner {
  min-height: 255px;
  padding: 180px 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
}

body.page-company .company-hero__copy {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: min(100%, 920px);
}

body.page-company .company-hero__copy .eyebrow {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 12px;
}

body.page-company .company-hero h1 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 800;
}

body.page-company .company-hero p {
  width: min(100%, 720px);
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.5;
}

body.page-company .company-hero__visual {
  position: relative;
  min-height: 240px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

body.page-company .company-hero__visual::before,
body.page-company .company-hero__visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

body.page-company .company-hero__visual::before {
  width: 320px;
  height: 320px;
  right: 36px;
  top: 4px;
  background: rgba(255, 255, 255, 0.1);
  filter: blur(2px);
}

body.page-company .company-hero__visual::after {
  width: 210px;
  height: 210px;
  right: 0;
  bottom: 14px;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(1px);
}

body.page-company .company-hero__card {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  margin-left: auto;
  padding: 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.16),
    rgba(255, 255, 255, 0.08)
  );
  box-shadow: 0 24px 50px rgba(4, 11, 31, 0.18);
  backdrop-filter: blur(10px);
}

body.page-company .company-hero__card span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  letter-spacing: 0.18em;
}

body.page-company .company-hero__card strong {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
}

body.page-company .company-hero__card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.5;
}

/* body.page-company .section-head {
  margin-bottom: 34px;
} */

body.page-company .section-head h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
}

body.page-company .section-head p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.6;
}

body.page-company .section-head--compact {
  margin-bottom: 90px;
}

body.page-company .company-cases {
  min-height: auto;
  height: auto;
  display: block;
  overflow: visible;
  padding: 120px 0;
  /* background:
    linear-gradient(
      180deg,
      rgba(246, 248, 252, 0.45),
      rgba(246, 248, 252, 0.45)
    ),
    #fff; */
}

body.page-company .company-cases .section-inner {
  width: min(1440px, calc(100% - 80px));
}

body.page-company .case-marquee {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  /* margin-top: 18px; */
  cursor: grab;
  touch-action: pan-y;
}

body.page-company .case-marquee::before,
body.page-company .case-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(180px, 18vw, 360px);
  z-index: 3;
  pointer-events: none;
}

body.page-company .case-marquee::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.95) 34%,
    rgba(255, 255, 255, 0) 100%
  );
}

body.page-company .case-marquee::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.95) 34%,
    rgba(255, 255, 255, 0) 100%
  );
}

body.page-company .case-marquee.is-dragging {
  cursor: grabbing;
}

body.page-company .case-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: max-content;
  padding-left: 240px;
  will-change: transform;
}

body.page-company .case-card {
  /* flex: 0 0 480px; */
  width: 480px;
  min-height: 200px;
  padding: 40px;
  border: 1px solid #e3e8f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

body.page-company .case-logo-box {
  width: 100%;
  height: 60px;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

body.page-company .case-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}

/* 회사소개-구축사례 개별 로고사이즈 */
body.page-company .case-logo-box--samsung img {
  max-width: 144px;
  max-height: 22px;
}

body.page-company .case-logo-box--hdhyundai img {
  max-width: 168px;
  max-height: 32px;
}

body.page-company .case-logo-box--bankkorea img {
  max-width: 140px;
  max-height: 44px;
}

body.page-company .case-logo-box--shinsegaeinc img {
  max-width: 176x;
  max-height: 28px;
}

body.page-company .case-logo-box--nhbank img {
  max-width: 168px;
  max-height: 26px;
}

body.page-company .case-logo-box--nhlife img {
  max-width: 160px;
  max-height: 26px;
}

body.page-company .case-logo-box--doosanener img {
  max-width: 240px;
  max-height: 20px;
}

body.page-company .case-logo-box--kbbank img {
  max-width: 170px;
  max-height: 28px;
}

body.page-company .case-logo-box--shinhanbank img {
  max-width: 158px;
  max-height: 32px;
}

body.page-company .case-logo-box--kepco img {
  max-width: 164px;
  max-height: 34px;
}

body.page-company .case-logo-box--nonghyup img {
  max-width: 154px;
  max-height: 26px;
}

body.page-company .case-logo-box--skbroadband img {
  max-width: 137px;
  max-height: 44px;
}

body.page-company .case-logo-box--koreagas img {
  max-width: 166px;
  max-height: 34px;
}

body.page-company .case-logo-box--ex img {
  max-width: 180px;
  max-height: 20px;
}

body.page-company .case-logo-box--koreahealth img {
  max-width: 88px;
  max-height: 38px;
}

body.page-company .case-logo-box--khnp img {
  max-width: 208px;
  max-height: 38px;
  object-position: left center;
}

body.page-company .case-logo-box--koreapost img {
  max-width: 174px;
  max-height: 34px;
}

body.page-company .case-card p {
  /* position: absolute;
  left: 40px;
  right: 40px;
  bottom: 54px; */
  margin: 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: -0.01em;
  word-break: keep-all;
}

body.page-company .company-values {
  min-height: auto;
  padding: 120px 0;
  background: #f2f3f8 url("image/companyback.jpg") center center / cover
    no-repeat;
}

body.page-company .company-values::before,
body.page-company .company-values::after {
  content: none;
}

body.page-company .value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-top: 100px;
  width: min(100%, 1080px);
  margin: 0 auto;
}

body.page-company .value-card {
  min-height: 232px;
  background: rgba(55, 125, 255, 0.05);
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  box-shadow: none;
  backdrop-filter: none;
  transform: translateY(0);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
  will-change: transform, box-shadow;
}

body.page-company .value-card.is-reveal-ready {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(8px);
}

body.page-company .value-card.is-reveal-ready,
body.page-company .value-card.is-revealed {
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.8s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

body.page-company .value-card.is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

body.page-company .value-card:hover,
body.page-company .value-card:focus-within {
  transform: translateY(-4px);
  background: rgba(55, 125, 255, 0.065);
  box-shadow: 0 10px 18px rgba(20, 33, 55, 0.08);
}

body.page-company .value-card__head {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

body.page-company .value-card__icon {
  width: 60px;
  height: 60px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
}

body.page-company .value-card__icon img {
  width: 60px;
  height: 60px;
}

body.page-company .value-card h3 {
  margin: 0;
  color: var(--text-strong);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  text-align: left;
}

body.page-company .value-card strong {
  display: block;
  margin-top: 24px;
  color: var(--text-strong);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
}

body.page-company .value-card p {
  margin: 14px 0 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}

body.page-company .value-card:hover .value-card__icon,
body.page-company .value-card:focus-within .value-card__icon {
  transform: translateY(-2px);
}

body.page-company .company-history {
  position: relative;
  min-height: auto;
  padding: 120px 0;
  overflow: hidden;
  background:
    /* linear-gradient(
      180deg,
      rgba(248, 250, 253, 0.88),
      rgba(248, 250, 253, 0.88)
    ), */ #fff;
}

body.page-company .company-history::before,
body.page-company .company-history::after {
  content: none;
}

body.page-company .history-marquee {
  position: relative;
  width: 100vw;
  margin-top: 18px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

body.page-company .history-marquee::before,
body.page-company .history-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(180px, 18vw, 360px);
  z-index: 3;
  pointer-events: none;
}

body.page-company .history-marquee::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.95) 34%,
    rgba(255, 255, 255, 0) 100%
  );
}

body.page-company .history-marquee::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.95) 34%,
    rgba(255, 255, 255, 0) 100%
  );
}

body.page-company .history-marquee.is-dragging {
  cursor: grabbing;
}

body.page-company .history-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: max-content;
  padding-left: 240px;
  will-change: transform;
}

body.page-company .history-card {
  width: 480px;
  min-height: 260px;
  padding: 40px;
  border: 1px solid #e3e8f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.page-company .history-card h3 {
  margin: 0 0 40px;
  color: #2e7bf0;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}

body.page-company .history-card ul {
  margin: 0;
  padding: 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.7;
}

body.page-company .history-card li {
  position: relative;
  list-style: none;
  padding-left: 24px;
}

body.page-company .history-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url("image/icon/icon_check.svg") center / contain no-repeat;
}

body.page-company .history-card li + li {
  margin-top: 7px;
}

body.page-company .company-cta {
  min-height: max(
    var(--closing-min-safe),
    calc(100svh - var(--header-height) - var(--footer-height))
  );
  background: var(--soft);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body.page-company .closing-inner {
  transform: translateY(-10px);
}

body.page-company .company-cta h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: 60px;
  line-height: 1.2;
  font-weight: 800;
}

body.page-company .company-cta p {
  margin: 30px 0 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.65;
}

body.page-company .button-row.centered {
  justify-content: center;
  margin-top: 74px;
}

@media (max-width: 1200px) {
  body.page-company .company-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  body.page-company .company-hero__visual {
    justify-content: flex-start;
    min-height: 200px;
  }

  body.page-company .company-hero__card {
    margin-left: 0;
  }

  body.page-company .history-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.page-company[data-current-language="en"] .company-hero__inner,
  body.page-company[data-current-language="ja"] .company-hero__inner {
    min-height: 0;
    padding: 90px 0;
    align-items: start;
  }

  body.page-company[data-current-language="en"] .company-hero__copy,
  body.page-company[data-current-language="ja"] .company-hero__copy {
    width: min(100%, 560px);
  }

  body.page-company .company-hero__inner {
    min-height: 0;
    padding: 90px 0;
  }

  body.page-company[data-current-language="en"] .company-hero h1,
  body.page-company[data-current-language="ja"] .company-hero h1 {
    margin-top: 8px;
    font-size: 32px;
    line-height: 1.15;
  }

  body.page-company[data-current-language="ko"] .company-hero h1 {
    margin-top: 8px;
    font-size: 32px;
    line-height: 1.15;
  }

  body.page-company .company-hero h1 br {
    display: none;
  }

  body.page-company[data-current-language="en"] .company-hero h1 br,
  body.page-company[data-current-language="ja"] .company-hero h1 br {
    display: block;
  }

  body.page-company[data-current-language="en"] .company-hero p,
  body.page-company[data-current-language="ja"] .company-hero p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.45;
  }

  body.page-company[data-current-language="ko"] .company-hero p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.45;
  }

  body.page-company .company-hero p br {
    display: none;
  }

  body.page-company .company-hero__visual {
    min-height: 160px;
  }

  body.page-company .company-hero__card {
    width: 100%;
    padding: 24px 22px;
  }

  body.page-company .company-hero__card strong {
    font-size: 28px;
  }

  body.page-company .company-cases,
  body.page-company .company-values,
  body.page-company .company-history,
  body.page-company .company-cta {
    min-height: auto;
    padding: 60px 20px;
  }

  body.page-company .company-cta {
    padding: 120px 20px;
  }

  body.page-company .company-values,
  body.page-company .company-section {
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  body.page-company .company-cases .section-inner {
    width: 100%;
  }

  body.page-company .company-values .section-inner,
  body.page-company .company-history .section-inner {
    width: 100%;
  }

  body.page-company .section-head {
    margin-bottom: 18px;
  }

  body.page-company .section-head h2 {
    font-size: 30px;
    line-height: 1.15;
  }

  body.page-company .section-head p {
    font-size: 15px;
    line-height: 1.6;
  }

  body.page-company .section-head p br,
  body.page-company .company-values .section-head p br,
  body.page-company .company-history .section-head p br,
  body.page-company .company-cta p br {
    display: none;
  }

  body.page-company .case-marquee {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 60px;
  }

  body.page-company .case-card {
    flex: 0 0 300px;
    min-height: 160px;
    padding: 20px;
    box-shadow: none;
  }

  body.page-company .case-logo-box {
    height: 60px;
    margin-bottom: 16px;
  }

  body.page-company .case-logo-box img {
    width: 100%;
    height: 100%;
  }

  body.page-company .case-card p {
    font-size: 13px;
    line-height: 1.45;
  }

  body.page-company .value-grid {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  body.page-company .value-card {
    min-height: 0;
    padding: 20px;
  }

  body.page-company .value-card:hover,
  body.page-company .value-card:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 8px 14px rgba(20, 33, 55, 0.07);
  }

  body.page-company .value-card__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  body.page-company .value-card__icon img {
    width: 48px;
    height: 48px;
  }

  body.page-company .value-card strong {
    font-size: 17px;
  }

  body.page-company .value-card h3 {
    font-size: 22px;
  }

  body.page-company .value-card p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.6;
  }

  body.page-company .value-card p br {
    display: none;
  }

  body.page-company .history-card li br {
    display: none;
  }

  body.page-company .history-card li::before {
    top: 4px;
  }

  body.page-company .history-marquee {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 60px;
  }

  body.page-company .case-track {
    padding-left: 24px;
  }

  body.page-company .history-track {
    padding-left: 24px;
  }

  body.page-company .history-card {
    width: 300px;
    min-height: 128px;
    padding: 20px;
  }

  body.page-company .history-card h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  body.page-company .history-card ul {
    font-size: 13px;
    line-height: 1.5;
  }

  body.page-company .company-cta h2 br {
    display: none;
  }

  body.page-company .company-cta h2 {
    font-size: 30px;
    line-height: 1.15;
  }

  body.page-company .company-cta p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
  }

  body.page-company .case-marquee::before,
  body.page-company .case-marquee::after,
  body.page-company .history-marquee::before,
  body.page-company .history-marquee::after {
    content: none;
  }

  body.page-company .button-row.centered {
    margin-top: 28px;
  }

  body.page-company .closing-inner {
    transform: translateY(-4px);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body {
  margin: 0;
  color: var(--text-strong);
  background: var(--soft);
  font-family: "Noto Sans KR", "Malgun Gothic", "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-x: hidden;
  padding-top: var(--header-height);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  height: var(--header-height);
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

/* .site-header.is-scrolled {
  box-shadow: 0 6px 18px rgba(15, 32, 49, 0.05);
} */

.header-inner {
  width: min(1440px, calc(100% - 48px));
  height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 166px;
  height: 18px;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 60px;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 400;
}

.site-nav a,
.language-button {
  color: var(--text-body);
  white-space: nowrap;
}

.site-nav > a {
  min-height: 44px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.nav-item {
  position: relative;
}

.nav-link-button,
.language-button {
  color: var(--text-body);
  font-size: 14px;
  font-weight: 400;
  min-height: 44px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.site-nav .active {
  color: var(--text-strong);
  font-weight: 700;
}

.chevron {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 7px;
  color: currentColor;
  border-right: 1.4px solid currentColor;
  border-bottom: 1.4px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.nav-item.is-open .chevron {
  transform: translateY(1px) rotate(-135deg);
}

.nav-item:hover .chevron,
.nav-item:focus-within .chevron {
  transform: translateY(1px) rotate(-135deg);
}

.nav-divider {
  color: #aeb5bd;
  margin: 0 -8px;
}

.nav-item.nav-item-language {
  display: block;
}

.nav-divider {
  display: inline-flex;
}

.mobile-language {
  display: none;
}

.language-button {
  padding: 10px 14px;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 220px;
  padding: 8px 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 12px 26px rgba(20, 33, 55, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
  z-index: 1010;
}

.dropdown-menu a,
.dropdown-menu button {
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px 14px;
  color: var(--text-body);
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border: 0;
}

.dropdown-menu a:hover,
.dropdown-menu button:hover {
  background: rgba(55, 125, 255, 0.08);
}

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu,
.nav-item.is-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu-language {
  right: 0;
  left: auto;
  min-width: 160px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: #222b34;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.mobile-language {
  display: none;
  align-items: center;
  gap: 8px;
  color: #2a2f35;
  margin-left: auto;
  margin-right: 15px;
  padding: 0;
}

.mobile-language img {
  width: 18px;
  height: 18px;
}

.mobile-language .chevron {
  width: 6px;
  height: 6px;
  margin-left: 0;
  transform: translateY(-1px) rotate(45deg);
}

.hero {
  position: relative;
  min-height: max(var(--hero-min-safe), calc(100svh - var(--header-height)));
  overflow: hidden;
  background:
    linear-gradient(135deg, #000349 0%, #0070c0 50%, #84d2f4 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0) 38%,
      rgba(0, 0, 0, 0.06) 100%
    ),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 38%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 5;
  padding-top: 112px;
  text-align: center;
  color: var(--white);
}

.product-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}

.switch-name {
  font-size: 72px;
  line-height: 1;
  font-weight: 600;
  transform: translateY(-6px);
  color: rgba(255, 255, 255, 0.98);
  transition: color 0.25s ease;
  cursor: pointer;
}

.switch-name-muted {
  color: #aaaaaa;
}

body:not([data-solution]) .switch-name-active {
  color: var(--white);
}

body:not([data-solution]) .switch-name-muted {
  color: #aaaaaa;
}

.switch-pill {
  --switch-width: clamp(78px, 10.5vw, 124px);
  --switch-height: calc(var(--switch-width) * 0.4677419355);
  --switch-pad: calc(var(--switch-width) * 0.0564516129);
  --switch-knob-size: calc(var(--switch-width) * 0.3548387097);
  --switch-travel: calc(var(--switch-width) * 0.5322580645);
  --switch-icon-size: calc(var(--switch-width) * 0.2741935484);
  --switch-icon-image-size: calc(var(--switch-width) * 0.1774193548);
  --switch-icon-offset: calc(var(--switch-width) * 0.0967741935);
  width: var(--switch-width);
  height: var(--switch-height);
  border: 1px solid rgba(55, 125, 255, 0.18);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(15, 31, 61, 0.16);
  position: relative;
  padding: 0;
  overflow: hidden;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.switch-disc {
  width: var(--switch-knob-size);
  height: var(--switch-knob-size);
  border-radius: 50%;
  background: var(--blue);
  position: absolute;
  left: var(--switch-pad);
  top: var(--switch-pad);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(55, 125, 255, 0.3);
  z-index: 2;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch-pill.is-vars .switch-disc {
  transform: translateX(var(--switch-travel));
}

.switch-icon {
  width: var(--switch-icon-size);
  height: var(--switch-icon-size);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

.switch-icon-fap {
  left: var(--switch-icon-offset);
  margin-top: 1px;
}

.switch-icon-vars {
  right: var(--switch-icon-offset);
  margin-top: 1px;
  margin-right: -2px;
}

.switch-pill img {
  width: var(--switch-icon-image-size);
  height: var(--switch-icon-image-size);
  opacity: 0.48;
}

.switch-icon-fap img {
  opacity: 1;
}

.switch-pill.is-vars .switch-icon-fap img {
  opacity: 0.48;
}

.switch-pill.is-vars .switch-icon-vars img {
  opacity: 1;
}

.hero h1 {
  margin: 30px 0 0;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
}

.hero p {
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #dddddd;
}

.hero-actions {
  margin-top: 31px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.choice-button {
  height: 59px;
  min-width: 280px;
  padding: 0 34px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  background: #aaaaaa;
  font-size: 16px;
  white-space: nowrap;
  cursor: default;
}

/* .choice-button + .choice-button {
  min-width: 348px;
} */

.choice-button-active {
  color: var(--blue);
  background: var(--white);
  font-weight: 700;
  cursor: pointer;
}

.hero-dashboard {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 520px;
  width: min(1440px, calc(100% - 80px));
  transform: translateX(-50%);
  border: 1px solid rgba(9, 31, 57, 0.15);
  background: var(--white);
  box-shadow: 0 30px 65px rgba(6, 28, 60, 0.18);
  overflow: hidden;
  isolation: isolate;
  contain: paint;
}

body:not([data-solution]) .hero-dashboard-shell {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 520px;
  width: min(1440px, calc(100% - 80px));
  transform: translate(-50%, -30px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

body[data-current-language="en"]:not([data-solution]):not(.page-company)
  .hero-dashboard {
  top: 580px;
}

body[data-current-language="en"]:not([data-solution]):not(.page-company)
  .hero-dashboard-shell {
  top: 580px;
}

body:not([data-solution]) .hero-dashboard-shell .hero-dashboard {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  transform: none;
}

body[data-current-language="en"]:not([data-solution]):not(.page-company)
  .hero-dashboard-shell
  .hero-dashboard,
body[data-current-language="ja"]:not([data-solution]):not(.page-company)
  .hero-dashboard-shell
  .hero-dashboard {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  transform: none;
}

.hero-dashboard img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  filter: blur(0);
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: none;
}

.hero-dashboard img.solution-hero-base {
  position: relative;
  z-index: 1;
  opacity: 1 !important;
  transition: none !important;
  cursor: pointer;
}

.hero-dashboard img.solution-hero-overlay {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: auto;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: opacity 1.1s ease;
}

.hero-dashboard img.hero-image-crossfade-out {
  opacity: 1;
  filter: blur(0);
}

.hero-dashboard img.hero-image-crossfade-in {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: auto;
  z-index: 2;
  opacity: 0;
  filter: blur(0);
  pointer-events: none;
  will-change: opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: opacity 0.85s ease;
}

.solution-hero-dots {
  width: min(1440px, calc(100% - 80px));
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

body:not([data-solution]) .hero-dashboard-shell .solution-hero-dots {
  width: 100%;
  margin: 0;
}

.solution-hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  flex: 0 0 10px;
  opacity: 0.9;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    background-color 0.2s ease;
}

body.page-fap-solution .solution-hero-dot {
  background: rgba(255, 255, 255, 0.38);
}

body.page-vars-solution .solution-hero-dot {
  background: rgba(55, 125, 255, 0.28);
}

.solution-hero-dot:hover,
.solution-hero-dot:focus-visible {
  transform: scale(1.18);
  opacity: 1;
}

.solution-hero-dot.is-active {
  transform: scale(1.4);
  opacity: 1;
}

body.page-fap-solution .solution-hero-dot.is-active {
  background: var(--white);
}

body.page-vars-solution .solution-hero-dot.is-active {
  background: var(--blue);
}

body:not(.page-fap-solution):not(.page-vars-solution)
  .solution-hero-dot.is-active {
  background: var(--blue);
}

@media (max-width: 720px) {
  .solution-hero-dots {
    width: calc(100% - 32px);
    gap: 8px;
    margin-top: 14px;
  }

  body[data-current-language="en"]:not([data-solution]) .solution-hero-dots {
    margin-top: 20px;
  }
}

.hero-dashboard img.is-changing,
.mockup-layer.is-changing {
  opacity: 0;
}

.stats-band {
  position: absolute;
  z-index: 6;
  top: 824px;
  left: 0;
  width: 100%;
  height: 96px;
  color: var(--white);
  background: rgba(0, 3, 73, 0.7);
  display: flex;
  align-items: center;
}

.stats-band[hidden] {
  display: none !important;
}

.stats-inner {
  width: min(1600px, calc(100% - 120px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-item {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 3px solid rgba(255, 255, 255, 0.72);
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item strong {
  font-size: 48px;
  line-height: 1;
  transform: translateY(-3px);
  display: inline-block;
  min-width: calc(var(--stat-final-ch, 1) * 1ch);
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.stat-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  margin-left: 10px;
  margin-right: -4px;
  transform: translateY(-1px);
}

.stats-band:not(.is-counter-ready) .stat-item strong {
  visibility: hidden;
}

.stats-band.is-counter-ready .stat-item strong {
  visibility: visible;
}

.stat-item span {
  font-size: 20px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  white-space: nowrap;
  transform: translateY(-3px);
}

.client-strip {
  height: 120px;
  background: var(--white);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.client-strip[hidden] {
  display: none !important;
}

.client-marquee {
  width: min(1800px, calc(100% - 80px));
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  /* padding-top: 12px;
  margin-top: -12px; */
}

.client-marquee::before,
.client-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(42px, 5vw, 90px);
  z-index: 2;
  pointer-events: none;
}

.client-marquee::before {
  left: 0;
  background: linear-gradient(
    90deg,
    var(--white) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.client-marquee::after {
  right: 0;
  background: linear-gradient(
    270deg,
    var(--white) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.client-marquee.is-dragging {
  cursor: grabbing;
}

.client-inner {
  display: flex;
  align-items: center;
  gap: 80px;
  width: max-content;
  will-change: transform;
}

.client-inner img {
  height: 30px;
  width: auto;
  flex: 0 0 auto;
  opacity: 0.95;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.client-inner img.client-logo--samsung {
  height: 18px;
}

.client-inner img.client-logo--kepco {
  height: 23px;
}

.client-inner img.client-logo--kbank {
  height: 20px;
}

.client-inner img.client-logo--koreapost {
  height: 28px;
}

.client-inner img.client-logo--nhbank {
  height: 22px;
}

.client-inner img.client-logo--nhlife {
  height: 22px;
}

.client-inner img.client-logo--doosanener {
  height: 18px;
}

.client-inner img.client-logo--nonghyup {
  height: 22px;
}

.client-inner img.client-logo--shinsegaeinc {
  height: 26px;
}

.client-inner img.client-logo--shinhanbank {
  height: 26px;
}

.client-inner img.client-logo--seoul {
  height: 46px;
}

.client-inner img.client-logo--ex {
  height: 18px;
}

.client-inner img.client-logo--koreahealth {
  height: 34px;
}

.client-inner img.client-logo--kbbank {
  height: 24px;
}

.client-inner img.client-logo--skbroadband {
  height: 42px;
}

.client-inner img.logo-skbroadband {
  margin-top: 12px;
  transform: translateY(-12px);
}

.section-inner {
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
}

.solution-section {
  min-height: max(
    var(--solution-min-safe),
    calc(100svh - var(--header-height))
  );
  background: var(--soft);
  padding: 120px 0 0;
}

.solution-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
}

.solution-copy {
  position: relative;
  z-index: 3;
  /* padding-top: 20px; */
}

.eyebrow,
body.page-fap-solution .detail-kicker {
  display: block;
  color: var(--blue);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
}

.solution-copy h2,
.company-copy h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
}

.solution-copy h2 span {
  font-size: 24px;
}

.solution-copy h2 br {
  display: none;
}

.solution-copy h2 > span {
  display: block;
  margin-top: 2px;
  line-height: 1.1;
}

.initial-blue {
  color: var(--blue);
}

/* body[data-product="vars"] .solution-copy h2 span {
  font-size: 25px;
} */

.solution-copy p {
  margin: 20px 0 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.5;
}

.button-row {
  display: flex;
  gap: 18px;
  margin-top: 32px;
}

.outline-button,
.solid-button {
  min-width: 160px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 3px;
  font-size: 14px;
}

.outline-button {
  color: var(--text-strong);
  border: 1.5px solid var(--text-strong);
  background: transparent;
}

.solid-button {
  color: var(--white);
  background: var(--blue);
}

.outline-button:hover,
.solid-button:hover {
  background: #004fff;
  border-color: #004fff;
  color: var(--white);
}

.showcase {
  height: 440px;
  position: relative;
  z-index: 1;
}

.mockup-stack {
  position: absolute;
  top: -26px;
  right: 10px;
  width: 600px;
  height: 338px;
  transform: perspective(2000px) rotateX(52deg) rotateY(13deg) rotateZ(-33deg);
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.mockup-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  border: 1px solid rgba(145, 159, 177, 0.16);
  background: var(--white);
  box-shadow: 0 22px 34px rgba(73, 85, 102, 0.16);
  transition:
    transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.mockup-layer-front {
  transform: translate3d(0, 0, 0px);
  z-index: 3;
}

.mockup-layer-mid {
  transform: translate3d(-25px, 60px, -20px);
  opacity: 0.9;
  z-index: 2;
}

.mockup-layer-back {
  transform: translate3d(-50px, 120px, -40px);
  opacity: 0.84;
  z-index: 1;
}

.feature-row {
  margin-top: 46px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.feature-item.is-reveal-ready {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
}

.feature-item.is-reveal-ready,
.feature-item.is-revealed {
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.75s ease;
  transition-delay: calc(var(--reveal-index, 0) * 120ms);
}

.feature-item.is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.feature-item {
  position: relative;
  min-height: 220px;
  padding: 0 80px 0 0;
}

.feature-item + .feature-item {
  padding-left: 40px;
}

.feature-item + .feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 218px;
  background: #d8e1eb;
}

.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #dee9f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}

.feature-icon img {
  width: 32px;
  height: 32px;
}

.feature-item h3 {
  margin: 0 0 16px;
  color: var(--text-strong);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.feature-item p {
  margin: 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.5;
}

.feature-item p::first-line {
  color: var(--text-strong);
  font-size: 16px;
  font-weight: 600;
  line-height: 2.5;
}

.env-fit-section {
  padding-top: 100px;
  padding-bottom: 120px;
}

.env-fit-copy {
  max-width: 760px;
}

.env-fit-copy h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
}

.env-fit-copy p {
  margin: 16px 0 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.6;
}

.env-fit-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.env-fit-card.is-reveal-ready {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
}

.env-fit-card.is-reveal-ready,
.env-fit-card.is-revealed {
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.75s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
  transition-delay: calc(var(--reveal-index, 0) * 120ms);
}

.env-fit-card.is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.env-fit-card {
  min-height: 140px;
  border-radius: 10px;
  background: rgba(55, 125, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 30px;
  text-align: center;
  transform: translateZ(0) translateY(0);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
  will-change: transform, box-shadow;
  box-shadow: inset 0 0 0 1px rgba(88, 131, 206, 0.08);
}

.env-fit-card:hover,
.env-fit-card:focus-within {
  transform: translateZ(0) translateY(-4px);
  background: rgba(55, 125, 255, 0.065);
  box-shadow: 0 10px 18px rgba(20, 33, 55, 0.08);
}

.env-fit-card p {
  margin: 0;
  color: var(--text-strong);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
}

.env-fit-card:hover p,
.env-fit-card:focus-within p {
  transform: translateY(-2px);
}

.solution-feature-section {
  padding-top: 24px;
  padding-bottom: 120px;
}

.solution-feature-grid {
  margin-top: 24px;
  display: flex;
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 20px 20px 40px;
  padding-right: 18px;
  scroll-snap-type: none;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
}

.solution-feature-grid::-webkit-scrollbar {
  display: none;
}

.solution-feature-grid.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.solution-feature-card {
  position: relative;
  min-height: 430px;
  flex: 0 0 clamp(260px, 22vw, 300px);
  width: clamp(260px, 22vw, 300px);
  padding: 28px 0 20px 40px;
  border-radius: 8px;
  overflow: visible;
  background: #e8eef8;
  box-shadow: inset 0 0 0 1px rgba(88, 131, 206, 0.12);
  display: flex;
  flex-direction: column;
  transform: translateZ(0);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
  will-change: transform, box-shadow;
}

.solution-feature-card:hover,
.solution-feature-card:focus-within {
  transform: translateY(-4px);
  background: #e3ebf8;
  box-shadow: 0 14px 28px rgba(22, 37, 64, 0.1);
}

.solution-feature-card__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.solution-feature-card__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}

.solution-feature-card__label img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.solution-feature-card h3 {
  margin: 0;
  color: var(--text-strong);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}

.solution-feature-card__image {
  margin-top: auto;
  padding-top: 18px;
  height: 236px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.solution-feature-card__image img {
  display: block;
  width: min(100%, 340px);
  max-width: 100%;
  height: auto;
  box-shadow: 0 14px 24px rgba(24, 41, 68, 0.18);
  -webkit-user-drag: none;
  user-select: none;
}

.solution-feature-card__arrow {
  position: absolute;
  right: 21px;
  bottom: 11px;
  width: 44px;
  height: 44px;
  display: block;
  padding: 7px;
  box-sizing: border-box;
  background: url("image/icon/icon_detail_arrow.svg") center/30px 30px no-repeat;
  transition: transform 0.28s ease;
  will-change: transform;
  cursor: pointer;
  text-decoration: none;
}

.solution-feature-card__arrow:hover,
.solution-feature-card__arrow:focus-visible {
  transform: translateX(10px);
}

@media (max-width: 860px) {
  .env-fit-card {
    transition:
      transform 0.22s ease,
      box-shadow 0.22s ease,
      background-color 0.22s ease;
  }

  .env-fit-card:hover,
  .env-fit-card:focus-within {
    transform: translateZ(0) translateY(-3px);
    box-shadow: 0 8px 14px rgba(20, 33, 55, 0.07);
  }
}

.company-section {
  position: relative;
  min-height: max(var(--company-min-safe), calc(100svh - var(--header-height)));
  overflow: hidden;
  background: #f2f3f8 url("image/companyback.jpg") center center / cover
    no-repeat;
  padding: 120px 0 90px;
}

body:not(.page-company) .company-section {
  background: #f2f3f8 url("image/companyback.jpg") center center / cover
    no-repeat fixed;
}

.company-section::before,
.company-section::after {
  content: none;
  position: absolute;
  left: -12%;
  right: -12%;
  border-radius: 50%;
  pointer-events: none;
}

.company-section::before {
  top: 390px;
  height: 560px;
  background: rgba(233, 239, 249, 0.82);
  transform: rotate(-8deg);
}

.company-section::after {
  top: 462px;
  height: 560px;
  background: rgba(246, 249, 254, 0.92);
  transform: rotate(-5deg);
}

.company-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 120px;
  align-items: start;
}

.company-copy p {
  margin: 20px 0 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.5;
}

.company-copy .button-row {
  margin-top: 40px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-top: 120px;
}

.service-card {
  min-height: 260px;
  background: rgba(55, 125, 255, 0.05);
  /* border: 1px solid rgba(195, 215, 243, 0.6); */
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transform: translateY(0);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
  will-change: transform, box-shadow;
}

.company-section .service-card.is-reveal-ready {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(8px);
}

.company-section .service-card.is-reveal-ready,
.company-section .service-card.is-revealed {
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.8s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

.company-section .service-card.is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  background: rgba(55, 125, 255, 0.05);
  box-shadow: none;
}

.company-section .service-card.is-revealed:hover,
.company-section .service-card.is-revealed:focus-within {
  transform: translateY(-4px);
  background: rgba(55, 125, 255, 0.065);
  box-shadow: 0 10px 18px rgba(20, 33, 55, 0.08);
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-4px);
  background: rgba(55, 125, 255, 0.065);
  box-shadow: 0 10px 18px rgba(20, 33, 55, 0.08);
}

.service-card > span {
  width: 100%;
  color: var(--text-muted);
  font-size: 16px;
  text-align: left;
}

.service-icon {
  width: 60px;
  height: 60px;
  margin-top: 20px;
}

.service-card h3 {
  margin: 24px 0 0;
  color: var(--text-strong);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
}

.service-card p {
  margin-top: 16px;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.keyword-row {
  position: relative;
  z-index: 2;
  margin: 90px auto 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.keyword-row span {
  min-width: 139px;
  height: 42px;
  padding: 0 27px;
  border-radius: 999px;
  background: rgba(55, 125, 255, 0.05);
  color: var(--text-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.keyword-row.is-reveal-ready span {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(6px);
}

.keyword-row.is-reveal-ready span,
.keyword-row.is-revealed span {
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.72s ease;
  transition-delay: calc(var(--keyword-index, 0) * 0.12s);
}

.keyword-row.is-revealed span {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.closing-section {
  min-height: max(
    var(--closing-min-safe),
    calc(100svh - var(--header-height) - var(--footer-height))
  );
  background: var(--soft);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.closing-inner {
  transform: translateY(-10px);
}

.closing-section h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: 60px;
  line-height: 1.2;
  font-weight: 800;
}

.closing-section p {
  margin: 30px 0 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.6;
}

.button-row.centered {
  justify-content: center;
  margin-top: 74px;
}

.site-footer {
  height: 240px;
  background: var(--soft);
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: min(1440px, calc(100% - 80px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-body);
}

.footer-inner strong {
  display: block;
  margin-bottom: 32px;
  color: var(--text-strong);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.footer-inner p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
}

.footer-inner .copyright {
  margin-top: 24px;
}

.footer-mobile-break {
  display: none;
}

.pin {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  vertical-align: -4px;
  transition: transform 0.2s ease;
  transform-origin: center;
}

.pin-link {
  display: inline-block;
}

.pin-link:hover .pin {
  transform: scale(1.5);
}

.footer-privacy-button {
  color: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.footer-privacy-button:hover,
.footer-privacy-button:focus-visible {
  color: black;
}

.footer-privacy-button:focus-visible {
  outline: 2px solid rgba(63, 125, 244, 0.92);
  outline-offset: 4px;
}

.language-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
  z-index: 1250;
}

.language-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.language-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 13, 24, 0.56);
  backdrop-filter: blur(6px);
}

.language-modal__dialog {
  position: relative;
  width: min(100%, 360px);
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(8, 15, 26, 0.26);
  padding: 18px 18px 16px;
  box-sizing: border-box;
}

.language-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.language-modal__close span {
  position: absolute;
  top: 15px;
  left: 8px;
  width: 16px;
  height: 2px;
  background: #b8bcc5;
}

.language-modal__close span:first-child {
  transform: rotate(45deg);
}

.language-modal__close span:last-child {
  transform: rotate(-45deg);
}

.language-modal__header {
  padding-bottom: 12px;
  border-bottom: 1px solid #ececec;
}

.language-modal__header h2 {
  margin: 0;
  color: #15161b;
  font-size: 15px;
}

.language-modal__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 0 16px;
}

.language-modal__option {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #15161b;
  font-size: 14px;
}

.language-modal__option input {
  margin: 0;
}

.language-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.language-modal__action {
  min-width: 86px;
  height: 36px;
  border: 1px solid #d8d8d8;
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
}

.language-modal__action--secondary {
  background: #fff;
  color: #15161b;
}

.language-modal__action--primary {
  background: #377dff;
  border-color: #377dff;
  color: #fff;
}

.inquiry-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
  z-index: 1200;
}

.inquiry-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.inquiry-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 18, 28, 0.58);
  backdrop-filter: blur(6px);
}

.inquiry-modal__dialog {
  position: relative;
  width: min(100%, 900px);
  max-height: min(90vh, 760px);
  overflow: auto;
  background: white;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(8, 15, 26, 0.22);
  padding: 18px 20px 20px;
  box-sizing: border-box;
}

.inquiry-modal__header {
  padding: 0 0 16px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
}

.inquiry-modal__header h2 {
  margin: 0;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.2;
}

.inquiry-modal__close {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.inquiry-modal__close span {
  position: absolute;
  top: 17px;
  left: 8px;
  width: 18px;
  height: 2px;
  background: #b9bcc3;
}

.inquiry-modal__close span:first-child {
  transform: rotate(45deg);
}

.inquiry-modal__close span:last-child {
  transform: rotate(-45deg);
}

.inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.inquiry-form__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.inquiry-form__field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.inquiry-form__field--full {
  width: 100%;
}

.inquiry-form__field--title-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.inquiry-form__title-input,
.inquiry-form__solution-inline {
  min-width: 0;
}

.inquiry-form__solution-inline {
  position: relative;
}

.inquiry-form__solution-inline::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: translateY(-10%) rotate(45deg);
  pointer-events: none;
}

.inquiry-form__solution-inline select {
  width: 100%;
  height: 40px;
  padding: 0 38px 0 14px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
  color: #1d1d1f;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inquiry-form__solution-inline select:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(55, 125, 255, 0.12);
}

.inquiry-form__field--content {
  margin-bottom: -4px;
}

.inquiry-form__field span {
  color: #1d1d1f;
  font-size: 14px;
  line-height: 1.4;
}

.inquiry-form__field input,
.inquiry-form__field textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #1d1d1f;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 10px;
  box-sizing: border-box;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.inquiry-form__field input {
  height: 40px;
}

.inquiry-form__field textarea {
  min-height: 280px;
  resize: vertical;
}

.inquiry-form__field input:focus,
.inquiry-form__field textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(55, 125, 255, 0.12);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inquiry-form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 0;
}

.inquiry-form__contact {
  margin: 0;
  color: #6c717a;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.inquiry-form__actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 0;
}

.inquiry-form__action {
  min-width: 102px;
  height: 40px;
  border: 1px solid #d8d8d8;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.inquiry-form__action:hover {
  background: #004fff;
  border-color: #004fff;
  color: var(--white);
}

.inquiry-form__action--secondary {
  background: #fff;
  color: #15161b;
}

.inquiry-form__action--primary {
  background: #377dff;
  border-color: #377dff;
  color: #fff;
}

.inquiry-form__action:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.privacy-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
  z-index: 1250;
}

.privacy-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.privacy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 18, 28, 0.62);
  backdrop-filter: blur(6px);
}

.privacy-modal__dialog {
  position: relative;
  box-sizing: border-box;
  width: min(100%, 980px);
  max-height: min(90vh, 860px);
  overflow: hidden;
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(8, 15, 26, 0.22);
}

.privacy-modal__header {
  margin-bottom: 24px;
  padding: 0 0 16px;
  border-bottom: 1px solid #dfdfdf;
}

.privacy-modal__header h2 {
  margin: 0;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.2;
}

.privacy-modal__close {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
}

.privacy-modal__close span {
  position: absolute;
  top: 17px;
  left: 8px;
  width: 18px;
  height: 2px;
  background: #b9bcc3;
}

.privacy-modal__close span:first-child {
  transform: rotate(45deg);
}

.privacy-modal__close span:last-child {
  transform: rotate(-45deg);
}

.privacy-modal__content {
  max-height: calc(min(90vh, 860px) - 92px);
  overflow: auto;
  padding-right: 10px;
}

.privacy-policy {
  color: #1d1d1f;
}

.privacy-policy__overview,
.privacy-policy__section {
  margin-bottom: 28px;
}

.privacy-policy__section:last-child {
  margin-bottom: 0;
}

.privacy-policy__overview {
  padding: 22px 24px;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  background: #f7f9fc;
}

.privacy-policy__section h3 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

.privacy-policy p {
  margin: 0 0 10px;
  color: #404651;
  font-size: 14px;
  line-height: 1.8;
  word-break: keep-all;
}

.privacy-policy__table {
  width: 100%;
  margin-top: 18px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.6;
}

.privacy-policy__table th,
.privacy-policy__table td {
  padding: 12px 14px;
  border: 1px solid #d9e0ea;
  color: #1d1d1f;
  text-align: left;
}

.privacy-policy__table thead th {
  background: #eef3fa;
  font-weight: 700;
}

.privacy-policy__table tbody td:first-child {
  width: 140px;
  background: #f8fafc;
}

body.modal-open {
  overflow: hidden;
  overflow-x: hidden;
}

@media (max-width: 1320px) {
  /* .site-nav {
    gap: 30px;
  } */

  .switch-name {
    font-size: 64px;
  }

  .client-inner {
    gap: 64px;
  }

  .stat-item strong {
    font-size: 42px;
  }

  .mockup-stack {
    width: 600px;
    right: 0;
  }
}

@media (max-width: 1024px) {
  :root {
    --header-height: 72px;
  }

  .site-header,
  .header-inner {
    height: 72px;
  }

  .header-inner {
    width: 100%;
    padding: 0 20px;
  }

  .brand {
    width: 160px;
  }

  .menu-toggle {
    display: flex;
    width: 36px;
    height: 36px;
    gap: 5px;
    margin-left: 0;
  }

  .menu-toggle span {
    width: 24px;
  }

  .site-header.nav-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.nav-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100svh - 72px);
    padding: 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    font-size: 16px;
    overflow-y: auto;
    transform: translateX(100%);
    opacity: 0;
    transition:
      transform 0.28s ease,
      opacity 0.2s ease,
      visibility 0s linear 0.28s;
    visibility: hidden;
    z-index: 25;
    pointer-events: none;
  }

  .site-header.nav-open .site-nav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition:
      transform 0.28s ease,
      opacity 0.2s ease,
      visibility 0s linear 0s;
    pointer-events: auto;
  }

  body.is-resizing .site-nav {
    transition: none;
  }

  .site-nav > a,
  .site-nav > .nav-item {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6;
    color: #2f3338;
    font-size: 16px;
    text-align: left;
  }

  .site-nav > a:hover,
  .site-nav > a:focus-visible {
    background: rgba(55, 125, 255, 0.08);
  }

  .site-nav .active {
    color: var(--text-strong);
    font-weight: 700;
  }

  .site-nav > .nav-item.nav-item-solution {
    display: block;
    padding: 0;
    min-height: 0;
    border-bottom: 0;
  }

  .nav-link-button {
    width: 100%;
    min-height: 56px;
    padding: 0 20px;
    justify-content: flex-start;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
  }

  .nav-item-solution .chevron {
    display: none;
  }

  .nav-item-solution .dropdown-menu {
    position: static;
    min-width: 0;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .site-header.nav-open .nav-item-solution .dropdown-menu {
    display: block;
  }

  .nav-item-solution .dropdown-menu a {
    padding: 0 20px 0 30px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #e6e6e6;
    color: #3a3d41;
    font-size: 16px;
    text-align: left;
  }

  .nav-item-solution .dropdown-menu a::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url("image/icon/icon_treelink.svg") center / contain no-repeat;
    flex: 0 0 14px;
  }

  .site-nav > .nav-item.nav-item-language {
    display: none !important;
  }

  .nav-divider {
    display: none;
  }

  .mobile-language {
    display: inline-flex;
  }

  /* .hero {
    min-height: auto;
  } */

  .hero-content {
    padding-top: 80px;
  }

  .product-switch {
    gap: 20px;
  }

  .switch-name {
    font-size: 58px;
    width: 280px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-dashboard {
    top: 560px;
    width: min(1040px, calc(100% - 40px));
  }

  body:not([data-solution]) .hero-dashboard-shell {
    top: 560px;
    width: min(1040px, calc(100% - 40px));
  }

  body:not([data-solution]) .hero-dashboard {
    height: clamp(180px, 40vw, 210px);
  }

  body:not([data-solution]) .hero-dashboard-shell .hero-dashboard {
    height: clamp(180px, 40vw, 210px);
  }

  body:not([data-solution]) .hero-dashboard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  body:not([data-solution]) .hero-dashboard-shell .hero-dashboard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  body:not([data-solution]) .hero {
    position: relative;
  }

  body:not([data-solution]) .hero-dashboard-shell .solution-hero-dots {
    width: 100%;
    margin: 0;
  }

  .stats-band {
    top: 770px;
    height: 106px;
  }

  .stats-inner {
    width: calc(100% - 40px);
  }

  .stat-item {
    gap: 10px;
  }

  .stat-item strong {
    font-size: 32px;
  }

  .stat-icon {
    width: 22px;
    height: 22px;
    margin-left: 8px;
    margin-right: -3px;
  }

  .stat-item span {
    font-size: 12px;
  }

  .client-strip {
    height: auto;
    padding: 20px 0;
  }

  .solution-layout,
  .company-layout {
    grid-template-columns: 1fr;
  }

  .solution-copy {
    padding-top: 0;
  }

  .showcase {
    height: 500px;
  }

  .mockup-stack {
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: perspective(1600px) rotateX(50deg) rotateY(14deg) rotateZ(-33deg);
  }

  .feature-row {
    gap: 36px;
  }

  .feature-item,
  .feature-item + .feature-item {
    padding: 0;
  }

  .feature-item + .feature-item::before {
    display: none;
  }

  .env-fit-section {
    padding-top: 92px;
    padding-bottom: 100px;
  }

  .env-fit-card {
    min-height: auto;
    padding: 22px 18px;
  }

  .env-fit-card p {
    font-size: 18px;
  }

  .solution-feature-section {
    padding-top: 12px;
    padding-bottom: 100px;
  }

  .solution-feature-grid {
    gap: 16px;
  }

  .solution-feature-card {
    flex-basis: min(82vw, 320px);
    width: min(82vw, 320px);
    min-height: 390px;
  }

  .solution-feature-card__image {
    height: 210px;
  }

  .solution-feature-card h3 {
    font-size: 22px;
  }

  .service-grid {
    padding-top: 40px;
  }

  .keyword-row {
    margin-top: 60px;
  }
}

@media (max-height: 900px) {
  :root {
    --hero-min-safe: 980px;
    --solution-min-safe: 940px;
    --company-min-safe: 1020px;
    --closing-min-safe: 420px;
  }
}

@media (max-height: 860px) {
  .hero-content {
    padding-top: 82px;
  }

  .hero h1 {
    margin-top: 30px;
    font-size: 36px;
  }

  .hero p {
    margin-top: 14px;
    font-size: 18px;
  }

  .hero-actions {
    margin-top: 40px;
  }

  .solution-section {
    padding-top: 84px;
  }

  .solution-copy p {
    margin-top: 12px;
  }

  .button-row {
    margin-top: 24px;
  }

  .feature-row {
    margin-top: 26px;
  }

  .feature-item {
    min-height: 188px;
  }

  .feature-item h3 {
    margin-bottom: 14px;
  }

  .env-fit-section {
    padding-top: 78px;
    padding-bottom: 86px;
  }

  .env-fit-copy h2 {
    font-size: 30px;
  }

  .env-fit-copy p {
    margin-top: 12px;
  }

  /* .env-fit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  } */

  .env-fit-card {
    min-height: auto;
    padding: 22px 18px;
  }

  .env-fit-card p {
    font-size: 18px;
  }

  .company-section {
    padding-top: 90px;
    padding-bottom: 60px;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .company-copy p {
    margin-top: 18px;
  }

  .company-copy .button-row {
    margin-top: 28px;
  }

  .service-grid {
    padding-top: 60px;
    gap: 14px;
  }

  .service-card {
    min-height: 220px;
  }

  .service-card:hover,
  .service-card:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 8px 14px rgba(20, 33, 55, 0.07);
  }

  .service-card h3 {
    margin-top: 18px;
    font-size: 22px;
  }

  .service-card p {
    margin-top: 12px;
  }

  .keyword-row {
    margin: 40px 20px 20px;
  }

  .closing-section h2 {
    font-size: 48px;
  }

  .closing-section p {
    margin-top: 18px;
  }

  .button-row.centered {
    margin-top: 44px;
  }
}

@media (max-width: 720px) {
  .header-inner,
  .section-inner,
  .footer-inner {
    width: calc(100% - 40px);
    padding: 0;
  }

  .env-fit-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* .solution-feature-section {
    margin-top: 80px;
  } */

  .env-fit-copy {
    padding-top: 60px;
  }

  .feature-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .feature-item p {
    font-size: 14px;
  }

  body:not(.page-company):not([data-solution]) .service-icon {
    width: 48px;
    height: 48px;
  }

  .company-layout {
    gap: 0;
  }

  .brand {
    width: 168px;
    height: 19px;
  }

  .hero {
    min-height: 800px;
    padding-bottom: 0;
  }

  .product-switch {
    width: 85%;
    margin: 0 auto;
    gap: 8px;
  }

  .switch-name {
    transform: translateY(-3px);
    flex: 1 1 0;
    min-width: 0;
    font-size: 28px;
    line-height: 1.2;
  }

  .switch-pill {
    --switch-width: clamp(74px, 12vw, 86px);
  }

  .switch-disc {
    box-shadow: 0 8px 16px rgba(55, 125, 255, 0.26);
  }

  .hero h1 {
    margin: 24px 0 0;
    font-size: 32px;
  }

  .hero p {
    /* width: calc(100% - 40px); */
    width: 100%;
    margin: 20px auto 0;
    font-size: 16px;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .choice-button {
    width: min(280px, calc(100% - 32px));
    min-width: 0;
    height: 48px;
    font-size: 14px;
  }

  .hero-dashboard {
    top: 560px;
    bottom: auto;
    /* width: 720px; */
  }

  body[data-current-language="ja"]:not([data-solution]) .hero-dashboard-shell {
    top: 500px;
    bottom: auto;
    width: min(720px, calc(100% - 40px));
  }

  .stats-band {
    top: 648px;
    bottom: auto;
    height: auto;
    padding: 16px 0;
  }

  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 0;
  }

  .stat-item {
    border-right: 0;
    min-height: 54px;
    padding: 4px 0;
    display: grid;
    grid-template-columns:
      minmax(calc(var(--stat-max-ch, 1) * 1ch), max-content)
      minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 2px;
    align-items: center;
    justify-content: start;
    justify-items: center;
  }

  .stat-item strong {
    font-size: 18px;
    transform: none;
    line-height: 1.05;
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
    text-align: right;
    min-width: calc(var(--stat-max-ch, 1) * 1ch);
  }

  .stat-icon {
    width: 16px;
    height: 16px;
    margin: 0;
    transform: none;
    grid-column: 2;
    grid-row: 1;
  }

  .stat-item span {
    font-size: 11px;
    line-height: 1.2;
    transform: none;
    white-space: normal;
    text-align: center;
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
  }

  .stats-band.is-counter-ready .stat-item strong {
    font-size: 18px;
  }

  .stats-band.is-counter-ready .stat-item span {
    font-size: 11px;
  }

  .client-marquee {
    width: calc(100% - 32px);
  }

  .client-inner {
    gap: 40px;
  }

  .client-inner img {
    height: 24px;
    transform: scale(0.8);
    transform-origin: left;
  }

  .client-inner img.logo-skbroadband {
    margin-top: 12px;
    transform: translateY(-12px) scale(0.8);
  }

  .solution-section,
  .company-section {
    padding: 60px 0 60px;
  }

  body:not(.page-company) .company-section {
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .solution-copy h2,
  .company-copy h2 {
    font-size: 30px;
  }

  .solution-copy h2 {
    line-height: 1;
  }

  .solution-copy h2 span {
    font-size: 20px;
  }

  .solution-copy p,
  .company-copy p {
    font-size: 15px;
  }

  .solution-feature-section h2 {
    font-size: 30px;
  }

  .solution-feature-section p {
    font-size: 15px;
  }

  .button-row {
    gap: 12px;
    /* flex-wrap: wrap; */
  }

  .outline-button,
  .solid-button {
    /* min-width: 142px; */
    width: min(calc(100% - 24px));
  }

  .showcase {
    height: 360px;
  }

  .solution-feature-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    overflow: visible;
    padding: 0;
    cursor: default;
    touch-action: auto;
  }

  .solution-feature-card {
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    min-height: auto;
    padding: 22px 18px 18px;
  }

  .solution-feature-card__image {
    height: 190px;
    padding-top: 12px;
  }

  .solution-feature-card__label {
    font-size: 15px;
  }

  .solution-feature-card__label img {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .solution-feature-card__label img {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .solution-feature-card h3 {
    font-size: 20px;
  }

  .solution-feature-card__arrow {
    width: 32px;
    height: 32px;
    right: 14px;
    bottom: 14px;
  }

  .mockup-stack {
    left: 53px;
    right: 0;
    margin: 0 auto;
    width: 90%;
    top: 0px;
  }

  .feature-row,
  .service-grid {
    grid-template-columns: 1fr;
  }

  /* .feature-row {
    margin-top: 50px;
  } */

  .feature-item {
    min-height: auto;
  }

  .service-card {
    min-height: 264px;
  }

  .service-card:hover,
  .service-card:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 8px 14px rgba(20, 33, 55, 0.07);
  }

  .keyword-row span {
    min-width: auto;
    height: 42px;
    font-size: 16px;
  }

  .closing-section {
    min-height: auto;
    padding: 120px 20px;
  }

  .closing-section h2 {
    font-size: 32px;
  }

  .site-footer {
    height: auto;
  }

  .footer-inner {
    padding: 60px 0;
    display: block;
  }

  .footer-inner strong {
    font-size: 20px;
  }

  .footer-inner p,
  .footer-inner .copyright {
    font-size: 13px;
  }

  .footer-separator {
    display: none;
  }

  .footer-mobile-break {
    display: block;
  }

  .footer-privacy-button {
    padding: 0;
  }

  .inquiry-modal {
    align-items: flex-start;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 16px;
    overflow-y: auto;
  }

  .inquiry-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    border-radius: 8px;
    padding: 18px 16px 22px;
    box-sizing: border-box;
    overflow-y: auto;
  }

  .inquiry-modal__header {
    margin-bottom: 18px;
    padding-right: 34px;
  }

  .inquiry-modal__header h2 {
    font-size: 16px;
  }

  .inquiry-form__field--title-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .inquiry-form {
    gap: clamp(12px, 1.8dvh, 18px);
  }

  .inquiry-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 1.6dvh, 16px);
  }

  .inquiry-form__field span {
    font-size: 14px;
  }

  .inquiry-form__field input,
  .inquiry-form__field textarea {
    font-size: 15px;
  }

  .inquiry-form__field--content textarea {
    min-height: clamp(180px, 28dvh, 360px);
    max-height: 42dvh;
  }

  .inquiry-form__field--content {
    margin-bottom: 2px;
  }

  .inquiry-form__actions {
    justify-content: flex-end;
  }

  .inquiry-form__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .inquiry-form__action {
    flex: 1;
  }

  .inquiry-form__contact {
    text-align: center;
    font-size: 13px;
  }

  @media (max-height: 740px) {
    .inquiry-modal {
      padding: 12px;
    }

    .inquiry-modal__dialog {
      max-height: calc(100dvh - 24px);
      padding: 14px 14px 16px;
    }

    .inquiry-modal__header {
      margin-bottom: 12px;
    }

    .inquiry-form__field--content textarea {
      min-height: clamp(140px, 24dvh, 240px);
      max-height: 34dvh;
    }
  }

  @media (max-width: 720px) {
    .inquiry-modal {
      align-items: center;
    }
  }

  .privacy-modal {
    width: 100vw;
    max-width: 100%;
    padding: 12px;
    overflow-x: hidden;
  }

  .privacy-modal__dialog {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    max-height: calc(100svh - 24px);
    margin: 0 auto;
    padding: 16px;
    overflow-x: hidden;
  }

  .privacy-modal__content {
    max-height: calc(100svh - 120px);
    padding-right: 0;
    overflow-x: auto;
  }

  .privacy-policy__table {
    table-layout: fixed;
  }

  .privacy-policy__table th,
  .privacy-policy__table td {
    word-break: break-word;
  }

  .privacy-policy__table tbody td:first-child {
    width: auto;
  }
}

@media (min-width: 1440px) {
  .footer-inner > div {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 48px;
    align-items: baseline;
  }

  .footer-inner > div > strong,
  .footer-inner > div > p:first-of-type {
    grid-column: 1 / -1;
  }

  .footer-contact-line {
    grid-column: 1;
    margin-bottom: 0;
  }

  .footer-inner .copyright {
    grid-column: 2;
    margin-top: 0;
    text-align: right;
    white-space: nowrap;
  }
}

/* FAP solution detail page: shared styles scoped by body class */
body.page-fap-solution {
  --detail-bg: #eef1f5;
  --detail-bg-soft: #f6f7f9;
  --detail-blue-band: #1177c6;
  --detail-hero-blue: #00035f;
}

body.page-fap-solution[data-solution="fap"] .hero {
  background: #000349;
  padding-bottom: 160px;
}
body.page-fap-solution[data-solution="fap"] .hero::before {
  background: none;
}
body.page-fap-solution[data-solution="fap"] .hero-content {
  padding-top: 180px;
}
body.page-fap-solution[data-solution="fap"] .product-switch {
  display: block;
}
body.page-fap-solution[data-solution="fap"] .switch-name {
  transform: none;
  font-size: 16px;
  color: var(--blue);
  letter-spacing: 0;
  cursor: default;
}
body.page-fap-solution[data-solution="fap"] .switch-name .fap-initial-white {
  color: var(--white);
  font-weight: 800;
}
body.page-fap-solution[data-solution="fap"] .hero h1 {
  margin-top: 12px;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 800;
}
body.page-fap-solution[data-solution="fap"] .hero p {
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #dddddd;
}
body.page-fap-solution[data-solution="fap"] .hero-actions {
  margin-top: 31px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
body.page-fap-solution[data-solution="fap"] .hero-actions .solid-button,
body.page-fap-solution[data-solution="fap"] .hero-actions .outline-button {
  height: 59px;
  min-width: 180px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.page-fap-solution[data-solution="fap"] .hero-actions .solid-button {
  min-width: 220px;
  color: var(--blue);
  background: var(--white);
}
body.page-fap-solution[data-solution="fap"] .hero-actions .outline-button {
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.08);
}
body.page-fap-solution[data-solution="fap"] .hero-actions .solid-button:hover,
body.page-fap-solution[data-solution="fap"]
  .hero-actions
  .outline-button:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--blue);
}
body.page-fap-solution[data-solution="fap"] .hero-actions--tabs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: min(420px, calc(100% - 24px));
  margin: 32px auto 0;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  gap: 0;
}
body.page-fap-solution[data-solution="fap"] .hero-actions--tabs .tab-button {
  flex: 1 1 0;
  min-width: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
body.page-fap-solution[data-solution="fap"]
  .hero-actions--tabs
  .tab-button:hover {
  background: rgba(255, 255, 255, 0.12);
}
/* body.page-fap-solution .hero-actions--tabs .tab-button--active {
  background: #fff;
  color: #2b2b2b;
} */
body.page-fap-solution[data-solution="fap"] .hero-dashboard {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: min(1440px, calc(100% - 40px));
  margin: 46px auto 0;
  box-shadow: 0 30px 65px rgba(6, 28, 60, 0.18);
}
body.page-fap-solution[data-solution="fap"] .hero-dashboard img {
  display: block;
}
body.page-fap-solution .detail-container {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
}
body.page-fap-solution .detail-reason {
  background: var(--detail-bg-soft);
  text-align: center;
}
body.page-fap-solution .detail-why {
  background: var(--detail-bg-soft);
  text-align: center;
}
body.page-fap-solution .detail-why__head {
  padding: 160px 0 120px;
}
body.page-fap-solution .detail-why h2 {
  margin: 8px 0 0;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 800;
  color: #2d3340;
}
body.page-fap-solution .detail-why__band {
  background: #e0e3e8;
  padding: 0 0 60px;
}
body.page-fap-solution .detail-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
body.page-fap-solution .detail-why__grid article {
  position: relative;
  text-align: center;
  /* padding-top: 72px; */
  padding: 40px 0 20px;
}
body.page-fap-solution .detail-why__num {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: rgba(60, 64, 74, 0.15);
}
body.page-fap-solution .detail-why__grid img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
body.page-fap-solution .detail-why__grid h3 {
  margin: 12px 0 0;
  font-size: 24px;
  line-height: 1.3;
  color: #2d3340;
}
body.page-fap-solution .detail-why__grid p {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: #5d6470;
}
body.page-fap-solution .detail-reason__head {
  padding: 160px 0 120px;
}
body.page-fap-solution .detail-reason h2,
body.page-fap-solution .detail-feature h2,
body.page-fap-solution .detail-list h2,
body.page-fap-solution .closing-section h2 {
  margin: 8px 0 0;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 800;
  color: #2d3340;
}
body.page-fap-solution .detail-reason h2 span {
  color: var(--blue);
}
body.page-fap-solution .detail-sub {
  margin: 20px 0 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.5;
}
body.page-fap-solution .detail-reason__band {
  background: var(--detail-blue-band);
  padding: 0 0 90px;
}
body.page-fap-solution .detail-reason__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
  align-items: start;
}
body.page-fap-solution .detail-reason__grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 68px;
  color: #fff;
}
body.page-fap-solution .detail-reason__num {
  position: absolute;
  font-size: 60px;
  font-weight: 700;
  top: -10px;
  left: 0;
  display: block;
  margin-bottom: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.18);
}
body.page-fap-solution .detail-reason__grid img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
body.page-fap-solution .detail-reason__grid h3 {
  margin: 12px 0 0;
  font-size: 24px;
  line-height: 1.3;
}
body.page-fap-solution .detail-reason__grid p {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
body.page-vars-solution .detail-compliance {
  /* background: #fff; */
  text-align: center;
}
body.page-vars-solution .detail-compliance__head {
  padding: 160px 0 120px;
}
body.page-vars-solution .detail-compliance h2 {
  margin: 8px 0 0;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 800;
  color: #2d3340;
}
body.page-vars-solution .detail-compliance .detail-sub {
  margin: 20px 0 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.5;
}
body.page-vars-solution .detail-compliance__band {
  background: #003764;
  padding: 0 0 90px;
}
body.page-vars-solution .detail-compliance__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
  align-items: start;
}
body.page-vars-solution .detail-compliance__grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 72px;
  color: #fff;
}
body.page-vars-solution .detail-compliance__grid img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
body.page-vars-solution .detail-compliance__grid h3 {
  margin: 12px 0 0;
  font-size: 24px;
  line-height: 1.3;
}
body.page-vars-solution .detail-compliance__grid p {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
body.page-fap-solution .detail-ai-extension {
  background: #f5f6fb;
  overflow-x: hidden;
  overflow-y: visible;
  /* padding-bottom: 120px; */
}

body.page-fap-solution .detail-ai-extension__head {
  padding: 160px 0 120px;
  text-align: center;
}

body.page-fap-solution .detail-ai-extension__head h2,
body.page-fap-solution .detail-ai-extension__scenario-head h2 {
  margin: 8px 0 0;
  color: #2d3340;
  font-size: 60px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.page-fap-solution .detail-ai-extension__head .detail-sub {
  margin-top: 18px;
}

body.page-fap-solution .detail-ai-extension__band {
  background: #000349;
  padding: 52px 0 160px;
}

body.page-fap-solution .detail-ai-extension__flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  justify-items: center;
}

body.page-fap-solution .detail-ai-extension__node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  color: #fff;
  text-align: center;
}

body.page-fap-solution .detail-ai-extension__node img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body.page-fap-solution .detail-ai-extension__node p {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
}

body.page-fap-solution .detail-ai-extension__node p span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
}

body.page-fap-solution .detail-ai-extension__arrow {
  width: 90px;
  height: 48px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

body.page-fap-solution .detail-ai-extension__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: -102px;
  align-items: stretch;
}

body.page-fap-solution .detail-ai-extension-card {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  align-items: end;
  min-height: 188px;
  padding: 34px 40px 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(21, 28, 43, 0.05);
  cursor: pointer;
  transition:
    transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease;
  will-change: transform, box-shadow;
  transform: translateY(0);
}

body.page-fap-solution .detail-ai-extension-card__icon {
  grid-column: 1;
  grid-row: 1;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
}

body.page-fap-solution .detail-ai-extension-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 4px;
  color: #2d3340;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

body.page-fap-solution .detail-ai-extension-card p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  color: #5f6774;
  font-size: 16px;
  line-height: 1.6;
}

body.page-fap-solution .detail-ai-extension-card:hover,
body.page-fap-solution .detail-ai-extension-card:focus-within {
  transform: translateY(-4px);
  z-index: 3;
  background: #fff;
  box-shadow: 0 10px 18px rgba(20, 33, 55, 0.08);
}

body.page-fap-solution .detail-ai-extension__scenario {
  padding: 160px 0;
}

body.page-fap-solution .detail-ai-extension__scenario-head {
  text-align: center;
}

body.page-fap-solution .detail-ai-extension__scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 60px;
}

body.page-fap-solution .detail-ai-extension-scenario-card {
  position: relative;
  padding: 60px 20px 24px;
  border: 1px solid rgba(217, 220, 227, 0.95);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(21, 28, 43, 0.05);
  cursor: pointer;
  transition:
    transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
  will-change: transform, box-shadow;
  transform: translateY(0);
}

body.page-fap-solution .detail-ai-extension-scenario-card:hover,
body.page-fap-solution .detail-ai-extension-scenario-card:focus-within {
  transform: translateY(-4px);
  z-index: 3;
  border-color: rgba(55, 125, 255, 0.24);
  background: #fff;
  box-shadow: 0 10px 18px rgba(20, 33, 55, 0.08);
}

body.page-fap-solution .detail-ai-extension-scenario-card__num {
  position: absolute;
  top: -10px;
  left: 0px;
  color: rgba(165, 170, 179, 0.35);
  font-size: 62px;
  line-height: 1;
  font-weight: 700;
}

body.page-fap-solution .detail-ai-extension-scenario-card h3 {
  margin: 0 0 18px;
  color: #313844;
  text-align: center;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}

body.page-fap-solution .detail-ai-extension-scenario-card__block {
  margin-top: 12px;
  padding: 14px 16px 16px;
  background: rgba(51, 51, 51, 0.05);
}

body.page-fap-solution
  .detail-ai-extension-scenario-card__block:nth-of-type(2) {
  background: #fff;
}

body.page-fap-solution .detail-ai-extension-scenario-card__block span {
  display: block;
  color: var(--blue);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 4px;
}

body.page-fap-solution .detail-ai-extension-scenario-card__block p {
  margin: 0;
  color: #5c6470;
  font-size: 14px;
  line-height: 1.55;
}

@media (min-width: 1181px) {
  body.page-fap-solution .detail-ai-extension__flow > *,
  body.page-fap-solution .detail-ai-extension__cards > *,
  body.page-fap-solution .detail-ai-extension__scenario-grid > * {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(6px);
  }

  body.page-fap-solution .detail-ai-extension__flow > *.is-reveal-ready,
  body.page-fap-solution .detail-ai-extension__flow > *.is-revealed,
  body.page-fap-solution .detail-ai-extension__cards > *.is-reveal-ready,
  body.page-fap-solution .detail-ai-extension__cards > *.is-revealed,
  body.page-fap-solution
    .detail-ai-extension__scenario-grid
    > *.is-reveal-ready,
  body.page-fap-solution .detail-ai-extension__scenario-grid > *.is-revealed {
    transition:
      opacity 0.75s ease,
      transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1),
      filter 0.75s ease;
    transition-delay: calc(var(--reveal-index, 0) * 120ms);
  }

  body.page-fap-solution .detail-ai-extension__flow > *.is-reveal-ready,
  body.page-fap-solution .detail-ai-extension__flow > *.is-revealed {
    transition-delay: 0s;
  }

  body.page-fap-solution .detail-ai-extension__flow > *.is-revealed,
  body.page-fap-solution .detail-ai-extension__cards > *.is-revealed,
  body.page-fap-solution .detail-ai-extension__scenario-grid > *.is-revealed {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

body.page-fap-solution .detail-feature-list-bg {
  background: #f4f5f7 url("image/companyback.jpg") center center / cover
    no-repeat fixed;
}

body.page-vars-solution .detail-feature-list-bg {
  background: #f4f5f7 url("image/companyback.jpg") center center / cover
    no-repeat fixed;
}

body.page-fap-solution .detail-feature {
  background: transparent;
  padding: 120px 0;
}
body.page-fap-solution .detail-feature h2,
body.page-fap-solution .detail-list h2 {
  margin: 8px 0 0;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 800;
  color: #2d3340;
}
body.page-fap-solution .detail-sub-left {
  margin: 10px 0 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.5;
}
body.page-fap-solution .detail-tabs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 60px 0 0;
  padding: 0;
}
body.page-fap-solution .detail-tabs li {
  padding: 8px 30px;
  border-radius: 999px;
  font-size: 16px;
  background: #ebedf0;
  color: #606873;
  cursor: pointer;
  user-select: none;
  transition:
    background-color 280ms ease,
    color 280ms ease,
    transform 260ms ease;
}
body.page-fap-solution .detail-tabs .is-active {
  background: var(--blue);
  color: #fff;
}
body.page-fap-solution .detail-tabs li:hover {
  transform: translateY(-1px);
}
body.page-fap-solution .detail-feature__panel {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
body.page-fap-solution .detail-feature__panel.is-switching {
  animation: detailFeatureIn 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes detailFeatureIn {
  from {
    opacity: 0.42;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.page-fap-solution .detail-feature__copy {
  flex: 0 0 450px;
}
body.page-fap-solution .detail-feature__image {
  flex: 0 0 auto;
  /* margin-left: 40px; */
}
body.page-fap-solution .detail-feature__iconbox {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(20, 32, 56, 0.14);
}
body.page-fap-solution .detail-feature__copy > .detail-feature__iconbox img {
  width: 48px;
}
body.page-fap-solution .detail-feature__copy h3 {
  margin: 20px 0 0;
  font-size: 30px;
  line-height: 1.18;
  color: #2d3340;
}
body.page-fap-solution .detail-feature__desc {
  margin: 16px 0 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.5;
}
body.page-fap-solution .detail-feature__copy ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
body.page-fap-solution .detail-feature__copy li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #757d89;
}
body.page-fap-solution .detail-feature__copy li img {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex: 0 0 auto;
}
body.page-fap-solution .detail-feature__image img {
  width: min(880px, 100%);
  max-width: 880px;
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(26, 40, 69, 0.12);
}
body.page-fap-solution .detail-list {
  background: transparent;
  /* padding: 0 0 120px; */
  padding-bottom: 120px;
  /* margin-top: 80px; */
}
body.page-fap-solution .detail-list .detail-container {
  text-align: center;
}
body.page-fap-solution .detail-list .detail-list__grid {
  text-align: left;
}
body.page-fap-solution .detail-list__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 60px;
}
body.page-fap-solution .detail-list__grid h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #313844;
}
body.page-fap-solution .detail-list__grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-fap-solution .detail-list__grid li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #6b7380;
  line-height: 1.45;
}
body.page-fap-solution .detail-list__grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url("image/icon/icon_check.svg") center / contain no-repeat;
}

@media (max-width: 1180px) {
  body.page-fap-solution .detail-why__grid,
  body.page-fap-solution .detail-reason__grid,
  body.page-fap-solution .detail-list__grid {
    grid-template-columns: 1fr;
  }
  body.page-fap-solution .detail-feature__panel {
    display: block;
  }
  body.page-fap-solution .detail-feature__copy {
    flex: none;
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    column-gap: 22px;
    align-items: center;
  }
  body.page-fap-solution .detail-feature__copy > .detail-feature__iconbox {
    grid-column: 1;
    grid-row: 1;
  }
  body.page-fap-solution .detail-feature__copy h3 {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }
  body.page-fap-solution .detail-feature__desc {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  body.page-fap-solution .detail-feature__copy ul {
    grid-column: 1 / -1;
    grid-row: 3;
  }
  body.page-fap-solution .detail-feature__image {
    margin: 28px 0 0;
  }
  body.page-fap-solution .detail-why h2,
  body.page-fap-solution .detail-reason h2,
  body.page-fap-solution .detail-feature h2,
  body.page-fap-solution .detail-list h2,
  body.page-fap-solution[data-solution="fap"] .hero h1 {
    font-size: 36px;
  }
  body.page-fap-solution .detail-ai-extension__head h2,
  body.page-fap-solution .detail-ai-extension__scenario-head h2 {
    font-size: 36px;
  }
  body.page-fap-solution .detail-ai-extension__head .detail-sub {
    font-size: 15px;
    line-height: 1.6;
  }
  body.page-fap-solution .detail-ai-extension__node p {
    font-size: 18px;
  }
  body.page-fap-solution .detail-ai-extension__node p span {
    font-size: 14px;
  }
  body.page-fap-solution .detail-ai-extension-card h3 {
    font-size: 24px;
  }
  body.page-fap-solution .detail-ai-extension-card p {
    font-size: 15px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card h3 {
    font-size: 20px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card__block span {
    font-size: 14px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card__block p {
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  body.page-fap-solution[data-solution="fap"] .hero {
    min-height: 700px;
  }
  body.page-fap-solution[data-solution="fap"] .hero-content {
    padding-top: 72px;
  }
  body.page-fap-solution[data-solution="fap"] .hero h1 {
    /* margin-top: 38px; */
    font-size: 32px;
    line-height: 1.15;
  }
  body.page-fap-solution[data-solution="fap"] .hero p {
    width: calc(100% - 40px);
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.45;
  }
  body.page-fap-solution[data-solution="fap"] .hero p br {
    display: none;
  }
  body.page-vars-solution .hero p br {
    display: none;
  }
  body.page-fap-solution[data-solution="fap"] .detail-feature__desc br,
  body.page-vars-solution .detail-feature__desc br {
    display: none;
  }
  body.page-vars-solution .detail-why__head h2 br {
    display: none;
  }
  body.page-fap-solution[data-solution="fap"] .hero-actions {
    margin-top: 30px;
    gap: 10px;
  }
  body.page-fap-solution[data-solution="fap"] .hero-actions--tabs {
    width: calc(100% - 32px);
    margin-top: 28px;
  }
  body.page-fap-solution[data-solution="fap"] .hero-actions--tabs .tab-button {
    height: 46px;
    font-size: 14px;
  }
  body.page-fap-solution[data-solution="fap"] .hero-actions .solid-button,
  body.page-fap-solution[data-solution="fap"] .hero-actions .outline-button {
    width: min(240px, calc(100% - 32px));
    min-width: 0;
    height: 48px;
    padding: 0 34px;
    border-radius: 999px;
    font-size: 14px;
  }
  body.page-fap-solution[data-solution="fap"] .hero-dashboard {
    width: calc(100% - 32px);
    margin-top: 32px;
  }
  body.page-fap-solution .detail-why__head,
  body.page-fap-solution .detail-reason__head,
  body.page-fap-solution .detail-feature {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.page-fap-solution .detail-list {
    padding-bottom: 60px;
  }

  body.page-fap-solution .detail-reason h2,
  body.page-fap-solution .detail-why h2,
  body.page-fap-solution .detail-feature h2,
  body.page-fap-solution .detail-list h2,
  body.page-fap-solution .closing-section h2 {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 16px;
  }
  body.page-fap-solution .detail-sub,
  body.page-fap-solution .detail-sub-left {
    font-size: 15px;
    line-height: 1.6;
  }
  body.page-fap-solution .detail-tabs {
    margin-top: 30px;
    gap: 8px;
  }
  body.page-fap-solution .detail-tabs li {
    padding: 8px 18px;
    font-size: 14px;
  }
  body.page-fap-solution .detail-feature__panel {
    margin-top: 20px;
  }
  body.page-fap-solution .detail-feature__iconbox {
    width: 64px;
    height: 64px;
  }
  body.page-fap-solution .detail-feature__copy {
    column-gap: 6px;
  }
  body.page-fap-solution .detail-feature__copy > .detail-feature__iconbox img {
    width: 36px;
  }
  body.page-fap-solution .detail-feature__copy h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  body.page-fap-solution .detail-feature__desc {
    margin-top: 14px;
    font-size: 15px;
  }
  body.page-fap-solution .detail-feature__copy ul {
    margin-top: 24px;
  }
  body.page-fap-solution .detail-feature__copy li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  body.page-fap-solution .detail-list__grid {
    gap: 22px;
    margin-top: 30px;
  }
  body.page-fap-solution .detail-list__grid h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  body.page-fap-solution .detail-why__grid h3,
  body.page-fap-solution .detail-reason__grid h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  body.page-fap-solution .detail-why__grid {
    gap: 60px;
  }
  body.page-fap-solution .detail-why__grid p,
  body.page-fap-solution .detail-reason__grid p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
  }
  body.page-fap-solution .detail-list__grid li {
    font-size: 14px;
    margin-bottom: 0;
  }
  body.page-fap-solution .detail-ai-extension__flow > *,
  body.page-fap-solution .detail-ai-extension__cards > *,
  body.page-fap-solution .detail-ai-extension__scenario-grid > * {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
  body.page-fap-solution .detail-ai-extension {
    padding-bottom: 40px;
  }
  body.page-fap-solution .detail-ai-extension__head {
    padding: 104px 0 28px;
  }
  body.page-fap-solution .detail-ai-extension__head h2,
  body.page-fap-solution .detail-ai-extension__scenario-head h2 {
    font-size: 30px;
  }
  body.page-fap-solution .detail-ai-extension__band {
    padding: 36px 0 72px;
  }
  body.page-fap-solution .detail-ai-extension__flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  body.page-fap-solution .detail-ai-extension__arrow {
    width: 64px;
    height: 22px;
    transform: rotate(90deg);
  }
  body.page-fap-solution .detail-ai-extension__node {
    gap: 12px;
  }
  body.page-fap-solution .detail-ai-extension__node img {
    width: 54px;
    height: 54px;
  }
  body.page-fap-solution .detail-ai-extension__node p {
    font-size: 18px;
  }
  body.page-fap-solution .detail-ai-extension__node p span {
    font-size: 14px;
  }
  body.page-fap-solution .detail-ai-extension__cards {
    width: calc(100% - 32px);
    margin-top: -28px;
    gap: 16px;
  }
  body.page-fap-solution .detail-ai-extension-card {
    min-height: auto;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 12px;
    align-items: end;
    padding: 22px 18px 18px;
    border-radius: 16px;
  }
  body.page-fap-solution .detail-ai-extension-card__icon {
    width: 46px;
    height: 46px;
  }
  body.page-fap-solution .detail-ai-extension-card h3 {
    font-size: 20px;
    margin-bottom: 2px;
  }
  body.page-fap-solution .detail-ai-extension-card p {
    margin-top: 2px;
    font-size: 14px;
  }
  body.page-fap-solution .detail-ai-extension__scenario {
    padding: 104px 0 84px;
  }
  body.page-fap-solution .detail-ai-extension__scenario-grid {
    width: calc(100% - 32px);
    margin-top: 34px;
    gap: 14px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card {
    padding: 24px 18px 18px;
    border-radius: 16px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card__num {
    font-size: 48px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card h3 {
    margin-bottom: 14px;
    font-size: 18px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card__block {
    padding: 12px 14px 14px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card__block span {
    font-size: 14px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card__block p {
    font-size: 13px;
  }
  body.page-fap-solution .closing-section {
    min-height: auto;
    padding: 120px 20px;
  }
  body.page-fap-solution .closing-section p {
    font-size: 15px;
  }
  body.page-fap-solution .detail-why__grid img {
    margin-top: 28px;
  }
  body.page-fap-solution .detail-why,
  body.page-fap-solution .detail-reason,
  body.page-fap-solution .detail-feature,
  body.page-vars-solution .detail-why,
  body.page-vars-solution .detail-reason,
  body.page-vars-solution .detail-feature {
    background-attachment: fixed;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  body.page-fap-solution .detail-why,
  body.page-vars-solution .detail-why,
  body.page-fap-solution .detail-feature-list-bg,
  body.page-vars-solution .detail-feature-list-bg {
    /* background-image: url("image/companyback.jpg"); */
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f4f5f7;
  }
}

@media (max-width: 720px) {
  body.page-company .company-copy br,
  body.page-company .company-hero__copy br,
  body.page-company .company-hero p br,
  body.page-company .company-copy p br,
  body .solution-copy p br,
  body .company-copy p br {
    display: none;
  }
  body.page-fap-solution .detail-ai-extension__head h2 br,
  body.page-fap-solution .detail-ai-extension__scenario-head h2 br {
    display: none;
  }
  body.page-fap-solution .detail-ai-extension__head h2,
  body.page-fap-solution .detail-ai-extension__scenario-head h2 {
    font-size: 30px;
    line-height: 1.18;
  }
  body.page-fap-solution .detail-ai-extension__head .detail-sub {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.55;
  }
  body.page-fap-solution .detail-ai-extension__head {
    padding: 60px 0;
  }
  body.page-fap-solution .detail-ai-extension__band {
    padding: 24px 0 56px;
  }
  body.page-fap-solution .detail-ai-extension__flow {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 24px;
  }
  body.page-fap-solution .detail-ai-extension__arrow {
    width: 16px;
    height: 30px;
    transform: none;
    margin: -2px 0;
    transform-origin: center center;
  }
  body.page-fap-solution img.detail-ai-extension__arrow.is-revealed {
    transform: rotate(90deg) !important;
  }
  body.page-fap-solution .detail-ai-extension__node {
    gap: 5px;
  }
  body.page-fap-solution .detail-ai-extension__node img {
    width: 44px;
    height: 44px;
  }
  body.page-fap-solution .detail-ai-extension__node p {
    font-size: 16px;
    line-height: 1.35;
  }
  body.page-fap-solution .detail-ai-extension__node p span {
    font-size: 14px;
  }
  body.page-fap-solution .detail-ai-extension__cards,
  body.page-fap-solution .detail-ai-extension__scenario-grid {
    width: calc(100% - 40px);
  }
  body.page-fap-solution .detail-ai-extension__cards {
    margin-top: -24px;
    gap: 14px;
    grid-template-columns: 1fr;
  }
  body.page-fap-solution .detail-ai-extension-card {
    min-height: auto;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 10px;
    align-items: start;
    padding: 20px;
    border-radius: 12px;
  }
  body.page-fap-solution .detail-ai-extension-card__icon {
    width: 40px;
    height: 40px;
  }
  body.page-fap-solution .detail-ai-extension-card h3 {
    font-size: 16px;
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 0;
  }
  body.page-fap-solution .detail-ai-extension-card p {
    font-size: 14px;
    line-height: 1.55;
    grid-row: 3;
  }
  body.page-fap-solution .detail-ai-extension__scenario {
    padding: 60px 0 40px;
  }
  body.page-fap-solution .detail-ai-extension__scenario-head h2 {
    font-size: 30px;
  }
  body.page-fap-solution .detail-ai-extension__scenario-grid {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card {
    padding: 36px 10px 16px;
    border-radius: 12px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card__num {
    font-size: 38px;
    top: -6px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card h3 {
    margin-bottom: 12px;
    font-size: 16px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card__block {
    padding: 10px;
    margin-top: 10px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card__block span {
    font-size: 14px;
    margin-bottom: 3px;
  }
  body.page-fap-solution .detail-ai-extension-scenario-card__block p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (min-width: 1181px) {
  body.page-fap-solution .detail-ai-extension-card:hover,
  body.page-fap-solution .detail-ai-extension-card:focus-within {
    transform: translateY(-4px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 10px 18px rgba(20, 33, 55, 0.08);
  }

  body.page-fap-solution .detail-ai-extension-scenario-card:hover,
  body.page-fap-solution .detail-ai-extension-scenario-card:focus-within {
    transform: translateY(-4px);
    z-index: 3;
    border-color: rgba(55, 125, 255, 0.24);
    background: #fff;
    box-shadow: 0 10px 18px rgba(20, 33, 55, 0.08);
  }
}

@media (max-width: 720px), (hover: none) and (pointer: coarse) {
  body.page-company .value-card:hover,
  body.page-company .value-card:focus-within,
  body.page-fap-solution
    .detail-list.detail-list--cards
    .detail-list-card:hover,
  body.page-fap-solution
    .detail-list.detail-list--cards
    .detail-list-card:focus-within,
  body.page-fap-solution .detail-ai-extension-card:hover,
  body.page-fap-solution .detail-ai-extension-card:focus-within,
  body.page-fap-solution .detail-ai-extension-scenario-card:hover,
  body.page-fap-solution .detail-ai-extension-scenario-card:focus-within,
  body.page-fap-solution .solution-feature-card:hover,
  body.page-fap-solution .solution-feature-card:focus-within,
  body.page-fap-solution .solution-feature-card__arrow:hover,
  body.page-fap-solution .solution-feature-card__arrow:focus-visible,
  body.page-company .service-card:hover,
  body.page-company .service-card:focus-within {
    transform: none !important;
    translate: none !important;
    scale: none !important;
    box-shadow: none;
    z-index: auto;
  }

  body.page-fap-solution .detail-ai-extension-card:hover,
  body.page-fap-solution .detail-ai-extension-card:focus-within {
    transform: none !important;
    translate: none !important;
    scale: none !important;
    background: #fff;
    box-shadow: 0 10px 22px rgba(21, 28, 43, 0.05);
    z-index: auto;
  }

  body.page-fap-solution .detail-ai-extension-scenario-card:hover,
  body.page-fap-solution .detail-ai-extension-scenario-card:focus-within {
    transform: none !important;
    translate: none !important;
    scale: none !important;
    background: #fff;
    border-color: rgba(217, 220, 227, 0.95);
    box-shadow: 0 10px 22px rgba(21, 28, 43, 0.05);
    z-index: auto;
  }
}

body.page-vars-solution .hero {
  background: #deebf7;
  overflow: visible;
  padding-bottom: 160px;
}

body.page-vars-solution .hero::before {
  content: none;
}

body.page-vars-solution .product-switch,
body.page-vars-solution .switch-name,
body.page-vars-solution .hero h1,
body.page-vars-solution .hero p {
  color: #2f2f2f;
}

body.page-vars-solution .switch-name {
  transform: none;
  font-size: 16px;
  color: #2f2f2f;
  letter-spacing: 0;
  cursor: default;
}

body.page-vars-solution .switch-name .fap-initial-white {
  color: #377dff;
}

body.page-vars-solution .hero h1 {
  margin-top: 12px;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 800;
  color: #2f2f2f;
}

body.page-vars-solution .hero p {
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #666666;
}

body.page-vars-solution .hero-content {
  padding-top: 180px;
}

body.page-vars-solution .hero-actions {
  margin-top: 31px;
}

body.page-vars-solution .hero-actions--tabs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: min(300px, calc(100% - 24px));
  margin: 32px auto 0;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(43, 68, 112, 0.08);
  gap: 0;
}

body.page-vars-solution .hero-actions--tabs .tab-button {
  flex: 1 1 0;
  min-width: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

body.page-vars-solution .hero-actions--tabs .tab-button:hover {
  background: #f2f5f7;
}

body.page-vars-solution .hero-actions--tabs .tab-button--active {
  /* background: #fff; */
  color: #2b2b2b;
  /* box-shadow: inset 0 0 0 1px rgba(224, 228, 235, 0.9); */
}

body.page-vars-solution .hero-dashboard {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: min(1440px, calc(100% - 40px));
  margin: 46px auto 0;
  box-shadow: 0 30px 65px rgba(6, 28, 60, 0.18);
}

body.page-vars-solution .hero-dashboard img {
  width: 100%;
  height: auto;
  display: block;
}

body.page-fap-solution .vars-feature-stack,
body.page-vars-solution .vars-feature-stack {
  display: grid;
  gap: 80px;
  width: min(1440px, calc(100% - 80px));
  margin: 56px auto 0;
}

body.page-fap-solution .vars-feature-card,
body.page-vars-solution .vars-feature-card {
  position: relative;
  padding: 144px 80px 40px;
  border: 1px solid rgba(85, 122, 194, 0.14);
  border-radius: 22px;
  background: linear-gradient(180deg, #ebf2ff 0%, #ffffff 100%);
  box-shadow: none;
}

body.page-fap-solution .vars-feature-card__badge,
body.page-vars-solution .vars-feature-card__badge {
  position: absolute;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
  min-width: 176px;
  height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #377dff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 24px rgba(55, 125, 255, 0.22);
}

body.page-fap-solution .vars-feature-card__badge img,
body.page-vars-solution .vars-feature-card__badge img {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  order: 0;
}

body.page-fap-solution .vars-feature-card__badge span,
body.page-vars-solution .vars-feature-card__badge span {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  order: 1;
}

body.page-fap-solution .vars-feature-card__body,
body.page-vars-solution .vars-feature-card__body {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 38px;
  align-items: start;
  /* padding-top: 70px; */
}

body.page-fap-solution .vars-feature-card__copy,
body.page-vars-solution .vars-feature-card__copy {
  min-width: 0;
}

body.page-fap-solution .vars-feature-card__copy h3,
body.page-vars-solution .vars-feature-card__copy h3 {
  margin: 0;
  color: #2b2f36;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 800;
}

body.page-fap-solution .vars-feature-card__copy p,
body.page-vars-solution .vars-feature-card__copy p {
  margin: 16px 0 0;
  color: #5b6471;
  font-size: 16px;
  line-height: 1.55;
}

body.page-fap-solution .vars-feature-card__copy ul,
body.page-vars-solution .vars-feature-card__copy ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

body.page-fap-solution .vars-feature-card__copy li,
body.page-vars-solution .vars-feature-card__copy li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 11px;
  color: #5e6776;
  font-size: 16px;
  line-height: 1.5;
}

body.page-fap-solution .vars-feature-card__copy li img,
body.page-vars-solution .vars-feature-card__copy li img {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex: 0 0 auto;
}

body.page-fap-solution .vars-feature-card__image,
body.page-vars-solution .vars-feature-card__image {
  min-width: 0;
}

body.page-fap-solution .vars-feature-card__image img,
body.page-vars-solution .vars-feature-card__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(49, 72, 113, 0.14);
}

body.page-fap-solution .detail-feature .detail-container,
body.page-vars-solution .detail-feature .detail-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.page-fap-solution .detail-feature .detail-kicker,
body.page-vars-solution .detail-feature .detail-kicker,
body.page-fap-solution .detail-feature h2,
body.page-vars-solution .detail-feature h2,
body.page-fap-solution .detail-feature .detail-sub-left,
body.page-vars-solution .detail-feature .detail-sub-left {
  text-align: center;
}

body.page-fap-solution .detail-feature .detail-sub-left,
body.page-vars-solution .detail-feature .detail-sub-left {
  max-width: 760px;
}

@media (max-width: 720px) {
  body.page-fap-solution .hero,
  body.page-vars-solution .hero {
    padding-bottom: 120px;
  }

  body.page-fap-solution .hero-dashboard,
  body.page-vars-solution .hero-dashboard {
    top: auto;
    left: auto;
    transform: none;
    width: calc(100% - 32px);
    margin-top: 32px;
  }

  body.page-fap-solution .detail-feature,
  body.page-vars-solution .detail-feature {
    padding: 94px 0 84px;
  }

  body.page-fap-solution .detail-feature h2,
  body.page-vars-solution .detail-feature h2 {
    font-size: 30px;
  }

  body.page-fap-solution .vars-feature-stack,
  body.page-vars-solution .vars-feature-stack {
    width: calc(100% - 32px);
    margin-top: 36px;
    gap: 40px;
  }

  body.page-fap-solution .vars-feature-card,
  body.page-vars-solution .vars-feature-card {
    padding: 24px 18px 18px;
    border-radius: 18px;
  }

  body.page-fap-solution .vars-feature-card__badge,
  body.page-vars-solution .vars-feature-card__badge {
    top: -20px;
    min-width: 152px;
    height: 42px;
    gap: 8px;
  }

  body.page-fap-solution .vars-feature-card__badge span,
  body.page-vars-solution .vars-feature-card__badge span {
    font-size: 16px;
  }

  body.page-fap-solution .vars-feature-card__body,
  body.page-vars-solution .vars-feature-card__body {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 12px;
  }

  body.page-fap-solution .vars-feature-card__copy h3,
  body.page-vars-solution .vars-feature-card__copy h3 {
    font-size: 24px;
  }

  body.page-fap-solution .vars-feature-card__copy p,
  body.page-vars-solution .vars-feature-card__copy p,
  body.page-fap-solution .vars-feature-card__copy li,
  body.page-vars-solution .vars-feature-card__copy li {
    font-size: 14px;
  }

  body.page-fap-solution .vars-feature-card__copy ul,
  body.page-vars-solution .vars-feature-card__copy ul {
    margin-top: 20px;
  }

  body.page-fap-solution .vars-feature-card__badge img,
  body.page-vars-solution .vars-feature-card__badge img {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    order: 0;
  }
}

body.page-fap-solution .detail-feature__intro,
body.page-vars-solution .detail-feature__intro {
  position: relative;
  top: auto;
  z-index: 12;
  width: min(1200px, 100%);
  padding: 12px 0 40px;
  text-align: center;
}

body.page-fap-solution .detail-feature-anchor,
body.page-vars-solution .detail-feature-anchor {
  display: block;
  height: 0;
  scroll-margin-top: calc(
    var(--vars-sticky-top, 104px) - var(--header-height) + 24px
  );
}

body.page-fap-solution .detail-feature__intro,
body.page-vars-solution .detail-feature__intro {
  scroll-margin-top: calc(var(--vars-sticky-top, 104px) - var(--header-height));
}

body.page-fap-solution .detail-feature__intro .detail-kicker,
body.page-fap-solution .detail-feature__intro h2,
body.page-fap-solution .detail-feature__intro .detail-sub-left,
body.page-vars-solution .detail-feature__intro .detail-kicker,
body.page-vars-solution .detail-feature__intro h2,
body.page-vars-solution .detail-feature__intro .detail-sub-left {
  text-align: center;
}

body.page-fap-solution .vars-feature-stack,
body.page-vars-solution .vars-feature-stack {
  position: relative;
  width: min(1440px, calc(100% - 80px));
  margin: 28px auto 0;
  display: block;
  height: clamp(720px, 78vh, 920px);
  overflow: visible;
}

body.page-fap-solution .vars-feature-card,
body.page-vars-solution .vars-feature-card {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  padding: 144px 80px 44px;
  opacity: 1;
  transform: translateY(0);
  filter: none;
  pointer-events: auto;
  border: 1px solid rgba(85, 122, 194, 0.14);
  border-radius: 22px;
  background: linear-gradient(180deg, #ebf2ff 0%, #ffffff 100%);
  box-shadow: none;
  overflow: hidden;
  transition:
    opacity 0.24s ease,
    filter 0.24s ease,
    background-color 0.24s ease,
    box-shadow 0.24s ease;
  will-change: transform, opacity, filter;
}

body.page-fap-solution .vars-feature-card.is-active,
body.page-vars-solution .vars-feature-card.is-active {
  opacity: 1;
  transform: translateY(0);
  filter: none;
  pointer-events: auto;
  z-index: 5;
}

body.page-fap-solution .vars-feature-card.is-past,
body.page-vars-solution .vars-feature-card.is-past {
  background: linear-gradient(180deg, #f2f2f2 0%, #e8e8e8 100%);
  box-shadow: 0 14px 28px rgba(101, 106, 115, 0.08);
  opacity: 0.9;
  filter: grayscale(1) saturate(0.2);
}

body.page-fap-solution .vars-feature-card.is-past .vars-feature-card__badge,
body.page-vars-solution .vars-feature-card.is-past .vars-feature-card__badge {
  background: #8b96a6;
  box-shadow: 0 10px 22px rgba(72, 80, 92, 0.14);
}

body.page-fap-solution .vars-feature-card.is-future,
body.page-vars-solution .vars-feature-card.is-future {
  opacity: 0.28;
}

body.page-fap-solution .vars-feature-card.is-future .vars-feature-card__badge,
body.page-vars-solution .vars-feature-card.is-future .vars-feature-card__badge {
  background: #5791ff;
}

body.page-fap-solution .detail-feature {
  min-height: calc((var(--vars-card-count, 6) + 4) * 100vh);
  scroll-margin-top: calc(var(--vars-sticky-top, 104px) - var(--header-height));
  position: relative;
}

body.page-vars-solution .detail-feature {
  min-height: calc((var(--vars-card-count, 5) + 4) * 100vh);
  scroll-margin-top: calc(var(--vars-sticky-top, 104px) - var(--header-height));
  position: relative;
}

body.page-fap-solution .detail-feature .detail-container,
body.page-vars-solution .detail-feature .detail-container {
  position: relative;
  top: auto;
  min-height: auto;
}

body.page-fap-solution .detail-feature.is-pinned .detail-container,
body.page-vars-solution .detail-feature.is-pinned .detail-container {
  position: fixed;
  top: var(--vars-sticky-top, 104px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1440px, calc(100% - 48px));
  margin: 0;
  z-index: 20;
}

@media (max-width: 720px) {
  body.page-fap-solution .detail-feature .detail-container,
  body.page-vars-solution .detail-feature .detail-container {
    position: static;
    min-height: auto;
  }

  body.page-fap-solution .detail-feature__intro,
  body.page-vars-solution .detail-feature__intro {
    position: static;
    top: auto;
    padding-bottom: 18px;
    scroll-margin-top: calc(
      var(--vars-sticky-top, 104px) - var(--header-height)
    );
  }

  body.page-fap-solution .detail-feature-anchor,
  body.page-vars-solution .detail-feature-anchor {
    scroll-margin-top: calc(
      var(--vars-sticky-top, 104px) - var(--header-height) + 24px
    );
  }

  body.page-fap-solution .vars-feature-stack,
  body.page-vars-solution .vars-feature-stack {
    width: 100%;
    height: auto;
    margin-top: 28px;
    display: grid;
    gap: 14px;
  }

  body.page-fap-solution .vars-feature-card,
  body.page-vars-solution .vars-feature-card {
    position: relative;
    inset: auto;
    opacity: 1;
    transform: none;
    filter: none;
    pointer-events: auto;
    padding: 80px 20px 20px;
    border-radius: 15px;
  }

  body.page-fap-solution .vars-feature-card.is-future,
  body.page-fap-solution .vars-feature-card.is-past,
  body.page-vars-solution .vars-feature-card.is-future,
  body.page-vars-solution .vars-feature-card.is-past {
    opacity: 1;
  }

  body.page-fap-solution .vars-feature-card__badge,
  body.page-vars-solution .vars-feature-card__badge {
    top: 18px;
    min-width: 152px;
    height: 42px;
    gap: 8px;
  }

  body.page-fap-solution .vars-feature-card__badge span,
  body.page-vars-solution .vars-feature-card__badge span {
    font-size: 16px;
  }

  body.page-fap-solution .vars-feature-card__body,
  body.page-vars-solution .vars-feature-card__body {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.page-fap-solution .vars-feature-card__copy h3,
  body.page-vars-solution .vars-feature-card__copy h3 {
    font-size: 24px;
  }

  body.page-fap-solution .vars-feature-card__copy p,
  body.page-fap-solution .vars-feature-card__copy li,
  body.page-vars-solution .vars-feature-card__copy p,
  body.page-vars-solution .vars-feature-card__copy li {
    font-size: 14px;
  }

  body.page-fap-solution .vars-feature-card__copy ul,
  body.page-vars-solution .vars-feature-card__copy ul {
    margin-top: 20px;
  }
}

/* 주요 기능 스크롤 애니메이션 종료 후,
   고정된 컨테이너를 섹션 하단에 붙여 다음 세부 기능 섹션과 자연스럽게 연결 */
body.page-fap-solution .detail-feature,
body.page-vars-solution .detail-feature {
  position: relative;
}

body.page-fap-solution .detail-feature.is-stack-finished .detail-container,
body.page-vars-solution .detail-feature.is-stack-finished .detail-container {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1440px, calc(100% - 48px));
  margin: 0;
  z-index: 2;
}

/* end vars feature stack overrides */

/* FAP page keeps its hero styling while reusing the vars scroll stack logic */
body.page-fap-solution[data-solution="fap"] .hero {
  background: #000349;
  padding-bottom: 160px;
}

body.page-fap-solution[data-solution="fap"] .hero::before {
  background: none;
}

body.page-fap-solution[data-solution="fap"] .hero-content {
  padding-top: 180px;
}

body.page-fap-solution[data-solution="fap"] .product-switch {
  display: block;
}

body.page-fap-solution[data-solution="fap"] .switch-name {
  transform: none;
  font-size: 16px;
  color: var(--blue);
  letter-spacing: 0;
  cursor: default;
}

body.page-fap-solution[data-solution="fap"] .switch-name .fap-initial-white {
  color: var(--white);
  font-weight: 800;
}

body.page-fap-solution[data-solution="fap"] .hero h1 {
  margin-top: 12px;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
}

body.page-fap-solution[data-solution="fap"] .hero p {
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #dddddd;
}

body.page-fap-solution[data-solution="fap"] .hero-actions--tabs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: min(440px, calc(100% - 24px));
  margin: 32px auto 0;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  gap: 0;
}

body.page-fap-solution[data-solution="fap"] .hero-actions--tabs .tab-button {
  flex: 1 1 0;
  min-width: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

body.page-fap-solution[data-solution="fap"]
  .hero-actions--tabs
  .tab-button:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* body.page-fap-solution[data-solution="fap"] .hero-actions--tabs .tab-button--active {
  background: #fff;
  color: #2b2b2b;
} */

body.page-fap-solution[data-solution="fap"] .hero-dashboard {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: min(1440px, calc(100% - 40px));
  margin: 46px auto 0;
  box-shadow: 0 30px 65px rgba(6, 28, 60, 0.18);
}

body.page-fap-solution[data-solution="fap"] .hero-dashboard img {
  display: block;
}

body.page-fap-solution[data-solution="fap"] .detail-feature-list-bg {
  background: #f4f5f7 url("image/companyback.jpg") center center / cover
    no-repeat fixed;
}

body.page-fap-solution .company-cases {
  min-height: auto;
  height: auto;
  display: block;
  overflow: visible;
  padding: 160px 0 120px;
  background: #fff;
  scroll-margin-top: calc(var(--vars-sticky-top, -20px) - var(--header-height));
}

body.page-fap-solution .company-cases .section-inner {
  width: min(1440px, calc(100% - 80px));
}

body.page-fap-solution .company-cases .section-head {
  max-width: 920px;
  margin: 0 auto 80px;
  text-align: center;
}

body.page-fap-solution .company-cases .section-head h2 {
  margin: 0;
  color: #2d3340;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 800;
}

body.page-fap-solution .company-cases .section-head p {
  max-width: 760px;
  margin: 10px auto 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  body.page-fap-solution .company-cases .section-head h2 {
    font-size: 36px;
  }
}

body.page-fap-solution .case-marquee {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

body.page-fap-solution .case-marquee::before,
body.page-fap-solution .case-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(180px, 18vw, 360px);
  z-index: 3;
  pointer-events: none;
}

body.page-fap-solution .case-marquee::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.95) 34%,
    rgba(255, 255, 255, 0) 100%
  );
}

body.page-fap-solution .case-marquee::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.95) 34%,
    rgba(255, 255, 255, 0) 100%
  );
}

body.page-fap-solution .case-marquee.is-dragging {
  cursor: grabbing;
}

body.page-fap-solution .case-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: max-content;
  padding-left: 440px;
  margin: 40px 0;
  will-change: transform;
}

body.page-fap-solution .case-card {
  width: 600px;
  min-height: 400px;
  padding: 40px;
  border: 1px solid #e3e8f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(20, 33, 55, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

body.page-fap-solution .case-card h3 {
  margin: 0 0 20px;
  color: #262626;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.page-fap-solution .case-card p + p {
  margin-top: 18px;
}

body.page-fap-solution .case-card p:first-of-type {
  min-height: 112px;
}

body.page-fap-solution .case-card__divider {
  width: 100%;
  height: 1px;
  margin: 28px 0 18px;
  background: #dfe7f3;
}

body.page-fap-solution .case-card__effect {
  color: var(--text-body);
  font-size: 15px;
  line-height: 1.65;
  padding-bottom: 8px;
}

body.page-fap-solution .case-logo-box {
  width: 100%;
  height: 60px;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

body.page-fap-solution .case-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}

body.page-fap-solution .case-logo-box--text {
  justify-content: flex-start;
}

body.page-fap-solution .case-logo-box--text span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  color: #2d7af0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.page-fap-solution .case-logo-box--samsung img {
  max-width: 144px;
  max-height: 22px;
}

body.page-fap-solution .case-logo-box--hdhyundai img {
  max-width: 168px;
  max-height: 32px;
}

body.page-fap-solution .case-logo-box--bankkorea img {
  max-width: 140px;
  max-height: 44px;
}

body.page-fap-solution .case-logo-box--shinsegaeinc img {
  max-width: 176px;
  max-height: 28px;
}

body.page-fap-solution .case-logo-box--nhbank img {
  max-width: 164px;
  max-height: 24px;
}

body.page-fap-solution .case-logo-box--kbbank img {
  max-width: 170px;
  max-height: 28px;
}

body.page-fap-solution .case-logo-box--skbroadband img {
  max-width: 137px;
  max-height: 44px;
}

body.page-fap-solution .case-logo-box--koreagas img {
  max-width: 166px;
  max-height: 34px;
}

body.page-fap-solution .case-logo-box--ex img {
  max-width: 180px;
  max-height: 20px;
}

body.page-fap-solution .case-logo-box--koreahealth img {
  max-width: 88px;
  max-height: 38px;
}

body.page-fap-solution .case-logo-box--koreapost img {
  max-width: 174px;
  max-height: 34px;
}

body.page-fap-solution .case-card p {
  margin: 0;
  color: var(--text-body);
  font-size: 18px;
  line-height: 1.55;
}

body.page-fap-solution .company-cases .section-head {
  margin-bottom: 40;
}

@media (max-width: 720px) {
  body.page-fap-solution .company-cases {
    min-height: auto;
    padding: 60px 20px;
    scroll-margin-top: calc(
      var(--vars-sticky-top, -20px) - var(--header-height) + 72px
    );
  }

  body.page-fap-solution .company-cases .section-inner {
    width: 100%;
  }

  body.page-fap-solution .case-marquee {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 40px;
  }

  body.page-fap-solution .case-card {
    flex: 0 0 300px;
    width: 300px;
    min-height: 160px;
    padding: 20px;
    box-shadow: 0 10px 22px rgba(20, 33, 55, 0.07);
  }

  body.page-fap-solution .case-card h3 {
    font-size: 22px;
  }

  body.page-fap-solution .case-logo-box {
    height: 60px;
    margin-bottom: 16px;
  }

  body.page-fap-solution .case-logo-box img {
    width: 100%;
    height: 100%;
  }

  body.page-fap-solution .case-card p {
    font-size: 13px;
    line-height: 1.45;
  }

  body.page-fap-solution .case-card p:first-of-type {
    min-height: 78px;
  }

  body.page-fap-solution .case-card__divider {
    margin: 18px 0 14px;
  }

  body.page-fap-solution .case-card__effect {
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 6px;
  }

  body.page-fap-solution .company-cases .section-head {
    max-width: 100%;
    margin-bottom: 40px;
  }

  body.page-fap-solution .company-cases .section-head h2 {
    font-size: 30px;
    line-height: 1.15;
  }

  body.page-fap-solution .company-cases .section-head p {
    font-size: 15px;
    line-height: 1.6;
  }

  body.page-fap-solution .company-cases .section-head p br {
    display: none;
  }

  body.page-fap-solution .case-track {
    padding-left: max(20px, calc((100vw - 300px) / 2));
    padding-right: max(20px, calc((100vw - 300px) / 2));
  }

  body.page-fap-solution .case-marquee::before,
  body.page-fap-solution .case-marquee::after {
    width: clamp(72px, 14vw, 120px);
  }
}

@media (max-width: 720px) {
  body.page-vars-solution .hero {
    min-height: 640px;
    padding-bottom: 80px;
  }

  body.page-vars-solution .hero-content {
    padding-top: 72px;
  }

  body.page-vars-solution .hero h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  body.page-vars-solution .hero p {
    width: calc(100% - 40px);
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.45;
  }

  body.page-vars-solution .hero-actions {
    margin-top: 30px;
  }

  body.page-vars-solution .hero-actions--tabs {
    width: 100%;
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }

  body.page-vars-solution .hero-actions--tabs .tab-button {
    flex: 1 1 0;
    min-width: 0;
    height: 46px;
    font-size: 14px;
  }

  body.page-vars-solution .hero-dashboard {
    width: calc(100% - 40px);
    margin-top: 32px;
  }

  body.page-vars-solution .detail-feature {
    min-height: auto;
    scroll-margin-top: calc(
      var(--vars-sticky-top, 104px) - var(--header-height)
    );
    padding-top: 60px;
    padding-bottom: 0px;
  }

  body.page-vars-solution .detail-list {
    padding-top: 0;
    padding-bottom: 32px;
    margin-top: 0;
  }

  body.page-fap-solution[data-solution="fap"] .hero {
    min-height: 640px;
    padding-bottom: 80px;
  }

  body.page-fap-solution[data-solution="fap"] .hero-content,
  body.page-fap-solution[data-solution="vars"] .hero-content {
    padding-top: 72px;
    width: calc(100% - 40px);
    /* width: 100%; */
    margin: 0 auto;
  }

  body.page-fap-solution[data-solution="fap"] .hero h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  body.page-vars-solution .hero h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  body.page-fap-solution[data-solution="fap"] .hero p {
    width: 100%;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.45;
  }

  body.page-vars-solution .hero p {
    /* width: calc(100% - 40px); */
    width: 100%;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.45;
  }

  body.page-fap-solution[data-solution="fap"] .hero-actions--tabs {
    width: 100%;
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }

  body.page-fap-solution[data-solution="fap"] .hero-actions--tabs .tab-button {
    flex: 1 1 0;
    min-width: 0;
    height: 46px;
    font-size: 14px;
  }

  body.page-fap-solution[data-solution="fap"] .hero-dashboard {
    width: calc(100% - 40px);
    margin-top: 32px;
  }

  body.page-fap-solution[data-solution="fap"] .detail-why__head,
  body.page-fap-solution[data-solution="fap"] .detail-reason__head {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.page-fap-solution[data-solution="fap"] .detail-feature {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  body.page-fap-solution[data-solution="fap"] .detail-list {
    margin-top: 0;
    padding-bottom: 60px;
  }
}

/* 운영과제/도입효과 섹션 순차 등장 애니메이션
   - 1181px 이상에서만 적용
   - 섹션 최상단이 메뉴바 하단에 닿으면 article이 1번부터 순차적으로 등장
   - 고정/스크롤 보정/레이아웃 높이 변경 없음 */
@media (min-width: 1181px) {
  body.page-fap-solution .detail-why.is-sequence-ready .sequence-reveal-item,
  body.page-fap-solution .detail-reason.is-sequence-ready .sequence-reveal-item,
  body.page-vars-solution .detail-why.is-sequence-ready .sequence-reveal-item,
  body.page-vars-solution
    .detail-reason.is-sequence-ready
    .sequence-reveal-item,
  body.page-vars-solution
    .detail-compliance.is-sequence-ready
    .sequence-reveal-item,
  body[data-solution="fap"] .detail-why.is-sequence-ready .sequence-reveal-item,
  body[data-solution="fap"]
    .detail-reason.is-sequence-ready
    .sequence-reveal-item,
  body[data-solution="vars"]
    .detail-why.is-sequence-ready
    .sequence-reveal-item,
  body[data-solution="vars"]
    .detail-reason.is-sequence-ready
    .sequence-reveal-item,
  body[data-solution="vars"]
    .detail-compliance.is-sequence-ready
    .sequence-reveal-item {
    opacity: 0;
    transform: translateY(34px);
    filter: blur(8px);
  }

  body.page-fap-solution .detail-why .sequence-reveal-item,
  body.page-fap-solution .detail-reason .sequence-reveal-item,
  body.page-vars-solution .detail-why .sequence-reveal-item,
  body.page-vars-solution .detail-reason .sequence-reveal-item,
  body.page-vars-solution .detail-compliance .sequence-reveal-item,
  body[data-solution="fap"] .detail-why .sequence-reveal-item,
  body[data-solution="fap"] .detail-reason .sequence-reveal-item,
  body[data-solution="vars"] .detail-why .sequence-reveal-item,
  body[data-solution="vars"] .detail-reason .sequence-reveal-item,
  body[data-solution="vars"] .detail-compliance .sequence-reveal-item {
    transition:
      opacity 0.92s ease,
      transform 0.92s cubic-bezier(0.22, 0.61, 0.36, 1),
      filter 0.92s ease;
    will-change: opacity, transform, filter;
  }

  body.page-fap-solution .detail-why.is-sequence-ready .sequence-reveal-item,
  body.page-fap-solution .detail-reason.is-sequence-ready .sequence-reveal-item,
  body.page-vars-solution .detail-why.is-sequence-ready .sequence-reveal-item,
  body.page-vars-solution
    .detail-reason.is-sequence-ready
    .sequence-reveal-item,
  body.page-vars-solution
    .detail-compliance.is-sequence-ready
    .sequence-reveal-item,
  body[data-solution="fap"] .detail-why.is-sequence-ready .sequence-reveal-item,
  body[data-solution="fap"]
    .detail-reason.is-sequence-ready
    .sequence-reveal-item,
  body[data-solution="vars"]
    .detail-why.is-sequence-ready
    .sequence-reveal-item,
  body[data-solution="vars"]
    .detail-reason.is-sequence-ready
    .sequence-reveal-item,
  body[data-solution="vars"]
    .detail-compliance.is-sequence-ready
    .sequence-reveal-item {
    transition-delay: calc(var(--sequence-index, 0) * 0.32s);
  }

  body.page-fap-solution .detail-why.is-sequence-visible .sequence-reveal-item,
  body.page-fap-solution
    .detail-reason.is-sequence-visible
    .sequence-reveal-item,
  body.page-fap-solution .detail-why.is-sequence-played .sequence-reveal-item,
  body.page-fap-solution
    .detail-reason.is-sequence-played
    .sequence-reveal-item,
  body.page-vars-solution .detail-why.is-sequence-visible .sequence-reveal-item,
  body.page-vars-solution
    .detail-reason.is-sequence-visible
    .sequence-reveal-item,
  body.page-vars-solution
    .detail-compliance.is-sequence-visible
    .sequence-reveal-item,
  body.page-vars-solution .detail-why.is-sequence-played .sequence-reveal-item,
  body.page-vars-solution
    .detail-reason.is-sequence-played
    .sequence-reveal-item,
  body.page-vars-solution
    .detail-compliance.is-sequence-played
    .sequence-reveal-item,
  body[data-solution="fap"]
    .detail-why.is-sequence-visible
    .sequence-reveal-item,
  body[data-solution="fap"]
    .detail-reason.is-sequence-visible
    .sequence-reveal-item,
  body[data-solution="fap"]
    .detail-why.is-sequence-played
    .sequence-reveal-item,
  body[data-solution="fap"]
    .detail-reason.is-sequence-played
    .sequence-reveal-item,
  body[data-solution="vars"]
    .detail-why.is-sequence-visible
    .sequence-reveal-item,
  body[data-solution="vars"]
    .detail-reason.is-sequence-visible
    .sequence-reveal-item,
  body[data-solution="vars"]
    .detail-compliance.is-sequence-visible
    .sequence-reveal-item,
  body[data-solution="vars"]
    .detail-why.is-sequence-played
    .sequence-reveal-item,
  body[data-solution="vars"]
    .detail-reason.is-sequence-played
    .sequence-reveal-item,
  body[data-solution="vars"]
    .detail-compliance.is-sequence-played
    .sequence-reveal-item {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }

  body.page-fap-solution .detail-why__grid article.sequence-reveal-item:hover,
  body.page-fap-solution
    .detail-why__grid
    article.sequence-reveal-item:focus-within,
  body.page-fap-solution
    .detail-reason__grid
    article.sequence-reveal-item:hover,
  body.page-fap-solution
    .detail-reason__grid
    article.sequence-reveal-item:focus-within,
  body.page-vars-solution .detail-why__grid article.sequence-reveal-item:hover,
  body.page-vars-solution
    .detail-why__grid
    article.sequence-reveal-item:focus-within,
  body.page-vars-solution
    .detail-reason__grid
    article.sequence-reveal-item:hover,
  body.page-vars-solution
    .detail-reason__grid
    article.sequence-reveal-item:focus-within,
  body.page-vars-solution
    .detail-compliance__grid
    article.sequence-reveal-item:hover,
  body.page-vars-solution
    .detail-compliance__grid
    article.sequence-reveal-item:focus-within,
  body[data-solution="fap"]
    .detail-why__grid
    article.sequence-reveal-item:hover,
  body[data-solution="fap"]
    .detail-why__grid
    article.sequence-reveal-item:focus-within,
  body[data-solution="fap"]
    .detail-reason__grid
    article.sequence-reveal-item:hover,
  body[data-solution="fap"]
    .detail-reason__grid
    article.sequence-reveal-item:focus-within,
  body[data-solution="vars"]
    .detail-why__grid
    article.sequence-reveal-item:hover,
  body[data-solution="vars"]
    .detail-why__grid
    article.sequence-reveal-item:focus-within,
  body[data-solution="vars"]
    .detail-reason__grid
    article.sequence-reveal-item:hover,
  body[data-solution="vars"]
    .detail-reason__grid
    article.sequence-reveal-item:focus-within,
  body[data-solution="vars"]
    .detail-compliance__grid
    article.sequence-reveal-item:hover,
  body[data-solution="vars"]
    .detail-compliance__grid
    article.sequence-reveal-item:focus-within {
    transition-delay: 0s;
    transition-duration: 0.24s;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transform: translateY(-8px);
  }
}

@media (max-width: 1180px) {
  body .detail-why .sequence-reveal-item,
  body .detail-reason .sequence-reveal-item,
  body .detail-compliance .sequence-reveal-item {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

@media (max-width: 720px) {
  body.page-vars-solution .detail-compliance__head {
    padding: 72px 0 56px;
  }

  body.page-vars-solution .detail-compliance h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  body.page-vars-solution .detail-compliance .detail-sub {
    font-size: 14px;
    line-height: 1.55;
  }

  body.page-vars-solution .detail-compliance__band {
    padding-bottom: 56px;
  }

  body.page-vars-solution .detail-compliance__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  body.page-vars-solution .detail-compliance__grid article {
    padding-top: 56px;
  }

  body.page-vars-solution .detail-compliance__grid img {
    width: 52px;
    height: 52px;
  }

  body.page-vars-solution .detail-compliance__grid h3 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 1.35;
  }

  body.page-vars-solution .detail-compliance__grid p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.55;
  }
}

body.page-fap-solution .detail-list.detail-list--cards,
body.page-vars-solution .detail-list.detail-list--cards {
  background: transparent;
  padding: 0 0 160px;
}

body.page-fap-solution .detail-list.detail-list--cards .detail-container,
body.page-vars-solution .detail-list.detail-list--cards .detail-container {
  text-align: center;
}

body.page-fap-solution .detail-list.detail-list--cards .detail-list__grid,
body.page-vars-solution .detail-list.detail-list--cards .detail-list__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 60px;
  text-align: left;
}

body.page-fap-solution .detail-list.detail-list--cards .detail-list-card,
body.page-vars-solution .detail-list.detail-list--cards .detail-list-card {
  min-height: 210px;
  padding: 32px 24px;
  border: 1px solid rgba(220, 220, 220, 0.5);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 28px rgba(22, 37, 64, 0.05);
  transform: translateY(0);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
  will-change: transform, box-shadow;
}

@media (min-width: 1181px) {
  body.page-fap-solution
    .detail-list.detail-list--cards
    .detail-list-card.is-reveal-ready,
  body.page-vars-solution
    .detail-list.detail-list--cards
    .detail-list-card.is-reveal-ready {
    opacity: 0;
    transform: translateY(28px);
    filter: blur(8px);
  }

  body.page-fap-solution
    .detail-list.detail-list--cards
    .detail-list-card.is-reveal-ready,
  body.page-vars-solution
    .detail-list.detail-list--cards
    .detail-list-card.is-reveal-ready,
  body.page-fap-solution
    .detail-list.detail-list--cards
    .detail-list-card.is-revealed,
  body.page-vars-solution
    .detail-list.detail-list--cards
    .detail-list-card.is-revealed {
    transition:
      opacity 0.8s ease,
      transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
      filter 0.8s ease,
      box-shadow 0.28s ease,
      border-color 0.28s ease,
      background-color 0.28s ease;
  }

  body.page-fap-solution
    .detail-list.detail-list--cards
    .detail-list-card.is-revealed,
  body.page-vars-solution
    .detail-list.detail-list--cards
    .detail-list-card.is-revealed {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

body.page-fap-solution .detail-list.detail-list--cards .detail-list-card:hover,
body.page-vars-solution .detail-list.detail-list--cards .detail-list-card:hover,
body.page-fap-solution
  .detail-list.detail-list--cards
  .detail-list-card:focus-within,
body.page-vars-solution
  .detail-list.detail-list--cards
  .detail-list-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(55, 125, 255, 0.24);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 18px rgba(20, 33, 55, 0.08);
}

body.page-fap-solution .detail-list.detail-list--cards .detail-list-card__head,
body.page-vars-solution
  .detail-list.detail-list--cards
  .detail-list-card__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body.page-fap-solution
  .detail-list.detail-list--cards
  .detail-list-card__head
  img,
body.page-vars-solution
  .detail-list.detail-list--cards
  .detail-list-card__head
  img {
  width: 16px;
  height: 16px;
  margin-top: 6px;
  flex: 0 0 auto;
}

body.page-fap-solution .detail-list.detail-list--cards .detail-list-card h3,
body.page-vars-solution .detail-list.detail-list--cards .detail-list-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #313844;
}

body.page-fap-solution .detail-list.detail-list--cards .detail-list-card p,
body.page-vars-solution .detail-list.detail-list--cards .detail-list-card p {
  margin: 18px 0 0;
  color: #6b7380;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 1180px) {
  body.page-fap-solution .detail-list.detail-list--cards,
  body.page-vars-solution .detail-list.detail-list--cards {
    padding: 96px 0 96px;
  }

  body.page-fap-solution .detail-list.detail-list--cards .detail-list__grid,
  body.page-vars-solution .detail-list.detail-list--cards .detail-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 720px) {
  body.page-fap-solution .detail-list.detail-list--cards,
  body.page-vars-solution .detail-list.detail-list--cards {
    padding: 60px 0;
  }

  body.page-fap-solution .detail-list.detail-list--cards .detail-list__grid,
  body.page-vars-solution .detail-list.detail-list--cards .detail-list__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 34px;
  }

  body.page-fap-solution .detail-list.detail-list--cards .detail-list-card,
  body.page-vars-solution .detail-list.detail-list--cards .detail-list-card {
    min-height: auto;
    padding: 20px;
    border-radius: 14px;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  body.page-fap-solution
    .detail-list.detail-list--cards
    .detail-list-card:hover,
  body.page-vars-solution
    .detail-list.detail-list--cards
    .detail-list-card:hover,
  body.page-fap-solution
    .detail-list.detail-list--cards
    .detail-list-card:focus-within,
  body.page-vars-solution
    .detail-list.detail-list--cards
    .detail-list-card:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 8px 14px rgba(20, 33, 55, 0.07);
  }

  body.page-fap-solution .detail-list.detail-list--cards .detail-list-card h3,
  body.page-vars-solution .detail-list.detail-list--cards .detail-list-card h3 {
    font-size: 16px;
  }

  body.page-fap-solution
    .detail-list.detail-list--cards
    .detail-list-card__head
    img,
  body.page-vars-solution
    .detail-list.detail-list--cards
    .detail-list-card__head
    img {
    margin-top: 4px;
  }

  body.page-fap-solution .detail-list.detail-list--cards .detail-list-card p,
  body.page-vars-solution .detail-list.detail-list--cards .detail-list-card p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.55;
  }
}

/* 주요 기능 카드 스택 속도/해제 보정 v2 */
body.page-fap-solution .detail-feature.is-stack-complete .vars-feature-card,
body.page-vars-solution .detail-feature.is-stack-complete .vars-feature-card {
  transition:
    opacity 0.28s ease,
    filter 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease;
}

/* =========================================================
   Index solution feature stack
   ========================================================= */
.solution-feature-section {
  padding-top: 30px;
  padding-bottom: 160px;
  overflow: hidden;
}

.solution-feature-section h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.solution-feature-section p {
  max-width: 860px;
  margin: 14px 0 0;
  color: var(--text-body);
  font-size: 17px;
  line-height: 1.65;
}

.solution-feature-grid {
  display: block;
  margin-top: 34px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  cursor: default;
  touch-action: auto;
  overscroll-behavior: auto;
  -webkit-overflow-scrolling: auto;
  scrollbar-width: auto;
}

.solution-feature-group + .solution-feature-group {
  margin-top: 120px;
}

.solution-feature-group.is-reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(6px);
}

.solution-feature-group.is-reveal-ready,
.solution-feature-group.is-revealed {
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.75s ease;
}

.solution-feature-group.is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.solution-feature-group__head {
  max-width: 980px;
  margin-bottom: 32px;
}

body:not([data-solution]) .solution-feature-group__head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

body:not([data-solution]) .solution-feature-group__head p {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.solution-feature-group__head h3 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.solution-feature-group__head p {
  margin: 10px 0 0;
  color: var(--text-body);
  font-size: 16px;
  line-height: 1.65;
}

.solution-feature-group__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 26px;
}

.solution-feature-card.is-reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(6px);
}

.solution-feature-card.is-reveal-ready,
.solution-feature-card.is-revealed {
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.8s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
  transition-delay: calc(var(--reveal-index, 0) * 120ms);
}

.solution-feature-card.is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.solution-feature-card {
  position: static;
  min-width: 0;
  width: auto;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  transform: none;
  transition: none;
  display: flex;
  flex-direction: column;
}

.solution-feature-card:hover,
.solution-feature-card:focus-within {
  transform: none;
  background: transparent;
  box-shadow: none;
}

.solution-feature-card__image {
  position: static;
  left: auto;
  top: auto;
  z-index: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(25, 39, 62, 0.08);
}

.solution-feature-card__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-drag: none;
  user-select: none;
}

.solution-feature-card__body {
  position: static;
  padding-top: 32px;
}

.solution-feature-card__body h4 {
  margin: 0;
  color: var(--text-strong);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.solution-feature-card__body p {
  margin: 10px 0 0;
  color: var(--text-body);
  font-size: 15px;
  line-height: 1.65;
}

.solution-feature-card__arrow {
  position: static;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  padding: 0;
  box-sizing: content-box;
  background: none;
  z-index: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  width: fit-content;
  transition: transform 0.24s ease;
}

.solution-feature-card__arrow img {
  width: 12px;
  height: 12px;
  display: block;
  flex: 0 0 auto;
  transition: transform 0.24s ease;
}

.solution-feature-card__arrow:hover,
.solution-feature-card__arrow:focus-visible {
  transform: translateX(4px);
}

.solution-feature-card__arrow:hover img,
.solution-feature-card__arrow:focus-visible img {
  transform: translateX(2px);
}

.solution-feature-card__arrow:hover::after,
.solution-feature-card__arrow:focus-visible::after {
  transform: translate(2px, -1px);
}

@media (max-width: 1024px) {
  .solution-feature-group__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .solution-feature-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .solution-feature-section h2 {
    font-size: 30px;
  }

  .solution-feature-section p {
    font-size: 15px;
  }

  .solution-feature-grid {
    margin-top: 0px;
  }

  .solution-feature-group + .solution-feature-group {
    margin-top: 60px;
  }

  .solution-feature-group__head {
    margin-bottom: 30px;
  }

  .solution-feature-group__head h3 {
    font-size: 28px;
  }

  .solution-feature-group__head p {
    font-size: 15px;
  }

  .solution-feature-group__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .solution-feature-card__body {
    padding-top: 14px;
  }

  .solution-feature-card__image {
    box-shadow: 0 10px 20px rgba(25, 39, 62, 0.08);
  }

  .solution-feature-card__body h4 {
    font-size: 20px;
  }

  .solution-feature-card__body p {
    font-size: 14px;
  }

  .solution-feature-card__arrow {
    font-size: 14px;
  }
}

/* AI Extension cards: keep reveal animation, then apply the same hover lift as other cards */
@media (min-width: 1181px) {
  body.page-fap-solution
    .detail-ai-extension__cards
    > .detail-ai-extension-card.is-revealed,
  body.page-fap-solution
    .detail-ai-extension__scenario-grid
    > .detail-ai-extension-scenario-card.is-revealed {
    transition-delay: 0s;
  }

  body.page-fap-solution
    .detail-ai-extension__cards
    > .detail-ai-extension-card.is-revealed:hover,
  body.page-fap-solution
    .detail-ai-extension__cards
    > .detail-ai-extension-card.is-revealed:focus-within,
  body.page-fap-solution
    .detail-ai-extension__scenario-grid
    > .detail-ai-extension-scenario-card.is-revealed:hover,
  body.page-fap-solution
    .detail-ai-extension__scenario-grid
    > .detail-ai-extension-scenario-card.is-revealed:focus-within {
    transition-delay: 0s;
  }
}

/* Multilingual layout refinements (v6)
   Long English/Japanese copy needs more flexible line wrapping and spacing. */
body[data-current-language="en"],
body[data-current-language="ja"] {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* body[data-current-language="en"] .site-nav,
body[data-current-language="ja"] .site-nav {
  gap: clamp(24px, 3.2vw, 52px);
} */

body[data-current-language="en"] .site-nav a,
body[data-current-language="ja"] .site-nav a,
body[data-current-language="en"] .language-button,
body[data-current-language="ja"] .language-button,
body[data-current-language="en"] .nav-link-button,
body[data-current-language="ja"] .nav-link-button {
  white-space: normal;
  line-height: 1.35;
}

body[data-current-language="en"] .site-nav > a,
body[data-current-language="ja"] .site-nav > a,
body[data-current-language="en"] .nav-link-button,
body[data-current-language="ja"] .nav-link-button,
body[data-current-language="en"] .language-button,
body[data-current-language="ja"] .language-button {
  padding-left: 20px;
  padding-right: 20px;
}

body[data-current-language="en"] .nav-item-solution .dropdown-menu {
  min-width: 380px;
}
body[data-current-language="ja"] .nav-item-solution .dropdown-menu {
  min-width: 300px;
}

body[data-current-language="en"] .dropdown-menu a,
body[data-current-language="ja"] .dropdown-menu a,
body[data-current-language="en"] .dropdown-menu button,
body[data-current-language="ja"] .dropdown-menu button {
  white-space: normal;
  line-height: 1.35;
}

body[data-current-language="en"] .hero-content,
body[data-current-language="ja"] .hero-content {
  width: min(100%, 1440px);
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 20px;
  padding-right: 20px; */
}

body[data-current-language="en"] .hero-content {
  padding-top: 180px;
}

body[data-current-language="en"]:not([data-solution]) .hero-content {
  padding-top: 72px;
  width: calc(100% - 40px);
}

body[data-current-language="ja"]:not([data-solution]):not(.page-company)
  .hero-content {
  padding-top: 118px;
}
@media (max-width: 720px) {
  body[data-current-language="ja"]:not([data-solution]):not(.page-company)
    .hero-content {
    padding-top: 72px;
    width: calc(100% - 40px);
  }
}

body[data-current-language="en"]:not([data-solution]) .product-switch,
body[data-current-language="ja"]:not([data-solution]) .product-switch {
  width: min(100%, 1280px);
  margin-left: auto;
  margin-right: auto;
  gap: 24px;
}

body[data-current-language="en"]:not([data-solution]) .switch-name {
  min-width: 0;
  max-width: 420px;
  font-size: clamp(40px, 4.1vw, 58px);
  line-height: 0.95;
  overflow-wrap: normal;
}

body[data-current-language="ja"]:not([data-solution]) .switch-name {
  min-width: 0;
  max-width: 480px;
  font-size: clamp(40px, 4.1vw, 58px);
  line-height: 0.95;
  overflow-wrap: normal;
}

body[data-current-language="en"]:not([data-solution]) .hero h1,
body[data-current-language="ja"]:not([data-solution]) .hero h1,
body[data-current-language="en"]:not([data-solution]) .hero-description,
body[data-current-language="ja"]:not([data-solution]) .hero-description {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.05;
}

body[data-current-language="en"]:not([data-solution]) .hero h1 {
  max-width: 1000px;
}

body[data-current-language="en"] .hero h1,
body[data-current-language="ja"] .hero h1,
body[data-current-language="en"] .company-hero h1,
body[data-current-language="ja"] .company-hero h1,
body[data-current-language="en"] .solution-copy h2,
body[data-current-language="ja"] .solution-copy h2,
body[data-current-language="en"] .company-copy h2,
body[data-current-language="ja"] .company-copy h2,
body[data-current-language="en"] .detail-why h2,
body[data-current-language="ja"] .detail-why h2,
body[data-current-language="en"] .detail-reason h2,
body[data-current-language="ja"] .detail-reason h2,
body[data-current-language="en"] .detail-feature h2,
body[data-current-language="ja"] .detail-feature h2,
body[data-current-language="en"] .detail-compliance h2,
body[data-current-language="ja"] .detail-compliance h2,
body[data-current-language="en"] .closing-section h2,
body[data-current-language="ja"] .closing-section h2,
body[data-current-language="en"] .detail-list h2,
body[data-current-language="ja"] .detail-list h2,
body[data-current-language="en"] .detail-container h2,
body[data-current-language="ja"] .detail-container h2 {
  overflow-wrap: normal;
  word-break: keep-all;
  text-wrap: balance;
  font-size: 48px;
  line-height: 1.1;
}

body[data-current-language="ja"]:not(.page-company):not([data-solution])
  .switch-name-active,
body[data-current-language="ja"]:not(.page-company):not([data-solution])
  .switch-name-muted {
  transform: translateY(0px);
}

body[data-current-language="en"] .solution-copy h2 span,
body[data-current-language="ja"] .solution-copy h2 span {
  display: inline-block;
  line-height: 1.18;
}

body[data-current-language="en"] .button-row,
body[data-current-language="ja"] .button-row,
body[data-current-language="en"] .hero-actions,
body[data-current-language="ja"] .hero-actions {
  /* flex-wrap: wrap; */
}

body[data-current-language="en"] .outline-button,
body[data-current-language="ja"] .outline-button,
body[data-current-language="en"] .solid-button,
body[data-current-language="ja"] .solid-button,
body[data-current-language="en"] .choice-button,
body[data-current-language="ja"] .choice-button {
  min-width: 180px;
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
  text-align: center;
}

body[data-current-language="en"] .stat-item span,
body[data-current-language="ja"] .stat-item span {
  white-space: normal;
  line-height: 1.25;
}

body[data-current-language="en"] .feature-item p,
body[data-current-language="ja"] .feature-item p,
body[data-current-language="en"] .service-card p,
body[data-current-language="ja"] .service-card p,
body[data-current-language="en"] .env-fit-card p,
body[data-current-language="ja"] .env-fit-card p,
body[data-current-language="en"] .solution-feature-card p,
body[data-current-language="ja"] .solution-feature-card p {
  overflow-wrap: normal;
  word-break: keep-all;
}

body[data-current-language="en"] .service-card,
body[data-current-language="ja"] .service-card,
body[data-current-language="en"] .value-card,
body[data-current-language="ja"] .value-card {
  min-height: auto;
  height: auto;
}

body[data-current-language="en"] .service-card,
body[data-current-language="ja"] .service-card {
  padding-bottom: 32px;
}

body[data-current-language="en"] .service-card > span,
body[data-current-language="ja"] .service-card > span {
  line-height: 1.35;
}

body[data-current-language="en"] .solution-feature-card,
body[data-current-language="ja"] .solution-feature-card {
  min-height: 430px;
}

body[data-current-language="en"] .solution-feature-card h3,
body[data-current-language="ja"] .solution-feature-card h3 {
  line-height: 1.25;
}

body[data-current-language="en"] .detail-kicker,
body[data-current-language="ja"] .detail-kicker,
body[data-current-language="en"] .eyebrow,
body[data-current-language="ja"] .eyebrow {
  line-height: 1.35;
}

body[data-current-language="en"] .detail-sub,
body[data-current-language="ja"] .detail-sub,
body[data-current-language="en"] .detail-sub-left,
body[data-current-language="ja"] .detail-sub-left {
  /* max-width: 980px; */
  margin-left: auto;
  margin-right: auto;
  overflow-wrap: normal;
}

body[data-current-language="en"] .detail-why__grid,
body[data-current-language="ja"] .detail-why__grid {
  gap: clamp(20px, 2vw, 36px);
}

body[data-current-language="en"] .detail-why__grid h3,
body[data-current-language="ja"] .detail-why__grid h3,
body[data-current-language="en"] .detail-reason__grid h3,
body[data-current-language="ja"] .detail-reason__grid h3,
body[data-current-language="en"] .detail-compliance__grid h3,
body[data-current-language="ja"] .detail-compliance__grid h3 {
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 1.3;
  min-height: 0;
}

body[data-current-language="en"] .detail-why__grid p,
body[data-current-language="ja"] .detail-why__grid p,
body[data-current-language="en"] .detail-reason__grid p,
body[data-current-language="ja"] .detail-reason__grid p,
body[data-current-language="en"] .detail-compliance__grid p,
body[data-current-language="ja"] .detail-compliance__grid p {
  margin-top: 20px;
  overflow-wrap: normal;
}

body[data-current-language="en"] .hero-actions--tabs,
body[data-current-language="ja"] .hero-actions--tabs,
body[data-current-language="en"].page-vars-solution .hero-actions--tabs,
body[data-current-language="ja"].page-vars-solution .hero-actions--tabs,
body[data-current-language="en"].page-fap-solution[data-solution="fap"]
  .hero-actions--tabs,
body[data-current-language="ja"].page-fap-solution[data-solution="fap"]
  .hero-actions--tabs {
  width: min(440px, calc(100% - 24px));
}

body[data-current-language="en"] .hero-actions--tabs .tab-button,
body[data-current-language="ja"] .hero-actions--tabs .tab-button {
  line-height: 1.25;
  white-space: normal;
  padding: 0 10px;
}

body[data-current-language="en"].page-fap-solution .vars-feature-stack,
body[data-current-language="ja"].page-fap-solution .vars-feature-stack,
body[data-current-language="en"].page-vars-solution .vars-feature-stack,
body[data-current-language="ja"].page-vars-solution .vars-feature-stack {
  height: clamp(820px, 86vh, 1040px);
}

body[data-current-language="en"].page-fap-solution .vars-feature-card,
body[data-current-language="ja"].page-fap-solution .vars-feature-card,
body[data-current-language="en"].page-vars-solution .vars-feature-card,
body[data-current-language="ja"].page-vars-solution .vars-feature-card {
  overflow: visible;
  padding-left: clamp(42px, 5vw, 80px);
  padding-right: clamp(42px, 5vw, 80px);
}

body[data-current-language="en"] .vars-feature-card__badge,
body[data-current-language="ja"] .vars-feature-card__badge {
  min-width: 176px;
  max-width: calc(100% - 40px);
  height: auto;
  min-height: 46px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

body[data-current-language="en"] .vars-feature-card__badge span,
body[data-current-language="ja"] .vars-feature-card__badge span {
  line-height: 1.2;
  white-space: normal;
}

body[data-current-language="en"] .vars-feature-card__copy h3,
body[data-current-language="ja"] .vars-feature-card__copy h3 {
  font-size: clamp(28px, 2.2vw, 34px);
  line-height: 1.22;
}

body[data-current-language="en"] .vars-feature-card__copy p,
body[data-current-language="ja"] .vars-feature-card__copy p,
body[data-current-language="en"] .vars-feature-card__copy li,
body[data-current-language="ja"] .vars-feature-card__copy li {
  overflow-wrap: normal;
}

.company-values-ja-space {
  display: inline-block;
  width: 0;
}

.company-rtnet-brand {
  display: inline-block;
  white-space: nowrap;
}

body[data-current-language="en"] .detail-ai-extension__node p,
body[data-current-language="ja"] .detail-ai-extension__node p {
  font-size: clamp(17px, 1.45vw, 22px);
}

body[data-current-language="en"] .detail-ai-extension-card,
body[data-current-language="ja"] .detail-ai-extension-card,
body[data-current-language="en"] .detail-ai-extension-scenario-card,
body[data-current-language="ja"] .detail-ai-extension-scenario-card {
  min-height: auto;
}

body[data-current-language="en"] .detail-ai-extension-card h3,
body[data-current-language="ja"] .detail-ai-extension-card h3 {
  font-size: clamp(22px, 1.9vw, 28px);
}

body[data-current-language="en"] .detail-ai-extension-scenario-card h3,
body[data-current-language="ja"] .detail-ai-extension-scenario-card h3 {
  line-height: 1.3;
}

body[data-current-language="en"] .case-card,
body[data-current-language="ja"] .case-card,
body[data-current-language="en"] .history-card,
body[data-current-language="ja"] .history-card {
  height: auto;
}

body[data-current-language="en"] .case-card p,
body[data-current-language="en"] .history-card li {
  overflow-wrap: normal;
  word-break: keep-all;
}

body[data-current-language="ja"] .case-card p,
body[data-current-language="ja"] .history-card li {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

body[data-current-language="ja"] .case-card h3 {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

body[data-current-language="en"] .privacy-policy p,
body[data-current-language="ja"] .privacy-policy p,
body[data-current-language="en"] .privacy-policy__table,
body[data-current-language="ja"] .privacy-policy__table {
  word-break: normal;
  overflow-wrap: anywhere;
}

body[data-current-language="en"] .privacy-policy__table,
body[data-current-language="ja"] .privacy-policy__table {
  table-layout: fixed;
}

body[data-current-language="en"] .privacy-policy__table tbody td:first-child,
body[data-current-language="ja"] .privacy-policy__table tbody td:first-child {
  width: 34%;
}

@media (max-width: 1320px) and (min-width: 1025px) {
  body[data-current-language="en"] .site-nav,
  body[data-current-language="ja"] .site-nav {
    gap: 22px;
  }

  body[data-current-language="en"]:not([data-solution]) .switch-name,
  body[data-current-language="ja"]:not([data-solution]) .switch-name {
    font-size: clamp(34px, 3.7vw, 48px);
    max-width: 400px;
  }

  body[data-current-language="en"] .detail-why__grid,
  body[data-current-language="ja"] .detail-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 56px;
  }
}

@media (max-width: 1180px) {
  body[data-current-language="en"] .detail-why__grid,
  body[data-current-language="ja"] .detail-why__grid,
  body[data-current-language="en"] .detail-reason__grid,
  body[data-current-language="ja"] .detail-reason__grid,
  body[data-current-language="en"] .detail-compliance__grid,
  body[data-current-language="ja"] .detail-compliance__grid {
    grid-template-columns: 1fr;
  }

  body[data-current-language="en"] .detail-reason__grid,
  body[data-current-language="ja"] .detail-reason__grid,
  body[data-current-language="en"] .detail-compliance__grid,
  body[data-current-language="ja"] .detail-compliance__grid {
    gap: 40px;
  }
}

@media (max-width: 1024px) {
  body[data-current-language="en"] .site-nav a,
  body[data-current-language="ja"] .site-nav a,
  body[data-current-language="en"] .nav-link-button,
  body[data-current-language="ja"] .nav-link-button {
    white-space: normal;
    line-height: 1.35;
  }

  body[data-current-language="en"] .nav-item-solution .dropdown-menu,
  body[data-current-language="ja"] .nav-item-solution .dropdown-menu {
    min-width: 0;
  }

  body[data-current-language="en"] .nav-item-solution .dropdown-menu a,
  body[data-current-language="ja"] .nav-item-solution .dropdown-menu a {
    min-height: 64px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body[data-current-language="en"]:not([data-solution]) .switch-name,
  body[data-current-language="ja"]:not([data-solution]) .switch-name {
    font-size: clamp(26px, 5.2vw, 46px);
    max-width: 360px;
  }

  body[data-current-language="en"] .solution-feature-card,
  body[data-current-language="ja"] .solution-feature-card {
    min-height: 440px;
  }
}

@media (min-width: 721px) and (max-width: 905px) {
  body[data-current-language="en"]:not([data-solution]) .product-switch {
    gap: 22px;
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  body[data-current-language="en"]:not([data-solution]) .switch-name {
    flex: 1 1 0;
    min-width: 0;
    max-width: clamp(150px, 24vw, 250px);
    font-size: clamp(20px, 3.1vw, 30px);
    line-height: 1.1;
    transform: translateY(-5px);
  }

  body[data-current-language="en"] .switch-pill {
    flex: 0 0 auto;
    --switch-width: clamp(86px, 10vw, 110px);
  }
}

@media (max-width: 720px) {
  body[data-current-language="en"],
  body[data-current-language="ja"] {
    overflow-wrap: anywhere;
  }

  /* body[data-current-language="en"] .header-inner,
  body[data-current-language="ja"] .header-inner {
    width: 100%;
  } */

  body[data-current-language="ja"]:not([data-solution]) .switch-name {
    max-width: 200px;
  }

  body[data-current-language="en"] .brand,
  body[data-current-language="ja"] .brand {
    width: 150px;
  }

  /* body[data-current-language="en"]:not([data-solution]) .hero,
  body[data-current-language="ja"]:not([data-solution]) .hero {
    min-height: 860px;
  } */

  body[data-current-language="en"]:not([data-solution]) .product-switch,
  body[data-current-language="ja"]:not([data-solution]) .product-switch {
    /* width: calc(100% - 20px); */
    gap: 6px;
  }

  body[data-current-language="en"]:not([data-solution]) .switch-name {
    font-size: clamp(18px, 5.4vw, 24px);
    line-height: 1.16;
    max-width: none;
    overflow-wrap: normal;
  }

  body[data-current-language="en"] .switch-pill,
  body[data-current-language="ja"] .switch-pill {
    --switch-width: clamp(74px, 12vw, 82px);
  }

  body[data-current-language="en"] .hero h1,
  body[data-current-language="ja"] .hero h1,
  body[data-current-language="en"].page-fap-solution[data-solution="fap"]
    .hero
    h1,
  body[data-current-language="ja"].page-fap-solution[data-solution="fap"]
    .hero
    h1,
  body[data-current-language="en"].page-vars-solution .hero h1,
  body[data-current-language="ja"].page-vars-solution .hero h1,
  body[data-current-language="en"] .company-hero h1,
  body[data-current-language="ja"] .company-hero h1 {
    font-size: clamp(27px, 8vw, 32px);
    line-height: 1.18;
  }

  body[data-current-language="en"] .hero p br,
  body[data-current-language="ja"] .hero p br,
  body[data-current-language="en"] .detail-sub br,
  body[data-current-language="ja"] .detail-sub br,
  body[data-current-language="en"] .detail-why__grid p br,
  body[data-current-language="ja"] .detail-why__grid p br,
  body[data-current-language="en"] .detail-reason__grid p br,
  body[data-current-language="ja"] .detail-reason__grid p br,
  body[data-current-language="en"] .detail-compliance__grid p br,
  body[data-current-language="ja"] .detail-compliance__grid p br,
  body[data-current-language="en"] .feature-item p br,
  body[data-current-language="ja"] .feature-item p br,
  body[data-current-language="en"] .env-fit-card p br,
  body[data-current-language="ja"] .env-fit-card p br,
  body[data-current-language="en"] .service-card p br,
  body[data-current-language="ja"] .service-card p br,
  body[data-current-language="en"] .vars-feature-card__copy h3 br,
  body[data-current-language="ja"] .vars-feature-card__copy h3 br,
  body[data-current-language="en"] .vars-feature-card__copy p br,
  body[data-current-language="ja"] .vars-feature-card__copy p br {
    display: none;
  }

  body[data-current-language="en"] .choice-button,
  body[data-current-language="ja"] .choice-button,
  body[data-current-language="en"] .outline-button,
  body[data-current-language="ja"] .outline-button,
  body[data-current-language="en"] .solid-button,
  body[data-current-language="ja"] .solid-button {
    width: min(340px, calc(100% - 24px));
    min-width: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  body[data-current-language="en"] .stat-item,
  body[data-current-language="ja"] .stat-item {
    column-gap: 8px;
  }

  body[data-current-language="en"] .stat-item span,
  body[data-current-language="ja"] .stat-item span {
    font-size: 10px;
  }

  body[data-current-language="en"] .solution-copy h2,
  body[data-current-language="ja"] .solution-copy h2,
  body[data-current-language="en"] .company-copy h2,
  body[data-current-language="ja"] .company-copy h2,
  body[data-current-language="en"] .detail-why h2,
  body[data-current-language="ja"] .detail-why h2,
  body[data-current-language="en"] .detail-reason h2,
  body[data-current-language="ja"] .detail-reason h2,
  body[data-current-language="en"] .detail-feature h2,
  body[data-current-language="ja"] .detail-feature h2,
  body[data-current-language="en"] .detail-compliance h2,
  body[data-current-language="ja"] .detail-compliance h2,
  body[data-current-language="en"] .closing-section h2,
  body[data-current-language="ja"] .closing-section h2,
  body[data-current-language="en"] .detail-list h2,
  body[data-current-language="ja"] .detail-list h2,
  body[data-current-language="en"] .detail-ai-extension__head h2,
  body[data-current-language="ja"] .detail-ai-extension__head h2,
  body[data-current-language="en"] .detail-ai-extension__scenario-head h2,
  body[data-current-language="ja"] .detail-ai-extension__scenario-head h2,
  body[data-current-language="en"] #detail-ai-extension-title,
  body[data-current-language="ja"] #detail-ai-extension-title,
  body[data-current-language="en"] .company-cases .section-head h2,
  body[data-current-language="ja"] .company-cases .section-head h2,
  body[data-current-language="en"] #cases-title,
  body[data-current-language="ja"] #cases-title,
  body[data-current-language="en"] #values-title,
  body[data-current-language="ja"] #values-title,
  body[data-current-language="en"] #company-title,
  body[data-current-language="ja"] #company-title,
  body[data-current-language="en"] .env-fit-copy h2,
  body[data-current-language="ja"] .env-fit-copy h2 {
    font-size: clamp(25px, 7.5vw, 30px);
    line-height: 1.2;
  }

  body.page-fap-solution .detail-reason h2 br {
    display: none;
  }

  body.page-fap-solution .detail-ai-extension__head .detail-sub br {
    display: none;
  }

  body.page-fap-solution .detail-ai-extension__scenario-head h2 br,
  body.page-fap-solution .detail-feature__intro h2 br,
  body.page-vars-solution .detail-feature__intro h2 br {
    display: none;
  }

  body[data-current-language="ja"] .solution-copy h2 > span {
    display: block;
    margin-top: 4px;
  }

  body[data-current-language="en"] .solution-copy h2 span,
  body[data-current-language="ja"] .solution-copy h2 span {
    font-size: 18px;
    line-height: 1.25;
  }

  body[data-current-language="ja"] .case-card h3 br {
    display: none;
  }

  body[data-current-language="en"] .feature-item,
  body[data-current-language="ja"] .feature-item,
  body[data-current-language="en"] .service-card,
  body[data-current-language="ja"] .service-card,
  body[data-current-language="en"] .env-fit-card,
  body[data-current-language="ja"] .env-fit-card,
  body[data-current-language="en"] .value-card,
  body[data-current-language="ja"] .value-card {
    min-height: auto;
    height: auto;
  }

  body[data-current-language="en"] .solution-feature-card,
  body[data-current-language="ja"] .solution-feature-card {
    min-height: auto;
  }

  body[data-current-language="en"] .solution-feature-card__label,
  body[data-current-language="ja"] .solution-feature-card__label {
    align-items: flex-start;
    line-height: 1.25;
  }

  body[data-current-language="en"] .solution-feature-card__image,
  body[data-current-language="ja"] .solution-feature-card__image {
    height: auto;
    min-height: 160px;
  }

  body[data-current-language="en"].page-fap-solution .vars-feature-stack,
  body[data-current-language="ja"].page-fap-solution .vars-feature-stack,
  body[data-current-language="en"].page-vars-solution .vars-feature-stack,
  body[data-current-language="ja"].page-vars-solution .vars-feature-stack {
    height: auto;
  }

  body[data-current-language="en"].page-fap-solution .vars-feature-card,
  body[data-current-language="ja"].page-fap-solution .vars-feature-card,
  body[data-current-language="en"].page-vars-solution .vars-feature-card,
  body[data-current-language="ja"].page-vars-solution .vars-feature-card {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  body[data-current-language="en"] .vars-feature-card__badge,
  body[data-current-language="ja"] .vars-feature-card__badge {
    left: 50%;
    width: min(260px, calc(100% - 32px));
    max-width: calc(100% - 32px);
    min-width: 0;
  }

  body[data-current-language="en"] .vars-feature-card__badge span,
  body[data-current-language="ja"] .vars-feature-card__badge span {
    font-size: 14px;
  }

  body[data-current-language="en"] .vars-feature-card__copy h3,
  body[data-current-language="ja"] .vars-feature-card__copy h3 {
    font-size: 22px;
    line-height: 1.24;
  }

  body[data-current-language="en"] .hero-actions--tabs,
  body[data-current-language="ja"] .hero-actions--tabs,
  body[data-current-language="en"].page-vars-solution .hero-actions--tabs,
  body[data-current-language="ja"].page-vars-solution .hero-actions--tabs,
  body[data-current-language="en"].page-fap-solution[data-solution="fap"]
    .hero-actions--tabs,
  body[data-current-language="ja"].page-fap-solution[data-solution="fap"]
    .hero-actions--tabs {
    /* width: calc(100% - 32px); */
    width: 100%;
  }

  body[data-current-language="en"] .hero-actions--tabs .tab-button,
  body[data-current-language="ja"] .hero-actions--tabs .tab-button {
    min-height: 46px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  body[data-current-language="ja"] .hero h1,
  body[data-current-language="ja"] .hero-description,
  body[data-current-language="ja"] .solution-copy h2,
  body[data-current-language="ja"] .solution-copy p,
  body[data-current-language="ja"] .company-copy h2,
  body[data-current-language="ja"] .company-copy p,
  body[data-current-language="ja"] .detail-container h2,
  body[data-current-language="ja"] .detail-container p,
  body[data-current-language="ja"] .service-card h3,
  body[data-current-language="ja"] .service-card p,
  body[data-current-language="ja"] .feature-item h3,
  body[data-current-language="ja"] .feature-item p,
  body[data-current-language="ja"] .env-fit-copy h2,
  body[data-current-language="ja"] .env-fit-copy p,
  body[data-current-language="ja"] .env-fit-card p,
  body[data-current-language="ja"] .choice-button,
  body[data-current-language="ja"] .outline-button,
  body[data-current-language="ja"] .solid-button,
  body[data-current-language="ja"] .tab-button,
  body[data-current-language="ja"] .stat-item span,
  body[data-current-language="ja"] .detail-ai-extension__node p,
  body[data-current-language="ja"] .detail-ai-extension-card h3,
  body[data-current-language="ja"] .detail-ai-extension-card p,
  body[data-current-language="ja"] .detail-ai-extension-scenario-card h3,
  body[data-current-language="ja"] .detail-ai-extension-scenario-card p,
  body[data-current-language="ja"] .detail-list h2,
  body[data-current-language="ja"] .company-cases .section-head h2,
  body[data-current-language="ja"] .company-cases .section-head p,
  body.page-company[data-current-language="ja"] .section-head p,
  body[data-current-language="ja"] #cases-title,
  body[data-current-language="ja"] #detail-ai-extension-title,
  body[data-current-language="ja"] #closing-title {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  body[data-current-language="ja"] .company-values-ja-space {
    width: 0.35em;
  }

  body[data-current-language="ja"] .company-rtnet-brand {
    white-space: nowrap;
  }

  body[data-current-language="ja"].page-company .value-card,
  body[data-current-language="ja"].page-company .value-card h3,
  body[data-current-language="ja"].page-company .value-card strong,
  body[data-current-language="ja"].page-company .value-card p {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  body[data-current-language="ja"] #closing-title {
    display: inline-block;
    max-width: min(100%, calc(100vw - 32px));
    margin-left: auto;
    margin-right: auto;
  }

  body[data-current-language="en"] .detail-ai-extension__cards,
  body[data-current-language="ja"] .detail-ai-extension__cards,
  body[data-current-language="en"] .detail-ai-extension__scenario-grid,
  body[data-current-language="ja"] .detail-ai-extension__scenario-grid {
    width: calc(100% - 40px);
  }

  body[data-current-language="ja"] .detail-ai-extension__cards,
  body[data-current-language="ja"] .detail-ai-extension__scenario-grid {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  body[data-current-language="ja"] .detail-feature__copy h3,
  body[data-current-language="ja"] .detail-feature__desc,
  body[data-current-language="ja"] .detail-feature__copy li {
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    min-width: 0;
  }

  body[data-current-language="ja"] .detail-feature__copy h3 br,
  body[data-current-language="ja"] .detail-feature__desc br,
  body[data-current-language="ja"] .detail-feature__copy li br {
    display: none;
  }

  body[data-current-language="ja"] .vars-feature-card__copy {
    min-width: 0;
  }

  body[data-current-language="ja"] .vars-feature-card__copy h3,
  body[data-current-language="ja"] .vars-feature-card__copy p,
  body[data-current-language="ja"] .vars-feature-card__copy li {
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    min-width: 0;
  }

  body[data-current-language="ja"] .vars-feature-card__copy h3 br,
  body[data-current-language="ja"] .vars-feature-card__copy p br,
  body[data-current-language="ja"] .vars-feature-card__copy li br {
    display: none;
  }

  body[data-current-language="ja"] .vars-feature-card__badge span {
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
  }

  body[data-current-language="en"] .detail-ai-extension-card h3,
  body[data-current-language="ja"] .detail-ai-extension-card h3,
  body[data-current-language="en"] .detail-ai-extension-scenario-card h3,
  body[data-current-language="ja"] .detail-ai-extension-scenario-card h3 {
    font-size: 16px;
  }

  body[data-current-language="en"] .case-card,
  body[data-current-language="ja"] .case-card {
    min-height: auto;
  }

  body[data-current-language="en"] .privacy-modal__dialog,
  body[data-current-language="ja"] .privacy-modal__dialog {
    padding: 16px 14px;
  }

  body[data-current-language="en"] .privacy-policy__overview,
  body[data-current-language="ja"] .privacy-policy__overview {
    padding: 16px 14px;
  }

  body[data-current-language="en"] .privacy-policy__table,
  body[data-current-language="ja"] .privacy-policy__table {
    display: block;
    width: 100%;
    overflow-x: auto;
    table-layout: auto;
    white-space: normal;
  }

  body[data-current-language="en"] .privacy-policy__table th,
  body[data-current-language="ja"] .privacy-policy__table th,
  body[data-current-language="en"] .privacy-policy__table td,
  body[data-current-language="ja"] .privacy-policy__table td {
    min-width: 128px;
    padding: 10px;
    font-size: 13px;
  }

  body[data-current-language="en"] .privacy-policy__table tbody td:first-child,
  body[data-current-language="ja"] .privacy-policy__table tbody td:first-child {
    width: auto;
  }
}

@media (max-width: 390px) {
  body[data-current-language="en"]:not([data-solution]) .switch-name {
    font-size: 18px;
  }

  body[data-current-language="en"] .switch-pill,
  body[data-current-language="ja"] .switch-pill {
    --switch-width: clamp(72px, 18vw, 78px);
  }

  body[data-current-language="en"] .brand,
  body[data-current-language="ja"] .brand {
    width: 140px;
  }
}

@media (max-width: 720px) {
  body.page-company .value-card.is-reveal-ready,
  body.page-company .value-card.is-revealed,
  .feature-item.is-reveal-ready,
  .feature-item.is-revealed,
  .env-fit-card.is-reveal-ready,
  .env-fit-card.is-revealed,
  .company-section .service-card.is-reveal-ready,
  .company-section .service-card.is-revealed,
  .keyword-row.is-reveal-ready span,
  .keyword-row.is-revealed span,
  .solution-feature-group.is-reveal-ready,
  .solution-feature-group.is-revealed,
  .solution-feature-card.is-reveal-ready,
  .solution-feature-card.is-revealed,
  body.page-fap-solution
    .detail-list.detail-list--cards
    .detail-list-card.is-reveal-ready,
  body.page-fap-solution
    .detail-list.detail-list--cards
    .detail-list-card.is-revealed,
  body.page-vars-solution
    .detail-list.detail-list--cards
    .detail-list-card.is-reveal-ready,
  body.page-vars-solution
    .detail-list.detail-list--cards
    .detail-list-card.is-revealed,
  body .detail-why .sequence-reveal-item,
  body .detail-reason .sequence-reveal-item,
  body .detail-compliance .sequence-reveal-item {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
  }
}
