html {
  font-size: 15px;
  scroll-behavior: smooth;
}

.mn-body {
  min-height: 100vh;
  margin: 0;
  color: #e2e8f0;
  background-color: #0f172a;
  background-image:
    radial-gradient(ellipse 900px 500px at 15% -5%, rgba(14, 165, 233, 0.14), transparent),
    radial-gradient(ellipse 700px 400px at 95% 10%, rgba(94, 231, 223, 0.1), transparent),
    linear-gradient(180deg, #0f172a 0%, #111827 45%, #0b1220 100%);
}

.mn-skip {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 1080;
  padding: 0.35rem 0.75rem;
  background: #0ea5e9;
  color: #fff;
  border-radius: 0.25rem;
  transform: translateY(-120%);
  transition: transform 0.2s;
}

.mn-skip:focus {
  transform: translateY(0);
}

/* 스크롤·리사이즈·탭 드래그 시에도 본문(특히 히어로 이미지)이 메뉴 위로 올라오지 않도록 */
.mn-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(15, 23, 42, 0.88);
  border-bottom-color: rgba(148, 163, 184, 0.2) !important;
  backdrop-filter: blur(12px);
}

.mn-header .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.mn-nav.navbar-light .navbar-nav .nav-link {
  color: #e2e8f0 !important;
  font-weight: 500;
  font-size: 1.08rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.mn-nav.navbar-light .navbar-nav .nav-link:hover,
.mn-nav.navbar-light .navbar-nav .nav-link:focus {
  color: #7dd3fc !important;
}

.mn-nav .mn-dropdown .dropdown-item {
  font-size: 1.02rem;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.mn-nav .mn-nav-cta {
  font-size: 1.02rem;
  font-weight: 600;
}

.mn-header .border-secondary-subtle {
  border-color: rgba(148, 163, 184, 0.28) !important;
}

.mn-nav.navbar-light .navbar-toggler {
  border-color: rgba(148, 163, 184, 0.35);
}

.mn-dropdown .dropdown-item.active,
.mn-dropdown .dropdown-item:active {
  color: #0b1220;
  background: linear-gradient(120deg, #5ee7df, #0ea5e9);
  font-weight: 600;
}

.mn-dropdown {
  background: #1e293b;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 0.5rem;
  padding: 0.35rem;
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.45);
}

.mn-dropdown .dropdown-item {
  color: #e2e8f0;
}

.mn-dropdown .dropdown-item:hover,
.mn-dropdown .dropdown-item:focus {
  background: rgba(14, 165, 233, 0.15);
  color: #f8fafc;
}

.mn-logo {
  display: block;
  object-fit: contain;
}

/* 헤더: 로고를 크고 또렷하게 */
.mn-logo--header {
  height: 3.35rem;
  width: auto;
  max-width: min(19rem, 78vw);
}

@media (min-width: 992px) {
  .mn-logo--header {
    height: 3.75rem;
    max-width: 21rem;
  }
}

/* 푸터 */
.mn-logo--footer {
  height: 2.85rem;
  width: auto;
  max-width: 17rem;
}

.btn-mn-cta {
  background: linear-gradient(120deg, #5ee7df, #0ea5e9);
  border: none;
  color: #0b1220 !important;
  font-weight: 600;
}

.btn-mn-cta:hover {
  filter: brightness(1.05);
  color: #0b1220 !important;
}

.btn-outline-mn {
  border: 2px solid #38bdf8;
  color: #7dd3fc !important;
  font-weight: 600;
}

.btn-outline-mn:hover {
  background: rgba(14, 165, 233, 0.2);
  color: #e0f2fe !important;
}

.mn-page-title {
  color: #f1f5f9;
}

.mn-lead {
  color: #94a3b8;
}

/* 홈 히어로: 배경 슬라이드(JS·--mn-hero-slide), 하단 도트, 베일은 ::after */
.mn-hero {
  --mn-hero-slide: 0;
  --mn-hero-total: 2;
  position: relative;
  padding: 7rem 0 8.25rem;
  min-height: clamp(28rem, 62vh, 52rem);
  background-color: #475569;
}

.mn-hero__bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

.mn-hero__track {
  display: flex;
  width: calc(var(--mn-hero-total) * 100%);
  height: 100%;
  transform: translateX(calc(-100% * var(--mn-hero-slide) / var(--mn-hero-total)));
  transition: transform 0.75s cubic-bezier(0.32, 0.72, 0, 1);
}

.mn-hero--reduced-motion .mn-hero__track {
  transition: none;
}

/* 슬라이드: 배경을 위·아래로 넓힌 레이어에 cover → 클립 후 위·아래가 더 노출 */
.mn-hero__slide {
  flex: 0 0 calc(100% / var(--mn-hero-total));
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #334155;
}

.mn-hero__slide::before {
  content: "";
  position: absolute;
  inset: -24% -4%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mn-hero__slide--a::before {
  background-image: url("../images/background.png");
}

.mn-hero__slide--b::before {
  background-image: url("../images/background1.png");
}

/* 솔루션(API 임대) 허브: 카지노 PC방·임대 사이트 플레이 장면(오른쪽 패치) */
.mn-solution-hub-hero .mn-hero__slide::before {
  background-position: right center;
}

.mn-solution-hub-hero .mn-hero__slide--a::before {
  background-image: url("../images/solutions/casino-rental-slide-a.png");
}

.mn-solution-hub-hero .mn-hero__slide--b::before {
  background-image: url("../images/solutions/casino-rental-slide-b.png");
}

/* 솔루션 데모: 스크린샷 + GO CASINO 오버레이 */
.mn-solution-demo {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(14, 165, 233, 0.08), transparent),
    linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
}

.mn-solution-demo__container {
  padding-bottom: 3.5rem !important;
}

@media (min-width: 992px) {
  .mn-solution-demo__container {
    padding-top: 3.75rem !important;
    padding-bottom: 4.5rem !important;
  }
}

.mn-solution-demo__section-title {
  font-size: clamp(1.65rem, 2.5vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f8fafc;
  margin-bottom: 0.65rem;
}

.mn-solution-demo__lead {
  font-size: 1.05rem;
  line-height: 1.55;
}

.mn-solution-demo__row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mn-solution-demo__block--player {
  margin-bottom: 0.5rem;
}

.mn-solution-demo__block-label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7dd3fc;
  margin-bottom: 1rem;
}

.mn-solution-demo__block--admin {
  margin-top: 2.75rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.mn-solution-demo__admin-section-title {
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f8fafc;
  margin: 0 0 1.35rem;
  line-height: 1.3;
}

.mn-solution-demo__figure {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.35),
    0 24px 64px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(148, 163, 184, 0.12);
}

.mn-solution-demo__figure--player {
  max-width: 1100px;
}

.mn-solution-demo__figure--admin {
  max-width: 100%;
}

.mn-solution-demo__img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.mn-solution-demo__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2.25rem) clamp(1rem, 3vw, 2rem) 40%;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(2, 6, 23, 0.82) 0%,
    rgba(15, 23, 42, 0.35) 38%,
    transparent 72%
  );
}

