:root {
  --bg: #07111f;
  --bg-soft: #0c1a2d;
  --surface: rgba(11, 24, 41, 0.72);
  --surface-strong: #0d1b31;
  --surface-glass: rgba(255, 255, 255, 0.04);
  --card-border: rgba(155, 181, 255, 0.16);
  --text: #f2f7ff;
  --muted: #aec0df;
  --muted-strong: #d7e2f7;
  --primary: #6fb3ff;
  --primary-strong: #2d86ff;
  --accent: #91f3d9;
  --accent-soft: rgba(145, 243, 217, 0.16);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: min(1160px, calc(100% - 2rem));
  --transition: 220ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Space Grotesk", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 20%, rgba(45, 134, 255, 0.08), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(145, 243, 217, 0.06), transparent 30%),
    radial-gradient(circle at 40% 80%, rgba(111, 179, 255, 0.05), transparent 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, transparent 50%, rgba(255, 255, 255, 0.01) 100%),
    linear-gradient(180deg, #07111f 0%, #091425 30%, #08111d 70%, #07111f 100%);
  min-height: 100vh;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(45, 134, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, rgba(145, 243, 217, 0.02) 1px, transparent 1px);
  background-size: 50px 50px, 70px 70px;
  background-position: 0 0, 25px 25px;
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.site-shell {
  overflow: clip;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: 5.5rem 0;
}

.section-heading {
  max-width: 700px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-tag,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(111, 179, 255, 0.12);
  border: 1px solid rgba(111, 179, 255, 0.22);
  color: var(--muted-strong);
  font-size: 0.85rem;
  font-family: 'IBM Plex Mono', 'JetBrains Mono', 'Space Grotesk', 'Menlo', 'Monaco', 'Consolas', monospace;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section h2,
.hero-title {
  margin: 1rem 0 1.1rem;
  font-family: 'IBM Plex Mono', 'JetBrains Mono', 'Space Grotesk', 'Menlo', 'Monaco', 'Consolas', monospace;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.section h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.section p,
.hero-subtitle,
.hero-lead,
.about-card p,
.project-copy p,
.strength-card p,
.contact p,
.footer p,
.insight-card p {
  color: var(--muted);
  line-height: 1.75;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-top: 1rem;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: rgba(7, 17, 31, 0.48);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  transition: background var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.navbar.scrolled {
  background: rgba(7, 17, 31, 0.8);
  box-shadow: 0 20px 50px rgba(3, 10, 20, 0.35);
  border-color: rgba(255, 255, 255, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background: rgba(111, 179, 255, 0.1);
  position: relative;
  flex-shrink: 0;
  font-family: 'IBM Plex Mono', 'JetBrains Mono', 'Space Grotesk', 'Menlo', 'Monaco', 'Consolas', monospace;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
}

.brand-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}

.brand-mark {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(111, 179, 255, 0.3), rgba(145, 243, 217, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: 'IBM Plex Mono', 'JetBrains Mono', 'Space Grotesk', 'Menlo', 'Monaco', 'Consolas', monospace;
  font-weight: 700;
}

.brand-text {
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--muted-strong);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav-links a,
.footer-links a,
.footer-socials a {
  color: var(--muted);
  transition: color var(--transition), transform var(--transition);
}

.nav-links a:hover,
.nav-links a.active,
.footer-links a:hover,
.footer-socials a:hover {
  color: var(--text);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted-strong);
}

.lang-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.3rem;
  min-height: 2.3rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  transition: background var(--transition), color var(--transition);
}

.lang-chip.active {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #03111d;
  font-weight: 800;
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.7rem;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  margin: 0.23rem 0;
  transition: transform var(--transition), opacity var(--transition);
}

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  padding: 5rem 0 3rem;
}

.hero-grid,
.section-grid,
.contact-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.hero-grid {
  grid-template-columns: 1.05fr 0.95fr;
}

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

.badge-small {
  font-family: 'IBM Plex Mono', 'JetBrains Mono', 'Space Grotesk', 'Menlo', 'Monaco', 'Consolas', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1rem;
  display: inline-block;
}

.hero-title {
  font-size: clamp(3rem, 8vw, 4.5rem);
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.hero-headline {
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  max-width: 100%;
  color: var(--muted-strong);
  font-family: 'Manrope', 'Space Grotesk', Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: 'IBM Plex Mono', 'JetBrains Mono', 'Space Grotesk', 'Menlo', 'Monaco', 'Consolas', monospace;
}

.hero-badges span {
  padding: 0.35rem 0.7rem;
  border-radius: 20px;
  background: rgba(111, 179, 255, 0.1);
  border: 1px solid rgba(111, 179, 255, 0.2);
  color: var(--muted-strong);
  white-space: nowrap;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 3rem;
}

.hero-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.mini-card {
  background: linear-gradient(180deg, rgba(13, 27, 49, 0.88), rgba(8, 18, 32, 0.92));
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  padding: 1rem;
  text-align: center;
}

.mini-card .label {
  font-family: 'IBM Plex Mono', 'JetBrains Mono', 'Space Grotesk', 'Menlo', 'Monaco', 'Consolas', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--primary);
  display: block;
  margin-bottom: 0.5rem;
}

.hero-proof {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--muted-strong);
  opacity: 0.8;
}

.proof-check {
  color: var(--accent);
  font-weight: 600;
  font-size: 1rem;
}

.hero-tool-strip {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--muted);
  opacity: 0.6;
  font-family: 'IBM Plex Mono', monospace;
}

.hero-micro {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.micro-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--muted-strong);
  opacity: 0.7;
}

