:root {
  --bg-0: #050608;
  --bg-1: #0a0d14;
  --bg-2: #0f1320;
  --bg-3: #141a2b;
  --line: rgba(255, 255, 255, 0.08);
  --line-bright: rgba(255, 255, 255, 0.16);
  --text: #e7ecf3;
  --text-dim: #9aa4b8;
  --text-faint: #5b6478;
  --accent: #2f8aff;
  --accent-2: #4fc3ff;
  --accent-deep: #1a4f9e;
  --accent-pop: #6b4dff;
  --accent-cyan: #00d4ff;
  --glow: rgba(47, 138, 255, 0.55);
  --glow-soft: rgba(47, 138, 255, 0.18);
  --danger: #ff5577;
  --gold: #ffd66b;
  --silver: #c9d3e0;
  --bronze: #e08a4a;
  --radius: 18px;
  --radius-lg: 26px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', 'Sora', system-ui, sans-serif;
  background: var(--bg-0);
  color: var(--text);
  min-height: 100vh;
  position: relative;
}
img,
svg,
canvas,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

html::-webkit-scrollbar {
  width: 12px;
}
html::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #05060a, #0a0d14);
  border-left: 1px solid rgba(255, 255, 255, 0.04);
}
html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--accent-deep), var(--accent));
  border-radius: 10px;
  border: 2px solid var(--bg-0);
  box-shadow: 0 0 12px var(--glow);
}
html::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 22px var(--glow);
}
html {
  scrollbar-color: var(--accent) #0a0d14;
  scrollbar-width: thin;
}

