/* HERO */
/* HERO — Stripe 라이트 메시 그라디언트 (DESIGN-stripe.md) */
.hero {
  background: #ffffff;
  padding: 128px 24px 72px; /* top: nav 64px + 여백 64px */
  text-align: center;
  position: relative; overflow: hidden;
  border-bottom: 1px solid #e3e8ee;
}
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 80% 20%, rgba(83,58,253,0.14) 0%, transparent 55%),
    radial-gradient(ellipse 60% 70% at 95% 60%, rgba(234,34,97,0.09) 0%, transparent 50%),
    radial-gradient(ellipse 45% 40% at 15% 10%, rgba(245,233,212,0.70) 0%, transparent 50%),
    radial-gradient(ellipse 55% 50% at 45% -5%, rgba(199,191,253,0.60) 0%, transparent 50%);
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(110deg, rgba(255,255,255,0.85) 0%, transparent 60%);
}
.hero-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
/* pill-tag-soft eyebrow */
.hero-eyebrow {
  display: inline-block; font-size: 10px; font-weight: 400; letter-spacing: 0.1px;
  text-transform: uppercase; color: #4434d4;  /* primary-deep */
  background: #b9b9f9;  /* primary-sub */
  border-radius: 9999px; padding: 4px 12px; margin-bottom: 24px;
}
/* display-xl: 48px 300 -0.96px */
.hero h1 { font-size: clamp(32px,5vw,52px); font-weight: 700; color: #0d253d; line-height: 1.08; margin-bottom: 20px; letter-spacing: -1.2px; }
.hero h1 em { font-style: normal; color: #533afd; }
.hero-sub { font-size: 16px; font-weight: 400; color: #64748d; line-height: 1.75; margin-bottom: 36px; }
.hero-badges { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
/* pill-tag-soft badges */
.hero-badge { font-size: 12px; font-weight: 400; color: #4434d4; background: #b9b9f9; border: none; border-radius: 9999px; padding: 5px 14px; }

/* LAYOUT */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.container-sm { max-width: 720px; margin: 0 auto; }
section { padding: 80px 0; }
.section-eyebrow { font-size: 11px; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: var(--clr-primary); margin-bottom: 12px; }
.section-title { font-size: clamp(26px,4vw,40px); font-weight: 700; color: var(--text); line-height: 1.1; margin-bottom: 16px; letter-spacing: -0.72px; }
.section-title em { font-style: normal; font-weight: 700; color: #533afd; }
.section-sub { font-size: 15px; color: var(--muted2); line-height: 1.75; }
.divider { height: 1px; background: var(--border); margin: 0 24px; }

/* TWO CARDS */
.card-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 48px; }
.def-card { border-radius: 20px; padding: 40px 36px; }
.def-card-ior { background: #fff; border: 2px solid var(--clr-primary); box-shadow: 0 8px 32px rgba(83,58,253,0.10); }
.def-card-sor { background: #fff; border: 2px solid var(--clr-ruby); box-shadow: 0 8px 32px rgba(249,115,22,0.08); }
.card-header { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.card-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.card-icon-ior { background: var(--clr-primary-sub); border: 1.5px solid var(--clr-primary-mid); }
.card-icon-sor { background: #fde8ef; border: 1.5px solid #f9c7d6; }
.card-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 4px; }
.card-name { font-size: 20px; font-weight: 700; color: var(--text); }
.card-desc { font-size: 14px; color: var(--muted2); line-height: 1.75; margin-bottom: 24px; }
.card-items { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.card-items li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--text2); }
.check { color: var(--success); font-weight: 400; flex-shrink: 0; }

/* SOR DEF AREAS */
.sor-def-areas { display: flex; flex-direction: column; gap: 18px; margin-top: 4px; }
.sor-def-area { background: #fff8f4; border: 1px solid #f9c7d6; border-radius: 10px; padding: 14px 16px; }
.sor-def-area-label { font-size: 11px; font-weight: 400; letter-spacing: 0.05em; margin-bottom: 10px; }

/* INCLUDE GRID */
.include-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.include-cell { border: 1px solid var(--border); border-radius: 12px; padding: 20px; background: #fff; text-align: center; transition: box-shadow 0.2s, transform 0.2s; }
.include-cell:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.07); transform: translateY(-2px); }
.include-cell .icon { font-size: 22px; margin-bottom: 8px; }
.include-cell .name { font-size: 13px; font-weight: 400; color: var(--text); margin-bottom: 4px; }
.include-cell .sub { font-size: 12px; color: var(--muted2); }

/* OWNERSHIP BANNER */
.own-banner {
  display: flex; align-items: flex-start; gap: 20px;
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 28px 32px; margin-bottom: 48px;
}
.own-banner-body { flex: 1; min-width: 0; }
.own-banner-title { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.own-banner-desc { font-size: 13px; color: var(--muted2); line-height: 1.75; }
.btn-primary { display: inline-block; background: var(--clr-primary); color: #fff; font-size: 14px; font-weight: 400; padding: 12px 24px; border-radius: 10px; white-space: nowrap; transition: background 0.2s; }
.btn-primary:hover { background: #4434d4; }

/* HANDOVER SECTION */
.handover-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.handover-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 24px 20px; position: relative; }
.handover-num { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; color: var(--clr-primary); margin-bottom: 8px; text-transform: uppercase; }
.handover-title { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.handover-desc { font-size: 13px; color: var(--muted2); line-height: 1.7; }

/* GUARANTEE STRIP */
.guarantee-strip {
  background: rgba(99,102,241,0.04); border: 1px solid rgba(99,102,241,0.3);
  border-radius: 12px; padding: 24px 28px; text-align: center; margin-top: 32px;
}
.guarantee-strip .label { font-size: 13px; font-weight: 400; color: var(--clr-primary); margin-bottom: 6px; }
.guarantee-strip .value { font-size: 14px; font-weight: 600; color: var(--text); }

/* COMPARISON TABLE */
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.compare-table th { background: var(--bg2); padding: 14px 20px; font-size: 12px; font-weight: 400; text-align: left; color: var(--muted2); text-transform: uppercase; letter-spacing: 0.08em; border-bottom: 1px solid var(--border); }
.compare-table td { padding: 14px 20px; font-size: 14px; color: var(--text2); border-bottom: 1px solid var(--border); }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover td { background: var(--bg2); }
.badge-y { background: #dcfce7; color: #16a34a; font-size: 11px; font-weight: 400; padding: 3px 10px; border-radius: 20px; }
.badge-n { background: var(--bg2); color: var(--muted); font-size: 11px; font-weight: 400; padding: 3px 10px; border-radius: 20px; }
.badge-p { background: #fde8ef; color: var(--clr-ruby); font-size: 11px; font-weight: 400; padding: 3px 10px; border-radius: 20px; }

/* FLOW STEPS */
.flow-steps { display: flex; gap: 0; align-items: stretch; }
.flow-step { flex: 1; position: relative; }
.flow-step-inner { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 24px 20px; height: 100%; }
.flow-step:not(:last-child) .flow-step-inner { border-right: none; border-radius: 14px 0 0 14px; }
.flow-step:not(:first-child):not(:last-child) .flow-step-inner { border-radius: 0; }
.flow-step:last-child .flow-step-inner { border-radius: 0 14px 14px 0; }
.flow-arrow { position: absolute; right: -14px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; background: var(--clr-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; z-index: 2; flex-shrink: 0; }
.flow-num { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; color: var(--clr-primary); text-transform: uppercase; margin-bottom: 8px; }
.flow-icon { font-size: 24px; margin-bottom: 10px; }
.flow-title { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.flow-desc { font-size: 12px; color: var(--muted2); line-height: 1.65; }
.flow-tag { display: inline-block; font-size: 10px; font-weight: 400; color: var(--clr-primary); background: var(--clr-primary-sub); border-radius: 4px; padding: 2px 7px; margin-top: 8px; }

/* CERT TABLE */
.cert-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.cert-table th { background: var(--bg2); padding: 12px 16px; font-size: 11px; font-weight: 400; text-align: left; color: var(--muted2); text-transform: uppercase; letter-spacing: 0.07em; border-bottom: 1px solid var(--border); }
.cert-table td { padding: 14px 16px; font-size: 13px; color: var(--text2); border-bottom: 1px solid var(--border); vertical-align: top; line-height: 1.6; }
.cert-table tr:last-child td { border-bottom: none; }
.cert-table tr:hover td { background: var(--bg2); }
.cert-req { background: #fef2f2; color: #dc2626; font-size: 11px; font-weight: 400; padding: 2px 8px; border-radius: 4px; white-space: nowrap; }
.cert-opt { background: #fde8ef; color: #ea580c; font-size: 11px; font-weight: 400; padding: 2px 8px; border-radius: 4px; white-space: nowrap; }
.cert-na { background: var(--bg2); color: var(--muted); font-size: 11px; font-weight: 400; padding: 2px 8px; border-radius: 4px; white-space: nowrap; }

/* LIMIT CARDS */
.limit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.limit-card { border-radius: 14px; padding: 24px 22px; }
.limit-card-no  { background: #fef2f2; border: 1px solid #fecaca; }
.limit-card-yes { background: #f0fdf4; border: 1px solid #bbf7d0; }
.limit-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.limit-badge-no  { font-size: 11px; font-weight: 400; color: #dc2626; background: #fee2e2; border-radius: 6px; padding: 3px 10px; }
.limit-badge-yes { font-size: 11px; font-weight: 400; color: #16a34a; background: #dcfce7; border-radius: 6px; padding: 3px 10px; }
.limit-title { font-size: 15px; font-weight: 400; color: var(--text); }
.limit-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.limit-list li { font-size: 13px; color: var(--text2); display: flex; gap: 9px; align-items: flex-start; line-height: 1.55; }
.limit-dot-no  { color: #dc2626; font-weight: 400; flex-shrink: 0; }
.limit-dot-yes { color: #16a34a; font-weight: 400; flex-shrink: 0; }

/* SOR CHANNEL GRID */
.sor-ch-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.sor-ch-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; }
.sor-ch-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); transform: translateY(-3px); }
.sor-ch-head { padding: 20px 22px 16px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 12px; }
.sor-ch-logo { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.sor-ch-name { font-size: 15px; font-weight: 400; color: var(--text); }
.sor-ch-type { font-size: 11px; font-weight: 600; color: var(--muted); }
.sor-ch-body { padding: 18px 22px; display: flex; flex-direction: column; gap: 10px; }
.sor-ch-row { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; color: var(--text2); line-height: 1.55; }
.sor-ch-dot { color: var(--clr-ruby); font-weight: 400; flex-shrink: 0; margin-top: 1px; }
.sor-ch-foot { margin: 0 22px 18px; padding: 10px 12px; background: #fde8ef; border-radius: 8px; font-size: 12px; color: #9a3412; font-weight: 600; line-height: 1.5; }

/* SOR SETTLEMENT */
.settle-flow { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; align-items: center; margin-bottom: 36px; }
.settle-box { border-radius: 14px; padding: 20px 16px; text-align: center; }
.settle-box.revenue { background: #f0edff; border: 1.5px solid #d4d1fe; }
.settle-box.deduct  { background: #fef2f2; border: 1.5px solid #fecaca; }
.settle-box.net     { background: #f0fdf4; border: 1.5px solid #bbf7d0; }
.settle-arrow { text-align: center; font-size: 20px; color: var(--muted); }
.settle-label { font-size: 10px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; }
.settle-label.revenue { color: var(--clr-primary); }
.settle-label.deduct  { color: #dc2626; }
.settle-label.net     { color: var(--success); }
.settle-value { font-size: 16px; font-weight: 400; color: var(--text); margin-bottom: 4px; }
.settle-sub   { font-size: 11px; color: var(--muted2); line-height: 1.5; }
.deduct-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.deduct-table th { background: var(--bg2); padding: 11px 18px; font-size: 11px; font-weight: 400; text-align: left; color: var(--muted2); text-transform: uppercase; letter-spacing: 0.07em; border-bottom: 1px solid var(--border); }
.deduct-table td { padding: 12px 18px; font-size: 13px; color: var(--text2); border-bottom: 1px solid var(--border); line-height: 1.55; }
.deduct-table tr:last-child td { border-bottom: none; }
.deduct-table tr:hover td { background: var(--bg2); }
.d-who-us   { color: var(--clr-primary); font-weight: 400; font-size: 12px; }
.d-who-them { color: #dc2626;        font-weight: 400; font-size: 12px; }

/* SOR BRAND CONTROL */
.ctrl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ctrl-card { border-radius: 18px; padding: 28px 26px; }
.ctrl-card-brand { background: linear-gradient(135deg,#f0edff,#e8e6ff); border: 1.5px solid #d4d1fe; }
.ctrl-card-konivo { background: linear-gradient(135deg,#f0fdf4,#dcfce7); border: 1.5px solid #bbf7d0; }
.ctrl-head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.ctrl-badge-brand  { font-size: 11px; font-weight: 400; color: #4434d4; background: #e8e6ff; border-radius: 6px; padding: 4px 12px; }
.ctrl-badge-konivo { font-size: 11px; font-weight: 400; color: #15803d; background: #dcfce7; border-radius: 6px; padding: 4px 12px; }
.ctrl-head-title { font-size: 16px; font-weight: 400; color: var(--text); }
.ctrl-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ctrl-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--text2); line-height: 1.55; }
.ctrl-dot-brand  { color: #533afd; font-weight: 400; flex-shrink: 0; }
.ctrl-dot-konivo { color: #16a34a; font-weight: 400; flex-shrink: 0; }
.ctrl-note { margin-top: 16px; padding: 11px 14px; border-radius: 8px; font-size: 12px; line-height: 1.65; }
.ctrl-note-brand  { background: rgba(37,99,235,0.07); color: #1e40af; }
.ctrl-note-konivo { background: rgba(22,163,74,0.07); color: #166534; }

@media (max-width: 900px) {
  .sor-ch-grid { grid-template-columns: 1fr 1fr; }
  .settle-flow { grid-template-columns: 1fr; }
  .settle-arrow { display: none; }
  .ctrl-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .flow-steps { flex-direction: column; gap: 12px; }
  .flow-step-inner { border-radius: 14px !important; border-right: 1px solid var(--border) !important; }
  .flow-arrow { display: none; }
  .limit-grid { grid-template-columns: 1fr; }
  .sor-ch-grid { grid-template-columns: 1fr; }
}

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 2px; }
.faq-item { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.faq-q { padding: 18px 24px; font-size: 14px; font-weight: 400; color: var(--text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; user-select: none; }
.faq-q:hover { background: var(--bg2); }
.faq-a { padding: 0 24px 18px; font-size: 14px; color: var(--muted2); line-height: 1.75; }

/* CTA */
.cta-strip { background: linear-gradient(135deg, #0c1a3a, #0f2460); border-radius: 20px; padding: 60px 40px; text-align: center; }
.cta-strip h2 { font-size: clamp(22px,3vw,32px); font-weight: 400; color: #fff; margin-bottom: 12px; }
.cta-strip p { font-size: 15px; color: rgba(255,255,255,0.7); margin-bottom: 28px; }
.btn-white { display: inline-block; background: #fff; color: var(--clr-primary); font-size: 14px; font-weight: 400; padding: 14px 32px; border-radius: 10px; transition: transform 0.2s; }
.btn-white:hover { transform: translateY(-2px); }

/* FOOTER */
.site-footer { background: var(--bg2); border-top: 1px solid var(--border); padding: 32px 24px; text-align: center; }
.footer-links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 12px; }
.footer-links a { font-size: 13px; color: var(--muted2); }
.footer-links a:hover { color: var(--text); }
.footer-copy { font-size: 12px; color: var(--muted); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .card-pair { grid-template-columns: 1fr; }
  .include-grid { grid-template-columns: repeat(2,1fr); }
  .handover-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .hero { padding: 96px 16px 56px; } /* 모바일: nav 64px + 여백 32px */
  section { padding: 56px 0; }
  .own-banner { flex-direction: column; }
  .handover-grid { grid-template-columns: 1fr; }
  .include-grid { grid-template-columns: repeat(2,1fr); }
  .nav-links { display: none; }
}

/* ── 모바일 테이블 가로 스크롤 ── */
@media (max-width: 767px) {
  /* cert-table, compare-table, deduct-table, risk-table: 블록으로 전환 후 가로 스크롤 */
  .cert-table,
  .compare-table,
  .deduct-table,
  .risk-table {
    display: block !important;
    overflow-x: auto !important;
    overflow: visible !important;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    max-width: 100% !important;
    width: 100% !important;
  }
  /* 셀 내 텍스트는 wrap 허용 */
  .cert-table th, .cert-table td,
  .compare-table th, .compare-table td,
  .deduct-table th, .deduct-table td,
  .risk-table th, .risk-table td {
    white-space: normal;
    min-width: 80px;
  }
  /* risk-table: 첫번째 열 최소 너비, 나머지 콘텐츠 열 */
  .risk-table th:first-child,
  .risk-table td:first-child { min-width: 110px; }
  .risk-table th:nth-child(2),
  .risk-table td:nth-child(2) { min-width: 60px; }
  .risk-table th:nth-child(3),
  .risk-table td:nth-child(3),
  .risk-table th:nth-child(4),
  .risk-table td:nth-child(4) { min-width: 130px; }

  /* section 패딩 축소 — 테이블 가용 너비 확보 */
  .section { padding: 60px 16px !important; }
  .section-inner { padding: 0; }

  /* sor-ch-grid 1열 */
  .sor-ch-grid { grid-template-columns: 1fr; }
  /* limit-grid 1열 */
  .limit-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SaaS PREVIEW SECTIONS  (Stripe-style feature showcase)
   ============================================================ */

/* ── 공통 래퍼 ── */
.saas-preview-root {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(83,58,253,0.10), 0 1px 4px rgba(0,55,112,0.06);
}

/* ── 섹션 공통 ── */
.saas-sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}
.saas-sec-rev { direction: rtl; }
.saas-sec-rev > * { direction: ltr; }

/* ── 텍스트 패널 ── */
.saas-txt {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  position: relative;
  z-index: 2;
}
.saas-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clr-primary);
  margin-bottom: 14px;
}
.saas-eyebrow i { font-size: 10px; }
.saas-h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--clr-ink);
  margin-bottom: 14px;
  word-break: keep-all;
}
.saas-h2 em {
  font-style: normal;
  color: var(--clr-primary);
}
.saas-desc {
  font-size: 14px;
  color: var(--clr-ink-mute);
  line-height: 1.8;
  margin-bottom: 24px;
  word-break: keep-all;
}
.saas-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
}
.saas-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--clr-ink-2);
  line-height: 1.6;
}
.saas-bullets li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--clr-primary);
  flex-shrink: 0;
  margin-top: 7px;
}
.saas-badge-coming {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f0eeff;
  border: 1px solid #d4d1fe;
  border-radius: 9999px;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 700;
  color: var(--clr-primary);
  width: fit-content;
}
.saas-badge-coming .dot-blink {
  width: 6px; height: 6px; border-radius: 50%;
  background: #10b981;
  animation: blink 1.4s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }

/* ── 비주얼 패널 (그라디언트 배경 + 목업 float) ── */
.saas-vis {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
}

/* 섹션1 배경: 주황→핑크 대각선 */
.saas-vis-1 {
  background: linear-gradient(135deg, #ffd580 0%, #ff9a5c 30%, #ff6b8a 60%, #c084fc 100%);
}
/* 섹션2 배경: 연보라→흰색 */
.saas-vis-2 {
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 40%, #ddd6fe 70%, #c4b5fd 100%);
}
/* 섹션3 배경: 네이비→인디고 */
.saas-vis-3 {
  background: linear-gradient(135deg, #1c1e54 0%, #312e81 40%, #533afd 80%, #818cf8 100%);
}

/* ── 목업 공통 카드 ── */
.smk-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.16), 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  position: relative;
}
/* 목업 브라우저 크롬 헤더 */
.smk-browser-bar {
  background: #f3f4f6;
  border-bottom: 1px solid #e5e7eb;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.smk-dots { display: flex; gap: 4px; }
.smk-dot  { width:10px; height:10px; border-radius:50%; }
.smk-dot-r { background:#fc5353; }
.smk-dot-y { background:#fdbc2c; }
.smk-dot-g { background:#27c840; }
.smk-url-bar {
  flex: 1;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 10px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 4px;
}
.smk-url-bar i { color: #10b981; font-size: 9px; }

/* ── 섹션1: 정산 현황 목업 ── */
.smk-settle {
  width: 100%;
  max-width: 420px;
}
.smk-settle-inner {
  padding: 20px;
}
.smk-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.smk-kpi-box {
  background: #f8f9fb;
  border: 1px solid #e8edf3;
  border-radius: 10px;
  padding: 12px 10px;
  text-align: center;
}
.smk-kpi-box-label {
  font-size: 9px;
  color: #64748d;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.smk-kpi-box-value {
  font-size: 16px;
  font-weight: 800;
  color: #0d253d;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.smk-kpi-box-value.red   { color: #ea2261; }
.smk-kpi-box-value.green { color: #10b981; }
.smk-kpi-delta {
  font-size: 9px;
  font-weight: 600;
  padding: 2px 5px;
  border-radius: 9999px;
  display: inline-block;
  margin-top: 3px;
}
.smk-kpi-delta.up   { background:#d1fae5; color:#065f46; }
.smk-kpi-delta.down { background:#fee2e2; color:#991b1b; }

/* ── 섹션1: 미니 바 차트 ── */
.smk-chart-wrap {
  background: #f8f9fb;
  border: 1px solid #e8edf3;
  border-radius: 10px;
  padding: 12px;
}
.smk-chart-title {
  font-size: 10px;
  font-weight: 700;
  color: #273951;
  margin-bottom: 10px;
}
.smk-bars-mini {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 80px;
}
.smk-bar-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  height: 100%;
  justify-content: flex-end;
}
.smk-bar-seg {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
.smk-bar-col-label {
  font-size: 8px;
  color: #64748d;
  margin-top: 3px;
}

/* ── 섹션2: 정산서 목업 (브라우저 테이블) ── */
.smk-invoice {
  width: 100%;
  max-width: 440px;
}
.smk-invoice-inner {
  padding: 0;
}
.smk-invoice-sidebar {
  display: flex;
  gap: 0;
}
.smk-sidebar {
  width: 120px;
  flex-shrink: 0;
  background: #1c1e54;
  padding: 16px 12px;
}
.smk-sidebar-logo {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  opacity: 0.9;
}
.smk-sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.smk-sidebar-item {
  font-size: 10px;
  color: rgba(255,255,255,0.55);
  padding: 5px 8px;
  border-radius: 6px;
  cursor: default;
}
.smk-sidebar-item.active {
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 600;
}
.smk-main-area {
  flex: 1;
  padding: 14px;
  overflow: hidden;
}
.smk-main-title {
  font-size: 11px;
  font-weight: 700;
  color: #0d253d;
  margin-bottom: 10px;
}
.smk-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 9px;
}
.smk-table th {
  color: #64748d;
  font-weight: 600;
  text-align: left;
  padding: 4px 6px;
  border-bottom: 1px solid #e8edf3;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.smk-table td {
  padding: 5px 6px;
  color: #273951;
  border-bottom: 1px solid #f0f4f8;
  white-space: nowrap;
}
.smk-table td:last-child { text-align: right; font-weight: 600; }
.smk-ch-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: middle;
}

/* ── 섹션3: 자동화 목업 (플로팅 카드들) ── */
.smk-auto-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 260px;
}
/* 자동화 메인 카드 */
.smk-auto-main {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
  padding: 16px;
}
.smk-auto-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.smk-auto-icon {
  width: 28px; height: 28px;
  border-radius: 7px;
  background: linear-gradient(135deg,#533afd,#818cf8);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.smk-auto-icon i { color:#fff; font-size:12px; }
.smk-auto-header-text { font-size:11px; font-weight:700; color:#0d253d; }
.smk-auto-header-sub  { font-size:9px; color:#64748d; }
.smk-auto-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #f0f4f8;
  font-size: 10px;
}
.smk-auto-row:last-child { border-bottom: none; }
.smk-auto-row-label { color: #64748d; }
.smk-auto-row-value { font-weight: 700; color: #0d253d; }
.smk-auto-row-value.green { color: #10b981; }
/* 플로팅 알림 카드 */
.smk-notif {
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 200px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.14);
  padding: 10px 12px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.smk-notif-icon {
  width: 24px; height: 24px;
  border-radius: 6px;
  background: #d1fae5;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.smk-notif-icon i { color: #10b981; font-size: 11px; }
.smk-notif-title { font-size: 10px; font-weight: 700; color: #0d253d; margin-bottom: 2px; }
.smk-notif-body  { font-size: 9px; color: #64748d; line-height: 1.4; }

/* ── 섹션 하단 3-col 가이드 (3번째 섹션) ── */
.saas-guide-cols {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--clr-hairline);
}
.saas-guide-col {
  padding: 28px 32px;
  border-right: 1px solid var(--clr-hairline);
}
.saas-guide-col:last-child { border-right: none; }
.saas-guide-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: #f0eeff;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.saas-guide-icon i { color: var(--clr-primary); font-size: 14px; }
.saas-guide-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--clr-ink);
  margin-bottom: 6px;
  line-height: 1.4;
  word-break: keep-all;
}
.saas-guide-title span { font-weight: 400; color: var(--clr-ink-mute); }
.saas-guide-desc {
  font-size: 12px;
  color: var(--clr-ink-mute);
  line-height: 1.7;
  margin-bottom: 12px;
  word-break: keep-all;
}
.saas-guide-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--clr-primary);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: default;
}
.saas-guide-link i { font-size: 10px; }

/* ── 반응형 ── */
@media (max-width: 900px) {
  .saas-sec { grid-template-columns: 1fr; min-height: unset; }
  .saas-sec-rev { direction: ltr; }
  .saas-vis { min-height: 280px; }
  .saas-txt { padding: 36px 28px; }
  .saas-guide-cols { grid-template-columns: 1fr; }
  .saas-guide-col { border-right: none; border-bottom: 1px solid var(--clr-hairline); }
  .saas-guide-col:last-child { border-bottom: none; }
}
@media (max-width: 540px) {
  .saas-txt { padding: 28px 20px; }
  .saas-h2 { font-size: 22px; }
  .smk-invoice-sidebar { flex-direction: column; }
  .smk-sidebar { width: 100%; }
  .smk-kpi-row { grid-template-columns: repeat(3,1fr); }
  .smk-auto-wrap { height: 200px; }
  .smk-auto-main { width: 220px; }
  .saas-guide-col { padding: 20px; }
}

/* 구버전 dash-* 클래스 완전 제거용 (빈 규칙) */
