:root {
  --blue: #0066CC;
  --blue-dark: #004999;
  --navy: #0F172A;
  --gray: #64748B;
  --light: #F8FAFC;
  --white: #fff;
  --kakao: #FEE500;
  --font: 'Noto Sans KR', sans-serif;
  --max: 1080px;
  --header-max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font); color: var(--navy); line-height: 1.6; background: var(--white); -webkit-font-smoothing: antialiased; word-break: keep-all; overflow-wrap: break-word; }
body.menu-open,
body.inquiry-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* Logo */
.logo {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
}
.logo--shine {
  animation: logoFloat 3s ease-in-out infinite;
}
.logo__spark {
  position: absolute;
  top: -2px;
  right: -6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, #60A5FA 55%, transparent 70%);
  animation: logoSparkle 2.2s ease-in-out infinite;
  pointer-events: none;
}
.logo--shine::after {
  content: '';
  position: absolute;
  inset: -4px -8px;
  background: linear-gradient(105deg, transparent 40%, rgba(96,165,250,0.35) 50%, transparent 60%);
  transform: translateX(-120%);
  animation: logoShine 3.5s ease-in-out infinite;
  pointer-events: none;
}
.logo__en { font-size: 1.125rem; font-weight: 800; font-style: italic; color: var(--blue); position: relative; z-index: 1; }
.logo__ko { font-size: 0.65rem; color: #94A3B8; position: relative; z-index: 1; }
@keyframes logoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@keyframes logoSparkle {
  0%, 100% { opacity: 0; transform: scale(0.4); }
  45%, 55% { opacity: 1; transform: scale(1.2); }
}
@keyframes logoShine {
  0% { transform: translateX(-120%); }
  35%, 100% { transform: translateX(120%); }
}

/* Topbar */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background 0.4s ease, border-color 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
}
.topbar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.42) 0%, rgba(15, 23, 42, 0.12) 55%, transparent 100%);
  opacity: 1;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}
.topbar.is-scrolled,
.topbar.is-menu-open {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}
.topbar.is-scrolled::before,
.topbar.is-menu-open::before {
  opacity: 0;
}
.topbar__inner {
  position: relative;
  z-index: 1;
  max-width: var(--header-max);
  margin: 0 auto;
  padding: 12px 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}
.topbar__nav-links a,
.nav-drawer__link,
.topbar__cta-label,
.topbar__cta-num,
.logo__en,
.logo__ko,
.topbar__menu {
  transition: color 0.35s ease, text-shadow 0.35s ease;
}

/* 투명 헤더: 히어로 위에서 밝은 텍스트 */
.topbar:not(.is-scrolled):not(.is-menu-open) .logo__en {
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.topbar:not(.is-scrolled):not(.is-menu-open) .logo__ko {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.topbar:not(.is-scrolled):not(.is-menu-open) .topbar__nav-links a,
.topbar:not(.is-scrolled):not(.is-menu-open) .nav-drawer__link {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.topbar:not(.is-scrolled):not(.is-menu-open) .topbar__nav-links a:hover,
.topbar:not(.is-scrolled):not(.is-menu-open) .nav-drawer__link:hover {
  color: #93C5FD;
}
.topbar:not(.is-scrolled):not(.is-menu-open) .topbar__cta-label {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.topbar:not(.is-scrolled):not(.is-menu-open) .topbar__cta-num {
  background: linear-gradient(
    120deg,
    #93C5FD 0%,
    #FFFFFF 25%,
    #BFDBFE 45%,
    #FFFFFF 55%,
    #60A5FA 75%,
    #93C5FD 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 0 14px rgba(147, 197, 253, 0.65)) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
  animation: ctaPhoneGradient 3.5s ease-in-out infinite;
}
.topbar:not(.is-scrolled):not(.is-menu-open) .topbar__cta-num-wrap::after {
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.85) 50%, transparent 70%);
}
.topbar:not(.is-scrolled):not(.is-menu-open) .phone-call-icon--md {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
}
.topbar:not(.is-scrolled):not(.is-menu-open) .topbar__menu {
  color: #fff;
}
.topbar:not(.is-scrolled):not(.is-menu-open) .topbar__menu:hover {
  background: rgba(255, 255, 255, 0.12);
}
.topbar__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.topbar__nav a {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
  transition: color 0.2s;
}
.topbar__nav-links a:hover,
.nav-drawer__link:hover { color: var(--blue); }

.nav-drawer__thumb { display: none; }
.nav-drawer__link { text-decoration: none; color: inherit; }
.nav-drawer__label { white-space: nowrap; }

/* 전화·카카오 아이콘 — 동일 크기 */
.phone-call-icon,
.kakao-icon {
  display: block;
  object-fit: contain;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}
.phone-call-icon--md,
.kakao-icon--md {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}
.phone-call-icon--md {
  position: relative;
  z-index: 3;
}
.phone-call-icon--lg,
.kakao-icon--lg {
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
}
.phone-call-icon--lg {
  filter: drop-shadow(0 3px 10px rgba(52, 199, 89, 0.45));
}
.kakao-icon--lg {
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.12));
}
.btn--icon .phone-call-icon,
.btn--icon .kakao-icon { width: 26px; height: 26px; }
.float-cta__btn .phone-call-icon,
.float-cta__btn .kakao-icon { width: 52px; height: 52px; }
.mobile-inquiry__action .phone-call-icon,
.mobile-inquiry__action .kakao-icon { width: 52px; height: 52px; }

.topbar__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  padding: 4px 0;
  background: transparent;
  border: none;
  border-radius: 0;
  color: var(--navy);
  transition: opacity 0.2s;
  flex-shrink: 0;
  text-decoration: none;
}
.topbar__cta-label {
  font-size: 0.875rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.03em;
  line-height: 1.3;
  white-space: nowrap;
}
.topbar__cta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  position: relative;
  overflow: visible;
}
.topbar__cta-num-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 4px;
}
.topbar__cta-num-wrap::after {
  content: '';
  position: absolute;
  inset: -4px -30%;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.65) 50%, transparent 65%);
  transform: translateX(-130%);
  animation: ctaPhoneShine 2.8s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
