/* Cleanon-inspired theme — lymphology congress — responsive */
:root {
  --color-bg: #f4f7fb;
  --color-surface: #ffffff;
  --color-text: #0f172a;
  --color-muted: #64748b;
  --color-primary: #0d9488;
  --color-primary-dark: #0f766e;
  --color-accent: #f59e0b;
  --gold: #f5b800;
  --gold-dark: #e09f00;
  --gold-soft: #fff4d6;
  --topbar-bg: #f1a82b;
  --topbar-bg-soft: linear-gradient(90deg, #f7a60f 0%, #f5c542 50%, #f7a60f 100%);
  --nav-bar: rgba(10, 42, 36, 0.92);
  --nav-bar-scrolled: rgba(8, 36, 30, 0.97);
  --forest: #0a2f28;
  --forest-deep: #051a17;
  --faculty-panel: #00684a;
  --faculty-panel-deep: #004a35;
  --color-dark: #0b1224;
  --color-dark-soft: #111b33;
  --header-stack: 118px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  /* Shared gutters: header shell, .container, hero — corporate side rhythm */
  --layout-inline: 28px;
  --container: min(1320px, calc(100% - 2 * var(--layout-inline)));
  --font: "Poppins", system-ui, sans-serif;
  --font-display: "Rubik", system-ui, sans-serif;
  --font-hero: "Rubik", system-ui, sans-serif;
}

/* Wider side margins on large screens — start at 901 so 900px “mobile” layout keeps tighter gutters */
@media (min-width: 901px) {
  :root {
    --layout-inline: 80px;
  }
}

@media (min-width: 1400px) {
  :root {
    --layout-inline: 96px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

.page-home {
  overflow-x: clip;
}

.page-home #main {
  width: 100%;
  max-width: none;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--color-primary-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--color-primary);
}

.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;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  background: var(--color-primary);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  z-index: 1000;
  transition: top 0.2s;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

/*
 * Header inner: same width as .container — full-bleed bar backgrounds,
 * content centered with predictable side gaps (not flush to viewport).
 */
.header-full {
  width: var(--container);
  max-width: 100%;
  margin-inline: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.narrow {
  max-width: 720px;
  margin-inline: auto;
}

/* Top bar + masthead (Cleanon-style) */
.top-bar {
  background: var(--topbar-bg);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 0.55rem 0;
  min-height: 44px;
  flex-wrap: wrap;
}

.top-bar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.25rem;
  min-width: 0;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.top-bar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.top-bar-link:hover {
  text-decoration: underline;
  color: #fff;
}

.top-bar-link--muted {
  opacity: 0.95;
  cursor: default;
}

.top-bar-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
}

.top-bar-ico svg {
  display: block;
  width: 18px;
  height: 18px;
  opacity: 0.95;
}

.top-bar-follow {
  opacity: 0.95;
  font-weight: 500;
  font-size: 16px;
}

.top-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
}

.top-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, border-color 0.2s;
}

.top-social a:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 1024px) {
  .top-bar-inner {
    justify-content: center;
    text-align: center;
  }

  .top-bar-left {
    justify-content: center;
    width: 100%;
  }

  .top-bar-right {
    justify-content: center;
    width: 100%;
  }
}

.site-head {
  position: sticky;
  top: 0;
  z-index: 80;
  width: 100%;
  max-width: 100%;
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
  box-sizing: border-box;
  transition: box-shadow 0.2s;
}

/* Avoid 100vw + asymmetric margins (scrollbar / subpixel “cut” at edges) */
.page-home .site-head--home {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* Dark mega nav (Cleanon reference) — all pages */
.nav-shell {
  background: var(--nav-bar);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 4px 20px rgba(0, 0, 0, 0.14);
}

.site-head.is-scrolled .nav-shell {
  background: var(--nav-bar-scrolled) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.site-head .logo--header .logo-title {
  color: #fff;
  font-family: var(--font-hero);
  font-size: clamp(1.15rem, 0.6vw + 1rem, 1.5rem);
  font-weight: 700;
  line-height: 1.15;
}

.site-head .logo--header .logo-sub {
  color: rgba(255, 255, 255, 0.78);
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.2;
}

.site-head .logo--header:hover .logo-title {
  color: var(--gold);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  padding: 0.85rem 0;
  min-height: 72px;
  box-sizing: border-box;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  flex-shrink: 0;
  display: block;
  object-fit: cover;
  background: transparent;
  box-shadow: none;
}

.logo--footer .logo-mark {
  box-shadow: none;
}

.logo--footer .logo-title {
  color: #fff;
}

.logo--footer .logo-sub {
  color: #94a3b8;
}

.logo--footer:hover .logo-title {
  color: #5eead4;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--color-text);
}

.logo-sub {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-muted);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  order: 3;
}

.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
}

.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
  transition: transform 0.2s, top 0.2s;
}

.nav-toggle-bar::before {
  top: -7px;
}

.nav-toggle-bar::after {
  top: 7px;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  flex: 1;
  justify-content: flex-start;
  min-width: 0;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0 clamp(0.65rem, 2vw, 32px);
  flex-wrap: wrap;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
}

.nav-list > li > a {
  font-family: var(--font-hero);
  font-weight: 500;
  font-size: 17px;
  line-height: 16px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  padding: 0.35rem 0 0.5rem;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.nav-list a:hover {
  color: var(--gold);
}

.nav-list > li > a.is-active {
  color: #fff;
  border-bottom-color: var(--gold);
}

.nav-chev {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.75;
  margin-top: 2px;
}

.has-dropdown {
  position: relative;
}

.has-dropdown > a {
  padding-right: 15px;
}

.dropdown {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 23, 42, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 60;
}

.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-text);
  text-decoration: none;
}

.dropdown a:hover {
  background: var(--color-bg);
  color: var(--color-primary-dark);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.btn-quote {
  display: none;
  white-space: nowrap;
}

.btn-arrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
}

@media (min-width: 901px) {
  .nav-list {
    flex-wrap: nowrap;
    gap: 0 clamp(0.4rem, 0.9vw, 1.25rem);
  }

  .nav-list > li > a {
    font-size: clamp(0.875rem, 0.2vw + 0.82rem, 1.0625rem);
    padding: 0.35rem 0.05rem 0.5rem;
  }

  .btn-quote {
    display: inline-flex;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: flex;
    margin-left: auto;
  }

  .primary-nav {
    position: fixed;
    inset: 0 0 0 28%;
    background: var(--color-surface);
    flex-direction: column;
    align-items: stretch;
    padding: 5.5rem 1.25rem 2rem;
    box-shadow: -12px 0 40px rgba(15, 23, 42, 0.15);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    z-index: 70;
    overflow-y: auto;
    justify-content: flex-start;
  }

  .primary-nav.is-open {
    transform: translateX(0);
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav-list > li > a {
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    border-left: 3px solid transparent;
    color: var(--color-text) !important;
  }

  .nav-list > li > a.is-active {
    border-bottom-color: rgba(15, 23, 42, 0.06);
    border-left-color: var(--gold);
    color: var(--color-text) !important;
  }

  .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    background: var(--color-bg);
    border-radius: 8px;
    margin: 0 0 0.5rem;
    display: none;
  }

  .has-dropdown.is-open .dropdown {
    display: block;
  }

  .nav-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    gap: 0.65rem;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .btn-quote {
    display: inline-flex;
    justify-content: center;
  }

  body.nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 60;
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}

.btn:active {
  transform: translateY(1px);
}

.btn-sm {
  padding: 0.55rem 1.1rem;
  font-size: 0.85rem;
}

.btn-primary {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.btn-primary:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: #fff;
}

.btn-secondary {
  background: var(--color-dark);
  color: #fff;
  border-color: var(--color-dark);
}

.btn-secondary:hover {
  background: #020617;
  color: #fff;
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.btn-light {
  background: #fff;
  color: var(--color-primary-dark);
  border-color: #fff;
}

.btn-light:hover {
  background: #ecfeff;
  color: var(--color-primary-dark);
}

.btn-gold {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary-dark);
  border-radius: 10px;
  padding: 12px 30px;
  font-family: var(--font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 4px 14px rgba(13, 148, 136, 0.28);
}

.btn-gold:hover {
  background: var(--color-primary-dark);
  border-color: #0d5d52;
  color: #fff;
  filter: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 6px 20px rgba(15, 118, 110, 0.35);
}

.btn-gold.btn-quote {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Hero — split banner (Cleanon / lymphology): full viewport bleed */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--forest-deep);
  color: #e2e8f0;
}

.hero--split {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  min-height: 100svh;
  min-height: 100vh;
  margin-top: calc(-1 * var(--header-stack));
  padding-top: var(--header-stack);
  box-sizing: border-box;
}

.hero-slides {
  position: relative;
  min-height: calc(100svh - var(--header-stack));
  min-height: calc(100vh - var(--header-stack));
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s;
  display: flex;
  align-items: stretch;
}

.hero-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: #021a17;
  overflow: hidden;
}

.hero-slide .hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-ambient, none);
  background-size: cover;
  background-position: center;
  opacity: 0.44;
  filter: blur(3px);
  transform: scale(1.08);
  pointer-events: none;
}

.hero-slide .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(-18deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 14px),
    radial-gradient(900px 480px at 0% 42%, rgba(245, 184, 0, 0.08), transparent 52%),
    radial-gradient(720px 400px at 96% 28%, rgba(45, 212, 191, 0.11), transparent 48%),
    linear-gradient(115deg, rgba(2, 32, 28, 0.94) 0%, rgba(8, 62, 52, 0.9) 40%, rgba(4, 38, 34, 0.76) 100%);
}

.hero-slide:nth-child(2) .hero-bg::after {
  background:
    repeating-linear-gradient(-18deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 14px),
    radial-gradient(820px 420px at 92% 18%, rgba(245, 184, 0, 0.11), transparent 50%),
    linear-gradient(125deg, rgba(2, 22, 20, 0.95) 0%, rgba(10, 58, 50, 0.9) 48%, rgba(15, 23, 42, 0.86) 100%);
}

.hero-slide:nth-child(3) .hero-bg::after {
  background:
    repeating-linear-gradient(-18deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 14px),
    radial-gradient(640px 360px at 14% 12%, rgba(56, 189, 248, 0.1), transparent 52%),
    linear-gradient(135deg, rgba(4, 52, 48, 0.94) 0%, rgba(15, 23, 42, 0.91) 52%, rgba(6, 78, 59, 0.82) 100%);
}

.hero-split-inner {
  position: relative;
  z-index: 2;
  width: var(--container);
  max-width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.92fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(2rem, 5vh, 4rem) 0;
  box-sizing: border-box;
  min-height: calc(100svh - var(--header-stack));
  min-height: calc(100vh - var(--header-stack));
}

.hero-copy {
  max-width: min(44rem, 100%);
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  color: var(--gold);
  margin: 0;
}

.hero-title {
  font-family: var(--font-hero);
  font-size: clamp(2.25rem, 4vw + 1rem, 3.75rem);
  line-height: 1.2em;
  text-transform: none;
  margin: 24px 0 1rem;
  color: #fff;
  font-weight: 700;
}

.hero-title-line {
  display: block;
}

