
:root{
  --bg:#07010f;
  --bg-2:#10051d;
  --panel:#0d0820;
  --panel-2:#120b27;
  --text:#f5f7ff;
  --muted:#b8bfd9;
  --pink:#ff2bd6;
  --blue:#27d7ff;
  --violet:#7c4dff;
  --line:rgba(255,255,255,.10);
  --shadow:0 0 24px rgba(39,215,255,.12), 0 0 30px rgba(255,43,214,.10);
}

html{scroll-behavior:smooth}
body{
  background:
    radial-gradient(circle at 15% 15%, rgba(255,43,214,.14), transparent 25%),
    radial-gradient(circle at 85% 20%, rgba(39,215,255,.12), transparent 22%),
    linear-gradient(180deg, #05000b 0%, #090014 45%, #05000b 100%);
  color:var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  min-height:100vh;
}

a{color:inherit;text-decoration:none}
.section-pad{padding:5rem 0}
.eyebrow{
  color:var(--blue);
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.82rem;
}

.navbar{
  background:rgba(5,2,13,.75)!important;
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.navbar-brand{
  font-weight:800;
  letter-spacing:.08em;
}

.navbar-logo {
  height: 54px;
  width: auto;
}

.brand-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:12px;
  margin-right:.65rem;
  color:#fff;
  background:
    linear-gradient(135deg, rgba(255,43,214,.28), rgba(39,215,255,.25)),
    rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
}

.nav-link{
  color:rgba(255,255,255,.82)!important;
}

.nav-link:hover,.nav-link.active{
  color:#fff!important;
  text-shadow:0 0 10px rgba(39,215,255,.45);
}

.btn-neon, .btn-outline-neon{
  border-radius:999px;
  padding:.9rem 1.35rem;
  font-weight:700;
  letter-spacing:.02em;
}

.btn-neon{
  color:#fff;
  border:1px solid rgba(255,255,255,.15);
  background:linear-gradient(90deg,var(--pink),var(--blue));
  box-shadow:0 0 24px rgba(39,215,255,.2),0 0 24px rgba(255,43,214,.16);
}

.btn-neon:hover{
  color:#fff;
  transform:translateY(-1px);
}

.btn-outline-neon{
  color:#fff;
  border:1px solid rgba(255,255,255,.3);
  background:rgba(255,255,255,.03);
}

.btn-outline-neon:hover{
  color:#fff;
  background:rgba(255,255,255,.09);
}

.hero{
  position:relative;
  overflow:hidden;
  padding:8rem 0 5.5rem;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.58) 42%, rgba(0,0,0,.18) 68%, rgba(0,0,0,.02) 100%);
  z-index:1;
}

.hero-media{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  filter:saturate(1.05);
}

.hero-frame{
  position:absolute;
  inset:2rem;
  border-radius:2rem;
  border:2px solid transparent;
  background:
    linear-gradient(var(--bg),var(--bg)) padding-box,
    linear-gradient(90deg,var(--pink),var(--blue)) border-box;
  opacity:.5;
  box-shadow:0 0 35px rgba(39,215,255,.12),0 0 45px rgba(255,43,214,.12);
}

.hero .container{position:relative;z-index:2}
.hero-title{
  font-size:clamp(2.5rem, 7vw, 5rem);
  line-height:.96;
  font-weight:900;
  letter-spacing:-.04em;
  text-transform:uppercase;
}

.hero-title .accent{
  background:linear-gradient(90deg,var(--pink),var(--blue));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero-copy{
  max-width:36rem;
  color:var(--muted);
  font-size:1.06rem;
}

.hero-media{
  background-image:url('../img/hero-neon.png');
  background-size: cover;
  background-position: right center;
  overflow: hidden;
}



.carousel-item img {
  transform: scale(1);
  transition: transform 6s ease;
}

.carousel-item.active img {
  transform: scale(1.1);
}

.panel{
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border:1px solid var(--line);
  border-radius:1.4rem;
  box-shadow:var(--shadow);
}

.stat-card, .feature-card, .project-card, .music-card, .skill-card, .contact-card{
  height:100%;
  padding:1.35rem;
}

.glow-line{
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
}

.thumb{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:1rem;
  border:1px solid rgba(255,255,255,.1);
}

.thumb-tall{
  aspect-ratio:3/4;
}

.thumb-frame {
  width: 100%;
  aspect-ratio: 1 / 1;   /* or 16 / 9 if you prefer */
  overflow: hidden;
  /* border-radius: 1rem; */
}

.thumb-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-preview{
  border-radius:1.4rem;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
}

.section-title{
  font-size:clamp(2rem, 4vw, 3rem);
  font-weight:800;
  letter-spacing:-.03em;
}

.muted{color:var(--muted)}
.icon-badge{
  width:56px;
  height:56px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(255,43,214,.14), rgba(39,215,255,.12));
  border:1px solid rgba(255,255,255,.12);
  font-size:1.4rem;
  box-shadow:var(--shadow);
}
.list-clean{
  list-style:none;
  padding:0;
  margin:0;
}
.list-clean li{
  padding:.5rem 0;
  color:var(--muted);
}