.bg-base {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -4;
  background:
    radial-gradient(
      ellipse 80% 60% at 50% 0%,
      rgba(47, 138, 255, 0.12),
      transparent 60%
    ),
    radial-gradient(
      ellipse 60% 80% at 100% 100%,
      rgba(79, 195, 255, 0.08),
      transparent 60%
    ),
    radial-gradient(
      ellipse 60% 80% at 0% 100%,
      rgba(107, 77, 255, 0.06),
      transparent 60%
    ),
    var(--bg-0);
}
canvas#stars {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.lava {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
}
.lava .bubble {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.6;
  bottom: -30vh;
  will-change: transform, opacity;
}
.lava .bubble.b1 {
  width: 380px;
  height: 380px;
  left: 8%;
  background: radial-gradient(circle, #2f8aff, transparent 70%);
  animation: lavaRise 22s linear infinite;
  animation-delay: 0s;
}
.lava .bubble.b2 {
  width: 260px;
  height: 260px;
  left: 78%;
  background: radial-gradient(circle, #4fc3ff, transparent 70%);
  animation: lavaRise 28s linear infinite;
  animation-delay: -6s;
}
.lava .bubble.b3 {
  width: 480px;
  height: 480px;
  left: 38%;
  background: radial-gradient(circle, #1a4f9e, transparent 70%);
  animation: lavaRise 34s linear infinite;
  animation-delay: -12s;
  opacity: 0.5;
}
.lava .bubble.b4 {
  width: 200px;
  height: 200px;
  left: 62%;
  background: radial-gradient(circle, #00d4ff, transparent 70%);
  animation: lavaRise 24s linear infinite;
  animation-delay: -3s;
  opacity: 0.55;
}
.lava .bubble.b5 {
  width: 340px;
  height: 340px;
  left: 18%;
  background: radial-gradient(circle, #6b4dff, transparent 70%);
  animation: lavaRise 30s linear infinite;
  animation-delay: -15s;
  opacity: 0.45;
}
.lava .bubble.b6 {
  width: 160px;
  height: 160px;
  left: 90%;
  background: radial-gradient(circle, #4fc3ff, transparent 70%);
  animation: lavaRise 20s linear infinite;
  animation-delay: -9s;
  opacity: 0.5;
}
.lava .bubble.b7 {
  width: 300px;
  height: 300px;
  left: 50%;
  background: radial-gradient(circle, #2f8aff, transparent 70%);
  animation: lavaRise 26s linear infinite;
  animation-delay: -18s;
  opacity: 0.5;
}
.lava .bubble.b8 {
  width: 220px;
  height: 220px;
  left: 5%;
  background: radial-gradient(circle, #00d4ff, transparent 70%);
  animation: lavaRise 32s linear infinite;
  animation-delay: -21s;
  opacity: 0.45;
}
.lava .bubble.b9 {
  width: 140px;
  height: 140px;
  left: 70%;
  background: radial-gradient(circle, #6b4dff, transparent 70%);
  animation: lavaRise 18s linear infinite;
  animation-delay: -7s;
  opacity: 0.55;
}
.lava .bubble.b10 {
  width: 400px;
  height: 400px;
  left: 30%;
  background: radial-gradient(circle, #1a4f9e, transparent 70%);
  animation: lavaRise 36s linear infinite;
  animation-delay: -24s;
  opacity: 0.4;
}

@keyframes lavaRise {
  0% {
    transform: translate(0, 0) scale(0.85);
    opacity: 0;
  }
  10% {
    opacity: 0.55;
  }
  25% {
    transform: translate(-20px, -30vh) scale(1.05);
  }
  50% {
    transform: translate(25px, -60vh) scale(0.95);
  }
  75% {
    transform: translate(-15px, -90vh) scale(1.1);
  }
  90% {
    opacity: 0.45;
  }
  100% {
    transform: translate(10px, -130vh) scale(0.8);
    opacity: 0;
  }
}

nav.top {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  background: rgba(10, 13, 20, 0.55);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border: 1px solid var(--line);
  border-radius: 999px;
  z-index: 100;
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset;
  animation: navIn 0.8s 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes navIn {
  from {
    opacity: 0;
    transform: translate(-50%, -30px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
nav.top a {
  color: var(--text-dim);
  text-decoration: none;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 999px;
  position: relative;
  transition: 0.3s;
}
nav.top a:hover {
  color: var(--text);
}
nav.top a.active {
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(47, 138, 255, 0.25),
    rgba(79, 195, 255, 0.15)
  );
  box-shadow: 0 0 24px var(--glow-soft);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  z-index: 200;
  box-shadow: 0 0 12px var(--glow);
  transition: width 0.1s;
}

header.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 120px 24px 80px;
  text-align: center;
}
h1.dino {
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 12vw, 220px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, #ffffff 0%, #a9c4ec 45%, #2f8aff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 80px rgba(47, 138, 255, 0.25);
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  animation: heroFadeIn 1.2s ease-out both;
}
h1.dino::after {
  content: 'DINOUSEG';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, #2f8aff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: blur(36px);
  opacity: 0.55;
  z-index: -1;
}
@keyframes heroFadeIn {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.hero-sub {
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.6vw, 18px);
  letter-spacing: 0.45em;
  color: var(--text-dim);
  text-transform: uppercase;
  margin-top: 18px;
  animation: fadeUp 0.8s 0.4s both;
}
.hero-desc {
  max-width: 620px;
  margin: 34px auto 0;
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.7;
  animation: fadeUp 0.8s 0.6s both;
}
.hero-cta {
  display: flex;
  gap: 16px;
  margin-top: 42px;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeUp 0.8s 0.8s both;
}

.page-head {
  padding: 160px 24px 60px;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.page-title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 8vw, 110px);
  letter-spacing: -0.02em;
  line-height: 1;
  background: linear-gradient(180deg, #fff 30%, #2f8aff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 60px rgba(47, 138, 255, 0.2);
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  animation: heroFadeIn 1s ease-out both;
}
.page-desc {
  color: var(--text-dim);
  margin-top: 22px;
  font-size: 16px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  animation: fadeUp 0.8s 0.3s both;
}
.section-divider {
  text-align: center;
  margin: 140px auto 50px;
  max-width: 1280px;
  padding: 0 24px;
}
.section-divider .page-title {
  font-size: clamp(36px, 7vw, 80px);
}

.btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 999px;
  border: 1px solid var(--line-bright);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  text-decoration: none;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  color: #fff;
  box-shadow: 0 12px 40px var(--glow-soft);
}
.btn.primary {
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  border-color: transparent;
}
.btn.primary:hover {
  box-shadow: 0 14px 40px var(--glow);
}
.btn .arrow {
  transition: 0.3s;
}
.btn:hover .arrow {
  transform: translateX(4px);
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 820px;
  margin: 0 auto;
}
.contact-row {
  position: relative;
  overflow: hidden;
  padding: 24px 32px;
  background: rgba(15, 19, 32, 0.55);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid var(--line);
  border-radius: 20px;
  text-decoration: none;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 24px;
  transition: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  isolation: isolate;
}
.contact-row::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(
    --brand,
    linear-gradient(135deg, var(--accent-deep), var(--accent))
  );
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.contact-row::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    700px circle at var(--mx, 50%) var(--my, 50%),
    rgba(255, 255, 255, 0.07),
    transparent 40%
  );
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.contact-row:hover {
  transform: translateX(8px);
  border-color: transparent;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.5),
    0 0 80px var(--brand-glow, var(--glow-soft));
}
.contact-row:hover::before {
  opacity: 1;
}
.contact-row:hover::after {
  opacity: 1;
}
.contact-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.45s;
  border: 1px solid var(--line);
}
.contact-row:hover .contact-icon {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
  transform: rotate(-8deg) scale(1.08);
}
.contact-icon svg {
  width: 32px;
  height: 32px;
  color: #fff;
}
.contact-icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
}
.contact-icon.no-img::before {
  content: attr(data-fallback);
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
}
.contact-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  flex: 1;
}
.contact-label {
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--text-dim);
  transition: 0.4s;
}
.contact-row:hover .contact-label {
  color: rgba(255, 255, 255, 0.85);
}
.contact-nick {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-arrow {
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--text-faint);
  transition: 0.4s;
  flex-shrink: 0;
}
.contact-row:hover .contact-arrow {
  color: #fff;
  transform: translateX(6px);
}

.contact-row[data-brand='discord'] {
  --brand: linear-gradient(135deg, #5865f2, #404eed);
  --brand-glow: rgba(88, 101, 242, 0.45);
}
.contact-row[data-brand='roblox'] {
  --brand: linear-gradient(135deg, #2f5fff, #ffffff);
  --brand-glow: rgba(47, 95, 255, 0.5);
}
.contact-row[data-brand='tidal'] {
  --brand: linear-gradient(135deg, #000000 40%, #ffffff);
  --brand-glow: rgba(255, 255, 255, 0.35);
}
.contact-row[data-brand='steam'] {
  --brand: linear-gradient(135deg, #09172a, #0b87b8);
  --brand-glow: rgba(11, 135, 184, 0.45);
}
.contact-row[data-brand='instagram'] {
  --brand: linear-gradient(135deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  --brand-glow: rgba(214, 41, 118, 0.45);
}
.contact-row[data-brand='xbox'] {
  --brand: linear-gradient(135deg, #107c10, #0e6e0e, #5cb85c);
  --brand-glow: rgba(16, 124, 16, 0.45);
}
.contact-row[data-brand='youtube'] {
  --brand: linear-gradient(135deg, #ff0000, #cc0000);
  --brand-glow: rgba(255, 0, 0, 0.45);
}
.contact-row[data-brand='gmail'] {
  --brand: linear-gradient(135deg, #c5221f, #ea4335, #fbbc04, #34a853);
  --brand-glow: rgba(197, 34, 31, 0.4);
}

.podium-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  min-height: 560px;
  margin: 30px auto 40px;
  max-width: 980px;
  padding: 0 12px;
}
.podium-bar {
  flex: 1;
  max-width: 280px;
  position: relative;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.podium-bar:hover {
  transform: translateY(-10px);
}
.podium-card {
  position: relative;
  overflow: hidden;
  background: rgba(15, 19, 32, 0.65);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.4s;
}
.podium-bar:hover .podium-card {
  border-color: var(--accent);
  box-shadow: 0 20px 60px rgba(47, 138, 255, 0.3);
}
.podium-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 40%,
    var(--rank-color, rgba(47, 138, 255, 0.2))
  );
  opacity: 0.4;
  pointer-events: none;
}
.podium-rank {
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: 90px;
  line-height: 1;
  position: absolute;
  top: 14px;
  right: 18px;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--rank-color, #fff);
  opacity: 0.4;
  letter-spacing: -0.05em;
}
.podium-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 14px;
  background: linear-gradient(135deg, #1a2030, #0b0e16);
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
}
.podium-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.podium-bar:hover .podium-img img {
  transform: scale(1.08);
}
.podium-img .placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.05em;
}
.podium-game-name {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.podium-hours {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: 'Orbitron', sans-serif;
}
.podium-hours .num {
  font-size: 28px;
  font-weight: 900;
  background: linear-gradient(180deg, #fff, var(--rank-color, var(--accent)));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.podium-hours .unit {
  font-size: 12px;
  color: var(--text-dim);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.podium-bar-fill {
  margin-top: 14px;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  position: relative;
}
.podium-bar-fill::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--pct, 0%);
  background: linear-gradient(
    90deg,
    var(--rank-color, var(--accent)),
    var(--accent-2)
  );
  border-radius: 999px;
  box-shadow: 0 0 16px var(--rank-color, var(--glow));
  animation: fillBar 1.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.4s;
}
@keyframes fillBar {
  from {
    width: 0;
  }
  to {
    width: var(--pct);
  }
}
.podium-bar[data-rank='1'] {
  --rank-color: var(--gold);
}
.podium-bar[data-rank='2'] {
  --rank-color: var(--silver);
}
.podium-bar[data-rank='3'] {
  --rank-color: var(--bronze);
}
.podium-pedestal {
  margin-top: 14px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid var(--line);
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: 64px;
  color: transparent;
  -webkit-text-stroke: 2px var(--rank-color);
  position: relative;
  overflow: hidden;
}
.podium-pedestal::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 0,
    var(--rank-color),
    transparent 60%
  );
  opacity: 0.18;
}
.podium-bar[data-rank='1'] .podium-pedestal {
  height: 180px;
}
.podium-bar[data-rank='2'] .podium-pedestal {
  height: 120px;
}
.podium-bar[data-rank='3'] .podium-pedestal {
  height: 80px;
}

.game-detail {
  display: none;
  margin-top: 50px;
  background: rgba(15, 19, 32, 0.6);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  animation: detailIn 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.game-detail.open {
  display: block;
}
@keyframes detailIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.game-detail-head {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px 32px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(47, 138, 255, 0.08), transparent);
}
.gd-thumb {
  width: 80px;
  height: 80px;
  border-radius: 14px;
  background: #1a2030;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--line);
}
.gd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gd-title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.02em;
}
.gd-sub {
  color: var(--text-dim);
  font-size: 13px;
  font-family: 'Unbounded', sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 4px;
}
.gd-close {
  margin-left: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-dim);
  transition: 0.3s;
  font-size: 20px;
}
.gd-close:hover {
  background: rgba(255, 87, 119, 0.15);
  color: #fff;
  border-color: var(--danger);
  transform: rotate(90deg);
}
.game-detail-body {
  padding: 28px 32px;
  color: var(--text-dim);
  line-height: 1.7;
  font-size: 15px;
}
.game-detail-body p {
  margin-bottom: 14px;
}
.game-detail-body p strong {
  color: #fff;
  font-weight: 600;
}
.gd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.gd-tag {
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(47, 138, 255, 0.1);
  border: 1px solid rgba(47, 138, 255, 0.3);
  color: var(--accent-2);
}
.gd-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.gd-gallery .gd-img {
  aspect-ratio: 16/10;
  border-radius: 10px;
  background: linear-gradient(135deg, #1a2030, #0b0e16);
  border: 1px solid var(--line);
  overflow: hidden;
  position: relative;
}
.gd-gallery .gd-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.gd-gallery .gd-img:hover img {
  transform: scale(1.05);
}

.music-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .music-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 880px) {
  .music-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .music-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
.song-card {
  position: relative;
  overflow: hidden;
  background: rgba(15, 19, 32, 0.6);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--text);
  display: flex;
  flex-direction: column;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.song-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: 0 20px 60px rgba(47, 138, 255, 0.3);
}
.song-thumb {
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #1a2030, #0b0e16);
  position: relative;
  overflow: hidden;
}
.song-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.song-card:hover .song-thumb img {
  transform: scale(1.08);
}
.song-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.6));
}
.song-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
  z-index: 2;
}
.song-card:hover .song-play {
  opacity: 1;
}
.song-play div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.6);
  transform: scale(0.6);
  transition: 0.4s 0.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.song-card:hover .song-play div {
  transform: scale(1);
}
.song-play svg {
  width: 28px;
  height: 28px;
  color: #fff;
  margin-left: 3px;
}
.song-meta {
  padding: 18px 20px;
}
.song-title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px;
}
.song-artist {
  color: var(--text-dim);
  font-size: 13px;
  font-family: 'Inter', sans-serif;
}
.song-thumb .placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.08);
  letter-spacing: 0.05em;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}