.hero-title-accent {
  display: block;
  margin-top: 0.35em;
  font-size: clamp(1.05rem, 1.35vw + 0.55rem, 1.75rem);
  line-height: 1.3;
  font-weight: 700;
  color: var(--gold);
  text-shadow: 0 2px 24px rgba(245, 184, 0, 0.25);
}

.hero-text {
  max-width: 52ch;
  margin: 20px 0 1.15rem;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font);
  font-size: clamp(1rem, 0.6vw + 0.9rem, 1.125rem);
  line-height: 1.55;
  font-weight: 400;
}

.hero-partner-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0.85rem, 2.2vw, 1.5rem);
  width: fit-content;
  max-width: 100%;
  margin: 0 0 1.5rem;
  padding: clamp(0.65rem, 1.5vw, 0.85rem) clamp(0.85rem, 2vw, 1.15rem);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.hero-partner-logo {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.hero-partner-logo img {
  display: block;
  max-height: clamp(38px, 4.5vw, 52px);
  width: auto;
  max-width: min(200px, 36vw);
  height: auto;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

.hero-partner-divider {
  flex: 0 0 auto;
  width: 1px;
  align-self: stretch;
  min-height: 2.25rem;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 255, 255, 0.28) 20%,
    rgba(255, 255, 255, 0.28) 80%,
    transparent
  );
}

@media (max-width: 420px) {
  .hero-partner-divider {
    display: none;
  }

  .hero-partner-logos {
    gap: 0.75rem 1rem;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0;
}

.hero-visual {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: min(560px, 46vw);
}

.hero-figure {
  margin: 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
  border: 3px solid rgba(255, 255, 255, 0.12);
}

.hero-figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

.hero-deco {
  position: absolute;
  bottom: -8px;
  right: 8%;
  width: 45%;
  height: 72px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(245, 184, 0, 0.35), rgba(15, 118, 110, 0.5));
  opacity: 0.9;
  z-index: 0;
}

.hero-pager {
  position: absolute;
  left: max(var(--layout-inline), env(safe-area-inset-left, 0px));
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding-left: 0;
}

.hero-pager-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.hero-pager-dot.is-active {
  background: #fff;
  border-color: #fff;
  transform: scale(1.15);
}

@media (max-width: 960px) {
  .hero-split-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: clamp(1.5rem, 4vh, 2.5rem) 0 clamp(2rem, 6vh, 3rem);
    text-align: center;
  }

  .hero-slides {
    min-height: auto;
  }

  .hero-visual {
    max-width: min(420px, 92vw) !important;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-title {
    max-width: none;
  }

  .hero-text {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-partner-logos {
    margin-inline: auto;
    justify-content: center;
  }

  .hero-partner-logo img {
    object-position: center;
    max-width: min(180px, 40vw);
  }

  .hero-visual {
    justify-self: center;
  }

  .hero-pager {
    left: var(--layout-inline);
    transform: translateY(-50%);
  }
}

@media (max-width: 600px) {
  :root {
    --header-stack: 108px;
  }

  .hero-pager {
    flex-direction: row;
    top: auto;
    bottom: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0;
  }
}

/* Sections */
.section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.section--tight {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

/* Welcome to India — above conference highlights */
.section-india-welcome {
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.india-welcome-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 3.75rem);
  align-items: center;
}

.india-welcome-visual {
  margin: 0;
}

.india-welcome-frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.india-welcome-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  z-index: 1;
}

.india-welcome-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 11 / 7.8;
  object-fit: cover;
}

.india-welcome-copy {
  max-width: 38rem;
}

.india-welcome-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--gold-dark);
  letter-spacing: 0.14em;
  margin-bottom: 0.65rem;
}

.india-welcome-title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.2vw + 1rem, 2.55rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--forest-deep);
}

.india-welcome-subtitle {
  margin: 0 0 1.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.2vw + 0.75rem, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--gold-dark);
}

.india-welcome-body {
  padding-left: 1.1rem;
  border-left: 3px solid var(--gold);
}

.india-welcome-body p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-muted);
}

.india-welcome-body p:last-child {
  margin-bottom: 0;
}

.india-welcome-body strong {
  color: var(--forest-deep);
  font-weight: 700;
}

.india-welcome-lead {
  font-size: 1.05rem;
  color: #475569;
}

/* Welcome to Chennai — corporate split: copy left, photography right (mirrors India block rhythm) */
.section-chennai-welcome {
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.chennai-welcome-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: stretch;
}

.chennai-welcome-copy {
  max-width: 38rem;
  min-width: 0;
}

.chennai-welcome-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--gold-dark);
  letter-spacing: 0.14em;
  margin-bottom: 0.65rem;
}

.chennai-welcome-title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.2vw + 1rem, 2.55rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--forest-deep);
}

.chennai-welcome-subtitle {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.2vw + 0.75rem, 1.3rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--gold-dark);
}

.chennai-welcome-meta {
  margin: 0 0 1.35rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--color-muted);
}

.chennai-welcome-meta-strong {
  font-weight: 700;
  color: var(--forest-deep);
}

.chennai-welcome-meta-sep {
  margin: 0 0.4rem;
  color: #cbd5e1;
}

.chennai-welcome-body {
  padding-left: 1.1rem;
  border-left: 3px solid var(--gold);
}

.chennai-welcome-body p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-muted);
}

.chennai-welcome-body p:last-child {
  margin-bottom: 0;
}

.chennai-welcome-body strong {
  color: var(--forest-deep);
  font-weight: 700;
}

.chennai-welcome-h3 {
  margin: 1.35rem 0 0.65rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
}

.chennai-welcome-visual {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  margin: 0;
  min-width: 0;
  height: 100%;
  min-height: 100%;
}

.chennai-welcome-frame {
  position: relative;
  flex: 1 1 auto;
  min-height: clamp(360px, 52vh, 720px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: var(--shadow-sm);
}

.chennai-welcome-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  z-index: 1;
}

.chennai-welcome-frame img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.chennai-welcome-caption {
  flex-shrink: 0;
  margin: 0.65rem 0 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  color: #94a3b8;
}

/* Conference venue — replaces former testimonials block */
.section-venue {
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.venue-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.venue-visual {
  margin: 0;
}

.venue-frame img {
  aspect-ratio: 12 / 7.2;
  min-height: 220px;
}

.venue-copy {
  max-width: 36rem;
}

.venue-name {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.2vw + 0.85rem, 1.38rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--forest-deep);
}

.venue-address {
  margin: 0 0 1.15rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.venue-body {
  margin-top: 0.25rem;
}

.venue-body .india-welcome-lead {
  margin-bottom: 0;
}

.venue-home-cta {
  margin: 1.25rem 0 0;
}

/* Explore Chennai — image-top cards */
.section-explore-chennai {
  background: linear-gradient(180deg, #f0f7fb 0%, #e8f2f8 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.section-head--explore-chennai {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.section-kicker--explore-chennai {
  color: var(--color-primary-dark);
  letter-spacing: 0.12em;
}

.explore-chennai-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.5vw + 1rem, 2.45rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--forest-deep);
}

.explore-chennai-title strong {
  font-weight: 800;
}

.explore-chennai-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
}

.explore-chennai-card {
  background: var(--color-surface);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.explore-chennai-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}

.explore-chennai-card-media {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #e2e8f0;
}

.explore-chennai-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.explore-chennai-card-body {
  padding: 1.25rem 1.35rem 1.4rem;
  text-align: left;
}

.explore-chennai-card-title {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--forest-deep);
}

.explore-chennai-card-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--color-muted);
}

.explore-chennai-actions {
  margin: clamp(1.5rem, 3.5vw, 2.25rem) 0 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .explore-chennai-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .explore-chennai-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
  }

  .explore-chennai-actions .btn {
    width: min(520px, 100%);
  }
}

/* Explore Chennai detail: hero uses same classes as venue.php — styles under .page-hero--venue */

.section-explore-detail {
  background: linear-gradient(180deg, #f0f7fb 0%, #e8f2f8 55%, #f4f7fb 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.explore-detail-head {
  max-width: 52rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  text-align: center;
}

.explore-detail-heading {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw + 0.85rem, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--forest-deep);
}

.explore-detail-lead {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--color-muted);
}

.explore-detail-back {
  margin: 1.35rem 0 0;
}

.explore-detail-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--color-primary-dark);
  text-decoration: none;
}

.explore-detail-back-link:hover {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.explore-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.35rem, 3vw, 2rem);
  align-items: stretch;
}

.explore-detail-card {
  background: var(--color-surface);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.09);
  border: 1px solid rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.explore-detail-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

.explore-detail-card-media {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: linear-gradient(145deg, #e2e8f0, #cbd5e1);
}

.explore-detail-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.explore-detail-card-body {
  padding: 1.35rem 1.4rem 1.5rem;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.explore-detail-card-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 0.4vw + 0.95rem, 1.2rem);
  font-weight: 800;
  line-height: 1.3;
  color: var(--forest-deep);
  letter-spacing: -0.015em;
}

.explore-detail-card-rule {
  height: 1px;
  width: 100%;
  margin-bottom: 0.85rem;
  background: linear-gradient(90deg, rgba(245, 184, 0, 0.45), rgba(13, 148, 136, 0.35), rgba(15, 23, 42, 0.08));
  border-radius: 1px;
}

.explore-detail-card-text {
  margin: 0;
  flex: 1 1 auto;
  font-size: 0.94rem;
  line-height: 1.65;
  color: #5b6578;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .explore-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .explore-detail-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
  }
}

@media (max-width: 900px) {
  .india-welcome-grid,
  .venue-grid,
  .chennai-welcome-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .india-welcome-visual,
  .venue-visual,
  .chennai-welcome-visual {
    max-width: 560px;
    margin-inline: auto;
    width: 100%;
  }

  .india-welcome-copy,
  .venue-copy,
  .chennai-welcome-copy {
    max-width: none;
    text-align: center;
  }

  .india-welcome-kicker,
  .chennai-welcome-kicker {
    justify-content: center;
  }

  .india-welcome-body,
  .chennai-welcome-body {
    padding-left: 0;
    border-left: none;
    padding-top: 1rem;
    border-top: 3px solid var(--gold);
    text-align: left;
  }

  .chennai-welcome-meta {
    text-align: center;
  }

  .chennai-welcome-visual {
    min-height: 0;
    height: auto;
    align-self: center;
  }

  .chennai-welcome-frame {
    flex: 0 0 auto;
    min-height: min(68vw, 360px);
    max-height: 460px;
  }
}

.section-highlights {
  background: #f4f7fb;
}

.section-head--highlights {
  text-align: left;
  max-width: 760px;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
}

