@import url('https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css');


/* ── LAYOUT HELPERS ──────────────────────────────── */
.container { max-width: 800px; margin: 0 auto; padding: 0 24px; }

.section { margin-top: 28px; }

.section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: var(--text3);
  margin-bottom: 12px;
}

:root {
  --bg:          #ffffff;
  --bg2:         #FAFAFA;
  --bg3:         #efefec;
  --text:        #1a1a18;
  --text2:       #5a5955;
  --text3:       #99978f;
  --border:      rgba(0,0,0,0.10);
  --border2:     rgba(0,0,0,0.20);
  --blue:        #185FA5;
  --blue-light:  #E6F1FB;
  --blue-dark:   #042C53;
  --teal:        #0D968B;
  --teal-light:  #E1F5EE;
  --amber:       #854F0B;
  --amber-light: #FAEEDA;
  --radius-sm:   4px;
  --radius-md:   6px;
  --radius-lg:   10px;
  --font:        'DM Sans', system-ui, sans-serif;
  --mono:        'DM Mono', ui-monospace, monospace;
  --nav-h:       52px;
  --cassiopeia-font-family-headings: 'Coda', sans-serif;
    
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }


.page-header h1 {
  font-size: 2rem;
}



/* ── BUTTONS ─────────────────────────────────────── */
.btn {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: opacity 0.15s, transform 0.1s;
  text-decoration: none;
  display: inline-block;
}
.btn:hover { opacity: 0.88; text-decoration: none; }
.btn:active { transform: scale(0.98); }
.btn-primary  { background: var(--blue); color: #fff; }
.btn-white    { background: #fff; color: var(--blue); }
.btn-outline  { background: transparent; color: #fff; border: 0.5px solid rgba(255,255,255,0.45); }

/* ── DIVIDERS ────────────────────────────────────── */
.divider { height: 0.5px; background: var(--border); margin: 14px 0; }

/* ═══════════════════════════════════════════════════
   HOME PAGE
══════════════════════════════════════════════════ */


.hero {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
  background: var(--blue-dark);
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(4, 18, 34, 0.92) 0%,
      rgba(4, 18, 34, 0.84) 18%,
      rgba(4, 18, 34, 0.54) 47%,
      rgba(4, 18, 34, 0.38) 50%),
    url('/images/custom/Gliwice_starowka_rynek_wieczor_fot_MBuksa-2.jpg') center 35% / cover no-repeat;
  background-color: var(--blue-dark);
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 12, 23, 0.22), transparent 40%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.hero-main {
  max-width: 680px;
}

.hero-edition {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 8px;
}

.hero-num {
  font-size: 92px;
  font-weight: 600;
  line-height: 0.88;
  color: var(--teal);
  letter-spacing: -4px;
  text-shadow: 0 2px 18px rgba(0,0,0,0.20);
}

.hero-sup {
  margin: 10px 0 0 2px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: var(--teal);
}

.hero .hero-title {
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0,0,0,0.28);
}

.hero .hero-subtitle {
  max-width: 520px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255,255,255,0.78);
  opacity: 1;
  text-shadow: 0 1px 8px rgba(0,0,0,0.28);
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  font-weight: 400;
}

.hero-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-meta i {
  font-size: 16px;
  opacity: 0.8;
}

.hero-sep {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.28);
}

.hero .countdown {
  margin-bottom: 20px;
}

.hero .cd-box {
  min-width: 60px;
  padding: 9px 15px;
  color: #fff;
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.24);
  backdrop-filter: blur(4px);
}

.hero .cd-num {
  font-size: 23px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.hero .cd-unit {
  margin-top: 4px;
  opacity: 0.68;
}

.hero-actions-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.hero-btns-left {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-login {
  margin-left: auto;
}

/* Reuse .btn sizing/animation; these two classes provide banner variants. */
.hero .btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 20px;
  white-space: nowrap;
}

.btn-teal {
  background: var(--teal);
  color: #fff;
}

.btn-teal:hover,
.btn-teal:focus {
  background: #0c5f4a;
  color: #fff;
}

.btn-ghost {
  background: rgba(4,18,34,0.20);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.45);
  backdrop-filter: blur(3px);
}

.btn-ghost:hover,
.btn-ghost:focus {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.hero-anniversary-logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  width: 285px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 20px rgba(0,0,0,0.22));
  pointer-events: none;
}

.hero-credit {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 9px;
  padding: 3px 7px;
  border-radius: 4px;
  background: rgba(0,0,0,0.34);
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.15px;
}

@media (max-width: 960px) {
  .hero-anniversary-logo {
    top: 42px;
    right: 26px;
    width: 220px;
    height: 220px;
  }

  .hero-main {
    max-width: 600px;
  }
}

