* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg: #f7f5ef;
  --surface: #ffffff;
  --text: #111827;
  --muted: #667085;
  --line: rgba(17, 24, 39, 0.12);
  --yellow: #f4c542;
  --green: #2fbf71;
  --blue: #2f80ed;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(244, 197, 66, 0.18), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(47, 128, 237, 0.14), transparent 26%),
    radial-gradient(circle at 50% 90%, rgba(47, 191, 113, 0.12), transparent 30%),
    var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.025;
  background: repeating-radial-gradient(circle, #111827 0 1px, transparent 1px 8px);
}

.cursor-glow {
  position: fixed;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 128, 237, 0.16), transparent 65%);
  pointer-events: none;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.nav {
  width: min(1180px, calc(100% - 28px));
  margin: 18px auto 0;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 60px rgba(17, 24, 39, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 14px;
  z-index: 40;
}

.brand {
  font-weight: 900;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.nav nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav nav a {
  transition: 0.25s ease;
}

.nav nav a:hover {
  color: var(--blue);
  transform: translateY(-2px);
}

.hero {
  width: min(1180px, calc(100% - 28px));
  min-height: 88vh;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
  padding: 60px 0;
  position: relative;
}

.luxury-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(47, 128, 237, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 191, 113, 0.055) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(circle, black, transparent 72%);
  animation: gridMove 15s linear infinite;
}

.hero-copy {
  padding: 34px;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  box-shadow: 0 30px 90px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(18px);
}

.eyebrow,
.section-tag {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

h1 {
  font-size: clamp(44px, 6.8vw, 86px);
  line-height: 0.92;
  letter-spacing: -0.07em;
  color: var(--text);
  margin-bottom: 24px;
  max-width: 950px;
}

.hero-text,
.section p,
.contact p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.btn {
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.primary {
  background: linear-gradient(135deg, var(--yellow), var(--green), var(--blue));
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(47, 128, 237, 0.18);
}

.secondary {
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--text);
}

.btn:hover {
  transform: translateY(-4px) scale(1.02);
}

/* PHOTO CARD */

.profile-card {
  min-height: 680px;
  border-radius: 42px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 30px 90px rgba(17, 24, 39, 0.13);
  position: relative;
  padding: 0;
}

.profile-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, transparent 45%, rgba(0, 0, 0, 0.48)),
    radial-gradient(circle at 20% 10%, rgba(244, 197, 66, 0.18), transparent 28%);
  pointer-events: none;
  z-index: 1;
}

.card-orbit,
.profile-top,
.profile-card > p,
.mini-stats {
  display: none;
}

.profile-photo {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  filter: saturate(0.98) contrast(1.02);
}