.section-kicker--highlights {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.section-kicker-star {
  font-size: 0.95rem;
  line-height: 1;
}

.section-lead--highlights {
  text-align: left;
  max-width: 56ch;
}

.section-lead--highlights a {
  color: var(--color-primary-dark);
}

.section--muted {
  background: #eef2f7;
}

.section--dark {
  background: linear-gradient(180deg, var(--color-dark-soft), #020617);
  color: #e2e8f0;
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.section-head--light .section-kicker {
  color: #5eead4;
}

.section-head--light .section-title {
  color: #fff;
}

.section-kicker {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
  margin-bottom: 0.5rem;
}

.section-head--highlights .section-kicker.section-kicker--highlights {
  color: var(--gold-dark);
  letter-spacing: 0.14em;
}

.section-kicker--on-dark {
  color: #5eead4;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.section-lead {
  margin: 0;
  color: var(--color-muted);
}

.section-head--highlights .section-title.section-title--highlights {
  color: var(--forest-deep);
  font-weight: 800;
  font-size: clamp(1.85rem, 2.2vw + 1rem, 2.5rem);
  margin-bottom: 0.65rem;
  line-height: 1.2;
}

.section--dark .section-lead {
  color: #cbd5e1;
}

.prose {
  color: var(--color-muted);
  margin: 0 0 1rem;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.split--contact {
  align-items: start;
}

@media (max-width: 860px) {
  .split {
    grid-template-columns: 1fr;
  }
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Grids */
.grid {
  display: grid;
  gap: 1.5rem;
}

.grid-highlights {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Why attend — long-form professional grid */
.section-why-attend {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.why-attend-container {
  max-width: 1120px;
  margin-inline: auto;
}

.why-attend-header {
  text-align: center;
  max-width: 52rem;
  margin: 0 auto 2.75rem;
}

.why-attend-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
}

.why-attend-title {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.4vw + 1rem, 2.55rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--forest-deep);
  text-wrap: balance;
}

.why-attend-intro {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--color-muted);
  text-align: left;
}

.why-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.75rem;
  margin-bottom: 3rem;
}

.why-point-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem 1.25rem;
  align-items: start;
  padding: 1.35rem 1.4rem 1.4rem;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(12, 52, 47, 0.08);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.why-point-num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--forest-deep);
  background: linear-gradient(145deg, #fff7d6, #fde68a);
  border: 1px solid rgba(245, 184, 0, 0.55);
  box-shadow: 0 4px 14px rgba(245, 184, 0, 0.22);
}

.why-point-body {
  min-width: 0;
  border-left: 3px solid var(--gold);
  padding-left: 1.1rem;
}

.why-point-title {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--forest-deep);
}

.why-point-text {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--color-muted);
}

.why-attend-footer {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 0;
  border-top: 1px solid rgba(12, 52, 47, 0.1);
}

.why-attend-footer-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.5vw + 1rem, 1.75rem);
  font-weight: 800;
  color: var(--forest-deep);
  line-height: 1.25;
}

.why-attend-footer-text {
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--color-muted);
}

.why-attend-cta {
  margin-top: 0.25rem;
}

@media (max-width: 900px) {
  .why-points {
    grid-template-columns: 1fr;
  }

  .why-attend-intro {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .why-point-card {
    grid-template-columns: 1fr;
    padding: 1.2rem 1.15rem;
  }

  .why-point-num {
    width: 40px;
    height: 40px;
  }

  .why-point-body {
    border-left: 0;
    padding-left: 0;
    border-top: 3px solid var(--gold);
    padding-top: 1rem;
  }
}

.grid-projects {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faculty-grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1024px) {
  .grid-highlights,
  .faculty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .grid-highlights,
  .grid-projects,
  .faculty-grid {
    grid-template-columns: 1fr;
  }
}

/* Cards */
.card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.card-title {
  font-family: var(--font-display);
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.card p {
  margin: 0 0 1rem;
  color: var(--color-muted);
  font-size: 0.95rem;
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.15), rgba(45, 212, 191, 0.25));
  border: 1px solid rgba(13, 148, 136, 0.25);
}

.card-icon--building {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.15), rgba(56, 189, 248, 0.3));
  border-color: rgba(14, 165, 233, 0.3);
}

.card-icon--home {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(251, 191, 36, 0.3));
  border-color: rgba(245, 158, 11, 0.35);
}

.card-icon--star {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.12), rgba(192, 132, 252, 0.28));
  border-color: rgba(168, 85, 247, 0.3);
}

.card-icon--calendar {
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.12), rgba(16, 185, 129, 0.28));
  border-color: rgba(16, 185, 129, 0.35);
}

.card-icon--speakers {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.14), rgba(56, 189, 248, 0.3));
  border-color: rgba(14, 165, 233, 0.35);
}

.card-icon--abstracts {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.12), rgba(192, 132, 252, 0.28));
  border-color: rgba(168, 85, 247, 0.32);
}

.card-icon--registration {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.14), rgba(251, 191, 36, 0.32));
  border-color: rgba(245, 158, 11, 0.38);
}

.card-icon--programs {
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.12), rgba(45, 212, 191, 0.3));
  border-color: rgba(13, 148, 136, 0.35);
}

/* Conference highlights — Cleanon “services” row (numbered cards, gold rail) */
.card-highlight {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 1.5rem 1.5rem 1.35rem;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(12, 52, 47, 0.06);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.card-highlight-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}

.card-highlight-num {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.card-highlight-digit {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--forest-deep);
  line-height: 1;
}

.card-highlight-rule {
  flex: 1;
  height: 2px;
  max-width: 4rem;
  background: linear-gradient(90deg, rgba(12, 52, 47, 0.35), rgba(12, 52, 47, 0.08));
  border-radius: 2px;
}

.card-highlight-badge {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--forest-deep);
  box-shadow: 0 4px 12px rgba(245, 184, 0, 0.35);
}

.card-highlight-body {
  flex: 1;
  padding-left: 0.85rem;
  border-left: 3px solid var(--gold);
  margin-bottom: 1.25rem;
}

.card-highlight-title {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--forest-deep);
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.card-highlight-desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--color-muted);
}

.card-highlight-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
}

.card-highlight-link {
  font-family: var(--font);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--gold-dark);
  text-transform: capitalize;
  transition: color 0.2s;
}

.card-highlight-link:hover {
  color: var(--forest-deep);
}

.card-highlight-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid rgba(245, 184, 0, 0.65);
  background: linear-gradient(155deg, #fffef8 0%, #fff4d6 40%, rgba(245, 184, 0, 0.35) 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--forest-deep);
}

.card-highlight-icon svg {
  display: block;
  flex-shrink: 0;
}

.text-link {
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--color-primary-dark);
}

.text-link:hover {
  text-decoration: underline;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.checklist li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
  color: var(--color-muted);
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.25);
}

.checklist--invite li {
  color: var(--color-text);
  font-weight: 500;
}

.checklist--invite li::before {
  content: "✓";
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: var(--forest);
  font-size: 0.75rem;
  font-weight: 800;
  top: 0.15rem;
  line-height: 1.4;
}

/* Invitation — organizing team (logo + copy split) */
.section-invite {
  background: linear-gradient(180deg, #fdfdfb 0%, #f4f7f4 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.invite-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.invite-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.invite-logo-only {
  display: block;
  margin: 0;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.2s;
  filter: drop-shadow(0 12px 36px rgba(15, 23, 42, 0.12));
}

.invite-logo-only:hover {
  opacity: 0.92;
}

.invite-logo-only:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 6px;
  border-radius: 8px;
}

.invite-logo-only img {
  display: block;
  width: auto;
  max-width: min(720px, 100%);
  height: auto;
  max-height: min(74vh, 760px);
  object-fit: contain;
}

.invite-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: 0 0 0.65rem;
}

.invite-kicker-star {
  font-size: 0.95rem;
  line-height: 1;
}

.invite-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.5vw + 1rem, 2.65rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--forest-deep);
  margin: 0 0 0.4rem;
}

.invite-deck {
  margin: 0 0 1.35rem;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--color-primary-dark);
}

.invite-letter-sheet {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 14px;
  padding: clamp(1.5rem, 3.2vw, 2.35rem) clamp(1.35rem, 2.8vw, 2rem);
  margin-bottom: 1.75rem;
  box-shadow:
    0 12px 40px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.invite-letter {
  max-width: 68ch;
}

.invite-copy--float .invite-letter {
  max-width: none;
}

.invite-letter-crest {
  float: left;
  width: min(560px, 62%);
  margin: 0.25rem 1.85rem 1.2rem 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

.invite-letter-crest img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
}

.invite-letter > p {
  margin: 0 0 1rem;
  font-size: 0.995rem;
  line-height: 1.74;
  color: #475569;
}

.invite-letter > p:last-child {
  margin-bottom: 0;
}

.invite-letter-salutation {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--forest-deep);
  margin-bottom: 1.1rem;
  text-align: center;
}

.invite-letter strong {
  color: var(--forest-deep);
  font-weight: 700;
}

.invite-letter-valediction {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--forest-deep);
}

.invite-letter-signatures {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  margin-top: 1.15rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.invite-sig {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  background: rgba(244, 247, 251, 0.75);
  border: 1px solid rgba(15, 23, 42, 0.07);
}

.invite-sig-photo {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  object-fit: cover;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
  flex-shrink: 0;
}

.invite-sig-title {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
  margin-bottom: 0.2rem;
}

.invite-sig-name {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--forest-deep);
  line-height: 1.2;
}
.invite-copy--letter {
  min-width: 0;
}

.invite-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1.75rem;
  margin-bottom: 1.75rem;
}

