/*
 * Start Attractor stylesheet - phase Version 26-04-09 export
 */

/* ===== TOKENS ===== */
:root {
  --primary: #004b8d;
  --primary-light: #e5f0fb;
  --accent: #00a6a6;
  --dark: #1f2933;
  --muted: #374151;
  --bg: #f5f6fa;
  --white: #ffffff;
  --max-width: 1100px;
}

/* ===== BASE ===== */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--dark);
  line-height: 1.55;
}

a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 2px;
}

a:hover {
  text-decoration: underline;
}

header {
  background: var(--white);
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 50;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  flex-wrap: wrap;
}

main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1.5rem;
}

section {
  padding: 3rem 0;
  border-bottom: 1px solid #e5e7eb;
  border-top: 1px solid #e5e7eb;
}

section:last-of-type {
  border-bottom: none;
  padding-bottom: 4rem;
}

footer {
  background: #0b1220;
  color: #9ca3af;
  padding: 2.5rem 1.5rem;
  margin-top: 2rem;
}

/* MASTER */
body.page-id-2329 > section {
  max-width: var(--max-width, 1100px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/* OPEN INNOVATION */
body.page-id-3023 > section {
  max-width: var(--max-width, 1100px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/*{
  --max-width: 980px;
}*/

/* ===== LAYOUT ===== */
.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--primary);
}

.logo-mark {
  width: 96px;
  height: 96px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  line-height: 1;
  padding: 6px;
  border: none !important;
  outline: none !important;
  background: transparent;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.2fr);
  gap: 2.5rem;
  align-items: center;
  padding: 2.25rem 0 1.75rem;
}

.hero-kicker {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 0.8rem;
}

.hero-title {
  font-size: 2.4rem;
  margin: 0 0 0.75rem 0;
}

.hero-subtitle {
  color: var(--muted);
  max-width: 32rem;
  margin: 0 0 1.1rem 0;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 1.25rem;
}

.hero-graphic {
  background: radial-gradient(circle at 10% 20%, var(--primary-light), #ffffff);
  border-radius: 1.5rem;
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.12);
}

.hero-graphic-placeholder {
  border-radius: 1.1rem;
  border: 1px dashed #cbd5f5;
  padding: 1rem;
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  font-size: 0.85rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.75rem;
}

.logos-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  font-size: 0.9rem;
  color: var(--muted);
}

.logo-placeholder {
  width: 120px;
  height: 40px;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: var(--muted);
  background: #ffffff;
}

.jobs-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 2rem;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  font-size: 0.85rem;
  align-items: start;
}

.footer-logo {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer-column-title {
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #e5e7eb;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.25rem;
}

.footer-links a {
  color: #9ca3af;
}

.footer-links a:hover {
  color: #e5e7eb;
}

.footer-bottom {
  max-width: var(--max-width);
  margin: 1.75rem auto 0 auto;
  border-top: 1px solid #1f2937;
  padding-top: 0.75rem;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.hero-graphic-placeholder img {
  border-radius: 1.1rem;
}

.hero-graphic-placeholder:has(img) {
  border: none;
  padding: 0;
  margin-bottom: 1rem;
  background: transparent;
}

.logo-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
  font-size: 1.25rem;
}

.logo-link:hover {
  text-decoration: none;
}

.footer-bottom a {
  color: #ffffff;
}

.footer-bottom a:hover {
  color: #e5e7eb;
  text-decoration: none;
}

.logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.logos-row .logo-placeholder a:hover {
  text-decoration: none;
  filter: brightness(0.98);
}

.governance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.governance-grid--board {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.converging-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

.converging-logo img {
  width: min(200px, 100%);
  height: auto;
  display: block;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.footer-brand-text {
  padding-top: 0.1rem;
}

.footer-brand-logo {
  width: 150px;
  height: 150px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.footer-brand-name {
  color: #e5e7eb;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.footer-brand-address {
  margin-top: 0.35rem;
  white-space: nowrap;
}

.footer-brand-vat {
  margin-top: 0.35rem;
  color: #9ca3af;
}

.committee-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1rem;
}

.speaker-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.2rem;
}

.schedule-wrap {
  overflow-x: visible;
}

.hero-side {
  background: radial-gradient(circle at 10% 20%, var(--primary-light), #ffffff);
  border-radius: 1.5rem;
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.12);
}

.hero-side img {
  width: 100%;
  height: auto;
  display: block;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

}

.master-form-grid {
  max-width: var(--max-width);
  margin: 0 auto;
}

.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.75rem;
}

.program-hero {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.2fr);
  gap: 2.5rem;
  align-items: start;
}