.project-card {
  position: relative;
  overflow: hidden;
  background: rgba(15, 19, 32, 0.65);
  backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: 0.5s;
  isolation: isolate;
}
.project-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    var(--proj-color, var(--accent)),
    transparent 70%
  );
  opacity: 0.15;
  filter: blur(40px);
  transition: 0.6s;
  z-index: -1;
}
.project-card:hover {
  transform: translateY(-6px);
  border-color: var(--proj-color, var(--accent));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.project-card:hover::before {
  transform: translate(-30px, 30px) scale(1.3);
  opacity: 0.3;
}
.project-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.project-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  flex-shrink: 0;
  overflow: hidden;
}
.project-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.project-titles h3 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.02em;
}
.project-titles .sub {
  font-family: 'Unbounded', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--proj-color, var(--accent-2));
  text-transform: uppercase;
  margin-top: 6px;
  font-weight: 600;
}
.project-desc {
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.75;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
  }
}
.pricing-card {
  position: relative;
  background: rgba(15, 19, 32, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 28px 32px;
  display: flex;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  isolation: isolate;
  overflow: visible;
}
.pricing-card::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -40%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent), transparent 70%);
  opacity: 0.1;
  filter: blur(40px);
  z-index: -1;
  transition: 0.6s;
}
.pricing-card:hover::before {
  opacity: 0.25;
  transform: translate(-20px, 20px) scale(1.2);
}
.pricing-card:hover {
  border-color: var(--accent);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.5),
    0 0 60px var(--glow-soft);
}
.pricing-card.is-featured {
  border: 2px solid rgba(47, 138, 255, 0.7);
  background: linear-gradient(
    180deg,
    rgba(47, 138, 255, 0.18),
    rgba(15, 19, 32, 0.7) 50%
  );
  box-shadow:
    0 0 0 1px rgba(47, 138, 255, 0.3),
    0 0 60px rgba(47, 138, 255, 0.35),
    0 20px 60px rgba(0, 0, 0, 0.5);
  z-index: 2;
  animation: featuredPulse 3s ease-in-out infinite;
}
.pricing-card.is-featured::before {
  opacity: 0.4;
  width: 360px;
  height: 360px;
}
@keyframes featuredPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(47, 138, 255, 0.3),
      0 0 60px rgba(47, 138, 255, 0.35),
      0 20px 60px rgba(0, 0, 0, 0.5);
  }
  50% {
    box-shadow:
      0 0 0 2px rgba(47, 138, 255, 0.5),
      0 0 90px rgba(47, 138, 255, 0.55),
      0 0 140px rgba(47, 138, 255, 0.2),
      0 20px 60px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 900px) {
  .pricing-card:hover {
    transform: translateY(-6px) !important;
  }
}
.pricing-price.is-custom .num {
  font-size: 42px;
  font-family: 'Unbounded', sans-serif;
  letter-spacing: 0.02em;
}
.pricing-sale-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  animation: fadeUp 0.6s 0.2s both;
}
.pricing-price-old {
  font-family: 'Orbitron', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-faint);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #1f5eb7;
}
.pricing-discount {
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #fff;
  background: linear-gradient(135deg, #1f5eb7, #47b4fc);
  padding: 4px 10px;
  border-radius: 999px;
  box-shadow:
    0 4px 14px rgba(71, 180, 252, 0.65),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  animation: salePulse 2s ease-in-out infinite;
}
@keyframes salePulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 4px 14px rgba(71, 180, 252, 0.65),
      0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  }
  50% {
    transform: scale(1.06);
    box-shadow:
      0 4px 22px rgba(71, 180, 252, 0.65),
      0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  }
}
.pricing-price.is-sale .num {
  background: linear-gradient(180deg, #47b4fc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-footnote {
  text-align: center;
  margin: 50px auto 0;
  max-width: 640px;
  color: var(--text-faint);
  font-size: 13px;
  line-height: 1.7;
  font-style: italic;
}
.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--accent-deep),
    var(--accent),
    var(--accent-2)
  );
  box-shadow:
    0 8px 28px var(--glow),
    0 0 0 1px rgba(255, 255, 255, 0.15);
  white-space: nowrap;
  z-index: 3;
}
.pricing-tier {
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--accent-2);
  margin-bottom: 8px;
}
.pricing-name {
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
}
.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: 'Orbitron', sans-serif;
}
.pricing-price .num {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(180deg, #fff, var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-price .cur {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dim);
}
.pricing-note {
  color: var(--text-faint);
  font-size: 12px;
  font-family: 'Unbounded', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 24px;
}
.pricing-features {
  list-style: none;
  margin: 0 0 28px;
  padding: 24px 0 4px;
  border-top: 1px solid var(--line);
  flex: 1;
}
.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 0;
}
.pricing-features .check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(47, 138, 255, 0.15);
  color: var(--accent-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  margin-top: 1px;
}
.pricing-card.is-featured .pricing-features .check {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 0 12px var(--glow);
}
.pricing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 999px;
  border: 1px solid var(--line-bright);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.pricing-cta:hover {
  border-color: var(--accent);
  color: #fff;
  background: rgba(47, 138, 255, 0.1);
  box-shadow: 0 10px 30px var(--glow-soft);
}
.pricing-cta .arrow {
  transition: 0.3s;
}
.pricing-cta:hover .arrow {
  transform: translateX(4px);
}
.pricing-card.is-featured .pricing-cta {
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  border-color: transparent;
  color: #fff;
}
.pricing-card.is-featured .pricing-cta:hover {
  box-shadow: 0 14px 40px var(--glow);
}