@media (max-width: 720px) {
  .hero-num {
    font-size: 72px;
  }

  .hero .hero-title {
    font-size: 26px;
  }

  .container-banner img.hero-anniversary-logo  {
    display: none;
  }

  .hero-actions-row {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero-login {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding: 44px 20px 40px;
  }

  .hero .countdown {
    gap: 6px;
  }

  .hero .cd-box {
    min-width: 50px;
    padding: 8px 10px;
  }

  .hero-meta {
    gap: 10px;
    flex-wrap: wrap;
  }

  .hero-sep {
    display: none;
  }

  .hero-actions-row,
  .hero-btns-left {
    width: 100%;
  }

  .hero-login {
    margin-left: auto;
  }

  .container-banner img.hero-anniversary-logo  {
    display: none;
  }
}





/* Hero */
.hero-subpages {
  position: relative;
  min-height: 160px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
  background: var(--blue-dark);
  color: #fff;
}


.hero-subpages .hero-actions-row {
  position: absolute;
  top: 74px;
  right: 200px;
  z-index: 4;
  width: auto;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}


@media (max-width: 900px) {
  .hero-subpages .hero-actions-row {
    right: 30px;
  }
}

@media (max-width: 600px) {
  .hero-subpages .hero-actions-row {
    top: 12px;
    right: 16px;
  }

  .hero-subpages .hero-actions-row .btn {
    padding: 7px 12px;
    font-size: 12px;
  }
}

.hero-subpages .hero-content {
  position: relative;
  max-width: 1300px;
  min-height: 92px;
  margin: 0 auto;
  padding: 14px 0px 14px 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.hero-subpages .hero-subpage-logo {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  object-fit: contain;
}


.hero-subpages .hero-title {
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0,0,0,0.28);
}


.hero-bg-subpages {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, 
                              rgba(25, 44, 91, 0.7) 0%, 
                              rgba(25, 44, 91, 0.7) 30%, 
                              rgba(25, 44, 91, 0.6) 32%, 
                              rgba(25, 44, 91, 0.5) 50%), 
    url('/images/custom/lab_collage.jpeg') center 45% / cover no-repeat;
    background-color: rgba(0, 0, 0, 0);

  background-color: var(--blue-dark);
  padding: 10px 24px 1px;
  min-height:160px;
}

.hero-child {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.13);
  border: 0.5px solid rgba(255,255,255,0.28);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 12px;
  margin-bottom: 14px;
  letter-spacing: 0.4px;
}

.hero h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 6px;
  letter-spacing: -0.4px;
}

.hero-subpages h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 6px;
  letter-spacing: -0.4px;
}


.hero-subtitle {
  font-size: 14px;
  opacity: 0.75;
  margin-bottom: 22px;
}

/* Countdown */
.countdown {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

.cd-box {
  background: rgba(255,255,255,0.11);
  border: 0.5px solid rgba(255,255,255,0.18);
  border-radius: 9px;
  padding: 10px 16px;
  text-align: center;
  min-width: 58px;
}
.cd-num  { font-size: 24px; font-weight: 500; line-height: 1; }
.cd-unit { font-size: 10px; opacity: 0.65; margin-top: 3px; letter-spacing: 0.4px; }

.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* About card */
.about-text { font-size: 14px; color: var(--text2); line-height: 1.75; }
.tag-row { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }

/* News */
.news-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 0.5px solid var(--border);
}
.news-item:first-child { padding-top: 4px; }
.news-item:last-child { border-bottom: none; padding-bottom: 0; }
.news-date { font-size: 11px; color: var(--text3); padding-top: 3px; }
.news-title { font-size: 14px; font-weight: 500; margin-bottom: 3px; }
.news-body  { font-size: 13px; color: var(--text2); }

/* Organizers */
.org-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.org-box {
  background: var(--bg2);
  border-radius: var(--radius-md);
  padding: 14px 12px;
  text-align: center;
  font-size: 12px;
  color: var(--text2);
  line-height: 1.5;
}



