.enterprise-page{
  min-height:calc(100vh - 72px);
  padding:clamp(36px, 5vw, 72px) clamp(18px, 4vw, 64px) 72px;
  background:#f5f7fb;
  color:#111827;
  font-family:"Noto Sans KR", sans-serif;
}

.enterprise-hero{
  max-width:1420px;
  margin:0 auto;
  padding:clamp(28px, 4vw, 52px);
  border:1px solid #dbe4ef;
  border-radius:14px;
  background:#fff;
  box-shadow:0 14px 36px rgba(15, 23, 42, .065);
}

.enterprise-hero-copy{
  min-width:0;
}

.enterprise-hero-kicker{
  margin-bottom:12px;
  color:#2563eb;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.5px;
}

.enterprise-hero-title{
  margin:0 0 16px;
  color:#0f172a;
  font-size:clamp(32px, 4vw, 54px);
  line-height:1.12;
  font-weight:900;
  letter-spacing:0;
}

.enterprise-hero-desc{
  max-width:900px;
  margin:0 0 22px;
  color:#46566f;
  font-size:clamp(15px, 1.12vw, 18px);
  line-height:1.7;
  font-weight:600;
}

.enterprise-hero-notes{
  display:grid;
  gap:10px;
  max-width:980px;
  margin:0;
  padding:0;
  list-style:none;
}

.enterprise-hero-notes li{
  position:relative;
  padding-left:18px;
  color:#334155;
  font-size:14px;
  line-height:1.65;
  font-weight:700;
}

.enterprise-hero-notes li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#2563eb;
}

.enterprise-status-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:24px;
}

.enterprise-status-chip{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:#0f172a;
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.enterprise-status-text{
  color:#64748b;
  font-size:13px;
  font-weight:800;
}

.enterprise-preview{
  max-width:1420px;
  margin:34px auto 0;
}

.enterprise-preview-head{
  margin-bottom:16px;
}

.enterprise-preview-kicker{
  margin-bottom:8px;
  color:#2563eb;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.2px;
}

.enterprise-preview-title{
  margin:0 0 8px;
  color:#172033;
  font-size:26px;
  line-height:1.25;
  font-weight:900;
}

.enterprise-preview-desc{
  margin:0;
  color:#526176;
  font-size:14px;
  line-height:1.65;
  font-weight:700;
}

.enterprise-preview-grid{
  min-width:0;
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  align-items:start;
}

.enterprise-image-frame{
  margin:0;
  min-width:0;
  overflow:hidden;
  border:1px solid #e5edf5;
  border-radius:8px;
  background:#fff;
}

.enterprise-image-frame--primary{
  width:min(100%, 980px);
  justify-self:center;
}

.enterprise-image-frame--secondary{
  width:min(100%, 720px);
  justify-self:center;
}

.enterprise-preview-image{
  display:block;
  width:100%;
  height:auto;
}

.enterprise-feature-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  max-width:1420px;
  margin:34px auto 0;
}

.enterprise-feature-card{
  min-width:0;
  padding:22px;
  border:1px solid #dbe4ef;
  border-radius:10px;
  background:#fff;
  box-shadow:0 10px 28px rgba(15, 23, 42, .055);
}

.enterprise-feature-no{
  margin-bottom:16px;
  color:#2563eb;
  font-size:12px;
  font-weight:900;
  letter-spacing:1px;
}

.enterprise-feature-title{
  margin:0 0 9px;
  color:#172033;
  font-size:18px;
  line-height:1.25;
  font-weight:900;
}

.enterprise-feature-desc{
  margin:0;
  color:#526176;
  font-size:13px;
  line-height:1.65;
  font-weight:600;
}

@media (max-width:1100px){
  .enterprise-feature-grid,
  .enterprise-preview-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:720px){
  .enterprise-page{
    padding:28px 14px 56px;
  }
  .enterprise-hero-title{
    font-size:30px;
  }
  .enterprise-feature-card{
    padding:18px;
  }
}
