.internal-page {
  background: #f6f9fe;
  --page-rgb: 30, 167, 255;
  --page-accent: rgb(var(--page-rgb));
  --page-accent-strong: #1EA7FF;
  --visual-label: "운영 흐름";
}

.page-integrated { --page-rgb: 30, 167, 255; --page-accent-strong: #1EA7FF; --visual-label: "통합 운영 구조"; }
.page-ai { --page-rgb: 52, 211, 255; --page-accent-strong: #34D3FF; --visual-label: "업무형 AI 응답"; }
.page-learning { --page-rgb: 102, 145, 255; --page-accent-strong: #6691FF; --visual-label: "STT 분석 흐름"; }
.page-official { --page-rgb: 31, 122, 255; --page-accent-strong: #1F7AFF; --visual-label: "공식 데이터 구조"; }
.page-callkeeper { --page-rgb: 70, 200, 255; --page-accent-strong: #46C8FF; --visual-label: "IPCC 상담 콘솔"; }
.page-visual-ivr { --page-rgb: 37, 230, 255; --page-accent-strong: #25E6FF; --visual-label: "모바일 IVR 화면"; }
.page-hospital { --page-rgb: 66, 203, 179; --page-accent-strong: #42CBB3; --visual-label: "환자 상담 흐름"; }
.page-hospital-ai { --page-rgb: 76, 185, 255; --page-accent-strong: #4CB9FF; --visual-label: "병원 AI 안전 연결"; }
.page-reservation { --page-rgb: 92, 164, 255; --page-accent-strong: #5CA4FF; --visual-label: "예약 CRM 보드"; }
.page-globy { --page-rgb: 80, 210, 214; --page-accent-strong: #50D2D6; --visual-label: "강의 번역 흐름"; }
.page-resources { --page-rgb: 126, 165, 255; --page-accent-strong: #7EA5FF; --visual-label: "자료 라이브러리"; }
.page-notice,
.page-notice-detail { --page-rgb: 84, 180, 255; --page-accent-strong: #54B4FF; --visual-label: "업데이트 피드"; }
.page-contact { --page-rgb: 30, 167, 255; --page-accent-strong: #1EA7FF; --visual-label: "문의 접수 흐름"; }

.internal-page .site-header {
  box-shadow: 0 8px 28px rgba(8, 34, 82, .06);
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(1, 13, 39, .84), rgba(2, 24, 67, .64)),
    url("../assets/images/hero-bg-design-2.png") center bottom / cover no-repeat;
  padding: 74px 0 78px;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 13, 39, .78) 0%, rgba(3, 24, 67, .52) 48%, rgba(3, 24, 67, .12) 100%),
    radial-gradient(circle at 76% 44%, rgba(var(--page-rgb), .32), transparent 36%);
  pointer-events: none;
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr);
  gap: 54px;
  align-items: center;
}

.page-hero-grid > * {
  min-width: 0;
}

.page-hero-grid.hero-copy-only {
  grid-template-columns: minmax(0, 840px);
  gap: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
}

.breadcrumb a {
  color: rgba(255, 255, 255, .82);
}

.page-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.2;
  font-weight: 800;
  overflow-wrap: break-word;
}

.page-hero .lead {
  margin: 24px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  line-height: 1.86;
  font-weight: 600;
  overflow-wrap: break-word;
}

.hero-emphasis {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  padding: 10px 14px;
  border: 1px solid rgba(var(--page-rgb), .55);
  border-radius: 999px;
  color: #dff5ff;
  background: rgba(var(--page-rgb), .16);
  font-size: 14px;
  font-weight: 900;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.page-hero-panel {
  position: relative;
  width: 100%;
  min-height: 360px;
  padding: 26px;
  border: 1px solid rgba(var(--page-rgb), .42);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(4, 37, 91, .82), rgba(2, 17, 50, .56)),
    radial-gradient(circle at 82% 18%, rgba(var(--page-rgb), .28), transparent 36%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 24px 68px rgba(0, 0, 0, .3), 0 0 44px rgba(var(--page-rgb), .17);
  overflow: hidden;
}

.page-hero-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    linear-gradient(120deg, transparent 0 38%, rgba(var(--page-rgb), .18) 39%, transparent 41%),
    radial-gradient(circle at 80% 20%, rgba(var(--page-rgb), .18), transparent 34%),
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: auto, auto, 34px 34px, 34px 34px;
  pointer-events: none;
}

.page-hero-panel::after {
  content: "";
  position: absolute;
  inset: 76px 34px 34px;
  border: 1px solid rgba(var(--page-rgb), .18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 26%, rgba(var(--page-rgb), .2), transparent 15%),
    radial-gradient(circle at 82% 68%, rgba(var(--page-rgb), .15), transparent 18%);
  pointer-events: none;
}

.panel-orbit {
  position: relative;
  z-index: 2;
  min-height: 308px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 24px;
}

.panel-core {
  position: relative;
  z-index: 2;
  justify-self: start;
  width: auto;
  height: auto;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 14px;
  border: 1px solid rgba(var(--page-rgb), .38);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 0 18px rgba(var(--page-rgb), .28), 0 18px 36px rgba(0, 0, 0, .22);
}

.panel-core img {
  width: 104px;
  max-height: 42px;
  object-fit: contain;
}

.panel-core::after {
  content: var(--visual-label);
  color: #07346d;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.panel-steps {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  align-self: stretch;
  padding: 0;
}

.panel-step {
  position: relative;
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 15px;
  border: 1px solid rgba(var(--page-rgb), .36);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(4, 37, 91, .9), rgba(3, 25, 70, .7));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 12px 28px rgba(0,0,0,.16);
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.panel-step img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  flex: 0 0 auto;
}

.panel-step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 8px 0 0 8px;
  background: var(--page-accent);
  box-shadow: 0 0 12px rgba(var(--page-rgb), .7);
}

.page-integrated .page-hero-panel::after,
.page-callkeeper .page-hero-panel::after {
  background:
    linear-gradient(90deg, transparent 48%, rgba(var(--page-rgb), .55) 49%, transparent 51%),
    linear-gradient(transparent 48%, rgba(var(--page-rgb), .35) 49%, transparent 51%),
    radial-gradient(circle at 50% 50%, rgba(var(--page-rgb), .32), transparent 32%);
}

.hero-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  max-width: 760px;
}

.hero-proof-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 850;
}

.page-integrated .integrated-hero-panel::after {
  inset: 22px;
  border-color: rgba(var(--page-rgb), .22);
  background:
    radial-gradient(circle at 50% 26%, rgba(var(--page-rgb), .24), transparent 28%),
    radial-gradient(circle at 12% 72%, rgba(var(--page-rgb), .16), transparent 18%),
    radial-gradient(circle at 88% 78%, rgba(var(--page-rgb), .16), transparent 18%);
}

.integrated-hero-card {
  position: relative;
  z-index: 2;
  min-height: 308px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.integrated-hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(var(--page-rgb), .32);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 0 22px rgba(var(--page-rgb), .24), 0 16px 32px rgba(0, 0, 0, .22);
}

.integrated-hero-top img {
  width: 112px;
  max-height: 42px;
  object-fit: contain;
}

.integrated-hero-top span {
  color: #08356e;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.integrated-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.integrated-module {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 13px;
  border: 1px solid rgba(var(--page-rgb), .32);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(4, 37, 91, .9), rgba(3, 24, 68, .66));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 12px 24px rgba(0,0,0,.14);
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.36;
}

.integrated-module img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  flex: 0 0 auto;
}

.integrated-hero-note {
  padding: 12px 14px;
  border: 1px solid rgba(var(--page-rgb), .3);
  border-radius: 8px;
  color: #e6f7ff;
  background: rgba(var(--page-rgb), .13);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

.page-ai .panel-steps,
.page-hospital-ai .panel-steps {
  grid-template-columns: 1fr;
  align-content: center;
}

.page-ai .panel-step,
.page-hospital-ai .panel-step {
  min-height: 62px;
  width: 82%;
  border-radius: 18px 18px 18px 6px;
}

.page-ai .panel-step:nth-child(even),
.page-hospital-ai .panel-step:nth-child(even) {
  justify-self: end;
  border-radius: 18px 18px 6px 18px;
  background: linear-gradient(145deg, rgba(var(--page-rgb), .28), rgba(4, 37, 91, .78));
}

.page-learning .page-hero-panel::after {
  inset: auto 30px 44px;
  height: 120px;
  border: 0;
  background:
    linear-gradient(90deg, transparent 0 3%, rgba(var(--page-rgb), .85) 3% 5%, transparent 5% 9%, rgba(var(--page-rgb), .45) 9% 11%, transparent 11% 16%, rgba(var(--page-rgb), .9) 16% 19%, transparent 19% 24%, rgba(var(--page-rgb), .36) 24% 27%, transparent 27% 32%, rgba(var(--page-rgb), .82) 32% 35%, transparent 35% 41%, rgba(var(--page-rgb), .52) 41% 44%, transparent 44% 50%, rgba(var(--page-rgb), .86) 50% 53%, transparent 53% 60%, rgba(var(--page-rgb), .42) 60% 63%, transparent 63% 70%, rgba(var(--page-rgb), .78) 70% 74%, transparent 74% 100%);
  opacity: .5;
  filter: drop-shadow(0 0 12px rgba(var(--page-rgb), .52));
}

.page-official .panel-steps,
.page-resources .panel-steps,
.page-notice .panel-steps,
.page-notice-detail .panel-steps,
.page-contact .panel-steps {
  grid-template-columns: 1fr;
}

.page-official .panel-step,
.page-resources .panel-step,
.page-notice .panel-step,
.page-notice-detail .panel-step,
.page-contact .panel-step {
  min-height: 58px;
}

.page-official .panel-step:nth-child(2),
.page-resources .panel-step:nth-child(2),
.page-contact .panel-step:nth-child(2) {
  margin-left: 28px;
}

.page-official .panel-step:nth-child(3),
.page-resources .panel-step:nth-child(3),
.page-contact .panel-step:nth-child(3) {
  margin-left: 56px;
}

.page-visual-ivr .page-hero-panel::after {
  inset: 84px auto 32px 50%;
  width: 164px;
  transform: translateX(-50%);
  border: 1px solid rgba(var(--page-rgb), .48);
  border-radius: 24px;
  background:
    linear-gradient(rgba(var(--page-rgb), .24), rgba(3, 25, 70, .76)),
    linear-gradient(180deg, transparent 0 20%, rgba(255,255,255,.12) 20% 21%, transparent 21% 40%, rgba(255,255,255,.12) 40% 41%, transparent 41% 61%, rgba(255,255,255,.12) 61% 62%, transparent 62%);
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.06), 0 0 26px rgba(var(--page-rgb), .24);
}

.page-visual-ivr .panel-steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: end;
}

.page-hospital .panel-steps,
.page-reservation .panel-steps,
.page-globy .panel-steps {
  align-content: center;
}

.page-reservation .page-hero-panel::after {
  background:
    repeating-linear-gradient(0deg, rgba(var(--page-rgb), .2) 0 1px, transparent 1px 38px),
    repeating-linear-gradient(90deg, rgba(var(--page-rgb), .2) 0 1px, transparent 1px 54px);
}

.page-globy .panel-step:nth-child(2),
.page-globy .panel-step:nth-child(3) {
  background: linear-gradient(145deg, rgba(var(--page-rgb), .3), rgba(3, 25, 70, .74));
}

.page-section {
  padding: 70px 0;
  background: #fff;
}

.page-section:nth-of-type(even) {
  background: #f3f8ff;
}

.section-label {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.page-section-title {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.3;
  font-weight: 850;
}

.page-section-copy {
  margin: 14px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}

.section-heading {
  margin: 0 auto 34px;
  max-width: 860px;
  text-align: center;
}

.content-grid {
  display: grid;
  gap: 18px;
}

.content-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-card {
  position: relative;
  min-height: 188px;
  border: 1px solid rgba(190, 212, 238, .9);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.96)),
    radial-gradient(circle at 100% 0, rgba(var(--page-rgb), .1), transparent 40%);
  box-shadow: 0 16px 34px rgba(21, 61, 114, .08);
  padding: 28px 24px;
  overflow: hidden;
}

