 :root {
  --bg: #07090b;
  --surface: #0f151a;
  --surface-2: #151d23;
  --text: #f2f7fb;
  --muted: #a6b5c0;
  --line: rgba(207, 234, 255, 0.16);
  --cyan: #38bdf8;
  --green: #22c55e;
  --orange: #f97316;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
h1, h2, h3, p { overflow-wrap: anywhere; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 9, 11, 0.88);
  backdrop-filter: blur(18px);
}
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 780;
  white-space: nowrap;
}
.mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  position: relative;
  box-shadow: 0 0 28px rgba(56, 189, 248, 0.22);
  flex: 0 0 auto;
}
.mark::before, .mark::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.82);
}
.mark::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 9px;
  top: 8px;
}
.mark::after {
  width: 12px;
  height: 8px;
  border-top: none;
  border-radius: 0 0 8px 8px;
  right: 7px;
  bottom: 9px;
}
nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
  flex-wrap: wrap;
}
nav a:hover { color: var(--text); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
  white-space: nowrap;
}
.button:hover {
  transform: translateY(-1px);
  border-color: rgba(56, 189, 248, 0.55);
  background: rgba(56, 189, 248, 0.1);
}
.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: #041014;
  box-shadow: 0 16px 36px rgba(34, 197, 94, 0.18);
}
.hero {
  min-height: calc(100svh - 72px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(90deg, rgba(7, 9, 11, 0.96), rgba(7, 9, 11, 0.82) 48%, rgba(7, 9, 11, 0.38)), var(--bg);
}
.hero.image-game { background: linear-gradient(90deg, rgba(7, 9, 11, 0.96), rgba(7, 9, 11, 0.82) 48%, rgba(7, 9, 11, 0.38)), url("images/generative_capabilities_16x9.webp") center / cover no-repeat; }
.hero.image-benefits { min-height: auto; padding: 92px 0 76px; background: linear-gradient(90deg, rgba(7, 9, 11, 0.96), rgba(7, 9, 11, 0.72)), url("images/who-benefits.jpg") center / cover no-repeat; border-bottom: 1px solid var(--line); }
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, var(--bg));
  z-index: -1;
}
.hero-content { max-width: 790px; padding: 88px 0 96px; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(56, 189, 248, 0.32);
  border-radius: 999px;
  color: #c8f5ff;
  background: rgba(6, 17, 25, 0.72);
  font-size: 0.9rem;
  margin-bottom: 24px;
}
.badge span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex: 0 0 auto; }
h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(3.2rem, 8vw, 7rem);
  line-height: 0.94;
  letter-spacing: 0;
}
.lead, .hero-lead {
  max-width: 740px;
  margin: 24px 0 0;
  color: #d6e8ef;
  font-size: clamp(1.08rem, 1.6vw, 1.26rem);
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.micro { max-width: 680px; margin-top: 18px; color: var(--muted); font-size: 0.96rem; }
section { padding: 72px 0; }
.section-head { max-width: 790px; margin-bottom: 30px; }
.eyebrow { margin-bottom: 10px; color: var(--green); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.06; letter-spacing: 0; }
.section-head p { margin: 16px 0 0; color: var(--muted); font-size: 1.06rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: stretch; }
.card {
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(15, 21, 26, 0.86);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03) inset;
}
.card h2 { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.2; }
.card h3 { margin: 0 0 10px; font-size: 1.08rem; }
.card p { margin: 0; color: var(--muted); }
.metric { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; }
.metric strong { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 8px; background: rgba(56, 189, 248, 0.13); color: var(--cyan); font-size: 1.2rem; }
.media-band { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 28px; align-items: center; }
.media-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: var(--surface); min-height: 100%; }
.media-frame img { height: 100%; min-height: 360px; object-fit: cover; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; counter-reset: step; }
.step { min-height: 168px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(21, 29, 35, 0.82); }
.step::before { counter-increment: step; content: counter(step); display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin-bottom: 14px; border-radius: 8px; color: #160b02; background: var(--orange); font-weight: 800; }
.step h3 { margin: 0 0 8px; font-size: 1.02rem; }
.step p { margin: 0; color: var(--muted); font-size: 0.94rem; }
.bridge { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(34, 197, 94, 0.08)), var(--surface); }
.bridge-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.bridge p { max-width: 760px; color: #d6e8ef; margin: 14px 0 0; }
.contact { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; align-items: start; }
.contact-box { padding: 24px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); }
.contact-box p { margin-top: 0; color: var(--muted); }
.note { padding: 18px 20px; border-left: 3px solid var(--orange); border-radius: var(--radius); background: rgba(249, 115, 22, 0.1); color: #ffddc3; margin-bottom: 26px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
table { width: 100%; min-width: 760px; border-collapse: collapse; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; color: var(--muted); }
th { color: var(--text); background: rgba(255, 255, 255, 0.04); }
tr:last-child td { border-bottom: none; }
footer { padding: 34px 0 52px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; flex-wrap: wrap; }
.small { font-size: 0.9rem; }
@media (max-width: 920px) {
  .nav { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  nav { justify-content: flex-start; gap: 12px; }
  .hero.image-game { min-height: auto; background: linear-gradient(180deg, rgba(7, 9, 11, 0.9), rgba(7, 9, 11, 0.72) 58%, var(--bg)), url("images/generative_capabilities_16x9.webp") center / cover no-repeat; }
  .hero-content { padding: 72px 0 80px; }
  .grid-3, .grid-2, .media-band, .steps, .bridge-layout, .contact { grid-template-columns: 1fr; }
  .media-frame img { min-height: 260px; }
  section { padding: 58px 0; }
}
@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .brand { white-space: normal; }
  nav a:not(.button) { font-size: 0.9rem; }
  .button { width: 100%; }
  .actions .button { width: auto; max-width: 100%; }
  h1 { font-size: clamp(2.6rem, 15vw, 4.2rem); }
  .badge { align-items: flex-start; border-radius: 8px; }
  .metric { grid-template-columns: 1fr; }
}
