@font-face {
  font-family: 'Sacramento';
  src: url(../fonts/6NUS8F-dNQeEYhzj7uluxswE49FJf8Wv.ttf);
 }

/* Neon Theme (uses same palette: #2952ff and #856af9) */
:root {
  --brand-primary: #2952ff;
  --brand-secondary: #856af9;
  --bg-1: #0e0c1d;
  --bg-2: #14162a;
  --text-1: #f5f6fb;
  --text-2: #c7c9d9;
  --card: #1a1d38;
  --border: rgba(255,255,255,0.08);
  --radius-xl: 18px;
  --shadow-neon: 0 20px 60px rgba(133,106,249,0.25), 0 10px 24px rgba(41,82,255,0.18);
}

.text-bg-orange{
  background-color: orange;
}

.text-bg-purple{
  background-color: #856af9;
}

html, body { height: 100%; }

body {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
  color: var(--text-1);
  background:
    radial-gradient(800px 400px at 20% 0%, rgba(133,106,249,0.22), transparent 60%),
    radial-gradient(900px 480px at 100% 20%, rgba(41,82,255,0.18), transparent 60%),
    linear-gradient(0deg, var(--bg-2), var(--bg-1));
}

/* Navbar */
.neon-navbar {
  background: rgba(20,22,42,0.6);
  backdrop-filter: blur(10px) saturate(140%);
  border-bottom: 1px solid var(--border);
}
.neon-navbar .navbar-brand { color: var(--text-1); }
.neon-navbar .nav-link { color: var(--text-2); }
.neon-navbar .nav-link:hover { color: var(--text-1); }

/* Hero */
.neon-hero {
  min-height: 92vh;
  padding-top: 96px;
  position: relative;
  overflow: hidden;
}
.neon-hero:before,
.neon-hero:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: .6;
}
.neon-hero:before {
  width: 520px; height: 520px; left: -160px; top: -120px;
  background: radial-gradient(50% 50% at 50% 50%, var(--brand-secondary), transparent 65%);
}
.neon-hero:after {
  width: 620px; height: 620px; right: -140px; bottom: -180px;
  background: radial-gradient(50% 50% at 50% 50%, var(--brand-primary), transparent 65%);
}

.neon-eyebrow { color: var(--text-2); letter-spacing: .5px; }
.neon-eyebrow span { color: var(--text-1); }

.neon-title {
  font-size: clamp(28px, 4.2vw, 56px);
  font-weight: 700;
  line-height: 1.12;
}
.neon-title span {
  background: linear-gradient(90deg, #ffffff, #c3c6ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.neon-title .highlight {
  position: relative;
}
.neon-title .highlight:after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: .1em; height: .35em;
  border-radius: .35em;
  background: radial-gradient(60% 120% at 50% 60%, rgba(133,106,249,.65), rgba(41,82,255,.45));
  filter: blur(2px);
  z-index: -1;
}

.neon-subtitle {
  font-size: clamp(20px, 2.6vw, 32px);
  text-shadow: 0 0 24px rgba(133,106,249,.35);
}

.hero-avatar {
  width: 300px; max-width: 80%; border-radius: 24px;
  box-shadow: var(--shadow-neon);
}

/* Sections */
.neon-section { padding: 72px 0; position: relative; }
.section-title { font-weight: 700; margin-bottom: 18px; }

/* Cards */
.neon-card {
  background: radial-gradient(120% 100% at 100% 0%, rgba(41,82,255,.12), rgba(133,106,249,.08)) , rgba(20,22,42,0.8);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.neon-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-neon);
  border-color: rgba(133,106,249,.35);
}
.neon-card-media img { width: 100%; display: block; }
.neon-card-body { padding: 18px 18px 20px; }

/* Contact */
.neon-contact { padding: 64px 0 88px; }
.stack-pill {
  padding: 6px 12px; border-radius: 999px; font-size: 12px;
  border: 1px solid var(--border); color: var(--text-2);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.link-accent { color: #bdbfff; text-decoration: none; }
.link-accent:hover { color: #fff; text-decoration: underline; }

/* Footer */
.neon-footer {
  padding: 18px 0; border-top: 1px solid var(--border);
  background: rgba(20,22,42,0.6); backdrop-filter: blur(8px);
}
.icon-link { color: var(--text-2); }
.icon-link:hover { color: var(--text-1); }

/* Featured Projects */
.featured {
  padding: 56px 0 88px;
  position: relative;
}
/* big purple glow background */
.featured:before {
  content: "";
  position: absolute; inset: 0 0 0 0; z-index: -1;
  background:
    radial-gradient(60% 80% at 15% 10%, rgba(133,106,249,.35), transparent 60%),
    radial-gradient(60% 80% at 85% 30%, rgba(41,82,255,.28), transparent 60%);
  filter: blur(30px);
  opacity: .85;
}

.featured .slot {
  position: relative;
  margin-bottom: 48px;
}

/* image frame with neon gradient ring */
.featured .canvas {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #1a1630;
}
.featured .canvas:before {
  content: "";
  position: absolute; inset: -2px;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(41,82,255,.8), rgba(133,106,249,.8));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.featured .canvas img { width: 100%; display: block; }

/* glass note */
.glass-note {
  position: absolute;
  left: 36px; right: auto; top: 56px;
  max-width: min(560px, 80%);
  padding: 20px 22px;
  border-radius: 16px;
  color: var(--text-1);
  background: linear-gradient(270deg, rgba(133,106,249,.25), rgba(41,82,255,.18)), rgba(20,22,42,.55);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 24px 80px rgba(41,82,255,.18), 0 16px 40px rgba(0,0,0,.35);
  backdrop-filter: blur(14px) saturate(140%);
}
.glass-right { left: auto; right: 36px; }

.featured h4 { font-weight: 800; letter-spacing: .2px; }
.featured .eyebrow { color: var(--text-2); font-size: 12px; letter-spacing: .6px; }

/* Decorative glow dots */
.dot-row { display: flex; gap: 12px; }
.dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, var(--brand-secondary), transparent);
  box-shadow: 0 0 18px rgba(133,106,249,.85);
}

/* Right-aligned section */
.featured.align-right .canvas { margin-left: auto; }
.featured.align-right .glass-note { left: auto; right: 36px; }

/* Responsive behavior: text under image on mobile */
@media (max-width: 768px) {
  .glass-note {
    position: static;
    max-width: 100%;
    margin-top: 14px;
  }
  .featured .slot { margin-bottom: 36px; }
  .dot-row { display: none; }
}