.content-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--page-accent), transparent);
}

.content-card .icon-badge {
  margin: 0 0 18px;
  background: rgba(var(--page-rgb), .1);
  border-color: rgba(var(--page-rgb), .26);
}

.content-card h3 {
  margin: 0;
  color: #08285c;
  font-size: 19px;
  line-height: 1.36;
}

.content-card p {
  margin: 12px 0 0;
  color: #384f70;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 650;
}

.flow-line {
  display: grid;
  grid-template-columns: repeat(var(--flow-count), minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
}

.flow-item {
  position: relative;
  min-height: 126px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 20px 16px;
  border: 1px solid rgba(var(--page-rgb), .34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff, #f8fbff),
    radial-gradient(circle at 50% 0, rgba(var(--page-rgb), .14), transparent 42%);
  box-shadow: 0 12px 30px rgba(30, 86, 156, .08), inset 0 0 0 1px rgba(255,255,255,.8);
  color: #0d326a;
  font-weight: 850;
}

.flow-item:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--page-accent);
  font-size: 24px;
  font-weight: 900;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.compare-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 14px 30px rgba(21, 61, 114, .08);
}

.compare-panel h3 {
  margin: 0 0 18px;
  color: #08285c;
  font-size: 21px;
}

.compare-panel ul,
.notice-body ul {
  margin: 0;
  padding-left: 19px;
  color: #384f70;
  line-height: 1.86;
  font-weight: 650;
}

.note-box {
  border: 1px solid rgba(var(--page-rgb), .42);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(var(--page-rgb), .08), #fff);
  padding: 28px;
  color: #0b2d66;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 800;
  text-align: center;
}

.loss-grid .content-card {
  min-height: 232px;
}

.problem-index {
  position: absolute;
  top: 22px;
  right: 22px;
  color: rgba(var(--page-rgb), .28);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.integrated-architecture-section {
  background:
    linear-gradient(180deg, #f5f9ff, #eef6ff),
    radial-gradient(circle at 8% 12%, rgba(var(--page-rgb), .14), transparent 26%);
}

.globy-context-section,
.globy-product-section {
  background:
    linear-gradient(180deg, #f5fbff, #eef9fb),
    radial-gradient(circle at 8% 12%, rgba(var(--page-rgb), .13), transparent 26%);
}

.integrated-split {
  display: grid;
  grid-template-columns: minmax(280px, .4fr) minmax(0, .6fr);
  gap: 34px;
  align-items: center;
}

.split-copy .page-section-title,
.split-copy .page-section-copy {
  max-width: 620px;
}

.architecture-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.architecture-points span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 14px 12px 34px;
  border: 1px solid rgba(var(--page-rgb), .22);
  border-radius: 8px;
  color: #0b326c;
  background: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
}

.architecture-points span::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--page-accent);
  box-shadow: 0 0 10px rgba(var(--page-rgb), .55);
}

.solution-visual-frame {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(183, 205, 232, .82);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(21, 61, 114, .1);
  overflow: hidden;
}

.solution-visual-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.solution-visual-frame figcaption {
  margin-top: 10px;
  color: #4f6582;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.integrated-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.integrated-process li {
  position: relative;
  min-height: 170px;
  padding: 24px 20px;
  border: 1px solid rgba(var(--page-rgb), .28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff, #f8fbff),
    radial-gradient(circle at 50% 0, rgba(var(--page-rgb), .12), transparent 42%);
  box-shadow: 0 14px 30px rgba(21, 61, 114, .08);
}

.integrated-process li::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--page-accent), transparent);
}

.integrated-process span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--page-accent);
  box-shadow: 0 0 18px rgba(var(--page-rgb), .35);
  font-size: 13px;
  font-weight: 900;
}

.integrated-process strong {
  display: block;
  color: #08285c;
  font-size: 19px;
  line-height: 1.34;
}

.integrated-process p {
  margin: 10px 0 0;
  color: #384f70;
  font-size: 14px;
  line-height: 1.68;
  font-weight: 650;
}

.integrated-beforeafter {
  margin-bottom: 28px;
}

.integrated-beforeafter .section-heading {
  margin-bottom: 24px;
}

.impact-grid {
  margin-top: 28px;
}

.impact-card {
  min-height: 236px;
}

.impact-card .ppt-icon {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 0 18px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(11, 60, 148, .15);
}

.globy-process li {
  min-height: 184px;
}

.globy-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 22px;
  align-items: start;
}

.globy-visual-card {
  min-width: 0;
}

.globy-visual-card .solution-visual-frame {
  margin-bottom: 16px;
}

.globy-visual-card .solution-visual-frame img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: top center;
}

.globy-mobile-card .solution-visual-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 418px;
  padding: 14px 28px;
  background:
    linear-gradient(135deg, #fff 0%, #f8fbff 54%, #eef6ff 100%);
}

.globy-mobile-card .solution-visual-frame::before {
  content: none;
}

.globy-mobile-card .solution-visual-frame::after {
  content: none;
}

.globy-mobile-card .solution-visual-frame img {
  position: relative;
  z-index: 1;
  display: block;
  object-fit: contain;
}

.globy-mobile-card .solution-visual-frame .globy-device-mobile {
  width: auto;
  max-width: 39%;
  max-height: 390px;
  margin: 0;
  flex: 0 0 auto;
}

.globy-mobile-card .solution-visual-frame .globy-device-pc {
  width: min(55%, 310px);
  max-height: 300px;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(21, 61, 114, .13);
  flex: 1 1 auto;
}

.globy-visual-card h3 {
  margin: 0;
  color: #08285c;
  font-size: 20px;
  line-height: 1.36;
}

.globy-visual-card p {
  margin: 10px 0 0;
  color: #384f70;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 650;
}

.page-cta {
  padding: 58px 0;
  color: #fff;
  background: radial-gradient(circle at 100% 20%, #0c5cb7 0, #021a48 42%, #021237 100%);
}

.page-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.page-cta h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.34;
}

.page-cta p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.7;
  font-weight: 600;
}

.page-cta .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .58);
  background: transparent;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.resource-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.notice-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(21, 61, 114, .08);
}

.notice-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px 110px;
  gap: 18px;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e8f0fa;
}

.notice-row:last-child {
  border-bottom: 0;
}

.notice-row h3 {
  margin: 0;
  color: #08285c;
  font-size: 18px;
}

.notice-row p,
.notice-meta {
  color: #526781;
  font-weight: 700;
}

.notice-body {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(21, 61, 114, .08);
  padding: 42px;
}

.notice-body h2 {
  margin: 0 0 18px;
  color: #08285c;
  font-size: 26px;
}

.notice-body p {
  color: #384f70;
  font-size: 16px;
  line-height: 1.86;
  font-weight: 650;
}

