:root {
  --bg: #f6f8fc;
  --surface: #ffffff;
  --text: #131523;
  --muted: #5f667a;
  --primary: #176870;
  --primary-dark: #0b4452;
  --danger: #EB5F36;
  --ring: rgba(62, 92, 244, 0.2);
  --radius: 16px;
  --shadow: 0 10px 30px rgba(22, 28, 45, 0.08);
  --countdown-right-desktop: 25%;
  --countdown-bottom-desktop: 50px;
  --countdown-right-mobile: 18%;
  --countdown-bottom-mobile: 30px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: linear-gradient(to left, #0D3F50, #978F77);
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  position: relative;
}

.brand {
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #fff; 
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.brand img {
  width: 180px;
  display: none;
}

.site-header.scrolled .brand img {
  display: block;
}
.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

@media (min-width: 761px) {
  .nav {
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    justify-content: center;
    padding: 0 12px;
  }
}

.nav a {
  flex: 0 1 auto;
  min-width: 0;
  text-align: center;
}

.nav a {
  color: #FFF;
  font-weight: 500;
  padding:12px 24px;
  border:2px solid #F28A41;
  border-radius: 32px;
  transition: all 0.25s ease;
}

.nav a:hover {
  color: #fff;
  background:var(--primary-dark);
  border:2px solid var(--primary-dark);
}

.site-header.scrolled .nav a {
  color:#000;
}
.site-header.scrolled .nav a.active {
  color:#FFF;
}


.nav a.reg {
  color: #FFF;
  font-weight: 500;
  padding:12px 24px;
  border:2px solid var(--danger);
  background:var(--danger);
}

.nav a.active {
  color: #FFF;
  font-weight: 500;
  padding: 6px 18px;
  border: 2px solid var(--primary-dark);
  background: var(--primary-dark);
}

.nav a.active:hover {
  color: #FFF;
  background: var(--primary-dark);
  border: 2px solid var(--primary-dark);
}

.nav-toggle{
  display: none;
  border: 0;
  background:var(--primary-dark);
  width: 42px;
  height: 62px;
  padding:10px 0 0 0;
  position:absolute;
  right:4%;
  top:22%;
  transform:translateY(-50%);
  cursor: pointer;
  transition: all 0.25s ease;
}

.nav-toggle span {
  display: block;
  height: 3px;
  width: 30px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  margin-top: 100px;
  position: relative;
  min-height: 87vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-image: url("slider.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 20, 0.12) 35%, rgba(8, 10, 20, 0.45) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding-bottom: 34px;
}

.hero-bg-mobile {
  display: none;
}

.hero-bg-desktop {
  object-fit: contain;
  object-position: center center;
}

.countdown-wrap {
  display: flex;
  justify-content: flex-end;
}

.countdown-box {
  background: rgba(15, 18, 31, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  padding: 12px 14px;
  min-width: 290px;
  position: absolute;
  right: var(--countdown-right-desktop);
  bottom: var(--countdown-bottom-desktop);
}

.countdown-box small {
  color: #eaf0ff;
  font-weight: 600;
  display: block;
  margin-bottom: 9px;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.countdown-grid div {
  text-align: center; border-right: 1px solid rgba(255, 255, 255, 0.28);
}
.countdown-grid div:last-child {
  border-right: none;
}

.countdown-grid span {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.countdown-grid label {
  color: #d9e0f6;
  font-size: 0.75rem;
}

h1,
h2,
h3 {
  margin: 0 0 12px;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.8rem);
  max-width: 800px;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: var(--primary);
  color: #fff;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 600;
  transition: 0.25s ease;
}

.btn:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.btn-sm {
  padding: 8px 14px;
}

.section {
  padding: 84px 0;
}

.section-alt {
  background: #eef2fb;
}

.section-head {
  margin-bottom: 30px;
}

.section-head p,
p {
  color: var(--muted);
  text-align: justify;
}

/* A p's own rule beats text-align inherited from a centred block, so re-centre those. */
.text-center p {
  text-align: center;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.stats article,
.card,
.venue-card {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
}

.stats h3 {
  font-size: 1.8rem;
  color: var(--primary);
}

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

#speakers .row.g-4 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.speaker-image-wrap {
  position: relative;
}

.speaker-image-wrap > a {
  display: block;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%);
  border: 0px solid rgba(23, 104, 112, 0.14);
  box-shadow: 0 10px 30px rgba(11, 68, 82, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.speaker-image-wrap > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 2;
}

.speaker-image-wrap > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 62px;
  height: 46%;
  background: linear-gradient(180deg, rgba(11, 68, 82, 0) 50%, rgba(11, 68, 82, 0.35) 100%);
  pointer-events: none;
}

.speaker-image-wrap > a:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 104, 112, 0.38);
  box-shadow: 0 16px 35px rgba(11, 68, 82, 0.16);
}

.speaker-image {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.speaker-image-wrap > a:hover .speaker-image {
  transform: scale(1.01);
}

.speaker-flag {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 28px;
  padding: 4px 6px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(10, 20, 40, 0.28);
  backdrop-filter: blur(4px);
  z-index: 3;
}

.speaker-image-wrap h2 {
  font-size: 0.85rem !important;
  color: #10313a; font-weight: 600 !important;
  margin: 0;
  padding: 12px 12px 14px;
  line-height: 1.35;
  min-height: 62px;
  text-transform: capitalize;
}

@media (max-width:900px){
    .speaker-image-wrap h2{ font-size:0.75rem !important;}
}

.bio-btn {
  border: 1px solid rgba(23, 104, 112, 0.32);
  background: rgba(23, 104, 112, 0.08);
  color: var(--primary-dark);
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.25s ease;
}

.bio-btn:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
}

.program-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.program-tab {
  border: 1px solid rgba(23, 104, 112, 0.28);
  background: #f4fafb;
  color: var(--primary-dark);
  border-radius: 999px;
  padding: 9px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.program-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.program-tab.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.program-panel {
  display: none;
}

.program-panel.active {
  display: block;
}

.agenda-section {
  position: relative;
  background:
    radial-gradient(900px 500px at 5% 0%, rgba(27, 118, 144, 0.28), transparent 65%),
    radial-gradient(900px 500px at 95% 100%, rgba(235, 95, 54, 0.22), transparent 65%),
    linear-gradient(180deg, #0a2230 0%, #0f2f3f 45%, #0b2a3a 100%);
}

.agenda-section .container {
  width: min(1680px, 98%);
}

.agenda-section .section-head h2 {
  color: #ecf8fb;
}

.agenda-section .section-head p {
  color: #b8d1da;
}

.agenda-section .program-tab {
  background: rgba(255, 255, 255, 0.08);
  color: #d9edf3;
  border-color: rgba(150, 212, 226, 0.34);
}

.agenda-section .program-tab:hover {
  border-color: rgba(235, 95, 54, 0.65);
  color: #fff;
}

.agenda-section .program-tab.active {
  background: linear-gradient(to right, #176870, #0d4e61);
  color: #fff;
  border-color: #2b97a8;
}

.agenda-card {
  background: rgba(8, 31, 44, 0.78);
  border-radius: var(--radius);
  border: 1px solid rgba(118, 185, 200, 0.28);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(4px);
  padding: 24px;
}

.agenda-day-title {
  color: #f2fbfe;
  margin-bottom: 16px;
}

.agenda-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid rgba(123, 190, 204, 0.28);
}

.agenda-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.agenda-table thead th {
  background: linear-gradient(to right, #0d3f50, #176870);
  color: #fff;
  text-align: left;
  font-weight: 700;
  padding: 12px 14px;
  font-size: 0.92rem;
}

.agenda-table tbody td {
  padding: 11px 14px;
  border-bottom: 1px solid rgba(132, 189, 201, 0.22);
  vertical-align: top;
  color: #dbedf2;
}

.agenda-table tbody tr:nth-child(even):not(.agenda-row-theme) {
  background: rgba(255, 255, 255, 0.04);
}

.agenda-table tbody tr:last-child td {
  border-bottom: 0;
}

.agenda-row-theme td {
  background: rgba(23, 104, 112, 0.38);
  color: #effbff;
  font-weight: 700;
  border-bottom-color: rgba(126, 191, 205, 0.3);
}

.agenda-note {
  margin-top: 16px;
  color: #c0d8df;
  font-size: 0.93rem;
  text-align: center;
}

.agenda-speaker-country {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.agenda-speaker-country .fi {
  font-size: 0.9rem;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline article {
  background: var(--surface);
  border-left: 4px solid var(--primary);
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
}

.timeline span {
  display: inline-block;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}

.text-link {
  color: var(--primary);
  font-weight: 600;
}

.map-card {
  padding: 0;
  overflow: hidden;
}

.map-card iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

.register-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  background: linear-gradient(120deg, #fff, #f3f5ff);
  border: 1px solid #dfe5ff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
}

/* Footer, after kuwaitplast: one bar with copyright, contact and credit, edge to edge. */
.site-footer {
  background: #111629;
  color: #a9b1ca;
  padding: 30px 32px;
  border-top: 1px solid #222a44;
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}

.footer-copy {
  margin: 0;
  font-size: 0.9rem;
  color: inherit;
}

.footer-contact-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 16px;
}

.footer-contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 14px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  transition: background 0.2s ease;
}

.footer-contact-links a:hover {
  background: rgba(255, 255, 255, 0.07);
}

.footer-contact-links svg {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: #5ec8c8;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-powered {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #a9b1ca;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.footer-powered:hover {
  color: #fff;
}

.footer-logo-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fff;
}

.footer-logo-tile img {
  display: block;
  height: 36px;
  width: auto;
}

@media (max-width: 980px) {
  .site-footer {
    padding: 30px 16px;
  }

  .footer-wrap {
    justify-content: center;
    text-align: center;
  }

  .footer-copy {
    order: 3;
    text-align: center;
  }
}

/* Home registration + venue, after kuwaitplast/medlab */
.regven {
  padding: clamp(56px, 8vw, 100px) 0 clamp(40px, 5vw, 64px);
  background: #fff;
}

.regven-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(28px, 5vw, 64px);
  width: min(1120px, 92%);
  margin: 0 auto;
}

.regven-reg h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--primary-dark);
}

.regven-reg p {
  margin: 18px 0 0;
  max-width: 46ch;
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.7;
}

.regven-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.rv-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.93rem;
  transition: transform 0.2s cubic-bezier(.16, 1, .3, 1), background 0.2s ease, box-shadow 0.2s ease;
}

