:root {
  --color-bg: #ffffff;
  --color-surface: #f6f8fb;
  --color-surface-strong: #eef3f8;
  --color-text: #101418;
  --color-muted: #5e6a75;
  --color-border: #dce4ec;
  --color-accent: #2d6cdf;
  --color-accent-dark: #174ea6;
  --shadow-soft: 0 24px 70px rgba(16, 20, 24, 0.09);
  --shadow-card: 0 18px 40px rgba(16, 20, 24, 0.07);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(45, 108, 223, 0.09), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--color-text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.page-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 56px;
  border: 1px solid var(--color-border);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 251, 0.94)),
    var(--color-bg);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.hero::after {
  position: absolute;
  right: -120px;
  bottom: -140px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(45, 108, 223, 0.1);
  content: "";
}

.logo-frame {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  margin-bottom: 30px;
  border: 1px solid var(--color-border);
  border-radius: 28px;
  background:
    linear-gradient(135deg, #ffffff, #f1f5f9),
    var(--color-surface);
  box-shadow: 0 14px 35px rgba(16, 20, 24, 0.08);
}

.logo-frame::before {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(45, 108, 223, 0.18);
  border-radius: 20px;
  content: "";
}

.logo {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 86px;
  max-height: 86px;
  object-fit: contain;
}

.logo[src] {
  color: transparent;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--color-accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-size: clamp(3rem, 7vw, 5.75rem);
  font-weight: 850;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.tagline {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
  color: #26313b;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 700;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  color: var(--color-muted);
  font-size: 1.06rem;
}

.hero-copy p:last-child,
.content-card p:last-child,
.status-card p:last-child,
.contact-card p:last-child {
  margin-bottom: 0;
}

.content-card,
.contact-card {
  margin-top: 28px;
  padding: 40px;
  border: 1px solid var(--color-border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-card);
}

.leadership {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1fr);
  gap: 24px 46px;
  align-items: start;
}

.leadership p {
  color: var(--color-muted);
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.status-card {
  padding: 28px;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--color-surface) 100%);
  box-shadow: 0 12px 30px rgba(16, 20, 24, 0.055);
}

.status-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--color-accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.status-card p {
  color: #26313b;
  font-weight: 650;
}

.contact-card {
  background:
    linear-gradient(135deg, rgba(16, 20, 24, 0.96), rgba(27, 39, 54, 0.96)),
    #101418;
  color: #ffffff;
  text-align: center;
}

.contact-card .section-kicker,
.contact-card p {
  color: #b7c8e8;
}

.contact-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 8px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: var(--color-accent);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.contact-card a:hover,
.contact-card a:focus-visible {
  background: #3d7df1;
  box-shadow: 0 14px 26px rgba(45, 108, 223, 0.28);
  transform: translateY(-1px);
}

.contact-card a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .page-shell {
    width: min(100% - 32px, 760px);
    padding: 32px 0;
  }

  .hero {
    padding: 44px 30px;
    border-radius: 26px;
  }

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

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

@media (max-width: 560px) {
  .page-shell {
    width: min(100% - 24px, 440px);
    padding: 18px 0;
  }

  .hero,
  .content-card,
  .contact-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .logo-frame {
    width: 104px;
    height: 104px;
    margin-bottom: 24px;
    border-radius: 22px;
  }

  .logo-frame::before {
    inset: 16px;
    border-radius: 16px;
  }

  .logo {
    max-width: 70px;
    max-height: 70px;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .status-card {
    padding: 22px;
  }

  .contact-card a {
    width: 100%;
    padding: 0 16px;
    font-size: 0.95rem;
  }
}