.music-player{
  display:flex;
  align-items:center;
  gap:.9rem;
  margin-top:1rem;
}

.play-circle{
  width:52px;
  height:52px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.04);
}

/* .wave{
  height:44px;
  flex:1;
  border-radius:999px;
  background:
    linear-gradient(90deg, rgba(255,43,214,.3), rgba(39,215,255,.3)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.45) 0 3px, transparent 3px 11px);
  opacity:.9;
} */

/* Default (idle) */
.wave {
  height: 44px;
  flex: 1;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.2), rgba(255,255,255,.2)),
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,.3) 0 3px,
      transparent 3px 10px
    );
  opacity: .5;
  transition: all 0.3s ease;
}

/* ACTIVE / PLAYING */
.wave.playing {
  background:
    linear-gradient(90deg, #2a0a3a, #0a2a3a),
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,.6) 0 3px,
      transparent 3px 10px
    );
  opacity: 1;
  animation: waveMove 1s linear infinite;
  box-shadow: 0 0 12px rgba(39,215,255,.4);
}

.progress-bar {
  width: 100%;
  height: 6px;
  appearance: none;
  border-radius: 999px;
  background: rgba(255,255,255,.2);
  outline: none;
  cursor: pointer;
}

/* Track fill */
/* .progress-bar::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff2bd6, #27d7ff);
} */

.progress-bar::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #5a2a7a, #1a4a6a);
  box-shadow: 0 0 6px rgba(39,215,255,.15);
}

/* Thumb */
.progress-bar::-webkit-slider-thumb {
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  margin-top: -4px;
  box-shadow: 0 0 10px rgba(39,215,255,.6);
}


/* Movement */
@keyframes waveMove {
  from { background-position: 0 0, 0 0; }
  to   { background-position: 200px 0, 40px 0; }
}


.form-control, .form-select{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  border-radius:1rem;
  padding:.9rem 1rem;
}
.form-control:focus, .form-select:focus{
  background:rgba(255,255,255,.05);
  color:#fff;
  box-shadow:0 0 0 .2rem rgba(39,215,255,.14);
  border-color:rgba(39,215,255,.45);
}
.form-control::placeholder{color:#b9bfd4}
.footer{
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(4,2,10,.78);
}
.small-note{font-size:.92rem;color:var(--muted)}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:.65rem;
  padding:.55rem .85rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  color:#e7ebff;
}
.kicker-dot{
  width:10px;height:10px;border-radius:50%;
  background:linear-gradient(90deg,var(--pink),var(--blue));
  box-shadow:0 0 12px rgba(39,215,255,.4);
}
.cta-band{
  background:
    radial-gradient(circle at 20% 30%, rgba(255,43,214,.16), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(39,215,255,.16), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.1);
  border-radius:1.8rem;
  box-shadow:var(--shadow);
}
.page-hero{
  padding:8rem 0 3rem;
  position:relative;
}
.page-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 20% 20%, rgba(255,43,214,.12), transparent 24%),
             radial-gradient(circle at 80% 10%, rgba(39,215,255,.10), transparent 20%);
  pointer-events:none;
}
.page-hero .container{position:relative; z-index:2}
.card-hover{
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card-hover:hover{
  transform:translateY(-4px);
  border-color:rgba(39,215,255,.35);
  box-shadow:0 0 24px rgba(39,215,255,.18), 0 0 24px rgba(255,43,214,.12);
}



.album-flip {
  width: 100%;
  perspective: 1200px;
}

.album-flip-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.album-flip:hover .album-flip-inner {
  transform: rotateY(180deg);
}

.album-flip-front,
.album-flip-back {
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.album-flip-back {
  transform: rotateY(180deg);
}

.album-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}

.progress {
  height: 8px;
  background-color: rgba(255,255,255,0.1);
}

.progress-bar {
  background: linear-gradient(90deg, #00f0ff, #7a00ff);
  transition: width 1.5s ease;
}

@media (max-width: 991.98px){
  .hero{
    padding-top:7rem;
  }
  .hero-frame{
    inset:1rem;
  }
}

@media (max-width: 768px) {
  .hero-media {
    background-position: 90% center;
  }
}