.topbar__cta-row .phone-call-icon--md {
  flex-shrink: 0;
}
.topbar__cta-num {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  background: linear-gradient(
    120deg,
    #004999 0%,
    #0066CC 22%,
    #38BDF8 45%,
    #0088EE 55%,
    #0066CC 78%,
    #004999 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: ctaPhoneGradient 3.5s ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(0, 102, 204, 0.4));
}
@keyframes ctaPhoneGradient {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}
@keyframes ctaPhoneShine {
  0% { transform: translateX(-130%); }
  38%, 100% { transform: translateX(130%); }
}
.topbar__cta:hover .topbar__cta-num {
  filter: drop-shadow(0 0 16px rgba(0, 102, 204, 0.55));
}
.topbar__menu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 10px;
  color: var(--navy);
  transition: background 0.2s;
}
.topbar__menu:hover { background: #F1F5F9; }
.topbar__menu svg { display: block; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px 32px; border-radius: 50px;
  font-size: 1.0625rem; font-weight: 700; transition: 0.2s;
}
.btn--icon img { width: 26px; height: 26px; object-fit: contain; }
.btn--white { background: var(--white); color: var(--navy); }
.btn--white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.btn--outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.8); }
.btn--outline:hover { background: rgba(255,255,255,0.15); }
.btn--primary { background: var(--blue); color: var(--white); }
.btn--primary:hover { background: var(--blue-dark); }
.btn--kakao { background: var(--kakao); color: #3C1E1E; }
.btn--full { width: 100%; }

/* Shine buttons */
.btn-shine,
.btn-shine-outline,
.btn-shine-kakao {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.btn-shine > *,
.btn-shine-outline > *,
.btn-shine-kakao > * {
  position: relative;
  z-index: 2;
}
.btn-shine::before,
.topbar__cta.btn-shine::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,0.45) 50%, transparent 65%);
  transform: translateX(-120%);
  animation: btnShine 2.8s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