.profile-card h2 {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 30px;
  z-index: 2;
  color: white;
  font-size: clamp(44px, 5vw, 68px);
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

/* SECTIONS */

.section {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 95px 0;
}

.section h2,
.contact h2 {
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.065em;
  max-width: 900px;
  margin-bottom: 22px;
  color: var(--text);
}

.impact {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 20px 0 75px;
}

.cards,
.education-grid,
.recommendation-grid {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.cards {
  grid-template-columns: repeat(3, 1fr);
}

.education-grid,
.recommendation-grid {
  grid-template-columns: repeat(2, 1fr);
}

.impact-card,
.glass-card,
.education-card,
.recommendation,
.role,
.contact {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: 0 18px 60px rgba(17, 24, 39, 0.07);
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

.impact-card,
.glass-card,
.education-card,
.recommendation {
  min-height: 250px;
  padding: 24px;
  border-radius: 28px;
}

.impact-card:hover,
.glass-card:hover,
.education-card:hover,
.recommendation:hover,
.role:hover {
  transform: translateY(-10px);
  border-color: rgba(47, 128, 237, 0.35);
}

.impact-card span,
.glass-card span,
.education-card span,
.recommendation span,
.role span {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  position: relative;
}

.impact-card strong {
  display: block;
  font-size: 58px;
  letter-spacing: -0.075em;
  margin: 60px 0 12px;
  color: var(--text);
}

.glass-card h3,
.education-card h3 {
  font-size: 24px;
  margin: 78px 0 12px;
  letter-spacing: -0.04em;
  color: var(--text);
}

.glass-card p,
.education-card p,
.impact-card p,
.recommendation p {
  font-size: 15px;
  color: var(--muted);
}

.recommendation p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  max-width: none;
}

.recommendation span {
  display: block;
  margin-top: 24px;
}

.timeline {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.role {
  padding: 26px;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
}

.role h3 {
  font-size: 28px;
  letter-spacing: -0.05em;
  margin: 10px 0;
  color: var(--text);
}

.role p,
.role li {
  color: var(--muted);
  line-height: 1.6;
}

.role ul {
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.contact {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 70px;
  padding: 42px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-list a {
  background: #ffffff;
  color: var(--text);
  border: 1px solid var(--line);
  font-weight: 800;
  padding: 12px 14px;
  border-radius: 16px;
  transition: 0.25s ease;
}

.contact-list a:hover {
  color: var(--blue);
  transform: translateX(6px);
  border-color: rgba(47, 128, 237, 0.35);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.tap-pop {
  animation: tapPop 0.38s ease;
}

.ai-cards .glass-card:nth-child(1) {
  border-color: rgba(244, 197, 66, 0.28);
}

.ai-cards .glass-card:nth-child(2) {
  border-color: rgba(47, 191, 113, 0.28);
}

.ai-cards .glass-card:nth-child(3) {
  border-color: rgba(47, 128, 237, 0.28);
}

@keyframes gridMove {
  to {
    background-position: 62px 62px;
  }
}

@keyframes tapPop {
  40% {
    transform: scale(0.96);
    filter: brightness(1.25);
  }

  100% {
    transform: scale(1);
    filter: brightness(1);
  }
}

/* MOBILE */

@media (max-width: 900px) {
  .nav nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 40px 0;
  }

  .profile-card {
    min-height: 520px;
    order: -1;
  }

  .profile-photo {
    min-height: 520px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 72px);
    line-height: 0.96;
    letter-spacing: -0.055em;
  }

  .impact,
  .cards,
  .education-grid,
  .recommendation-grid {
    grid-template-columns: 1fr;
  }

  .role,
  .contact {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .nav {
    padding: 12px 14px;
  }

  .brand {
    font-size: 14px;
  }

  .hero-copy {
    padding: 26px;
    border-radius: 30px;
  }

  .profile-card {
    min-height: 430px;
    border-radius: 30px;
  }

  .profile-photo {
    min-height: 430px;
    object-position: center 20%;
  }

  .profile-card h2 {
    font-size: 44px;
    left: 22px;
    right: 22px;
    bottom: 24px;
  }

  h1 {
    font-size: 44px;
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 72px 0;
  }

  .contact {
    padding: 28px;
  }
}
/* Make buttons easier to read and centered */

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
  align-items: center;
}

.btn {
  min-width: 155px;
  text-align: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.green-btn {
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(47, 191, 113, 0.18);
}

.secondary {
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--text);
}

/* Better contact layout */

.contact {
  text-align: left;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  max-width: 760px;
}

.contact-list a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--text);
  font-weight: 850;
  transition: 0.25s ease;
}

.contact-list a:nth-child(1) {
  border-color: rgba(244, 197, 66, 0.45);
}

.contact-list a:nth-child(2) {
  border-color: rgba(47, 191, 113, 0.42);
}

.contact-list a:nth-child(3) {
  border-color: rgba(47, 128, 237, 0.42);
}

.contact-list a:nth-child(4) {
  border-color: rgba(47, 128, 237, 0.42);
  background: linear-gradient(135deg, rgba(244, 197, 66, 0.18), rgba(47, 128, 237, 0.13));
}

.contact-list a:hover {
  transform: translateY(-4px);
  color: var(--blue);
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
}

/* More color, but not too much */

.glass-card:nth-child(1),
.impact-card:nth-child(1),
.education-card:nth-child(1) {
  border-color: rgba(244, 197, 66, 0.34);
}

.glass-card:nth-child(2),
.impact-card:nth-child(2),
.education-card:nth-child(2) {
  border-color: rgba(47, 191, 113, 0.32);
}

.glass-card:nth-child(3),
.impact-card:nth-child(3) {
  border-color: rgba(47, 128, 237, 0.32);
}

.section-tag {
  background: linear-gradient(135deg, var(--blue), var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.impact-card strong {
  background: linear-gradient(135deg, var(--yellow), var(--green), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Mobile fix */

@media (max-width: 700px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .contact-list {
    grid-template-columns: 1fr;
  }

  .contact-list a {
    justify-content: center;
  }
}
.inquiry-form {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  max-width: 760px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 15px 16px;
  font: inherit;
  background: #ffffff;
  color: var(--text);
  outline: none;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: rgba(47, 128, 237, 0.45);
  box-shadow: 0 0 0 4px rgba(47, 128, 237, 0.08);
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form button {
  border: 0;
  cursor: pointer;
  width: fit-content;
}

@media (max-width: 700px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .inquiry-form button {
    width: 100%;
  }
}