.mn-solution-demo__overlay-inner {
  text-align: center;
}

.mn-solution-demo__brand {
  margin: 0;
  font-size: clamp(1.75rem, 5.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.05;
  text-transform: uppercase;
  color: #fef3c7;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.9),
    0 0 24px rgba(251, 191, 36, 0.45),
    0 4px 28px rgba(220, 38, 38, 0.35),
    0 8px 48px rgba(0, 0, 0, 0.65);
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.5));
}

@supports (-webkit-background-clip: text) {
  .mn-solution-demo__brand {
    background: linear-gradient(
      185deg,
      #fffbeb 0%,
      #fcd34d 28%,
      #f59e0b 52%,
      #dc2626 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
    filter: drop-shadow(0 3px 14px rgba(0, 0, 0, 0.75)) drop-shadow(0 0 28px rgba(251, 191, 36, 0.35));
  }
}

.mn-solution-demo__tagline {
  margin: 0.65rem 0 0;
  font-size: clamp(0.85rem, 2vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.92);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.85);
}

.mn-solution-demo__admin-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.35rem 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(165deg, rgba(30, 41, 59, 0.88) 0%, rgba(15, 23, 42, 0.92) 100%);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

@media (min-width: 992px) {
  .mn-solution-demo__admin-copy {
    padding: 1.5rem 1.65rem;
    min-height: 100%;
  }
}

.mn-solution-demo__admin-body {
  font-size: 0.97rem;
  line-height: 1.68;
  color: #e2e8f0;
}

.mn-solution-demo__admin-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mn-solution-demo__admin-list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.65rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #94a3b8;
}

.mn-solution-demo__admin-list li:last-child {
  margin-bottom: 0;
}

.mn-solution-demo__admin-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8, #a855f7);
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.45);
}

.mn-solution-demo__highlight {
  position: relative;
  max-width: 46rem;
  padding: 1px;
  border-radius: 1.125rem;
  background: linear-gradient(
    135deg,
    rgba(56, 189, 248, 0.55) 0%,
    rgba(14, 165, 233, 0.25) 35%,
    rgba(168, 85, 247, 0.35) 70%,
    rgba(94, 234, 212, 0.4) 100%
  );
  box-shadow:
    0 0 0 1px rgba(148, 163, 184, 0.12),
    0 20px 56px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(14, 165, 233, 0.12);
}

.mn-solution-demo__highlight-accent {
  position: absolute;
  inset: 1px;
  border-radius: calc(1.125rem - 1px);
  background: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(14, 165, 233, 0.2), transparent 55%),
    linear-gradient(180deg, rgba(30, 41, 59, 0.97) 0%, rgba(15, 23, 42, 0.98) 100%);
  pointer-events: none;
  z-index: 0;
}

.mn-solution-demo__highlight-inner {
  position: relative;
  z-index: 1;
  padding: 1.65rem 1.75rem 1.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .mn-solution-demo__highlight-inner {
    padding: 2rem 2.5rem 2.15rem;
  }
}

