:root {
  font-family: "DM Sans", system-ui, sans-serif;
  color: #112f54;
  background: #f1f5fa;
  font-synthesis: none;
}

* { box-sizing: border-box; }

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 82% 9%, rgba(246, 202, 59, .18), transparent 24rem),
    linear-gradient(180deg, #f8fafc 0%, #edf3f9 100%);
}

button, a { font: inherit; }
a { color: inherit; text-decoration: none; }

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

.portal-header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17, 47, 84, .12);
}

.brand { display: inline-flex; align-items: center; gap: 12px; font: 800 18px/1 "Manrope", sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.brand img { width: 50px; height: 50px; }
.season { padding: 9px 14px; border: 1px solid rgba(17,47,84,.13); border-radius: 999px; color: #58718e; font-weight: 700; font-size: 13px; background: rgba(255,255,255,.72); }

.hero {
  position: relative;
  min-height: 340px;
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  margin: 34px 0;
  padding: clamp(38px, 7vw, 72px);
  border-radius: 30px;
  color: white;
  background: linear-gradient(125deg, #102f55 0%, #174a7a 78%, #1e5a91 100%);
  box-shadow: 0 24px 60px rgba(16, 47, 85, .2);
}

.hero::after { content: ""; position: absolute; inset: auto -70px -120px auto; width: 320px; height: 320px; border: 54px solid rgba(246,202,59,.12); border-radius: 50%; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { display: block; margin-bottom: 12px; color: #3179bb; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #f6ca3b; }
h1, h2 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
h1 { max-width: 700px; font-size: clamp(42px, 7vw, 72px); line-height: .98; }
.hero p { max-width: 620px; margin: 24px 0 0; color: #d8e5f2; font-size: clamp(16px, 2vw, 19px); line-height: 1.6; }
.hero-mark { position: relative; z-index: 1; display: grid; place-items: center; }
.hero-mark img { width: min(220px, 100%); filter: drop-shadow(0 18px 34px rgba(0,0,0,.22)); }

.team-selector { margin-top: 64px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.section-heading h2 { font-size: clamp(30px, 4vw, 44px); }
.section-heading p { margin: 0 0 4px; color: #6b8097; }
.categories { display: grid; gap: 14px; }
.category-card { overflow: hidden; border: 1px solid #d7e1ec; border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 10px 28px rgba(17,47,84,.06); }
.category-trigger { width: 100%; min-height: 100px; display: grid; grid-template-columns: 56px 1fr 44px; align-items: center; gap: 18px; padding: 18px 24px; border: 0; color: #112f54; background: transparent; text-align: left; cursor: pointer; }
.category-trigger:hover { background: #f9fbfd; }
.category-trigger:focus-visible, .team-link:focus-visible { outline: 3px solid rgba(49,121,187,.35); outline-offset: -3px; }
.category-index { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; color: #102f55; background: #f6ca3b; font: 800 14px/1 "Manrope", sans-serif; }
.category-copy { display: grid; gap: 3px; }
.category-copy strong { font: 800 23px/1.2 "Manrope", sans-serif; }
.category-copy small { color: #71859b; font-size: 13px; }
.category-arrow { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #3179bb; background: #eaf2fa; font-size: 24px; }
.team-options { padding: 0 24px 22px 98px; }
.team-link { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; border-radius: 14px; color: white; background: #153d69; transition: transform .18s ease, background .18s ease; }
.team-link:hover { transform: translateY(-2px); background: #1b4e83; }
.team-link span:first-child { display: grid; gap: 3px; }
.team-link strong { font: 700 17px/1.2 "Manrope", sans-serif; }
.team-link small { color: #c9d9e9; }
.team-link span:last-child { color: #f6ca3b; font-size: 24px; }

.privacy-note { display: flex; align-items: center; gap: 16px; margin-top: 28px; padding: 20px 24px; border: 1px solid #cfe2d8; border-radius: 18px; color: #275d45; background: #f1faf5; }
.privacy-icon { flex: 0 0 auto; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: white; background: #25915f; font-weight: 900; }
.privacy-note p { margin: 4px 0 0; color: #5c7b6b; }

footer { padding: 26px 20px; color: #c5d4e3; background: #102f55; text-align: center; font-size: 14px; }
footer strong { color: #f6ca3b; }

@media (max-width: 720px) {
  .portal-shell { width: min(100% - 24px, 560px); padding-bottom: 42px; }
  .portal-header { min-height: 72px; }
  .brand { font-size: 14px; }
  .brand img { width: 42px; height: 42px; }
  .season { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; margin: 18px 0; padding: 36px 26px; border-radius: 24px; }
  .hero-mark { display: none; }
  h1 { font-size: 44px; }
  .hero p { margin-top: 18px; font-size: 16px; }
  .team-selector { margin-top: 40px; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 8px; }
  .category-trigger { min-height: 88px; grid-template-columns: 46px 1fr 38px; gap: 13px; padding: 15px 16px; }
  .category-index { width: 44px; height: 44px; border-radius: 12px; }
  .category-copy strong { font-size: 20px; }
  .team-options { padding: 0 16px 16px; }
  .privacy-note { align-items: flex-start; padding: 18px; }
  footer { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