.attachment-box {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid #b9d6f7;
  border-radius: 8px;
  background: #f7fbff;
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(260px, .58fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.contact-aside {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(21, 61, 114, .08);
  padding: 28px;
}

.contact-aside h2 {
  margin: 0;
  font-size: 23px;
  color: #08285c;
}

.contact-aside p {
  margin: 14px 0 0;
  color: #384f70;
  line-height: 1.75;
  font-weight: 650;
}

.contact-form {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(21, 61, 114, .08);
  padding: 32px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label,
.form-check {
  color: #0d326a;
  font-size: 14px;
  font-weight: 850;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #c6d8ee;
  border-radius: 7px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-message {
  display: none;
  padding: 14px 16px;
  border-radius: 7px;
  background: #edf7ff;
  color: #064b9d;
  font-weight: 800;
}

.form-message.is-visible {
  display: block;
}

@media (max-width: 1199px) {
  .page-hero-grid,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .page-hero-panel {
    min-height: 300px;
  }

  .integrated-split {
    grid-template-columns: 1fr;
  }

  .integrated-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .globy-visual-grid {
    grid-template-columns: 1fr;
  }

  .content-grid.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-item:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-hero {
    padding: 54px 0;
  }

  .page-hero h1 {
    font-size: 29px;
    line-height: 1.28;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .page-hero .lead {
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .hero-emphasis {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-proof-list span {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
  }

  .page-hero-actions,
  .page-cta-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .page-hero-panel {
    min-height: auto;
    padding: 22px;
    max-width: 100%;
  }

  .page-hero-panel::after {
    inset: 68px 20px 24px;
  }

  .page-integrated .integrated-hero-panel::after {
    inset: 18px;
  }

  .integrated-hero-card {
    min-height: auto;
  }

  .integrated-hero-top {
    align-items: center;
    flex-direction: row;
  }

  .integrated-hero-top span {
    white-space: normal;
    text-align: right;
  }

  .integrated-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .architecture-points,
  .integrated-process {
    grid-template-columns: 1fr;
  }

  .integrated-module {
    min-height: 62px;
    padding: 10px;
    font-size: 12px;
  }

  .integrated-module img {
    width: 24px;
    height: 24px;
  }

  .panel-orbit {
    position: relative;
    inset: auto;
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .panel-core {
    width: fit-content;
    height: auto;
    min-height: 42px;
    margin: 0;
  }

  .panel-core img { width: 90px; }
  .panel-core::after { font-size: 11px; }

  .panel-steps {
    position: relative;
    padding: 0;
    grid-template-columns: 1fr;
  }

  .panel-step {
    width: 100% !important;
    min-height: 60px;
    margin-left: 0 !important;
  }

  .page-visual-ivr .page-hero-panel::after,
  .page-learning .page-hero-panel::after {
    inset: auto 22px 28px;
    width: auto;
    height: 92px;
    transform: none;
  }

  .page-section {
    padding: 52px 0;
  }

  .page-section-title {
    font-size: 25px;
  }

  .content-grid.cols-2,
  .content-grid.cols-3,
  .content-grid.cols-4,
  .compare-grid,
  .resource-grid,
  .flow-line,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .flow-line {
    gap: 28px;
  }

  .flow-item:not(:last-child)::after {
    display: block;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -26px;
    transform: translateX(-50%) rotate(90deg);
  }

  .solution-visual-frame {
    padding: 9px;
  }

  .solution-visual-frame figcaption {
    font-size: 11px;
  }

  .globy-visual-grid {
    gap: 28px;
  }

  .globy-visual-card .solution-visual-frame img {
    max-height: 300px;
  }

  .globy-mobile-card .solution-visual-frame {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    min-height: auto;
    padding: 9px;
  }

  .globy-mobile-card .solution-visual-frame::before,
  .globy-mobile-card .solution-visual-frame::after {
    display: none;
  }

  .globy-mobile-card .solution-visual-frame .globy-device-mobile {
    max-width: 78%;
    margin: 0 auto;
    max-height: 420px;
  }

  .globy-mobile-card .solution-visual-frame .globy-device-pc {
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin: 0 auto;
  }

  .loss-grid .content-card,
  .impact-card,
  .integrated-process li,
  .globy-process li {
    min-height: auto;
  }

  .resource-card {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .notice-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .notice-body,
  .contact-form {
    padding: 24px;
  }
}

/* Conversion-focused subpage layout */
.conversion-page {
  background: #f4f8ff;
  color: #081f49;
}

.conversion-page .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
}

.conversion-hero {
  position: relative;
  min-height: 566px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 13, 44, .98) 0%, rgba(2, 25, 70, .92) 43%, rgba(4, 35, 92, .62) 100%),
    url("../assets/images/hero-bg-design-2.png") center bottom / cover no-repeat;
}

.conversion-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 42%, rgba(37, 123, 255, .24), transparent 36%),
    linear-gradient(90deg, rgba(0, 13, 44, .8) 0 32%, rgba(0, 13, 44, .25) 62%, rgba(0, 13, 44, .08) 100%);
  pointer-events: none;
}

.conversion-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 26px;
  right: max(0px, calc((100vw - 1200px) / 2 - 18px));
  width: min(54vw, 650px);
  height: calc(100% - 52px);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  opacity: .98;
  pointer-events: none;
}

.page-globy .conversion-hero::after {
  content: none;
}

.page-globy .conversion-hero {
  min-height: 566px;
}

.page-integrated .conversion-hero::after {
  content: none;
}

.conversion-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 566px;
  display: flex;
  align-items: center;
  padding: 48px 0 46px;
}

.conversion-hero-copy {
  max-width: 620px;
}

.conversion-hero-media {
  display: none;
  margin: 0;
}

.page-integrated .conversion-hero-inner {
  display: grid;
  grid-template-columns: minmax(620px, 1fr) minmax(0, .88fr);
  gap: 24px;
}

.page-integrated .conversion-hero-copy {
  max-width: 660px;
}

.page-integrated .conversion-hero h1 {
  font-size: clamp(34px, 2.8vw, 39px);
  line-height: 1.34;
}

.page-integrated .conversion-lead {
  max-width: 620px;
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.72;
}

.integrated-hero-visual {
  position: relative;
  width: min(620px, 100%);
  height: 438px;
  margin: 0 0 0 auto;
  isolation: isolate;
}

.integrated-hero-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(93, 190, 255, .34);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.integrated-hero-ring.ring-outer {
  width: 468px;
  height: 342px;
  box-shadow: 0 0 42px rgba(30, 167, 255, .13);
}

.integrated-hero-ring.ring-inner {
  width: 336px;
  height: 246px;
  opacity: .7;
}

.integrated-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 236px;
  height: 170px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 26px 20px;
  color: #082a70;
  background: #fff;
  clip-path: polygon(24% 0, 76% 0, 100% 50%, 76% 100%, 24% 100%, 0 50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 5px rgba(72, 174, 255, .88), 0 0 30px rgba(76, 190, 255, .72), inset 0 0 22px rgba(23, 112, 232, .12);
}

.integrated-hub img {
  width: 150px;
  max-height: 48px;
  object-fit: contain;
}

.integrated-hub strong {
  color: #073b95;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.integrated-orbit-node {
  position: absolute;
  z-index: 4;
  width: 114px;
  min-height: 102px;
  display: grid;
  place-items: center;
  gap: 7px;
  padding: 15px 11px;
  color: #fff;
  text-align: center;
  background: rgba(5, 45, 112, .9);
  border: 1px solid rgba(104, 199, 255, .48);
  border-radius: 28px;
  box-shadow: 0 0 22px rgba(29, 164, 255, .22), inset 0 0 16px rgba(78, 176, 255, .1);
}

.integrated-orbit-node::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 72px;
  border-top: 2px solid rgba(91, 218, 255, .55);
  transform-origin: left center;
}

.integrated-orbit-node img {
  width: 39px;
  height: 39px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.integrated-orbit-node span {
  font-size: 13px;
  line-height: 1.32;
  font-weight: 900;
}

.node-phone { left: 50%; top: 0; transform: translateX(-50%); }
.node-phone::before { transform: rotate(90deg); }
.node-cti { right: 30px; top: 72px; }
.node-cti::before { transform: rotate(162deg); }
.node-stt { right: 8px; top: 202px; }
.node-stt::before { transform: rotate(180deg); }
.node-callback { right: 86px; bottom: 0; }
.node-callback::before { transform: rotate(220deg); }
.node-ai { left: 122px; bottom: 0; }
.node-ai::before { transform: rotate(318deg); }
.node-crm { left: 16px; top: 202px; }
.node-crm::before { transform: rotate(0deg); }
.node-monitor { left: 78px; top: 72px; }
.node-monitor::before { transform: rotate(24deg); }

.page-globy .conversion-hero-inner {
  display: grid;
  grid-template-columns: minmax(650px, .98fr) minmax(0, 1.02fr);
  gap: 24px;
  min-height: 566px;
  padding: 44px 0;
}

.page-globy .conversion-hero-copy {
  max-width: 680px;
}

.page-globy .conversion-hero-media {
  display: block;
  align-self: center;
  justify-self: end;
  width: calc(100% + 194px);
  max-width: none;
  height: 420px;
  margin-right: -130px;
  overflow: hidden;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 3%, #000 94%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 2%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 3%, #000 94%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 2%, #000 92%, transparent 100%);
  mask-composite: intersect;
}

.page-globy .conversion-hero-media img {
  display: block;
  width: calc(100% + 40px);
  max-width: none;
  height: 506px;
  max-height: none;
  object-fit: cover;
  object-position: center right;
  transform: translate(-25px, 0);
  filter: drop-shadow(0 26px 52px rgba(0, 10, 35, .28));
}

.conversion-eyebrow {
  margin: 0 0 18px;
  color: #d7ecff;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
}

.conversion-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
}

.page-globy .conversion-hero h1 {
  font-size: clamp(32px, 2.65vw, 38px);
  line-height: 1.24;
}

.conversion-lead {
  margin: 28px 0 0;
  color: #fff;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.45;
  font-weight: 750;
}

.conversion-desc {
  margin: 28px 0 0;
  max-width: 590px;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 1.86;
  font-weight: 600;
}

.page-globy .conversion-desc {
  margin-top: 22px;
  max-width: 600px;
  font-size: 15px;
  line-height: 1.74;
}

.conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.page-globy .conversion-actions {
  margin-top: 24px;
}

.conversion-section {
  padding: 70px 0;
}

.conversion-heading {
  margin: 0 auto 38px;
  max-width: 850px;
  text-align: center;
}

.conversion-heading h2,
.conversion-chain-section h2,
.conversion-contact-copy h2,
.conversion-proof-copy h2 {
  margin-bottom: 40px;
  color: #061f55;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.28;
  font-weight: 900;
}

.conversion-heading p {
  margin: 14px auto 0;
  max-width: 760px;
  color: #536986;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 650;
}

.conversion-flow-section {
  background: linear-gradient(180deg, #fff, #f4f8ff);
}

.integrated-problem-section,
.integrated-benefit-section {
  background: linear-gradient(180deg, #fff, #f6faff);
}

.integrated-structure-section {
  background: linear-gradient(180deg, #f3f8ff, #fff);
}

.integrated-card-grid {
  display: grid;
  gap: 24px;
}

.integrated-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.integrated-card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.integrated-info-card,
.integrated-flow-box,
.integrated-capability-card {
  border: 1px solid rgba(0, 67, 190, .17);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(9, 45, 112, .07);
}

.integrated-info-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 170px;
  padding: 26px 30px;
}

.integrated-info-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.integrated-info-card h3,
.integrated-flow-box h3,
.integrated-capability-card h3 {
  margin: 0;
  color: #06378f;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 900;
}

.integrated-info-card p {
  grid-column: 2;
  margin: -10px 0 0;
  color: #253d62;
  font-size: 16px;
  line-height: 1.68;
  font-weight: 650;
}

.integrated-structure-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 1050px;
  margin: 0 auto;
}

.integrated-flow-box {
  min-height: 144px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 26px 28px;
}

.integrated-flow-box img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.integrated-flow-box p {
  grid-column: 2;
  margin: -10px 0 0;
  color: #263f65;
  font-size: 16px;
  line-height: 1.58;
  font-weight: 650;
}

.integrated-flow-arrow {
  display: grid;
  place-items: center;
  color: #0754e8;
  font-size: 38px;
  line-height: 1;
}

.integrated-capability-section {
  background:
    linear-gradient(90deg, rgba(0, 17, 55, .98), rgba(2, 29, 76, .94)),
    url("../assets/images/network-grid.svg") center / cover no-repeat;
}

.integrated-capability-section .conversion-heading h2 {
  color: #fff;
}

.integrated-capability-card {
  min-height: 178px;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px 26px;
}

.integrated-capability-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.integrated-capability-card ul {
  grid-column: 2;
  margin: -8px 0 0;
  padding-left: 18px;
  color: #102a55;
  font-size: 15px;
  line-height: 1.66;
  font-weight: 650;
}

.integrated-benefit-note {
  margin: 24px auto 0;
  color: #0d3170;
  text-align: center;
  font-size: 18px;
  line-height: 1.58;
  font-weight: 750;
}

.page-globy .conversion-flow-section {
  padding: 54px 0 54px;
}

.page-globy .conversion-flow-section .conversion-heading {
  margin-bottom: 22px;
}

.page-globy .conversion-flow-section .conversion-heading h2 {
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.22;
}

.conversion-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 42px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.page-globy .conversion-flow-grid {
  gap: 26px 42px;
}

.integrated-flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flow-card {
  position: relative;
  display: block;
  min-height: 150px;
  padding: 24px 18px 22px;
  border: 1px solid rgba(0, 67, 190, .18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(0, 41, 116, .08);
  text-align: center;
}

.page-globy .flow-card {
  min-height: 124px;
  padding: 16px 14px 15px;
}

.page-globy .flow-card img {
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
}

.page-globy .flow-card strong {
  font-size: 18px;
}

.page-globy .flow-card p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.48;
}

.conversion-flow-grid .flow-card::after {
  content: none;
}

.conversion-flow-grid .flow-card:nth-child(1)::after,
.conversion-flow-grid .flow-card:nth-child(2)::after,
.conversion-flow-grid .flow-card:nth-child(3)::after,
.conversion-flow-grid .flow-card:nth-child(5)::after,
.conversion-flow-grid .flow-card:nth-child(6)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -42px;
  width: 42px;
  transform: translateY(-50%);
  color: #0754e8;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.flow-card:nth-child(5)::before {
  content: none;
}

.flow-card img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin: 0 auto 16px;
}