.footer-legal {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.9rem;
}

#main-content .schedule-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pill--logo {
  padding: .45rem .75rem;
  min-width: 130px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pill--logo img {
  max-height: 28px;
  width: auto;
}

.hero-graphic--video {
  padding: 0;
  overflow: hidden;
}

.hero-graphic--video .hero-video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 1.1rem;
}

.hero-video-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.1rem;
}

.hero-video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 1.1rem;
  background: transparent;
}

.hero-video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.hero-video-wrap.is-playing .hero-video-play {
  display: none;
}

.hero-video::-webkit-media-controls {
  display: none !important;
}

.hero-video::-webkit-media-controls-enclosure {
  display: none !important;
}

.sa-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.grid-2.grid-1col {
  grid-template-columns: 1fr;
}

/* ===== COMPONENTS ===== */
.btn-primary,
    .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary, #004b8d), #0b63b6);
  color: #fff;
  border-color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.06);
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  border-color: rgba(0,0,0,0.35) !important;
}

.btn-primary:hover {
  background: #00386a;
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-outline:hover {
  border-color: var(--primary) !important;
  background: #f3f4ff;
  text-decoration: none;
}

.stat-card {
  background: radial-gradient(circle at top left, rgba(0, 166, 166, 0.10), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 75, 141, 0.10), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245,248,252,0.96));
  border-radius: 1.15rem;
  padding: 0.95rem 1rem 0.9rem;
  border: 1px solid rgba(210, 220, 232, 0.95);
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10);
  backdrop-filter: blur(3px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.stat-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--primary);
  margin-bottom: 0.2rem;
  opacity: .82;
  font-weight: 700;
}

.stat-value {
  font-weight: 800;
  font-size: 1.14rem;
  color: var(--text);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.pill {
  font-size: 0.75rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: var(--primary-light);
  color: var(--primary);
  white-space: nowrap;
}

.card {
  background: var(--white);
  border-radius: 1.1rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}

.card-title {
  font-weight: 600;
  margin: 0;
}

.card-body {
  font-size: 0.9rem;
  color: var(--muted);
}

.card-list {
  margin: 0.5rem 0 0 1.1rem;
  padding: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.pill-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 0.3rem;
}

.job-card {
  background: var(--white);
  border-radius: 0.9rem;
  padding: 1rem 1.1rem;
  border: 1px solid #e5e7eb;
  font-size: 0.9rem;
}

.job-meta {
  font-size: 0.75rem;
  color: var(--muted);
  margin: 0.15rem 0 0.4rem 0;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.85rem;
}

.form-field label {
  font-weight: 500;
}

.form-field input,
.form-field textarea,
.form-field select {
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  padding: 0.45rem 0.6rem;
  font: inherit;
}

.form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.map-placeholder {
  background: #e5f0fb;
  border-radius: 1rem;
  border: 1px dashed #cbd5f5;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 0.75rem;
}

.map-embed-wrap {
  margin-top: 0.75rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  height: 180px;
}

.map-embed {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* CTA image links */
.master-cta,
.terms-cta,
.mentors-cta,
.events-cta {
  display: inline-flex;
  align-self: flex-end;
  margin-top: 0.9rem;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.master-cta:hover,
.mentors-cta:hover,
.events-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
  text-decoration: none;
}

.master-cta:focus-visible,
.terms-cta:focus-visible,
.mentors-cta:focus-visible,
.events-cta:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.6);
  outline-offset: 4px;
}