.micro-check {
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
}

.hero-scroll-indicator {
  margin-top: 3rem;
  text-align: center;
  animation: bounce 2s infinite;
}

.hero-scroll-indicator span {
  font-size: 0.9rem;
  color: var(--muted-strong);
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.hero-scroll-indicator span:hover {
  opacity: 1;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}

.section-divider {
  padding: 4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

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

.divider-text {
  font-size: 1rem;
  color: var(--muted-strong);
  opacity: 0.6;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--muted-strong);
  opacity: 0.8;
  margin: 0.5rem 0 0;
  font-weight: 400;
}

.hero-panel {
  position: relative;
  display: grid;
  gap: 1.25rem;
  min-height: 620px;
  padding: 1.5rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 12%, rgba(111, 179, 255, 0.16), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(145, 243, 217, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.floating-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 18, 31, 0.74);
  color: var(--muted-strong);
  backdrop-filter: blur(16px);
}

.badge-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(145, 243, 217, 0.12);
}

.hero-panel-top {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
}

.insight-card {
  padding: 1.2rem;
  border-radius: 22px;
  background: rgba(8, 22, 38, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  min-height: 120px;
  display: flex;
  flex-direction: column;
}

.insight-card-primary {
  background:
    radial-gradient(circle at top right, rgba(111, 179, 255, 0.14), transparent 42%),
    rgba(8, 22, 38, 0.86);
}

.hero-dashboard {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 28px;
  background: rgba(8, 19, 33, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(3, 10, 20, 0.32);
}

.dashboard-header,
.dashboard-stats,
.dashboard-chart,
.dashboard-footer {
  display: grid;
  gap: 1rem;
}

.dashboard-header {
  grid-template-columns: 1fr auto;
  align-items: start;
}

.dashboard-header h2 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.15;
}

.dashboard-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}

.dashboard-meta small {
  font-size: 0.7rem;
  color: var(--muted);
  opacity: 0.7;
}

.dashboard-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(111, 179, 255, 0.12);
  border: 1px solid rgba(111, 179, 255, 0.16);
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 700;
}

.dashboard-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-stat {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}

.stat-primary {
  background: rgba(111, 179, 255, 0.08);
  border: 1px solid rgba(111, 179, 255, 0.15);
}

.stat-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 0.25rem;
}

.dashboard-stat span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--muted);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dashboard-stat strong {
  font-size: 1.25rem;
  color: var(--text);
  font-weight: 700;
}

.dashboard-stat small {
  font-size: 0.7rem;
  color: var(--muted-strong);
  opacity: 0.8;
}

.dashboard-chart {
  grid-template-columns: 1.3fr 0.7fr;
}

.chart-bars,
.chart-side-card,
.chart-note {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.chart-bars {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: end;
  gap: 0.6rem;
  padding: 1.4rem;
  overflow: hidden;
}

.chart-bars::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 36px, 36px 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 100%);
}

.chart-bar {
  position: relative;
  z-index: 1;
  flex: 1;
  border-radius: 2px 2px 4px 4px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--primary) 100%);
  box-shadow: 0 4px 8px rgba(45, 134, 255, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
}