.flow-card strong {
  display: block;
  color: #06378f;
  font-size: 19px;
  line-height: 1.34;
  font-weight: 900;
}

.flow-card p {
  margin: 10px 0 0;
  color: #263f65;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 650;
}

.conversion-dark-section {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 17, 55, .97), rgba(2, 29, 76, .94)),
    url("../assets/images/network-grid.svg") center / cover no-repeat;
}

.conversion-dark-section .conversion-heading h2 {
  color: #fff;
}

.conversion-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.conversion-feature-card {
  min-height: 276px;
  padding: 28px 28px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  background: #fff;
  color: #061f55;
  text-align: center;
  box-shadow: 0 24px 56px rgba(0, 0, 0, .18);
}

.conversion-feature-card img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: 0 auto 18px;
}

.conversion-feature-card h3 {
  margin: 0;
  color: #06378f;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.conversion-feature-card p {
  margin: 14px 0 0;
  color: #1a3157;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 650;
}

.conversion-proof-section {
  background: #fff;
}

.conversion-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .78fr);
  gap: 38px;
  align-items: center;
}

.conversion-proof-visual {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(0, 67, 190, .16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(0, 41, 116, .09);
}

.conversion-proof-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.conversion-proof-copy {
  min-width: 0;
}

.conversion-proof-copy .conversion-eyebrow,
.conversion-contact-copy .conversion-eyebrow {
  color: #0952d7;
}

.conversion-check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.conversion-check-list li {
  position: relative;
  padding: 15px 16px 15px 46px;
  border: 1px solid rgba(0, 67, 190, .14);
  border-radius: 8px;
  background: #f8fbff;
  color: #17335e;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 750;
}

.conversion-check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0754e8;
}

.conversion-chain-section {
  background: linear-gradient(180deg, #f4f8ff, #fff);
  text-align: center;
}

.conversion-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 54px;
  margin: 38px auto 0;
  padding: 0;
  max-width: 920px;
  list-style: none;
}

.conversion-chain li {
  position: relative;
  min-width: 0;
}

.conversion-chain li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 42px;
  left: calc(50% + 48px);
  width: calc(100% - 42px);
  border-top: 2px dotted rgba(7, 84, 232, .45);
}

.conversion-chain span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  margin: 0 auto 16px;
  border: 1px solid rgba(7, 84, 232, .18);
  border-radius: 50%;
  background: #fff;
  color: #0754e8;
  box-shadow: 0 18px 38px rgba(0, 41, 116, .08);
  font-size: 28px;
  font-weight: 900;
}

.conversion-chain span img {
  display: block;
  width: 39px;
  height: 39px;
  object-fit: contain;
}

.conversion-chain strong {
  display: block;
  color: #08285c;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 850;
}

.conversion-contact-section {
  background: #f7fbff;
}

.conversion-contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) repeat(2, minmax(260px, 1fr));
  gap: 28px;
  align-items: stretch;
}

.conversion-contact-copy {
  align-self: center;
}

.conversion-contact-copy p:not(.conversion-eyebrow) {
  margin: 20px 0 0;
  color: #354c70;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 700;
}

.conversion-contact-card {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 32px;
  border: 1px solid rgba(0, 67, 190, .16);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  box-shadow: 0 20px 42px rgba(0, 41, 116, .08);
}

.conversion-contact-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 18px;
}

.conversion-contact-card strong {
  color: #06378f;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 900;
}

.conversion-contact-card span {
  margin-top: 12px;
  color: #344c70;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 650;
}

.conversion-contact-card em {
  margin-top: auto;
  padding-top: 20px;
  color: #0754e8;
  font-style: normal;
  font-size: 15px;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .conversion-hero::after {
    right: -80px;
    width: 58vw;
    opacity: .58;
  }

  .conversion-flow-grid,
  .integrated-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .page-integrated .conversion-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 52px 0;
  }

  .page-integrated .conversion-hero-copy {
    max-width: 720px;
  }

  .integrated-hero-visual {
    width: min(600px, 100%);
    margin: 18px auto 0;
  }

  .integrated-card-grid.three,
  .integrated-card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .integrated-structure-flow {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .integrated-flow-arrow {
    transform: rotate(90deg);
  }

  .page-globy .conversion-hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-globy .conversion-hero-media {
    position: absolute;
    right: -72px;
    bottom: 0;
    width: min(78vw, 520px);
    max-width: none;
    height: 310px;
    opacity: .48;
  }

  .page-globy .conversion-hero-media img {
    width: calc(100% + 40px);
    height: 360px;
    max-height: none;
    transform: translate(-16px, -26px);
  }

  .flow-card::after,
  .flow-card:nth-child(5)::before {
    display: none;
  }

  .conversion-proof-grid,
  .conversion-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .conversion-hero {
    min-height: auto;
  }

  .conversion-hero::after {
    inset: auto -70px 0 auto;
    width: 92vw;
    height: 44%;
    opacity: .32;
  }

  .conversion-hero-inner {
    min-height: 620px;
    align-items: flex-start;
    padding: 46px 0 220px;
  }

  .page-globy .conversion-hero-inner {
    min-height: auto;
    padding: 38px 0 30px;
    gap: 22px;
  }

  .page-globy .conversion-hero-copy {
    max-width: none;
  }

  .page-globy .conversion-hero h1 {
    font-size: 30px;
    line-height: 1.28;
  }

  .page-globy .conversion-hero-media {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 228px;
    opacity: .9;
  }

  .page-globy .conversion-hero-media img {
    width: calc(100% + 42px);
    height: 292px;
    transform: translate(-22px, -36px);
  }

  .conversion-desc {
    font-size: 15px;
  }

  .conversion-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .conversion-section {
    padding: 54px 0;
  }

  .conversion-flow-grid,
  .integrated-flow-grid,
  .conversion-feature-grid,
  .integrated-card-grid.three,
  .integrated-card-grid.four,
  .conversion-chain {
    grid-template-columns: 1fr;
  }

  .page-integrated .conversion-hero-inner {
    min-height: auto;
    padding: 42px 0;
  }

  .page-integrated .conversion-hero h1 {
    font-size: 29px;
    line-height: 1.3;
  }

  .page-integrated .conversion-lead {
    font-size: 15px;
  }

  .integrated-hero-visual {
    width: min(360px, 100%);
    height: 360px;
  }

  .integrated-hub {
    width: 172px;
    height: 124px;
    padding: 18px;
  }

  .integrated-hub img {
    width: 112px;
  }

  .integrated-hub strong {
    font-size: 16px;
  }

  .integrated-orbit-node {
    width: 86px;
    min-height: 76px;
    padding: 10px 8px;
    border-radius: 22px;
  }

  .integrated-orbit-node img {
    width: 28px;
    height: 28px;
  }

  .integrated-orbit-node span {
    font-size: 10px;
  }

  .integrated-hero-ring.ring-outer {
    width: 300px;
    height: 226px;
  }

  .integrated-hero-ring.ring-inner {
    width: 220px;
    height: 166px;
  }

  .node-phone { top: 0; }
  .node-cti { right: 10px; top: 58px; }
  .node-stt { right: 0; top: 166px; }
  .node-callback { right: 50px; bottom: 0; }
  .node-ai { left: 56px; bottom: 0; }
  .node-crm { left: 0; top: 166px; }
  .node-monitor { left: 12px; top: 58px; }

  .integrated-info-card,
  .integrated-flow-box,
  .integrated-capability-card {
    grid-template-columns: 56px minmax(0, 1fr);
    min-height: auto;
    padding: 22px;
  }

  .integrated-info-card img,
  .integrated-flow-box img,
  .integrated-capability-card img {
    width: 46px;
    height: 46px;
  }

  .integrated-info-card p,
  .integrated-flow-box p,
  .integrated-capability-card ul {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .conversion-chain {
    gap: 24px;
  }

  .conversion-chain li:not(:last-child)::after {
    display: none;
  }

  .conversion-feature-card,
  .conversion-contact-card {
    min-height: auto;
    padding: 28px 24px;
  }
}

/* Consultation auto-learning conversion page */
.page-learning .conversion-hero::after {
  content: none;
}

.page-learning .conversion-hero {
  min-height: 566px;
}

.page-learning .learning-hero-inner {
  display: grid;
  grid-template-columns: minmax(520px, .9fr) minmax(0, 1.1fr);
  gap: 44px;
  min-height: 566px;
}

.page-learning .conversion-hero-copy {
  max-width: 620px;
}

.page-learning .conversion-hero h1 {
  font-size: clamp(40px, 3.8vw, 54px);
  line-height: 1.34;
  font-weight: 900;
}

.page-learning .conversion-desc {
  max-width: 620px;
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.78;
}

.learning-hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 116px);
  gap: 46px;
  align-items: start;
  justify-content: end;
  width: min(640px, 100%);
  min-height: 280px;
  margin-left: auto;
}

