/*     513105 : 한줄 텍스트      */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

.digiray-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.digiray-page {
  font-family: 'Manrope', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif !important;
  font-size: 15px;
  color: #1a1a2e;
  background: #ffffff;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: normal;
  word-wrap: normal;
}

.digiray-page * {
  font-family: 'Manrope', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif !important;
}

/* ── 공통 ── */
.dgr-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

.dgr-section {
  padding: 72px 0;
}

.dgr-section + .dgr-section {
  border-top: 1px solid #eef0f4;
}

.dgr-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0f6e56;
  margin-bottom: 10px;
}

.dgr-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  color: #0b1f3a;
  margin-bottom: 10px;
}

.dgr-desc {
  font-size: 14px;
  color: #5a6478;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* ── HERO ── */
.dgr-hero {
  background: linear-gradient(135deg, #0b2a3b 0%, #0d3d52 60%, #0f5a6e 100%);
  padding: 72px 0 64px;
}

.dgr-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  align-items: center;
}

.dgr-hero-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4ecba5;
  margin-bottom: 16px;
}

.dgr-hero-brand {
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
}

.dgr-hero-product {
  font-size: 18px;
  font-weight: 500;
  color: #4ecba5;
  margin-bottom: 16px;
}

.dgr-hero-copy {
  font-size: 14px;
  color: #8ab5c8;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 480px;
}

.dgr-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.dgr-metric {
  background: rgba(78, 203, 165, 0.1);
  border: 1px solid rgba(78, 203, 165, 0.25);
  border-radius: 10px;
  padding: 16px 12px;
  text-align: center;
}

.dgr-metric-num {
  font-size: 24px;
  font-weight: 700;
  color: #4ecba5;
  line-height: 1;
  margin-bottom: 6px;
}

.dgr-metric-lbl {
  font-size: 11px;
  color: #7ab5a5;
  font-weight: 500;
}

.dgr-hero-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dgr-info-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 12px 16px;
}

.dgr-info-cat {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4ecba5;
  margin-bottom: 4px;
}

.dgr-info-val {
  font-size: 13px;
  font-weight: 500;
  color: #dceef6;
  line-height: 1.4;
}

/* ── PROBLEM / SOLUTION ── */
.dgr-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.dgr-col-title {
  font-size: 20px;
  font-weight: 600;
  color: #0b1f3a;
  margin-bottom: 8px;
  line-height: 1.3;
}

.dgr-col-desc {
  font-size: 13px;
  color: #5a6478;
  line-height: 1.65;
  margin-bottom: 20px;
}

.dgr-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

.dgr-stat-card {
  background: #f5f8fc;
  border: 1px solid #e4eaf3;
  border-radius: 10px;
  padding: 14px;
}

.dgr-stat-num {
  font-size: 22px;
  font-weight: 700;
  color: #185fa5;
  line-height: 1;
  margin-bottom: 5px;
}

.dgr-stat-name {
  font-size: 11px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 3px;
}

.dgr-stat-note {
  font-size: 11px;
  color: #7a8499;
}

.dgr-gap-notice {
  background: #fffbf0;
  border-left: 3px solid #ef9f27;
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  font-size: 12px;
  color: #633806;
  line-height: 1.5;
}

.dgr-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.dgr-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.dgr-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0b2a3b;
  color: #4ecba5;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.dgr-step-text {
  font-size: 13px;
  color: #5a6478;
  line-height: 1.55;
}

.dgr-step-text strong {
  font-weight: 600;
  color: #1a1a2e;
}

.dgr-noninvasive {
  background: #e8f7f1;
  border-left: 3px solid #0f6e56;
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  font-size: 12px;
  color: #085041;
  line-height: 1.5;
}

/* ── WHY DIGIRAY ── */
.dgr-why-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
}

.dgr-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dgr-feature {
  display: flex;
  gap: 0;
  padding: 16px 18px;
  background: #f8fafc;
  border-radius: 10px;
  border-left: 3px solid #0f6e56;
}

.dgr-feature-title {
  font-size: 13px;
  font-weight: 600;
  color: #0b1f3a;
  margin-bottom: 4px;
}

.dgr-feature-desc {
  font-size: 12px;
  color: #5a6478;
  line-height: 1.55;
}

.dgr-table-card {
  background: #f8fafc;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}

.dgr-table-card:last-child {
  margin-bottom: 0;
}

.dgr-table-head {
  font-size: 12px;
  font-weight: 600;
  color: #0b1f3a;
  margin-bottom: 14px;
}

.dgr-table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #eef0f4;
  font-size: 12px;
  gap: 12px;
}

.dgr-table-row:last-child {
  border-bottom: none;
}

.dgr-table-key {
  font-weight: 600;
  color: #185fa5;
  white-space: nowrap;
}

.dgr-table-val {
  color: #5a6478;
  text-align: right;
}

/* ── TECHNOLOGY ── */
.dgr-tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.dgr-stage {
  background: #f8fafc;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  margin-bottom: 12px;
}

.dgr-stage-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.04em;
}

.dgr-badge-cnn {
  background: #e6f1fb;
  color: #185fa5;
}

.dgr-badge-lstm {
  background: #e6f1fb;
  color: #185fa5;
}

.dgr-stage-title {
  font-size: 14px;
  font-weight: 600;
  color: #0b1f3a;
  margin-bottom: 8px;
}

