:root{
  --bg: #070910;
  --bg2: #0a0d14;
  --surface: #0f131b;
  --surface2: #0c1017;
  --surface3: #121722;
  --text: #ebeff9;
  --muted: rgba(235,239,249,.68);
  --line: rgba(255,255,255,.09);
  --lineStrong: rgba(255,255,255,.14);
  --shadow: 0 28px 80px rgba(0,0,0,.42);
  --accent: #99acff;
}

*{ box-sizing:border-box; }
html, body{ height:100%; }

body{
  margin:0;
  color: var(--text);
  background:
    linear-gradient(180deg, #05070c 0%, var(--bg) 38%, var(--bg2) 100%);
  font-family: "Segoe UI", Inter, Arial, Helvetica, sans-serif;
}

.aouWrap{
  width: min(1300px, calc(100% - 28px));
  margin: 0 auto;
  padding: 24px 0 34px;
}

.aouTop{
  margin-bottom: 18px;
}

.aouTopLinks{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap:wrap;
  margin-bottom: 14px;
}

.aouBackLink{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: rgba(235,239,249,.84);
  text-decoration:none;
  font-size: 14px;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.aouBackLink:hover{
  background: rgba(255,255,255,.07);
  border-color: var(--lineStrong);
  transform: translateY(-1px);
}

.aouHero{
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px 28px;
  background:
    radial-gradient(520px 220px at 0% 0%, rgba(153,172,255,.08), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015));
  box-shadow: var(--shadow);
}

.aouEyebrow{
  margin: 0 0 8px 0;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(235,239,249,.54);
}

.aouTitle{
  margin: 0;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.02;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
}

.aouIntro{
  margin: 12px 0 0 0;
  max-width: 860px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
}

.aouSection{
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)),
    linear-gradient(180deg, var(--surface), var(--surface2));
  box-shadow: var(--shadow);
}

.aouSectionHead{
  margin-bottom: 18px;
}

.aouSectionLabel{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: rgba(235,239,249,.80);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.aouSectionTitle{
  margin: 12px 0 0 0;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.12;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
}

.aouBody{
  max-width: 1080px;
}

.aouBody p{
  margin: 0 0 16px 0;
  color: rgba(235,239,249,.90);
  line-height: 1.88;
  font-size: 16px;
}

.aouMetaGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  margin: 22px 0 0 0;
}

.aouMetaItem{
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}

.aouMetaLabel{
  display:block;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(235,239,249,.54);
}

.aouMetaValue{
  display:block;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(235,239,249,.92);
  font-weight: 600;
}

.subteamsBlock{
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.07);
}

.subteamsHead{
  margin-bottom: 18px;
  max-width: 980px;
}

.subteamsTitle{
  margin: 12px 0 0 0;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.14;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
}

.subteamsIntro{
  margin: 10px 0 0 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
}

.teamGrid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}

.teamCard{
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)),
    linear-gradient(180deg, var(--surface3), var(--surface2));
}

.teamBadge{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: rgba(235,239,249,.78);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.teamTitle{
  margin: 14px 0 0 0;
  font-size: 24px;
  line-height: 1.15;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
}

.teamDesc{
  margin: 10px 0 0 0;
  color: rgba(235,239,249,.86);
  line-height: 1.72;
  font-size: 15px;
}

.teamList{
  margin: 16px 0 0 0;
  padding-left: 18px;
}

.teamList li{
  margin-bottom: 9px;
  color: rgba(235,239,249,.88);
  line-height: 1.65;
}

@media (max-width: 920px){
  .aouMetaGrid{
    grid-template-columns: 1fr;
  }

  .teamGrid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px){
  .aouWrap{
    width: min(100% - 18px, 1300px);
    padding-top: 18px;
  }

  .aouHero,
  .aouSection{
    padding: 18px;
  }

  .aouTitle{
    line-height: 1.06;
  }

  .aouBody p,
  .teamDesc,
  .teamList li{
    font-size: 15px;
  }

  .aouBackLink{
    width: 100%;
    justify-content:center;
  }
}