.mn-solution-demo__body {
  margin: 0;
  line-height: 1.75;
}

.mn-solution-demo__body--primary {
  font-size: clamp(1.05rem, 2.1vw, 1.2rem);
  font-weight: 600;
  color: #f1f5f9;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  text-wrap: balance;
}

.mn-solution-demo__body--secondary {
  font-size: clamp(0.98rem, 1.85vw, 1.08rem);
  font-weight: 400;
  color: #cbd5e1;
  line-height: 1.7;
  text-wrap: balance;
}

.mn-solution-demo__body--secondary::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.9), rgba(167, 139, 250, 0.85), transparent);
  opacity: 0.95;
}

.mn-hero__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.35rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
}

.mn-hero__dot {
  box-sizing: border-box;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}

.mn-hero__dot:hover {
  transform: scale(1.15);
  border-color: rgba(125, 211, 252, 0.75);
  background: rgba(125, 211, 252, 0.15);
}

.mn-hero__dot:focus-visible {
  outline: 2px solid #7dd3fc;
  outline-offset: 3px;
}

/* 선택됨: 같은 크기 원에 브랜드 그라데이션으로 꽉 채움 */
.mn-hero__dot.is-active {
  border-color: rgba(255, 255, 255, 0.35);
  background: linear-gradient(135deg, #5ee7df, #0ea5e9);
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.55);
}

.mn-hero__dot.is-active:hover {
  transform: scale(1.12);
}

.mn-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(
      118deg,
      rgba(15, 23, 42, 0.72) 0%,
      rgba(30, 41, 59, 0.62) 38%,
      rgba(51, 65, 85, 0.55) 72%,
      rgba(30, 58, 95, 0.52) 100%
    ),
    linear-gradient(
      180deg,
      rgba(14, 165, 233, 0.14) 0%,
      transparent 46%,
      rgba(15, 23, 42, 0.35) 100%
    );
}

.mn-hero > .container {
  position: relative;
  z-index: 2;
}

.mn-hero__eyebrow {
  font-size: clamp(1rem, 1.35vw + 0.82rem, 1.35rem);
  letter-spacing: 0.07em;
  line-height: 1.35;
  margin-bottom: clamp(1.35rem, 3vw, 2.25rem);
}

.mn-hero h1,
.mn-hero .display-5,
.mn-hero .display-4 {
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #f8fafc;
}

/* 홈 히어로 메인 타이틀: display-4보다 한 단계 더 강조 */
.mn-hero .mn-hero__title {
  font-size: clamp(2.35rem, 4.2vw + 1.15rem, 3.65rem);
  margin-bottom: clamp(1.5rem, 3.2vw, 2.75rem);
}

/* 한국어: 제목 한 줄 유지(좁은 폭에서는 clamp로 크기만 줄어듦) */
html[lang="ko"] .mn-hero .mn-hero__title {
  white-space: nowrap;
  font-size: clamp(0.78rem, 2.5vw + 0.42rem, 3.65rem);
}

.mn-hero .lead {
  color: #e2e8f0;
  max-width: 42rem;
  font-size: clamp(1.05rem, 1.15vw + 0.9rem, 1.35rem);
  line-height: 1.72;
  font-weight: 500;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.mn-hero .mn-hero__lead {
  margin-bottom: clamp(1.75rem, 3.5vw, 3rem);
}

.mn-hero .text-primary {
  color: #7dd3fc !important;
}

.mn-hero .mn-page-title {
  color: #f8fafc;
}

.mn-hero .mn-lead {
  color: #cbd5e1;
}

.mn-section {
  padding: 3rem 0;
}

.mn-section h2 {
  font-weight: 700;
  color: #f1f5f9;
}

.mn-section.border-top {
  border-color: rgba(148, 163, 184, 0.2) !important;
}

.mn-body .border-top {
  border-color: rgba(148, 163, 184, 0.2) !important;
}

.mn-card {
  background: #1e293b;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0.75rem;
  padding: 1.5rem;
  height: 100%;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.25);
  color: #e2e8f0;
}

.mn-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #f1f5f9;
}

.mn-muted {
  color: #94a3b8;
}

/* 홈: 제공 범위 — 프로바이더 로고 마퀴(노출 영역 = .container 너비) */
.mn-partner-marquee {
  padding-block: 0.35rem;
  width: 100%;
  max-width: 100%;
}

.mn-partner-marquee__viewport {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 4%,
    #000 96%,
    transparent
  );
}

.mn-partner-marquee__track {
  display: flex;
  width: max-content;
  animation: mn-partner-marquee-scroll 55s linear infinite;
}

.mn-partner-marquee__viewport:hover .mn-partner-marquee__track {
  animation-play-state: paused;
}

.mn-partner-marquee__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1.5rem;
  padding-right: 1.5rem;
}