.rv-btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s cubic-bezier(.16, 1, .3, 1);
}

.rv-btn:hover {
  transform: translateY(-2px);
}

.rv-solid:hover svg,
.rv-light:hover svg {
  transform: translateX(4px);
}

.rv-solid { background: var(--primary); color: #fff; }
.rv-solid:hover { background: #1b7f89; color: #fff; box-shadow: 0 14px 28px rgba(23, 104, 112, 0.28); }
.rv-dark { background: #131523; color: #fff; }
.rv-dark:hover { background: #22263a; color: #fff; }
.rv-light { background: #fff; color: var(--primary-dark); }
.rv-light:hover { background: #eaf3f3; color: var(--primary-dark); }
.rv-ghost { border: 1px solid rgba(255, 255, 255, 0.45); color: #fff; }
.rv-ghost:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }

.vcard {
  padding: clamp(28px, 4vw, 44px);
  border-radius: 24px;
  background: linear-gradient(140deg, var(--primary-dark), var(--primary));
  color: #fff;
  box-shadow: 0 26px 54px rgba(11, 68, 82, 0.26);
}

.vcard p {
  text-align: left;
}

.vc-kicker,
.vc-facts dt {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8fd4d4;
}

.vc-name {
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.vc-city {
  margin: 8px 0 0;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.86);
}

.vc-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 30px 0 0;
}

.vc-facts dd {
  margin: 8px 0 0;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 900px) {
  .regven-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .vc-facts {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Venue page, after the medlab layout */
.venue-section {
  padding: 56px 0 80px;
}

.venue-name {
  text-align: center;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #0f172a;
  max-width: 768px;
  margin: 0 auto 40px;
}

.venue-map-wrap {
  height: 360px;
  background: #e2e8f0;
  border-radius: 1rem;
  overflow: hidden;
}

.venue-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (min-width: 768px) {
  .venue-map-wrap {
    height: 520px;
  }
}

.page-eyebrow {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #99f6e4;
  margin-bottom: 8px;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(7, 9, 18, 0.6);
  z-index: 120;
  padding: 14px;
}

.modal.open {
  display: flex;
}

.modal-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  width: min(860px, 100%);
  box-shadow: var(--shadow);
  position: relative;
}

.workshop-modal-card {
  width: min(980px, 100%);
  max-height: min(720px, calc(100vh - 28px));
  overflow-y: auto;
}

.workshop-modal-content {
  padding: 10px 18px 8px;
}

.workshop-modal-content h3 {
  margin-bottom: 8px;
  padding-right: 28px;
  color: #12323a;
  font-weight: 700;
}

.workshop-modal-schedule {
  margin: 0 0 22px;
  color: var(--primary);
  font-weight: 700;
}

.workshop-modal-details {
  padding: 18px 20px;
  border-left: 3px solid #f28a41;
  color: #42555d;
  white-space: pre-line;
  overflow-wrap: anywhere;
  overflow-x: auto;
}

@media (max-width: 575px) {
  .workshop-modal-content {
    padding-inline: 4px;
  }
}

.workshop-modal-details p {
  margin-bottom: 12px;
}

.workshop-modal-details table {
  width: 100%;
  min-width: 520px;
  margin: 6px 0;
  border-collapse: collapse;
  line-height: 1.25;
}

.workshop-modal-details td,
.workshop-modal-details th {
  padding: 3px 8px;
  border: 1px solid #d9e2e3;
  text-align: left;
  vertical-align: top;
}

.workshop-modal-details table p {
  margin: 0;
}

.workshop-modal-details strong {
  color: #12323a;
}

.workshop-details-btn {
  display: flex;
  width: fit-content;
  margin: 12px auto 0;
  padding: 6px 10px;
  font-size: 0.78rem;
  border-color: #f28a41;
  background: #f28a41;
}

.workshop-details-btn:hover {
  border-color: #d96f27;
  background: #d96f27;
}

.speaker-modal-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 22px;
  align-items: start;
}

.speaker-modal-media {
  border-radius: 12px;
  overflow: hidden;
  background: #eef3f5;
}

.speaker-modal-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.speaker-modal-content h3 {
  margin-bottom: 8px;
  color: #12323a;
}

.speaker-modal-role {
  margin: 0 0 12px;
  color: var(--primary);
  font-weight: 600;
}

.speaker-modal-content p {
  margin-bottom: 0;
  color: #42555d;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.fz-600{ font-weight: 600;}
.fz-700{ font-weight: 700;}
.fz-800{ font-weight: 800;}
.xl{ font-size: 1.3rem;}
.justified{ text-align: justify;}

.lspace-1{ letter-spacing: -1px;}

.featur img{ width:100px; margin:0 auto 15px auto; display: block;}
.featur h6{ text-align: center; color:#FFF; font-weight: 600; font-size:1rem;}

.topic-card{ border-radius: 12px; padding:1rem; background:linear-gradient(to right, #C8E3E8, #1B7690);}

.inner-page{background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(255,0,0,0.07)), url('inner.png'); background-size: contain; background-position: right center; background-repeat: no-repeat, no-repeat; position:relative; padding:0; color:#fff;}
.page-header-inner{ padding: 250px 0 150px 0 !important;}

.breadcrumb-item.active{ color:#999; }


@media (max-width: 980px) {
  .inner-page{background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(255,0,0,0.07)), url('inner.png'); background-size: contain; background-position: right center; background-repeat: no-repeat, no-repeat; position:relative; padding:0px; color:#fff;}
  .page-header-inner{ padding: 200px 0 40px 0 !important;}

  .brand img {
  width: 140px;
  display: block;
}
 .featur img{ width:64px; margin:0 auto 15px auto; display: block;}
.featur h6{ text-align: center; color:#FFF; font-weight: 600; font-size:0.75rem;}

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

  .speaker-image {
    height: 320px;
  }

  .hero {
    min-height: 100vh;
  }

  .register-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px){
  .hero{ margin-top:50px;}
  .nav-toggle {
    display: block;
    top: 30px;
  }

  .nav {
    position: absolute;
    top: 52px;
    right: 4%;
    width: min(300px, 92%);
    background:var(--primary-dark);
    border: 0px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px 0px 14px 14px;
    box-shadow: var(--shadow);
    padding: 14px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav.open {
    display: flex;
  }

  .nav a{ color:#FFF; width: 100%; padding:6px 18px;}
  .nav a.reg{  padding:6px 18px; background:var(--danger); border-color:var(--danger);}

  .hero-bg-desktop {
    display: none;
  }

  .hero-bg-mobile {
    display: block;
    object-fit: contain;
    object-position: center top;
  }

  .hero {
    min-height: 100svh;
    aspect-ratio: 9 / 16;
    align-items: flex-end;
    background-image: url("mobile-slider.jpg");
    background-position: center top;
  }

  .countdown-wrap {
    justify-content: flex-end;
  }

  .countdown-box {
    min-width: 0;
    width: min(320px, calc(100% - 24px));
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--countdown-bottom-mobile);
    padding: 10px 12px;
  }

  .countdown-grid span {
    font-size: 1.05rem;
  }

  .section {
    padding: 68px 0;
  }

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

  .speaker-image {
    height: 260px;
  }

  .speaker-modal-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .speaker-modal-media {
    width: min(240px, 100%);
    margin: 0 auto;
  }

  .speaker-modal-media img {
    height: 300px;
  }

  .program-tabs {
    justify-content: center;
    gap: 8px;
  }

  .program-tab {
    padding: 8px 12px;
    font-size: 0.9rem;
  }

  .agenda-card {
    padding: 14px;
  }

  .agenda-section .container {
    width: min(100%, 96%);
  }

  .agenda-table {
    min-width: 100%;
  }

  .agenda-table thead {
    display: none;
  }

  .agenda-table,
  .agenda-table tbody,
  .agenda-table tr,
  .agenda-table td {
    display: block;
    width: 100%;
  }

  .agenda-table tbody tr {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(126, 191, 205, 0.25);
    background: rgba(255, 255, 255, 0.03);
  }

  .agenda-table tbody tr:nth-child(even):not(.agenda-row-theme) {
    background: rgba(255, 255, 255, 0.05);
  }

  .agenda-table tbody td {
    border: 0;
    padding: 4px 0;
    display: flex;
    gap: 8px;
    font-size: 0.93rem;
  }

  .agenda-table tbody td::before {
    content: attr(data-label);
    min-width: 66px;
    font-weight: 700;
    color: #a6d7e3;
  }

  .agenda-row-theme td {
    display: block;
    padding: 4px 0;
  }

  .agenda-row-theme td::before {
    content: none;
  }
}

/* ── Page Loader Overlay ── */
#loaderOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 99999;
  backdrop-filter: blur(3px);
}
.loader-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.loader-spinner {
  width: 52px;
  height: 52px;
  border: 5px solid rgba(255,255,255,.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: loaderSpin .8s linear infinite;
  margin: 0 auto 14px;
}
@keyframes loaderSpin {
  to { transform: rotate(360deg); }
}
.loader-box p {
  margin: 0;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .02em;
}

/* ===== Sponsorship Packages ===== */
.sp-intro {
  color: var(--muted);
  max-width: 640px;
  margin: 6px 0 0;
}

.sp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
  padding: 30px 0 70px;
}

.sp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid rgba(22, 28, 45, .06);
  border-top: 6px solid var(--sp-accent, var(--primary));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px 30px 32px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.sp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(22, 28, 45, .14);
}

/* Tier accent colors */
.sp-platinum { --sp-accent: #57648c; --sp-accent-soft: rgba(87, 100, 140, .14); }
.sp-gold     { --sp-accent: #c9a227; --sp-accent-soft: rgba(201, 162, 39, .15); }
.sp-silver   { --sp-accent: #8d99ad; --sp-accent-soft: rgba(141, 153, 173, .18); }

/* Featured (Platinum) card */
.sp-card.sp-featured {
  background: linear-gradient(155deg, #101a2e 0%, #25355a 100%);
  border-top-color: #9fb1d9;
  color: #e8ecf6;
}

.sp-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--danger);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(235, 95, 54, .35);
}

.sp-tier {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--sp-accent);
}

.sp-featured .sp-tier { color: #fff; }

.sp-space {
  align-self: flex-start;
  margin: 14px 0 20px;
  padding: 6px 16px;
  background: var(--sp-accent-soft);
  color: var(--sp-accent);
  font-size: .9rem;
  font-weight: 700;
  border-radius: 999px;
}

.sp-featured .sp-space {
  background: rgba(255, 255, 255, .12);
  color: #cdd8f3;
}

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

.sp-list li {
  position: relative;
  padding: 10px 0 10px 38px;
  font-size: .94rem;
  color: var(--muted);
  border-bottom: 1px dashed rgba(22, 28, 45, .08);
}

.sp-list li:last-child { border-bottom: 0; }

.sp-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sp-accent-soft);
  color: var(--sp-accent);
  font-size: .72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-list li strong { font-weight: 700; }

.sp-featured .sp-list li {
  color: #cfd6e8;
  border-bottom-color: rgba(255, 255, 255, .1);
}

.sp-featured .sp-list li strong { color: #fff; }

.sp-featured .sp-list li::before {
  background: rgba(255, 255, 255, .14);
  color: #cdd8f3;
}

@media (min-width: 992px) {
  .sp-grid { grid-template-columns: repeat(3, 1fr); }
  .sp-card.sp-featured { transform: scale(1.04); }
  .sp-card.sp-featured:hover { transform: scale(1.04) translateY(-8px); }
}