:root {
  --black: #030405;
  --silver: #eef2f5;
  --red: #ff2d36;
  --red-soft: rgba(255, 45, 54, 0.38);
  --blue: #4da3ff;
  --blue-soft: rgba(77, 163, 255, 0.30);
  --focus: #62b6ff;
}

* { box-sizing: border-box; }

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #030405;
  color: var(--silver);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

a { color: inherit; }

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-180%);
  background: #fff;
  color: #050607;
  padding: 12px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visual-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 70% 35%, rgba(255, 45, 54, 0.10), transparent 24%), #030405;
}

.page-frame {
  position: relative;
  width: min(100vw, 170.6667vh);
  aspect-ratio: 1536 / 900;
  max-height: 100vh;
  background: #030405;
  overflow: hidden;
}

.page-art {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  user-select: none;
  pointer-events: none;
}

.hotspot,
.home-link {
  position: absolute;
  z-index: 5;
  display: block;
  border-radius: 14px;
  color: transparent;
  text-decoration: none;
  background: transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
  will-change: transform;
}

.hotspot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  box-shadow: none;
  transition: inherit;
  pointer-events: none;
}

.hotspot:hover,
.hotspot:focus-visible {
  transform: scale(1.035);
  outline: none;
}

.hotspot:hover::after,
.hotspot:focus-visible::after {
  border-color: rgba(255, 255, 255, 0.22);
  background: linear-gradient(120deg, rgba(255, 45, 54, 0.10), rgba(77, 163, 255, 0.06));
  box-shadow: 0 0 22px rgba(255, 45, 54, 0.32), 0 0 18px rgba(77, 163, 255, 0.20);
}

.home-link {
  top: 2.1%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 112px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: rgba(238, 242, 245, 0.92);
  font-size: clamp(0.58rem, 0.72vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 45, 54, 0.48);
  background: rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 14px rgba(255, 45, 54, 0.18), 0 0 12px rgba(77, 163, 255, 0.10);
}

.home-link:hover,
.home-link:focus-visible {
  color: #fff;
  transform: translateX(-50%) scale(1.06);
  border-color: rgba(77, 163, 255, 0.52);
  box-shadow: 0 0 24px rgba(255, 45, 54, 0.30), 0 0 18px rgba(77, 163, 255, 0.22);
  outline: none;
}

.contact-hotspot { top: 2.8%; right: 3.6%; width: 13.2%; height: 6.8%; }
.service-strategic { top: 70.1%; left: 3.4%; width: 23.2%; height: 18.4%; }
.service-governance { top: 70.1%; left: 26.8%; width: 23.3%; height: 18.4%; }
.service-risk { top: 70.1%; left: 50.2%; width: 23.0%; height: 18.4%; }
.service-maturity { top: 70.1%; left: 73.2%; width: 23.1%; height: 18.4%; }
.email-hotspot { top: 90.0%; left: 26.8%; width: 22.5%; height: 7.0%; }
.about-hotspot { top: 90.0%; left: 49.8%; width: 12.4%; height: 7.0%; }
.disclaimer-hotspot { top: 90.0%; left: 62.8%; width: 16.4%; height: 7.0%; }

/* Contact page */
.contact-page {
  min-height: 100vh;
  color: var(--silver);
  background:
    linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.60)),
    url("home.png") center center / cover no-repeat,
    #030405;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 54px);
}

.contact-shell {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
}

.contact-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(2.6rem, 5vw, 5.5rem);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  text-shadow: 0 0 18px rgba(255, 45, 54, 0.18), 0 12px 30px rgba(0, 0, 0, 0.68);
}

.red-word { color: #ff3b43; }

.contact-copy p {
  max-width: 560px;
  color: #dfe5e9;
  line-height: 1.7;
  font-size: 1.05rem;
}

.contact-card {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 24px;
  padding: clamp(24px, 4vw, 44px);
  background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,45,54,0.045), rgba(77,163,255,0.035)), rgba(0,0,0,0.56);
  box-shadow: 0 0 30px rgba(255,45,54,0.15), 0 0 28px rgba(77,163,255,0.12), 0 28px 70px rgba(0,0,0,0.58);
  backdrop-filter: blur(14px);
}

.contact-card label {
  display: block;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.contact-card input,
.contact-card textarea {
  width: 100%;
  min-height: 46px;
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 10px;
  background: rgba(0,0,0,0.46);
  color: #ffffff;
  font: inherit;
}

.contact-card textarea { min-height: 132px; resize: vertical; }

.contact-card input:focus,
.contact-card textarea:focus {
  outline: 3px solid rgba(77, 163, 255, 0.45);
  border-color: rgba(77, 163, 255, 0.65);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.submit-button,
.secondary-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.22);
  background: linear-gradient(120deg, rgba(255,45,54,0.16), rgba(77,163,255,0.10)), rgba(0,0,0,0.44);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.submit-button:hover,
.secondary-link:hover,
.submit-button:focus-visible,
.secondary-link:focus-visible {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 0 22px rgba(255,45,54,0.24), 0 0 18px rgba(77,163,255,0.18);
  outline: none;
}

.form-note {
  margin-top: 14px;
  color: #c7d0d6;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .hotspot:hover,
  .hotspot:focus-visible,
  .home-link:hover,
  .home-link:focus-visible,
  .submit-button:hover,
  .secondary-link:hover { transform: none; }
}

@media (max-width: 850px) {
  .visual-page {
    align-items: start;
    overflow-x: auto;
  }

  .page-frame {
    width: 1365px;
    max-width: none;
    max-height: none;
  }

  .contact-shell { grid-template-columns: 1fr; }
}
