:root {
  --bg: #06131f;
  --bg-2: #0b2236;
  --card: rgba(10, 20, 33, 0.72);
  --card-strong: rgba(8, 16, 28, 0.88);
  --text: #eef6ff;
  --muted: rgba(238, 246, 255, 0.72);
  --line: rgba(255,255,255,0.08);
  --accent: #8ed6ff;
  --accent-2: #60c1ff;
  --shadow: 0 24px 80px rgba(0,0,0,0.45);
}

* { box-sizing: border-box; }

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(126, 198, 255, 0.18), transparent 30%),
    radial-gradient(circle at right center, rgba(83, 123, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #06131f 0%, #081422 50%, #040b12 100%);
  overflow-x: hidden;
}

.bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.55;
  animation: float 12s ease-in-out infinite;
}

.orb-1 {
  width: 260px;
  height: 260px;
  left: -60px;
  top: 90px;
  background: radial-gradient(circle, rgba(100, 190, 255, 0.4), transparent 68%);
}

.orb-2 {
  width: 340px;
  height: 340px;
  right: -120px;
  top: 120px;
  background: radial-gradient(circle, rgba(87, 130, 255, 0.25), transparent 68%);
  animation-delay: -4s;
}

.orb-3 {
  width: 220px;
  height: 220px;
  left: 35%;
  bottom: -70px;
  background: radial-gradient(circle, rgba(120, 255, 214, 0.12), transparent 70%);
  animation-delay: -8s;
}

.grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.06), rgba(0,0,0,0.2));
}

.container {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 40px;
  position: relative;
  z-index: 1;
}

.card {
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  padding: 24px;
  border-radius: 28px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -20% -55% auto;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(110, 211, 255, 0.14), transparent 68%);
  pointer-events: none;
}

.hero__photo-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 26px;
  padding: 10px;
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.1);
}

.hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.hero__photo-wrap:hover .hero__photo {
  transform: scale(1.03);
}

.eyebrow {
  margin: 0 0 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
}

h1, h2, p {
  margin: 0;
}

.hero__content h1 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
  margin-bottom: 12px;
}

.subtitle {
  color: var(--muted);
  font-size: 1rem;
  margin-bottom: 18px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.chip {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--text);
  font-size: 0.92rem;
}

.meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.meta__item,
.info,
.about,
.socials {
  background: rgba(3, 8, 14, 0.28);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
}

.meta__item {
  padding: 14px 16px;
}

.meta__label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: rgba(238, 246, 255, 0.56);
  margin-bottom: 6px;
}

.meta__value {
  font-size: 1rem;
  color: var(--text);
  word-break: break-word;
}

.info-grid {
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.info {
  padding: 18px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info h2, .about h2, .socials h2 {
  font-size: 1.04rem;
  margin-bottom: 10px;
}

.info p, .about p, .socials p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.98rem;
}

.about, .socials {
  margin-top: 18px;
  padding: 18px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(238, 246, 255, 0.6);
  font-size: 0.88rem;
  padding: 16px 4px 0;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) translateX(0px) scale(1); }
  50% { transform: translateY(-18px) translateX(10px) scale(1.03); }
}

@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero__photo-wrap {
    max-width: 320px;
    margin-inline: auto;
  }

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

@media (max-width: 640px) {
  .container {
    width: min(100% - 20px, 1100px);
    padding-top: 14px;
  }

  .hero, .info-grid, .about, .socials {
    border-radius: 20px;
  }

  .hero {
    padding: 18px;
    gap: 18px;
  }

  .meta {
    grid-template-columns: 1fr;
  }

  .info-grid {
    grid-template-columns: 1fr;
    padding: 14px;
  }

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