.master-cta img,
.terms-cta img,
.mentors-cta img,
.events-cta img {
  height: auto;
  display: block;
}

.master-cta img { width: clamp(220px, 28vw, 380px); }
.terms-cta img { width: clamp(170px, 22vw, 320px); }
.mentors-cta img,
.events-cta img { width: clamp(160px, 22vw, 300px); }

.cta-row .terms-cta,
.cta-row .mentors-cta {
  margin-top: 0;
  align-self: auto;
}

.mentors-card-body,
/* .events-card-body*/ {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.location-photo-wrap {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.location-photo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.linkedin-link {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #0A66C2;
}

.linkedin-link svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.linkedin-link:hover {
  color: #004182;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  background: rgba(15, 23, 42, 0.95);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 1rem;
  padding: 1rem 1.05rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  display: none;
}

.cookie-banner .cookie-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.9rem;
  align-items: center;
}

.cookie-banner p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
  color: rgba(255,255,255,0.92);
}

.cookie-banner a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-btn {
  border-radius: 999px;
  padding: 0.6rem 0.9rem;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.22);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.cookie-btn.primary {
  background: #ffffff;
  color: #0f172a;
  border-color: #ffffff;
}

.cookie-btn:hover {
  filter: brightness(0.98);
}

.converging-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.25rem;
  align-items: center;
}

.committee-col h3 {
  margin: 0 0 0.6rem 0;
  font-size: 1.05rem;
}

.committee-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.committee-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  background: rgba(255,255,255,0.65);
}

.speaker-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.speaker-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 0.9rem;
  border: 1px dashed #cbd5f5;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.8rem;
  overflow: hidden;
}

.speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.9rem;
}

.speaker-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.2rem;
}

.speaker-name {
  font-weight: 800;
  font-size: 1.02rem;
  margin: 0;
  color: var(--dark);
  line-height: 1.2;
}

.speaker-affil {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0.15rem 0 0 0;
}

.speaker-role {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0.35rem 0 0 0;
}

.speaker-bio {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0.6rem 0 0 0;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 0;
  table-layout: fixed;
}

.schedule-table thead th {
  text-align: left;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.85rem 0.9rem;
  white-space: normal;
  word-break: break-word;
}

.schedule-table td {
  border-bottom: 1px solid #eef2f7;
  padding: 0.85rem 0.9rem;
  vertical-align: top;
  white-space: normal;
  word-break: break-word;
  font-size: 0.9rem;
  color: var(--muted);
}

.schedule-table tr:last-child td {
  border-bottom: none;
}

.schedule-table td.month {
  width: 100px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--dark);
}

.schedule-table .session {
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.15rem;
}

.schedule-table .meta {
  font-size: 0.85rem;
  color: var(--muted);
}

.btn-primary, .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.mentor-card {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-height: 140px;
}