/*  STATS BAR */
.stats-bar {
  border-bottom: 0.5px solid var(--border);
  background: var(--bg);
}
.stats-inner {
  max-width: 1400px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: repeat(5, 1fr);
}
.stat-cell {
  padding: 15px 20px;
  text-align: center;
  border-right: 0.5px solid var(--border);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.stat-cell:last-child { border-right: none; }
.stat-cell i { font-size: 22px; color: var(--blue); opacity: 0.7; }
.stat-num  { font-size: 28px; font-weight: 600; color: var(--text); line-height: 1; }
.stat-key  { font-size: 12px; font-weight: 500; color: var(--text); margin-top: -4px; }
.stat-sub  { font-size: 11px; color: var(--text3); margin-top: -2px; }


@media (max-width: 480px) {
  .stats-bar {
    display: none;
  }
}


/* ═══════════════════════════════════════════════════
   PROGRAMME PAGE
══════════════════════════════════════════════════ */

.programme-header {
  padding: 20px 0 4px;
}
.programme-header h2 { font-size: 20px; font-weight: 500; letter-spacing: -0.3px; }
.programme-header p  { font-size: 13px; color: var(--text2); margin-top: 3px; }
.programme-header a  { font-size: 13px; display: inline-flex; align-items: center; gap: 5px; margin-top: 8px; }

/* Day tabs */
.day-tabs { display: flex; gap: 6px; margin: 16px 0; }
.day-btn {
  font-family: var(--font);
  font-size: 13px;
  padding: 7px 16px;
  border-radius: var(--radius-sm);
  border: 0.5px solid var(--border2);
  background: transparent;
  cursor: pointer;
  color: var(--text2);
  transition: background 0.12s, color 0.12s, border-color 0.12s;
}
.day-btn.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.day-btn:hover:not(.active) { background: var(--bg2); }

.prog-day { display: none; }
.prog-day.active { display: block; }

/* Session heading */
.prog-session {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg2);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  margin: 14px 0 6px;
  font-size: 13px;
  font-weight: 500;
  border-left: 3px solid var(--blue);
}
.prog-session.s2 { border-left-color: #1D9E75; }
.prog-session.s3 { border-left-color: #D85A30; }
.prog-session.s4 { border-left-color: #7F77DD; }
.prog-session.s5 { border-left-color: #BA7517; }

.prog-session-time {
  font-size: 11px;
  color: var(--text3);
  font-weight: 400;
  margin-left: auto;
  white-space: nowrap;
}

/* Programme rows */
.prog-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 0.5px solid var(--border);
  align-items: start;
}
.prog-row:last-child { border-bottom: none; }
.prog-row.break {
  background: var(--bg2);
  border-radius: var(--radius-sm);
  padding: 7px 10px;
  border: none;
  margin: 4px 0;
}
.prog-time { font-size: 11px; color: var(--text3); padding-top: 3px; }
.prog-title { font-size: 13px; font-weight: 500; margin-bottom: 2px; }
.prog-speaker { font-size: 12px; color: var(--text2); }
.prog-speaker strong { color: var(--text); font-weight: 500; }
.prog-break-label { font-size: 12px; color: var(--text3); }

/* Highlight row (awards, closing) */
.prog-row.highlight {
  background: var(--blue-light);
  border-radius: var(--radius-sm);
  padding: 8px 10px;
  border: none;
  margin: 4px 0;
}
.prog-row.highlight .prog-title { color: var(--blue); }

/* ═══════════════════════════════════════════════════
   VENUE PAGE
══════════════════════════════════════════════════ */

.venue-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 540px) {
  .venue-grid { grid-template-columns: 1fr; }
  .reg-grid    { grid-template-columns: 1fr; }
  .org-grid    { grid-template-columns: 1fr; }
  .contact-grid{ grid-template-columns: 1fr; }
  .news-item   { grid-template-columns: 1fr; }
  .news-date   { display: none; }
  .prog-row    { grid-template-columns: 70px 1fr; }
  .countdown   { gap: 6px; }
  .cd-box      { padding: 8px 10px; min-width: 46px; }
  .cd-num      { font-size: 19px; }
}

.venue-card {
  background: var(--bg);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.venue-thumb {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}
.venue-thumb.lectures { background: linear-gradient(135deg, #B5D4F4, #E6F1FB); color: var(--blue); }
.venue-thumb.dinner   { background: linear-gradient(135deg, #9FE1CB, #E1F5EE); color: var(--teal); }

.venue-body { padding: 14px 16px; }
.venue-body h3 { font-size: 14px; font-weight: 500; margin: 6px 0 4px; }
.venue-body p  { font-size: 12px; color: var(--text2); line-height: 1.6; }
.venue-body a  { font-size: 12px; margin-top: 8px; display: inline-flex; align-items: center; gap: 4px; }

.travel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.travel-item { }
.travel-item h4 { font-size: 13px; font-weight: 500; margin-bottom: 4px; display: flex; align-items: center; gap: 6px; }
.travel-item p  { font-size: 12px; color: var(--text2); line-height: 1.6; }

/* ═══════════════════════════════════════════════════
   REGISTRATION PAGE
══════════════════════════════════════════════════ */

.notice {
  border-left: 3px solid var(--amber);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: var(--amber-light);
  padding: 12px 14px;
  margin-bottom: 6px;
}
.notice h4 { font-size: 13px; font-weight: 500; color: var(--amber); margin-bottom: 3px; display: flex; align-items: center; gap: 6px; }
.notice p  { font-size: 13px; color: #5a3a10; }

.reg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.price-card {
  background: var(--bg);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 18px;
}
.price-card.featured { border: 1.5px solid var(--blue); }
.price-card-eyebrow { font-size: 11px; font-weight: 500; color: var(--blue); margin-bottom: 6px; }
.price-card h3 { font-size: 14px; font-weight: 500; margin-bottom: 8px; }
.price-card .price { font-size: 28px; font-weight: 500; color: var(--blue); line-height: 1; }
.price-card .price-label { font-size: 12px; color: var(--text3); margin-top: 2px; margin-bottom: 12px; }
.price-card .includes { font-size: 12px; color: var(--text2); border-top: 0.5px solid var(--border); padding-top: 10px; }

/* Dates timeline */
.dates-table { width: 100%; border-collapse: collapse; }
.dates-table tr { border-bottom: 0.5px solid var(--border); }
.dates-table tr:last-child { border-bottom: none; }
.dates-table td { padding: 9px 6px; font-size: 13px; vertical-align: top; }
.dates-table td:first-child {
  color: var(--text3);
  white-space: nowrap;
  font-size: 12px;
  width: 120px;
  padding-right: 12px;
}
.dates-table .highlight-row td { color: var(--blue); font-weight: 500; }


/* ═══════════════════════════════════════════════════
   CONTACT PAGE
══════════════════════════════════════════════════ */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contact-card {
  background: var(--bg2);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  border: 1px solid var(--border2);
}
.contact-role { font-size: 11px; color: var(--text3); margin-bottom: 4px; }
.contact-name { font-size: 14px; font-weight: 500; margin-bottom: 4px; }
.contact-detail { font-size: 12px; }
.contact-detail a { color: var(--blue); }
.contact-detail span { color: var(--text2); }

.bank-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.bank-table tr { border-bottom: 0.5px solid var(--border); }
.bank-table tr:last-child { border-bottom: none; }
.bank-table td { padding: 9px 6px; vertical-align: top; }
.bank-table td:first-child { color: var(--text2); width: 130px; white-space: nowrap; }
.bank-table code {
  font-family: var(--mono);
  font-size: 12px;
  background: var(--bg3);
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
}


/* ── CARDS & SURFACES ────────────────────────────── */
.card {
  background: var(--bg); 
  border: 0.5px solid var(--border);
  border-radius: var(--radius-lg); 
  padding: 16px 18px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.card + .card { margin-top: 10px; }
.surface { background: var(--bg2); border-radius: var(--radius-md); padding: 14px 16px; }


.card-header {
  background-color: var(--bg);
  border-bottom: 4px solid var(--teal);
}

@media (width >= 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}


/* ── BADGES ──────────────────────────────────────── */
.badge {
  display: inline-block; font-size: 11px; font-weight: 500;
  padding: 3px 9px; border-radius: 20px;
}
.badge-blue  { background: var(--blue-light);  color: var(--blue); }
.badge-teal  { background: var(--teal-light);  color: var(--teal); }
.badge-amber { background: var(--amber-light); color: var(--amber); }
.badge-gold  { background: var(--gold-light);  color: var(--gold); }

/* ── NOTICE BOXES ────────────────────────────────── */
.notice {
  border-left: 3px solid var(--amber); border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: var(--amber-light); padding: 12px 14px; margin-bottom: 10px;
}
.notice h4 { font-size: 13px; font-weight: 500; color: var(--amber); margin-bottom: 3px; display: flex; align-items: center; gap: 6px; }
.notice p  { font-size: 13px; color: #5a3a10; }

/* ── HERO ────────────────────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 55%, var(--teal) 100%);
  padding: 25px 70px;
  color: #fff;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.13); border: 0.5px solid rgba(255,255,255,0.28);
  border-radius: 20px; font-size: 11px; font-weight: 500;
  padding: 4px 12px; margin-bottom: 14px; letter-spacing: 0.4px;
  text-shadow: 0 0 5px #000;
}
.page-hero h1 { font-size: 26px; font-weight: 500; line-height: 1.25; margin-bottom: 6px; letter-spacing: -0.4px; }
.page-hero p  { font-size: 14px; opacity: 0.75; margin-bottom: 0px;}


.page-hero-research {
  background: linear-gradient(90deg, rgba(25, 44, 91, 0.7) 0%, rgba(25, 44, 91, 0.7) 30%, rgba(25, 44, 91, 0.6) 32%, rgba(25, 44, 91, 0.5) 50%), url('/images/banners/collageEquipment.jpg') center 45% / cover no-repeat;
  background-color: var(--cassiopeia-color-primary);
  padding: 25px 70px;
  color: #fff;
  border: 1px solid #000;
}
.page-hero-research h1 { font-size: 26px; font-weight: 500; line-height: 1.25; margin-bottom: 6px; letter-spacing: -0.4px; text-shadow: 0 0 10px #000;}
.page-hero-research p  { font-size: 14px; opacity: 0.75; margin-bottom: 0px; text-shadow: 0 0 10px #000;}


.page-hero-scholarship {
  background-image: url("/images/banners/collageScholarship.jpg");
  background-color: var(--cassiopeia-color-primary);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px 70px;
  color: #fff;
  border: 1px solid #000;
}
.page-hero-scholarship h1 { font-size: 26px; font-weight: 500; line-height: 1.25; margin-bottom: 6px; letter-spacing: -0.4px; }
.page-hero-scholarship p  { font-size: 14px; opacity: 0.75; margin-bottom: 0px;}




/* ── DIVIDER ─────────────────────────────────────── */
.divider { height: 0.5px; background: var(--border); margin: 14px 0; }

/* ── DOWNLOAD LINKS ──────────────────────────────── */
.dl-list { list-style: none; margin-bottom: 0px;}
.dl-list li { border-bottom: 0.5px solid var(--border); }
.dl-list li:last-child { border-bottom: none; }
.dl-list a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 4px; font-size: 13px; color: var(--blue);
  transition: background .12s; border-radius: var(--radius-sm);
  text-decoration: none;
}
.dl-list a:hover { background: var(--bg2); text-decoration: none; }
.dl-list a i { font-size: 16px; opacity: 0.7; flex-shrink: 0; }
.dl-list .dl-meta { font-size: 11px; color: var(--text3); margin-left: auto; white-space: nowrap; }

/* ── DIPLOMA GRID ────────────────────────────────── */
.diploma-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px;
}
.diploma-box {
  background: var(--bg2);
  border: 0.5px solid rgba(154,111,88,0.2);
  border-radius: var(--radius-md); padding: 12px 10px;
  text-align: center; text-decoration: none;
  transition: transform .15s, box-shadow .15s;
  display: block;
}
.diploma-box:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); text-decoration: none; }
.diploma-year { font-size: 16px; font-weight: 500; color: var(--gold); }
.diploma-label { font-size: 11px; color: var(--gold); margin-top: 2px; }

/* ── BIOGRAPHY BLOCK ─────────────────────────────── */
.bio-block {
  display: grid; grid-template-columns: 140px 1fr; gap: 14px; align-items: start;
}
.bio-icon {
  width: 140px; height: 140px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 24px; flex-shrink: 0;
}
.bio-name { font-size: 15px; font-weight: 500; margin-bottom: 2px; }
.bio-dates { font-size: 12px; color: var(--text3); margin-bottom: 8px; }
.bio-text { font-size: 13px; color: var(--text2); line-height: 1.7; }

/* ── SSN TIMELINE ────────────────────────────────── */
.ssn-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
}

.ssn-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  margin: 0;
  background: var(--bg);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-md);
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.ssn-item:hover {
  border-color: var(--border2);
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
  transform: translateY(-1px);
}

.ssn-item > div:last-child {
  min-width: 0;
}

.ssn-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}

/* Latest edition */
.ssn-item:first-child .ssn-num {
  background: var(--teal-light);
  color: var(--teal);
}

.ssn-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
}

.ssn-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: var(--text3);
  line-height: 1.5;
  margin-bottom: 8px;
}

.ssn-links {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.ssn-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 9px;
  border: none;
  border-radius: 5px;
  background: var(--blue-light);
  color: var(--blue);
  font-size: 12px;
  text-decoration: none;
  transition: opacity 0.12s;
}

.ssn-link i {
  font-size: 13px;
}

.ssn-link:hover {
  opacity: 0.75;
  text-decoration: none;
}

.ssn-link.photos {
  background: var(--teal-light);
  color: var(--teal);
}

.ssn-link.invite {
  background: var(--amber-light);
  color: var(--amber);
}


/* ── PARTICIPANTS BLOCK ──────────────────────────── */
.inst-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.inst-box {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 13px 16px 13px 46px;
  background: var(--bg);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-md);
  font-size: 13px;
  color: var(--text2);
  line-height: 1.45;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.inst-box::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--teal);
  box-shadow: 0 0 0 5px var(--teal-light);
}