.mn-partner-marquee__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.mn-partner-marquee__logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 9rem;
  max-height: 2.75rem;
  object-fit: contain;
  object-position: center;
  opacity: 0.92;
  filter: grayscale(0.08);
  transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.mn-partner-marquee__item:hover .mn-partner-marquee__logo {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.06);
}

@keyframes mn-partner-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* 홈: 유행하는 게임 / 게임사 — 동일 좌측 정렬·넉넉한 여백 */
.mn-home-brand-stack {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.mn-home-section-title {
  font-size: clamp(1.35rem, 2.5vw + 0.85rem, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f1f5f9;
  line-height: 1.25;
  text-align: start;
}

.mn-scope-brands__lead {
  margin-top: clamp(0.85rem, 2vw, 1.35rem);
  margin-bottom: clamp(1.75rem, 3.5vw, 3rem);
  max-width: 44rem;
  font-size: clamp(0.98rem, 1.1vw + 0.82rem, 1.08rem);
  line-height: 1.7;
}

.mn-scope-brands {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2.75rem, 5vw, 4.25rem);
}

.mn-scope-brands .mn-partner-marquee {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem) !important;
}

/* 홈: 유행하는 게임 — images/games 가로 마퀴(Urgent Games 스타일) */
.mn-games-marquee-section {
  padding-top: clamp(2.75rem, 5vw, 4.25rem);
  padding-bottom: clamp(2.5rem, 4.5vw, 3.75rem);
}

.mn-games-marquee-section .mn-home-section-title {
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.mn-games-marquee {
  padding-block: clamp(0.85rem, 2.5vw, 1.75rem);
  width: 100%;
  max-width: 100%;
}

.mn-games-marquee__viewport {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 3%,
    #000 97%,
    transparent
  );
}

.mn-games-marquee__track {
  display: flex;
  width: max-content;
  animation: mn-partner-marquee-scroll 90s linear infinite;
}

.mn-games-marquee__viewport:hover .mn-games-marquee__track {
  animation-play-state: paused;
}

.mn-games-marquee__group {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  gap: 1.15rem;
  padding-right: 1.15rem;
}

.mn-games-marquee__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(14, 165, 233, 0.06);
  background: #0f172a;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.mn-games-marquee__item:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(14, 165, 233, 0.35);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(14, 165, 233, 0.2);
}

.mn-games-marquee__img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(17rem, 72vw);
  max-height: 9.5rem;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 576px) {
  .mn-games-marquee__group {
    gap: 1.5rem;
    padding-right: 1.5rem;
  }

  .mn-games-marquee__img {
    max-width: 18rem;
    max-height: 10.5rem;
  }
}

@media (min-width: 992px) {
  .mn-games-marquee__img {
    max-width: 20rem;
    max-height: 11.25rem;
  }
}

@media (min-width: 576px) {
  .mn-partner-marquee__logo {
    max-width: 10.5rem;
    max-height: 3.25rem;
  }

  .mn-partner-marquee__group {
    gap: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .mn-partner-marquee__logo {
    max-width: 11.5rem;
    max-height: 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mn-partner-marquee__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100% !important;
    max-width: 100%;
    row-gap: 0.75rem;
  }

  .mn-partner-marquee__group[aria-hidden="true"] {
    display: none;
  }

  .mn-partner-marquee__viewport {
    mask-image: none;
  }

  .mn-games-marquee__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100% !important;
    max-width: 100%;
    row-gap: 0.75rem;
  }

  .mn-games-marquee__group[aria-hidden="true"] {
    display: none;
  }

  .mn-games-marquee__viewport {
    mask-image: none;
  }
}

.mn-body .text-body {
  color: #e2e8f0 !important;
}

.mn-body .text-secondary {
  color: #94a3b8 !important;
}

.mn-star {
  color: #f59e0b;
}

/* 홈 FAQ: 한눈에 스캔하기 쉬운 큰 타이포·여백 */
.mn-faq__container {
  max-width: 920px;
}