.mentor-top {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.mentor-name {
  font-weight: 700;
}

.mentor-role {
  color: var(--muted);
  font-size: 0.9rem;
}

.mentor-group + .mentor-group {
  margin-top: 1.75rem;
}

.mentor-links {
  margin-top: .5rem;
  display: flex;
  gap: .5rem;
  align-items: center;
  margin-left: auto;
}

.mentor-links .linkedin-link {
  width: 20px;
  height: 20px;
  color: #0A66C2;
  display: inline-flex;
}

.mentor-links .linkedin-link svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.mentor-links .linkedin-link:hover {
  color: #004182;
}

.mentor-search input:focus {
  outline: none;
  border-color: #c7d2fe;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15);
}

.mentor-top--simple {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 0.9rem;
  align-items: center;
}

.mentor-text {
  min-width: 0;
}

.mentor-title {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.3;
  margin-top: 0.1rem;
}

.mentor-company {
  color: var(--dark);
  font-size: 0.92rem;
  line-height: 1.3;
  margin-top: 0.2rem;
  font-weight: 600;
}

.privacy-card {
  background: var(--white);
  border-radius: 1.1rem;
  padding: 1.35rem 1.4rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.privacy-card h2, .privacy-card h3 {
  margin-top: 1.25rem;
}

.privacy-card ul {
  margin: 0.5rem 0 0.5rem 1.15rem;
}

.master-form-card {
  background: var(--white);
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 1.25rem 1.25rem 1.1rem 1.25rem;
  box-shadow: 0 16px 40px rgba(15,23,42,0.08);
}

.master-form-card .form-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.1rem;
  align-items: start;
  padding-bottom: .9rem;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}

.master-form-card .form-head h3 {
  margin: .25rem 0 .35rem 0;
  font-size: 1.1rem;
}

.master-form-card .form-brand {
  width: clamp(160px,22vw,240px);
  height: auto;
  display: block;
  border-radius: .85rem;
  border: 1px solid rgba(0,0,0,.06);
  background: rgba(229,240,251,.35);
}

.schedule-table td.week {
  width: 110px;
  font-weight: 700;
  white-space: nowrap;
}

a.btn-primary, a.btn-outline, a.btn-secondary, .btn-primary a, .btn-outline a {
  text-decoration: none;
}

.btn-primary, .btn-outline, .btn {
  text-decoration: none;
}

.mentor-availability {
  margin-top: 0.5rem;
  font-size: 0.92rem;
  color: rgba(0,0,0,0.75);
}

.mentor-keywords {
  margin-top: 0.35rem;
  font-size: 0.9rem;
  color: rgba(0,0,0,0.65);
  line-height: 1.35;
}

#main-content .schedule-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.sa-news-archive {
  display: grid;
  gap: 1.25rem;
}

.sa-news-card {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.sa-news-card--archive {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 0;
}

.sa-news-card--archive .sa-news-thumb {
  height: 100%;
  aspect-ratio: auto;
  min-height: 100%;
  border-radius: 18px 0 0 18px;
}

.sa-news-card--archive .sa-news-thumb-img,
.sa-news-card--archive .sa-news-thumb-placeholder {
  height: 100%;
}

.sa-news-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: radial-gradient(circle at top left, rgba(0,166,166,.16), transparent 45%),
    radial-gradient(circle at bottom right, rgba(0,75,141,.14), transparent 42%),
    #eef4fb;
  color: var(--primary);
  font-weight: 800;
  text-align: center;
}

.sa-news-content {
  padding: 1.15rem 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.sa-news-title {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.3;
}

.sa-news-title a {
  color: inherit;
  text-decoration: none;
}

.sa-news-title a:hover {
  text-decoration: underline;
}

.sa-news-meta {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  opacity: .9;
}

.sa-news-excerpt {
  margin: 0.1rem 0 0 0;
  color: var(--muted);
}

.sa-news-actions {
  margin: 0.55rem 0 0 0;
}

.sa-news-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  text-decoration: none;
  color: inherit;
}

.sa-news-thumb-img,
.sa-news-thumb-placeholder {
  width: 100%;
  height: 100%;
  display: block;
}

.sa-news-thumb-img {
  object-fit: cover;
}

.card.card--compact {
  padding: 1rem;
}

.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
}

.stat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.22), transparent 34%);
  pointer-events: none;
}

.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  border-color: rgba(0, 166, 166, 0.22);
}

.stat-card > * {
  position: relative;
  z-index: 1;
}

.sa-card-thumb {
  margin: 0.5rem 0 0.75rem;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.sa-card-thumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.stat-card-button {
  display: block;
  width: 100%;
  text-decoration: none;
  color: var(--dark);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  cursor: pointer;
}

.stat-card-button span {
  display: block;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: break-word;
}

.stat-card-button strong {
  color: var(--primary);
}

.stat-card-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  border-color: #cbd5e1;
  text-decoration: none;
}

