
:root {
  --bg: #041024;
  --bg-soft: #071a37;
  --panel: rgba(8, 24, 56, 0.82);
  --panel-2: rgba(10, 33, 73, 0.9);
  --line: rgba(112, 196, 255, 0.18);
  --line-strong: rgba(112, 196, 255, 0.34);
  --text: #ebf5ff;
  --muted: #a8c4ea;
  --accent: #4db7ff;
  --accent-2: #75ecff;
  --gold: #ffd77a;
  --success: #8ef6c8;
  --danger: #ff9ca5;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --max: 1240px;
  --nav-h: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 20%, rgba(52, 126, 255, 0.16), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(62, 205, 255, 0.12), transparent 24%),
    radial-gradient(circle at 50% 80%, rgba(25, 74, 177, 0.18), transparent 30%),
    linear-gradient(180deg, #031022 0%, #061833 36%, #031022 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(255,255,255,0.4), transparent 85%);
  opacity: 0.22;
  z-index: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section {
  padding: 96px 0;
  position: relative;
}

.section-title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.section-subtitle {
  margin: 0;
  max-width: 820px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  margin-bottom: 20px;
  border: 1px solid rgba(117, 236, 255, 0.24);
  border-radius: 999px;
  background: rgba(5, 18, 43, 0.65);
  color: #cbefff;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  box-shadow: 0 0 24px rgba(77, 183, 255, 0.08);
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  box-shadow: 0 0 18px rgba(117, 236, 255, 0.8);
}

/* Navbar */
.navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(2, 12, 28, 0.72);
  border-bottom: 1px solid rgba(117, 236, 255, 0.08);
}

.nav-wrap {
  min-height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.brand strong {
  font-size: 1.08rem;
}

.brand span {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  color: var(--muted);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  transition: 0.25s ease;
}

.nav-links a:hover {
  color: var(--text);
  background: rgba(97, 187, 255, 0.12);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22a9ff, #5df2ff);
  color: #001224;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(77, 183, 255, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(77, 183, 255, 0.35);
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - var(--nav-h));
  display: flex;
  align-items: center;
  padding: 56px 0 80px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 10, 25, 0.94) 0%, rgba(3, 16, 39, 0.82) 35%, rgba(3, 16, 39, 0.44) 62%, rgba(3, 16, 39, 0.9) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.06), rgba(2,11,25,0.7));
  z-index: 1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/speed/image/headerspeed.png');
  background-size: cover;
  background-position: center center;
  transform: scale(1.04);
  filter: saturate(1.05) brightness(0.82);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: center;
}

.hero-copy {
  max-width: 760px;
}

.hero-title {
  margin: 0 0 18px;
  font-size: clamp(2.8rem, 7vw, 5.7rem);
  line-height: 1.3;
  letter-spacing: -0.05em;
  text-align: center;
}

.hero-title span {
  display: block;
  color: transparent;
  background: linear-gradient(135deg, #cfefff 12%, #7addff 48%, #4aa4ff 88%);
  background-clip: text;
  -webkit-background-clip: text;
  text-shadow: 0 0 28px rgba(108, 210, 255, 0.12);
}

.hero-text {
  margin: 0 0 28px;
  max-width: 720px;
  font-size: 1.1rem;
  line-height: 1.85;
  color: #d6ebff;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 26px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(7, 22, 50, 0.72);
  border: 1px solid rgba(122, 220, 255, 0.18);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 8px 18px rgba(0, 0, 0, 0.2);
}

.pill strong {
  color: var(--gold);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-weight: 800;
  font-size: 0.98rem;
  transition: 0.25s ease;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, #22a9ff, #5df2ff);
  color: #001a2d;
  box-shadow: 0 16px 34px rgba(74, 188, 255, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(74, 188, 255, 0.38);
}

.btn-secondary {
  background: rgba(9, 28, 64, 0.7);
  border-color: rgba(120, 212, 255, 0.22);
  color: var(--text);
}

.btn-secondary:hover {
  background: rgba(13, 38, 84, 0.88);
  border-color: rgba(120, 212, 255, 0.34);
  transform: translateY(-2px);
}

.hero-note {
  color: #c5ddfb;
  line-height: 1.85;
  margin: 0;
}

.hero-note a {
  color: var(--accent-2);
  font-weight: 800;
}

.hero-side {
  display: grid;
  gap: 18px;
  align-self: end;
}

.glow-card {
  background: linear-gradient(180deg, rgba(10, 33, 73, 0.72), rgba(7, 22, 51, 0.88));
  border: 1px solid rgba(122, 220, 255, 0.16);
  border-radius: var(--radius-xl);
  padding: 22px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.04);
  position: relative;
  overflow: hidden;
}

.glow-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(93, 242, 255, 0.17), transparent 65%);
  pointer-events: none;
}

.countdown-title,
.mini-title,
.stat-label,
.step-label,
.roadmap-date,
.change-card h4,
.block-card h4,
.dungeon-card h4,
.footer-title,
.reward-amount {
  font-family: Georgia, "Times New Roman", serif;
}