.chart-bar:hover {
  transform: scaleY(1.05);
  box-shadow: 0 6px 12px rgba(45, 134, 255, 0.25);
}

.chart-bar::after {
  content: attr(data-value);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--muted-strong);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.chart-bar:hover::after {
  opacity: 1;
}

.chart-trend-line {
  position: absolute;
  bottom: 1.4rem;
  left: 1.4rem;
  right: 1.4rem;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 20%, var(--accent) 80%, transparent 100%);
  opacity: 0.7;
  z-index: 2;
}

.chart-side-card,
.chart-note {
  padding: 1.2rem;
}

.dashboard-footer {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.data-grid {
  width: 100%;
  min-height: 86px;
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1), transparent 78%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem;
}

.data-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  align-items: center;
}

.data-row:last-child {
  margin-bottom: 0;
}

.data-cell {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--muted-strong);
  text-align: center;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
}

.data-cell:first-child {
  font-weight: 600;
  color: var(--text);
}

.data-cell:nth-child(3) {
  color: var(--accent);
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  font-weight: 700;
  gap: 0.5rem;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #05111d;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 18px 45px rgba(48, 131, 255, 0.24);
}

.btn-secondary,
.btn-ghost {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.btn-secondary:hover,
.btn-ghost:hover {
  border-color: rgba(111, 179, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(111, 179, 255, 0.15);
}

.metric-card {
  padding: 1rem;
}

.metric-kicker,
.project-label,
.skill-category,
.insight-label,
.dashboard-kicker {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.metric-kicker,
.project-label,
.skill-category,
.insight-label,
.dashboard-kicker {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.metric-card strong,
.strength-card h3,
.panel-head h3,
.project-copy h3,
.contact-card h3,
.insight-card strong,
.dashboard-stat strong,
.chart-note strong,
.chart-side-card strong {
  font-size: 1.05rem;
  color: var(--text);
}

.section-grid {
  grid-template-columns: 0.95fr 1.05fr;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.about-card,
.strength-card {
  padding: 1.5rem;
}

.about-card h3,
.strength-card h3 {
  margin-top: 0;
  margin-bottom: 0.85rem;
}

.skills-showcase {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

.skills-panel,
.skills-badges-panel {
  padding: 1.6rem;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.3rem;
}

.panel-head span {
  color: var(--muted);
  font-size: 0.95rem;
}

.skills-grid,
.capabilities-grid,
.strengths-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.strength-card {
  background: linear-gradient(180deg, rgba(13, 27, 49, 0.88), rgba(8, 18, 32, 0.92));
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.strength-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(48, 131, 255, 0.15);
  border-color: rgba(111, 179, 255, 0.3);
}

.strength-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.strength-card h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
}

.strength-card p {
  margin: 0;
  color: var(--muted-strong);
  line-height: 1.6;
}

.skill-badge,
.capability-card {
  padding: 1.25rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 16px 36px rgba(4, 12, 24, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.skill-badge:hover,
.capability-card:hover,
.project-card:hover,
.about-card:hover {
  transform: translateY(-6px);
  border-color: rgba(111, 179, 255, 0.38);
}

.skill-badge {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  background:
    radial-gradient(circle at top left, rgba(111, 179, 255, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  will-change: transform;
}

.skill-badge:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(111, 179, 255, 0.42);
  box-shadow:
    0 24px 48px rgba(8, 20, 40, 0.34),
    0 0 0 1px rgba(111, 179, 255, 0.08),
    0 0 30px rgba(61, 140, 255, 0.15);
}

.skill-icon-wrap {
  width: 4.15rem;
  height: 4.15rem;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(111, 179, 255, 0.18), rgba(145, 243, 217, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.skill-badge:hover .skill-icon-wrap {
  transform: scale(1.04);
  border-color: rgba(111, 179, 255, 0.28);
  box-shadow:
    0 14px 28px rgba(45, 134, 255, 0.18),
    0 0 22px rgba(45, 134, 255, 0.14);
}

.skill-icon {
  width: 2.3rem;
  height: 2.3rem;
  object-fit: contain;
}

.skill-copy {
  min-width: 0;
}

.skill-name {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
}

.skill-copy p,
.capability-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.capability-card strong {
  display: block;
  margin-bottom: 0.4rem;
}

.skills-badges-panel {
  background:
    radial-gradient(circle at top right, rgba(111, 179, 255, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(13, 27, 49, 0.88), rgba(8, 18, 32, 0.92));
}

.skills-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.analytics-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted-strong);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.analytics-badge:hover {
  transform: translateY(-2px) scale(1.01);
  background: rgba(111, 179, 255, 0.1);
  border-color: rgba(111, 179, 255, 0.3);
  box-shadow: 0 12px 28px rgba(45, 134, 255, 0.14);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 3rem;
}

.project-card {
  overflow: hidden;
  min-height: 420px;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38), 0 0 40px rgba(45, 134, 255, 0.15);
}

.project-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.project-card:hover .project-media img {
  transform: scale(1.05);
}

.project-overlay {
  position: absolute;
  inset: auto 1rem 1rem;
  padding: 0.6rem 0.85rem;
  border-radius: 999px;
  background: rgba(4, 12, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
  color: var(--muted-strong);
}

.project-copy {
  padding: 1.4rem;
}

.project-copy h3 {
  margin: 0.15rem 0 0.75rem;
  font-size: 1.3rem;
}

.project-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.1rem 0 1.3rem;
}

.project-stack span {
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted-strong);
  font-size: 0.88rem;
}

.project-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.project-actions a {
  min-height: 2.85rem;
}

.strengths-grid {
  margin-top: 2rem;
}

.strength-card {
  position: relative;
  overflow: hidden;
}

.strength-card::after {
  content: "";
  position: absolute;
  inset: auto -15% -40% auto;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(111, 179, 255, 0.08);
  filter: blur(10px);
}

.contact-layout {
  grid-template-columns: 0.95fr 1.05fr;
}

.contact-card {
  padding: 1.6rem;
}

.contact-card-header {
  margin-bottom: 1.2rem;
}

.contact-chip {
  display: inline-flex;
  padding: 0.45rem 0.8rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  border: 1px solid rgba(145, 243, 217, 0.18);
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.55rem;
  color: var(--muted-strong);
}

.contact-form input,
.contact-form textarea {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  resize: vertical;
}

.footer {
  padding: 0.5rem 0 2.5rem;
}

.footer-content,
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
}

.footer-content {
  padding: 1.5rem 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}

.footer-title {
  margin: 0 0 0.55rem;
  color: var(--text);
  font-weight: 800;
}

.footer-links,
.footer-socials {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom {
  padding-top: 1rem;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 768px) {
  .hero-proof {
    margin-top: 2rem;
  }

  .hero-tool-strip {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-micro {
    margin-top: 1.5rem;
  }

  .section-divider {
    padding: 3rem 1rem;
    gap: 1rem;
  }

  .divider-text {
    font-size: 0.9rem;
  }

  .hero-scroll-indicator {
    margin-top: 2rem;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 640ms ease, transform 640ms ease;
}

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

@media (max-width: 1080px) {
  .hero-grid,
  .section-grid,
  .contact-layout,
  .projects-grid,
  .capabilities-grid,
  .strengths-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: auto;
  }

  .dashboard-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .capabilities-grid,
  .strengths-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .header {
    padding-top: 0.7rem;
  }

  .navbar {
    position: relative;
    border-radius: 26px;
    align-items: center;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }

  .nav-menu {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.6rem);
    display: grid;
    gap: 1rem;
    padding: 1rem;
    background: rgba(7, 17, 31, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity var(--transition), transform var(--transition);
  }

  .nav-open .nav-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-text {
    font-size: 0.88rem;
  }

  .hero {
    padding-top: 4rem;
  }

  .hero-metrics {
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: flex-start;
  }

  .hero-metrics span {
    font-size: 0.8rem;
    padding: 0.35rem 0.7rem;
  }
  .capabilities-grid,
  .strengths-grid,
  .dashboard-stats,
  .hero-panel-top,
  .dashboard-chart,
  .dashboard-footer {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    padding: 1.2rem;
  }

  .panel-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 4.6rem 0;
  }

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

  .hero-lead {
    max-width: none;
  }

  .btn,
  .project-actions a {
    width: 100%;
  }

  .hero-actions,
  .contact-actions,
  .project-actions {
    flex-direction: column;
  }

  .skill-badge {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .skill-icon-wrap {
    width: 3.8rem;
    height: 3.8rem;
  }

  .footer-content,
  .footer-bottom {
    flex-direction: column;
  }
}