.learning-hero-card {
  position: relative;
  z-index: 2;
  min-height: 198px;
  display: grid;
  grid-template-rows: 66px 48px 1fr;
  place-items: center;
  padding: 22px 16px 20px;
  border: 1px solid rgba(77, 189, 255, .58);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(4, 42, 107, .62), rgba(3, 24, 67, .88));
  box-shadow: inset 0 0 28px rgba(37, 123, 255, .14), 0 18px 44px rgba(0, 10, 35, .18);
}

.learning-hero-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -42px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #58d8ff;
  box-shadow: 0 0 16px rgba(88, 216, 255, .9);
  transform: translateX(-50%);
}

.learning-hero-card img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.learning-hero-card strong {
  align-self: end;
  color: #fff;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 900;
  text-align: center;
}

.learning-hero-arrow {
  position: absolute;
  z-index: 3;
  top: 81px;
  color: #58d8ff;
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
}

.learning-hero-arrow:nth-of-type(1) { right: 462px; }
.learning-hero-arrow:nth-of-type(2) { right: 300px; }
.learning-hero-arrow:nth-of-type(3) { right: 138px; }

.learning-hero-line {
  position: absolute;
  z-index: 1;
  left: 58px;
  right: 58px;
  bottom: 37px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(88, 216, 255, .72), transparent);
  box-shadow: 0 0 16px rgba(88, 216, 255, .4);
}

.signal-bars,
.hero-card-lines {
  display: block;
  width: 72px;
  height: 38px;
}

.signal-bars {
  background:
    linear-gradient(90deg, transparent 0 6%, #58d8ff 6% 9%, transparent 9% 15%, #58d8ff 15% 19%, transparent 19% 25%, #58d8ff 25% 28%, transparent 28% 35%, #58d8ff 35% 39%, transparent 39% 46%, #58d8ff 46% 50%, transparent 50% 56%, #58d8ff 56% 59%, transparent 59% 66%, #58d8ff 66% 70%, transparent 70% 77%, #58d8ff 77% 80%, transparent 80% 87%, #58d8ff 87% 91%, transparent 91% 100%),
    linear-gradient(180deg, transparent 42%, rgba(88, 216, 255, .5) 42% 58%, transparent 58%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 14%, #000 86%, transparent 100%);
}

.hero-card-lines {
  width: 68px;
  height: 42px;
  background:
    linear-gradient(#0754e8, #0754e8) center 8px / 58px 5px no-repeat,
    linear-gradient(#0754e8, #0754e8) center 22px / 52px 5px no-repeat,
    linear-gradient(#0754e8, #0754e8) center 36px / 42px 5px no-repeat;
  opacity: .78;
}

.page-learning .conversion-section {
  padding: 46px 0;
}

.page-learning .conversion-heading {
  margin-bottom: 26px;
}

.page-learning .conversion-heading h2 {
  margin: 0;
  color: #061f55;
  font-size: clamp(28px, 2.55vw, 34px);
  line-height: 1.28;
}

.learning-problem-section,
.learning-capability-section {
  background: #fff;
}

.learning-process-section,
.learning-impact-section {
  background: linear-gradient(180deg, #fff, #f4f8ff);
}

.learning-card-grid {
  display: grid;
  gap: 22px;
}

.learning-card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.learning-info-card,
.learning-use-card {
  min-height: 132px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 25px 26px;
  border: 1px solid rgba(0, 67, 190, .16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 41, 116, .06);
}

.learning-info-card.compact {
  min-height: 116px;
  padding: 24px 28px;
}

.learning-info-card img,
.learning-use-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.learning-info-card h3,
.learning-use-card h3 {
  margin: 0;
  color: #0649d8;
  font-size: 20px;
  line-height: 1.34;
  font-weight: 900;
}

.learning-info-card p,
.learning-use-card p {
  margin: 9px 0 0;
  color: #223a60;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 650;
}

.learning-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.learning-process li {
  position: relative;
  min-height: 104px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 5px 12px;
  align-items: center;
  padding: 18px 16px 16px 20px;
  border: 1px solid rgba(0, 67, 190, .16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 41, 116, .06);
}

.learning-process li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -26px;
  top: 50%;
  color: #0754e8;
  font-size: 27px;
  line-height: 1;
  transform: translate(50%, -50%);
}

.process-number {
  position: absolute;
  left: 22px;
  top: 14px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #061f55;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.learning-process img {
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-top: 20px;
}

.learning-process strong {
  margin-top: 16px;
  color: #0649d8;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.learning-process p {
  margin: 0;
  color: #223a60;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
}

.learning-process-badge {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px auto 0;
  padding: 9px 28px;
  border: 1px solid #0754e8;
  border-radius: 8px;
  color: #0754e8;
  background: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
}

.learning-process-badge img {
  width: 28px;
  height: 28px;
}

.learning-use-section {
  padding: 50px 0;
}

.learning-use-section .conversion-heading h2 {
  color: #fff;
}

.learning-use-card {
  min-height: 118px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .18);
}

.learning-security-band {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 17, 55, .96), rgba(3, 34, 90, .92)),
    url("../assets/images/network-grid.svg") center / cover no-repeat;
}

.learning-security-inner {
  min-height: 126px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.learning-security-inner img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(77, 189, 255, .3));
}

.learning-security-inner h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.34;
  font-weight: 850;
}

.learning-security-inner p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.learning-contact-section {
  background: #fff;
}

.learning-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.learning-contact-card {
  min-height: 164px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 28px 48px;
  border: 1px solid rgba(0, 67, 190, .16);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  box-shadow: 0 20px 42px rgba(0, 41, 116, .07);
}

.learning-contact-card .contact-icon {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #f8fbff, #eaf3ff);
}

.learning-contact-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.learning-contact-card strong {
  display: block;
  color: #06378f;
  font-size: 25px;
  line-height: 1.34;
  font-weight: 900;
}

.learning-contact-card p {
  margin: 10px 0 0;
  color: #344c70;
  font-size: 15px;
  line-height: 1.62;
  font-weight: 650;
}

.learning-contact-card em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 128px;
  margin-top: 18px;
  padding: 10px 18px;
  border-radius: 4px;
  background: #061f55;
  color: #fff;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  font-weight: 850;
}

@media (max-width: 1180px) {
  .page-learning .learning-hero-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 52px 0;
  }

  .learning-hero-visual {
    justify-content: start;
    margin-left: 0;
  }

  .learning-card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .learning-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .learning-process li:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .page-learning .conversion-hero {
    min-height: auto;
  }

  .page-learning .learning-hero-inner {
    min-height: auto;
    padding: 42px 0 38px;
  }

  .page-learning .conversion-hero h1 {
    font-size: 30px;
    line-height: 1.32;
  }

  .page-learning .conversion-desc {
    margin-top: 20px;
    font-size: 15px;
  }

  .learning-hero-visual {
    width: 100%;
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .learning-hero-card {
    min-height: 154px;
    grid-template-rows: 46px 34px 1fr;
    padding: 17px 12px;
  }

  .learning-hero-card::after,
  .learning-hero-line,
  .learning-hero-arrow {
    display: none;
  }

  .learning-hero-card img {
    width: 42px;
    height: 42px;
  }

  .learning-hero-card strong {
    font-size: 14px;
  }

  .signal-bars,
  .hero-card-lines {
    width: 54px;
    height: 30px;
  }

  .page-learning .conversion-section {
    padding: 42px 0;
  }

  .page-learning .conversion-heading h2 {
    font-size: 24px;
  }

  .learning-card-grid.four,
  .learning-process,
  .learning-contact-grid {
    grid-template-columns: 1fr;
  }

  .learning-info-card,
  .learning-use-card {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: auto;
    padding: 22px;
  }

  .learning-info-card img,
  .learning-use-card img {
    width: 46px;
    height: 46px;
  }

  .learning-process-badge {
    width: 100%;
    justify-content: center;
    padding: 9px 16px;
    font-size: 15px;
  }

  .learning-security-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 28px 0;
  }

  .learning-security-inner img {
    width: 58px;
    height: 58px;
  }

  .learning-contact-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }

  .learning-contact-card .contact-icon {
    width: 82px;
    height: 82px;
  }
}