.hub-card {
  position: relative;
  overflow: hidden;
  background: rgba(10, 13, 20, 0.55);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 60px 50px;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  isolation: isolate;
}
.hub-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(47, 138, 255, 0.15),
      transparent 50%
    ),
    radial-gradient(circle at 80% 80%, rgba(79, 195, 255, 0.1), transparent 50%);
  z-index: -1;
}
.hub-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.hub-image-wrap {
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 760px;
  aspect-ratio: 16/9;
  margin: 0 auto 36px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #0b1020, #1a2438);
  border: 1px solid var(--line);
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.hub-image-wrap:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: var(--accent);
  box-shadow: 0 30px 80px rgba(47, 138, 255, 0.4);
}
.hub-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.hub-image-wrap:hover img {
  transform: scale(1.05);
}
.hub-image-wrap .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.5));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: 0.4s;
}
.hub-image-wrap:hover .overlay {
  opacity: 1;
}
.hub-image-wrap .cta {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.4em;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 999px;
  background: rgba(47, 138, 255, 0.9);
  backdrop-filter: blur(8px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hub-image-wrap .placeholder-big {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 8vw, 90px);
  color: rgba(47, 138, 255, 0.15);
  letter-spacing: 0.05em;
  text-align: center;
}
.hub-title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 6vw, 72px);
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, #fff 20%, var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.hub-tagline {
  font-family: 'Unbounded', sans-serif;
  font-size: 12px;
  letter-spacing: 0.5em;
  color: var(--accent-2);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 24px;
}
.hub-desc {
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto 30px;
}
.hub-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 213, 107, 0.08);
  border: 1px solid rgba(255, 213, 107, 0.3);
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  letter-spacing: 0.35em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 600;
}