.btn--primary.btn-shine {
  background: linear-gradient(135deg, var(--blue) 0%, #0088EE 50%, var(--blue-dark) 100%);
  background-size: 200% 200%;
  animation: gradientPulse 4s ease infinite;
}
.btn--white.btn-shine {
  background: linear-gradient(135deg, #fff 0%, #F0F7FF 50%, #fff 100%);
  background-size: 200% 200%;
  animation: gradientPulse 4s ease infinite;
}
.btn-shine-kakao {
  background: linear-gradient(135deg, #FEE500 0%, #FFF176 50%, #FEE500 100%);
  background-size: 200% 200%;
  animation: gradientPulse 4s ease infinite;
}
.btn-shine-outline {
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.08) 100%);
  background-size: 200% 200%;
  animation: gradientPulse 4s ease infinite;
}
@keyframes btnShine {
  0% { transform: translateX(-120%); }
  40%, 100% { transform: translateX(120%); }
}
@keyframes gradientPulse {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Scroll reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-left { transform: translateX(-40px); }
.reveal-right { transform: translateX(40px); }
.reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* Hero typing */
.hero__title-typed { display: inline; }
.hero__title-typed em { color: #60A5FA; font-style: normal; }
.hero__cursor {
  display: inline-block;
  color: #60A5FA;
  font-weight: 300;
  animation: blink 0.8s step-end infinite;
  margin-left: 2px;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 2px 8px rgba(0, 0, 0, 0.8),
    0 4px 14px rgba(0, 0, 0, 0.55);
}
.hero__cursor.is-done { opacity: 0; animation: none; }
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.topbar__nav-close { display: none; }
.topbar__nav-links { display: contents; }
.topbar__nav-logo { display: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn-shine::before, .topbar__cta.btn-shine::before { animation: none; }
  .btn--primary.btn-shine, .btn--white.btn-shine, .btn-shine-kakao, .btn-shine-outline { animation: none; }
  .hero__cursor { display: none; }
  .logo--shine { animation: none; }
  .logo__spark { display: none; }
  .logo--shine::after { animation: none; }
  .topbar__cta-num { animation: none; background-position: 0% center; }
  .topbar__cta-num-wrap::after { animation: none; display: none; }
  .hero__bg { animation: none; transform: none; }
}

@keyframes heroBgZoomOut {
  from { transform: scale(1.14); }
  to { transform: scale(1); }
}

/* ===== SECTION 01: HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 64px;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('../assets/ai/hero_terminal.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.14);
  animation: heroBgZoomOut 7s ease-out forwards;
  will-change: transform;
}
.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.28);
  pointer-events: none;
}
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.58) 42%,
    rgba(15, 23, 42, 0.48) 100%
  );
}
.hero__content {
  position: relative; z-index: 2;
  max-width: var(--max); margin: 0 auto; width: 100%;
  text-align: center;
}
.hero__title {
  font-size: clamp(2.25rem, 7vw, 3.75rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.22;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 2px 8px rgba(0, 0, 0, 0.85),
    0 4px 16px rgba(0, 0, 0, 0.65),
    0 8px 32px rgba(0, 0, 0, 0.45);
}
.hero__title em { color: #60A5FA; font-style: normal; }
.hero__title-typed,
.hero__title-typed em {
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 2px 8px rgba(0, 0, 0, 0.85),
    0 4px 16px rgba(0, 0, 0, 0.65),
    0 8px 32px rgba(0, 0, 0, 0.45);
}
.hero__sub {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  color: rgba(255, 255, 255, 0.98);
  line-height: 1.65;
  margin-bottom: 32px;
  font-weight: 500;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.92),
    0 2px 6px rgba(0, 0, 0, 0.78),
    0 4px 14px rgba(0, 0, 0, 0.58),
    0 6px 24px rgba(0, 0, 0, 0.38);
}
.hero__sub .m-line {
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.92),
    0 2px 6px rgba(0, 0, 0, 0.78),
    0 4px 14px rgba(0, 0, 0, 0.58),
    0 6px 24px rgba(0, 0, 0, 0.38);
}
.hero__icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 auto 32px;
  max-width: 640px;
}
.hero__icon {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 12px;
  padding: 14px 8px;
  text-align: center;
  color: var(--white);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hero__icon img { width: 40px; height: 40px; object-fit: contain; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ===== SECTIONS ===== */
.section { padding: 80px 0; }
.section__title {
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.section__title.mob-phrases { line-height: 1.35; }
.section__desc.mob-phrases .m-line,
.hero__sub.mob-phrases .m-line { line-height: 1.7; }
.pain-closing.mob-phrases .m-line { line-height: 1.4; }
.section__title--center { text-align: center; }
.section__title--light { color: var(--white); }
.section__title em { color: var(--blue); font-style: normal; }
.section__desc {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 32px;
}
.section__desc--center { text-align: center; }

/* ===== SECTION 02: PAIN ===== */
.section--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
}
.section__img {
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.section__img img {
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: contain;
  border-radius: 8px;
}
.section__text {
  display: flex; flex-direction: column; justify-content: center;
  padding: 64px 48px;
  background: var(--light);
  text-align: center;
}
.pain-list { margin: 24px auto; max-width: 480px; text-align: left; }
.pain-list li {
  font-size: clamp(1rem, 2.5vw, 1.1875rem);
  color: #334155;
  padding: 14px 0;
  border-bottom: 1px solid #E2E8F0;
  display: flex; align-items: flex-start; gap: 12px;
  font-weight: 500;
}
.pain-list li::before {
  content: ''; width: 8px; height: 8px; background: var(--blue);
  border-radius: 50%; margin-top: 10px; flex-shrink: 0;
}
.pain-closing {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  color: var(--blue);
  line-height: 1.35;
  margin-top: 16px;
}

/* ===== SECTION 03: SOLUTION ===== */
.section--solution { background: var(--white); }
.solution-img {
  border-radius: 16px;
  margin-bottom: 40px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  background: var(--light);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-img img { width: 100%; height: auto; object-fit: contain; max-height: 480px; }
.flow {
  display: flex; align-items: flex-start; justify-content: center;
  flex-wrap: wrap; gap: 8px;
  margin-bottom: 32px;
}
.flow__item { text-align: center; width: 120px; }
.flow__circle {
  width: 72px; height: 72px;
  background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
  border: 2px solid rgba(0,102,204,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px;
  box-shadow: 0 4px 16px rgba(0,102,204,0.12);
}
.flow__circle img { width: 40px; height: 40px; object-fit: contain; }
.flow__item h4 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.flow__item p { font-size: 0.8125rem; color: var(--gray); }
.flow__arrow { font-size: 1.5rem; color: #CBD5E1; padding-top: 24px; }
.solution-note {
  text-align: center;
  font-size: 1.0625rem;
  color: var(--gray);
  line-height: 1.75;
  background: var(--light);
  padding: 24px;
  border-radius: 12px;
}

/* ===== SECTION 04: BENEFITS ===== */
.section--benefits { background: var(--light); }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.benefit-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.benefit-card__img {
  background: #F1F5F9;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}
.benefit-card__img img {
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: contain;
}
.benefit-card__text {
  padding: 24px;
  text-align: center;
}
.benefit-card__text h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 8px;
}
.benefit-card__text p { font-size: 1rem; color: var(--gray); line-height: 1.6; }

/* ===== SECTION 05: INDUSTRIES ===== */
.section--industries { text-align: center; }
.industry-groups { margin-top: 40px; display: flex; flex-direction: column; gap: 32px; align-items: center; width: 100%; }
.industry-group { width: 100%; max-width: 900px; }
.industry-group h4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #E8F2FC;
  width: 100%;
}
.industry-group h4 img { width: 28px; height: 28px; object-fit: contain; }
.industry-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.industry-card {
  border-radius: 12px;
  overflow: hidden;
  background: #F1F5F9;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  text-align: center;
}
.industry-card__img {
  width: 100%;
  padding: 12px 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  box-sizing: border-box;
}
.industry-card img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  margin: 0 auto;
}
.industry-card span {
  display: block;
  width: 100%;
  padding: 12px;
  text-align: center;
  color: var(--navy);
  font-size: 0.9375rem;
  font-weight: 700;
  background: var(--white);
}

/* ===== SECTION 06: PRODUCT ===== */
.section--product { background: var(--white); }
.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.product-img {
  text-align: center;
}
.product-img img {
  border-radius: 12px;
  margin: 0 auto 12px;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 360px;
}
.product-img__real { box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
.product-text { text-align: center; }
.product-model {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 20px;
}
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; justify-content: center; }
.tags span {
  padding: 8px 18px;
  background: #EFF6FF;
  color: var(--blue);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
}
.product-feats {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}
.product-feats li {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #334155;
  padding: 10px 0;
  padding-left: 24px;
  position: relative;
  border-bottom: 1px solid #F1F5F9;
}
.product-feats li::before {
  content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 800;
}

/* ===== SECTION 07: DASHBOARD ===== */
.section--dashboard { padding: 0; background: var(--light); }
.dashboard-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.dashboard-img {
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.dashboard-img img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
}
.dashboard-text {
  display: flex; flex-direction: column; justify-content: center;
  padding: 48px;
  text-align: center;
}
.dash-panel {
  background: var(--white);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #E2E8F0;
  margin-top: 20px;
  text-align: left;
}
.dash-panel__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.dash-stat {
  background: var(--light);
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}
.dash-stat span { display: block; font-size: 0.75rem; color: #94A3B8; margin-bottom: 4px; }
.dash-stat strong { font-size: 1.375rem; font-weight: 800; color: var(--blue); }
.dash-line {
  display: flex; justify-content: space-between;
  padding: 10px 0; border-bottom: 1px solid #F1F5F9;
  font-size: 0.875rem;
}

/* ===== SECTION 08: PROCESS ===== */
.section--process { background: var(--white); }
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.process-card {
  text-align: center;
  background: var(--light);
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 24px;
}
.process-card__img {
  background: var(--white);
  padding: 12px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-card__img img {
  width: 100%;
  height: auto;
  max-height: 130px;
  object-fit: contain;
}
.process-num {
  display: inline-block;
  width: 40px; height: 40px;
  background: var(--blue); color: var(--white);
  border-radius: 50%;
  font-size: 1rem; font-weight: 800;
  line-height: 40px;
  margin: 14px 0 10px;
}
.process-card h4 {
  font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
  font-weight: 800;
  margin-bottom: 8px;
  padding: 0 12px;
  line-height: 1.35;
  color: var(--navy);
}
.process-card p {
  font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
  color: #475569;
  padding: 0 12px;
  line-height: 1.55;
  font-weight: 500;
}

/* ===== SECTION 09: FAQ ===== */
.section--faq { background: var(--light); }
.faq-list { max-width: 760px; margin: 40px auto 0; }
.faq-item { border-bottom: 1px solid #E2E8F0; background: var(--white); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 22px 24px;
  text-align: left;
  font-size: 1.0625rem; font-weight: 700; color: var(--navy);
}
.faq-q svg { width: 20px; height: 20px; flex-shrink: 0; color: #94A3B8; transition: 0.3s; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s; }
.faq-item.open .faq-a { max-height: 300px; }
.faq-a p { padding: 0 24px 22px; font-size: 1rem; color: var(--gray); line-height: 1.7; }

/* ===== SECTION 10: CTA ===== */
.section--cta {
  background: linear-gradient(135deg, var(--navy) 0%, #1E3A5F 100%);
  padding: 80px 0;
}
.cta-desc {
  text-align: center;
  font-size: 1.1875rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.75;
  margin-bottom: 32px;
}
.cta-desc strong { color: var(--white); }
.contact-form {
  background: var(--white);
  border-radius: 20px;
  padding: 32px;
  max-width: 560px;
  margin: 0 auto 24px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 0.875rem; font-weight: 700; margin-bottom: 6px; color: #475569; }
.form-group input {
  width: 100%; padding: 14px 16px;
  border: 1px solid #E2E8F0; border-radius: 10px;
  font-size: 1rem; font-family: var(--font);
  outline: none;
}
.form-group input:focus { border-color: var(--blue); }
.form-note { margin-top: 16px; font-size: 0.8125rem; color: #94A3B8; text-align: center; line-height: 1.6; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===== FOOTER ===== */
.footer { padding: 40px 0 32px; border-top: 1px solid #E2E8F0; font-size: 0.75rem; color: #94A3B8; line-height: 1.8; text-align: center; }
.footer__logo { margin-bottom: 16px; display: flex; flex-direction: column; align-items: center; }
.footer__links { display: flex; gap: 16px; flex-wrap: wrap; margin: 16px 0 12px; justify-content: center; }
.footer__links a { color: #64748B; }
.footer__copy { font-size: 0.6875rem; }

/* ===== FLOAT CTA ===== */
.float-cta {
  position: fixed; bottom: 20px; right: 20px; z-index: 100;
  display: flex; flex-direction: column; gap: 10px;
}
.float-cta__btn {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.22);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}
.float-cta__btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,0.4) 50%, transparent 65%);
  transform: translateX(-120%);
  animation: btnShine 2.8s ease-in-out infinite;
}
.float-cta__btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 28px rgba(0,0,0,0.28);
}
.float-cta__btn img { object-fit: contain; }
.float-cta__btn--phone {
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.float-cta__btn--phone::before { display: none; }
.float-cta__btn--kakao {
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.float-cta__btn--kakao::before { display: none; }
.float-cta__btn--top {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--navy) 0%, #1E3A5F 100%);
  color: var(--white);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.35);
}
.float-cta__btn--top::before { display: none; }
.float-cta__btn--top .top-icon {
  display: block;
  line-height: 1;
}
.top-icon {
  font-family: var(--font);
  font-weight: 800;
}
.float-top-mobile {
  display: none;
}

/* 구절별 줄바꿈 (PC·모바일 공통) */
.mob-phrases {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.mob-phrases .m-line {
  display: block;
}
.section__text .mob-phrases,
.product-text .mob-phrases,
.dashboard-text .mob-phrases {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.section__title--center.mob-phrases,
.section__desc--center.mob-phrases {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.solution-note.mob-phrases,
.cta-desc.mob-phrases {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.solution-note.mob-phrases .m-line,
.cta-desc.mob-phrases .m-line {
  line-height: 1.75;
}
.hero__sub.mob-phrases {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.pain-closing.mob-phrases {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== MOBILE INQUIRY BAR (hidden on desktop) ===== */
.mobile-inquiry { display: none; }
.mobile-inquiry__bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 180;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 8px 14px calc(8px + env(safe-area-inset-bottom));
  background: transparent;
  backdrop-filter: none;
  border-top: none;
  box-shadow: none;
}
.mobile-inquiry__action {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s;
  position: relative;
  z-index: 2;
}
.mobile-inquiry__action:active { transform: scale(0.94); }
.mobile-inquiry__action--call {
  background: transparent;
  border: none;
  padding: 0;
  width: 52px;
  height: 52px;
  overflow: visible;
}
.mobile-inquiry__action--kakao {
  background: transparent;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}
.mobile-inquiry__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 12px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue) 0%, #0088EE 50%, var(--blue-dark) 100%);
  background-size: 200% 200%;
  animation: gradientPulse 4s ease infinite;
  color: var(--white);
  font-family: inherit;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 102, 204, 0.35);
}
.mobile-inquiry__main::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,0.4) 50%, transparent 65%);
  transform: translateX(-120%);
  animation: btnShine 2.8s ease-in-out infinite;
}
.mobile-inquiry__main span {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.mobile-inquiry__main small {
  position: relative;
  z-index: 1;
  font-size: 0.6875rem;
  font-weight: 500;
  opacity: 0.85;
}
.mobile-inquiry__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 190;
}
.mobile-inquiry__backdrop.is-open { opacity: 1; visibility: visible; }
.mobile-inquiry__sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: var(--white);
  border-radius: 24px 24px 0 0;
  padding: 12px 24px calc(24px + env(safe-area-inset-bottom));
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 -16px 48px rgba(15, 23, 42, 0.15);
  max-height: 85dvh;
  overflow-y: auto;
}
.mobile-inquiry__sheet.is-open { transform: translateY(0); }
.mobile-inquiry__handle {
  width: 40px;
  height: 4px;
  background: #E2E8F0;
  border-radius: 4px;
  margin: 0 auto 16px;
}
.mobile-inquiry__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mobile-inquiry__head h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy);
}
.mobile-inquiry__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F1F5F9;
  color: #64748B;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-inquiry__form .form-group { margin-bottom: 14px; }
.mobile-inquiry__form .form-group label {
  font-size: 0.8125rem;
  margin-bottom: 5px;
}
.mobile-inquiry__form .form-group input {
  padding: 12px 14px;
  font-size: 0.9375rem;
  border-radius: 12px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .topbar__inner {
    padding: 12px 24px;
    gap: 20px;
  }
  .topbar__nav { gap: 14px; }
  .topbar__nav-links a,
  .nav-drawer__label { font-size: 0.8125rem; }
}

body.menu-open .topbar { z-index: 500; }

@media (max-width: 900px) {
  .topbar__inner {
    grid-template-columns: 1fr auto;
    gap: 0;
    padding: 12px 20px;
  }
  .topbar__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100dvh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    gap: 0;
    background: var(--white);
    box-shadow: -12px 0 40px rgba(15, 23, 42, 0.15);
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 510;
    overflow: hidden;
  }
  .topbar__nav.is-open { transform: translateX(0); }
  .topbar__nav-close { display: flex; }
  .topbar__nav-links {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
    padding: 4px 20px 20px;
    -webkit-overflow-scrolling: touch;
  }
  .nav-drawer__thumb {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    background: #F1F5F9;
  }
  .nav-drawer__link {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 0;
    border-bottom: 1px solid #F1F5F9;
    width: 100%;
    text-align: left;
    color: var(--navy);
  }
  .nav-drawer__link:hover { color: var(--blue); }
  .nav-drawer__label { font-size: 1rem; line-height: 1.3; white-space: normal; }
  .topbar__nav-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 28px calc(28px + env(safe-area-inset-bottom));
    border-top: 1px solid #F1F5F9;
    background: linear-gradient(to top, #F8FAFC, var(--white));
  }
  .topbar__nav-logo .logo { align-items: center; text-align: center; }
  .topbar__nav-close {
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    width: 44px;
    height: 44px;
    margin: 16px 16px 8px;
    border-radius: 50%;
    background: #F1F5F9;
    color: #64748B;
    flex-shrink: 0;
  }
  .topbar__nav-close:active { background: #E2E8F0; }
  .nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.18);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 400;
    pointer-events: none;
  }
  .nav-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .topbar__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    color: var(--navy);
    transition: background 0.2s;
  }
  .topbar__menu:hover { background: #F1F5F9; }
  .topbar__menu svg { display: block; }
  .topbar__menu span { display: none; }
  .topbar__cta { display: none; }

  .section--split { grid-template-columns: 1fr; }
  .product-layout, .dashboard-layout { grid-template-columns: 1fr; }
  .dashboard-img { order: -1; }

  /* SECTION 06·07 모바일: 이미지 세로 1장씩 중앙, 잘림 방지 */
  .section--product .product-layout {
    overflow: visible;
  }
  .section--dashboard .dashboard-layout {
    overflow: visible;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .section--dashboard { padding: 56px 0; }
  .product-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding: 16px 12px;
    box-sizing: border-box;
  }
  .product-img img {
    width: 100%;
    max-width: min(100%, 340px);
    height: auto;
    max-height: none;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    flex-shrink: 0;
  }
  .dashboard-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .dashboard-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding: 16px 12px;
    box-sizing: border-box;
    background: transparent;
  }
  .dashboard-img img {
    width: 100%;
    max-width: min(100%, 360px);
    height: auto;
    max-height: none;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
  .product-text,
  .dashboard-text {
    width: 100%;
    max-width: 100%;
    padding: 24px 12px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  .product-text .section__title,
  .product-text .section__desc,
  .dashboard-text .section__title,
  .dashboard-text .section__desc,
  .product-model {
    text-align: center;
    width: 100%;
  }
  .product-feats {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    width: 100%;
    list-style: none;
    padding: 0;
  }
  .product-feats li {
    padding-left: 0;
    text-align: center;
  }
  .product-feats li::before {
    position: static;
    margin-right: 6px;
  }
  .dash-panel {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .dash-panel__row { grid-template-columns: 1fr; }
  .dash-stat { text-align: center; }
  .dash-line {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
  }
  .product-img.reveal,
  .dashboard-img.reveal,
  .product-text.reveal,
  .dashboard-text.reveal {
    overflow: visible;
    max-width: 100%;
  }
  .benefit-grid { grid-template-columns: 1fr; }
  .flow { flex-direction: column; align-items: center; }
  .flow__arrow { transform: rotate(90deg); padding: 0; }

  /* 이미지 우측 잘림 방지 */
  html, body { overflow-x: hidden; }
  .reveal-left, .reveal-right { transform: translateY(32px); }
  .reveal-left.is-visible, .reveal-right.is-visible { transform: translateY(0); }
  .benefit-card, .process-card, .industry-card, .solution-img { overflow: visible; }
  .section__img,
  .benefit-card__img,
  .solution-img,
  .dashboard-img,
  .product-img,
  .process-card__img {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
  .section__img img,
  .benefit-card__img img,
  .solution-img img,
  .dashboard-img img,
  .product-img img,
  .process-card__img img,
  .industry-card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
  }
  .wrap { padding: 0 16px; }
  .section__text { padding: 48px 16px; text-align: center; }
  .product-text,
  .dashboard-text,
  .section--industries,
  .section--benefits,
  .section--process,
  .section--solution,
  .section--faq,
  .section--cta { text-align: center; }
  .product-feats { margin: 0 auto; text-align: center; max-width: 100%; }
  .pain-list { margin-left: auto; margin-right: auto; }
  .dash-panel { text-align: center; }

  /* 카드·이미지 모바일 풀width + 크게 */
  .benefit-grid { gap: 20px; }
  .benefit-card { width: 100%; border-radius: 20px; }
  .benefit-card__img {
    min-height: 280px;
    padding: 20px 16px;
  }
  .benefit-card__img img { max-height: 300px; width: 100%; }

  .industry-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .industry-card {
    width: 100%;
    max-width: none;
    border-radius: 16px;
  }
  .industry-card img { max-height: 280px; padding: 16px 16px 0; }

  .process-grid { grid-template-columns: 1fr; gap: 16px; }
  .process-card { border-radius: 16px; }
  .process-card h4 { font-size: 1.25rem; }
  .process-card p { font-size: 1.0625rem; }
  .process-num { width: 44px; height: 44px; line-height: 44px; font-size: 1.0625rem; }
  .process-card__img { min-height: 220px; padding: 16px; }
  .process-card__img img { max-height: 240px; width: 100%; }

  .flow__item { width: 100%; max-width: 280px; }

  .hero__icons { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .hero__icon { padding: 16px 10px; font-size: 0.875rem; }

  /* 히어로: 새 배경 + 텍스트 가독성 */
  .hero {
    min-height: 100dvh;
    align-items: center;
    padding: 88px 16px 130px;
  }
  .hero__bg {
    background-image: url('../assets/ai/m/hero_terminal_mobile_v2.webp');
    background-position: center 30%;
  }
  .hero__overlay {
    background: linear-gradient(
      to bottom,
      rgba(15, 23, 42, 0.92) 0%,
      rgba(15, 23, 42, 0.82) 20%,
      rgba(15, 23, 42, 0.58) 45%,
      rgba(0, 0, 0, 0.48) 65%,
      rgba(0, 0, 0, 0.9) 100%
    );
  }
  .hero__bg::after {
    background: rgba(15, 23, 42, 0.35);
  }

  /* 모바일 하단 문의바 */
  .float-cta { display: none; }
  .float-top-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 14px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    z-index: 175;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy) 0%, #1E3A5F 100%);
    color: var(--white);
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.35);
    transition: transform 0.2s, opacity 0.2s;
  }
  .float-top-mobile:active { transform: scale(0.94); }
  .mobile-inquiry { display: block; }
  body { padding-bottom: 80px; }
  .footer { padding-bottom: 96px; }

  /* 모바일 텍스트 중앙정렬 */
  .mob-phrases .m-line { text-align: center; }
  .section__title,
  .section__desc,
  .hero__sub,
  .hero__title,
  .benefit-card__text,
  .benefit-card__text h3,
  .benefit-card__text p,
  .process-card h4,
  .process-card p,
  .industry-card span,
  .pain-closing,
  .solution-note,
  .cta-desc,
  .flow__item h4,
  .flow__item p,
  .product-model,
  .product-text,
  .product-text .section__title,
  .dashboard-text,
  .dashboard-text .section__title,
  .dashboard-text .section__desc,
  .section__text,
  .section__text .section__title {
    word-break: keep-all;
    overflow-wrap: break-word;
    text-align: center;
  }
  .section--split .section__text,
  .product-text,
  .dashboard-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .benefit-card__text,
  .process-card,
  .industry-card span {
    text-align: center;
  }
  .tags { justify-content: center; }
  .product-feats { text-align: center; width: 100%; max-width: 360px; }

  /* 이미지·섹션 잘림 방지 + 중앙정렬 */
  .section,
  .wrap,
  .section--split,
  .benefit-grid,
  .process-grid,
  .industry-groups,
  .product-layout,
  .dashboard-layout,
  .solution-img,
  .flow {
    max-width: 100%;
  }
  .section--product .product-layout,
  .section--dashboard .dashboard-layout {
    overflow: visible;
  }
  .reveal {
    max-width: 100%;
    overflow-x: clip;
  }
  .solution-img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
  }
  .section__img,
  .benefit-card__img,
  .dashboard-img,
  .product-img,
  .process-card__img {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .section__img,
  .benefit-card__img,
  .process-card__img {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section__img img,
  .benefit-card__img img,
  .solution-img img,
  .dashboard-img img,
  .product-img img,
  .process-card__img img,
  .industry-card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }

  /* SECTION 06·07 모바일 최종 — 이미지 세로·중앙·잘림 방지 */
  .section--product .product-img,
  .section--dashboard .dashboard-img {
    flex-direction: column;
    align-items: center;
    overflow: visible;
  }
  .section--product .product-img img {
    max-width: min(100%, 340px);
    max-height: none;
  }
  .section--dashboard .dashboard-img img {
    max-width: min(100%, 360px);
    max-height: none;
  }
  .section--product .product-text,
  .section--dashboard .dashboard-text,
  .section--product .product-feats,
  .section--product .product-feats li,
  .section--dashboard .dash-panel {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .section { padding: 56px 0; }
  .form-row { grid-template-columns: 1fr; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; }
  .topbar__inner { padding: 10px 16px; }
  .wrap { padding: 0 12px; }
  .benefit-card__img { min-height: 300px; }
  .industry-card img { max-height: 300px; }
}
