.hero-wrap {
  max-width: 1360px; margin: 0 auto; padding: 0 48px;
  position: relative;
}

.hero-bg {
  position: absolute;
  top: 0; bottom: 0;
  left: calc(-50vw + 50%);
  width: 100vw;
  background-image: url('/assets/img/hero/index_bg.jpg');
  background-size: cover;
  background-position: center 30%;
  pointer-events: none;
  z-index: 0;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(to left,
      rgba(13,17,23,0.75) 0%,
      rgba(13,17,23,0.2) 55%
    ),
    linear-gradient(to bottom,
      rgba(13,17,23,0.65) 0%,
      rgba(13,17,23,0.55) 30%,
      rgba(13,17,23,0.90) 82%,
      rgba(13,17,23,1.00) 100%
    );
}

.hero { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 72px 0 80px; }

.hero-stats {
  display: flex; flex-direction: column; gap: 2px;
  background: rgba(14,20,30,0.78);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-radius: 20px; overflow: hidden;
  flex-shrink: 0; width: 200px;
  border: 1px solid rgba(232,230,240,0.1);
}
.badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--a-bg); border: 1px solid var(--a-br);
  border-radius: 100px; padding: 6px 14px; margin-bottom: 36px;
}
.badge-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.badge-t { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); }
.hero-wrap h1 { font-size: clamp(44px, 5vw, 72px); font-weight: 900; line-height: 1.02; letter-spacing: -0.04em; color: var(--text); margin-bottom: 24px; max-width: 680px; }
.hero-wrap h1 em { color: var(--accent); font-style: normal; }
.hero-sub { font-size: 17px; color: var(--t2); line-height: 1.65; max-width: 520px; letter-spacing: -0.02em; margin-bottom: 44px; }
.hero-acts { display: flex; gap: 10px; flex-wrap: wrap; }

.stat-c { padding: 24px 28px; border-bottom: 1px solid var(--border); transition: background 0.15s; }
.stat-c:last-child { border-bottom: none; }
.stat-c:hover { background: var(--hover); }
.stat-n { font-size: 36px; font-weight: 900; color: var(--accent); letter-spacing: -0.05em; line-height: 1; margin-bottom: 6px; }
.stat-l { font-size: 11px; color: var(--t3); line-height: 1.4; font-weight: 500; }

.svcs-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
.svc {
  background: var(--card); border-radius: 16px; padding: 28px 24px;
  text-decoration: none; display: flex; flex-direction: column;
  transition: background 0.15s, transform 0.15s;
  border: 1px solid var(--border); position: relative; overflow: hidden;
}
.svc:hover { background: var(--hover); transform: translateY(-2px); }
.svc:hover .svc-arr { color: var(--accent); transform: translate(3px,-3px); }
.svc:hover .svc-n { color: var(--accent); }
.svc-n { font-size: 56px; font-weight: 900; color: rgba(232,230,240,0.06); letter-spacing: -0.04em; line-height: 1; margin-bottom: 12px; }
.svc-name { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 10px; line-height: 1.2; letter-spacing: -0.02em; }
.svc-desc { font-size: 15px; color: var(--t2); line-height: 1.7; flex: 1; }
.svc-arr { font-size: 16px; color: var(--t3); margin-top: 28px; transition: all 0.2s; display: block; }

.why-block { display: grid; grid-template-columns: 1fr 1fr; border-radius: 20px; overflow: hidden; border: 1px solid var(--border); }
.why-l { background: var(--card); padding: 52px 48px; display: flex; flex-direction: column; }
.why-r { background: #111820; padding: 52px 48px; display: flex; flex-direction: column; }
.why-h2 { font-size: clamp(28px, 3vw, 42px); font-weight: 900; letter-spacing: -0.04em; color: var(--text); line-height: 1.06; margin-bottom: 40px; }
.why-h2 em { color: var(--accent); font-style: normal; }
.why-items { display: flex; flex-direction: column; }
.why-item { display: flex; gap: 20px; padding: 20px 0; border-top: 1px solid var(--border); }
.why-item:last-child { padding-bottom: 0; }
.why-nm { font-size: 11px; font-weight: 500; color: var(--t3); letter-spacing: 0.06em; margin-top: 3px; flex-shrink: 0; opacity: 0.6; }
.why-txt { font-size: 15px; color: var(--t2); line-height: 1.7; letter-spacing: -0.02em; }
.proof-lbl { font-size: 18px; font-weight: 800; letter-spacing: -0.02em; color: var(--text); margin-bottom: 40px; }
.proof-list { display: flex; flex-direction: column; }
.proof-item { display: flex; gap: 24px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.06); align-items: center; }
.proof-item:last-child { padding-bottom: 0; }
.proof-num { font-size: 36px; font-weight: 800; color: var(--accent); letter-spacing: -0.04em; line-height: 1; flex-shrink: 0; min-width: 96px; }
.proof-txt { font-size: 13px; color: rgba(232,230,240,0.38); line-height: 1.55; letter-spacing: -0.01em; }