.mn-faq__intro {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.mn-faq__label {
  margin: 0 0 0.65rem;
  font-size: clamp(0.85rem, 1.2vw + 0.65rem, 1rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7dd3fc !important;
}

.mn-faq__title {
  margin: 0;
  font-size: clamp(1.85rem, 4vw + 0.85rem, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f8fafc;
  line-height: 1.15;
}

.mn-faq__empty {
  font-size: 1.1rem;
  text-align: center;
  padding: 2rem 0;
}

.mn-faq__accordion {
  --bs-accordion-btn-padding-x: 1.35rem;
  --bs-accordion-btn-padding-y: 1.25rem;
  --bs-accordion-body-padding-x: 1.35rem;
  --bs-accordion-body-padding-y: 1.35rem;
  gap: 0.85rem;
  display: flex;
  flex-direction: column;
}

.mn-faq__item {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 0.85rem !important;
  overflow: hidden;
  background: #1e293b;
}

.mn-faq__item:not(:last-child) {
  margin-bottom: 0;
}

.mn-faq .accordion-button,
.mn-faq .mn-faq__question {
  background: #1e293b;
  color: #f1f5f9;
  box-shadow: none;
  font-size: clamp(1.05rem, 1.5vw + 0.75rem, 1.25rem);
  font-weight: 700;
  line-height: 1.45;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.35rem;
  padding-right: 3rem;
  min-height: 3.75rem;
}

.mn-faq .accordion-button::after {
  filter: brightness(0) invert(1);
  width: 1.15rem;
  height: 1.15rem;
  background-size: 1.15rem;
}

.mn-faq .accordion-button:not(.collapsed),
.mn-faq .mn-faq__question:not(.collapsed) {
  background: rgba(14, 165, 233, 0.2);
  color: #e0f2fe;
  box-shadow: none;
}

.mn-faq .accordion-body,
.mn-faq .mn-faq__answer {
  background: #0f172a;
  color: #e2e8f0;
  font-size: clamp(1rem, 0.8vw + 0.88rem, 1.125rem);
  line-height: 1.75;
  padding-top: 1.15rem;
  padding-bottom: 1.45rem;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

.mn-faq .accordion-item,
.mn-faq .mn-faq__item {
  border-color: rgba(148, 163, 184, 0.22);
  background: #1e293b;
}

@media (min-width: 992px) {
  .mn-faq__accordion {
    --bs-accordion-btn-padding-y: 1.4rem;
    gap: 1rem;
  }

  .mn-faq .accordion-button,
  .mn-faq .mn-faq__question {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
    min-height: 4rem;
  }

  .mn-faq .accordion-body,
  .mn-faq .mn-faq__answer {
    padding-top: 1.25rem;
    padding-bottom: 1.65rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.mn-section.mn-faq {
  padding-top: clamp(2.75rem, 5.5vw, 4.5rem);
  padding-bottom: clamp(2.75rem, 5.5vw, 4.5rem);
}

.mn-footer {
  background: #0b1220;
  border-color: rgba(148, 163, 184, 0.2) !important;
  color: #cbd5e1;
}

.mn-footer .text-white-50 {
  color: #94a3b8 !important;
}

.mn-footer .link-secondary {
  color: #94a3b8 !important;
}

.mn-footer .link-secondary:hover {
  color: #e2e8f0 !important;
}

.mn-solution-hero {
  padding: 3.25rem 0 2rem;
  background: linear-gradient(
    135deg,
    rgba(30, 41, 59, 0.95) 0%,
    rgba(15, 23, 42, 0.92) 50%,
    rgba(17, 24, 39, 0.95) 100%
  );
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.mn-solution-hero .mn-page-title,
.mn-solution-hero h1 {
  color: #f8fafc;
}

.mn-solution-hero .mn-lead,
.mn-solution-hero .lead {
  color: #e2e8f0;
  max-width: 42rem;
  font-size: clamp(1.05rem, 1.15vw + 0.9rem, 1.35rem);
  line-height: 1.72;
  font-weight: 500;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

/* 카지노 솔루션: 라이브 이미지 배경 슬라이드(홈 히어로와 동일 패턴, 별도 CSS 변수) */
.mn-solution-hero.mn-casino-hero {
  --mn-casino-slide: 0;
  --mn-casino-total: 2;
  position: relative;
  padding: 7rem 0 8.25rem;
  min-height: clamp(28rem, 62vh, 52rem);
  overflow: hidden;
  background: #1e293b;
  background-image: none;
}

.mn-casino-hero__bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

.mn-casino-hero__track {
  display: flex;
  width: calc(var(--mn-casino-total) * 100%);
  height: 100%;
  transform: translateX(calc(-100% * var(--mn-casino-slide) / var(--mn-casino-total)));
  transition: transform 0.75s cubic-bezier(0.32, 0.72, 0, 1);
}

.mn-casino-hero--reduced-motion .mn-casino-hero__track {
  transition: none;
}

.mn-casino-hero__slide {
  flex: 0 0 calc(100% / var(--mn-casino-total));
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #334155;
}

.mn-casino-hero__slide::before {
  content: "";
  position: absolute;
  inset: -24% -4%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mn-casino-hero__slide--a::before {
  background-image: url("../images/solutions/casino-live-evolution.png");
}

.mn-casino-hero__slide--b::before {
  background-image: url("../images/solutions/casino-live-dreamgaming.png");
}

.mn-casino-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(
      118deg,
      rgba(15, 23, 42, 0.82) 0%,
      rgba(30, 41, 59, 0.72) 40%,
      rgba(51, 65, 85, 0.48) 100%
    ),
    linear-gradient(
      180deg,
      rgba(14, 165, 233, 0.1) 0%,
      transparent 42%,
      rgba(15, 23, 42, 0.55) 100%
    );
}

.mn-casino-hero > .container {
  position: relative;
  z-index: 2;
}

.mn-casino-hero__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.35rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
}

.mn-casino-hero__dot {
  box-sizing: border-box;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}

.mn-casino-hero__dot:hover {
  transform: scale(1.15);
  border-color: rgba(125, 211, 252, 0.75);
  background: rgba(125, 211, 252, 0.15);
}

.mn-casino-hero__dot:focus-visible {
  outline: 2px solid #7dd3fc;
  outline-offset: 3px;
}

.mn-casino-hero__dot.is-active {
  border-color: rgba(255, 255, 255, 0.35);
  background: linear-gradient(135deg, #5ee7df, #0ea5e9);
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.55);
}

.mn-casino-hero__dot.is-active:hover {
  transform: scale(1.12);
}

@media (min-width: 992px) {
  .mn-solution-hero.mn-casino-hero {
    padding: 9rem 0 8.75rem;
    min-height: clamp(34rem, 68vh, 58rem);
  }

  .mn-casino-hero__dots {
    bottom: 1.65rem;
  }
}

/* 슬롯 솔루션: 프라그마틱 스타일 슬롯 배경 슬라이드(카지노 히어로와 동일 패턴) */
.mn-solution-hero.mn-slot-hero {
  --mn-slot-slide: 0;
  --mn-slot-total: 2;
  position: relative;
  padding: 7rem 0 8.25rem;
  min-height: clamp(28rem, 62vh, 52rem);
  overflow: hidden;
  background: #1e293b;
  background-image: none;
}

.mn-slot-hero__bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

.mn-slot-hero__track {
  display: flex;
  width: calc(var(--mn-slot-total) * 100%);
  height: 100%;
  transform: translateX(calc(-100% * var(--mn-slot-slide) / var(--mn-slot-total)));
  transition: transform 0.75s cubic-bezier(0.32, 0.72, 0, 1);
}

.mn-slot-hero--reduced-motion .mn-slot-hero__track {
  transition: none;
}

.mn-slot-hero__slide {
  flex: 0 0 calc(100% / var(--mn-slot-total));
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #334155;
}

/* 슬롯 배경: 가로 풀블리드(옆 빈 여백 없음), 카지노 히어로와 동일 inset */
.mn-slot-hero__slide::before {
  content: "";
  position: absolute;
  inset: -24% -4%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mn-slot-hero__slide--a::before {
  background-image: url("../images/solutions/slot-pragmatic-a.png");
}

.mn-slot-hero__slide--b::before {
  background-image: url("../images/solutions/slot-pragmatic-b.png");
}

.mn-slot-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(
      118deg,
      rgba(15, 23, 42, 0.82) 0%,
      rgba(30, 41, 59, 0.72) 40%,
      rgba(51, 65, 85, 0.48) 100%
    ),
    linear-gradient(
      180deg,
      rgba(14, 165, 233, 0.1) 0%,
      transparent 42%,
      rgba(15, 23, 42, 0.55) 100%
    );
}

.mn-slot-hero > .container {
  position: relative;
  z-index: 2;
}

.mn-slot-hero__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.35rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
}

.mn-slot-hero__dot {
  box-sizing: border-box;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}

.mn-slot-hero__dot:hover {
  transform: scale(1.15);
  border-color: rgba(125, 211, 252, 0.75);
  background: rgba(125, 211, 252, 0.15);
}

.mn-slot-hero__dot:focus-visible {
  outline: 2px solid #7dd3fc;
  outline-offset: 3px;
}

.mn-slot-hero__dot.is-active {
  border-color: rgba(255, 255, 255, 0.35);
  background: linear-gradient(135deg, #5ee7df, #0ea5e9);
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.55);
}

.mn-slot-hero__dot.is-active:hover {
  transform: scale(1.12);
}

@media (min-width: 992px) {
  .mn-solution-hero.mn-slot-hero {
    padding: 9rem 0 8.75rem;
    min-height: clamp(34rem, 68vh, 58rem);
  }

  .mn-slot-hero__dots {
    bottom: 1.65rem;
  }
}

/* 결제 제품(KR/Intl 공통): 카드 결제 배경 단일 이미지 */
.mn-solution-hero.mn-payment-hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 6rem;
  min-height: clamp(26rem, 55vh, 44rem);
  background: #1e293b;
  background-image: none;
}

.mn-payment-hero__bg {
  position: absolute;
  z-index: 0;
  inset: -8% -4%;
  background-image: url("../images/products/payment-card-hero.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mn-payment-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(
    118deg,
    rgba(15, 23, 42, 0.88) 0%,
    rgba(30, 41, 59, 0.78) 42%,
    rgba(51, 65, 85, 0.52) 100%
  );
}

.mn-payment-hero > .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .mn-solution-hero.mn-payment-hero {
    padding: 8.5rem 0 7.25rem;
    min-height: clamp(30rem, 58vh, 50rem);
  }
}

/* 블로그 목록: 파트너 문서 검토 배경 단일 이미지 */
.mn-solution-hero.mn-blog-hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 6rem;
  min-height: clamp(26rem, 55vh, 44rem);
  background: #1e293b;
  background-image: none;
}

.mn-blog-hero__bg {
  position: absolute;
  z-index: 0;
  inset: -8% -4%;
  background-image: url("../images/blog/blog-hero-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mn-blog-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(
    118deg,
    rgba(15, 23, 42, 0.88) 0%,
    rgba(30, 41, 59, 0.78) 42%,
    rgba(51, 65, 85, 0.52) 100%
  );
}

.mn-blog-hero > .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .mn-solution-hero.mn-blog-hero {
    padding: 8.5rem 0 7.25rem;
    min-height: clamp(30rem, 58vh, 50rem);
  }
}

/* 블로그 목록: 한 페이지에 글·목차 */
.mn-blog-index {
  max-width: 100%;
}

.mn-blog-toc {
  padding: 1.5rem;
}

.mn-blog-toc a {
  color: #94a3b8;
  text-decoration: none;
  display: block;
  padding: 0.4rem 0.5rem;
  margin: -0.4rem -0.5rem;
  border-radius: 0.375rem;
  transition:
    color 0.15s ease,
    background 0.15s ease;
}

.mn-blog-toc a:hover {
  color: #e2e8f0;
  background: rgba(148, 163, 184, 0.12);
}

.mn-blog-article {
  scroll-margin-top: 5.5rem;
  margin-bottom: 2.75rem;
  padding-bottom: 0.25rem;
}

.mn-blog-article--last {
  margin-bottom: 0;
}

.mn-blog-article__sub {
  color: #94a3b8;
  line-height: 1.55;
}

.mn-blog-article h2.h3 {
  color: #f1f5f9;
}

@media (min-width: 992px) {
  .mn-blog-article {
    margin-bottom: 3.25rem;
  }
}

.mn-hero-illustration {
  max-height: 420px;
  width: auto;
  object-fit: contain;
  background: #334155;
  padding: 0.5rem;
  position: relative;
  z-index: 0;
}

@media (min-width: 992px) {
  .mn-hero-illustration {
    max-height: 480px;
  }
}

.mn-solution-highlights {
  background: #111827;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

/* 솔루션 체험하기(카지노·슬롯) — 히어로·기능 다음, 본문 카드 직전 */
.mn-solution-trials {
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
  border-color: rgba(148, 163, 184, 0.18) !important;
}

.mn-solution-trials h2 {
  color: #f1f5f9;
}

.mn-solution-trials__lead {
  max-width: 40rem;
}

.mn-solution-trial-card__trigger {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: start;
  border-radius: 0.65rem;
  color: inherit;
}

.mn-solution-trial-card__trigger:focus-visible {
  outline: 2px solid #7dd3fc;
  outline-offset: 4px;
}

.mn-solution-trial-card__thumb-wrap {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 0.65rem;
  overflow: hidden;
  background: #1e293b;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.mn-solution-trial-card__trigger:hover .mn-solution-trial-card__thumb-wrap {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
  border-color: rgba(125, 211, 252, 0.35);
}

.mn-solution-trial-card__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.mn-solution-trial-card__trigger:hover .mn-solution-trial-card__thumb {
  transform: scale(1.04);
}

.mn-solution-trial-card__caption {
  margin-top: 0.65rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #e2e8f0;
  letter-spacing: -0.01em;
}

/* 체험하기 동영상 모달 */
.mn-trial-video-modal .modal-content {
  overflow: hidden;
}

.mn-trial-video-modal__content {
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
}

.mn-trial-video-modal__header {
  background: rgba(15, 23, 42, 0.95);
}

.mn-trial-video-modal__body {
  background: #000;
}

.mn-trial-video-modal__video {
  display: block;
  width: 100%;
  max-height: min(78vh, 52rem);
  vertical-align: middle;
  background: #000;
  cursor: pointer;
  outline: none;
}

.mn-trial-video-modal__video:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(125, 211, 252, 0.65);
}

.mn-feature-tile {
  background: #1e293b;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  color: #e2e8f0;
}

.mn-feature-tile .mn-page-title {
  color: #f1f5f9;
}

.mn-feature-tile__icon img {
  display: block;
}

.mn-page-hero {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.4) 100%);
}

