/* 외부 서비스 연동(Zoom·Teams·Webex) — B2B 온프레미스와 동일 배경 톤 */

body.page-meet-integrations::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: 0;
  pointer-events: none;
  background-color: #000;
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 1440px) {
  body.page-meet-integrations::before {
    background-attachment: scroll, scroll;
  }
}

.page-meet-integrations {
  margin: 0;
  background-color: transparent;
  color: #fff;
  overflow-x: hidden;
}

.meet-root {
  position: relative;
  min-height: 100vh;
  background: transparent;
}

.meet-main {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.page-meet-integrations .header_block {
  padding-bottom: 0;
}

.page-meet-integrations .footer_widget,
.page-meet-integrations .inquire_footer {
  position: relative;
  z-index: 1;
}

/* 히어로 — Figma Frame 1488 */
.meet-hero {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: calc(100vh - 80px);
  min-height: calc(100dvh - 80px);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.meet-hero-inner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  padding: 0 24px;
  box-sizing: border-box;
}

.meet-hero-copy {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
}

.meet-hero-copy-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
  flex: 1;
  min-height: 0;
  justify-content: center;
}

/* 온프레미스 히어로와 동일: 하단 스크롤 힌트(아이콘만 GSAP) */
.meet-hero-scroll-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding-top: 24px;
  flex-shrink: 0;
}

.meet-hero-scroll-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 12px;
  cursor: default;
  box-sizing: border-box;
  background: transparent;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
}

.meet-hero-scroll-btn:hover,
.meet-hero-scroll-btn:active,
.meet-hero-scroll-btn:focus,
.meet-hero-scroll-btn:focus-visible {
  background: transparent;
  outline: none;
  box-shadow: none;
}

.meet-hero-scroll-icon {
  display: block;
  width: 36px;
  height: 36px;
}

.meet-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #4173fa;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.4;
}

.meet-hero-badge svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.meet-hero-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1px;
  color: #fff;
}

.meet-hero-title .meet-accent {
  color: #4173fa;
}

.meet-hero-lead {
  margin: 0;
  max-width: 906px;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  line-height: 1.55;
  color: #c8c8c8;
  letter-spacing: -0.4px;
}

.meet-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 149px;
  margin-top: 8px;
  padding: 10px 30px;
  height: 48px;
  box-sizing: border-box;
  border: 1px solid #4173fa;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.4px;
  text-decoration: none;
  cursor: pointer;
}

.meet-hero-cta:hover {
  background: rgba(255, 255, 255, 0.16);
}

/* 본문: 연동 블록 */
.meet-sections {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  padding: 0 24px 120px;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
}

.meet-block {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.meet-block-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Figma Frame 1490: 아이콘 — 20px — (제목 — 20px — 가이드) 한 그룹 */
.meet-block-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.meet-title-guide-pair {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.meet-block-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}

.meet-block-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.meet-title-guide-pair h2 {
  margin: 0;
  flex: 0 1 auto;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.6px;
  color: #fff;
}

.meet-guide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px 12px;
  min-height: 42px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #4173fa;
  background: rgba(65, 115, 250, 0.15);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}

.meet-guide-btn:hover {
  background: rgba(65, 115, 250, 0.28);
}

.meet-block-lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #c8c8c8;
  letter-spacing: -0.4px;
  max-width: 800px;
}

/* Figma 1458:309 — Teams 리드 + 초록 B2B 안내 (한 줄) */
.meet-block-lead-inline {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
  font-weight: 500;
  max-width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.meet-block-lead-inline .meet-block-lead-main {
  color: #c8c8c8;
  flex-shrink: 0;
}

.meet-block-lead-inline .meet-block-lead-emphasis {
  color: #40ad00;
  flex-shrink: 0;
}

@media screen and (max-width: 599px) {
  .meet-block-lead-inline {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 8px;
    white-space: normal;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-overflow-scrolling: auto;
  }

  .meet-block-lead-inline .meet-block-lead-main,
  .meet-block-lead-inline .meet-block-lead-emphasis {
    flex-shrink: 1;
    min-width: 0;
    width: 100%;
    white-space: normal;
  }
}

.meet-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

.meet-step-card {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 24px;
  backdrop-filter: blur(22.5px);
  -webkit-backdrop-filter: blur(22.5px);
  background: rgba(255, 255, 255, 0.1);
}

.meet-step-visual {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meet-step-visual img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  display: block;
}

.meet-step-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  flex: 1;
}

.meet-step-body h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  color: #4173fa;
  letter-spacing: -0.5px;
}

.meet-step-sub {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
  letter-spacing: -0.4px;
}

.meet-step-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #ddd;
  letter-spacing: -0.4px;
}

/* FAQ — B2B와 동일 계열 */
.meet-faq {
  align-self: stretch;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.meet-faq-heading {
  width: 100%;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.8px;
}

.meet-faq-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  backdrop-filter: blur(22.5px);
  -webkit-backdrop-filter: blur(22.5px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 60px 48px;
  box-sizing: border-box;
}

.meet-faq-item h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  color: #4173fa;
  letter-spacing: -0.6px;
}

.meet-faq-item p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .meet-steps {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
  }

  .meet-step-card {
    min-height: auto;
  }
}

@media screen and (max-width: 1079px) {
  .meet-hero {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 48px;
  }

  .meet-hero-scroll-wrap {
    margin-top: 16px;
    padding-top: 16px;
  }

  .meet-sections {
    gap: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 599px) {
  .meet-faq-item {
    padding: 36px 24px;
  }

  .meet-faq-heading {
    font-size: 26px;
  }

  .meet-block-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .meet-title-guide-pair {
    width: 100%;
    gap: 12px 16px;
  }
}

/* Webex 실시간 STT 번역 — Embedded App / Service App */
.meet-stt {
  gap: 40px;
}

.meet-stt-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.meet-stt-titlewrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.meet-stt-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  background: #4173fa;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.4px;
  white-space: nowrap;
}

.meet-stt-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}

.meet-stt-title {
  margin: 0;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.6px;
  color: #fff;
}

.meet-stt-title-en {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #9aa0aa;
}

.meet-stt-desc {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: #c8c8c8;
}

.meet-stt-desc-accent {
  color: #40ad00;
}

.meet-stt-desc-en {
  display: block;
  margin-top: 6px;
  color: #9aa0aa;
  font-weight: 400;
}

/* 방법 블록 (Embedded App / Service App) */
.meet-stt-method {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.meet-stt-method-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.meet-stt-method-titlerow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.meet-stt-method-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #4173fa;
}

.meet-stt-method-sub {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #fff;
}

.meet-stt-method-sub-en {
  display: block;
  margin-top: 4px;
  color: #9aa0aa;
  font-weight: 400;
}

.meet-stt-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

/* 박스형 스텝 카드 */
.meet-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.meet-flow--four {
  grid-template-columns: repeat(4, 1fr);
}

.meet-flow-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.meet-flow-node {
  display: flex;
}

.meet-flow-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #4173fa;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.meet-flow-kr {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #fff;
}

.meet-flow-en {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.2px;
  color: #9aa0aa;
}

.meet-stt-note {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .meet-flow {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 899px) {
  .meet-flow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 599px) {
  .meet-flow {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }

  .meet-stt-method-titlerow {
    flex-direction: column;
    align-items: flex-start;
  }

  .meet-stt-actions {
    width: 100%;
  }

  .meet-stt-actions .meet-guide-btn {
    flex: 1 1 0;
  }

  .meet-stt-note {
    font-size: 17px;
  }
}
