* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #0f1020;
  color: #ffffff;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(112, 91, 255, 0.45), transparent 35%),
    radial-gradient(circle at bottom right, rgba(0, 217, 255, 0.25), transparent 35%),
    #0f1020;
  padding: 30px 8%;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 28px;
  font-weight: 800;
}

.logo span {
  color: #7c5cff;
}

.nav-links {
  display: flex;
  gap: 25px;
}

.nav-links a {
  color: #d5d5e0;
  transition: 0.3s;
}

.nav-links a:hover {
  color: #7c5cff;
}

.hero-content {
  max-width: 850px;
  margin-top: 150px;
  animation: fadeUp 1s ease forwards;
}

.badge {
  display: inline-block;
  padding: 10px 18px;
  background: rgba(124, 92, 255, 0.15);
  border: 1px solid rgba(124, 92, 255, 0.4);
  border-radius: 50px;
  color: #b9aaff;
  margin-bottom: 25px;
}

.hero h1 {
  font-size: clamp(42px, 7vw, 80px);
  line-height: 1.05;
  margin-bottom: 25px;
}

.hero h1 span {
  background: linear-gradient(90deg, #7c5cff, #00d9ff);
  -webkit-background-clip: text;
  color: transparent;
}

.subtitle {
  max-width: 650px;
  font-size: 20px;
  color: #c9c9d6;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  margin-top: 35px;
}

.btn {
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 700;
  transition: 0.3s;
}

.primary {
  background: linear-gradient(90deg, #7c5cff, #00d9ff);
  color: white;
}

.secondary {
  border: 1px solid #ffffff33;
  color: white;
}

.btn:hover {
  transform: translateY(-4px);
}

.animated-band {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  color: #111;
  padding: 18px 0;
  transform: rotate(-1deg) scale(1.03);
  margin-top: -40px;
  margin-bottom: 70px;
}

.band-track {
  display: flex;
  width: max-content;
  animation: scrollBand 22s linear infinite;
}

.band-track span {
  font-size: 22px;
  font-weight: 800;
  margin: 0 35px;
  white-space: nowrap;
}

main {
  padding: 0 8%;
}

.section {
  max-width: 1100px;
  margin: 0 auto 100px;
}

.section h2 {
  font-size: 42px;
  margin-bottom: 25px;
}

.section > p {
  color: #c9c9d6;
  font-size: 18px;
  line-height: 1.7;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 28px;
  border-radius: 22px;
  transition: 0.3s;
  backdrop-filter: blur(12px);
}

.card:hover {
  transform: translateY(-8px);
  border-color: #7c5cff;
  box-shadow: 0 20px 45px rgba(124, 92, 255, 0.18);
}

.card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.card p {
  color: #c9c9d6;
  line-height: 1.6;
}

.date {
  color: #7c5cff !important;
  font-weight: 700;
  margin-bottom: 10px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tags span,
.skills span {
  background: rgba(124, 92, 255, 0.15);
  border: 1px solid rgba(124, 92, 255, 0.35);
  padding: 8px 13px;
  border-radius: 999px;
  color: #d8d1ff;
  font-size: 14px;
}

.skills {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.skills span {
  font-size: 16px;
  padding: 12px 18px;
}

#contact a {
  color: #00d9ff;
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #0f1020;
  color: white;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(124, 92, 255, 0.45), transparent 35%),
    radial-gradient(circle at bottom right, rgba(0, 217, 255, 0.25), transparent 35%),
    #0f1020;
  padding: 30px 8%;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 28px;
  font-weight: 900;
}

.logo span {
  color: #7c5cff;
}

.nav-links {
  display: flex;
  gap: 25px;
}

.nav-links a {
  color: #d5d5e0;
  transition: 0.3s;
}

.nav-links a:hover {
  color: #7c5cff;
}

.hero-content {
  max-width: 850px;
  margin-top: 150px;
  animation: fadeUp 1s ease forwards;
}

.badge {
  display: inline-block;
  padding: 10px 18px;
  background: rgba(124, 92, 255, 0.15);
  border: 1px solid rgba(124, 92, 255, 0.4);
  border-radius: 50px;
  color: #c9bfff;
  margin-bottom: 25px;
}

.hero h1 {
  font-size: clamp(42px, 7vw, 80px);
  line-height: 1.05;
  margin-bottom: 25px;
}

.hero h1 span {
  background: linear-gradient(90deg, #7c5cff, #00d9ff);
  -webkit-background-clip: text;
  color: transparent;
}

.subtitle {
  max-width: 650px;
  font-size: 20px;
  color: #c9c9d6;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  margin-top: 35px;
}

.btn {
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 800;
  transition: 0.3s;
}

.primary {
  background: linear-gradient(90deg, #7c5cff, #00d9ff);
}

.secondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn:hover {
  transform: translateY(-4px);
}

.animated-band {
  width: 100%;
  overflow: hidden;
  background: white;
  color: #111;
  padding: 18px 0;
  transform: rotate(-1deg) scale(1.03);
  margin-top: -40px;
  margin-bottom: 80px;
}

.band-track {
  display: flex;
  width: max-content;
  animation: scrollBand 22s linear infinite;
}

.band-track span {
  font-size: 22px;
  font-weight: 900;
  margin: 0 35px;
  white-space: nowrap;
}

main {
  padding: 0 8%;
}

.section {
  max-width: 1150px;
  margin: 0 auto 110px;
}

.section h2 {
  font-size: 44px;
  margin-bottom: 25px;
}

.section > p,
.section-intro {
  color: #c9c9d6;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 28px;
  border-radius: 22px;
  transition: 0.3s;
  backdrop-filter: blur(12px);
}

.card:hover {
  transform: translateY(-8px);
  border-color: #7c5cff;
  box-shadow: 0 20px 45px rgba(124, 92, 255, 0.18);
}

.card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.card p {
  color: #c9c9d6;
  line-height: 1.6;
}

.date {
  color: #8f7cff !important;
  font-weight: 800;
  margin-bottom: 10px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.project-card {
  display: block;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  overflow: hidden;
  transition: 0.35s;
  backdrop-filter: blur(12px);
}

.project-card:hover {
  transform: translateY(-10px);
  border-color: #7c5cff;
  box-shadow: 0 20px 50px rgba(124, 92, 255, 0.25);
}

.project-image {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-image span {
  font-size: 34px;
  font-weight: 900;
}

.discord-preview {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.35), transparent 30%),
    linear-gradient(135deg, #5865f2, #7c5cff);
}

.excel-preview {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.35), transparent 30%),
    linear-gradient(135deg, #148f5a, #00d9ff);
}

.portfolio-preview {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.35), transparent 30%),
    linear-gradient(135deg, #7c5cff, #ff4fd8);
}

.project-content {
  padding: 26px;
}

.project-type {
  display: inline-block;
  background: rgba(124, 92, 255, 0.15);
  color: #d9d1ff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}

.project-content h3 {
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: 26px;
}

.project-content p {
  color: #c9c9d6;
  line-height: 1.6;
}

.project-tags,
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.project-tags span,
.tags span,
.skills span {
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: #f2f2ff;
}

.project-button {
  margin-top: 24px;
  color: #8f7cff;
  font-weight: 900;
}

.skills {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.skills span {
  background: rgba(124, 92, 255, 0.15);
  border: 1px solid rgba(124, 92, 255, 0.35);
  padding: 12px 18px;
  font-size: 16px;
}

#contact a {
  color: #00d9ff;
  font-weight: 800;
}

#contact p {
  margin-bottom: 15px;
}

footer {
  text-align: center;
  padding: 35px;
  color: #999;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollBand {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 800px) {
  .navbar {
    flex-direction: column;
    gap: 20px;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .hero {
    padding: 25px 6%;
  }

  .hero-content {
    margin-top: 90px;
    text-align: center;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  main {
    padding: 0 6%;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .animated-band {
    margin-top: -20px;
  }
}