/* =====================================================
   발주관리 시스템 app.css
   인라인 스타일 및 style 태그 대체
   ===================================================== */
html {
  font-size: 1rem;
}

/* 유틸리티 */
.cursor-pointer {
  cursor: pointer !important;
}

.fs-07 {
  font-size: 0.875rem;
}

.border-s-4 {
  border-left-width: 4px !important;
}

.mw-50 {
  min-width: 50px;
}

.mw-70 {
  min-width: 70px;
}

.mw-80 {
  min-width: 80px;
}

.mw-90 {
  min-width: 90px;
}

.mw-100 {
  min-width: 100px;
}

.mw-110 {
  min-width: 110px;
}

.mw-120 {
  min-width: 120px;
}

.mw-180 {
  min-width: 180px;
}

.mw-200 {
  min-width: 200px;
}

.mxw-160 {
  max-width: 160px;
}

.fs-075 {
  font-size: 0.875rem;
}

.fs-085 {
  font-size: 0.875rem;
}

input[type='number'].num-clear-zero {
  text-align: left;
}

.order-line-table th,
.order-line-table td {
  vertical-align: middle;
}

.order-line-table .form-control-sm {
  min-height: 34px;
  width: 100%;
}

/* 차트 컨테이너 */
.chart-wrap {
  position: relative;
  height: 220px;
}

.chart-wrap-lg {
  position: relative;
  height: 280px;
}

.chart-wrap-xl {
  position: relative;
  height: 340px;
}

/* ----------------------------------------
   페이지 헤더 (.page-header)
   ---------------------------------------- */
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0;
  margin-bottom: 0.75rem;
  border-bottom: 0;
}

.page-header__title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #212529;
  margin: 0;
}

.page-header__title i {
  font-size: 1.05rem;
  color: #495057;
}

.page-help-icon {
  font-size: 0.9em;
  color: #6c757d !important;
}

.page-help-icon:hover {
  color: #0d6efd !important;
}

.page-header__actions {
  display: flex;
  gap: 0.4rem;
  flex-shrink: 0;
}

/* ----------------------------------------
   Query Page - 조회형 화면 공통 템플릿
   ---------------------------------------- */
.query-page {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.query-page .page-header {
  margin-bottom: 0;
}

.query-page__intro {
  margin-top: -0.5rem;
  margin-bottom: 0.25rem;
  color: #6c757d;
  font-size: 0.875rem;
}

.query-card {
  border: 0;
  box-shadow: 0 0.125rem 0.375rem rgba(15, 23, 42, 0.08);
}

.query-card__header {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-bottom: 0 !important;
}

.query-card__title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #212529;
}

.query-card__meta {
  color: #6c757d;
  font-size: 0.875rem;
}

.query-filter__body {
  padding: 0.9rem 1rem;
}

.query-filter__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
}

.query-filter__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 120px;
}

.query-filter__field--grow {
  flex: 0 1 280px;
  max-width: 280px;
}

.query-filter__keyword {
  flex: 0 1 360px;
  max-width: 360px;
}

.query-filter__full {
  flex: 1 1 100%;
  max-width: none;
}

.query-filter__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.query-filter__keyword .input-group {
  width: 100%;
}

.query-filter__keyword .input-group .form-control {
  min-width: 0;
}

.query-filter__keyword .input-group .btn {
  white-space: nowrap;
}

.query-filter__keyword .form-control {
  min-width: 0;
}

.query-filter__field>.form-control,
.query-filter__field>.form-select,
.query-filter__field>.input-group,
.query-filter__field>.btn-group {
  width: 100%;
}

.query-filter__field>.btn {
  width: auto;
  align-self: flex-start;
}

/* ----------------------------------------
   SmartBoard Navbar
   ---------------------------------------- */
.smartboard-navbar {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  font-family: 'Noto Sans KR', sans-serif;
}

.smartboard-navbar .navbar-brand {
  color: #13213c;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.smartboard-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 0.7rem;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.16);
}

.smartboard-navbar .navbar-nav {
  align-items: center;
}

.smartboard-navbar .nav-link {
  color: #5a6475;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-size: 0.875rem;
}

.smartboard-navbar .nav-link:hover,
.smartboard-navbar .nav-link.active {
  color: #1d4ed8;
  background: rgba(29, 78, 216, 0.08);
}

.smartboard-navbar .nav-link.active {
  font-weight: 800;
}

.smartboard-navbar__actions .btn {
  border-radius: 999px;
  padding-inline: 1rem;
}

.smartboard-navbar .navbar-toggler {
  border-color: rgba(29, 78, 216, 0.18);
}

.smartboard-navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 78, 216, 0.15);
}

/* SmartBoard Footer */
.smartboard-footer {
  background: linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
  color: rgba(255, 255, 255, 0.82);
}

.smartboard-footer--dark {
  background: linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
}

.smartboard-footer__eyebrow {
  color: #7c8aa5;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.smartboard-footer__title {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 0.75rem;
}

.smartboard-footer__lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  margin: 0;
  max-width: 40rem;
}

.smartboard-footer__newsletter {
  padding: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.smartboard-footer__label {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.smartboard-footer__newsletter-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.smartboard-footer__newsletter-row .form-control {
  min-width: 0;
  flex: 1 1 16rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
  font-size: 1rem;
  padding: 0.85rem 1rem;
}

.smartboard-footer__newsletter-row .btn {
  border-radius: 999px;
  padding-inline: 1.25rem;
}

.smartboard-footer__note {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.875rem;
}

.smartboard-footer__links {
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.smartboard-footer__links h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.85rem;
}

.smartboard-footer__links .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  padding: 0.15rem 0;
}

.smartboard-footer__links .nav-link:hover {
  color: #fff;
}

.smartboard-footer__links .nav-link.disabled {
  opacity: 0.65;
}

.smartboard-footer__bottom {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.875rem;
}

.smartboard-footer .text-muted,
.smartboard-footer span {
  color: inherit !important;
}

.smartboard-footer a {
  color: inherit;
  text-decoration: none;
}

.smartboard-footer a:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .smartboard-navbar .navbar-collapse {
    padding-top: 0.75rem;
  }
}