.inst-box:hover {
  border-color: var(--border2);
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
  transform: translateY(-1px);
}

/* If the institution list is odd, let the final card span both columns */
.inst-box:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}


/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 700px) {
  .ssn-list {
    grid-template-columns: 1fr;
  }

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

  .inst-box:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

@media (max-width: 540px) {
  .diploma-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .bio-block {
    grid-template-columns: 1fr;
  }

  .bio-icon {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════
   RESEARCH PAGE — ONLY STYLES NOT COVERED ABOVE
   The page otherwise reuses existing shared classes:
   .page-hero, .hero-eyebrow, .container, .section,
   .programme-header, .about-text, .bio-text, .card,
   .divider, .day-tabs, .day-btn, .ssn-link,
   .section-label, .org-grid, .contact-role/.contact-name.
═══════════════════════════════════════════════════ */

/* Bilingual content visibility */
.research-page .lang-panel { display: none; }
.research-page .lang-panel.active { display: block; }

/* Centre the existing day-tab component when used as language switcher. */
.research-page .research-lang {
  display: flex;
  justify-content: center;
}

/* The historical sections need one layout that has no equivalent elsewhere. */
.research-page .research-era-content {
  display: flow-root;
}

.research-page .research-photo {
  float: right;
  width: 100%;
  margin: 0 0 18px 28px;
}

.research-page .research-photo img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.research-page .research-photo-caption {
  margin-top: 6px;
  text-align: center;
}

.research-page .research-copy p + p {
  margin-top: 12px;
}

/* Reuse .programme-header for era titles; only the accent colour is page-specific. */
.research-page .research-era-blue h2 { color: var(--blue); }
.research-page .research-era-teal h2 { color: var(--teal); }

/* Anchors need block behaviour when the existing .card component is reused. */
.research-page .research-media-card {
  background: var(--bg2); 
  display: block;
  color: inherit;
  text-decoration: none;
  margin-bottom: 20px;
}


.research-page .research-media-card:hover {
  transform: translateY(-2px); 
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); 
  text-decoration: none;
}

/* .card + .card normally adds vertical spacing; a grid already provides its own gap. */
.research-page .org-grid .card + .card {
  margin-top: 0;
}

@media (max-width: 540px) {
  .research-page .research-photo {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 18px;
  }

  .research-page .research-photo img {
    height: auto;
  }
}


/* Research era heading colours — Joomla-safe override */
.programme-header.research-era-blue h2 {
  color: var(--blue) !important;
}

.programme-header.research-era-teal h2 {
  color: var(--teal) !important;
}


/* Research language switcher — matching the original segmented control */
.research-page .research-lang {
  padding-top: 14px;
  padding-bottom: 14px;
}

.research-page .lang-tabs {
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  background: var(--bg2);
  border: 0.5px solid var(--border2);
  border-radius: 9px;
}

.research-page .lang-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 22px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--text3);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  transition: background .15s, color .15s, box-shadow .15s;
}