.invite-feature {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.invite-feature-ico {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(145deg, #fff6d6, #fde68a);
  color: var(--forest-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(245, 184, 0, 0.25);
}

.invite-feature-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--forest-deep);
  margin: 0 0 0.35rem;
  line-height: 1.25;
}

.invite-feature-text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.invite-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem 1.75rem;
  align-items: center;
  background: #f7f4f1;
  border: 1px solid rgba(12, 52, 47, 0.08);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.35rem;
  margin-bottom: 1.75rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.invite-summary .checklist {
  margin: 0;
}

.invite-summary .checklist li:last-child {
  margin-bottom: 0;
}

.invite-proof {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 1.25rem;
  border-left: 1px solid rgba(12, 52, 47, 0.12);
  min-width: 0;
}

.invite-proof-avatars {
  display: flex;
}

.invite-proof-avatars span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #f7f4f1;
  margin-right: -10px;
  background: linear-gradient(145deg, #94a3b8, #64748b);
}

.invite-proof-avatars span:nth-child(2) {
  background: linear-gradient(145deg, #cbd5e1, #94a3b8);
}

.invite-proof-avatars span:nth-child(3) {
  background: linear-gradient(145deg, #5eead4, #14b8a6);
}

.invite-proof-avatars span:nth-child(4) {
  background: linear-gradient(145deg, #fcd34d, #f59e0b);
}

.invite-proof-stars {
  margin: 0 0 0.15rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--gold-dark);
  line-height: 1;
}

.invite-proof-line {
  margin: 0;
  font-size: 0.88rem;
  color: var(--color-text);
  line-height: 1.35;
}

.invite-proof-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.72rem;
  color: var(--forest);
}

.invite-proof-line strong {
  color: var(--gold-dark);
  font-size: 1.05rem;
}

.invite-proof-meta {
  color: var(--color-muted);
  font-size: 0.82rem;
}

.invite-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 2rem;
  justify-content: flex-start;
}

.btn-gold.invite-register {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.invite-signoff {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.invite-chair-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(245, 184, 0, 0.65);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.invite-chair-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.invite-chair-name {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--forest-deep);
}

.invite-chair-role {
  font-size: 0.82rem;
  color: var(--color-muted);
}

@media (max-width: 960px) {
  .invite-grid {
    grid-template-columns: 1fr;
  }

  .invite-visual {
    order: -1;
    max-width: min(720px, 100%);
    margin-inline: auto;
  }

  .invite-logo-only img {
    max-height: min(620px, 84vw);
  }

  .invite-letter {
    max-width: none;
  }

  .invite-letter-crest {
    float: none;
    width: 100%;
    max-width: 640px;
    margin: 0 auto 1.25rem;
  }

  .invite-letter-signatures {
    grid-template-columns: 1fr;
  }

  .invite-features {
    grid-template-columns: 1fr;
  }

  .invite-summary {
    grid-template-columns: 1fr;
  }

  .invite-proof {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(12, 52, 47, 0.1);
    padding-top: 1rem;
  }
}

/* Organizing chairman message — editorial + portrait */
.section-chairman {
  background: linear-gradient(180deg, #eef2f7 0%, #e8edf4 100%);
}

.chairman-split {
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.chairman-copy {
  max-width: 38rem;
}

.chairman-kicker {
  color: var(--color-primary-dark);
  letter-spacing: 0.1em;
}

.chairman-title {
  color: var(--forest-deep);
  font-weight: 800;
}

.chairman-letter p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.65;
}

.chairman-letter p:last-of-type {
  margin-bottom: 0;
}

.chairman-signature {
  margin: 1.75rem 0 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(12, 52, 47, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.chairman-signature-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--forest-deep);
}

.chairman-signature-role {
  font-size: 0.88rem;
  color: var(--color-muted);
}

.chairman-cta {
  margin-top: 0.25rem;
}

.chairman-visual {
  margin: 0;
  max-width: 420px;
  width: 100%;
  justify-self: end;
}

.chairman-photo-frame {
  position: relative;
  padding: 5px;
  border-radius: 22px;
  background: linear-gradient(145deg, #fcd34d 0%, var(--gold) 35%, var(--forest) 78%, #0a2f28 100%);
  box-shadow:
    0 28px 55px rgba(12, 52, 47, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.35) inset;
}

.chairman-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 17px;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  max-height: min(520px, 72vh);
  background: #e2e8f0;
}

.chairman-caption {
  margin: 1.1rem 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.chairman-caption-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--forest-deep);
}

.chairman-caption-role {
  font-size: 0.8rem;
  line-height: 1.35;
  color: var(--color-muted);
}

@media (max-width: 860px) {
  .chairman-split {
    grid-template-columns: 1fr;
  }

  .chairman-visual {
    justify-self: center;
    max-width: 380px;
    order: -1;
  }

  .chairman-copy {
    max-width: none;
  }
}

.about-panel {
  border-radius: var(--radius-lg);
  min-height: 280px;
  background: linear-gradient(145deg, #0f766e, #115e59 40%, #0f172a);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-stat {
  position: absolute;
  left: 1.75rem;
  bottom: 1.75rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.about-stat-num {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  font-family: var(--font-display);
}

.about-stat-label {
  font-size: 0.85rem;
  color: #ccfbf1;
}

.about-bubble {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  max-width: 200px;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  color: var(--color-text);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: var(--shadow-sm);
}

.pill {
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  background: var(--color-surface);
  border: 1px solid rgba(15, 23, 42, 0.06);
  font-weight: 600;
  box-shadow: var(--shadow-sm);
}

.process {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.process li {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.process-step {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: #5eead4;
}

.process strong {
  color: #fff;
}

.process span:last-child {
  color: #94a3b8;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .process {
    grid-template-columns: 1fr;
  }
}

.card-project-visual {
  height: 120px;
  border-radius: var(--radius);
  margin-bottom: 1rem;
  background: linear-gradient(120deg, #e2e8f0, #cbd5e1 40%, #ccfbf1);
}

.card-project h3 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
}

.card-project p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-muted);
}

/* Faculty — portrait overlap + forest green panel (Cleanon-style) */
.section-faculty {
  background: linear-gradient(180deg, #f7f4ec 0%, #ebe6db 100%);
}

.section-head--faculty {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.section-kicker--faculty {
  color: var(--faculty-panel);
}

.faculty-card {
  height: 100%;
}

.faculty-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  border-radius: 16px;
}

.faculty-card:hover .faculty-card-inner {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(0, 52, 38, 0.18);
}

.faculty-card-photoRow {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(-3.25rem, -9vw, -2.25rem);
}

.faculty-card-photo {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  object-fit: cover;
  background: #cfd8d4;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

.faculty-card-photo--tone-1 {
  background: linear-gradient(165deg, #dfece8 0%, #8fb8a8 55%, #5a8f7c 100%);
}

.faculty-card-photo--tone-2 {
  background: linear-gradient(165deg, #f0ebe3 0%, #c9b89a 55%, #8f7a5c 100%);
}

.faculty-card-photo--tone-3 {
  background: linear-gradient(165deg, #e6ebf2 0%, #9dadc4 55%, #6a7d96 100%);
}

.faculty-card-photo--tone-4 {
  background: linear-gradient(165deg, #ebe4ef 0%, #b5a3c0 55%, #7d6a8a 100%);
}

.faculty-card-panel {
  position: relative;
  z-index: 1;
  flex: 1;
  margin-top: 0;
  padding: clamp(3.25rem, 8vw, 4.25rem) clamp(1.1rem, 3vw, 1.35rem) 1.4rem;
  background: linear-gradient(180deg, var(--faculty-panel) 0%, var(--faculty-panel-deep) 100%);
  color: #fff;
  border-radius: 0 0 16px 16px;
  text-align: left;
}

.faculty-card-name {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.1vw, 1.2rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
}

.faculty-card-country {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}

.faculty-actions {
  margin: 2.5rem 0 0;
  text-align: center;
}

.btn-faculty-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2rem;
  border-radius: 10px;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: var(--faculty-panel);
  border: 2px solid var(--faculty-panel);
  box-shadow: 0 10px 28px rgba(0, 104, 74, 0.28);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-faculty-more:hover {
  color: #fff;
  background: var(--faculty-panel-deep);
  border-color: var(--faculty-panel-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 52, 38, 0.35);
}

.section--cta {
  background: linear-gradient(90deg, #0f766e, #0d9488 40%, #14b8a6);
  color: #fff;
}

.cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.cta-title {
  font-family: var(--font-display);
  margin: 0 0 0.35rem;
  font-size: clamp(1.75rem, 3vw, 2.2rem);
}

.cta-text {
  margin: 0;
  opacity: 0.95;
}

/* Page hero inner pages */
.page-hero {
  background: linear-gradient(135deg, #020617, #0f172a 50%, #134e4a);
  color: #e2e8f0;
  padding: clamp(3rem, 8vw, 4.5rem) 0;
}

.page-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin: 0.5rem 0;
  color: #fff;
}

.page-lead {
  max-width: 52ch;
  margin: 0;
  color: #cbd5e1;
}

.service-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 2rem;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: var(--shadow-sm);
}

@media (max-width: 600px) {
  .service-row {
    grid-template-columns: 1fr;
  }
}

.about-page-card {
  min-height: 220px;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, #e0f2fe, #ccfbf1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-page-stat {
  text-align: center;
  font-family: var(--font-display);
}

.about-page-stat span {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  color: var(--color-primary-dark);
}

.about-page-stat small {
  color: var(--color-muted);
  font-weight: 600;
}

/* Contact */
.page-contact .contact-main {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background: linear-gradient(180deg, #f8fafc 0%, #fff 42%);
}

.contact-main-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.75rem;
}

.contact-main-kicker {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin: 0 0 0.5rem;
}

.contact-main-title {
  font-family: var(--font-display, 'Rubik', sans-serif);
  font-size: clamp(1.75rem, 2.5vw + 1rem, 2.35rem);
  font-weight: 800;
  color: var(--forest-deep, #0f3d3a);
  margin: 0 0 0.65rem;
  line-height: 1.2;
}

.contact-main-lead {
  margin: 0;
  color: var(--color-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.75rem, 3vw, 2.75rem);
  align-items: start;
}

.contact-info-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.contact-info-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 1.35rem;
  background: #fff;
  border-radius: var(--radius-lg, 14px);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  min-height: 5.25rem;
}

.contact-info-card--address {
  align-items: flex-start;
  min-height: 0;
}

.contact-info-body {
  flex: 1;
  min-width: 0;
}

.contact-info-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(13, 148, 136, 0.12), rgba(13, 148, 136, 0.06));
  color: var(--color-primary-dark, #0d6b6e);
}

@media (min-width: 640px) {
  .contact-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .contact-info-card--address {
    grid-column: 1 / -1;
  }
}

.contact-info-label {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.contact-info-value {
  margin: 0;
  font-weight: 600;
  color: var(--forest-deep, #0f3d3a);
  line-height: 1.5;
  font-size: 0.95rem;
}

.contact-info-value a {
  color: inherit;
  text-decoration: none;
}

.contact-info-value a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.contact-info-link {
  display: inline-block;
  margin-top: 0.45rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none;
}

.contact-info-link:hover {
  text-decoration: underline;
}

.contact-map-panel {
  background: #fff;
  border-radius: var(--radius-lg, 14px);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.contact-map-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background: linear-gradient(90deg, rgba(13, 148, 136, 0.06), transparent);
}

.contact-map-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--forest-deep, #0f3d3a);
}

.contact-map-open {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none;
}

.contact-map-open:hover {
  text-decoration: underline;
}

.contact-map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 280px;
  background: #e2e8f0;
}

.contact-map-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.contact-map-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-map-caption {
  margin: 0;
  padding: 0.75rem 1.15rem 1rem;
  font-size: 0.88rem;
  color: var(--color-muted);
  line-height: 1.5;
}

.contact-venue-note {
  margin-top: 1.25rem;
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius-lg, 14px);
  background: rgba(13, 148, 136, 0.06);
  border-left: 4px solid var(--gold, #f5b800);
}

.contact-venue-note p {
  margin: 0 0 0.5rem;
  font-size: 0.92rem;
  color: var(--color-muted);
  line-height: 1.55;
}

.contact-venue-note strong {
  color: var(--forest-deep, #0f3d3a);
}

.contact-venue-link {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--color-primary-dark);
  text-decoration: none;
}

.contact-venue-link:hover {
  text-decoration: underline;
}

.contact-form-panel {
  position: sticky;
  top: 6.5rem;
}

.contact-card {
  background: var(--color-surface);
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.contact-card-head {
  margin-bottom: 1.35rem;
}

.contact-card-title {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--forest-deep, #0f3d3a);
}

.contact-card-lead {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-muted);
  line-height: 1.55;
}

.contact-form .btn-block {
  width: 100%;
  justify-content: center;
  margin-top: 0.25rem;
}

@media (max-width: 960px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-form-panel {
    position: static;
  }

}

@media (max-width: 520px) {
  .contact-map-frame {
    aspect-ratio: 4 / 3;
    min-height: 220px;
  }
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.form-row label {
  font-weight: 700;
  font-size: 0.9rem;
}

.optional {
  font-weight: 500;
  color: var(--color-muted);
}

.form input,
.form textarea {
  font: inherit;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
}

.form input:focus,
.form textarea:focus {
  outline: 2px solid rgba(13, 148, 136, 0.35);
  border-color: var(--color-primary);
}

.alert {
  padding: 0.85rem 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.alert--success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #6ee7b7;
}

.alert--error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.footer-contact--block {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact--block li {
  margin-bottom: 0.5rem;
}

/* Chat widget (Cleanon-style) */
.chat-fab {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 85;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  border: 0;
  background: var(--gold);
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(245, 184, 0, 0.45);
  transition: transform 0.15s, background 0.2s;
}

.chat-fab:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .chat-fab {
    left: 0.75rem;
    bottom: 5rem;
  }
}

/* Footer */
.site-footer {
  background: var(--color-dark);
  color: #cbd5e1;
  padding-top: 3rem;
}

.site-footer a {
  color: #e2e8f0;
  text-decoration: none;
}

.site-footer a:hover {
  color: #5eead4;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 2rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-brand p {
  margin: 0.75rem 0 0;
  max-width: 36ch;
  color: #94a3b8;
  font-size: 0.95rem;
}

.footer-heading {
  font-family: var(--font-display);
  color: #fff;
  font-size: 1rem;
  margin: 0 0 1rem;
}

.footer-links,
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 0.45rem;
}

.footer-note {
  font-size: 0.9rem;
  color: #94a3b8;
  margin: 0 0 0.75rem;
}

.footer-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-form input {
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  border: 1px solid #334155;
  background: #0f172a;
  color: #e2e8f0;
}

.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding: 1rem 0 1.5rem;
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: #94a3b8;
}

.footer-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.1rem;
  justify-content: flex-end;
}

.back-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: var(--color-primary);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 60;
}

.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

code {
  font-size: 0.88em;
  background: #e2e8f0;
  padding: 0.15rem 0.35rem;
  border-radius: 6px;
}

/* Legal & policy pages */
.page-hero--legal {
  background: linear-gradient(128deg, #0f172a 0%, #134e4a 48%, #115e59 100%);
}

.section-legal-doc {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.legal-doc {
  max-width: 44rem;
  margin-inline: auto;
  background: var(--color-surface);
  padding: clamp(1.75rem, 4vw, 2.65rem);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(15, 23, 42, 0.07);
}

.legal-doc--inline {
  max-width: none;
  margin-inline: 0;
}

.legal-updated {
  margin: 0 0 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.9rem;
  color: var(--color-muted);
  line-height: 1.55;
}

.legal-doc h2 {
  margin: 2rem 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--forest-deep);
}

.legal-doc h2:first-of-type {
  margin-top: 0;
}

.legal-doc h3 {
  margin: 1.35rem 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-primary-dark);
}

.legal-doc p {
  margin: 0 0 1rem;
  color: #475569;
  line-height: 1.72;
}

.legal-doc ul {
  margin: 0 0 1.25rem;
  padding-left: 1.35rem;
  color: #475569;
  line-height: 1.65;
}

.legal-doc li {
  margin-bottom: 0.45rem;
}

.legal-doc a {
  font-weight: 600;
  color: var(--color-primary-dark);
}

.legal-doc a:hover {
  color: var(--forest);
}

.legal-callout {
  margin-top: 2rem;
  padding: 1.15rem 1.35rem;
  border-radius: 12px;
  border-left: 4px solid var(--gold);
  background: linear-gradient(90deg, var(--gold-soft), #fff);
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
}

.legal-callout a {
  font-weight: 700;
}

/* Venue page — fluid banner (full width, height from image ratio); mobile = gradient only */
.page-hero--venue {
  position: relative;
  padding: 0;
  margin: 0;
  background: var(--forest-deep);
  overflow: hidden;
  width: 100%;
}

.page-hero-venue-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}

.page-hero-venue-banner {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.page-hero-venue-overlay {
  position: absolute;
  inset: 0;
  /* Lighter on the right so the photo reads clearly; stronger tint on the left for text contrast */
  background: linear-gradient(
    105deg,
    rgba(5, 26, 23, 0.68) 0%,
    rgba(8, 42, 36, 0.38) 32%,
    rgba(13, 80, 72, 0.16) 58%,
    rgba(15, 118, 110, 0.06) 82%,
    rgba(15, 118, 110, 0.02) 100%
  );
  pointer-events: none;
}

.page-hero-venue-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  padding-top: clamp(1rem, 3vw, 1.75rem);
  padding-bottom: clamp(1rem, 3vw, 1.75rem);
  box-sizing: border-box;
}

/* Venue banner — readable hierarchy (do not inherit line-height:0 from wrap) */
.page-hero--venue .page-hero-venue-inner .section-kicker--on-dark {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #99f6e4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.page-hero--venue .page-hero-venue-inner .page-title {
  margin: 0 0 0.75rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 2px 14px rgba(5, 26, 23, 0.45);
}

.page-hero--venue .page-hero-venue-inner .page-lead {
  margin: 0;
  max-width: min(52ch, 100%);
  line-height: 1.6;
  font-size: clamp(0.95rem, 1.1vw + 0.85rem, 1.08rem);
  color: #e2e8f0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* Phones / small screens: no photo — theme gradient only */
@media (max-width: 767px) {
  .page-hero--venue {
    background: linear-gradient(125deg, var(--forest-deep) 0%, #0d4a42 48%, #115e59 100%);
  }

  .page-hero-venue-banner,
  .page-hero-venue-overlay {
    display: none !important;
  }

  .page-hero-venue-inner {
    position: relative;
    inset: auto;
    padding-top: clamp(1.5rem, 5vw, 2.25rem);
    padding-bottom: clamp(1.5rem, 5vw, 2.25rem);
  }

  .page-hero--venue .page-hero-venue-inner .page-title {
    font-size: clamp(1.55rem, 6.5vw, 2.1rem);
    margin-bottom: 0.65rem;
  }

  .page-hero--venue .page-hero-venue-inner .page-lead {
    font-size: 0.95rem;
    line-height: 1.58;
  }
}

.section-venue-showcase {
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.venue-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.venue-showcase-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.14);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.venue-showcase-frame img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.venue-showcase-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.venue-showcase-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2vw + 1rem, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--forest-deep);
  letter-spacing: -0.02em;
}

.venue-showcase-line {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  color: var(--color-muted);
  font-weight: 600;
}

.venue-showcase-lead {
  margin-bottom: 1rem;
}

.venue-showcase-address {
  margin-bottom: 1.35rem;
  font-size: 0.98rem;
}

.venue-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

/* Venue — how to reach (transport cards) */
.section-venue-reach {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.venue-reach-head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
}

.venue-reach-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
}

.venue-reach-title {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 1.8vw + 0.85rem, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--forest-deep);
}

.venue-reach-sub {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--color-muted);
}

.venue-reach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 1.85rem);
  align-items: stretch;
}