footer {
  padding: 60px 24px 40px;
  text-align: center;
  border-top: 1px solid var(--line);
  margin-top: 80px;
  position: relative;
}
footer .signature {
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #fff, #2f8aff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
footer .copy {
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  letter-spacing: 0.4em;
  color: var(--text-faint);
  text-transform: uppercase;
}
::selection {
  background: rgba(47, 138, 255, 0.4);
  color: #fff;
}
section.page {
  padding: 40px 24px 120px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 780px) {
  nav.top {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: none !important;
    margin: 0 !important;
    padding: 10px 6px;
    gap: 2px;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(47, 138, 255, 0.2);
    background: rgba(5, 6, 8, 0.92);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    justify-content: space-around;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    animation: navInMobile 0.7s 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
    z-index: 200;
  }
  nav.top a {
    font-size: 10px;
    padding: 10px 6px;
    letter-spacing: 0.12em;
    flex: 1 1 auto;
    text-align: center;
    border-radius: 10px;
    white-space: nowrap;
  }

  h1.dino {
    font-size: clamp(40px, 12vw, 80px);
    letter-spacing: -0.045em;
    text-shadow: 0 0 40px rgba(47, 138, 255, 0.25);
  }
  h1.dino::after {
    filter: blur(20px);
  }
  .hero-sub {
    letter-spacing: 0.28em;
    font-size: 12px;
  }
  .hero-desc {
    font-size: 15px;
  }
  header.hero {
    padding: 90px 14px 60px;
    min-height: 88vh;
  }

  section.page {
    padding: 30px 14px 60px;
    max-width: 100%;
  }
  .page-head {
    padding: 88px 14px 24px;
    max-width: 100%;
  }
  .page-title {
    font-size: clamp(32px, 11vw, 80px);
  }
  .section-divider {
    margin: 70px auto 24px;
    padding: 0 14px;
    max-width: 100%;
  }
  .section-divider .page-title {
    font-size: clamp(28px, 9vw, 64px);
  }

  .btn {
    font-size: 10px;
    padding: 14px 22px;
    letter-spacing: 0.18em;
  }

  .podium-wrap {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    gap: 14px;
  }
  .podium-bar {
    max-width: none;
  }
  .podium-pedestal {
    display: none;
  }
  .game-detail-head {
    flex-wrap: wrap;
    padding: 22px 18px;
    gap: 14px;
  }
  .game-detail-body {
    padding: 22px 18px;
  }
  .gd-title {
    font-size: 22px;
  }
  .contact-row {
    padding: 18px 18px;
    gap: 16px;
    border-radius: 16px;
  }
  .contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }
  .contact-icon svg,
  .contact-icon img {
    width: 24px;
    height: 24px;
  }
  .contact-nick {
    font-size: 17px;
  }
  .contact-label {
    font-size: 10px;
    letter-spacing: 0.25em;
  }

  .hub-card {
    padding: 36px 22px;
    border-radius: 22px;
  }
  .hub-image-wrap {
    margin-bottom: 24px;
    border-radius: 16px;
  }
  .hub-title {
    font-size: clamp(28px, 9vw, 56px);
  }
  .hub-tagline {
    letter-spacing: 0.35em;
    font-size: 10px;
  }
  .hub-desc {
    font-size: 14px;
  }

  .song-meta {
    padding: 14px 14px;
  }
  .song-title {
    font-size: 14px;
  }
  .song-artist {
    font-size: 12px;
  }

  .pricing-card {
    padding: 30px 22px 26px;
    border-radius: 22px;
  }
  .pricing-name {
    font-size: 26px;
  }
  .pricing-price .num {
    font-size: 44px;
  }

  footer .signature {
    font-size: 36px;
  }
  footer .copy {
    font-size: 9px;
    letter-spacing: 0.3em;
  }
}