.research-page .lang-btn .lang-flag {
  font-size: 16px;
  line-height: 1;
}

.research-page .lang-btn.active {
  background: var(--bg);
  color: var(--blue);
  box-shadow: 0 1px 4px rgba(0,0,0,0.10);
}

.research-page .lang-btn:not(.active):hover {
  color: var(--text);
}

.research-page .lang-btn:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

@media (max-width: 540px) {
  .research-page .research-lang {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .research-page .lang-btn {
    padding: 7px 18px;
  }
}



/* ── HOME SECTIONS ────────────────────────────────────────── */
.home-page .page-header {
  display: none;
}


.section-home { padding: 10px 32px; }
.section-home-inner { max-width: 1100px; margin: 0 auto; }

.section-home-eyebrow {
  font-size: 12px; font-weight: 500; letter-spacing: 0.7px;
  color: var(--teal); margin-bottom: 10px;
  display: flex; align-items: center; gap: 8px;
}
.section-home-eyebrow::after {
  content: ''; flex: 1; max-width: 40px;
  height: 1.5px; background: var(--teal);
}
.section-home-title {
  font-size: 26px; font-weight: 600; color: var(--text);
  letter-spacing: -0.4px; margin-bottom: 16px;
}


/* ── ABOUT ───────────────────────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
}
.about-text { font-size: 14px; color: var(--text2); line-height: 1.8; }
.about-text p + p { margin-top: 12px; }
.about-read {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 24px; font-size: 13px; font-weight: 500;
  background: var(--navy); color: #fff;
  padding: 10px 18px; border-radius: var(--r-md);
  transition: background .15s;
}
.about-read:hover { background: var(--navy-mid); text-decoration: none; color: #fff; }
.about-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
}

.about-photo img {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.about-photo-ph {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.3); font-size: 12px; text-align: center;
}
.about-photo-ph i { font-size: 32px; }
.about-photo-badge {
  position: absolute; bottom: 14px; left: 14px;
  background: rgba(255,255,255,0.1); backdrop-filter: blur(8px);
  border: 0.5px solid rgba(255,255,255,0.15);
  border-radius: var(--r-sm); padding: 8px 12px; color: #fff;
  font-size: 12px; line-height: 1.4;
}
.about-photo-badge strong { display: block; font-size: 16px; font-weight: 600; color: var(--teal); }


@media (max-width: 720px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-photo {
    width: 100%;
    padding: 8px 0 12px;
  }

  .about-photo img {
    width: min(75%, 300px);
    max-width: 300px;
    height: auto;
    margin: 0 auto;
  }
}


/* ── ORGANIZER LOGO GRID ─────────────────────────────── */
.section-alt { background: var(--bg2); }

.org-logos-grid {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.org-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  border: 0.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 18px 24px;
  transition: box-shadow .15s, border-color .15s;
  min-width: 160px;
  max-width: 260px;
  flex: 1;
  text-decoration: none;
}
.org-logo-card:hover {
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  border-color: var(--border2);
  text-decoration: none;
}
.org-logo-card img {
  max-height: 64px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.org-logo-fallback {
  display: none; /* shown via onerror */
  font-size: 12px;
  color: var(--text2);
  text-align: center;
  line-height: 1.4;
}

/* ── ORGANIZING COMMITTEE ────────────────────────────── */
.committee-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.committee-card {
  background: var(--bg);
  border: 0.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 14px 16px;
}
.committee-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
}
.committee-contact {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 11.5px;
  color: var(--blue);
  margin-bottom: 4px;
  word-break: break-all;
  line-height: 1.4;
  text-decoration: none;
}
.committee-contact:last-child { margin-bottom: 0; }
.committee-contact i { font-size: 13px; flex-shrink: 0; margin-top: 1px; }
.committee-contact:hover { text-decoration: underline; }

/* Footer logo links */
.footer-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  border: 0.5px solid var(--border);
  border-radius: var(--r-md);
  padding: 10px 16px;
  transition: border-color .12s;
  text-decoration: none;
}
.footer-logo-link:hover { border-color: var(--border2); text-decoration: none; }
.footer-logo-link img {
  max-height: 44px;
  max-width: 140px;
  width: auto;
  object-fit: contain;
  display: block;
}
.footer-org-fallback {
  font-size: 11px; color: var(--text2);
}