.venue-reach-card {
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border-radius: 16px;
  padding: 1.5rem 1.4rem 1.45rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.venue-reach-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
}

.venue-reach-card--featured {
  border-color: rgba(241, 168, 43, 0.85);
  box-shadow:
    0 14px 36px rgba(15, 23, 42, 0.07),
    0 0 0 1px rgba(245, 184, 0, 0.35);
}

.venue-reach-card--featured:hover {
  border-color: var(--gold-dark);
  box-shadow:
    0 22px 48px rgba(15, 23, 42, 0.1),
    0 0 0 2px rgba(245, 184, 0, 0.45);
}

.venue-reach-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
  flex-shrink: 0;
  color: #fff;
  background: linear-gradient(145deg, #f7a60f 0%, var(--gold) 48%, #e09f00 100%);
  box-shadow: 0 8px 20px rgba(241, 168, 43, 0.35);
}

.venue-reach-icon .venue-reach-svg {
  width: 24px;
  height: 24px;
  display: block;
}

.venue-reach-card-title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--forest-deep);
}

.venue-reach-card-text {
  margin: 0 0 1.25rem;
  flex: 1 1 auto;
  font-size: 0.95rem;
  line-height: 1.68;
  color: #5b6578;
}

.venue-reach-btn {
  align-self: flex-start;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1.35rem;
  border-radius: 999px;
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, #0f3d36 0%, var(--forest-deep) 100%);
  border: 1px solid rgba(5, 26, 23, 0.35);
  box-shadow: 0 6px 16px rgba(5, 26, 23, 0.2);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.venue-reach-btn:hover {
  background: linear-gradient(180deg, #115e59 0%, #0d4a42 100%);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(5, 26, 23, 0.25);
}

.venue-reach-btn:focus-visible {
  outline: 3px solid rgba(245, 184, 0, 0.65);
  outline-offset: 2px;
}

@media (max-width: 960px) {
  .venue-reach-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
  }
}

.section-venue-features .venue-features-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.25rem;
}

.venue-features-intro {
  margin: 0.5rem 0 0;
  color: var(--color-muted);
  line-height: 1.65;
}

.venue-features-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 1.75rem);
}

.venue-feature-card {
  background: var(--color-surface);
  border-radius: var(--radius);
  padding: 1.5rem 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: var(--shadow-sm);
}

.venue-feature-icon {
  display: block;
  font-size: 1.1rem;
  color: var(--color-primary);
  margin-bottom: 0.65rem;
}

.venue-feature-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--forest-deep);
}

.venue-feature-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.62;
  color: #5b6578;
}

.section-venue-logistics {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

@media (max-width: 960px) {
  .venue-showcase-grid {
    grid-template-columns: 1fr;
  }

  .venue-features-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
  }
}

/* —— Organizing committee — profile cards —— */
.page-organizing-committee .section-committee {
  background: linear-gradient(180deg, #f7f4ec 0%, #ebe6db 100%);
  padding-block: clamp(2.75rem, 6vw, 4.25rem);
}

.committee-intro {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
}

.committee-intro-text {
  margin: 0.75rem auto 0;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-muted);
}

.committee-block {
  margin-bottom: clamp(2.5rem, 5vw, 3.25rem);
}

.committee-block:last-child {
  margin-bottom: 0;
}

.committee-block-title {
  margin: 0 0 1.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 800;
  color: var(--forest-deep);
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(0, 104, 74, 0.2);
}

.committee-officers-rows {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 1.75rem);
}

.committee-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 1.75rem);
}

/* Office bearers row 1 — centered trio, same card width as 4-col member grid */
.committee-grid--officers-lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 1.75rem);
}

.committee-grid--officers-lead .committee-card {
  flex: 0 1 calc((100% - 3 * clamp(1.25rem, 3vw, 1.75rem)) / 4);
  max-width: calc((100% - 3 * clamp(1.25rem, 3vw, 1.75rem)) / 4);
  width: calc((100% - 3 * clamp(1.25rem, 3vw, 1.75rem)) / 4);
  min-width: 0;
}

/* Joint secretaries: same card width as members (4-col grid), centered on row 2 */
.committee-grid--officers-joint .committee-card:nth-child(1) {
  grid-column: 2;
}

.committee-grid--officers-joint .committee-card:nth-child(2) {
  grid-column: 3;
}

.committee-card {
  height: 100%;
}

