summary::-webkit-details-marker { display: none; }

.hero-glow {
  position: absolute;
  inset: -8% -10% auto -10%;
  height: 560px;
  background:
    radial-gradient(50% 50% at 22% 15%, rgba(2,132,199,0.14), transparent 70%),
    radial-gradient(42% 42% at 82% 10%, rgba(2,132,199,0.10), transparent 70%);
  filter: blur(30px);
  pointer-events: none;
  z-index: 0;
}
.hero-img-frame { border-radius: 1.75rem; overflow: hidden; box-shadow: 0 30px 60px -25px rgba(15, 23, 42, 0.35); }
.hero-img-frame-sm { border-radius: 1.25rem; overflow: hidden; box-shadow: 0 20px 40px -20px rgba(15, 23, 42, 0.18); border: 1px solid #eef0f3; }
.stat-chip { border-radius: 1.25rem; background: #fff; border: 1px solid #eef0f3; box-shadow: 0 10px 25px -18px rgba(15,23,42,0.3); padding: 1rem 1.1rem; }
.feature-img-frame { border-radius: 1.5rem; overflow: hidden; box-shadow: 0 20px 40px -22px rgba(15, 23, 42, 0.25); border: 1px solid #fff; }

/* 제품 스크린샷 스타일 브라우저 프레임 — 히어로 메인 이미지에 사용 */
.browser-frame {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 40px 80px -30px rgba(15, 23, 42, 0.28), 0 10px 30px -15px rgba(15,23,42,0.12);
  background: #fff;
}
.browser-frame-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.65rem 0.9rem;
  background: #f3f4f6;
  border-bottom: 1px solid #e5e7eb;
}
.browser-dot { width: 10px; height: 10px; border-radius: 9999px; display: inline-block; }

.cost-table table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.cost-table th, .cost-table td { border: 1px solid #e5e7eb; padding: 0.65rem 0.8rem; text-align: left; vertical-align: top; }
.cost-table thead th { background: #f0f9ff; color: #0369a1; font-weight: 700; }
.cost-table tbody tr:nth-child(even) { background: #fafafa; }

.step-list { counter-reset: step; list-style: none; padding: 0; }
.step-list li { counter-increment: step; position: relative; padding-left: 2.75rem; margin-bottom: 1.1rem; }
.step-list li::before {
  content: counter(step);
  position: absolute; left: 0; top: 0;
  width: 2rem; height: 2rem; border-radius: 9999px;
  background: #0284c7; color: #fff; font-weight: 700; font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
}

@media (max-width: 768px) {
  .cost-table table { font-size: 0.82rem; }
  .cost-table th, .cost-table td { padding: 0.5rem 0.55rem; }
}