.mn-page-hero .mn-page-title,
.mn-page-hero h1 {
  color: #f8fafc;
}

.mn-page-body {
  padding: 2.5rem 0 4rem;
}

.mn-body .mn-page-body.bg-white {
  background-color: #0f172a !important;
}

.mn-page-body .mn-card p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .mn-hero {
    padding: 9rem 0 8.75rem;
    min-height: clamp(34rem, 68vh, 58rem);
  }

  .mn-hero__dots {
    bottom: 1.65rem;
  }
}

/* 홈: 카지노 API 제공자 — 브랜드 톤(슬레이트·시안) / 우측 슬롯 비주얼 */
.mn-api-provider {
  padding: clamp(2rem, 4vw, 3.25rem) 0;
  overflow: hidden;
  border-color: rgba(148, 163, 184, 0.12) !important;
  /* 본문(.mn-body)과 자연스럽게 이어지도록 섹션 자체는 투명·동일 톤 */
  background: transparent;
}

.mn-api-provider__shell {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.mn-api-provider__panel {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 18px 48px rgba(0, 0, 0, 0.22);
  background: #0f172a;
}

.mn-api-provider__text {
  position: relative;
  color: #f8fafc;
  /* 페이지 배경(#0f172a)과 거의 동일, 아주 약한 시안만 */
  background:
    radial-gradient(ellipse 95% 85% at 12% 8%, rgba(14, 165, 233, 0.07), transparent 52%),
    radial-gradient(ellipse 80% 70% at 92% 96%, rgba(94, 231, 223, 0.04), transparent 48%),
    linear-gradient(165deg, #0f172a 0%, #111827 52%, #0f172a 100%);
}

.mn-api-provider__text::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    repeating-linear-gradient(
      -18deg,
      rgba(148, 163, 184, 0.04) 0,
      rgba(148, 163, 184, 0.04) 1px,
      transparent 1px,
      transparent 22px
    ),
    repeating-linear-gradient(
      8deg,
      rgba(14, 165, 233, 0.025) 0,
      rgba(14, 165, 233, 0.025) 1px,
      transparent 1px,
      transparent 28px
    );
}

.mn-api-provider__text-inner {
  position: relative;
  z-index: 1;
  padding: clamp(2.35rem, 5vw, 4.5rem) clamp(1.65rem, 4vw, 3.75rem);
  max-width: 38rem;
}

.mn-api-provider__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35em 0.45em;
  margin: 0 0 clamp(1.35rem, 3.2vw, 2.15rem);
  line-height: 1.1;
}