.works-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.work-card {
  background: var(--card); border-radius: 20px; border: 1px solid var(--border);
  padding: 24px; display: flex; flex-direction: column;
  gap: 0;
  transition: background 0.15s;
  min-width: 0; overflow: hidden;
}
.work-card:hover { background: var(--hover); }
.work-info { display: flex; flex-direction: column; gap: 4px; }
.work-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.work-info { flex: 1; min-width: 0; }
.work-title { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 6px; letter-spacing: -0.02em; line-height: 1.25; }
.work-meta { font-size: 13px; color: var(--t3); letter-spacing: -0.01em; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.work-tag {
  display: inline-block; background: var(--a-bg); border: 1px solid var(--a-br);
  border-radius: 100px; padding: 4px 12px; font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent);
  white-space: nowrap; flex-shrink: 0;
}
.player { display: flex; align-items: center; gap: 12px; background: var(--bg2); border-radius: 10px; padding: 12px 14px; min-width: 0; }
.play-btn {
  width: 34px; height: 34px; border-radius: 50%; background: var(--accent);
  border: none; cursor: pointer; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0; transition: transform 0.15s, opacity 0.15s;
}
.play-btn:hover { transform: scale(1.07); opacity: 0.9; }
.pi { width:0; height:0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 9px solid #0d1117; margin-left: 2px; }
.wf { flex: 1; height: 22px; display: flex; align-items: center; gap: 2px; min-width: 0; overflow: hidden; }
.wb { background: rgba(240,180,41,0.25); border-radius: 1px; transition: background 0.2s; }
.work-card:hover .wb { background: rgba(240,180,41,0.55); }
.dur { font-size: 11px; color: var(--t3); font-weight: 700; flex-shrink: 0; letter-spacing: 0.02em; }

@media (max-width: 1100px) {
  .hero-wrap { padding-left: 32px; padding-right: 32px; }
  .hero { grid-template-columns: 1fr; gap: 32px; padding: 56px 0 64px; }
  .hero-stats { flex-direction: row; width: 100%; border-radius: 16px; }
  .stat-c { flex: 1; border-bottom: none; border-right: 1px solid rgba(232,230,240,0.12); padding: 20px; }
  .stat-c:last-child { border-right: none; }
  .stat-n { font-size: 26px; }
  .svcs-grid { grid-template-columns: repeat(3,1fr); }
  .why-block { grid-template-columns: 1fr; }
  .why-l, .why-r { padding: 40px 36px; }
  .works-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .works-grid { grid-template-columns: 1fr; }
  .work-card { padding: 24px 20px 20px; }
  .work-top { flex-direction: column; gap: 8px; }
  .work-tag { order: -1; align-self: flex-start; font-size: 10px; padding: 4px 12px; }
  .player { gap: 8px; padding: 10px 12px; }
  .play-btn { width: 30px; height: 30px; flex-shrink: 0; }
  .dur { font-size: 10px; min-width: 28px; }
  .dl-btn { width: 24px; height: 24px; flex-shrink: 0; }
  .dl-btn svg { width: 11px; height: 11px; }
}
@media (max-width: 640px) {
  .hero-wrap { padding-left: 20px; padding-right: 20px; }
  .hero-wrap h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-acts { flex-direction: column; }
  .btn-p, .btn-s { width: 100%; justify-content: center; text-align: center; }
  .hero-stats { flex-wrap: wrap; }
  .stat-c { flex: 1 1 calc(50% - 1px); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .stat-c:nth-child(2) { border-right: none; }
  .stat-c:nth-child(3) { border-bottom: none; }
  .stat-c:nth-child(4) { border-right: none; border-bottom: none; }
  .svcs-grid { grid-template-columns: 1fr 1fr; }
  .why-l, .why-r { padding: 32px 20px; }
}

.work-title {
  font-size: 16px; font-weight: 700; color: var(--text);
  letter-spacing: -0.02em; line-height: 1.3; margin-bottom: 3px;
}
.work-genre {
  font-size: 13px; color: var(--accent); font-weight: 500; margin-bottom: 10px;
}
.work-pills { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }
.work-tag-pill {
  font-size: 11px; font-weight: 600; letter-spacing: 0.03em;
  color: var(--t2); background: var(--bg2);
  border: 1px solid var(--border); border-radius: 100px;
  padding: 3px 10px;
}