.query-filter__actions {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  margin-left: auto;
}

.query-grid__body {
  padding: 0.75rem;
}

@media (max-width: 991.98px) {
  .query-filter__actions {
    width: 100%;
    margin-left: 0;
  }

  .query-filter__field--grow {
    flex: 1 1 100%;
    max-width: none;
  }

  .query-filter__keyword {
    flex: 1 1 100%;
    max-width: none;
  }
}

/* ----------------------------------------
   Layout - 공통
   ---------------------------------------- */
/* SmartGrid 폰트 변수를 Noto Sans KR로 통일 */
:root {
  --sg-font-family: 'Noto Sans KR', sans-serif;
  --sg-font-size-base: 14px;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 0.875rem;
  background: #f0f4f8;
  padding: 0;
  overflow-y: scroll;
}

/* ----------------------------------------
   Bootstrap Table 확장
   - 헤더 줄바꿈 방지
   - 필요시 가로 스크롤
   ---------------------------------------- */
table th,
table td {
  white-space: nowrap;
  vertical-align: middle;
}

.table-nowrap thead th,
.table-nowrap tbody td {
  white-space: nowrap;
}

.table-nowrap thead th {
  text-align: center;
}

.table-responsive-x {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

/* 통계 테이블 스크롤 영역 */
.tbl-scroll-200 {
  max-height: 200px;
  overflow-y: auto;
}

/* ----------------------------------------
   Filter Form - 입력 너비
   ---------------------------------------- */
.filter-date {
  width: 140px;
}

.filter-sm {
  width: 120px;
}

.filter-md {
  width: 160px;
}

.filter-lg {
  width: 200px;
}

.filter-year {
  width: 90px;
}

/* ----------------------------------------
   Modal Table - 셀 너비
   ---------------------------------------- */
.col-no {
  width: 40px;
}

.col-code {
  width: 100px;
}

.col-unit {
  width: 60px;
}

.col-qty {
  width: 120px;
  min-width: 100px;
}

.col-price {
  width: 140px;
  min-width: 120px;
}

.col-amount {
  width: 120px;
  min-width: 100px;
}

/* ----------------------------------------
   Login Page
   ---------------------------------------- */
.login-wrap {
  background: #1e293b;
  min-height: 100vh;
}

.login-card {
  max-width: 420px;
}

.brand-icon {
  font-size: 2.5rem;
  color: #3b82f6;
}

/* ----------------------------------------
   발주 합계 바
   ---------------------------------------- */
#totalBar {
  background: #1e3a5f;
  color: #fff;
}

/* ----------------------------------------
   Status Badge
   ---------------------------------------- */
.status-badge {
  font-size: 0.875rem;
}

/* ----------------------------------------
   Card 공통 여백
   ---------------------------------------- */

/* 카드 헤더 기본 패딩 (py-2 등 유틸리티 없을 때 적용) */
.card-header {
  border-bottom: 0 !important;
}

/* .card-header {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  font-size: 1rem;
} */

/* 카드 바디 기본 패딩 */
.card-body {
  padding: 1rem;
}

/* 카드 바디 내 테이블: 상하좌우 여백 확보 (p-0이어도 적용) */
.card-body>.table-responsive {
  padding: 0.5rem 0.75rem;
}

/* 카드 내 테이블 셀: 폰트·패딩·세로정렬 통일 */
.card .table> :not(caption)>*>* {
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  vertical-align: middle;
}

/* 카드 내 테이블 폼 타이틀 */
.card .table thead th {
  font-weight: 700;
}

/* ----------------------------------------
   모달 공통 폰트
   - 타이틀/레이블: 굵게 0.86rem
   - 바디 텍스트: 보통 0.86rem
   ---------------------------------------- */
.modal-body,
.modal-body table,
.modal-body th,
.modal-body td {
  font-size: 0.875rem;
}

/* 모달 바디 여백 */
.modal-body,
.modal-footer {
  padding: 1rem !important;
}

/* 모달 내 테이블 셀 패딩 (table-sm 포함 오버라이드) */
.modal-body .table> :not(caption)>*>* {
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  vertical-align: middle;
}

/* 오프캔버스 내 테이블 셀 패딩 (table-sm 포함 오버라이드) */
.offcanvas-body .table> :not(caption)>*>* {
  /* padding: 1.2rem 2rem !important; */
  vertical-align: middle;
}

/* 레이블/타이틀: 굵게 */
.modal-body .form-label,
.modal-body label,
.modal-body .text-muted {
  font-size: 0.875rem;
  font-weight: 600;
}

/* 값(value): 일반 굵기 */
.modal-body strong {
  font-weight: 400;
}

/* 모달 헤더 패딩 — 카드 헤더와 동일 */
.modal-header {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* 모달 헤더 타이틀 */
.modal-title {
  font-size: 1rem;
  font-weight: 700;
}

/* 탭 헤더 */
.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
  font-size: 1rem;
  font-weight: 700;
}

/* 게시판 최신글 탭 */
#boardTab .nav-link {
  font-size: 0.875rem;
}