.committee-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: var(--color-surface);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.committee-card:hover .committee-card-inner {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(0, 52, 38, 0.16);
}

.committee-card-media {
  flex: 1 1 auto;
  background: #e4eaef;
  line-height: 0;
}

.committee-card-photo {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  background: #e4eaef;
}

.committee-card-panel {
  flex: 0 0 auto;
  padding: 1.05rem 1.15rem 1.15rem;
  background: linear-gradient(180deg, var(--faculty-panel) 0%, var(--faculty-panel-deep) 100%);
  color: #fff;
  text-align: left;
}

.committee-card-name {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.7vw, 1.08rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #fff;
}

.committee-card-role {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1024px) {
  .committee-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .committee-grid--officers-lead .committee-card {
    flex-basis: calc((100% - clamp(1.25rem, 3vw, 1.75rem)) / 2);
    max-width: calc((100% - clamp(1.25rem, 3vw, 1.75rem)) / 2);
    width: calc((100% - clamp(1.25rem, 3vw, 1.75rem)) / 2);
  }

  .committee-grid--officers-joint .committee-card:nth-child(1),
  .committee-grid--officers-joint .committee-card:nth-child(2) {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .committee-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-inline: auto;
  }

  .committee-grid--officers-lead .committee-card {
    flex-basis: 100%;
    max-width: 320px;
    width: 100%;
  }
}

/* —— Registration fees —— */
.page-registration-fees .reg-fees-hero-venue {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 36rem;
}

.reg-fees-intro {
  padding-block: clamp(2rem, 5vw, 3rem);
  background: linear-gradient(180deg, #f7f4ec 0%, #ebe6db 55%, #f4f7fb 100%);
}

.reg-fees-intro-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 4vw, 2.25rem);
}

.reg-fees-event-card {
  text-align: center;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--forest) 0%, var(--forest-deep) 100%);
  color: #fff;
  box-shadow: 0 24px 56px rgba(5, 26, 23, 0.22);
  border: 1px solid rgba(245, 184, 0, 0.25);
}

.reg-fees-event-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.reg-fees-event-title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  line-height: 1.25;
}

.reg-fees-event-title sup {
  font-size: 0.55em;
  font-weight: 800;
}

.reg-fees-event-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.reg-fees-event-meta sup {
  font-size: 0.72em;
}

.reg-fees-period-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.25rem);
}

.reg-fees-period-card {
  padding: 1.1rem 1.15rem;
  border-radius: var(--radius);
  background: var(--color-surface);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.reg-fees-period-label {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--faculty-panel);
  line-height: 1.3;
}

.reg-fees-period-dates {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-muted);
}

.section-reg-fees-tables {
  padding-block: clamp(2rem, 5vw, 3.5rem);
  background: var(--color-bg);
}

.reg-fees-selector-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.75rem;
}

.reg-fees-selector-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw + 0.5rem, 1.75rem);
  font-weight: 800;
  color: var(--forest-deep);
}

.reg-fees-selector-lead {
  margin: 0;
  font-size: 1rem;
  color: var(--color-muted);
  line-height: 1.6;
}

.reg-fees-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  max-width: 52rem;
  margin: 0 auto 2rem;
  padding: 0.35rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}

.reg-fees-toggle-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-height: 4.25rem;
  padding: 0.85rem 1rem;
  border: 0;
  border-radius: 11px;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.reg-fees-toggle-btn:hover:not(.is-active) {
  background: rgba(13, 148, 136, 0.06);
}

.reg-fees-toggle-btn.is-active {
  background: linear-gradient(145deg, var(--forest) 0%, var(--forest-deep) 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(5, 26, 23, 0.22);
}

.reg-fees-toggle-label {
  font-family: var(--font-display);
  font-size: clamp(0.88rem, 1.5vw + 0.4rem, 1.05rem);
  font-weight: 800;
  line-height: 1.25;
}

.reg-fees-toggle-meta {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0.85;
}

.reg-fees-toggle-btn:not(.is-active) .reg-fees-toggle-meta {
  color: var(--color-muted);
}

.reg-fees-toggle-btn.is-active .reg-fees-toggle-meta {
  color: rgba(255, 255, 255, 0.88);
}

.reg-fees-panel {
  animation: reg-fees-fade-in 0.35s ease;
}

.reg-fees-panel[hidden] {
  display: none !important;
}

@keyframes reg-fees-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reg-fees-panel-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin: 0 0 1.75rem;
  padding: 1rem 1.2rem;
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(13, 148, 136, 0.08), rgba(245, 184, 0, 0.06));
  border-left: 4px solid var(--gold);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--forest-deep);
  line-height: 1.55;
}

.reg-fees-panel-badge {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: var(--forest-deep);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reg-fees-footnote--panel {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.reg-fees-block {
  margin-bottom: clamp(2.25rem, 5vw, 3rem);
}

.reg-fees-block-head {
  margin-bottom: 1.15rem;
  padding-bottom: 0.85rem;
  border-bottom: 2px solid rgba(0, 104, 74, 0.18);
}

.reg-fees-block-title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 800;
  color: var(--forest-deep);
}

.reg-fees-block-subtitle {
  margin: 0;
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 600;
  color: var(--color-primary-dark);
}

.reg-fees-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: var(--color-surface);
}

.reg-fees-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.reg-fees-table thead {
  background: linear-gradient(90deg, #0d9488 0%, var(--faculty-panel) 55%, var(--faculty-panel-deep) 100%);
  color: #fff;
}

.reg-fees-table th,
.reg-fees-table td {
  padding: 0.95rem 1rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.reg-fees-table th[scope="row"] {
  text-align: left;
  font-weight: 700;
  color: var(--forest-deep);
  background: #f8fafc;
  min-width: 11rem;
}

.reg-fees-table tbody tr:nth-child(even) td:not([scope]) {
  background: rgba(244, 247, 251, 0.65);
}

.reg-fees-th-label {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.88rem;
  line-height: 1.3;
}

.reg-fees-th-dates {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.92;
}

.reg-fees-amount {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--forest-deep);
}

.reg-fees-note {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: var(--color-muted);
  line-height: 1.35;
}

.reg-fees-panel-cta {
  margin: 0 0 1.5rem;
}

.reg-fees-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.reg-fees-panel .reg-fees-cta-panel {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

.reg-fees-cta-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--forest-deep) 0%, var(--forest) 45%, #0d5c4a 100%);
  color: #fff;
  box-shadow: 0 22px 50px rgba(5, 26, 23, 0.2);
  border: 1px solid rgba(245, 184, 0, 0.35);
}

.reg-fees-cta-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 800;
}

.reg-fees-cta-text {
  margin: 0;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.reg-fees-cta-btn {
  flex-shrink: 0;
}

/* National registration form */
.page-national-registration .nat-reg-section,
.page-international-registration .nat-reg-section,
.page-registration-payment .reg-payment-section,
.page-international-payment .reg-payment-section {
  padding-block: clamp(2rem, 5vw, 3.5rem);
  background: linear-gradient(180deg, #f4f7fb 0%, #fff 120px);
}

.nat-reg-layout {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.nat-reg-aside-card {
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--shadow-sm);
  margin-bottom: 1rem;
}

.nat-reg-aside-card--muted {
  background: rgba(13, 148, 136, 0.05);
}

.nat-reg-aside-title {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--forest-deep);
}

.nat-reg-checklist {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.nat-reg-checklist a {
  color: var(--color-primary-dark);
  font-weight: 700;
}

.nat-reg-alert {
  padding: 1rem 1.15rem;
  border-radius: 10px;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.nat-reg-alert--error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.nat-reg-alert--success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #6ee7b7;
}

.nat-reg-form {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.nat-reg-block {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.nat-reg-block:last-of-type {
  border-bottom: 0;
}

.nat-reg-block-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 1.1rem 1.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, var(--forest) 0%, var(--forest-deep) 100%);
  width: 100%;
}

.nat-reg-block-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--gold);
  color: #1a1a1a;
  font-size: 0.85rem;
  font-weight: 800;
}

.nat-reg-block-body {
  padding: 1.35rem 1.5rem 1.5rem;
}

.nat-reg-field-label {
  margin: 0 0 0.65rem;
  font-weight: 700;
  color: var(--forest-deep);
}

.nat-reg-radio-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.nat-reg-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 1.15rem;
  min-height: 3.25rem;
  border-radius: 12px;
  border: 2px solid #e2e8f0;
  background: #f8fafc;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.nat-reg-radio input[type="radio"] {
  order: 0;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  accent-color: var(--color-primary, #0d9488);
  cursor: pointer;
}

.nat-reg-radio span {
  order: 1;
  flex: 1 1 auto;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--forest-deep, #0f3d3a);
}

.nat-reg-radio:has(input:checked) {
  border-color: var(--color-primary);
  background: rgba(13, 148, 136, 0.08);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}

.nat-reg-radio:has(input:focus-visible) {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.nat-reg-member-fields {
  margin-top: 0.5rem;
  padding: 1rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px dashed rgba(13, 148, 136, 0.35);
}

.nat-reg-companions-title {
  margin: 1rem 0 0.75rem;
  font-weight: 700;
  color: var(--forest-deep);
}

.nat-reg-terms {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.85rem;
  padding: 1.1rem 1.2rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--color-muted);
  cursor: pointer;
}