.stat-card-button:focus-visible {
  outline: 3px solid rgba(17, 24, 39, 0.45);
  outline-offset: 3px;
}

/* ===== UTILITIES ===== */
.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 0.35rem;
}

.section-title {
  font-size: 1.9rem;
  margin: 0 0 0.75rem 0;
  color: var(--dark);
}

.section-lead {
  max-width: 720px;
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 1.75rem;
  margin: 0 0 1.25rem 0;
}

.card-tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
  display: inline-block;
  margin-right: 0.3rem;
}

.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;
}

.section-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--dark);
}

.section-lead a {
  font-weight: 600;
}

.member-name {
  font-weight: 700;
}

.li-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(0,75,141,0.18);
  background: rgba(229,240,251,0.7);
  color: #004b8d;
  text-decoration: none;
  flex: 0 0 auto;
}

.li-ico {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.li-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(0,75,141,0.18);
  background: rgba(229,240,251,0.7);
  color: #004b8d;
  text-decoration: none;
  flex: 0 0 auto;
}

.li-pill svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.tag {
  font-size: 0.75rem;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  background: var(--primary-light);
  color: var(--primary);
  white-space: nowrap;
}

.note {
  color: var(--muted);
  font-size: 0.9rem;
}

.small-note {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.35;
}

/* ===== PAGES ===== */
.title-link {
  color: inherit;
  text-decoration: none;
}

.title-link:hover {
  text-decoration: underline;
}

.governance-links {
  margin-top: 0.4rem;
  display: flex;
}

.governance-section-intro {
  margin-top: 2.5rem;
}

.governance-group {
  margin-top: 1.5rem;
}

.governance-photo {
  width: 100%;
  aspect-ratio: 440 / 364;
  border-radius: 0.8rem;
  border: none;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--muted);
  background: transparent;
  overflow: hidden;
  display: flex;
  margin-bottom: 0.4rem;
}

.governance-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 0.8rem;
}

.governance-name {
  font-weight: 600;
}

.governance-role {
  font-size: 0.85rem;
  color: var(--muted);
}

.governance-org {
  font-size: 0.85rem;
  color: var(--muted);
}

nav ul li a[href="#open-roles"] {
  font-weight: 700;
}

.avatar {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  border: 1px dashed #cbd5f5;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--muted);
  flex: 0 0 auto;
}

.avatar-img {
  padding: 0;
  border: none;
  overflow: hidden;
  background: #f3f4f6;
}

.avatar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.master-form {
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  gap: .85rem 1rem;
  margin-top: 0.25rem;
}

.master-form .field {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  grid-column: span 12;
}

.master-form .field.half {
  grid-column: span 6;
}

.master-form .field.third {
  grid-column: span 4;
}

.master-form label {
  font-weight: 650;
  font-size: .9rem;
}

.master-form input,.master-form select,.master-form textarea {
  border-radius: .75rem;
  border: 1px solid #d1d5db;
  padding: .6rem .75rem;
  font: inherit;
  background: #fff;
}

.master-form textarea {
  min-height: 120px;
  resize: vertical;
}

.master-form .checkboxes {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .5rem .75rem;
  padding: .75rem;
  border: 1px solid #e5e7eb;
  border-radius: .85rem;
  background: rgba(0,0,0,.02);
}

.master-form .checkboxes label {
  display: flex;
  gap: .5rem;
  align-items: flex-start;
  font-weight: 550;
  font-size: .9rem;
  line-height: 1.2;
}

.master-form .checkboxes input {
  margin-top: .15rem;
}

.submit-row {
  grid-column: span 12;
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-top: .35rem;
  flex-wrap: wrap;
}