/* Refined rhythm for the consultation auto-learning sections */
.learning-problem-section {
  padding: 58px 0;
  background:
    radial-gradient(circle at 10% 0, rgba(7, 84, 232, .08), transparent 34%),
    linear-gradient(180deg, #fff, #f6faff);
}

.learning-insight-layout {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: stretch;
}

.learning-insight-copy {
  position: relative;
  overflow: hidden;
  min-height: 336px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 42px;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 8%, rgba(88, 216, 255, .26), transparent 32%),
    linear-gradient(145deg, #061f55 0%, #02266b 58%, #041437 100%);
  box-shadow: 0 24px 58px rgba(0, 23, 74, .16);
}

.learning-insight-copy::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -86px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(88, 216, 255, .26);
  border-radius: 50%;
}

.learning-insight-copy .conversion-eyebrow {
  margin-bottom: 14px;
  color: #87dfff;
}

.learning-insight-copy h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 2.7vw, 36px);
  line-height: 1.32;
  font-weight: 900;
}

.learning-insight-copy p:not(.conversion-eyebrow) {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 16px;
  line-height: 1.76;
  font-weight: 650;
}

.learning-signal-list {
  display: grid;
  gap: 14px;
  align-content: center;
}

.learning-signal-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 86px;
  padding: 18px 22px;
  border-left: 4px solid #0754e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 41, 116, .07);
}

.learning-signal-row:nth-child(even) {
  margin-left: 22px;
}

.learning-signal-row img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.learning-signal-row h3 {
  margin: 0;
  color: #0649d8;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 900;
}

.learning-signal-row p {
  margin: 7px 0 0;
  color: #223a60;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 650;
}

.learning-process-section {
  background:
    linear-gradient(180deg, #f8fbff, #fff);
}

.learning-process {
  position: relative;
  gap: 0;
  padding: 10px 0 0;
}

.learning-process::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 57px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(7, 84, 232, .38), transparent);
}

.learning-process li {
  min-height: 166px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 0 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.learning-process li:not(:last-child)::after {
  content: none;
}

.process-number {
  position: relative;
  left: auto;
  top: auto;
  z-index: 2;
  width: 28px;
  height: 28px;
  margin: 0 auto 12px;
  box-shadow: 0 0 0 8px #fff;
}

.learning-process img {
  grid-row: auto;
  width: 58px;
  height: 58px;
  margin: 0 auto 13px;
  padding: 12px;
  border: 1px solid rgba(7, 84, 232, .16);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 41, 116, .08);
}

.learning-process strong {
  margin: 0;
  font-size: 17px;
}

.learning-process p {
  margin-top: 8px;
  font-size: 14px;
}

.learning-process-badge {
  margin-top: 6px;
}

.learning-use-section {
  padding: 58px 0 62px;
}

.learning-use-summary {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: center;
  margin: -12px 0 28px;
  padding: 20px 24px;
  border: 1px solid rgba(135, 223, 255, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
}

.learning-use-summary strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
}

.learning-use-summary span {
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.64;
  font-weight: 650;
}

.learning-use-mosaic {
  align-items: stretch;
}

.learning-use-mosaic .learning-use-card {
  position: relative;
  min-height: 186px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 26px 25px;
  overflow: hidden;
}

.learning-use-mosaic .learning-use-card:nth-child(even) {
  transform: translateY(18px);
}

.learning-use-mosaic .learning-use-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(7, 84, 232, .07);
}

.learning-use-mosaic .learning-use-card img {
  width: 54px;
  height: 54px;
}

.learning-capability-section {
  background: #fff;
}

.learning-impact-section {
  background: linear-gradient(180deg, #f5f9ff, #fff);
}

.learning-band-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  border-top: 1px solid rgba(0, 67, 190, .12);
  border-bottom: 1px solid rgba(0, 67, 190, .12);
}

.learning-band-item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 116px;
  padding: 24px 12px;
  border-bottom: 1px solid rgba(0, 67, 190, .11);
}

.learning-band-item:nth-last-child(-n+2) {
  border-bottom: 0;
}

.learning-band-item img {
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 16px;
  background: #eef5ff;
  object-fit: contain;
}

.learning-band-item h3 {
  margin: 0;
  color: #0649d8;
  font-size: 21px;
  line-height: 1.34;
  font-weight: 900;
}

.learning-band-item p {
  margin: 7px 0 0;
  color: #223a60;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 650;
}

.learning-band-list.impact {
  padding: 12px 22px;
  border: 1px solid rgba(0, 67, 190, .13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 41, 116, .055);
}

@media (max-width: 1180px) {
  .learning-insight-layout {
    grid-template-columns: 1fr;
  }

  .learning-signal-row:nth-child(even) {
    margin-left: 0;
  }

  .learning-process::before {
    display: none;
  }

  .learning-use-summary {
    grid-template-columns: 1fr;
  }

  .learning-use-mosaic .learning-use-card:nth-child(even) {
    transform: none;
  }
}

@media (max-width: 760px) {
  .learning-problem-section {
    padding: 42px 0;
  }

  .learning-insight-copy {
    min-height: auto;
    padding: 28px 24px;
  }

  .learning-signal-row,
  .learning-band-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  .learning-signal-row {
    min-height: auto;
    padding: 18px;
  }

  .learning-signal-row img,
  .learning-band-item img {
    width: 42px;
    height: 42px;
  }

  .learning-process li {
    min-height: auto;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 36px 54px minmax(0, 1fr);
    gap: 12px;
    text-align: left;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 67, 190, .1);
  }

  .process-number {
    margin: 2px 0 0;
    box-shadow: none;
  }

  .learning-process img {
    margin: 0;
    width: 48px;
    height: 48px;
    padding: 10px;
  }

  .learning-process strong,
  .learning-process p {
    grid-column: 3;
  }

  .learning-use-summary {
    margin-top: -6px;
    padding: 18px;
  }

  .learning-use-mosaic .learning-use-card {
    min-height: auto;
  }

  .learning-band-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .learning-band-item:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(0, 67, 190, .11);
  }

  .learning-band-item:last-child {
    border-bottom: 0;
  }

  .learning-band-list.impact {
    padding: 6px 16px;
  }
}

/* Hero visual variant for consultation auto-learning */
.page-learning .learning-hero-inner {
  grid-template-columns: minmax(430px, .76fr) minmax(0, 1.24fr);
  gap: 34px;
}

.page-learning .conversion-hero-copy {
  max-width: 560px;
}

.learning-hero-visual {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) 28px minmax(180px, 1fr) 28px minmax(170px, .92fr);
  gap: 18px;
  align-items: center;
  justify-content: stretch;
  width: min(760px, 100%);
  min-height: 350px;
  margin-left: auto;
}

.learning-visual-panel {
  position: relative;
  overflow: hidden;
  height: 350px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
  border: 1px solid rgba(119, 201, 255, .62);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 80%, rgba(23, 132, 255, .22), transparent 34%),
    linear-gradient(180deg, rgba(5, 44, 111, .56), rgba(3, 24, 67, .9));
  box-shadow: inset 0 0 30px rgba(37, 123, 255, .14), 0 26px 56px rgba(0, 8, 30, .22);
}

.learning-visual-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255,255,255,.12), transparent 38%);
  pointer-events: none;
}

.learning-panel-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 40px;
  color: #fff;
}

.learning-panel-title img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(88, 216, 255, .35));
  opacity: .9;
}

.learning-panel-title strong {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
  white-space: nowrap;
}

.voice-panel {
  display: flex;
  flex-direction: column;
}

.voice-wave {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: auto -8px 0;
}

.voice-wave::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(88, 216, 255, .86), transparent);
  box-shadow: 0 0 18px rgba(88, 216, 255, .6);
}

.voice-wave span {
  position: relative;
  z-index: 1;
  width: 3px;
  height: var(--h);
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, #9fdcff 18%, #58d8ff 50%, #9fdcff 82%, transparent);
  box-shadow: 0 0 12px rgba(88, 216, 255, .5);
}

.learning-flow-arrow {
  color: #58d8ff;
  font-size: 58px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 0 16px rgba(88, 216, 255, .85);
}

.stt-chat-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  margin-top: 16px;
}

.stt-message {
  min-height: 54px;
  padding: 8px 11px;
  border: 1px solid rgba(119, 201, 255, .18);
  border-radius: 11px;
  background: rgba(11, 46, 109, .68);
}

.stt-message em {
  display: block;
  margin-bottom: 5px;
  color: #3ca7ff;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.stt-message span {
  color: #fff;
  font-size: 12.5px;
  line-height: 1.42;
  font-weight: 650;
}

.stt-dots {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 10px;
}

.stt-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(88, 216, 255, .38);
}

.stt-dots span:first-child {
  background: #58d8ff;
}

.result-list {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 1;
  align-content: center;
  gap: 10px;
  margin-top: 16px;
}

.result-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 9px 12px;
  border: 1px solid rgba(119, 201, 255, .28);
  border-radius: 11px;
  background: rgba(15, 59, 128, .66);
}

.result-item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(88, 216, 255, .28));
  opacity: .9;
}

.result-item span {
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .page-learning .learning-hero-inner {
    grid-template-columns: 1fr;
  }

  .learning-hero-visual {
    width: min(760px, 100%);
    margin: 8px auto 0 0;
  }
}

@media (max-width: 760px) {
  .learning-hero-visual {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: auto;
  }

  .learning-visual-panel {
    height: auto;
    min-height: auto;
    padding: 22px 20px;
    border-radius: 14px;
  }

  .learning-panel-title {
    justify-content: flex-start;
  }

  .voice-wave {
    min-height: 120px;
  }

  .learning-flow-arrow {
    transform: rotate(90deg);
    font-size: 34px;
  }

  .stt-chat-list,
  .result-list {
    margin-top: 20px;
  }

  .result-item span {
    font-size: 16px;
  }
}

/* AI chatbot conversion page */
.page-ai-chatbot .conversion-hero::after {
  content: none;
}

.page-ai-chatbot .conversion-hero {
  min-height: 650px;
}

.chatbot-hero-inner {
  width: min(1280px, calc(100% - 56px));
  display: grid;
  grid-template-columns: minmax(450px, .78fr) minmax(660px, 1.22fr);
  gap: 44px;
  min-height: 650px;
  padding: 46px 0 48px;
}

.page-ai-chatbot .conversion-hero-copy {
  max-width: 540px;
}