.nat-reg-terms input[type="checkbox"] {
  order: 0;
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  min-height: 0;
  margin: 0.2rem 0 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  accent-color: var(--color-primary, #0d9488);
  cursor: pointer;
}

.nat-reg-terms span {
  order: 1;
  flex: 1 1 auto;
  text-align: left;
}

.nat-reg-terms a {
  color: var(--color-primary-dark);
  font-weight: 700;
}

.nat-reg-submit {
  padding: 1.5rem;
  text-align: center;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.nat-reg-submit-btn {
  min-width: min(100%, 280px);
}

.nat-reg-submit-note {
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
  color: var(--color-muted);
}

.nat-reg-package-intro {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--color-muted);
  line-height: 1.5;
}

.nat-reg-package-intro a {
  color: var(--color-primary-dark);
  font-weight: 700;
}

.nat-reg-packages {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.nat-reg-package-card {
  display: block;
  margin: 0;
  cursor: pointer;
}

.nat-reg-package-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.nat-reg-package-card-inner {
  display: block;
  padding: 1.1rem 1.25rem;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.nat-reg-package-card:hover .nat-reg-package-card-inner {
  border-color: #94a3b8;
}

.nat-reg-package-card.is-selected .nat-reg-package-card-inner,
.nat-reg-package-card:has(input:checked) .nat-reg-package-card-inner {
  border-color: var(--color-primary, #0d9488);
  background: linear-gradient(180deg, #f0fdfa 0%, #fff 100%);
  box-shadow: 0 4px 16px rgba(13, 148, 136, 0.12);
}

.nat-reg-package-card:has(input:focus-visible) .nat-reg-package-card-inner {
  outline: 2px solid var(--color-primary, #0d9488);
  outline-offset: 2px;
}

.nat-reg-package-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--forest-deep, #0f3d3a);
  letter-spacing: 0.01em;
}

.nat-reg-package-subtitle {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  line-height: 1.45;
}

.nat-reg-package-fees {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.nat-reg-package-fee-line {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-primary-dark, #0f766e);
}

.nat-reg-delegate-category {
  margin-top: 0.25rem;
}

.nat-reg-fee-summary {
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(135deg, #0f3d3a 0%, #134e4a 100%);
  border-radius: 14px;
  color: #fff;
}

.nat-reg-fee-summary-title {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}

.nat-reg-fee-summary-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.nat-reg-fee-summary-table th {
  font-weight: 600;
  text-align: left;
  padding: 0.35rem 0;
  opacity: 0.92;
}

.nat-reg-fee-summary-table td {
  text-align: right;
  font-weight: 700;
  padding: 0.35rem 0;
}

.nat-reg-fee-summary-table tfoot th,
.nat-reg-fee-summary-table tfoot td {
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1rem;
}

.nat-reg-fee-summary-total {
  font-size: 1.15rem;
  color: #fde68a;
}

.form-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

/* National registration — professional form controls */
.nat-reg-form .form-row {
  gap: 0.5rem;
  margin-bottom: 0;
}

.nat-reg-form .form-row label {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--forest-deep, #0f3d3a);
}

.nat-reg-form .form-row .required-mark {
  color: #dc2626;
  font-weight: 800;
}

.nat-reg-form .form-row input[type="text"],
.nat-reg-form .form-row input[type="email"],
.nat-reg-form .form-row input[type="tel"],
.nat-reg-form .form-row input[type="number"],
.nat-reg-form .form-row input[type="password"],
.nat-reg-form .form-row select,
.nat-reg-form .form-row textarea {
  display: block;
  width: 100%;
  min-height: 3rem;
  padding: 0.8rem 1rem;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0f172a;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.nat-reg-form .form-row textarea {
  min-height: 6.5rem;
  resize: vertical;
  padding-top: 0.85rem;
}

.nat-reg-form .form-row select {
  padding-right: 2.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230f3d3a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  cursor: pointer;
}

.nat-reg-form .form-row input::placeholder,
.nat-reg-form .form-row textarea::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

.nat-reg-form .form-row input:hover:not(:disabled):not(:read-only),
.nat-reg-form .form-row select:hover:not(:disabled),
.nat-reg-form .form-row textarea:hover:not(:disabled) {
  border-color: #94a3b8;
}

.nat-reg-form .form-row input:focus,
.nat-reg-form .form-row select:focus,
.nat-reg-form .form-row textarea:focus {
  outline: none;
  border-color: var(--color-primary, #0d9488);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.18);
  background-color: #fff;
}

.nat-reg-form .form-row input:disabled,
.nat-reg-form .form-row select:disabled,
.nat-reg-form .form-row textarea:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  background-color: #f1f5f9;
}

.nat-reg-form .input-readonly,
.nat-reg-form .form-row input[readonly] {
  background-color: #f1f5f9;
  color: #475569;
  border-color: #e2e8f0;
  cursor: not-allowed;
  box-shadow: none;
}

.nat-reg-form .form-grid {
  gap: 1.15rem 1.25rem;
}

.nat-reg-form .form-grid .form-row {
  margin-bottom: 0;
}

.nat-reg-member-fields .form-row input {
  background-color: #fff;
}

.nat-reg-form input[type="radio"],
.nat-reg-form input[type="checkbox"] {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

@media (max-width: 520px) {
  .nat-reg-radio-row {
    grid-template-columns: 1fr;
  }
}

.nat-reg-companions .form-row input {
  min-height: 2.85rem;
}

.input-readonly {
  background: #f1f5f9;
  color: var(--color-muted);
  cursor: not-allowed;
}

/* Registration payment */
.reg-payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.reg-payment-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--shadow);
  padding: 1.5rem 1.6rem;
  margin-bottom: 1rem;
}

.reg-payment-card--highlight {
  background: linear-gradient(145deg, var(--forest-deep) 0%, var(--forest) 100%);
  color: #fff;
  border-color: rgba(245, 184, 0, 0.35);
}

.reg-payment-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}

.reg-payment-ref code {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold);
  background: transparent;
}

.reg-payment-status {
  margin: 0.5rem 0 0;
  font-size: 0.92rem;
}

.reg-payment-saved-note {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: var(--color-muted);
}

.reg-payment-card-title {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--forest-deep);
}

.reg-payment-dl {
  margin: 0;
}

.reg-payment-row {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 0.5rem 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.reg-payment-row dt {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-muted);
}

.reg-payment-row dd {
  margin: 0;
  font-weight: 600;
  color: var(--forest-deep);
}

.reg-payment-badge {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.12);
  color: var(--color-primary-dark);
  font-size: 0.88rem;
}

.reg-payment-card--checkout {
  border-top: 4px solid var(--gold);
}

.reg-payment-note {
  margin: -0.5rem 0 1rem;
  font-size: 0.9rem;
  color: var(--color-muted);
}

.reg-payment-fees {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.25rem;
}

.reg-payment-fees th,
.reg-payment-fees td {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  text-align: left;
}

.reg-payment-fees th {
  font-weight: 600;
  color: var(--color-muted);
}

.reg-payment-fees td {
  text-align: right;
  font-weight: 700;
  color: var(--forest-deep);
}

.reg-payment-fees tfoot th,
.reg-payment-fees tfoot td {
  border-bottom: 0;
  padding-top: 1rem;
  font-size: 1.1rem;
  color: var(--forest-deep);
}

.reg-payment-total {
  font-family: var(--font-display);
  font-size: 1.35rem !important;
  color: var(--color-primary-dark) !important;
}

.reg-payment-bank {
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: #f8fafc;
  margin-bottom: 1.25rem;
}

.reg-payment-bank-title {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.reg-payment-bank-list {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  line-height: 1.6;
}

.reg-payment-pay-btn {
  width: 100%;
  justify-content: center;
}

.reg-payment-form-note,
.reg-payment-back {
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
  color: var(--color-muted);
  text-align: center;
}

.reg-payment-back {
  text-align: left;
}

.reg-payment-back a {
  font-weight: 700;
  color: var(--color-primary-dark);
}

.page-hero--compact .page-hero-venue-inner {
  padding-block: clamp(2rem, 4vw, 2.75rem);
}

@media (max-width: 960px) {
  .nat-reg-layout,
  .reg-payment-layout {
    grid-template-columns: 1fr;
  }

  .form-grid--3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .reg-payment-row {
    grid-template-columns: 1fr;
  }
}

.reg-fees-footnote {
  margin: 1.75rem 0 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--color-muted);
  text-align: center;
  max-width: 52rem;
  margin-inline: auto;
}

/* Abstract guidelines — document + sidebar */
.page-abstract-guidelines .section-abstract-guidelines {
  padding-block: clamp(2rem, 5vw, 3.25rem);
  background: #ebe6db;
}

.abstract-guide-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.abstract-guide-highlight {
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--forest) 0%, var(--forest-deep) 100%);
  border: 1px solid rgba(245, 184, 0, 0.2);
  box-shadow: 0 10px 28px rgba(5, 26, 23, 0.12);
}

.abstract-guide-highlight-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.abstract-guide-highlight-value {
  display: block;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}

.abstract-guide-layout {
  display: grid;
  grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.abstract-guide-nav {
  position: sticky;
  top: calc(var(--header-stack, 118px) + 1rem);
  padding: 1.25rem 1rem;
  border-radius: var(--radius);
  background: var(--color-surface);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--shadow-sm);
}

.abstract-guide-nav-title {
  margin: 0 0 0.85rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(0, 104, 74, 0.15);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faculty-panel);
}

.abstract-guide-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.abstract-guide-nav-list li {
  margin: 0;
}

.abstract-guide-nav-list a {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  padding: 0.45rem 0.35rem;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.35;
  color: #475569;
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.15s ease, background 0.15s ease;
}

.abstract-guide-nav-list a:hover {
  color: var(--faculty-panel);
  background: rgba(13, 148, 136, 0.08);
}

.abstract-guide-nav-num {
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--color-primary);
}

.abstract-guide-document {
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.5rem, 4vw, 2.75rem);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: var(--shadow);
}

.abstract-guide-lead {
  margin: 0 0 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--color-muted);
}

.abstract-guide-section {
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  scroll-margin-top: calc(var(--header-stack, 118px) + 1rem);
}

.abstract-guide-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.abstract-guide-heading {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.28rem);
  font-weight: 800;
  color: var(--forest-deep);
  line-height: 1.25;
}

.abstract-guide-heading-num {
  flex: 0 0 auto;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--gold-dark);
}

.abstract-guide-section p {
  margin: 0 0 0.85rem;
  font-size: 0.96rem;
  line-height: 1.72;
  color: #475569;
}

.abstract-guide-section p:last-child {
  margin-bottom: 0;
}

.abstract-guide-list {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.96rem;
  line-height: 1.68;
  color: #475569;
}

.abstract-guide-list li {
  margin-bottom: 0.45rem;
}

.abstract-guide-list li:last-child {
  margin-bottom: 0;
}

.abstract-guide-dl {
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.abstract-guide-dl > div {
  display: grid;
  grid-template-columns: minmax(7rem, 9rem) minmax(0, 1fr);
  gap: 0.75rem 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.abstract-guide-dl dt {
  margin: 0;
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--faculty-panel);
}

.abstract-guide-dl dd {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #475569;
}

.abstract-guide-section a {
  font-weight: 600;
  color: var(--color-primary-dark);
}

.abstract-guide-section a:hover {
  color: var(--forest);
}

.abstract-guidelines-submit {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

.abstract-guidelines-submit-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--forest-deep) 0%, var(--forest) 50%, #0d5c4a 100%);
  border: 1px solid rgba(245, 184, 0, 0.3);
  box-shadow: 0 20px 48px rgba(5, 26, 23, 0.18);
}

.abstract-guidelines-submit-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 800;
  color: #fff;
}