/* ----------------------------------------
   게시글 본문 (board-content)
   - Jodit 에디터 출력 HTML 렌더링 통일
   ---------------------------------------- */
.board-content {
  word-break: break-word;
  overflow-wrap: break-word;
  min-height: 200px;
  line-height: 1.8;
}

.board-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.board-content p {
  margin-bottom: 0.75rem;
}

.board-content table {
  border-collapse: collapse;
  width: auto;
  max-width: 100%;
  margin-bottom: 0.75rem;
}

.board-content table td,
.board-content table th {
  border: 1px solid #dee2e6;
  padding: 0.4rem 0.6rem;
}

/* ----------------------------------------
   KPI FAB (Floating Action Button)
   ---------------------------------------- */
/* KPI 오프캔버스 너비 */
.oc-kpi {
  width: 320px;
}

/* 작은 모달 (360px / 400px / 420px) */
.modal-360 {
  max-width: 360px;
}

.modal-400 {
  max-width: 400px;
}

.modal-420 {
  max-width: 420px;
}

/* 스크롤 영역 90px / 240px */
.scroll-y-90 {
  max-height: 90px;
  overflow-y: auto;
}

.scroll-y-240 {
  max-height: 240px;
  overflow-y: auto;
}

/* 필터 xs (100px) */
.filter-xs {
  width: 100px;
}

.kpi-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 1045;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #1e293b;
  color: #fff;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    transform 0.15s;
}

.kpi-fab:hover {
  background: #334155;
  transform: scale(1.08);
}

.kpi-fab:active {
  transform: scale(0.96);
}

.kpi-fab--alert {
  background: #dc3545;
}

.kpi-fab--alert:hover {
  background: #b02a37;
}

.kpi-fab__badge {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 22px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #ffc107;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
}

.kpi-pipeline-demo-wrap {
  background: #f8fafc;
}

.kpi-pipeline-demo {
  padding: 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
}

.kpi-pipeline-demo__title {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.kpi-pipeline-demo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
}

.kpi-pipeline-demo__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.5rem 0.65rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f172a;
  text-align: left;
}

.kpi-pipeline-demo__item strong {
  font-size: 0.875rem;
  font-weight: 800;
  color: #1d4ed8;
}

@media (max-width: 767.98px) {
  .kpi-fab {
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    right: 16px;
    width: 46px;
    height: 46px;
    font-size: 1.05rem;
  }
}

/* 오프캔버스 아이콘 */
.kpi-oc__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}

/* 오프캔버스 부드러운 전환 */
.offcanvas {
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* 오프캔버스 하단 footer 영역 */
.offcanvas-footer {
  margin-top: auto;
}

#navbarMenu .dropdown-item {
  font-size: 0.875rem !important;
}

/* ----------------------------------------
   피벗 테이블 (admin/orders/pivot.php)
   ---------------------------------------- */
.pivot-table th,
.pivot-table td {
  white-space: nowrap;
}

.pivot-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.pivot-table tfoot td {
  position: sticky;
  bottom: 0;
}

/* ----------------------------------------
   인쇄 전역 설정
   ---------------------------------------- */