.page-ai-chatbot .conversion-hero h1 {
  font-size: clamp(38px, 3.4vw, 50px);
  line-height: 1.36;
}

.page-ai-chatbot .conversion-desc {
  margin-top: 26px;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.8;
}

.chatbot-hero-emphasis {
  margin: 28px 0 0;
  color: #58a8ff;
  font-size: 26px;
  line-height: 1.42;
  font-weight: 900;
}

.chatbot-proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.chatbot-proof-tags span {
  position: relative;
  padding: 11px 15px 11px 36px;
  border: 1px solid rgba(88, 216, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 750;
}

.chatbot-proof-tags span::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1cc978;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, .12);
}

.chatbot-proof-tags span::after {
  content: "";
  position: absolute;
  left: 18px;
  top: calc(50% - 1px);
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.chatbot-demo {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-self: center;
  width: min(720px, 100%);
  height: 560px;
  margin: 0 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(119, 201, 255, .32);
  border-radius: 14px;
  background:
    radial-gradient(circle at 70% 10%, rgba(46, 139, 255, .2), transparent 36%),
    linear-gradient(145deg, rgba(3, 30, 77, .8), rgba(2, 15, 43, .92));
  box-shadow: 0 28px 70px rgba(0, 7, 28, .22), inset 0 0 40px rgba(37, 123, 255, .1);
}

.chatbot-demo-sidebar {
  display: grid;
  grid-template-rows: 54px 1fr;
  justify-items: center;
  gap: 12px;
  padding: 18px 12px;
  border-right: 1px solid rgba(119, 201, 255, .18);
  background: rgba(0, 14, 39, .34);
}

.chatbot-logo-dot {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
}

.chatbot-logo-dot img,
.chatbot-demo-sidebar img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.chatbot-demo-sidebar nav {
  display: grid;
  gap: 12px;
  width: 100%;
}

.chatbot-demo-sidebar nav span {
  min-height: 52px;
  display: grid;
  place-items: center;
  gap: 4px;
  border-radius: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 750;
}

.chatbot-demo-sidebar nav span.is-active {
  color: #fff;
  background: linear-gradient(180deg, #1267f1, #0642a7);
  box-shadow: 0 12px 26px rgba(8, 82, 220, .24);
}

.chatbot-demo-main {
  min-width: 0;
  display: grid;
  grid-template-rows: 58px minmax(0, 1fr) 66px;
  padding: 18px 22px 14px;
}

.chatbot-demo-main header {
  display: flex;
  align-items: flex-start;
  color: #fff;
}

.chatbot-demo-main header strong {
  display: block;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.online-dot {
  position: relative;
  display: inline-block;
  margin-top: 7px;
  padding-left: 17px;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 650;
}

.online-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1cc978;
  transform: translateY(-50%);
}

.demo-chat-stream {
  min-height: 0;
  overflow: hidden;
  padding: 0 4px 0 0;
}

.demo-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.demo-row p {
  margin: 0;
  max-width: 415px;
  padding: 9px 13px;
  border-radius: 11px;
  color: #071a42;
  background: #f6f8fc;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 750;
}

.demo-row time {
  color: rgba(255, 255, 255, .52);
  font-size: 11px;
  white-space: nowrap;
}

.demo-row.user {
  justify-content: flex-end;
}

.demo-row.user p {
  color: #fff;
  background: linear-gradient(180deg, #267dff, #0754e8);
}

.demo-row.short p {
  max-width: 230px;
}

.demo-row.compact {
  margin-bottom: 6px;
}

.demo-row.compact p {
  padding: 8px 12px;
}

.bot-avatar {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(119, 201, 255, .4);
  background: rgba(255, 255, 255, .08);
}

.bot-avatar img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.booking-widget,
.booking-confirm {
  margin: 0 auto 8px 42px;
  width: min(390px, calc(100% - 62px));
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  color: #061f55;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.booking-widget small {
  display: block;
  color: #647997;
  font-size: 12px;
  font-weight: 750;
}

.booking-widget strong,
.booking-confirm strong {
  display: block;
  margin-top: 5px;
  color: #061f55;
  font-size: 15px;
  line-height: 1.32;
  font-weight: 900;
}

.booking-times {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.booking-times button,
.booking-submit,
.booking-confirm button {
  border: 1px solid #c4d4ea;
  border-radius: 7px;
  background: #f8fbff;
  color: #0754e8;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
}

.booking-times button {
  min-height: 28px;
}

.booking-times button.is-selected,
.booking-submit {
  border-color: #0754e8;
  background: #0754e8;
  color: #fff;
}

.booking-submit {
  min-height: 30px;
  margin-top: 7px;
  padding: 0 18px;
}

.booking-confirm {
  position: relative;
  min-height: 78px;
}

.booking-confirm span {
  display: block;
  margin-top: 5px;
  color: #294367;
  font-size: 12px;
  line-height: 1.32;
  font-weight: 650;
}

.booking-confirm em {
  position: absolute;
  right: 14px;
  top: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #10a566;
  color: #fff;
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.booking-confirm button {
  position: absolute;
  right: 14px;
  bottom: 11px;
  min-height: 26px;
  padding: 0 12px;
  border-color: #061f55;
  background: #061f55;
  color: #fff;
}

.chatbot-demo-main footer {
  display: grid;
  gap: 6px;
  align-content: end;
}

.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quick-actions span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  font-size: 10px;
  font-weight: 750;
}

.chat-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 9px;
  color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .04);
  font-size: 12px;
  font-weight: 650;
}

.chat-input span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .14);
}

.chatbot-inquiry-section,
.chatbot-process-section {
  background: #fff;
}

.chatbot-inquiry-section .conversion-heading,
.chatbot-process-section .conversion-heading {
  margin-bottom: 24px;
}

.chatbot-inquiry-section .conversion-heading h2,
.chatbot-process-section .conversion-heading h2,
.chatbot-benefit-copy h2 {
  margin: 0;
  color: #061f55;
  font-size: clamp(28px, 2.55vw, 34px);
  line-height: 1.28;
  font-weight: 900;
}

.chatbot-inquiry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.chatbot-inquiry-card {
  min-height: 214px;
  padding: 22px 24px;
  border: 1px solid rgba(0, 67, 190, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 41, 116, .06);
}

.chatbot-inquiry-card h3 {
  margin: 0 0 18px;
  color: #0754e8;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 900;
}

.mini-chat {
  display: grid;
  gap: 14px;
}

.mini-chat p {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  color: #102a55;
  background: #f1f5fb;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 750;
}

.mini-chat .mini-user {
  margin-left: auto;
}

.mini-chat img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.mini-chat .mini-bot {
  background: #f5f7fb;
}

.mini-chat span {
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  color: #9aacbf;
  background: #f1f5fb;
  letter-spacing: 3px;
}

.chatbot-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.chatbot-process-card {
  min-height: 156px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 25px 28px;
  border: 1px solid rgba(0, 67, 190, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 41, 116, .06);
}

.chatbot-process-card img {
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50%;
  background: #eef5ff;
  object-fit: contain;
}

.chatbot-process-card h3 {
  margin: 0;
  color: #0754e8;
  font-size: 21px;
  line-height: 1.32;
  font-weight: 900;
}

.chatbot-process-card p {
  margin: 9px 0 0;
  color: #223a60;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 650;
}

.chatbot-process-card div div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.chatbot-process-card span {
  padding: 6px 9px;
  border-radius: 6px;
  background: #edf4ff;
  color: #0754e8;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.chatbot-process-grid .process-arrow {
  display: grid;
  place-items: center;
  color: #0754e8;
  font-size: 38px;
  line-height: 1;
}

.chatbot-benefit-section {
  background: linear-gradient(180deg, #f5f9ff, #fff);
}

.chatbot-benefit-layout {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.chatbot-benefit-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  padding-right: 24px;
}

.chatbot-benefit-copy p {
  margin: 22px 0 0;
  color: #243d63;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 650;
}

.chatbot-benefit-card {
  min-height: 220px;
  padding: 32px 28px;
  border: 1px solid rgba(0, 67, 190, .12);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 41, 116, .06);
}

.chatbot-benefit-card img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin-bottom: 20px;
}

.chatbot-benefit-card h3 {
  margin: 0;
  color: #061f55;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

.chatbot-benefit-card p {
  margin: 14px 0 0;
  color: #293f64;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 650;
}

.chatbot-contact-section {
  background: #fff;
}

@media (max-width: 1180px) {
  .chatbot-hero-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 52px 0;
  }

  .chatbot-demo {
    margin: 0;
  }

  .chatbot-inquiry-grid,
  .chatbot-benefit-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chatbot-benefit-copy {
    grid-column: 1 / -1;
    min-height: auto;
    padding-right: 0;
  }

  .chatbot-process-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin: 0 auto;
  }

  .chatbot-process-grid .process-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 760px) {
  .page-ai-chatbot .conversion-hero {
    min-height: auto;
  }

  .chatbot-hero-inner {
    min-height: auto;
    padding: 42px 0 38px;
  }

  .page-ai-chatbot .conversion-hero h1 {
    font-size: 30px;
    line-height: 1.32;
  }

  .page-ai-chatbot .conversion-desc {
    font-size: 15px;
  }

  .chatbot-hero-emphasis {
    font-size: 21px;
  }

  .chatbot-proof-tags span {
    width: 100%;
  }

  .chatbot-demo {
    grid-template-columns: 1fr;
    height: auto;
    border-radius: 12px;
  }

  .chatbot-demo-sidebar {
    display: none;
  }

  .chatbot-demo-main {
    grid-template-rows: auto auto auto;
    padding: 20px 16px 16px;
  }

  .demo-row {
    align-items: flex-start;
  }

  .demo-row p {
    max-width: 100%;
    font-size: 13px;
  }

  .demo-row time {
    display: none;
  }

  .booking-widget,
  .booking-confirm {
    width: 100%;
    margin-left: 0;
  }

  .booking-times {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-actions {
    display: none;
  }

  .chatbot-inquiry-grid,
  .chatbot-benefit-layout {
    grid-template-columns: 1fr;
  }

  .chatbot-process-card {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: auto;
    padding: 22px;
  }

  .chatbot-process-card img {
    width: 48px;
    height: 48px;
  }

  .chatbot-benefit-card {
    min-height: auto;
    padding: 28px 24px;
  }
}

/* Visual IVR conversion page */
.page-vivr .conversion-hero {
  min-height: 650px;
  overflow: hidden;
}

.page-vivr .conversion-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 48%, rgba(31, 122, 255, .22), transparent 28%),
    linear-gradient(90deg, rgba(1, 13, 42, .98) 0%, rgba(2, 26, 73, .9) 52%, rgba(1, 14, 45, .78) 100%);
  z-index: 0;
}