.helper {
  grid-column: span 12;
  margin-top: .5rem;
  padding-top: .85rem;
  border-top: 1px dashed #e5e7eb;
  font-size: .9rem;
  color: var(--muted);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 1000;
  padding: 0.6rem 1rem;
  background: #ffffff;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  z-index: 10000;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: #fff;
  color: #111;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  outline: 3px solid rgba(0,0,0,0.35);
}

:focus-visible {
  outline: 3px solid rgba(0,0,0,0.45);
  outline-offset: 3px;
}

a, button, input, select, textarea {
  scroll-margin-top: 100px;
}

a:hover, a:focus-visible {
  text-decoration-thickness: 0.12em;
}

input, select, textarea {
  border-color: rgba(17,24,39,0.35);
}

input:focus, select:focus, textarea:focus {
  outline: 3px solid rgba(17,24,39,0.55);
  outline-offset: 2px;
}

::placeholder {
  color: rgba(55,65,81,0.85);
}

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(17,24,39,0.55);
  outline-offset: 3px;
}

input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible, a:focus-visible {
  outline: 3px solid rgba(17,24,39,0.7);
  outline-offset: 3px;
}

a, a:visited, a:hover, a:active {
  text-decoration: none !important;
  text-decoration-thickness: initial !important;
  text-underline-offset: initial !important;
}

.sa-inline-photo {
  margin: 1rem 0 1rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.sa-inline-photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sa-inline-photo--panel img {
  aspect-ratio: 16 / 5;
  min-height: 140px;
  max-height: 190px;
}

@media (max-width: 900px) {
  /* layout */
  .grid-4 {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 960px) {
  /* base */
  nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  /* layout */
  .hero,
      .grid-3,
      .grid-2,
      .contact-layout,
      .jobs-list,
      .footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .nav-inner {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .sa-news-grid {
    grid-template-columns: 1fr;
  }

  /* components */
  .sa-news-card--archive {
    grid-template-columns: 1fr;
  }

  .sa-news-card--archive .sa-news-thumb {
    aspect-ratio: 16 / 10;
    border-radius: 18px 18px 0 0;
  }
}

@media (max-width: 640px) {
  /* base */
  main {
    padding: 1.25rem 1rem 2.5rem 1rem;
  }

  /* layout */
  .hero-title {
    font-size: 2rem;
  }

  .hero-graphic {
    order: -1;
  }

  .grid {
    grid-template-columns: minmax(0, 1fr);
  }

  /* pages */
  .sa-inline-photo--panel img {
    aspect-ratio: 16 / 7;
    min-height: 120px;
    max-height: none;
  }
}

@media (max-width: 1200px) {
  /* layout */
  .governance-grid--board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  /* layout */
  .governance-grid--board {
    grid-template-columns: minmax(0, 1fr);
  }

  /* components */
  .cookie-banner .cookie-inner {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: flex-start;
  }

  .schedule-table thead th,
      .schedule-table td {
    padding: 0.65rem 0.65rem;
  }

  .schedule-table td.month {
    width: 80px;
  }

  .schedule-table td.week {
    width: 92px;
  }

  #main-content .schedule-table {
    min-width: 640px;
  }
}

@media (max-width: 840px) {
  /* layout */
  .converging-logo {
    justify-content: flex-start;
  }

  .converging-logo img {
    width: 180px;
  }

  /* components */
  .converging-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  /* layout */
  .footer-brand-name,
      .footer-brand-address {
    white-space: normal;
  }
}

@media (max-width: 860px) {
  /* layout */
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:860px) {
  /* components */
  .master-form-card .form-head {
    grid-template-columns: 1fr;
  }
  .master-form-card .form-brand {
    width: min(240px,100%);
  }

  /* pages */
  .master-form .checkboxes {
    grid-template-columns: 1fr;
  }
}

@media (max-width:720px) {
  /* pages */
  .master-form .field.half,.master-form .field.third {
    grid-column: span 12;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* base */
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