.mn-api-provider__title-pre,
.mn-api-provider__title-post {
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-weight: 700;
  color: #f1f5f9;
  font-size: clamp(1.95rem, 4.4vw, 3.1rem);
  letter-spacing: -0.03em;
}

.mn-api-provider__title-api {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 5.2vw, 3.85rem);
  letter-spacing: 0.02em;
  background: linear-gradient(120deg, #a5f3fc, #5ee7df 35%, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@supports not (background-clip: text) {
  .mn-api-provider__title-api {
    color: #7dd3fc;
    background: none;
  }
}

.mn-api-provider__body {
  margin: 0 0 clamp(1.85rem, 3.2vw, 2.75rem);
  font-size: clamp(0.98rem, 1.2vw + 0.78rem, 1.12rem);
  line-height: 1.72;
  color: #cbd5e1;
}

.mn-api-provider__btn {
  padding-inline: 1.9rem;
  box-shadow: 0 8px 28px rgba(14, 165, 233, 0.28);
}

.mn-api-provider__visual {
  position: relative;
  min-height: 20rem;
  background: radial-gradient(ellipse 85% 65% at 50% 42%, #151f32, #0f172a);
}

.mn-api-provider__visual-wrap {
  position: relative;
  height: 100%;
  min-height: 20rem;
  overflow: hidden;
}

.mn-api-provider__visual-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      105deg,
      transparent 40%,
      rgba(255, 255, 255, 0.09) 50%,
      transparent 60%
    ),
    linear-gradient(
      100deg,
      rgba(15, 23, 42, 0.4) 0%,
      transparent 32%,
      transparent 68%,
      rgba(14, 165, 233, 0.12) 100%
    );
  animation: mn-api-slot-shimmer 4.5s ease-in-out infinite;
}