.vivr-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 56px));
  display: grid;
  grid-template-columns: minmax(440px, .88fr) minmax(560px, 1.12fr);
  gap: 52px;
  min-height: 650px;
  padding: 44px 0 46px;
}

.page-vivr .conversion-hero-copy {
  max-width: 610px;
}

.page-vivr .conversion-eyebrow {
  color: #1f8bff;
  font-size: 20px;
  letter-spacing: 0;
}

.page-vivr .conversion-hero h1 {
  margin-top: 22px;
  font-size: clamp(40px, 3.6vw, 54px);
  line-height: 1.26;
}

.page-vivr .conversion-lead {
  margin-top: 24px;
  max-width: 590px;
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  line-height: 1.85;
  font-weight: 650;
}

.page-vivr .conversion-actions {
  margin-top: 30px;
}

.page-vivr .conversion-actions .btn-outline {
  color: #fff;
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .38);
}

.vivr-hero-visual {
  position: relative;
  min-height: 560px;
  align-self: center;
}

.vivr-hero-visual::before {
  content: "";
  position: absolute;
  left: 4%;
  right: -6%;
  bottom: -4%;
  height: 42%;
  background:
    repeating-linear-gradient(165deg, rgba(22, 123, 255, .26) 0 1px, transparent 1px 22px),
    radial-gradient(ellipse at center, rgba(31, 122, 255, .34), transparent 64%);
  transform: perspective(560px) rotateX(62deg);
  transform-origin: center bottom;
  opacity: .78;
}

.vivr-orbit-ring {
  position: absolute;
  left: 27%;
  right: 18%;
  bottom: 9%;
  height: 118px;
  border: 1px solid rgba(43, 145, 255, .36);
  border-radius: 50%;
  box-shadow: 0 0 38px rgba(18, 115, 255, .36), inset 0 0 24px rgba(18, 115, 255, .2);
  transform: perspective(520px) rotateX(68deg);
}

.vivr-phone {
  position: absolute;
  left: 50%;
  top: 14px;
  width: 300px;
  min-height: 510px;
  margin: 0;
  padding: 24px 22px 22px;
  border: 9px solid #10131d;
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 0%, rgba(56, 145, 255, .26), transparent 36%),
    linear-gradient(180deg, #061d4e, #020b22 82%);
  box-shadow: 0 34px 64px rgba(0, 0, 0, .42), inset 0 0 0 1px rgba(255, 255, 255, .14);
  transform: translateX(-50%) rotate(4deg);
  color: #fff;
}

.vivr-phone::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, .28);
  pointer-events: none;
}

.vivr-phone-notch {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 90px;
  height: 22px;
  border-radius: 999px;
  background: #050711;
  transform: translateX(-50%);
}

.vivr-phone-status {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .92);
  font-size: 11px;
  font-weight: 800;
}

.vivr-phone-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  font-weight: 850;
}

.vivr-phone-brand img {
  width: 78px;
  height: auto;
}

.vivr-phone h2 {
  margin: 18px 0 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.28;
  text-align: center;
  font-weight: 900;
}

.vivr-phone p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}

.vivr-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.vivr-menu-grid button {
  min-height: 106px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 14px 8px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #eef4ff);
  color: #061f55;
  font: inherit;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(0, 61, 184, .12), 0 12px 20px rgba(0, 0, 0, .2);
}

.vivr-menu-grid img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.vivr-phone .vivr-phone-helper {
  margin-top: 22px;
  color: rgba(255, 255, 255, .82);
}

.vivr-safe-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 26px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
}

.vivr-safe-note img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
}

.vivr-floating-card {
  position: absolute;
  z-index: 2;
  min-width: 148px;
  padding: 18px 18px;
  border: 1px solid rgba(120, 197, 255, .25);
  border-radius: 12px;
  background: rgba(2, 24, 69, .72);
  color: #fff;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .2), inset 0 0 24px rgba(31, 122, 255, .08);
  backdrop-filter: blur(8px);
}

.vivr-floating-card img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.vivr-floating-card span,
.vivr-floating-card strong {
  display: block;
}

.vivr-floating-card span {
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 750;
}

.vivr-floating-card strong {
  margin-top: 6px;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

.vivr-floating-card.wait {
  left: 8%;
  top: 132px;
}

.vivr-floating-card.call {
  left: 1%;
  bottom: 142px;
  min-width: 170px;
}

.vivr-floating-card.reserve {
  right: 1%;
  top: 118px;
  min-width: 170px;
}

.vivr-floating-card.secure {
  right: 3%;
  bottom: 158px;
  min-width: 178px;
}

.vivr-problem-section,
.vivr-contact-section {
  background: #fff;
}

.page-vivr .conversion-heading {
  margin-bottom: 24px;
}

.page-vivr .conversion-heading h2 {
  margin: 0;
  color: #061f55;
  font-size: clamp(28px, 2.45vw, 34px);
  line-height: 1.28;
  font-weight: 900;
}

.vivr-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.vivr-soft-card,
.vivr-flow-card,
.vivr-result-card {
  border: 1px solid rgba(0, 67, 190, .13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(0, 41, 116, .05);
}

.vivr-soft-card {
  min-height: 132px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 24px 26px;
}

.vivr-soft-card img,
.vivr-flow-card img,
.vivr-result-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.vivr-soft-card h3,
.vivr-flow-card h3,
.vivr-result-card h3 {
  margin: 0;
  color: #0754e8;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 900;
}

.vivr-soft-card p,
.vivr-flow-card p,
.vivr-result-card p {
  margin: 9px 0 0;
  color: #223a60;
  font-size: 14px;
  line-height: 1.62;
  font-weight: 650;
}

.vivr-soft-card p,
.vivr-flow-card p {
  grid-column: 2;
}

.vivr-flow-section {
  background: linear-gradient(180deg, #f4f9ff, #fff);
}

.vivr-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.vivr-flow-card {
  position: relative;
  min-height: 136px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 24px 26px;
}

.vivr-flow-card:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -23px;
  top: 50%;
  color: #0754e8;
  font-size: 24px;
  font-weight: 900;
  transform: translateY(-50%);
}

.vivr-dark-band {
  background:
    radial-gradient(circle at 78% 28%, rgba(31, 122, 255, .22), transparent 34%),
    linear-gradient(180deg, #041844, #020b27);
}

.vivr-dark-band .conversion-heading h2 {
  color: #fff;
}

.vivr-dark-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vivr-dark-grid article {
  min-height: 132px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid rgba(145, 204, 255, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
}

.vivr-dark-grid img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.vivr-dark-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 900;
}

.vivr-dark-grid p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.62;
  font-weight: 650;
}

.vivr-result-section {
  background:
    linear-gradient(180deg, #fff, #f6faff);
}

.vivr-result-layout {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.vivr-result-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
  padding-right: 26px;
  background:
    radial-gradient(ellipse at 42% 88%, rgba(31, 122, 255, .14), transparent 52%);
}

.vivr-result-copy h2 {
  margin: 0;
  color: #061f55;
  font-size: clamp(30px, 2.9vw, 40px);
  line-height: 1.3;
  font-weight: 900;
}

.vivr-result-copy p {
  margin: 22px 0 0;
  color: #243d63;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 650;
}

.vivr-result-card {
  min-height: 230px;
  padding: 34px 28px;
  text-align: center;
}

.vivr-result-card img {
  width: 64px;
  height: 64px;
  padding: 12px;
  border-radius: 50%;
  background: #eef5ff;
  margin-bottom: 20px;
}

.vivr-result-card h3 {
  color: #061f55;
  font-size: 20px;
}

@media (max-width: 1180px) {
  .vivr-hero-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 52px 0 58px;
  }

  .page-vivr .conversion-hero-copy {
    max-width: 720px;
  }

  .vivr-hero-visual {
    min-height: 590px;
  }

  .vivr-problem-grid,
  .vivr-flow-grid,
  .vivr-result-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vivr-result-copy {
    grid-column: 1 / -1;
    min-height: auto;
    padding-right: 0;
  }

  .vivr-dark-grid {
    grid-template-columns: 1fr;
  }

  .vivr-flow-card:not(:last-child)::after {
    content: none;
  }
}

@media (max-width: 760px) {
  .page-vivr .conversion-hero {
    min-height: auto;
  }

  .vivr-hero-inner {
    width: min(1280px, calc(100% - 36px));
    min-height: auto;
    padding: 42px 0 46px;
  }

  .page-vivr .conversion-hero h1 {
    font-size: 31px;
    line-height: 1.32;
  }

  .page-vivr .conversion-lead {
    font-size: 15px;
  }

  .page-vivr .conversion-hero-copy,
  .page-vivr .conversion-actions,
  .vivr-hero-visual {
    width: min(100%, calc(100vw - 36px));
    max-width: calc(100vw - 36px);
    min-width: 0;
  }

  .page-vivr .conversion-actions .btn {
    width: 100%;
    max-width: calc(100vw - 36px);
  }

  .page-vivr .conversion-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .vivr-hero-visual {
    min-height: 610px;
    overflow: hidden;
  }

  .vivr-phone {
    left: 50%;
    width: 276px;
    min-height: 500px;
    transform: translateX(-50%) rotate(2deg);
  }

  .vivr-floating-card {
    display: none;
  }

  .vivr-orbit-ring {
    left: 8%;
    right: 8%;
  }

  .vivr-problem-grid,
  .vivr-flow-grid,
  .vivr-result-layout {
    grid-template-columns: 1fr;
  }

  .vivr-soft-card,
  .vivr-flow-card,
  .vivr-dark-grid article {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 22px;
  }

  .vivr-result-card {
    min-height: auto;
    padding: 28px 24px;
  }
}