.abstract-guidelines-submit-copy p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.abstract-guidelines-submit-btn {
  flex-shrink: 0;
  background: var(--gold) !important;
  color: var(--forest-deep) !important;
  border-color: var(--gold-dark) !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.abstract-guidelines-submit-btn:hover {
  background: var(--gold-dark) !important;
  color: var(--forest-deep) !important;
  border-color: #c98f00 !important;
}

@media (max-width: 900px) {
  .abstract-guide-highlights {
    grid-template-columns: 1fr;
  }

  .abstract-guide-layout {
    grid-template-columns: 1fr;
  }

  .abstract-guide-nav {
    position: static;
  }

  .abstract-guide-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem 0.75rem;
  }

  .abstract-guide-dl > div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .abstract-guidelines-submit-inner {
    flex-direction: column;
    text-align: center;
  }

  .abstract-guidelines-submit-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .reg-fees-period-strip {
    grid-template-columns: 1fr;
  }

  .reg-fees-toggle {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .reg-fees-toggle-btn {
    min-height: 3.5rem;
  }

  .reg-fees-cta-panel {
    flex-direction: column;
    text-align: center;
  }

  .reg-fees-cta-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Abstract submission */
.page-abstract-submit .abstract-submit-section {
  padding-block: clamp(2rem, 5vw, 3.5rem);
  background: linear-gradient(180deg, #ebe6db 0%, #f4f7f9 120px);
}

.page-abstract-submit .abstract-submit-main {
  background: transparent;
}

.abstract-submit-layout {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.abstract-submit-aside {
  position: sticky;
  top: calc(var(--header-stack, 118px) + 1rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.abstract-submit-aside-card {
  padding: 1.25rem 1.15rem;
  border-radius: var(--radius);
  background: var(--color-surface);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--shadow-sm);
}

.abstract-submit-aside-title {
  margin: 0 0 0.85rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(0, 104, 74, 0.15);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faculty-panel);
}

.abstract-submit-checklist {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--color-text);
}

.abstract-submit-checklist li {
  margin-bottom: 0.5rem;
}

.abstract-submit-checklist a {
  color: var(--color-primary);
  font-weight: 600;
}

.abstract-submit-aside-help {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.85rem;
  color: var(--color-muted);
}

.abstract-submit-aside-help a {
  color: var(--color-primary);
  font-weight: 600;
  word-break: break-all;
}

.abstract-submit-steps {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.85rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.abstract-submit-step {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text);
  transition: background 0.15s ease, color 0.15s ease;
}

.abstract-submit-step:hover {
  background: rgba(13, 148, 136, 0.08);
  color: var(--color-primary-dark);
}

.abstract-submit-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: var(--faculty-panel);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
}

.abstract-submit-notice {
  margin-bottom: 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  background: var(--gold-soft);
  border: 1px solid rgba(245, 184, 0, 0.35);
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5c4a12;
}

.abstract-submit-notice p {
  margin: 0;
}

.abstract-submit-alert {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.abstract-submit-alert--success {
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  color: #065f46;
}

.abstract-submit-alert--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.abstract-submit-alert-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  font-weight: 800;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.abstract-submit-alert--success .abstract-submit-alert-icon {
  background: #059669;
  color: #fff;
}

.abstract-submit-alert--error .abstract-submit-alert-icon {
  background: #dc2626;
  color: #fff;
}

.abstract-submit-ref {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
}

.abstract-submit-ref code {
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.06);
  font-family: ui-monospace, monospace;
  font-size: 0.9em;
}

.required-mark {
  color: #c2410c;
  font-weight: 700;
}

.page-abstract-submit .abstract-submit-form .form-row {
  margin-bottom: 1.1rem;
}

.page-abstract-submit .abstract-submit-form .form-row:last-child {
  margin-bottom: 0;
}

.page-abstract-submit .abstract-submit-form .form-row label,
.page-abstract-submit .abstract-submit-form .form-label {
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  color: var(--color-text);
}

.page-abstract-submit .abstract-submit-form input,
.page-abstract-submit .abstract-submit-form textarea {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.page-abstract-submit .abstract-submit-form input::placeholder,
.page-abstract-submit .abstract-submit-form textarea::placeholder {
  color: #94a3b8;
}

.page-abstract-submit .abstract-submit-form input:focus,
.page-abstract-submit .abstract-submit-form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}

/* Form block: header on page bg, white panel below */
.abstract-submit-block {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0;
  margin: 0 0 2rem;
  min-width: 0;
  background: transparent;
  scroll-margin-top: calc(var(--header-stack, 118px) + 1rem);
}

.abstract-submit-block-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--faculty-panel);
  line-height: 1.2;
}

.abstract-submit-block-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: var(--faculty-panel);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 74, 53, 0.25);
}

.abstract-submit-block-title {
  color: var(--faculty-panel);
  font-weight: 700;
}

.abstract-submit-block-body {
  background: #fff;
  border-radius: 15px 15px var(--radius-lg) var(--radius-lg);
  padding: 1.5rem 1.5rem 1.65rem;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.abstract-submit-card-lead {
  margin: 0 0 1.15rem;
  padding: 0;
  font-size: 0.9rem;
  color: var(--color-muted);
  line-height: 1.5;
}

.abstract-submit-block-body .abstract-btn-add-author {
  width: 100%;
  margin-top: 0.25rem;
}

.form-grid--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.25rem;
}

.form-label {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
  margin-bottom: 0.5rem;
}

.form-hint {
  margin: 0.4rem 0 0;
  font-size: 0.82rem;
  color: var(--color-muted);
  line-height: 1.45;
}

.abstract-type-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.abstract-type-card {
  cursor: pointer;
  margin: 0;
}

.abstract-type-card input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.abstract-type-card-inner {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 2px solid #e2e8f0;
  background: #f8fafc;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.abstract-type-card:hover .abstract-type-card-inner {
  border-color: rgba(13, 148, 136, 0.4);
  background: #fff;
}

.abstract-type-card input:focus-visible + .abstract-type-card-inner {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.abstract-type-card input:checked + .abstract-type-card-inner {
  border-color: var(--color-primary);
  background: rgba(13, 148, 136, 0.06);
  box-shadow: 0 0 0 1px var(--color-primary);
}

.abstract-type-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--forest);
}

.abstract-type-card-desc {
  font-size: 0.82rem;
  color: var(--color-muted);
}

.abstract-file-drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1.75rem 1.25rem;
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  background: #f8fafc;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.abstract-file-drop:hover {
  border-color: var(--color-primary);
  background: rgba(13, 148, 136, 0.04);
}

.abstract-file-input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.abstract-file-drop-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--faculty-panel);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.abstract-file-drop-title {
  font-weight: 600;
  color: var(--color-text);
}

.abstract-file-drop-meta {
  font-size: 0.82rem;
  color: var(--color-muted);
}

.abstract-file-drop-name {
  margin-top: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  background: rgba(0, 104, 74, 0.1);
  color: var(--faculty-panel);
  font-size: 0.85rem;
  font-weight: 600;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.author-rows {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding-bottom: 1rem;
}

.author-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem 1rem;
  align-items: start;
  padding: 1.1rem 1.15rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #fafbfc 0%, #f4f7fb 100%);
}

.author-row-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1.65rem;
  border-radius: 50%;
  background: var(--gold);
  color: var(--forest-deep);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
}

.author-row-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
  min-width: 0;
}

.author-row-fields .form-row {
  margin-bottom: 0;
}

.abstract-btn-remove {
  margin-top: 1.65rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: var(--color-muted);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.abstract-btn-remove:hover {
  color: #b42318;
  border-color: #fecaca;
  background: #fef2f2;
}

.abstract-btn-add-author {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.abstract-submit-footer {
  margin-top: 0.5rem;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--forest) 0%, var(--forest-deep) 100%);
  text-align: center;
  box-shadow: 0 12px 32px rgba(5, 26, 23, 0.18);
}

.abstract-submit-footer-note {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.page-abstract-submit .abstract-submit-btn {
  min-width: min(100%, 280px);
  text-transform: none;
  letter-spacing: 0.02em;
}

.page-abstract-submit .abstract-submit-btn .btn-arrow {
  margin-left: 0.35rem;
}

@media (max-width: 960px) {
  .abstract-submit-layout {
    grid-template-columns: 1fr;
  }

  .abstract-submit-aside {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .abstract-submit-steps {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .abstract-submit-aside {
    grid-template-columns: 1fr;
  }

  .form-grid--2,
  .author-row-fields,
  .abstract-type-cards {
    grid-template-columns: 1fr;
  }

  .author-row {
    grid-template-columns: auto 1fr;
  }

  .author-row-badge {
    margin-top: 0;
  }

  .abstract-btn-remove {
    grid-column: 1 / -1;
    margin-top: 0;
    justify-self: start;
  }
}

/* Speakers page */
.page-speakers .section-speakers {
  padding-block: clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(180deg, #f4f7f9 0%, var(--color-bg) 100%);
}

.speakers-intro {
  max-width: 42rem;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.speakers-intro .section-title {
  margin-bottom: 0.65rem;
}

.speakers-intro-lead {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.6;
}

.speakers-empty {
  text-align: center;
  color: var(--color-muted);
  padding: 2rem;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.speaker-card-wrap {
  height: 100%;
}

.speaker-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  border-radius: 16px;
  transition: transform 0.25s ease;
}

.speaker-card:hover,
.speaker-card:focus-visible {
  transform: translateY(-6px);
  outline: none;
}

.speaker-card:focus-visible .speaker-card-photo {
  outline: 3px solid rgba(13, 148, 136, 0.45);
  outline-offset: 2px;
}

.speaker-card-photo-wrap {
  position: relative;
  display: block;
  margin-bottom: clamp(-3rem, -8vw, -2.25rem);
  z-index: 2;
}

.speaker-card-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 14px;
  background: #cfd8d4;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

.speaker-card-flag {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  width: 2.5rem;
  height: 1.85rem;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
  background: #fff;
}

.speaker-card-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-card-meta {
  position: relative;
  z-index: 1;
  display: block;
  padding: clamp(3rem, 7vw, 3.75rem) 1.15rem 1.15rem;
  background: linear-gradient(180deg, var(--faculty-panel) 0%, var(--faculty-panel-deep) 100%);
  border-radius: 0 0 16px 16px;
  color: #fff;
}

.speaker-card-name {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.35rem;
}

.speaker-card-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-top: 0.15rem;
}

.speaker-card-country {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  min-width: 0;
}

.speaker-card-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.speaker-card-view-icon {
  display: block;
}

.speaker-card:hover .speaker-card-view,
.speaker-card:focus-visible .speaker-card-view {
  background: var(--gold);
  color: var(--forest-deep);
  transform: scale(1.08);
}

body.speaker-modal-open {
  overflow: hidden;
}

.speaker-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.speaker-modal[hidden] {
  display: none;
}

.speaker-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 26, 23, 0.72);
  backdrop-filter: blur(4px);
}

.speaker-modal-dialog {
  position: relative;
  width: min(920px, 100%);
  max-height: min(90vh, 640px);
  overflow: auto;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(5, 26, 23, 0.35);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.speaker-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--forest);
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.15);
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.speaker-modal-close:hover {
  background: var(--faculty-panel);
  color: #fff;
  transform: scale(1.05);
}

.speaker-modal-layout {
  display: grid;
  grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
  min-height: 320px;
}

.speaker-modal-visual {
  position: relative;
  background: linear-gradient(165deg, #e8f0ed 0%, #c5d9d2 100%);
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  overflow: hidden;
}

.speaker-modal-photo {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.speaker-modal-flag {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 2.25rem;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.2);
}

.speaker-modal-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.speaker-modal-body {
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2rem) 2rem;
}

.speaker-modal-role {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.speaker-modal-name {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 700;
  color: var(--forest);
  line-height: 1.25;
}

.speaker-modal-country {
  margin: 0 0 1.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.speaker-modal-bio {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--color-text);
}

@media (max-width: 1100px) {
  .speakers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .speaker-modal-layout {
    grid-template-columns: 1fr;
  }

  .speaker-modal-visual {
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    max-height: 280px;
  }

  .speaker-modal-photo {
    min-height: 240px;
    max-height: 280px;
  }
}

@media (max-width: 480px) {
  .speakers-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-inline: auto;
  }
}

/* Honeypot anti-spam (hidden from users) */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.footer-note--ok {
  color: var(--color-teal, #0d6b6e);
}

.footer-note--err {
  color: #b42318;
}