.countdown-title {
  margin: 0 0 12px;
  font-size: 1.3rem;
  color: #eaf7ff;
}

.countdown-text {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.7;
}

.count-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.count-box {
  padding: 16px 10px;
  border-radius: 18px;
  background: rgba(4, 16, 38, 0.64);
  border: 1px solid rgba(112, 196, 255, 0.15);
  text-align: center;
}

.count-box strong {
  display: block;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1;
  margin-bottom: 8px;
  color: #fff;
}

.count-box span {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.mini-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(4, 16, 38, 0.64);
  border: 1px solid rgba(112, 196, 255, 0.15);
}

.mini-title {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.mini-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Shared cards */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.panel {
  background: linear-gradient(180deg, rgba(9, 28, 64, 0.72), rgba(6, 19, 43, 0.88));
  border: 1px solid rgba(112, 196, 255, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 28px;
}

.intro-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 34px;
}

.intro-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.9;
  font-size: 1rem;
}

.stat-stack {
  display: grid;
  gap: 16px;
}

.stat-card {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(12, 37, 79, 0.94), rgba(6, 18, 43, 0.95));
  border: 1px solid rgba(117, 236, 255, 0.14);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.stat-value {
  margin: 0 0 8px;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.stat-label {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: #dff4ff;
}

.stat-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

/* Rewards */
.rewards-wrap {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.reward-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.reward-card {
  position: relative;
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(11, 35, 79, 0.9), rgba(7, 18, 42, 0.96));
  border: 1px solid rgba(122, 220, 255, 0.16);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.reward-card::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -10%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(100, 220, 255, 0.2), transparent 70%);
  pointer-events: none;
}

.reward-card:hover,
.change-card:hover,
.block-card:hover,
.dungeon-card:hover,
.timeline-item:hover,
.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(122, 220, 255, 0.28);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.35);
}

.reward-kicker {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 215, 122, 0.12);
  color: var(--gold);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.reward-amount {
  margin: 0 0 10px;
  font-size: clamp(2rem, 5vw, 3rem);
  color: #fff4d0;
}

.reward-card h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
  line-height: 1.35;
}

.reward-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.reward-side {
  display: grid;
  gap: 20px;
}

.reward-visual {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(122, 220, 255, 0.14);
  background: rgba(3, 12, 29, 0.88);
  box-shadow: var(--shadow);
}

.reward-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 290px;
}

.total-prize {
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(12, 47, 105, 0.94), rgba(6, 23, 52, 0.98));
  border: 1px solid rgba(255, 215, 122, 0.18);
  box-shadow: var(--shadow);
}

.total-prize strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: #fff3cb;
  margin-bottom: 10px;
}

.total-prize p {
  margin: 0;
  color: #d6e8ff;
  line-height: 1.8;
}

/* Roadmap */
.timeline {
  position: relative;
  margin-top: 40px;
  display: grid;
  gap: 26px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26px;
  width: 2px;
  background: linear-gradient(180deg, rgba(98, 216, 255, 0.85), rgba(76, 102, 255, 0.85));
  box-shadow: 0 0 18px rgba(98, 216, 255, 0.35);
}

.timeline-item {
  position: relative;
  margin-left: 72px;
  padding: 26px 26px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(10, 32, 73, 0.84), rgba(7, 20, 44, 0.96));
  border: 1px solid rgba(112, 196, 255, 0.14);
  box-shadow: var(--shadow);
  transition: 0.25s ease;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -58px;
  top: 32px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #c6f8ff, #3fd0ff 45%, #1e71ff 100%);
  border: 4px solid rgba(2, 14, 32, 0.95);
  box-shadow: 0 0 22px rgba(89, 210, 255, 0.75);
}

.timeline-item.highlight {
  border-color: rgba(255, 215, 122, 0.22);
  background: linear-gradient(180deg, rgba(18, 48, 97, 0.92), rgba(9, 24, 48, 0.98));
}

.roadmap-date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.timeline-item h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.timeline-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.timeline-badges span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(5, 19, 43, 0.7);
  border: 1px solid rgba(112, 196, 255, 0.16);
  color: #d7f2ff;
  font-weight: 700;
  font-size: 0.88rem;
}

.timeline-badges .prize {
  color: #fff4d1;
  border-color: rgba(255, 215, 122, 0.2);
  background: rgba(255, 215, 122, 0.08);
  box-shadow: 0 0px 10px rgba(212, 175, 55, 1) !important;
}

/* Important boxes */
.notice-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.important-box {
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(11, 35, 79, 0.9), rgba(7, 18, 42, 0.96));
  border: 1px solid rgba(112, 196, 255, 0.14);
  box-shadow: var(--shadow);
}

.important-box.warning {
  border-color: rgba(255, 215, 122, 0.2);
  background: linear-gradient(180deg, rgba(26, 40, 72, 0.94), rgba(13, 21, 37, 0.98));
}

.important-tag {
  display: inline-flex;
  padding: 7px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(93, 242, 255, 0.11);
  color: #bff5ff;
}