/* ── TOPICS ──────────────────────────────────────────── */
.topics-wrap {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px;
}
.topic-pill {
  background: var(--bg); border: 0.5px solid var(--border2);
  border-radius: 30px; padding: 7px 16px;
  font-size: 13px; color: var(--text2);
  transition: background .25s, color .25s, border-color .25s;
}
.topic-pill:hover { background: var(--teal); color: #fff; border-color: #fff; }

/* ── IMPORTANT DATES ─────────────────────────────────── */
.dates-section { 
  background: var(--navy); 
  color: #fff; 
  padding-left: 35px;
  padding-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.dates-section .section-eyebrow { color: var(--teal); }
.dates-section .section-eyebrow::after { background: var(--teal); }
.dates-section .section-title { color: #fff; }

.dates-flow {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; margin-top: 36px; position: relative;
}
/* Connector line */
.dates-flow::before {
  content: '';
  position: absolute;
  top: 22px; left: 44px; right: 44px;
  height: 1px; background: rgba(255,255,255,0.12);
}

.date-step { text-align: center; padding: 0 12px; position: relative; }
.date-step-dot {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy-mid); border: 1.5px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px; font-size: 18px; color: var(--teal);
  position: relative; z-index: 1;
  transition: background .2s, border-color .2s;
}
.date-step.highlight .date-step-dot {
  background: var(--teal); border-color: var(--teal);
  color: #fff; box-shadow: 0 0 0 6px rgba(13,173,160,0.18);
}
.date-step-label { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.5); margin-bottom: 4px; letter-spacing: 0.4px; }
.date-step.highlight .date-step-label { color: var(--teal); }
.date-step-date  { font-size: 14px; font-weight: 500; color: #fff; margin-bottom: 3px; }
.date-step-desc  { font-size: 11px; color: rgba(255,255,255,0.4); line-height: 1.4; }


/* ═══════════════════════════════════════════════════
   HOME PAGE — ORGANIZERS / COMMITTEE / IMPORTANT DATES
   Current overrides — 2026-08-24
═══════════════════════════════════════════════════ */

/* Tighter vertical rhythm between homepage blocks */
.home-page .section-home {
  padding-top: 5px;
  padding-bottom: 25px;
}

/* Organizers: three equal-width cards spanning the content area */
.home-page .org-logos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: 10px;
  align-items: stretch;
}

.home-page .org-logo-card {
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 124px;
  padding: 20px 26px;
  box-sizing: border-box;
}

.home-page .org-logo-card img {
  max-height: 100px;
  max-width: 92%;
  width: auto;
  height: auto;
}

/* Organizing committee closer to the organizer logos */
.home-page .committee-wrap {
  margin-top: 28px;
}

.home-page .committee-wrap .section-home-eyebrow,
.home-page .committee-wrap .section-eyebrow {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.home-page .committee-grid {
  gap: 10px;
  margin-top: 0;
}

.home-page .committee-card {
  padding: 15px 17px;
}

.home-page .committee-name {
  margin-bottom: 3px;
}

.home-page .committee-role {
  margin-bottom: 8px;
  color: var(--text3);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

/* ── IMPORTANT DATES — light version ───────────────── */
.home-page .dates-section {
  background: var(--bg2);
  color: var(--text);
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
}

.home-page .dates-section .section-home-eyebrow,
.home-page .dates-section .section-eyebrow {
  color: var(--teal);
}

.home-page .dates-section .section-home-eyebrow::after,
.home-page .dates-section .section-eyebrow::after {
  background: var(--teal);
}

.home-page .dates-section .section-home-title,
.home-page .dates-section .section-title {
  color: var(--text);
}

/* Track sits BEHIND the circular markers */
.home-page .dates-flow {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
}

.home-page .dates-flow::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 22px;          /* centre of a 44px circle */
  left: 44px;
  right: 44px;
  height: 1px;
  background: var(--border2);
}

.home-page .date-step {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-align: center;
}

.home-page .date-step-dot {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  background: var(--bg2); /* opaque: hides the track underneath */
  border: 1.5px solid var(--teal);
  color: var(--teal);
  box-shadow: 0 0 0 5px var(--bg2);
}

.home-page .date-step.highlight .date-step-dot {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
  box-shadow: 0 0 0 5px var(--bg2);
}

.home-page .date-step-label {
  margin-bottom: 4px;
  color: var(--text2);
  font-weight: 600;
}

.home-page .date-step.highlight .date-step-label {
  color: var(--teal);
}

.home-page .date-step-date {
  margin-bottom: 3px;
  color: var(--text);
  font-weight: 600;
}

.home-page .date-step-desc {
  color: var(--text2);
  line-height: 1.45;
}



/* Responsive */
@media (max-width: 760px) {
  .home-page .org-logos-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-page .org-logo-card {
    min-height: 108px;
  }

  .home-page .dates-flow {
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
  }

  .home-page .dates-flow::before {
    display: none;
  }

  .home-page .date-step-dot {
    box-shadow: none;
  }
}

@media (max-width: 480px) {
  .home-page .section-home {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .home-page .dates-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-page .date-step {
    padding: 0;
  }
}


/* ── FOOTER ──────────────────────────────────────────── */
.footer {
  background: white;
}
.footer-inner {
  max-width: 1250px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-start: start;
}
.footer-org-title { font-size: 11px; font-weight: 500; letter-spacing: 0.7px; color: var(--text3); margin-bottom: 14px; }
.footer-orgs { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.footer-org-box {
  background: var(--bg); border: 0.5px solid var(--border);
  border-radius: var(--r-md); padding: 10px 16px;
  font-size: 12px; color: var(--text2); line-height: 1.4;
  max-width: 180px;
}
.footer-org-box strong { font-size: 12px; color: var(--text); font-weight: 500; display: block; margin-bottom: 2px; }

.footer-social-title { font-size: 11px; font-weight: 500; letter-spacing: 0.7px; color: var(--text3); margin-bottom: 14px; }
.footer-socials { display: flex; gap: 8px; }
.footer-social-btn {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--bg); border: 0.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: var(--text2);
  transition: background .12s, color .12s;
}
.footer-social-btn:hover { background: var(--navy); color: #fff; }

.footer-contact-title { font-size: 11px; font-weight: 500; letter-spacing: 0.7px; color: var(--text3); margin-bottom: 14px; }
.footer-contact-item  {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--text2); margin-bottom: 8px;
}
.footer-contact-item i { font-size: 15px; color: var(--blue); }
.footer-contact-item a { color: var(--blue); }
.footer-bottom {
  max-width: 1100px; margin: 28px auto 0;
  padding-top: 20px; border-top: 0.5px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: var(--text3);
}


@media (max-width: 480px) {
  .footer-bottom {
    display: none;
  }
}


/* ── HERO ────────────────────────────────────────── */
.ssn-hero {
  background-image: url('/images/banners/collageSSN.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px 70px;
  color: #fff;
  width: 100%;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height:170px;
  border-bottom: 4px solid var(--teal);
}