@keyframes mn-api-slot-shimmer {
  0%,
  100% {
    opacity: 0.55;
    transform: translateX(-2%);
  }
  50% {
    opacity: 0.85;
    transform: translateX(2%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mn-api-provider__visual-wrap::after {
    animation: none;
    opacity: 0.65;
    transform: none;
  }
}

.mn-api-provider__img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.01);
}

@media (min-width: 992px) {
  .mn-api-provider__visual,
  .mn-api-provider__visual-wrap {
    min-height: 32rem;
  }

  .mn-api-provider__img {
    min-height: 32rem;
  }
}

/* 스크롤 등장 */
.mn-api-provider .mn-api-provider__text-inner,
.mn-api-provider .mn-api-provider__visual-wrap {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.mn-api-provider .mn-api-provider__visual-wrap {
  transition-delay: 0.1s;
}

.mn-api-provider.is-inview .mn-api-provider__text-inner,
.mn-api-provider.is-inview .mn-api-provider__visual-wrap {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .mn-api-provider .mn-api-provider__text-inner,
  .mn-api-provider .mn-api-provider__visual-wrap {
    opacity: 1;
    transition: none;
  }
}

/* 우측 세로 문의 탭 (데스크톱) */
.mn-api-provider__fab {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1015;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 1.15rem 0.55rem;
  background: linear-gradient(180deg, #5ee7df, #0ea5e9);
  color: #0b1220 !important;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: -4px 4px 24px rgba(14, 165, 233, 0.35);
  transition:
    filter 0.2s ease,
    padding 0.2s ease,
    box-shadow 0.2s ease;
}

.mn-api-provider__fab:hover {
  filter: brightness(1.08);
  color: #0b1220 !important;
  box-shadow: -4px 6px 28px rgba(14, 165, 233, 0.45);
}

@media (min-width: 992px) {
  .mn-api-provider__fab {
    display: block;
  }
}