.dgr-stage-desc {
  font-size: 12px;
  color: #5a6478;
  line-height: 1.6;
}

.dgr-future {
  background: #eaf8f2;
  border: 1px solid #9fe1cb;
  border-radius: 12px;
  padding: 18px;
}

.dgr-future-title {
  font-size: 13px;
  font-weight: 600;
  color: #085041;
  margin-bottom: 6px;
}

.dgr-future-desc {
  font-size: 12px;
  color: #0f6e56;
  line-height: 1.6;
}

.dgr-data-card {
  background: #f8fafc;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  padding: 20px;
}

.dgr-data-title {
  font-size: 12px;
  font-weight: 600;
  color: #0b1f3a;
  margin-bottom: 14px;
}

.dgr-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.dgr-data-table td {
  padding: 7px 6px;
  border-bottom: 1px solid #eef0f4;
  color: #5a6478;
  vertical-align: top;
}

.dgr-data-table td:last-child {
  text-align: right;
  font-weight: 500;
  color: #1a1a2e;
}

.dgr-data-table tr:last-child td {
  border-bottom: none;
}

.dgr-data-table tr.dgr-total td {
  font-weight: 700;
  color: #0b1f3a;
  border-top: 1.5px solid #c5d5e8;
  border-bottom: 1.5px solid #c5d5e8;
}

.dgr-transfer {
  background: #eaf3de;
  border: 1px solid #c0dd97;
  border-radius: 8px;
  padding: 14px;
  margin-top: 14px;
  font-size: 12px;
  color: #27500a;
  line-height: 1.6;
}

.dgr-transfer strong {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3b6d11;
  margin-bottom: 6px;
}

/* ── PERFORMANCE ── */
.dgr-score-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.dgr-score-card {
  background: #0b2a3b;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.dgr-score-num {
  font-size: 30px;
  font-weight: 700;
  color: #4ecba5;
  line-height: 1;
  margin-bottom: 8px;
}

.dgr-score-lbl {
  font-size: 12px;
  color: #7ab5a5;
  font-weight: 500;
}

.dgr-perf-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 20px;
}

.dgr-perf-table thead th {
  padding: 10px 12px;
  text-align: left;
  background: #f5f8fc;
  font-size: 11px;
  font-weight: 700;
  color: #5a6478;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 2px solid #e4eaf3;
}

.dgr-perf-table tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #eef0f4;
  color: #3a4255;
}

.dgr-perf-table tbody tr.dgr-best td {
  background: #e8f7f1;
  color: #085041;
  font-weight: 600;
}

.dgr-explain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.dgr-explain-box {
  background: #e8f7f1;
  border: 1px solid #9fe1cb;
  border-radius: 10px;
  padding: 16px;
}

.dgr-explain-title {
  font-size: 12px;
  font-weight: 600;
  color: #085041;
  margin-bottom: 6px;
}

.dgr-explain-desc {
  font-size: 12px;
  color: #0f6e56;
  line-height: 1.6;
}

.dgr-footnote {
  font-size: 11px;
  color: #8a94a8;
  font-style: italic;
}

/* ── MARKET ── */
.dgr-deploy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

.dgr-deploy-card {
  background: #f8fafc;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  padding: 18px;
  transition: border-color 0.2s;
}

.dgr-deploy-icon {
  margin-bottom: 12px;
}

.dgr-deploy-card:hover {
  border-color: #9fe1cb;
}

.dgr-deploy-card.dgr-featured {
  border-color: #5dcaa5;
  background: #f0fbf6;
}

.dgr-deploy-title {
  font-size: 13px;
  font-weight: 600;
  color: #0b1f3a;
  margin-bottom: 8px;
}

.dgr-deploy-card.dgr-featured .dgr-deploy-title {
  color: #085041;
}

.dgr-deploy-card.dgr-featured .dgr-deploy-desc {
  color: #0f6e56;
}

.dgr-deploy-desc {
  font-size: 12px;
  color: #5a6478;
  line-height: 1.6;
}

.dgr-market-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.dgr-market-card {
  background: #0b2a3b;
  border: 1px solid #0d3d52;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
}

.dgr-market-lbl {
  font-size: 11px;
  color: #7ab5a5;
  margin-bottom: 8px;
  font-weight: 500;
}

.dgr-market-num {
  font-size: 24px;
  font-weight: 700;
  color: #4ecba5;
  margin-bottom: 4px;
}

.dgr-market-sub {
  font-size: 11px;
  color: #5a8a7a;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .dgr-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .dgr-hero-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .dgr-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .dgr-two-col,
  .dgr-why-grid,
  .dgr-tech-grid {
    grid-template-columns: 1fr;
  }
  .dgr-score-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dgr-deploy-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .dgr-inner {
    padding: 0 20px;
  }
  .dgr-hero-inner {
    padding: 0 20px;
  }
  .dgr-hero-brand {
    font-size: 38px;
  }
  .dgr-title {
    font-size: 22px;
  }
  .dgr-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .dgr-hero-info {
    grid-template-columns: 1fr;
  }
  .dgr-stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .dgr-score-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dgr-deploy-grid,
  .dgr-market-grid,
  .dgr-explain-grid {
    grid-template-columns: 1fr;
  }
  .dgr-perf-table {
    font-size: 11px;
  }
  .dgr-perf-table thead th,
  .dgr-perf-table tbody td {
    padding: 7px 6px;
  }
}

