/* Version: v2.0.1 (2026-08-01) | Products — White-first · nav +적용산업 · control borders */
/* Author: Cursor Agent */

.hl-mobile-product-sub {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
  margin-top: 0.45rem;
}

.hl-mobile-product-sub a,
.hl-mobile-product-sub .hl-mobile-product-all {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.35rem 0.2rem;
  border-radius: 10px;
  border: 1px solid #8795a8;
  background: #fff;
  color: #0f172a;
  font-size: 0.62rem;
  font-weight: 850;
  text-decoration: none;
  text-align: center;
  line-height: 1.15;
}

.hl-mobile-product-sub a:hover {
  border-color: #0f5c61;
  color: #0f5c61;
}

.hl-mobile-product-all {
  grid-column: 1 / -1;
  background: #0f5c61 !important;
  color: #fff !important;
  border-color: #0f5c61 !important;
}

.hl-cta-sales {
  border-color: #8795a8;
  color: #0f172a;
}

.hl-cta-sales:hover {
  border-color: #0f5c61;
  color: #0f5c61;
}

.lx-prod-page {
  min-height: 100vh;
  background: #ffffff;
  color: #0f172a;
}

.lx-prod-page .hl-site-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #e5e7eb;
  backdrop-filter: blur(12px);
}

.lx-prod-main {
  padding-top: 6.5rem;
  padding-bottom: 5rem;
}

.lx-prod-hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2.75rem 1.25rem 2.25rem;
  text-align: left;
}

.lx-prod-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f5c61;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lx-prod-title {
  margin: 0.85rem 0 0;
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #0f172a;
}

.lx-prod-lead {
  margin: 1rem 0 0;
  max-width: 40rem;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.65;
  font-weight: 500;
}

.lx-prod-grid {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

@media (max-width: 980px) {
  .lx-prod-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .lx-prod-grid { grid-template-columns: 1fr; }
  .lx-prod-main { padding-top: 7.25rem; }
}

.lx-prod-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 1.4rem 1.3rem 1.2rem;
  border-radius: 1.15rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #8795a8;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s ease, border-color 0.2s ease;
}

.lx-prod-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.lx-prod-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  background: #f2faf9;
  border: 1px solid #d9faf5;
  color: #0f5c61;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.lx-prod-card h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.lx-prod-card p {
  margin: 0.65rem 0 0;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.55;
  flex: 1;
}

.lx-prod-card-cta {
  margin-top: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #0f5c61;
  font-size: 0.82rem;
  font-weight: 800;
}

.lx-detail-hero {
  max-width: 920px;
  margin: 0 auto;
  padding: 2.25rem 1.25rem 1.5rem;
}

.lx-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #64748b;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.lx-detail-back:hover { color: #0f5c61; }

.lx-detail-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #0f5c61;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lx-detail-title {
  margin: 0.85rem 0 0;
  font-size: clamp(1.85rem, 3.4vw, 2.75rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: #0f172a;
}

.lx-detail-sub {
  margin: 0.85rem 0 0;
  color: #64748b;
  font-size: 1.08rem;
  line-height: 1.6;
  max-width: 40rem;
}

.lx-detail-desc {
  margin: 1.35rem 0 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 42rem;
}

.lx-detail-sections {
  max-width: 920px;
  margin: 0 auto;
  padding: 0.5rem 1.25rem 2rem;
  display: grid;
  gap: 0.9rem;
}

.lx-detail-panel {
  padding: 1.3rem 1.35rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.lx-detail-panel .label {
  color: #0f5c61;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lx-detail-panel h3 {
  margin: 0.35rem 0 0.55rem;
  font-size: 1.1rem;
  font-weight: 850;
  color: #0f172a;
}

.lx-detail-panel p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
  font-size: 0.96rem;
}

.lx-feat-grid {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.25rem 2.5rem;
}

.lx-feat-grid h3 {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 850;
  color: #0f172a;
}

.lx-feat-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 640px) {
  .lx-feat-list { grid-template-columns: 1fr; }
}

.lx-feat-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 0.95rem;
  border-radius: 0.85rem;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  color: #334155;
  font-weight: 650;
  font-size: 0.9rem;
}

.lx-feat-list li i { color: #0f5c61; margin-top: 0.15rem; }

.lx-platform-cta {
  max-width: 920px;
  margin: 0 auto;
  padding: 2.25rem 1.5rem;
  border-radius: 1.35rem;
  background: #f8fafc;
  border: 1px solid #8795a8;
  text-align: center;
}

.lx-platform-cta h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 850;
  color: #0f172a;
  letter-spacing: -0.03em;
}

.lx-platform-cta p {
  margin: 0.9rem auto 0;
  max-width: 34rem;
  color: #64748b;
  line-height: 1.65;
}

.lx-platform-actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.lx-platform-actions a,
.lx-platform-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.7rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.lx-btn-sales {
  background: #0f5c61;
  color: #fff;
}

.lx-btn-sales:hover {
  background: #148a8f;
  transform: translateY(-1px);
}

.lx-btn-demo {
  background: #fff;
  color: #0f172a;
  border-color: #8795a8;
}

.lx-btn-demo:hover {
  border-color: #0f5c61;
  color: #0f5c61;
}

.hl-pc-bar--saas {
  grid-template-columns: auto minmax(0, 1fr) auto;
  column-gap: 2.5rem;
}

.hl-gnb--saas {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  transform: translateX(calc(1.75rem + 6.75rem));
}