.warning .important-tag {
  background: rgba(255, 215, 122, 0.12);
  color: #ffe7a6;
}

.important-box h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
}

.important-box p,
.important-box li,
.step-card p,
.change-card p,
.block-card p,
.dungeon-card p,
footer p,
footer li {
  color: var(--muted);
  line-height: 1.85;
}

.clean-list {
  margin: 16px 0 0;
  padding-left: 18px;
}

/* Steps */
.steps-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.step-card {
  position: relative;
  padding: 24px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(10, 32, 73, 0.84), rgba(7, 20, 44, 0.96));
  border: 1px solid rgba(112, 196, 255, 0.14);
  box-shadow: var(--shadow);
  transition: 0.25s ease;
}

.step-number {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #31b0ff, #71f0ff);
  color: #041423;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(77, 183, 255, 0.24);
}

.step-label {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #f1fbff;
}

/* CTA split */
.cta-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 34px;
}

.cta-card {
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(12, 48, 104, 0.94), rgba(7, 22, 50, 0.98));
  border: 1px solid rgba(112, 196, 255, 0.16);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.cta-card::after {
  content: "";
  position: absolute;
  inset: auto -8% -18% auto;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(117, 236, 255, 0.18), transparent 65%);
  pointer-events: none;
}

.cta-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  line-height: 1.18;
}

.cta-card p {
  margin: 0 0 22px;
  color: #d3e6ff;
  line-height: 1.85;
}

/* Main-only section */
.main-only {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.main-only .panel strong {
  color: #fff;
}

.limit-box {
  padding: 24px;
  border-radius: 22px;
  background: rgba(4, 16, 38, 0.6);
  border: 1px solid rgba(255, 156, 165, 0.16);
  margin-bottom: 18px;
}

.available-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.available-item {
  padding: 18px;
  border-radius: 18px;
  background: rgba(4, 16, 38, 0.6);
  border: 1px solid rgba(112, 196, 255, 0.14);
  font-weight: 700;
  color: #eff8ff;
}

/* Change cards */
.changes-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.change-card,
.block-card,
.dungeon-card {
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(10, 32, 73, 0.84), rgba(7, 20, 44, 0.96));
  border: 1px solid rgba(112, 196, 255, 0.14);
  box-shadow: var(--shadow);
  transition: 0.25s ease;
}

.change-card h4,
.block-card h4,
.dungeon-card h4 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  color: #f4fbff;
}

.bullet-list,
.compact-list {
  margin: 0;
  padding-left: 18px;
}

.bullet-list li,
.compact-list li {
  margin: 0 0 10px;
}

.sub-box {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(4, 16, 38, 0.55);
  border: 1px solid rgba(112, 196, 255, 0.12);
}

.sub-box strong {
  color: #fff;
}

/* Exp maps and dungeons */
.blocks-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.block-card .subtle,
.dungeon-card .subtle {
  display: block;
  margin-top: 6px;
  color: #c8e6ff;
  font-size: 0.92rem;
}

/* Footer */
.footer {
  position: relative;
  padding: 36px 0 46px;
  border-top: 1px solid rgba(117, 236, 255, 0.08);
  background: rgba(2, 10, 24, 0.55);
  backdrop-filter: blur(10px);
}

.footer-wrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
}

.footer-title {
  margin: 0 0 10px;
  font-size: 1.5rem;
}

.footer-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-links a {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(8, 24, 56, 0.8);
  border: 1px solid rgba(112, 196, 255, 0.14);
  color: var(--text);
  font-weight: 700;
  transition: 0.25s ease;
}

.footer-links a:hover {
  transform: translateY(-2px);
  background: rgba(10, 31, 72, 0.95);
  border-color: rgba(112, 196, 255, 0.24);
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1120px) {
  .hero-grid,
  .intro-layout,
  .rewards-wrap,
  .cta-split,
  .main-only,
  .footer-wrap {
    grid-template-columns: 1fr;
  }

  .reward-grid,
  .grid-3,
  .steps-grid,
  .changes-grid,
  .blocks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
  }
}

@media (max-width: 860px) {
  .section {
    padding: 80px 0;
  }

  .nav-wrap {
    padding: 12px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-title {
    font-size: clamp(2.4rem, 10vw, 4rem);
  }

  .notice-grid,
  .reward-grid,
  .grid-4,
  .steps-grid,
  .changes-grid,
  .blocks-grid,
  .grid-2,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .count-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .available-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 22px), var(--max));
  }

  .section {
    padding: 68px 0;
  }

  .hero-actions,
  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .nav-cta,
  .footer-links a {
    width: 100%;
  }

  .timeline::before {
    left: 18px;
  }

  .timeline-item {
    margin-left: 52px;
    padding: 22px 18px 20px;
  }

  .timeline-item::before {
    left: -42px;
    width: 18px;
    height: 18px;
  }

  .panel,
  .important-box,
  .change-card,
  .block-card,
  .dungeon-card,
  .reward-card,
  .glow-card,
  .cta-card,
  .timeline-item,
  .step-card {
    padding: 22px 18px;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