@media print {
  body {
    background: #fff !important;
  }

  table th,
  table td {
    color: black !important;
    border-color: black !important;
  }

  .text-primary,
  .text-secondary,
  .text-success,
  .text-danger,
  .text-warning,
  .text-info,
  .text-muted {
    color: black !important;
  }

  .table-dark th,
  .table-dark td {
    background-color: #e9ecef !important;
    color: black !important;
  }

  .table-warning td {
    background-color: #fff3cd !important;
    color: black !important;
  }

  .table-light th,
  .table-light td {
    color: black !important;
  }

  /* 피벗 테이블 인쇄 전용 */
  nav.navbar,
  .no-print {
    display: none !important;
  }

  .print-header {
    display: block !important;
  }

  .container-fluid {
    padding: 0 !important;
  }

  .card {
    border: none !important;
    box-shadow: none !important;
  }

  .card-header {
    display: none !important;
  }

  body {
    font-size: 10pt;
  }

  .pivot-table th,
  .pivot-table td {
    font-size: 9pt;
    padding: 3px 5px !important;
  }

  .pivot-table thead th {
    position: static !important;
  }

  .pivot-table tfoot td {
    position: static !important;
  }

  .pivot-table tfoot {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .table-responsive {
    overflow: visible !important;
  }
}

/* ----------------------------------------
   컬럼 너비 유틸리티 (테이블 헤더용)
   ---------------------------------------- */
.col-38 {
  width: 38px;
}

.col-42 {
  width: 42px;
}

.col-45 {
  width: 45px;
}

.col-55 {
  width: 55px;
}

.col-58 {
  width: 58px;
}

.col-65 {
  width: 65px;
}

.col-70 {
  width: 70px;
}

.col-80 {
  width: 80px;
}

.col-85 {
  width: 85px;
}

.col-90 {
  width: 90px;
}

.col-105 {
  width: 105px;
}

.col-120 {
  width: 120px;
}

.col-130 {
  width: 130px;
}

.col-140 {
  width: 140px;
}

.col-150 {
  width: 150px;
}

.col-160 {
  width: 160px;
}

/* ----------------------------------------
   최대 너비 유틸리티
   ---------------------------------------- */
.mxw-280 {
  max-width: 280px;
}

.mxw-300 {
  max-width: 300px;
}

/* ----------------------------------------
   최소 너비 추가
   ---------------------------------------- */
.mw-140 {
  min-width: 140px;
}

/* ----------------------------------------
   진행 바 (얇은 형태)
   ---------------------------------------- */
.progress-8 {
  height: 8px;
}

/* ----------------------------------------
   차트 래퍼 (200px)
   ---------------------------------------- */
.chart-wrap-sm {
  position: relative;
  height: 200px;
}

/* ----------------------------------------
   데모용 아이콘 박스
   ---------------------------------------- */
.demo-icon-box {
  width: 72px;
  height: 72px;
  font-size: 2.2rem;
}

/* ----------------------------------------
   폼 체크 인풋 XL (토글 스위치)
   ---------------------------------------- */
.form-check-input-xl {
  width: 2.5em !important;
  height: 1.3em !important;
}

/* ----------------------------------------
   MultiPicker 품목 테이블 인풋 너비
   ---------------------------------------- */
.mp-item-row .mp-qty,
.mp-item-row .mp-price {
  min-width: 100px !important;
}

.mp-item-row .mp-amount {
  min-width: 130px !important;
}

.mp-keyword {
  width: 120px !important;
}

@media (min-width: 768px) {
  .mp-keyword {
    width: 200px !important;
  }
}

.dashboard-kpi-title,
.dashboard-card-title {
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ----------------------------------------
   Smartboard Public - merged from root style.css
   ---------------------------------------- */
.smartboard-page {
  --sb-ink: #172018;
  --sb-muted: #5d6b5f;
  --sb-leaf: #2f7d45;
  --sb-leaf-deep: #174f2a;
  --sb-mint: #eaf6ed;
  --sb-paper: #fbfaf4;
  font-size: 0.9375rem;
}

body.smartboard-public {
  min-width: 320px;
  color: var(--sb-text, #17202a);
  background:
    radial-gradient(circle at top left, rgba(20, 99, 255, 0.1), transparent 32rem),
    linear-gradient(180deg, #ffffff 0, var(--sb-bg, #f4f7fb) 18rem);
  font-size: 0.9375rem;
}

body.smartboard-public .small,
body.smartboard-public .btn-sm,
body.smartboard-public .form-select-sm,
body.smartboard-public table {
  font-size: 0.875rem;
}

body.smartboard-public .smartboard-page-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 220px;
  padding: 0;
  background:
    radial-gradient(circle at 90% 12%, rgba(87, 124, 255, 0.35), transparent 28%),
    linear-gradient(135deg, #0d1020 0%, #111a46 56%, #1f3384 100%);
}

body.smartboard-public .smartboard-page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0, transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0, transparent 38%);
  pointer-events: none;
}

body.smartboard-public .smartboard-page-banner .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  height: 100%;
}

body.smartboard-public .smartboard-page-banner__badge,
body.smartboard-public .smartboard-page-banner__title,
body.smartboard-public .smartboard-page-banner__desc {
  position: relative;
  z-index: 1;
}

body.smartboard-public .smartboard-page-banner__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  backdrop-filter: blur(10px);
}

body.smartboard-public .smartboard-page-banner__badge i {
  color: #ffffff;
}

body.smartboard-public .smartboard-page-banner__content {
  position: relative;
  z-index: 1;
  max-width: 60rem;
}

