@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@700&family=Gothic+A1:wght@400;500;700&display=swap');

:root {
  --bg: #0B1F2A;
  --text: #E4F1F0;
  --primary: #5FB8B0;
  --secondary: #1D3F45;
  --font-display: 'Gowun Batang', serif;
  --font-body: 'Gothic A1', sans-serif;
}

.timeline {
  max-width: 720px;
  margin: 8px auto 56px;
  padding: 0 20px 0 44px;
  border-left: 2px solid #1D3F45;
}
.tl-step { position: relative; padding-bottom: 40px; }
.tl-step:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute;
  left: -50px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  background: var(--primary);
}
.tl-step h2 { font-weight: 700; font-size: 1.12rem; color: var(--primary); margin-bottom: 8px; }
.tl-step p { font-size: 0.96rem; opacity: 0.92; }
