:root {
  --navy-950: #06172a;
  --navy-900: #08233e;
  --navy-800: #0d3155;
  --blue-700: #0b4f8a;
  --blue-600: #0f67b7;
  --blue-500: #1684dc;
  --blue-200: #b9d6ee;
  --surface: #f8fbfe;
  --surface-2: #eef4f8;
  --ink: #0b1e33;
  --muted: #5e6c7a;
  --line: #d5e0e8;
  --white: #ffffff;
  --shadow: 0 34px 100px rgba(2, 18, 34, 0.38);
}

* { box-sizing: border-box; }

html, body { min-height: 100%; }

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 15%, rgba(22, 132, 220, .16), transparent 34%),
    linear-gradient(145deg, #03111f, #071d33 58%, #041423);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

.page {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 32px;
}

.card {
  width: min(100%, 1360px);
  min-height: 760px;
  display: grid;
  grid-template-columns: 41% 59%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 30px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.brand-panel {
  position: relative;
  overflow: hidden;
  padding: 56px 54px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 36%, rgba(22, 132, 220, .10), transparent 34%),
    linear-gradient(160deg, rgba(255,255,255,.025), transparent 38%),
    linear-gradient(155deg, var(--navy-900), var(--navy-950));
  border-right: 1px solid rgba(22,132,220,.40);
}

.brand-panel::after {
  content: "";
  position: absolute;
  right: -105px;
  top: 0;
  width: 170px;
  height: 100%;
  border-left: 2px solid rgba(22,132,220,.58);
  border-radius: 50% 0 0 50%;
  background: linear-gradient(180deg, transparent, rgba(22,132,220,.04), transparent);
}

.tech-lines {
  position: absolute;
  inset: 0;
  opacity: .48;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 10% 30%, rgba(22,132,220,.85) 0 3px, transparent 4px),
    linear-gradient(90deg, transparent 0 10%, rgba(22,132,220,.28) 10% 11%, transparent 11% 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.brand-main,
.services {
  position: relative;
  z-index: 1;
}

.brand-main {
  text-align: center;
  margin-top: 10px;
}

.logo {
  width: min(66%, 365px);
  height: auto;
  display: block;
  margin: 0 auto 24px;
  filter:
    drop-shadow(0 16px 28px rgba(0,0,0,.32))
    drop-shadow(0 0 16px rgba(255,255,255,.14));
}

.brand-wordmark {
  display: block;
  width: min(82%, 430px);
  height: auto;
  margin: 0 auto 4px;
}

.tagline {
  margin: 22px 0 0;
  color: rgba(255,255,255,.84);
  font-size: .94rem;
  letter-spacing: .24em;
  font-weight: 500;
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: rgba(255,255,255,.90);
  font-size: .85rem;
  line-height: 1.35;
}

.service svg {
  width: 34px;
  height: 34px;
  fill: var(--blue-500);
  filter: drop-shadow(0 0 10px rgba(22,132,220,.30));
}

.content-panel {
  padding: 78px 74px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 72% 10%, rgba(22,132,220,.055), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f9fbfd 100%);
}

.identity h1 {
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 5.5rem);
  line-height: .98;
  letter-spacing: -.055em;
  color: var(--ink);
}

.role {
  margin: 24px 0 0;
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--blue-700);
}

.company {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 1.22rem;
}

.primary-button {
  margin-top: 36px;
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-800), var(--blue-600));
  text-decoration: none;
  font-size: 1.18rem;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(11,79,138,.24);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(11,79,138,.30);
  filter: brightness(1.04);
}

.primary-button svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.action {
  min-width: 0;
  min-height: 118px;
  padding: 20px 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--navy-800);
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 16px;
  text-decoration: none;
  font-size: .98rem;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(5,40,70,.045);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.action:hover {
  transform: translateY(-2px);
  border-color: rgba(22,132,220,.42);
  box-shadow: 0 12px 26px rgba(5,40,70,.08);
}

.action svg {
  width: 32px;
  height: 32px;
  fill: var(--blue-700);
}

.linkedin-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  font-family: Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--blue-700);
}

.details {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 16px;
}

.details a,
.details div {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #43515f;
  text-decoration: none;
  font-size: 1.05rem;
}

.details svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: var(--blue-700);
}

.details a:hover {
  color: var(--blue-700);
}

.footer-line {
  margin: 34px 0 0;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  color: var(--blue-700);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.primary-button:focus-visible,
.action:focus-visible,
.details a:focus-visible {
  outline: 3px solid rgba(22,132,220,.28);
  outline-offset: 3px;
}

@media (max-width: 940px) {
  .page {
    padding: 18px;
    place-items: start center;
  }

  .card {
    width: min(100%, 470px);
    min-height: auto;
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .brand-panel {
    padding: 32px 26px 28px;
    border-right: none;
    border-bottom: 1px solid rgba(22,132,220,.34);
  }

  .brand-panel::after {
    display: none;
  }

  .logo {
    width: 245px;
    margin-bottom: 14px;
  }

  .brand-wordmark {
    width: min(86%, 340px);
    margin-bottom: 2px;
  }

  .tagline {
    font-size: .72rem;
    letter-spacing: .18em;
  }

  .services {
    gap: 10px;
    margin-top: 30px;
  }

  .service {
    font-size: .72rem;
  }

  .service svg {
    width: 28px;
    height: 28px;
  }

  .content-panel {
    padding: 38px 26px 30px;
  }

  .identity {
    text-align: center;
  }

  .identity h1 {
    font-size: clamp(2.6rem, 12vw, 3.6rem);
  }

  .role {
    margin-top: 16px;
    font-size: 1.18rem;
  }

  .company {
    font-size: 1rem;
  }

  .primary-button {
    min-height: 58px;
    margin-top: 28px;
    font-size: 1rem;
  }

  .actions {
    gap: 9px;
  }

  .action {
    min-height: 94px;
    padding: 14px 6px 12px;
    font-size: .76rem;
  }

  .action svg,
  .linkedin-icon {
    width: 26px;
    height: 26px;
    font-size: 1.45rem;
  }

  .details {
    margin-top: 26px;
    padding-top: 24px;
  }

  .details a,
  .details div {
    align-items: flex-start;
    font-size: .93rem;
  }

  .footer-line {
    text-align: center;
    font-size: .68rem;
    line-height: 1.5;
    letter-spacing: .11em;
  }
}

@media (max-width: 380px) {
  .page { padding-inline: 8px; }
  .brand-panel,
  .content-panel { padding-inline: 18px; }
  .services { gap: 6px; }
  .service { font-size: .66rem; }
  .actions { gap: 6px; }
  .action { font-size: .69rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