body.smartboard-public .smartboard-page-banner__title {
  margin: 0;
  color: #fff;
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

body.smartboard-public .smartboard-page-banner__desc {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 48rem;
}

body.contact-page > .container.py-4,
body.demo-page > .container.py-4,
body.lotto-page > main.container,
body.visit-page > .visit-shell {
  padding-top: 2.25rem !important;
}

body.visit-page > .visit-shell {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  body.smartboard-public .smartboard-page-banner {
    height: 184px;
  }

  body.smartboard-public .smartboard-page-banner__title {
    font-size: 1.7rem;
  }

  body.smartboard-public .smartboard-page-banner__desc {
    font-size: 0.95rem;
  }

  body.contact-page > .container.py-4,
  body.demo-page > .container.py-4,
  body.lotto-page > main.container,
  body.visit-page > .visit-shell {
    padding-top: 1.5rem !important;
  }
}

.smartboard-hero {
  background:
    radial-gradient(circle at 88% 15%, rgba(47, 125, 69, 0.18), transparent 28%),
    linear-gradient(135deg, #fbfaf4 0%, #eef8ef 55%, #ffffff 100%);
}

.smartboard-hero h1 {
  color: var(--sb-ink);
  letter-spacing: -0.04em;
}

.smartboard-preview {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(47, 125, 69, 0.16);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(23, 79, 42, 0.14);
  backdrop-filter: blur(12px);
}

.smartboard-kpi {
  background: var(--sb-paper);
  border: 1px solid rgba(23, 79, 42, 0.08);
  border-radius: 16px;
  padding: 14px;
}

.smartboard-bars {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 132px;
  padding: 16px;
  background: linear-gradient(180deg, #f7fbf7 0%, #eef6ef 100%);
  border-radius: 18px;
}

.smartboard-bars span {
  flex: 1;
  min-width: 18px;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, #58b86f 0%, #1f6b37 100%);
  box-shadow: 0 10px 20px rgba(31, 107, 55, 0.18);
}

.smartboard-bar--42 {
  height: 42%;
}

.smartboard-bar--58 {
  height: 58%;
}

.smartboard-bar--64 {
  height: 64%;
}

.smartboard-bar--70 {
  height: 70%;
}

.smartboard-bar--78 {
  height: 78%;
}

.smartboard-bar--88 {
  height: 88%;
}

.smartboard-bar--95 {
  height: 95%;
}

.smartboard-nav .nav-link {
  border-radius: 8px;
  color: var(--sb-muted, #5d6b5f);
  font-weight: 700;
}

.smartboard-nav .nav-link:hover,
.smartboard-nav .nav-link.active {
  color: var(--sb-leaf-deep, #174f2a);
  background: var(--sb-mint, #eaf6ed);
}

.smartboard-feature-hero {
  background:
    radial-gradient(circle at 92% 12%, rgba(47, 125, 69, 0.16), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eef8ef 100%);
}

.smartboard-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--sb-leaf);
  border-radius: 12px;
  font-size: 1.2rem;
}

.smartboard-feature-card {
  height: 100%;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(23, 79, 42, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(23, 79, 42, 0.07);
}

.smartboard-profit-card {
  height: 100%;
  padding: 22px;
  background: #f7fbf7;
  border: 1px solid rgba(47, 125, 69, 0.14);
  border-radius: 18px;
}

.smartboard-screen-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.smartboard-screen-list li {
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(23, 79, 42, 0.08);
  border-radius: 14px;
}

.smartboard-flow-card {
  border: 1px solid rgba(23, 79, 42, 0.08);
  border-radius: 18px;
  padding: 18px;
  background: #fff;
}

.smartboard-step-card {
  border: 1px solid rgba(23, 79, 42, 0.08);
  border-radius: 18px;
  padding: 18px;
  background: #fff;
}

.smartboard-service-card,
.smartboard-price-card,
.smartboard-contact-box,
.smartboard-faq {
  border: 1px solid rgba(23, 79, 42, 0.08);
  border-radius: 20px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(23, 79, 42, 0.08);
}

.smartboard-service-card--web {
  background:
    radial-gradient(circle at 90% 10%, rgba(47, 125, 69, 0.16), transparent 28%),
    #fff;
}

.smartboard-service-card--custom {
  background:
    radial-gradient(circle at 90% 10%, rgba(33, 37, 41, 0.12), transparent 28%),
    #fff;
}

.smartboard-check-list,
.smartboard-list {
  padding-left: 18px;
}

.smartboard-check-list {
  color: var(--sb-muted);
}

.smartboard-check-list li + li,
.smartboard-list li + li {
  margin-top: 8px;
}

.smartboard-price {
  margin-bottom: 8px;
  color: var(--sb-leaf-deep);
  font-size: 1.05rem;
  font-weight: 800;
}

.smartboard-form-result {
  padding: 14px 16px;
  border: 1px solid #dee2e6;
  border-radius: 14px;
  background: #fff;
  font-weight: 700;
}

.smartboard-form-result--info {
  color: #495057;
  background: #f8f9fa;
}

.smartboard-form-result--success {
  color: #174f2a;
  background: #eaf6ed;
  border-color: rgba(47, 125, 69, 0.2);
}

.smartboard-form-result--error {
  color: #842029;
  background: #f8d7da;
  border-color: #f1aeb5;
}

.smartboard-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: #fff;
  background: var(--sb-leaf);
  border-radius: 12px;
  font-weight: 700;
}

.smartboard-demo-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 20px;
  color: var(--sb-ink);
  text-decoration: none;
  border: 1px solid rgba(23, 79, 42, 0.1);
  border-radius: 18px;
  background: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.smartboard-demo-link:hover {
  color: var(--sb-ink);
  border-color: rgba(47, 125, 69, 0.35);
  box-shadow: 0 16px 36px rgba(23, 79, 42, 0.12);
  transform: translateY(-2px);
}

.smartboard-demo-link i {
  color: var(--sb-leaf);
  font-size: 1.5rem;
}

.smartboard-demo-link span {
  color: var(--sb-muted);
  font-size: 0.875rem;
}

@media (max-width: 575.98px) {
  body.smartboard-public .smartboard-hero .card-body {
    padding: 24px !important;
  }

  body.smartboard-public .smartboard-hero h1 {
    font-size: 1.9rem;
  }

  .smartboard-bars {
    height: 100px;
  }
}

/* ----------------------------------------
   Lotto page
   ---------------------------------------- */
.lotto-page {
  --lotto-primary: var(--bs-primary, #1b4dff);
  --lotto-primary-dark: #1037b6;
  --lotto-surface: rgba(255, 255, 255, 0.94);
  --lotto-surface-strong: rgba(255, 255, 255, 0.98);
  --lotto-border: rgba(27, 77, 255, 0.1);
  --lotto-ink: #172033;
  --lotto-muted: #64748b;
  --lotto-soft: #eef4ff;
  --lotto-soft-2: #f8fbff;
  --lotto-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
  --lotto-shadow-lg: 0 28px 70px rgba(15, 23, 42, 0.12);
  background:
    radial-gradient(circle at 12% 8%, rgba(27, 77, 255, 0.09), transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(255, 107, 43, 0.07), transparent 18%),
    linear-gradient(180deg, #f8fafc 0%, #eef3ff 100%);
  color: var(--lotto-ink);
}

.lotto-page .smartboard-page {
  position: relative;
  z-index: 1;
}

.lotto-hero,
.lotto-result-panel,
.lotto-side {
  border: 1px solid var(--lotto-border);
  border-radius: 28px;
  overflow: hidden;
}

.lotto-hero {
  background:
    radial-gradient(circle at 88% 18%, rgba(27, 77, 255, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.98) 52%, rgba(240, 245, 255, 0.96) 100%);
  box-shadow: var(--lotto-shadow-lg);
}

.lotto-hero__badge {
  letter-spacing: 0.02em;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  font-weight: 700;
}

.lotto-hero h1 {
  color: var(--lotto-ink);
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.lotto-hero__lead {
  max-width: 44rem;
  color: var(--lotto-muted) !important;
  font-size: 1.03rem;
}

.lotto-hero__actions .btn {
  border-radius: 999px;
  padding-inline: 1.1rem;
  box-shadow: none;
}

.lotto-hero__actions .btn-primary {
  background: linear-gradient(180deg, var(--lotto-primary) 0%, var(--lotto-primary-dark) 100%);
  border-color: var(--lotto-primary-dark);
}

.lotto-hero__actions .btn-outline-primary {
  color: var(--lotto-primary);
  border-color: rgba(27, 77, 255, 0.2);
  background: rgba(255, 255, 255, 0.82);
}

.lotto-hero__actions .btn-outline-primary:hover {
  background: var(--lotto-soft);
  color: var(--lotto-primary-dark);
}

.lotto-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lotto-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(27, 77, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--lotto-ink);
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.lotto-chip i {
  color: var(--lotto-primary);
}

.lotto-preview {
  height: 100%;
  background: var(--lotto-surface);
  border: 1px solid rgba(27, 77, 255, 0.12);
  border-radius: 24px;
  box-shadow: var(--lotto-shadow);
  backdrop-filter: blur(14px);
}

.lotto-preview__title {
  color: var(--lotto-ink);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.lotto-preview__live {
  color: var(--lotto-primary);
  border: 1px solid rgba(27, 77, 255, 0.12);
  background: #fff !important;
}

.lotto-note {
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(27, 77, 255, 0.08);
  color: #23406f;
  font-size: 0.92rem;
}

.lotto-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.lotto-mini-stat {
  padding: 1rem;
  background: linear-gradient(180deg, #f8fbff 0%, #edf3ff 100%);
  border-radius: 18px;
  border: 1px solid rgba(27, 77, 255, 0.08);
}

.lotto-result-panel,
.lotto-side {
  background: var(--lotto-surface);
  box-shadow: var(--lotto-shadow);
}

.lotto-result-panel .badge,
.lotto-side .badge {
  letter-spacing: 0.02em;
}

.lotto-results {
  display: grid;
  gap: 0.9rem;
}

.lotto-card {
  padding: 1rem 1rem 1.05rem;
  border: 1px solid rgba(27, 77, 255, 0.08);
  border-radius: 20px;
  background: var(--lotto-surface-strong);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.lotto-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.lotto-card__title {
  color: var(--lotto-ink);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.lotto-balls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lotto-ball {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

.lotto-ball--main {
  background: linear-gradient(180deg, #5f8dff 0%, #214bd6 100%);
}

.lotto-ball--special {
  background: linear-gradient(180deg, #ffbf4d 0%, #d88b07 100%);
}

.lotto-list {
  padding-left: 1rem;
  color: var(--lotto-muted);
}

.lotto-list li + li {
  margin-top: 0.5rem;
}

.lotto-rule {
  padding: 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef3ff 100%);
  border: 1px solid rgba(27, 77, 255, 0.08);
}

.lotto-side .text-muted,
.lotto-side .small,
.lotto-result-panel .text-muted {
  color: var(--lotto-muted) !important;
}

.lotto-footer {
  color: var(--lotto-muted);
}

@media (max-width: 991.98px) {
  .lotto-hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
  }
}

@media (max-width: 575.98px) {
  .lotto-mini-grid {
    grid-template-columns: 1fr;
  }

  .lotto-ball {
    width: 2.1rem;
    height: 2.1rem;
  }
}

/* ----------------------------------------
   Landing - 공통화된 랜딩 페이지 스타일
   ---------------------------------------- */
body.landing-page {
  --sb-primary: #1B4DFF;
  --sb-primary-dark: #0F33CC;
  --sb-primary-light: #EEF2FF;
  --sb-accent: #FF6B2B;
  --sb-accent-light: #FFF3EE;
  --sb-dark: #0D0F1A;
  --sb-gray-100: #F7F8FA;
  --sb-gray-200: #ECEEF2;
  --sb-gray-400: #9CA3AF;
  --sb-gray-600: #4B5563;
  --sb-gray-800: #1F2937;
  --sb-success: #059669;
  --sb-success-light: #ECFDF5;
  --sb-radius: 12px;
  --sb-radius-lg: 20px;
  --sb-shadow: 0 2px 16px rgba(0,0,0,0.08);
  --sb-shadow-lg: 0 8px 40px rgba(0,0,0,0.12);
  color: var(--sb-gray-800);
  background: #fff;
  line-height: 1.7;
}

body.landing-page .text-primary-sb { color: var(--sb-primary) !important; }
body.landing-page .text-accent { color: var(--sb-accent) !important; }
body.landing-page .bg-primary-sb { background-color: var(--sb-primary) !important; }

body.landing-page .highlight-box {
  background: var(--sb-primary-light);
  border-left: 3px solid var(--sb-primary);
  border-radius: 0 var(--sb-radius) var(--sb-radius) 0;
  padding: 12px 16px;
}

body.landing-page .hero {
  background: linear-gradient(160deg, #F0F4FF 0%, #FFFFFF 60%);
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}

body.landing-page .hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 77, 255, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

body.landing-page .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--sb-primary-light);
  color: var(--sb-primary);
  border: 1px solid rgba(27, 77, 255, 0.2);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

body.landing-page .hero h1 {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -1px;
  color: var(--sb-dark);
  margin-bottom: 18px;
}

body.landing-page .hero h1 .underline-accent {
  position: relative;
  display: inline-block;
}

body.landing-page .hero h1 .underline-accent::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--sb-primary);
  opacity: 0.25;
  border-radius: 3px;
}

body.landing-page .hero-sub {
  font-size: clamp(16px, 2.5vw, 19px);
  color: var(--sb-gray-600);
  margin-bottom: 32px;
  max-width: 520px;
  font-weight: 400;
}

body.landing-page .hero-cta-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

body.landing-page .btn-hero-primary {
  background: var(--sb-primary);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, transform 0.1s;
  box-shadow: 0 4px 20px rgba(27, 77, 255, 0.3);
}

body.landing-page .btn-hero-primary:hover {
  background: var(--sb-primary-dark);
  color: #fff;
  transform: translateY(-1px);
}

body.landing-page .btn-hero-secondary {
  background: #fff;
  color: var(--sb-gray-800);
  border: 1.5px solid var(--sb-gray-200);
  border-radius: 10px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color 0.2s;
}

body.landing-page .btn-hero-secondary:hover {
  border-color: var(--sb-primary);
  color: var(--sb-primary);
}

body.landing-page .hero-trust {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--sb-gray-400);
}

body.landing-page .security-strip {
  max-width: 440px;
  background: var(--sb-success-light);
  border: 1px solid rgba(5, 150, 105, 0.2);
  border-radius: var(--sb-radius);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #065F46;
  font-weight: 500;
}

body.landing-page .security-strip i,
body.landing-page .hero-trust i {
  color: var(--sb-success);
}

body.landing-page .hero-trust .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sb-gray-400);
}

body.landing-page .hero-preview {
  background: #fff;
  border-radius: var(--sb-radius-lg);
  box-shadow: var(--sb-shadow-lg);
  border: 1px solid var(--sb-gray-200);
  overflow: hidden;
}

body.landing-page .hero-preview-bar {
  background: var(--sb-gray-100);
  border-bottom: 1px solid var(--sb-gray-200);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

body.landing-page .preview-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

body.landing-page .preview-dot:nth-child(1) { background: #FF5F57; }
body.landing-page .preview-dot:nth-child(2) { background: #FFBD2E; }
body.landing-page .preview-dot:nth-child(3) { background: #28C840; }

body.landing-page .hero-preview-bar span:last-child {
  font-size: 14px;
  color: var(--sb-gray-400);
  margin-left: 8px;
}

body.landing-page .preview-inner { padding: 20px; }
body.landing-page .preview-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

body.landing-page .preview-kpi {
  background: var(--sb-gray-100);
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}

body.landing-page .preview-kpi .val {
  font-size: 20px;
  font-weight: 800;
  color: var(--sb-primary);
}

body.landing-page .preview-kpi:nth-child(3) .val { color: var(--sb-success); }

body.landing-page .preview-kpi .lbl {
  font-size: 14px;
  color: var(--sb-gray-400);
  margin-top: 2px;
}

body.landing-page .preview-chart-mock {
  background: var(--sb-gray-100);
  border-radius: 8px;
  height: 90px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  padding: 12px 16px 12px;
}

body.landing-page .bar-mock {
  flex: 1;
  background: var(--sb-primary);
  border-radius: 3px 3px 0 0;
  opacity: 0.7;
  transition: opacity 0.2s;
}

body.landing-page .bar-mock:hover { opacity: 1; }
body.landing-page .preview-chart-mock .bar-mock:nth-child(1) { height: 40%; }
body.landing-page .preview-chart-mock .bar-mock:nth-child(2) { height: 60%; }
body.landing-page .preview-chart-mock .bar-mock:nth-child(3) { height: 50%; }
body.landing-page .preview-chart-mock .bar-mock:nth-child(4) { height: 80%; }
body.landing-page .preview-chart-mock .bar-mock:nth-child(5) { height: 65%; }
body.landing-page .preview-chart-mock .bar-mock:nth-child(6) { height: 90%; }
body.landing-page .preview-chart-mock .bar-mock:nth-child(7) { height: 75%; }
body.landing-page .preview-chart-mock .bar-mock:nth-child(8) { height: 100%; opacity: 1; }

body.landing-page .preview-chart-mock + p {
  font-size: 14px;
  color: var(--sb-gray-400);
  text-align: right;
  margin: 8px 0 0;
}

body.landing-page .section-problem {
  background: var(--sb-dark);
  color: #fff;
  padding: 70px 0;
}

body.landing-page .section-problem h2 {
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

body.landing-page .section-problem .text-center > p:first-child {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

body.landing-page .section-problem .text-center > h2 { color: #fff; }

body.landing-page .section-problem .text-center > p:last-child {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

body.landing-page .problem-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--sb-radius);
  padding: 24px;
  height: 100%;
}

body.landing-page .problem-card .icon-wrap {
  width: 44px;
  height: 44px;
  background: rgba(255, 107, 43, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #FF6B2B;
  margin-bottom: 14px;
}

body.landing-page .problem-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

body.landing-page .problem-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.6;
}

body.landing-page .section-how {
  padding: 80px 0;
  background: #fff;
}

body.landing-page .section-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--sb-primary);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

body.landing-page .section-title {
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

body.landing-page .section-desc {
  color: var(--sb-gray-600);
  font-size: 16px;
  max-width: 540px;
}

body.landing-page .step-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  border-radius: var(--sb-radius);
  border: 1px solid var(--sb-gray-200);
  background: #fff;
  margin-bottom: 16px;
  transition: box-shadow 0.2s, border-color 0.2s;
}

body.landing-page .step-card:hover {
  box-shadow: var(--sb-shadow);
  border-color: rgba(27, 77, 255, 0.2);
}

body.landing-page .step-num {
  min-width: 40px;
  height: 40px;
  background: var(--sb-primary-light);
  color: var(--sb-primary);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.landing-page .step-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

body.landing-page .step-card p {
  font-size: 14px;
  color: var(--sb-gray-600);
  margin: 0;
}

body.landing-page .section-sample {
  padding: 80px 0;
  background: var(--sb-gray-100);
}

body.landing-page .sample-card {
  background: #fff;
  border-radius: var(--sb-radius-lg);
  border: 1px solid var(--sb-gray-200);
  padding: 28px;
  height: 100%;
  transition: box-shadow 0.25s, transform 0.2s;
  cursor: pointer;
}

body.landing-page .sample-card:hover {
  box-shadow: var(--sb-shadow-lg);
  transform: translateY(-3px);
}

body.landing-page .sample-card .sample-icon {
  font-size: 36px;
  margin-bottom: 14px;
}

body.landing-page .sample-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}

body.landing-page .sample-card .target-badge {
  display: inline-block;
  background: var(--sb-primary-light);
  color: var(--sb-primary);
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  padding: 3px 10px;
  margin-bottom: 12px;
}

body.landing-page .sample-card p {
  font-size: 14px;
  color: var(--sb-gray-600);
  margin: 0;
}

body.landing-page .sample-card .download-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--sb-primary);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 16px;
}

body.landing-page .sample-card .download-link:hover { text-decoration: underline; }

body.landing-page .section-mid-cta {
  padding: 60px 0;
  background: var(--sb-primary-light);
  border-top: 1px solid rgba(27, 77, 255, 0.1);
  border-bottom: 1px solid rgba(27, 77, 255, 0.1);
}

body.landing-page .section-pricing {
  padding: 80px 0;
  background: #fff;
}

body.landing-page .price-card {
  border: 1.5px solid var(--sb-gray-200);
  border-radius: var(--sb-radius-lg);
  padding: 32px 28px;
  height: 100%;
  position: relative;
  transition: box-shadow 0.25s;
}

body.landing-page .price-card:hover { box-shadow: var(--sb-shadow-lg); }

body.landing-page .price-card.featured {
  border-color: var(--sb-primary);
  box-shadow: 0 0 0 3px rgba(27, 77, 255, 0.08);
}

body.landing-page .price-card .popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--sb-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 16px;
  white-space: nowrap;
}

body.landing-page .price-card .plan-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--sb-gray-600);
  margin-bottom: 8px;
}

body.landing-page .price-card .price {
  font-size: 32px;
  font-weight: 800;
  color: var(--sb-dark);
  letter-spacing: -1px;
}

body.landing-page .price-card .price span {
  font-size: 15px;
  font-weight: 500;
  color: var(--sb-gray-400);
}

body.landing-page .price-card .price-desc {
  font-size: 14px;
  color: var(--sb-gray-400);
  margin-bottom: 20px;
  margin-top: 4px;
}

body.landing-page .price-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.landing-page .price-card ul li {
  font-size: 14px;
  color: var(--sb-gray-600);
  padding: 7px 0;
  border-bottom: 1px solid var(--sb-gray-100);
  display: flex;
  align-items: center;
  gap: 8px;
}

body.landing-page .price-card ul li:last-child { border-bottom: none; }

body.landing-page .price-card ul li i {
  color: var(--sb-success);
  font-size: 15px;
  flex-shrink: 0;
}

body.landing-page .price-card .btn-plan {
  display: block;
  width: 100%;
  padding: 13px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin-top: 22px;
  transition: background 0.2s;
}

body.landing-page .price-card .btn-plan-outline {
  border: 1.5px solid var(--sb-primary);
  color: var(--sb-primary);
  background: transparent;
}

body.landing-page .price-card .btn-plan-outline:hover {
  background: var(--sb-primary-light);
}

body.landing-page .price-card .btn-plan-filled {
  background: var(--sb-primary);
  color: #fff;
  border: none;
}

body.landing-page .price-card .btn-plan-filled:hover {
  background: var(--sb-primary-dark);
}

body.landing-page .section-faq {
  padding: 80px 0;
  background: var(--sb-gray-100);
}

body.landing-page .faq-item {
  background: #fff;
  border-radius: var(--sb-radius);
  border: 1px solid var(--sb-gray-200);
  margin-bottom: 8px;
  overflow: hidden;
}

body.landing-page .faq-question {
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

body.landing-page .faq-question:hover { background: var(--sb-gray-100); }

body.landing-page .faq-answer {
  display: none;
  padding: 0 22px 18px;
  font-size: 14px;
  color: var(--sb-gray-600);
  line-height: 1.7;
}

body.landing-page .faq-item.open .faq-answer { display: block; }
body.landing-page .faq-item.open .faq-icon { transform: rotate(180deg); }

body.landing-page .faq-icon {
  transition: transform 0.2s;
  font-size: 16px;
  color: var(--sb-gray-400);
}

body.landing-page .section-final-cta {
  padding: 90px 0;
  background: var(--sb-dark);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

body.landing-page .section-final-cta::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 77, 255, 0.15) 0%, transparent 70%);
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

body.landing-page .section-final-cta h2 {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

body.landing-page .section-final-cta p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 36px;
}

body.landing-page .section-final-cta .btn-hero-primary {
  width: fit-content;
  margin: 0 auto;
}

body.landing-page .divider-section {
  height: 1px;
  background: var(--sb-gray-200);
}

@media (max-width: 768px) {
  body.landing-page .hero {
    padding: 50px 0 40px;
  }

  body.landing-page .hero-cta-group {
    flex-direction: column;
  }

  body.landing-page .btn-hero-primary,
  body.landing-page .btn-hero-secondary {
    width: 100%;
    justify-content: center;
  }

  body.landing-page .hero-preview {
    margin-top: 40px;
  }

  body.landing-page .preview-kpi-row {
    grid-template-columns: repeat(3, 1fr);
  }

  body.landing-page {
    padding-bottom: 96px;
  }
}