@keyframes navInMobile {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 400px) {
  nav.top a {
    font-size: 9px;
    padding: 9px 3px;
    letter-spacing: 0.06em;
  }
  h1.dino {
    font-size: clamp(34px, 11vw, 56px);
    letter-spacing: -0.05em;
  }
  .hero-sub {
    font-size: 10px;
    letter-spacing: 0.2em;
  }
  .hero-desc {
    font-size: 14px;
  }
  .page-title {
    font-size: clamp(26px, 10vw, 56px);
  }
  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .hero-cta .btn {
    justify-content: center;
  }
  header.hero {
    padding: 80px 12px 50px;
  }
  .page-head {
    padding: 78px 12px 20px;
  }
  .section-divider {
    padding: 0 12px;
  }
  section.page {
    padding: 28px 12px 56px;
  }
  .pricing-name {
    font-size: 22px;
  }
  .pricing-price .num {
    font-size: 36px;
  }
  .contact-row {
    padding: 14px 14px;
    gap: 12px;
  }
  .contact-nick {
    font-size: 15px;
  }
  .hub-card {
    padding: 30px 16px;
  }
}

@media (max-width: 340px) {
  nav.top a span {
    font-size: 8px;
  }
  h1.dino {
    font-size: 32px;
    letter-spacing: -0.06em;
  }
  .page-title {
    font-size: 26px;
  }
}
