@font-face { font-family: "DM Sans"; src: url("assets/fonts/dm-sans.woff2") format("woff2"); font-style: normal; font-weight: 100 1000; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("assets/fonts/cormorant-garamond.woff2") format("woff2"); font-style: normal; font-weight: 500 600; font-display: swap; }
:root { --font-sans: "DM Sans"; --font-serif: "Cormorant Garamond"; }
:root {
  --blue: #59aee3;
  --mint: #67c5aa;
  --navy: #263f50;
  --navy-deep: #1e3442;
  --ink: #253a48;
  --white: #ffffff;
  --mist: #eef4f6;
  --aqua: #21a5a4;
  --orange: #f3a33c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--font-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 82px;
  position: absolute;
  z-index: 10;
  top: 22px;
  left: clamp(18px, 4vw, 64px);
  right: clamp(18px, 4vw, 64px);
  padding: 0 clamp(20px, 3.5vw, 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  border-radius: 7px;
  box-shadow: 0 8px 28px rgba(29, 60, 77, .09);
}
.brand { display: inline-flex; align-items: center; gap: 13px; }
.official-logo { width: 218px; height: 64px; object-fit: contain; object-position: left center; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-size: 14px; letter-spacing: .11em; }
.brand small { font-size: 7px; letter-spacing: .12em; margin-top: 6px; color: #607581; }
.brand-mark { width: 36px; height: 36px; position: relative; display: inline-block; transform: rotate(45deg); }
.brand-mark i { position: absolute; display: block; background: var(--aqua); border-radius: 100% 0 100% 0; width: 22px; height: 10px; }
.brand-mark i:nth-child(1) { top: 2px; left: 0; }
.brand-mark i:nth-child(2) { top: 13px; left: 10px; }
.brand-mark i:nth-child(3) { top: 24px; left: 0; }
.desktop-nav { display: flex; align-items: center; gap: clamp(9px, 1.15vw, 20px); font-size: clamp(11px, .82vw, 13px); font-weight: 800; letter-spacing: .02em; white-space: nowrap; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--aqua); }
.nav-cta { color: #fff; background: var(--navy); padding: 14px 20px; border-radius: 4px; }
.nav-cta:hover { color: #fff; background: #172d3a; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; width: 44px; height: 40px; background: var(--navy); border-radius: 4px; padding: 10px 11px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; height: 2px; background: #fff; margin: 4px 0; }
.mobile-menu > div { position: absolute; top: 51px; right: 0; width: min(310px, calc(100vw - 32px)); background: #fff; padding: 12px; border-radius: 7px; box-shadow: 0 16px 40px rgba(26,54,68,.2); display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.mobile-menu > div a { padding: 12px; font-size: 12px; font-weight: 800; border-radius: 4px; }
.mobile-menu > div a:hover { background: var(--mist); color: var(--aqua); }
.mobile-menu .mobile-register { background: var(--navy); color: #fff; grid-column: 1/-1; text-align: center; }

.hero {
  min-height: 760px;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 168px clamp(24px, 8vw, 130px) 90px;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(25, 75, 96, .76) 0%, rgba(28, 111, 128, .48) 46%, rgba(18, 66, 96, .12) 100%),
    url("assets/hero-health-bg.jpg") center center / cover no-repeat;
}
.hero-grid { position: absolute; inset: 0; opacity: .17; background-image: radial-gradient(rgba(255,255,255,.7) 1px, transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(90deg, transparent, #000 75%, transparent); }
.hero-orbit { position: absolute; border-radius: 50%; pointer-events: none; }
.orbit-one { width: 560px; height: 560px; right: -120px; bottom: -270px; border: 1px solid rgba(255,255,255,.26); box-shadow: 0 0 0 72px rgba(255,255,255,.05), 0 0 0 145px rgba(255,255,255,.04); }
.orbit-two { display: none; }
.hero-copy { max-width: 1200px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 13px; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .16em; margin: 0 0 27px; }
.eyebrow span { border-right: 1px solid rgba(255,255,255,.7); padding-right: 13px; }
h1 { font-size: clamp(58px, 7.4vw, 112px); line-height: .94; letter-spacing: -.055em; margin: 0; font-weight: 750; }
h1 > span { display: block; white-space: nowrap; }
h1 em, h2 em { font-family: inherit; color: inherit; font-style: normal; font-weight: 300; }
.hero-intro { max-width: 590px; margin: 30px 0 30px; color: rgba(255,255,255,.95); font-size: 19px; line-height: 1.55; }
.hero-date { display: flex; align-items: center; gap: 22px; margin: 0 0 24px; color: #fff; }
.hero-date > div { display: flex; align-items: center; gap: 8px; padding-right: 22px; border-right: 1px solid rgba(255,255,255,.55); }
.hero-date strong { font-size: 48px; line-height: 1; }
.hero-date span { font-size: 10px; line-height: 1.35; font-weight: 800; }
.hero-date p { margin: 0; display: flex; flex-direction: column; line-height: 1.35; }
.hero-date p strong { color: #fff; font-size: 13px; font-weight: 800; }
.hero-date p small { color: rgba(255,255,255,.75); font-size: 10px; font-weight: 500; }
.primary-button { display: inline-flex; align-items: center; gap: 28px; background: var(--navy); color: #fff; padding: 16px 21px; border-radius: 4px; font-weight: 800; font-size: 13px; transition: transform .2s, background .2s; }
.primary-button:hover { transform: translateY(-2px); background: #182e3b; }
.event-card { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: 105px 1fr; gap: 0; background: #fff; color: var(--ink); border-radius: 22px 22px 22px 0; padding: 30px; box-shadow: 0 22px 55px rgba(30,67,84,.18); }
.date-block { display: flex; gap: 8px; align-items: center; border-right: 1px solid #dce6e9; }
.date-block strong { font-size: 52px; line-height: 1; color: var(--aqua); }
.date-block span { font-size: 11px; line-height: 1.3; font-weight: 800; color: var(--navy); }
.event-place { display: flex; flex-direction: column; justify-content: center; padding-left: 23px; font-size: 11px; line-height: 1.45; }
.event-place span { color: #758995; }
.event-place strong { font-size: 14px; margin-top: 3px; }
.event-tag { grid-column: 1/-1; margin-top: 25px; padding: 18px 20px; background: var(--mist); border-radius: 5px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 800; color: var(--aqua); text-align: center; }
.hero-symbol { position: relative; z-index: 2; display: grid; place-items: center; }
.hero-symbol img { width: min(430px, 100%); max-height: 530px; object-fit: contain; filter: drop-shadow(0 25px 45px rgba(12,55,73,.18)); }
.hero-note { position: absolute; right: 12px; bottom: 22px; margin: 0; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; opacity: .65; }

.about { padding: 110px clamp(24px, 8vw, 130px); background: #fff; }
.about-main { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: 48px; align-items: center; }
.section-kicker { text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; display: flex; gap: 13px; align-items: center; color: var(--aqua); }
.section-kicker span { background: var(--mist); padding: 8px 9px; border-radius: 50%; }
.about-copy h2, .programme h2, .outcome h2 { font-size: clamp(46px, 5.5vw, 78px); line-height: 1; letter-spacing: -.045em; font-weight: 750; margin: 0; }
.about-edition { margin: 0 0 18px !important; color: var(--aqua) !important; font-size: 11px !important; line-height: 1 !important; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.about-copy h2 em { color: var(--aqua); }
.about-copy > p { max-width: 760px; margin: 30px 0 0; font-size: 18px; line-height: 1.7; color: #5c707c; }
.about-logo-wrap { min-height: 340px; display: grid; place-items: center; border-left: 1px solid #dce7ea; padding-left: 35px; }
.about-logo-wrap img { width: 122%; max-width: 520px; height: auto; object-fit: contain; }
.pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.pillars div { min-height: 180px; padding: 24px; border-radius: 9px; color: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.pillars div:nth-child(1) { background: var(--aqua); }
.pillars div:nth-child(2) { background: var(--blue); }
.pillars div:nth-child(3) { background: var(--orange); }
.pillars span { font-size: 11px; font-weight: 800; opacity: .75; }
.pillars b { font-size: 17px; line-height: 1.35; }

.objectives { background: radial-gradient(circle at 12% 12%, rgba(89,174,227,.18), transparent 28%), radial-gradient(circle at 88% 18%, rgba(103,197,170,.2), transparent 30%), linear-gradient(120deg, #f2f8fa 0%, #e8f6f1 100%); color: var(--ink); padding: 105px clamp(24px, 8vw, 130px); position: relative; overflow: hidden; }
.objectives:before { content: ""; position: absolute; inset: 0; opacity: .35; pointer-events: none; background-image: radial-gradient(rgba(37,82,96,.2) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(90deg, transparent, #000 50%, transparent); }
.objectives-intro { max-width: 900px; margin: 0; text-align: left; }
.objectives-intro .section-kicker { justify-content: flex-start; }
.objectives .section-kicker.light { color: var(--aqua); }
.objectives .section-kicker.light span { background: rgba(33,165,164,.11); color: var(--aqua); }
.objectives h2 { font-size: clamp(46px, 5.5vw, 78px); line-height: 1; letter-spacing: -.045em; margin: 25px 0; font-weight: 750; }
.objectives h2 em { color: var(--aqua); font-style: normal; font-weight: 750; }
.objectives-intro > p { color: #617681; font-size: 17px; line-height: 1.65; max-width: 650px; margin: 0; }
.objective-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; margin-top: 55px; }
.objective-grid article { min-height: 360px; border-radius: 8px; padding: 28px; display: flex; flex-direction: column; overflow: hidden; position: relative; isolation: isolate; background: #132c39; box-shadow: 0 15px 35px rgba(7,24,33,.2); }
.objective-grid article:before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(9,31,43,.08) 10%, rgba(9,31,43,.94) 88%); }
.objective-grid article:after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 65%, rgba(25,183,164,.78), rgba(25,114,153,.82)); opacity: 0; transition: opacity .45s ease; }
.objective-grid article > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .45s; }
.objective-grid span { font-size: 11px; font-weight: 800; color: #8ee1d3; letter-spacing: .12em; }
.objective-grid h3 { margin: auto 0 10px; font-size: clamp(17px, 1.35vw, 22px); line-height: 1.18; transition: transform .4s ease; color: #fff; }
.objective-grid p { margin: 0; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.5; transition: color .4s ease; }
.objective-grid article:hover > img { transform: scale(1.1); filter: saturate(.7); }
.objective-grid article:hover:after { opacity: 1; }
.objective-grid article:hover h3 { transform: translateY(-5px); }
.objective-grid article:hover p { color: #fff; }

.uhc-quote { min-height: 610px; padding: 90px clamp(24px, 11vw, 180px); display: grid; grid-template-columns: minmax(260px, 390px) 1fr; gap: clamp(55px, 8vw, 125px); align-items: center; color: var(--navy); position: relative; overflow: hidden; background: radial-gradient(circle at 12% 12%, rgba(89,174,227,.2), transparent 30%), radial-gradient(circle at 88% 20%, rgba(103,197,170,.22), transparent 32%), linear-gradient(120deg, #f2f8fa, #e8f6f1); }
.uhc-quote:after { content: ""; position: absolute; inset: 0; opacity: .25; pointer-events: none; background-image: radial-gradient(rgba(37,82,96,.2) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(90deg, transparent, #000 55%, transparent); }
.quote-portrait { position: relative; z-index: 1; }
.quote-portrait img { display: block; width: 100%; height: 470px; object-fit: cover; object-position: center top; border-radius: 9px 9px 9px 0; box-shadow: 0 25px 60px rgba(4,18,28,.3); }
.quote-portrait span { position: absolute; right: -34px; top: 0; width: 92px; height: 92px; border-radius: 8px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), var(--aqua)); font-size: 78px; line-height: 1; font-weight: 800; padding-top: 20px; box-shadow: 0 14px 30px rgba(10,64,80,.22); }
.uhc-quote blockquote { margin: 0; position: relative; z-index: 1; }
.uhc-quote blockquote p { margin: 0 0 28px; font-size: clamp(25px, 3vw, 42px); line-height: 1.34; letter-spacing: -.025em; font-weight: 750; }
.uhc-quote cite { font-style: normal; font-size: 15px; color: var(--aqua); font-weight: 800; }

.organiser { padding: 105px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(55px, 8vw, 115px); align-items: center; background: #fff; }
.organiser-logo { min-height: 420px; display: grid; place-items: center; position: relative; background: transparent; }
.organiser-logo:after { display: none; }
.organiser-logo img { width: 82%; max-width: 430px; height: auto; position: relative; z-index: 1; filter: drop-shadow(0 16px 25px rgba(29,80,95,.12)); }
.organiser-label { margin: 0 0 20px; color: var(--aqua); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.organiser-copy h2 { margin: 0 0 28px; font-size: clamp(44px, 5vw, 72px); line-height: .98; letter-spacing: -.045em; }
.organiser-copy > p:not(.organiser-label) { margin: 0 0 17px; color: #5d727d; font-size: 16px; line-height: 1.7; max-width: 790px; }
.organiser-copy > a { display: inline-flex; gap: 20px; align-items: center; margin-top: 13px; padding: 14px 18px; background: var(--navy); color: #fff; border-radius: 4px; font-size: 12px; font-weight: 800; transition: background .2s, transform .2s; }
.organiser-copy > a:hover { background: var(--aqua); transform: translateY(-2px); }

.association-partners { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: stretch; gap: 22px; padding: 80px clamp(24px,8vw,130px); background: radial-gradient(circle at 10% 15%,rgba(83,174,226,.2),transparent 30%),radial-gradient(circle at 90% 20%,rgba(102,199,170,.22),transparent 30%),linear-gradient(125deg,#f3f9fb,#e8f6f1); border-top: 1px solid #dce8ec; }
.association-partner-group { min-height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; padding: 35px; background: rgba(255,255,255,.78); border: 1px solid rgba(25,72,89,.09); border-radius: 12px; box-shadow: 0 14px 36px rgba(25,72,89,.08); text-align: center; }
.association-partners p { margin: 0; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }
.association-partners img { display: block; width: min(426px,100%); height: 82px; object-fit: contain; }

.passes { padding: 105px clamp(24px, 8vw, 130px) 120px; color: var(--ink); position: relative; overflow: hidden; background: radial-gradient(circle at 12% 12%, rgba(89,174,227,.18), transparent 28%), radial-gradient(circle at 88% 16%, rgba(103,197,170,.2), transparent 30%), linear-gradient(120deg, #f2f8fa, #e8f6f1); }
.passes:before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(rgba(37,82,96,.2) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(90deg, transparent, #000 50%, transparent); }
.passes .section-kicker.light { color: var(--aqua); }
.passes .section-kicker.light span { background: rgba(33,165,164,.11); color: var(--aqua); }
.passes-heading { position: relative; z-index: 1; max-width: 760px; margin-bottom: 55px; }
.passes-heading h2 { margin: 22px 0 16px; font-size: clamp(46px, 5.5vw, 78px); line-height: 1; letter-spacing: -.045em; }
.passes-heading > p { margin: 0; color: #617681; font-size: 17px; line-height: 1.6; }
.pass-carousel { position: relative; z-index: 1; perspective: 1200px; }
.pass-controls { display: none; }
.pass-controls button { width: 48px; height: 48px; border: 1px solid rgba(37,58,72,.2); border-radius: 50%; background: #fff; color: var(--navy); font-size: 20px; cursor: pointer; box-shadow: 0 8px 20px rgba(33,85,100,.1); transition: background .2s, color .2s, transform .2s; }
.pass-controls button:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.pass-grid { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; overflow: visible; padding: 18px 5px 28px; }
.pass-grid::-webkit-scrollbar { display: none; }
.pass-card { min-width: 0; scroll-snap-align: start; transform-style: preserve-3d; transition: transform .35s ease; }
.pass-card { --pass-accent: #168eb8; --pass-dark: #0d466b; }
.pass-card.industry { --pass-accent: #8456c8; --pass-dark: #3d276f; }
.pass-card.medical { --pass-accent: #df5959; --pass-dark: #7a2433; }
.pass-card.student { --pass-accent: #ee9a3c; --pass-dark: #914b21; }
.pass-card.worker { --pass-accent: #39a86e; --pass-dark: #176044; }
.pass-ticket { min-height: 300px; padding: 25px 20px; border-radius: 9px; display: flex; flex-direction: column; color: #fff; position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(145deg, var(--pass-dark), var(--pass-accent)); box-shadow: 0 24px 34px rgba(30,70,87,.24), 0 7px 0 color-mix(in srgb, var(--pass-dark) 55%, transparent); transform: rotateX(2deg) rotateY(-2deg); transform-origin: center bottom; transition: transform .35s, box-shadow .35s; }
.pass-ticket:before { content: ""; position: absolute; z-index: -1; width: 240px; height: 240px; right: -120px; bottom: -110px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.035), 0 0 0 76px rgba(255,255,255,.025); }
.pass-ticket:after { content: "ADMIT ONE"; position: absolute; z-index: 2; left: 20px; top: 98px; color: rgba(255,255,255,.52); font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.pass-logo { width: 82px; height: 58px; object-fit: contain; object-position: left center; position: relative; z-index: 2; }
.qr-frame { position: absolute; z-index: 5; width: 68px; height: 68px; right: 13px; top: 15px; padding: 6px; background: #fff; border-radius: 4px; box-shadow: 0 5px 14px rgba(0,0,0,.2); }
.qr-frame i { display: block; width: 100%; height: 100%; background: repeating-conic-gradient(#070707 0 25%, #fff 0 50%) 0 0 / 12px 12px; border: 5px solid #070707; box-shadow: inset 0 0 0 3px #fff; }
.qr-frame:after { content: ""; position: absolute; width: 14px; height: 14px; left: 9px; top: 9px; background: #050505; border: 3px solid #fff; outline: 3px solid #050505; box-shadow: 38px 0 0 -3px #050505, 38px 0 0 0 #fff, 38px 0 0 3px #050505, 0 38px 0 -3px #050505, 0 38px 0 0 #fff, 0 38px 0 3px #050505; }
.pass-watermark { position: absolute; z-index: 1; width: 48%; height: 75%; object-fit: contain; left: 43%; top: 50%; transform: translate(-50%,-50%); opacity: .18; }
.pass-ticket h3 { margin: auto 0 4px; max-width: 175px; font-size: clamp(20px, 1.55vw, 27px); line-height: 1.05; letter-spacing: -.035em; position: relative; z-index: 2; }
.pass-ticket h4 { margin: 0 0 20px; font-size: 15px; position: relative; z-index: 2; }
.pass-ticket p { margin: 0; font-size: 12px; font-weight: 600; position: relative; z-index: 2; }
.pass-benefit { min-height: 92px; display: flex; gap: 10px; align-items: flex-start; padding: 22px 4px 18px; color: #5c717c; }
.pass-benefit span { color: var(--aqua); font-weight: 900; }
.pass-benefit p { margin: 0; font-size: 13px; line-height: 1.5; }
.pass-card > a { display: block; padding: 15px 18px; background: var(--pass-accent); color: #fff; border-radius: 4px; text-align: center; font-size: 12px; font-weight: 800; transition: background .2s, color .2s; }
.pass-card:hover { transform: translateY(-7px); }
.pass-card:hover .pass-ticket { transform: rotateX(0) rotateY(0) translateZ(18px); box-shadow: 0 34px 50px rgba(30,70,87,.32), 0 9px 0 rgba(19,56,70,.14); }
.pass-card > a:hover { background: #fff; color: var(--navy); }

.announcements { display: grid; grid-template-columns: 1fr 1fr; }
.announcements article { min-height: 390px; padding: 65px clamp(24px, 7vw, 105px); position: relative; display: flex; flex-direction: column; justify-content: flex-end; }
.announcements article:first-child { background: var(--blue); color: #fff; }
.announcements article:last-child { background: var(--orange); color: var(--navy-deep); }
.announcements.speakers-only { grid-template-columns: 1fr; }
.announcements.speakers-only article { background: var(--blue); color: #fff; }
.announcements.speakers-only article > p:last-of-type { max-width: 760px; }
.announcements article > p:first-child { position: absolute; top: 45px; left: clamp(24px, 7vw, 105px); margin: 0; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 800; }
.announcements article > span { position: absolute; top: 39px; right: clamp(24px, 7vw, 105px); font-size: 20px; font-weight: 300; opacity: .65; }
.announcements h2 { margin: 0 0 18px; font-size: clamp(38px, 4vw, 60px); line-height: 1; letter-spacing: -.04em; }
.announcements article > p:last-child { margin: 0; max-width: 560px; line-height: 1.6; opacity: .82; }

.discussion-areas { padding: 110px clamp(24px, 8vw, 130px) 120px; color: var(--navy); background: radial-gradient(circle at 8% 10%, rgba(89,174,227,.2), transparent 28%), radial-gradient(circle at 92% 16%, rgba(103,197,170,.22), transparent 30%), #eef6f7; }
.discussion-heading { max-width: 900px; margin-bottom: 58px; }
.discussion-heading .section-kicker.light { color: var(--aqua); }
.discussion-heading h2 { margin: 24px 0; font-size: clamp(48px, 6vw, 82px); line-height: .94; letter-spacing: -.05em; }
.discussion-heading h2 em { color: var(--aqua); }
.discussion-heading > p { max-width: 620px; margin: 0; color: #617681; font-size: 16px; line-height: 1.65; }
.discussion-heading > a { display: inline-flex; align-items: center; gap: 28px; margin-top: 35px; padding: 15px 18px; color: #fff; background: var(--navy); border-radius: 4px; font-size: 12px; font-weight: 800; }
.discussion-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.discussion-grid article { min-height: 205px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; border-radius: 8px 8px 8px 0; box-shadow: 0 14px 30px rgba(31,74,91,.14); transition: transform .25s, box-shadow .25s; }
.discussion-grid article { --card-shade-a: rgba(8,43,76,.86); --card-shade-b: rgba(42,126,181,.7); background-image: linear-gradient(145deg, var(--card-shade-a), var(--card-shade-b)), var(--card-image); background-position: center; background-repeat: no-repeat; background-size: cover; }
.discussion-grid article:nth-child(5n+2) { --card-shade-a: rgba(8,55,94,.86); --card-shade-b: rgba(58,151,204,.68); }
.discussion-grid article:nth-child(5n+3) { --card-shade-a: rgba(14,47,85,.88); --card-shade-b: rgba(75,136,194,.68); }
.discussion-grid article:nth-child(5n+4) { --card-shade-a: rgba(10,38,70,.9); --card-shade-b: rgba(34,105,164,.72); }
.discussion-grid article:nth-child(5n+5) { --card-shade-a: rgba(20,61,101,.88); --card-shade-b: rgba(91,170,218,.66); }
.discussion-grid article:nth-child(1) { --card-image: url("assets/discussion-01.jpg"); }
.discussion-grid article:nth-child(2) { --card-image: url("assets/discussion-02.jpg"); }
.discussion-grid article:nth-child(3) { --card-image: url("assets/discussion-03.jpg"); }
.discussion-grid article:nth-child(4) { --card-image: url("assets/discussion-04.jpg"); }
.discussion-grid article:nth-child(5) { --card-image: url("assets/discussion-05.jpg"); }
.discussion-grid article:nth-child(6) { --card-image: url("assets/discussion-06.jpg"); }
.discussion-grid article:nth-child(7) { --card-image: url("assets/discussion-07.jpg"); }
.discussion-grid article:nth-child(8) { --card-image: url("assets/discussion-08.jpg"); }
.discussion-grid article:nth-child(9) { --card-image: url("assets/discussion-09.jpg"); }
.discussion-grid article:nth-child(10) { --card-image: url("assets/discussion-10.jpg"); }
.discussion-grid article:nth-child(11) { --card-image: url("assets/discussion-11.jpg"); }
.discussion-grid article:nth-child(12) { --card-image: url("assets/discussion-12.jpg"); }
.discussion-grid article:nth-child(13) { --card-image: url("assets/discussion-13.jpg"); }
.discussion-grid article:nth-child(14) { --card-image: url("assets/discussion-14.jpg"); }
.discussion-grid article:nth-child(15) { --card-image: url("assets/discussion-15.jpg"); }
.discussion-grid article:nth-child(16) { --card-image: url("assets/discussion-16.jpg"); }
.discussion-grid article:nth-child(17) { --card-image: url("assets/discussion-17.jpg"); }
.discussion-grid article:nth-child(18) { --card-image: url("assets/discussion-18.jpg"); }
.discussion-grid article:nth-child(19) { --card-image: url("assets/discussion-19.jpg"); }
.discussion-grid article:hover { transform: translateY(-5px); box-shadow: 0 20px 38px rgba(31,74,91,.2); }
.discussion-grid article span { color: rgba(255,255,255,.75); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.discussion-grid article h3 { margin: 30px 0 0; max-width: 330px; font-size: clamp(16px, 1.4vw, 21px); line-height: 1.25; font-weight: 700; }

.programme { background: var(--navy); color: #fff; padding: 105px clamp(24px, 8vw, 130px) 120px; }
.agenda-page { min-height: 100vh; background: #eef7f8; }
.agenda-hero { position: relative; min-height: 720px; padding: 210px clamp(24px, 8vw, 130px) 100px; color: #fff; overflow: hidden; background: linear-gradient(90deg, rgba(8,63,82,.92), rgba(8,137,190,.72)), url("assets/hero-health-bg.jpg") center/cover no-repeat; }
.agenda-hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -120px; bottom: -270px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.05), 0 0 0 145px rgba(255,255,255,.04); }
.agenda-hero-copy { position: relative; z-index: 1; max-width: 920px; }
.agenda-hero h1 { margin: 26px 0 24px; max-width: 900px; font-size: clamp(58px, 7.1vw, 112px); line-height: .91; letter-spacing: -.055em; }
.agenda-hero h1 em { color: #8be1d3; font-style: normal; font-weight: 400; }
.agenda-hero-copy > p { max-width: 720px; margin: 0; font-size: clamp(18px, 1.7vw, 25px); line-height: 1.55; }
.agenda-hero-details { display: flex; align-items: center; gap: 22px; margin: 42px 0 30px; }
.agenda-hero-date { display: flex; align-items: center; gap: 11px; padding-right: 22px; border-right: 1px solid rgba(255,255,255,.55); }
.agenda-hero-date strong { font-size: 58px; line-height: 1; }
.agenda-hero-date span { font-size: 13px; font-weight: 800; line-height: 1.25; }
.agenda-hero-details p { display: flex; flex-direction: column; margin: 0; }
.agenda-hero-details b { font-size: 18px; }
.agenda-hero-details small { margin-top: 4px; font-size: 14px; }
.agenda-hero-cta { display: inline-flex; justify-content: space-between; gap: 55px; }
.agenda-page .programme { min-height: 0; padding-top: 105px; background: radial-gradient(circle at 10% 12%, rgba(83,174,226,.2), transparent 27%), radial-gradient(circle at 88% 18%, rgba(102,199,170,.22), transparent 29%), linear-gradient(125deg,#f3f9fb,#e8f6f1); color: var(--navy); }
.agenda-page .programme .section-kicker.light { color: var(--aqua); }
.agenda-page .programme .section-kicker.light span { background: rgba(24,164,164,.1); }
.agenda-page .programme h2 em { color: var(--aqua); }
.agenda-page .programme-meta { background: rgba(255,255,255,.78); border: 1px solid rgba(27,73,91,.1); box-shadow: 0 18px 45px rgba(25,72,89,.08); }
.agenda-page .programme-meta span { color: var(--aqua); }
.agenda-page .agenda-item { background: rgba(255,255,255,.8); color: var(--navy); border: 1px solid rgba(25,72,89,.09); box-shadow: 0 10px 32px rgba(25,72,89,.06); }
.agenda-page .agenda-item:hover { background: #fff; }
.agenda-page .agenda-item.featured { background: linear-gradient(135deg,#153e52,#246b81); color: #fff; }
.agenda-page .agenda-number, .agenda-page .agenda-item time { color: var(--aqua); }
.agenda-page .session-type { color: #718691; }
.agenda-page .session-detail { color: #617681; }
.agenda-page .featured .session-type { color: #8ce1d5; }
.agenda-page .featured .session-detail { color: rgba(255,255,255,.72); }
.programme-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; margin-bottom: 67px; }
.section-kicker.light { color: #80d7cd; margin-bottom: 23px; }
.section-kicker.light span { background: rgba(255,255,255,.1); }
.programme h2 em { color: #7bd2c1; }
.programme-meta { align-self: end; background: rgba(255,255,255,.08); padding: 20px 25px; border-radius: 7px; }
.programme-meta p { display: flex; flex-direction: column; font-size: 14px; font-weight: 700; margin: 10px 0; }
.programme-meta span { font-size: 9px; letter-spacing: .14em; color: #7bd2c1; margin-bottom: 5px; }
.agenda-list { display: grid; gap: 12px; }
.agenda-item { display: grid; grid-template-columns: 45px 145px 1fr 16px; gap: 20px; padding: 25px 27px; background: rgba(255,255,255,.075); border-radius: 7px; align-items: start; transition: background .2s, transform .2s; }
.agenda-item:hover { background: rgba(255,255,255,.13); transform: translateX(4px); }
.agenda-item.featured { background: #fff; color: var(--ink); }
.agenda-number { color: #77cfc0; font-size: 10px; font-weight: 800; padding-top: 4px; }
.agenda-item.featured .agenda-number { color: var(--aqua); }
.agenda-item time { font-size: 13px; font-weight: 800; color: #7bd2c1; padding-top: 2px; }
.agenda-item.featured time { color: var(--aqua); }
.session-type { margin: 0 0 7px; text-transform: uppercase; font-size: 9px; letter-spacing: .16em; color: rgba(255,255,255,.55); font-weight: 800; }
.featured .session-type { color: #738793; }
.agenda-content h3 { margin: 0; font-size: clamp(18px, 1.8vw, 25px); line-height: 1.28; font-weight: 750; max-width: 920px; }
.session-detail { margin: 10px 0 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.5; max-width: 850px; }
.featured .session-detail { color: #667b86; }
.session-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); margin-top: 5px; }

.participation { padding: 105px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: 1fr 1fr; gap: 70px; background: #fff; }
.audience-panel h2 { font-size: clamp(43px, 5vw, 68px); line-height: 1; letter-spacing: -.045em; margin: 25px 0 35px; }
.audience-panel h2 em { color: var(--aqua); font-style: normal; font-weight: 300; }
.audience-list { border-top: 1px solid #d9e3e7; }
.audience-list span { display: block; padding: 16px 3px; border-bottom: 1px solid #d9e3e7; font-size: 14px; font-weight: 700; }
.audience-list span:before { content: "→"; color: var(--aqua); display: inline-block; width: 28px; }
.venue-panel { background: var(--mist); padding: 18px 18px 30px; border-radius: 10px; align-self: start; }
.venue-images { display: grid; grid-template-columns: 1fr; height: 360px; }
.venue-images img { width: 100%; height: 100%; object-fit: cover; border-radius: 7px; }
.venue-label { margin: 25px 12px 5px; color: var(--aqua); text-transform: uppercase; font-size: 10px; letter-spacing: .15em; font-weight: 800; }
.venue-panel h3 { margin: 0 12px; font-size: 26px; }
.venue-panel > p:last-child { margin: 5px 12px 0; color: #687c87; }

.outcome { padding: 105px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .8fr 2fr; gap: 70px; align-items: center; background: linear-gradient(110deg, #eaf5f8, #e7f5ef); }
.outcome-symbol { width: clamp(190px, 23vw, 320px); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; position: relative; background: linear-gradient(135deg, var(--blue), var(--mint)); box-shadow: 0 18px 44px rgba(39,107,123,.18); }
.outcome-symbol:before, .outcome-symbol:after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; inset: 15%; }
.outcome-symbol:after { inset: 32%; background: rgba(255,255,255,.15); }
.outcome-symbol span { color: #fff; font-size: 75px; font-weight: 200; z-index: 1; }
.outcome-symbol.outcome-image { aspect-ratio: 3 / 2; border-radius: 10px; overflow: hidden; background: none; }
.outcome-symbol.outcome-image:before, .outcome-symbol.outcome-image:after { display: none; }
.outcome-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.eyebrow.dark { color: var(--aqua); margin-bottom: 23px; }
.eyebrow.dark span { border-color: var(--aqua); }
.outcome h2 em { color: var(--aqua); }
.outcome div:last-child > p:last-child { max-width: 660px; font-size: 17px; line-height: 1.7; color: #5a707b; }

.faq { padding: 105px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .75fr 1.6fr; gap: 70px; background: #fff; }
.faq h2 { margin: 25px 0 0; font-size: clamp(44px, 5vw, 70px); line-height: 1; letter-spacing: -.045em; }
.faq-list { border-top: 1px solid #cfdde2; }
.faq-list details { border-bottom: 1px solid #cfdde2; }
.faq-list summary { list-style: none; cursor: pointer; padding: 22px 45px 22px 4px; font-size: 16px; font-weight: 800; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: 5px; top: 16px; color: var(--aqua); font-size: 26px; font-weight: 300; }
.faq-list details[open] summary:after { content: "–"; }
.faq-list details p { margin: -5px 40px 22px 4px; color: #617681; line-height: 1.6; }

.home-gallery { padding: 110px clamp(24px, 6vw, 100px) 120px; overflow: hidden; background: #fff; }
.gallery-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.gallery-heading h2 { margin: 24px 0 0; color: var(--navy); font-size: clamp(46px, 6vw, 82px); line-height: .94; letter-spacing: -.05em; }
.gallery-heading h2 em { color: var(--aqua); }
.gallery-heading > p { max-width: 520px; margin: 0; color: #617681; font-size: 16px; line-height: 1.65; }
.gallery-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: 180px; grid-auto-flow: dense; gap: 12px; }
.gallery-item { min-width: 0; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; border: 0; border-radius: 7px; background: var(--navy); cursor: zoom-in; }
.gallery-item:nth-child(1), .gallery-item:nth-child(8) { grid-column: span 2; grid-row: span 2; }
.gallery-item:nth-child(2), .gallery-item:nth-child(3), .gallery-item:nth-child(6), .gallery-item:nth-child(10), .gallery-item:nth-child(12) { grid-column: span 2; }
.gallery-item:nth-child(5) { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s; }
.gallery-item:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(12,44,58,.68)); opacity: .35; transition: opacity .3s; }
.gallery-item span { position: absolute; z-index: 2; left: 18px; bottom: 15px; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: 0; transform: translateY(7px); transition: opacity .3s, transform .3s; }
.gallery-item:hover img { transform: scale(1.055); filter: saturate(1.08); }
.gallery-item:hover:after { opacity: 1; }
.gallery-item:hover span { opacity: 1; transform: translateY(0); }
.gallery-lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 70px clamp(20px, 7vw, 110px); background: rgba(8,27,38,.94); backdrop-filter: blur(8px); }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox img { max-width: 100%; max-height: calc(100vh - 110px); object-fit: contain; border-radius: 5px; box-shadow: 0 24px 70px rgba(0,0,0,.4); }
.gallery-close, .gallery-prev, .gallery-next { position: absolute; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); cursor: pointer; }
.gallery-close { width: 44px; height: 44px; right: 25px; top: 22px; border-radius: 50%; font-size: 27px; }
.gallery-prev, .gallery-next { width: 48px; height: 48px; top: 50%; border-radius: 50%; font-size: 20px; }
.gallery-prev { left: 22px; }
.gallery-next { right: 22px; }
.faq-more { display: inline-flex; align-items: center; gap: 18px; margin-top: 28px; color: var(--navy); font-size: 14px; font-weight: 800; text-decoration: none; }
.faq-more span { color: var(--aqua); font-size: 22px; }
.announcement-link { display: inline-block; margin-top: 22px; color: inherit; font-size: 13px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; }

/* Past speakers */
.speakers-page { background: #f7fbfc; }
.speakers-header { position: absolute; }
.speakers-hero { min-height: 720px; position: relative; overflow: hidden; padding: 190px clamp(24px, 7vw, 110px) 90px; color: #fff; background: linear-gradient(115deg, #123142 0%, #126e87 62%, #27a9a4 100%); }
.speakers-hero:after { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 34px 34px; pointer-events: none; }
.speaker-orbit { position: absolute; width: 680px; height: 680px; right: -140px; bottom: -330px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.035), 0 0 0 170px rgba(255,255,255,.025); }
.speakers-hero > *:not(.speaker-orbit) { position: relative; z-index: 1; }
.speakers-hero h1 { margin: 35px 0 25px; font-size: clamp(76px, 12vw, 165px); line-height: .76; letter-spacing: -.075em; }
.speakers-hero h1 em { color: #83e2d9; font-style: normal; font-weight: 300; }
.speakers-hero > p { max-width: 670px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(17px, 2vw, 22px); line-height: 1.55; }
.speakers-stat { position: absolute !important; z-index: 2; right: clamp(24px, 8vw, 130px); bottom: 75px; display: flex; align-items: center; gap: 18px; }
.speakers-stat strong { color: #83e2d9; font-size: 68px; line-height: 1; }
.speakers-stat span { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.4); font-size: 12px; font-weight: 800; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.speakers-directory { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.speakers-intro { display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; padding-bottom: 65px; }
.speakers-intro > p { color: var(--aqua); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.speakers-intro h2 { margin: 0; color: var(--navy); font-size: clamp(42px, 6vw, 78px); line-height: .95; letter-spacing: -.05em; }
.speakers-intro h2 em { color: var(--aqua); font-style: normal; font-weight: 400; }
.featured-heading { display: flex; align-items: center; justify-content: space-between; margin: 0 0 24px; padding-bottom: 14px; border-bottom: 1px solid #c8dbe1; }
.featured-heading p { margin: 0; color: var(--navy); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.featured-heading span { color: #78909b; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.featured-speaker-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.featured-speaker-grid.ministers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 920px; }
.featured-speaker-card { min-width: 0; overflow: hidden; background: #fff; border-radius: 7px; box-shadow: 0 14px 32px rgba(24,65,82,.1); transition: transform .25s, box-shadow .25s; }
.featured-speaker-card:hover { transform: translateY(-6px); box-shadow: 0 22px 42px rgba(24,65,82,.16); }
.featured-photo-placeholder { aspect-ratio: 4 / 4.8; position: relative; display: grid; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(145deg, #163c50, #159b9d); }
.featured-photo-placeholder:before { content: ""; position: absolute; width: 130%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; left: 22%; top: 35%; box-shadow: 0 0 0 38px rgba(255,255,255,.035), 0 0 0 76px rgba(255,255,255,.025); }
.featured-photo-placeholder > span { position: relative; z-index: 1; display: grid; place-items: center; width: 82px; height: 82px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 24px; font-weight: 800; letter-spacing: .06em; }
.featured-photo-placeholder small { position: absolute; z-index: 1; left: 16px; bottom: 14px; color: rgba(255,255,255,.68); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.featured-photo-placeholder.has-photo:before { display: none; }
.featured-photo-placeholder.has-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.featured-speaker-copy { min-height: 190px; padding: 20px 18px 24px; }
.featured-speaker-copy > span { color: var(--aqua); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.featured-speaker-copy h3 { margin: 20px 0 9px; color: var(--navy); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.08; letter-spacing: -.025em; }
.featured-speaker-copy p { margin: 0; color: #687d87; font-size: 11px; line-height: 1.5; }
.all-speakers-heading { margin-top: 90px; }
.speaker-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; background: #c8dbe1; border: 1px solid #c8dbe1; }
.speaker-card { min-width: 0; min-height: 250px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; background: #fff; transition: transform .25s, background .25s; }
.speaker-card:hover { z-index: 2; transform: translateY(-5px); background: #effbfa; box-shadow: 0 14px 35px rgba(18,49,66,.12); }
.speaker-number { position: absolute; right: 24px; top: 24px; color: #91a8b3; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.speaker-avatar { width: 66px; height: 66px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--aqua), #4cb3d8); border-radius: 50%; font-size: 18px; font-weight: 800; letter-spacing: .05em; }
.speaker-card h3 { margin: 30px 0 9px; color: var(--navy); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.1; letter-spacing: -.025em; }
.speaker-card p { margin: 0; color: #647985; font-size: 11px; line-height: 1.5; }
.speakers-cta { padding: 95px clamp(24px, 7vw, 110px); color: #fff; background: var(--aqua); }
.speakers-cta > p { margin: 0 0 15px; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.speakers-cta h2 { max-width: 900px; margin: 0 0 35px; font-size: clamp(38px, 6vw, 76px); line-height: .98; letter-spacing: -.05em; }
.speakers-cta a { display: inline-flex; gap: 30px; padding: 16px 20px; color: #fff; border: 1px solid rgba(255,255,255,.65); border-radius: 4px; font-size: 14px; font-weight: 800; text-decoration: none; }
@media (max-width: 1100px) { .featured-speaker-grid, .speaker-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .featured-speaker-grid, .speaker-grid { grid-template-columns: repeat(2, 1fr); } .speakers-stat { position: relative !important; right: auto; bottom: auto; margin-top: 45px; } }
@media (max-width: 600px) { .speakers-hero { min-height: auto; padding-top: 150px; } .speakers-intro { grid-template-columns: 1fr; gap: 14px; } .featured-heading { align-items: flex-start; flex-direction: column; gap: 6px; } .featured-speaker-grid, .speaker-grid { grid-template-columns: 1fr; } .speaker-card { min-height: 235px; } }
@media (max-width: 600px) { .featured-speaker-grid.ministers-grid { grid-template-columns: 1fr; } }

/* Dedicated FAQ page */
.faq-page { background: #f7fbfc; }
.faq-header { position: absolute; }
.desktop-nav a.active { color: var(--aqua); }
.faq-page-hero { position: relative; min-height: 720px; padding: 210px clamp(24px, 8vw, 130px) 100px; color: #fff; overflow: hidden; background: linear-gradient(90deg, rgba(8,63,82,.92), rgba(8,137,190,.72)), url('assets/hero-health-bg.jpg') center/cover no-repeat; }
.faq-page-hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -120px; bottom: -270px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.05), 0 0 0 145px rgba(255,255,255,.04); pointer-events: none; }
.faq-page-hero > * { position: relative; z-index: 1; }
.faq-page-hero h1 { max-width: 920px; margin: 28px 0 24px; font-size: clamp(58px, 7.1vw, 112px); line-height: .91; letter-spacing: -.055em; }
.faq-page-hero h1 em { color: #8be1d3; font-style: normal; font-weight: 400; }
.faq-page-hero > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(17px, 2vw, 22px); line-height: 1.55; }
.faq-event-line { display: flex; align-items: center; gap: 24px; margin-top: 50px; }
.faq-event-line strong { color: #8be1d3; font-size: 20px; letter-spacing: .08em; }
.faq-event-line span { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.45); font-size: 14px; }
.faq-page-content { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(440px, 1.3fr); gap: clamp(50px, 8vw, 130px); padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.faq-page-intro { align-self: start; position: sticky; top: 120px; }
.faq-page-intro > p { margin: 0 0 20px; color: var(--aqua); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.faq-page-intro h2 { margin: 0; color: var(--navy); font-size: clamp(40px, 5vw, 68px); line-height: .98; letter-spacing: -.045em; }
.faq-page-intro h2 em { color: var(--aqua); font-style: normal; font-weight: 400; }
.faq-page-intro a { display: inline-flex; gap: 35px; margin-top: 38px; padding: 17px 22px; color: #fff; background: var(--navy); border-radius: 5px; font-size: 14px; font-weight: 800; text-decoration: none; }
.faq-list-full { border-color: #bcd2da; }
.faq-list-full details { border-color: #c9dce2; }
.faq-list-full summary { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 26px 48px 26px 0; font-size: clamp(16px, 1.6vw, 20px); line-height: 1.35; }
.faq-list-full summary span { color: var(--aqua); font-size: 11px; letter-spacing: .1em; padding-top: 5px; }
.faq-list-full details p { margin: -7px 45px 26px 60px; font-size: 15px; }
.faq-help { padding: 90px clamp(24px, 7vw, 110px); color: #fff; background: var(--aqua); }
.faq-help > p { margin: 0 0 12px; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.faq-help h2 { max-width: 850px; margin: 0 0 35px; font-size: clamp(36px, 5vw, 66px); line-height: 1; letter-spacing: -.04em; }
.faq-help div { display: flex; flex-wrap: wrap; gap: 12px; }
.faq-help a { padding: 14px 18px; color: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 4px; font-size: 14px; font-weight: 800; text-decoration: none; }
@media (max-width: 800px) {
  .faq-page-hero { min-height: 650px; padding: 160px 24px 75px; }
  .faq-page-content { grid-template-columns: 1fr; }
  .faq-page-intro { position: static; }
}
@media (max-width: 600px) {
  .association-partners { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; padding: 50px 12px; }
  .association-partner-group { min-height: 145px; gap: 17px; padding: 22px 10px; }
  .association-partners p { font-size: 8px; letter-spacing: .1em; white-space: normal; }
  .association-partners img { width: 100%; height: auto; max-height: 60px; }
  .faq-page-hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .faq-event-line { align-items: flex-start; gap: 15px; margin-top: 36px; }
  .faq-event-line strong { font-size: 16px; }
  .faq-event-line span { padding-left: 15px; font-size: 12px; }
  .agenda-hero { min-height: 690px; padding: 155px 24px 70px; }
  .agenda-hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .agenda-hero-copy > p { font-size: 17px; }
  .agenda-hero-details { align-items: flex-start; gap: 15px; margin-top: 32px; }
  .agenda-hero-date { padding-right: 15px; }
  .agenda-hero-date strong { font-size: 48px; }
  .agenda-hero-details b { font-size: 14px; }
  .agenda-hero-details small { font-size: 12px; }
  .faq-event-line { align-items: flex-start; flex-direction: column; gap: 12px; }
  .faq-event-line span { padding: 0; border: 0; }
  .faq-list-full summary { grid-template-columns: 32px 1fr; gap: 8px; }
  .faq-list-full details p { margin-left: 40px; }
}

footer { background: var(--navy-deep); color: #fff; min-height: 190px; padding: 50px clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; }
.footer-brand .brand-mark i { background: #7bd2c1; }
.footer-brand small { color: #a8bac4; }
.footer-logo { width: 205px; height: 100px; }
footer > p { font-size: 10px; line-height: 1.7; letter-spacing: .13em; opacity: .65; text-align: center; }
.back-top { background: #fff; color: var(--navy); padding: 13px 16px; border-radius: 4px; font-size: 10px; font-weight: 800; }

/* Shared site footer */
.site-footer { min-height: 0; padding: 0; display: block; color: #fff; background: linear-gradient(135deg,#092c3d,#123f52); }
.site-footer-main { display: grid; grid-template-columns: 1.25fr .65fr 1.35fr auto; align-items: center; gap: clamp(35px,5vw,85px); padding: 72px clamp(24px,7vw,110px) 58px; }
.site-footer-logo { display: inline-flex; width: min(260px,100%); }
.site-footer-logo img { display: block; width: 100%; height: auto; object-fit: contain; }
.site-footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer-nav a { font-size: 14px; font-weight: 700; }
.site-footer-nav a:hover, .site-footer-contact a:hover { color: #8be1d3; }
.site-footer-contact strong { display: block; margin-bottom: 13px; color: #8be1d3; font-size: 11px; letter-spacing: .14em; }
.site-footer-contact p { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; font-size: 13px; line-height: 1.6; }
.site-footer-contact span { color: rgba(255,255,255,.35); }
.site-footer-social { display: flex; gap: 9px; }
.site-footer-social a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; transition: .2s ease; }
.site-footer-social a:hover { color: var(--navy); background: #8be1d3; border-color: #8be1d3; transform: translateY(-3px); }
.site-footer-social svg { width: 17px; height: 17px; fill: currentColor; }
.site-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px clamp(24px,7vw,110px); border-top: 1px solid rgba(255,255,255,.12); }
.site-footer-bottom p { margin: 0; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .08em; }
.site-footer-bottom > a { font-size: 11px; font-weight: 800; }
@media (max-width: 900px) { .site-footer-main { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) {
  .site-footer { text-align: center; }
  .site-footer-main { grid-template-columns: 1fr; justify-items: center; gap: 27px; padding: 48px 20px 38px; }
  .site-footer-logo { width: 190px; margin: 0 auto 4px; }
  .site-footer-nav { width: 100%; flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; }
  .site-footer-nav a { padding: 4px 13px; font-size: 13px; border-right: 1px solid rgba(255,255,255,.2); }
  .site-footer-nav a:last-child { border-right: 0; }
  .site-footer-contact { width: 100%; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
  .site-footer-contact strong { margin-bottom: 14px; font-size: 10px; line-height: 1.5; }
  .site-footer-contact p { align-items: center; flex-direction: column; gap: 5px; font-size: 12px; }
  .site-footer-contact span { display: none; }
  .site-footer-social { justify-content: center; gap: 11px; }
  .site-footer-social a { width: 40px; height: 40px; }
  .site-footer-bottom { align-items: center; flex-direction: column; gap: 12px; padding: 20px 24px 25px; text-align: center; }
  .site-footer-bottom p { max-width: 330px; font-size: 9px; line-height: 1.6; letter-spacing: .06em; }
  .site-footer-bottom > a { padding: 8px 12px; color: #8be1d3; }
}

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .pass-grid, .discussion-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .objective-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  h1 > span { white-space: normal; }
  .gallery-heading { grid-template-columns: 1fr; gap: 24px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 220px; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(2), .gallery-item:nth-child(3), .gallery-item:nth-child(5), .gallery-item:nth-child(6), .gallery-item:nth-child(8), .gallery-item:nth-child(10), .gallery-item:nth-child(12) { grid-column: span 1; grid-row: span 1; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(8) { grid-column: span 2; grid-row: span 2; }
  .discussion-grid { grid-template-columns: repeat(2, 1fr); }
  .site-header { top: 16px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 860px; grid-template-columns: 1fr; align-content: center; gap: 45px; padding-top: 145px; }
  .event-card { max-width: 520px; }
  .hero-symbol { position: absolute; right: -55px; bottom: 20px; opacity: .18; pointer-events: none; }
  .hero-symbol img { width: 390px; }
  .about, .outcome { grid-template-columns: 1fr; }
  .about-main { grid-template-columns: 1fr; }
  .about-logo-wrap { min-height: 260px; border-left: 0; border-top: 1px solid #dce7ea; padding: 25px 0 0; }
  .participation, .faq { grid-template-columns: 1fr; }
  .objective-grid { grid-template-columns: repeat(2, 1fr); }
  .uhc-quote { grid-template-columns: 280px 1fr; gap: 55px; padding-left: 50px; padding-right: 50px; }
  .quote-portrait img { height: 390px; }
  .organiser { grid-template-columns: 1fr; }
  .organiser-logo { min-height: 340px; }
  .pass-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .programme-heading { grid-template-columns: 1fr; }
  .programme-meta { display: flex; gap: 45px; }
  .agenda-item { grid-template-columns: 40px 125px 1fr 12px; gap: 14px; }
  .outcome-symbol { width: 230px; }
}

@media (max-width: 600px) {
  .home-gallery { padding: 75px 16px 85px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(8) { grid-column: span 1; grid-row: span 1; }
  .gallery-prev { left: 8px; }
  .gallery-next { right: 8px; }
  .discussion-areas { padding: 75px 16px; }
  .discussion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .discussion-grid article, .discussion-grid article:nth-child(even) { min-height: 155px; padding: 15px; }
  .discussion-grid article h3 { margin-top: 22px; font-size: 14px; }
  .site-header { height: 58px; left: 16px; right: 16px; padding: 0 16px; }
  .brand-mark { width: 29px; height: 29px; transform: rotate(45deg) scale(.8); }
  .official-logo { width: 180px; height: 52px; }
  .brand b { font-size: 11px; }
  .brand small { font-size: 6px; }
  .hero { min-height: 810px; padding: 115px 16px 65px; gap: 36px; }
  .hero { background-position: center, 62% center; }
  .orbit-one { width: 440px; height: 440px; right: -205px; bottom: -185px; box-shadow: 0 0 0 52px rgba(255,255,255,.05), 0 0 0 105px rgba(255,255,255,.04); }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-intro { font-size: 16px; margin-top: 22px; }
  .hero-date { gap: 14px; }
  .hero-date > div { padding-right: 14px; }
  .hero-date strong { font-size: 40px; }
  .hero-date p small { font-size: 9px; }
  .event-card { padding: 23px; border-radius: 18px 18px 18px 0; grid-template-columns: 90px 1fr; }
  .date-block strong { font-size: 43px; }
  .event-place { padding-left: 16px; }
  .hero-note { display: none; }
  .about, .programme, .outcome { padding: 75px 16px; }
  .objectives, .participation { padding: 75px 16px; }
  .about { gap: 35px; }
  .about-main { gap: 25px; }
  .about-logo-wrap { min-height: 220px; }
  .about-logo-wrap img { width: 118%; max-width: 430px; }
  .about-copy > p { margin-bottom: 40px; }
  .pillars { grid-template-columns: 1fr; }
  .objective-grid { grid-template-columns: 1fr; }
  .objective-grid article { min-height: 180px; }
  .uhc-quote { grid-template-columns: 1fr; gap: 40px; padding: 70px 24px; }
  .quote-portrait { width: min(78%, 330px); }
  .quote-portrait img { height: 400px; }
  .quote-portrait span { width: 70px; height: 70px; right: -25px; font-size: 58px; padding-top: 14px; }
  .uhc-quote blockquote p { font-size: 25px; }
  .organiser { padding: 75px 16px; gap: 38px; }
  .organiser-logo { min-height: 280px; }
  .organiser-logo img { width: 88%; }
  .passes { padding: 75px 16px 85px; }
  .pass-controls { margin: 0 0 25px; justify-content: flex-start; }
  .pass-grid { grid-template-columns: 1fr; padding-bottom: 15px; }
  .pass-card { scroll-snap-align: start; }
  .pass-benefit { min-height: 105px; }
  .announcements { grid-template-columns: 1fr; }
  .announcements article { min-height: 330px; padding: 60px 24px 40px; }
  .announcements article > p:first-child { left: 24px; top: 34px; }
  .announcements article > span { right: 24px; top: 28px; }
  .pillars div { min-height: 125px; }
  .programme-heading { margin-bottom: 45px; }
  .programme-meta { flex-direction: column; gap: 0; }
  .agenda-item { grid-template-columns: 1fr 12px; padding: 22px 19px; }
  .agenda-number { display: none; }
  .agenda-item time { grid-column: 1; }
  .agenda-content { grid-column: 1; }
  .session-dot { grid-column: 2; grid-row: 1; }
  .outcome { gap: 35px; }
  .faq { gap: 35px; }
  .venue-images { height: 250px; grid-template-columns: 1fr; }
  footer { flex-direction: column; gap: 30px; text-align: center; }
  .footer-logo { width: 230px; height: 120px; }
}

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

/* ══════════════════════════════════════════════════════════════
   ANALYTICS DASHBOARD
   ══════════════════════════════════════════════════════════════ */

.analytics-page { background: #f7fbfc; min-height: 100vh; }
.analytics-page .site-header { position: relative; z-index: 10; }

.analytics-hero { padding: 140px clamp(24px, 7vw, 110px) 60px; color: #fff; background: linear-gradient(115deg, #123142 0%, #126e87 62%, #27a9a4 100%); position: relative; overflow: hidden; }
.analytics-hero:after { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 34px 34px; pointer-events: none; }
.analytics-hero > * { position: relative; z-index: 1; }
.analytics-hero h1 { margin: 20px 0 16px; font-size: clamp(48px, 8vw, 96px); line-height: .85; letter-spacing: -.06em; }
.analytics-hero h1 em { color: #83e2d9; font-style: normal; font-weight: 300; }
.analytics-hero > p { max-width: 500px; margin: 0; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.6; }

/* Session Timer */
.session-timer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 14px 20px;
  background: rgba(255,255,255,.12);
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.2);
  transition: background .3s, border-color .3s;
}
.session-timer.timer-warning {
  background: rgba(243,156,18,.15);
  border-color: rgba(243,156,18,.3);
}
.session-timer.timer-critical {
  background: rgba(231,76,60,.2);
  border-color: rgba(231,76,60,.4);
  animation: timer-pulse 1s infinite;
}
@keyframes timer-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .7; }
}
.timer-icon {
  font-size: 20px;
}
.timer-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
}
.timer-value {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  font-variant-numeric: tabular-nums;
  min-width: 70px;
}
.timer-progress {
  flex: 1;
  height: 6px;
  background: rgba(255,255,255,.2);
  border-radius: 3px;
  overflow: hidden;
  max-width: 200px;
}
.timer-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #83e2d9, #27a9a4);
  border-radius: 3px;
  transition: width 1s linear;
}
.session-timer.timer-warning .timer-progress-bar {
  background: linear-gradient(90deg, #f39c12, #e67e22);
}
.session-timer.timer-critical .timer-progress-bar {
  background: linear-gradient(90deg, #e74c3c, #c0392b);
}

@media (max-width: 600px) {
  .session-timer {
    flex-wrap: wrap;
    gap: 8px;
  }
  .timer-progress {
    max-width: 100%;
    width: 100%;
  }
}

.analytics-content { max-width: 1200px; margin: 0 auto; padding: 40px clamp(24px, 4vw, 64px) 80px; }

/* Stats Grid */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; }
.stat-card { background: #fff; padding: 28px; border-radius: 12px; box-shadow: 0 4px 20px rgba(29,60,77,.06); text-align: center; transition: transform .2s, box-shadow .2s; }
.stat-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(29,60,77,.1); }
.stat-icon { font-size: 32px; margin-bottom: 12px; }
.stat-value { font-size: 36px; font-weight: 800; color: var(--navy); line-height: 1; }
.stat-label { font-size: 13px; color: #6a8190; margin-top: 8px; font-weight: 600; }
.stat-change { font-size: 12px; margin-top: 10px; font-weight: 700; }
.stat-change.positive { color: #25D366; }
.stat-change.negative { color: #e74c3c; }
.stat-change.neutral { color: #6a8190; }

/* Chart Container */
.chart-container { background: #fff; border-radius: 12px; padding: 28px; box-shadow: 0 4px 20px rgba(29,60,77,.06); margin-bottom: 40px; }
.chart-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.chart-header h2 { margin: 0; font-size: 20px; font-weight: 750; color: var(--navy); }
.chart-filter { padding: 8px 12px; border: 1px solid #d4e0e6; border-radius: 6px; font-size: 13px; font-family: inherit; color: #6a8190; background: #fff; cursor: pointer; }
.chart-body { height: 300px; margin-bottom: 16px; }
.chart-body canvas { width: 100%; height: 100%; }
.chart-legend { display: flex; gap: 24px; justify-content: center; }
.legend-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #6a8190; }
.legend-dot { width: 12px; height: 12px; border-radius: 3px; }

/* Breakdown Table */
.breakdown-container { background: #fff; border-radius: 12px; padding: 28px; box-shadow: 0 4px 20px rgba(29,60,77,.06); margin-bottom: 40px; }
.breakdown-container h2 { margin: 0 0 20px; font-size: 20px; font-weight: 750; color: var(--navy); }
.breakdown-table { overflow-x: auto; }
.breakdown-table table { width: 100%; border-collapse: collapse; }
.breakdown-table th { text-align: left; padding: 12px 16px; background: var(--mist); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: #6a8190; }
.breakdown-table td { padding: 14px 16px; border-bottom: 1px solid #e8eef1; font-size: 14px; color: var(--ink); }
.breakdown-table tr:hover td { background: #f9fbfc; }
.trend-up { color: #25D366; font-weight: 800; }
.trend-down { color: #e74c3c; font-weight: 800; }
.trend-neutral { color: #6a8190; font-weight: 800; }

/* Activity Feed */
.activity-container { background: #fff; border-radius: 12px; padding: 28px; box-shadow: 0 4px 20px rgba(29,60,77,.06); margin-bottom: 40px; }
.activity-container h2 { margin: 0 0 20px; font-size: 20px; font-weight: 750; color: var(--navy); }
.activity-feed { display: flex; flex-direction: column; gap: 12px; }
.activity-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: #f9fbfc; border-radius: 8px; font-size: 14px; }
.activity-time { color: #6a8190; font-size: 12px; font-weight: 700; min-width: 50px; }
.activity-icon { font-size: 18px; }
.activity-text { color: var(--ink); }

/* Integration Status */
.integration-status { background: #fff; border-radius: 12px; padding: 28px; box-shadow: 0 4px 20px rgba(29,60,77,.06); }
.integration-status h2 { margin: 0 0 20px; font-size: 20px; font-weight: 750; color: var(--navy); }
.status-grid { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.status-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: #f9fbfc; border-radius: 8px; }
.status-indicator { width: 10px; height: 10px; border-radius: 50%; }
.status-indicator.active { background: #25D366; box-shadow: 0 0 8px rgba(37,211,102,.4); }
.status-indicator.pending { background: #f39c12; box-shadow: 0 0 8px rgba(243,156,18,.4); }
.status-indicator.error { background: #e74c3c; box-shadow: 0 0 8px rgba(231,76,60,.4); }
.status-text { margin-left: auto; font-size: 12px; font-weight: 700; color: #6a8190; }
.setup-notice { background: #fff8e6; border: 1px solid #f5d780; border-radius: 8px; padding: 16px 20px; }
.setup-notice p { margin: 0; font-size: 14px; line-height: 1.6; color: #7a5c00; }
.setup-notice a { color: var(--aqua); font-weight: 700; text-decoration: none; }
.setup-notice a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .analytics-hero { padding-top: 120px; }
  .stats-grid { grid-template-columns: 1fr; }
  .chart-header { flex-direction: column; gap: 12px; align-items: flex-start; }
}

/* ══════════════════════════════════════════════════════════════
   WHATSAPP FLOATING BUTTON
   ══════════════════════════════════════════════════════════════ */

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.whatsapp-float::after {
  content: 'Chat with us on WhatsApp';
  position: absolute;
  right: 72px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.whatsapp-float::before {
  content: '';
  position: absolute;
  right: 66px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #333;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.whatsapp-float:hover::after,
.whatsapp-float:hover::before {
  opacity: 1;
  visibility: visible;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

.whatsapp-float::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #25D366;
  animation: whatsapp-pulse 2s infinite;
  z-index: -1;
}

@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@media (max-width: 600px) {
  .whatsapp-float {
    width: 54px;
    height: 54px;
    bottom: 16px;
    right: 16px;
  }
  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

/* ══════════════════════════════════════════════════════════════
   AWARDS PAGE
   ══════════════════════════════════════════════════════════════ */

.awards-page { background: #f7fbfc; }
.awards-page .site-header { position: absolute; }

.awards-hero { min-height: 720px; position: relative; overflow: hidden; padding: 190px clamp(24px, 7vw, 110px) 90px; color: #fff; background: linear-gradient(115deg, #123142 0%, #126e87 62%, #27a9a4 100%); }
.awards-hero:after { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 34px 34px; pointer-events: none; }
.awards-hero > *:not(.speaker-orbit) { position: relative; z-index: 1; }
.awards-hero h1 { margin: 35px 0 25px; font-size: clamp(76px, 12vw, 165px); line-height: .76; letter-spacing: -.075em; }
.awards-hero h1 em { color: #83e2d9; font-style: normal; font-weight: 300; }
.awards-hero > p { max-width: 670px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(17px, 2vw, 22px); line-height: 1.55; }

.awards-poster-section { display: grid; grid-template-columns: minmax(0,.85fr) minmax(340px,.55fr); align-items: center; gap: clamp(45px,8vw,120px); padding: 100px clamp(24px,8vw,130px); background: radial-gradient(circle at 12% 15%,rgba(83,174,226,.2),transparent 30%),linear-gradient(125deg,#f3f9fb,#e8f6f1); }
.awards-poster-copy h2 { max-width: 730px; margin: 25px 0 24px; color: var(--navy); font-size: clamp(48px,6vw,88px); line-height: .96; letter-spacing: -.055em; }
.awards-poster-copy h2 em { color: var(--aqua); font-style: normal; font-weight: 400; }
.awards-poster-copy > p { margin: 0; color: #617681; font-size: 16px; font-weight: 700; line-height: 1.7; }
.awards-poster { width: min(100%,540px); margin: 0; justify-self: end; overflow: hidden; border-radius: 12px; box-shadow: 0 28px 70px rgba(17,48,64,.22); }
.awards-poster img { display: block; width: 100%; height: auto; }

.awards-about { padding: 105px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: start; background: #fff; }
.awards-about-inner h2 { margin: 22px 0 20px; font-size: clamp(46px, 5.5vw, 78px); line-height: 1; letter-spacing: -.045em; font-weight: 750; }
.awards-about-inner h2 em { color: var(--aqua); }
.awards-about-inner > p { max-width: 700px; margin: 0 0 14px; color: #5c707c; font-size: 17px; line-height: 1.7; }
.awards-ceremony-card { background: linear-gradient(135deg, var(--navy), var(--navy-deep)); color: #fff; padding: 32px; border-radius: 12px; box-shadow: 0 20px 50px rgba(29,60,77,.18); }
.awards-ceremony-card h3 { margin: 0 0 20px; font-size: 18px; font-weight: 800; letter-spacing: .02em; }
.awards-ceremony-details { display: flex; flex-direction: column; gap: 16px; }
.awards-detail-item { display: flex; flex-direction: column; gap: 4px; }
.awards-detail-label { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #83e2d9; }
.awards-detail-value { font-size: 16px; font-weight: 700; }

.awards-categories { padding: 105px clamp(24px, 8vw, 130px); background: linear-gradient(120deg, #f2f8fa, #e8f6f1); }
.awards-categories-inner { max-width: 800px; margin-bottom: 50px; }
.awards-categories-inner h2 { margin: 22px 0 16px; font-size: clamp(46px, 5.5vw, 78px); line-height: 1; letter-spacing: -.045em; font-weight: 750; }
.awards-categories-inner h2 em { color: var(--aqua); }
.awards-categories-inner > p { margin: 0; color: #617681; font-size: 17px; line-height: 1.65; max-width: 650px; }
.awards-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.awards-category-card { background: #fff; padding: 32px; border-radius: 12px; box-shadow: 0 12px 30px rgba(29,60,77,.08); transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease, border-color .3s ease; border: 2px solid transparent; position: relative; overflow: hidden; }
.awards-category-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--aqua), var(--blue)); transform: scaleX(0); transform-origin: left; transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.awards-category-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 24px 48px rgba(29,60,77,.16); border-color: rgba(33,165,164,.2); }
.awards-category-card:hover::before { transform: scaleX(1); }
.awards-category-icon { font-size: 40px; margin-bottom: 18px; transition: transform .3s cubic-bezier(.2,.7,.2,1); display: inline-block; }
.awards-category-card:hover .awards-category-icon { transform: scale(1.15) rotate(-5deg); }
.awards-category-card h3 { margin: 0 0 10px; font-size: 20px; font-weight: 750; color: var(--navy); transition: color .2s; }
.awards-category-card:hover h3 { color: var(--aqua); }
.awards-category-card p { margin: 0; color: #617681; font-size: 15px; line-height: 1.6; }

.awards-why { padding: 105px clamp(24px, 8vw, 130px); background: var(--navy); color: #fff; }
.awards-why-inner { max-width: 800px; margin-bottom: 50px; }
.awards-why-inner h2 { margin: 22px 0 0; font-size: clamp(46px, 5.5vw, 78px); line-height: 1; letter-spacing: -.045em; font-weight: 750; }
.awards-why-inner h2 em { color: #83e2d9; }
.awards-why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.awards-why-card { background: rgba(255,255,255,.08); padding: 28px; border-radius: 10px; transition: background .25s; }
.awards-why-card:hover { background: rgba(255,255,255,.12); }
.awards-why-card h3 { margin: 0 0 10px; font-size: 18px; font-weight: 750; color: #83e2d9; }
.awards-why-card p { margin: 0; color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.6; }

.awards-benefits { padding: 105px clamp(24px, 8vw, 130px); background: #fff; }
.awards-benefits-inner { max-width: 800px; margin-bottom: 50px; }
.awards-benefits-inner h2 { margin: 22px 0 0; font-size: clamp(46px, 5.5vw, 78px); line-height: 1; letter-spacing: -.045em; font-weight: 750; }
.awards-benefits-inner h2 em { color: var(--aqua); }
.awards-benefits-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.awards-benefit-item { display: flex; align-items: flex-start; gap: 16px; padding: 24px; background: var(--mist); border-radius: 10px; transition: transform .25s, box-shadow .25s; }
.awards-benefit-item:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(29,60,77,.08); }
.awards-benefit-icon { font-size: 28px; flex-shrink: 0; }
.awards-benefit-item h3 { margin: 0 0 6px; font-size: 16px; font-weight: 750; color: var(--navy); }
.awards-benefit-item p { margin: 0; color: #617681; font-size: 14px; line-height: 1.5; }

.awards-cta { padding: 120px clamp(24px, 8vw, 130px); text-align: center; background: linear-gradient(135deg, var(--aqua), #4cb3d8); color: #fff; }
.awards-cta > p:first-child { margin: 0 0 18px; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.awards-cta h2 { margin: 0 0 20px; font-size: clamp(42px, 6vw, 76px); line-height: 1; letter-spacing: -.05em; font-weight: 750; }
.awards-cta-sub { max-width: 650px; margin: 0 auto 35px; color: rgba(255,255,255,.85); font-size: 18px; line-height: 1.6; }
.awards-cta a { display: inline-flex; gap: 28px; align-items: center; padding: 16px 20px; color: #fff; background: var(--navy); border-radius: 4px; font-size: 14px; font-weight: 800; transition: background .2s, transform .2s; }
.awards-cta a:hover { background: #172d3a; transform: translateY(-2px); }

@media (max-width: 900px) {
  .awards-poster-section { grid-template-columns: 1fr; }
  .awards-poster { justify-self: center; }
  .awards-about { grid-template-columns: 1fr; gap: 40px; }
  .awards-category-grid, .awards-why-grid { grid-template-columns: 1fr; }
  .awards-benefits-list { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .awards-hero { min-height: auto; padding-top: 150px; }
  .awards-poster-section { padding: 75px 16px; gap: 38px; }
  .awards-poster-copy h2 { font-size: 46px; }
  .awards-about, .awards-categories, .awards-why, .awards-benefits, .awards-cta { padding: 75px 16px; }
}

/* ══════════════════════════════════════════════════════════════
   AWARD APPLICATION FORM
   ══════════════════════════════════════════════════════════════ */

#award-form-section { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(560px,1.28fr); align-items: start; background: #f6f9fb; }
.award-form-intro { position: sticky; top: 0; min-height: 100vh; padding: 90px clamp(35px,5vw,85px); color: #fff; background: radial-gradient(circle at 12% 15%,rgba(78,183,211,.22),transparent 30%),linear-gradient(145deg,#0b3447,#125e74); }
.award-form-intro .section-kicker.light { color: #8be1d3; }
.award-form-intro .section-kicker.light span { background: rgba(255,255,255,.1); }
.award-form-intro h2 { margin: 34px 0 28px; font-size: clamp(44px,5vw,76px); line-height: .97; letter-spacing: -.05em; }
.award-form-intro h2 em { color: #8be1d3; font-style: normal; font-weight: 400; }
.award-form-intro > p { max-width: 570px; margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; }
.award-form-intro ul { display: grid; gap: 16px; margin: 42px 0; padding: 0; list-style: none; }
.award-form-intro li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.5; }
.award-form-intro li span { color: #8be1d3; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.award-form-event { padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; gap: 7px; }
.award-form-event strong { color: #8be1d3; font-size: 17px; }
.award-form-event span { font-size: 13px; font-weight: 800; }
.award-form-event p { margin: 7px 0 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.5; }
.award-form-panel { min-width: 0; }

.award-progress {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 249, 251, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid #e0e8ec;
}
.award-progress-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.award-progress-text {
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
}
.award-progress-step { color: var(--aqua); font-size: 16px; }
.award-progress-bar {
  flex: 1;
  height: 6px;
  background: #e0e8ec;
  border-radius: 3px;
  overflow: hidden;
}
.award-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--aqua), #4cb3d8);
  border-radius: 3px;
  width: 10%;
  transition: width .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.award-progress-label {
  font-size: 12px;
  font-weight: 700;
  color: #6a8190;
  white-space: nowrap;
}

.award-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 64px);
}

.award-section {
  padding: clamp(28px, 4vw, 48px) 0;
  margin-top: 16px;
  border-bottom: 1px solid #e0e8ec;
}
.award-section-header { margin-bottom: 28px; }
.award-section-num {
  display: inline-block;
  background: var(--mist);
  color: var(--aqua);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 6px 10px;
  border-radius: 50%;
  margin-bottom: 12px;
}
.award-section-header h2 {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 750;
  letter-spacing: -.03em;
  line-height: 1.15;
}
.award-section-desc {
  margin: 8px 0 0;
  color: #6a8190;
  font-size: 15px;
  line-height: 1.5;
}

.award-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.award-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }

.award-field { display: flex; flex-direction: column; }
.award-field label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--navy);
  margin-bottom: 7px;
}
.award-field-hint {
  font-size: 11px;
  color: #8fa5b2;
  margin: -3px 0 7px;
  font-weight: 500;
}
.award-field input,
.award-field select,
.award-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #d4e0e6;
  border-radius: 6px;
  font-size: 15px;
  font-family: var(--font-sans), Arial, sans-serif;
  color: var(--ink);
  background: #f9fbfc;
  transition: border-color .2s, box-shadow .2s, background .2s;
  outline: none;
}
.award-field input:focus,
.award-field select:focus,
.award-field textarea:focus {
  border-color: var(--aqua);
  box-shadow: 0 0 0 3px rgba(33,165,164,.12);
  background: #fff;
}
.award-field textarea {
  resize: vertical;
  min-height: 150px;
}
.award-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236a8190' fill='none' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.award-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.award-category-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 0 18px;
  align-items: start;
  padding: 22px 24px;
  border: 2px solid #e4edf1;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color .25s, box-shadow .25s, background .25s;
  background: #fafcfd;
}
.award-category-card:hover { border-color: #c0d4dc; background: #fff; }
.award-category-card.active {
  border-color: var(--aqua);
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
}
.award-category-dot {
  grid-row: 1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #c0d4dc;
  margin-top: 2px;
  transition: background .2s, border-color .2s;
  position: relative;
}
.award-category-card.active .award-category-dot {
  border-color: var(--aqua);
  background: var(--aqua);
}
.award-category-card.active .award-category-dot::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #fff;
  border-radius: 50%;
}
.award-category-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
}
.award-category-card p {
  grid-column: 2;
  grid-row: 2;
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: #6a8190;
}
.award-category-check {
  grid-column: 3;
  grid-row: 1/3;
  align-self: center;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #b0c2cc;
  transition: color .2s;
}
.award-category-card.active .award-category-check { color: var(--aqua); }

.award-achievements { display: flex; flex-direction: column; gap: 18px; }
.award-achievement-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: start;
}
.award-achievement-num {
  width: 40px;
  height: 40px;
  background: var(--mist);
  color: var(--aqua);
  font-size: 16px;
  font-weight: 800;
  display: grid;
  place-items: center;
  border-radius: 8px;
}

.award-word-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}
.award-word-count-hint {
  font-size: 12px;
  color: #8fa5b2;
  font-weight: 500;
}
.award-word-count-current {
  font-size: 12px;
  font-weight: 700;
  color: var(--aqua);
}
.award-word-count-current.warning { color: #f39c12; }
.award-word-count-current.error { color: #e74c3c; }

.award-decl-list { display: flex; flex-direction: column; gap: 12px; }
.award-decl-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border: 1.5px solid #e4edf1;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.55;
  transition: border-color .2s, background .2s;
  background: #fafcfd;
}
.award-decl-item:hover { border-color: #c0d4dc; }
.award-decl-item.checked { border-color: var(--aqua); background: #eef8f6; }
.award-decl-item.has-error { border-color: #e74c3c; background: #fff8f8; }
.award-decl-box {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border: 2px solid #c0d4dc;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  transition: all .2s;
  margin-top: 1px;
}
.award-decl-item.checked .award-decl-box {
  background: var(--aqua);
  border-color: var(--aqua);
}

.award-submit-area {
  padding: 40px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.award-submit-btn {
  font-size: 15px !important;
  padding: 18px 48px !important;
  border-radius: 8px !important;
  min-width: 300px;
  justify-content: center;
}
.award-submit-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none !important;
}

.award-field.has-error input,
.award-field.has-error select,
.award-field.has-error textarea {
  border-color: #e74c3c;
  background: #fff8f8;
}
.award-category-card.has-error {
  border-color: #e74c3c;
  background: #fff8f8;
}
.award-category-card .award-field-error {
  grid-column: 1 / -1;
}
.award-section-error {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  margin-bottom: 16px;
  background: #fff0f0;
  border: 1px solid #f5c6c6;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #c0392b;
}
.award-section-error::before {
  content: "\26A0";
  font-size: 14px;
  flex-shrink: 0;
}
.award-field-error {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #e74c3c;
}
.award-field-error::before {
  content: "•";
  font-weight: 800;
}

.award-success {
  min-height: 60vh;
  display: grid;
  place-items: center;
  padding: 100px clamp(24px, 5vw, 80px);
}
.award-success-card {
  max-width: 560px;
  text-align: center;
  background: #fff;
  padding: clamp(32px, 5vw, 56px);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(29,60,77,.1);
}
.award-success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--aqua);
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
}
.award-success-card h1 {
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 16px;
}
.award-success-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #5c707c;
  margin: 0 0 14px;
}
.award-ref-number {
  display: inline-block;
  padding: 12px 24px;
  background: var(--mist);
  border-radius: 8px;
  font-family: monospace;
  font-size: 20px;
  font-weight: 700;
  color: var(--aqua);
  margin: 20px 0;
}

.award-loading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.award-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: award-spin 1s linear infinite;
}
@keyframes award-spin {
  to { transform: rotate(360deg); }
}

/* ── Utility classes for award form ── */
.award-field-group { margin-top: 18px; }
.award-section-group { margin-top: 24px; }
.award-desc-tight { margin-bottom: 10px; }
.award-label-standalone {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--navy);
  margin-bottom: 7px;
}
.award-label-standalone--block {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--navy);
  margin-bottom: 14px;
  display: block;
}
.award-section--no-border { border-bottom: none; }
.award-section-header--sm { font-size: 20px; }
.award-criteria-box {
  background: var(--mist);
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.award-criteria-box p {
  margin: 0 0 16px;
  color: #617681;
  font-size: 15px;
  line-height: 1.65;
}
.award-criteria-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.award-criteria-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
}
.award-criteria-item--full { grid-column: 1/-1; }
.award-criteria-check {
  color: var(--aqua);
  font-weight: 800;
}
.award-criteria-text {
  font-size: 14px;
  font-weight: 600;
}
.award-selection-note {
  margin: 0;
  color: #617681;
  font-size: 14px;
  line-height: 1.6;
  font-style: italic;
}
.award-submit-hint {
  margin: 0;
  font-size: 12px;
  color: #8fa5b2;
  text-align: center;
}
.award-success-actions {
  margin-top: 28px;
}

@media (max-width: 1050px) {
  #award-form-section { grid-template-columns: 1fr; }
  .award-form-intro { position: relative; min-height: 0; padding: 75px clamp(24px,8vw,80px); }
  .award-form-intro h2 { max-width: 760px; }
}
@media (max-width: 900px) {
  .award-grid-3 { grid-template-columns: 1fr 1fr; }
  .award-category-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .award-form-intro { padding: 65px 20px; }
  .award-form-intro h2 { font-size: 46px; }
  .award-form { padding: 0 16px; }
  .award-section { padding: 24px 0; margin-top: 16px; }
  .award-grid-2, .award-grid-3 { grid-template-columns: 1fr; }
  .award-category-card {
    grid-template-columns: auto 1fr;
    gap: 0 14px;
    padding: 18px;
  }
  .award-category-check {
    grid-column: 1;
    grid-row: 3;
    margin-top: 6px;
    justify-self: start;
  }
  .award-category-card p { grid-column: 2; }
  .award-achievement-item { grid-template-columns: 1fr; gap: 12px; }
  .award-achievement-num { width: 100%; height: 32px; }
  .award-submit-btn { min-width: 100% !important; }
}

/* ══════════════════════════════════════════════════════════════
   REGISTRATION FORM
   ══════════════════════════════════════════════════════════════ */

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

.reg-page { background: #f6f9fb; }
.reg-page .site-header { background: #fff; }



/* ── progress indicator ── */
.reg-progress {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 249, 251, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid #e0e8ec;
  transition: box-shadow .3s;
}
.reg-progress.scrolled {
  box-shadow: 0 4px 20px rgba(29, 60, 77, 0.08);
}
.reg-progress-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.reg-progress-text {
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
  min-width: 52px;
}
.reg-progress-step {
  color: var(--aqua);
  font-size: 16px;
}
.reg-progress-total {
  color: #8fa5b2;
}
.reg-progress-bar {
  flex: 1;
  height: 6px;
  background: #e0e8ec;
  border-radius: 3px;
  overflow: hidden;
  min-width: 80px;
}
.reg-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--aqua), #4cb3d8);
  border-radius: 3px;
  width: 10%;
  transition: width .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.reg-progress-label {
  font-size: 12px;
  font-weight: 700;
  color: #6a8190;
  white-space: nowrap;
  text-align: right;
  min-width: 120px;
}
@media (max-width: 600px) {
  .reg-progress { padding: 10px 16px; }
  .reg-progress-label { display: none; }
  .reg-progress-text { min-width: 40px; font-size: 12px; }
  .reg-progress-step { font-size: 14px; }
}

/* ── form shell ── */
.reg-form {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 64px);
  position: relative;
}

/* ── section card (non-boxed) ── */
.reg-section {
  padding: clamp(28px, 4vw, 48px) 0;
  margin-top: 16px;
  border-bottom: 1px solid #e0e8ec;
}
.reg-section-header { margin-bottom: 28px; }
.reg-section-num {
  display: inline-block;
  background: var(--mist);
  color: var(--aqua);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 6px 10px;
  border-radius: 50%;
  margin-bottom: 12px;
}
.reg-section-header h2 {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 750;
  letter-spacing: -.03em;
  line-height: 1.15;
}
.reg-section-desc {
  margin: 8px 0 0;
  color: #6a8190;
  font-size: 15px;
  line-height: 1.5;
}

/* ── grid helpers ── */
.reg-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.reg-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.reg-grid-4 { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 18px; }

/* ── field ── */
.reg-field { display: flex; flex-direction: column; }
.reg-field + .reg-field { margin-top: 0; }
.reg-field label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--navy);
  margin-bottom: 7px;
}
.reg-field-hint {
  font-size: 11px;
  color: #8fa5b2;
  margin: -3px 0 7px;
  font-weight: 500;
}
.reg-field input,
.reg-field select,
.reg-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #d4e0e6;
  border-radius: 6px;
  font-size: 15px;
  font-family: var(--font-sans), Arial, sans-serif;
  color: var(--ink);
  background: #f9fbfc;
  transition: border-color .2s, box-shadow .2s, background .2s;
  outline: none;
}
.reg-field input[type="file"] {
  padding: 10px;
  border-style: dashed;
  background: var(--mist);
  cursor: pointer;
}
.reg-field input[type="file"]:hover { border-color: var(--aqua); background: #eef8f6; }
.reg-field input[type="date"] { cursor: pointer; }
.reg-field input:focus,
.reg-field select:focus,
.reg-field textarea:focus {
  border-color: var(--aqua);
  box-shadow: 0 0 0 3px rgba(33,165,164,.12);
  background: #fff;
}
.reg-field input::placeholder,
.reg-field textarea::placeholder { color: #b0c2cc; }
.reg-field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236a8190' fill='none' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.reg-field textarea { resize: vertical; min-height: 120px; }

/* ── validation errors ── */
.reg-field.has-error input,
.reg-field.has-error select,
.reg-field.has-error textarea {
  border-color: #e74c3c;
  background: #fff8f8;
  box-shadow: 0 0 0 3px rgba(231,76,60,.08);
}
.reg-field-error {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #e74c3c;
  line-height: 1.4;
  animation: regFieldErrorIn .2s ease;
}
.reg-field-error::before {
  content: "";
  display: inline-block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #e74c3c;
  flex-shrink: 0;
}

.reg-section-error {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  margin-bottom: 16px;
  background: #fff0f0;
  border: 1px solid #f5c6c6;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #c0392b;
  animation: regFieldErrorIn .2s ease;
}
.reg-section-error::before {
  content: "⚠";
  font-size: 14px;
  flex-shrink: 0;
}
.reg-file-name {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #6a8190;
  font-weight: 500;
}
@keyframes regFieldErrorIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.reg-field + .reg-field { margin-top: 0; }
.reg-grid-2 .reg-field,
.reg-grid-3 .reg-field,
.reg-grid-4 .reg-field { margin-top: 0; }
.reg-section > .reg-grid-2 + .reg-grid-2,
.reg-section > .reg-grid-3 + .reg-grid-3,
.reg-section > .reg-grid-4 + .reg-grid-4,
.reg-section > .reg-grid-2 + .reg-grid-3,
.reg-section > .reg-grid-2 + .reg-field,
.reg-section > .reg-field + .reg-grid-2 { margin-top: 18px; }

/* ── pass cards (section 1) ── */
.reg-pass-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.reg-pass-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 0 18px;
  align-items: start;
  padding: 22px 24px;
  border: 2px solid #e4edf1;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color .25s, box-shadow .25s, background .25s;
  background: #fafcfd;
}
.reg-pass-card:hover { border-color: #c0d4dc; background: #fff; }
.reg-pass-card.active {
  border-color: var(--pass-color, var(--aqua));
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
}
.reg-pass-dot {
  grid-row: 1;
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 2px solid #c0d4dc;
  margin-top: 2px;
  transition: background .2s, border-color .2s;
  position: relative;
}
.reg-pass-card.active .reg-pass-dot {
  border-color: var(--pass-color, var(--aqua));
  background: var(--pass-color, var(--aqua));
}
.reg-pass-card.active .reg-pass-dot::after {
  content: "";
  position: absolute; inset: 4px;
  background: #fff;
  border-radius: 50%;
}
.reg-pass-card h3 {
  grid-column: 2; grid-row: 1;
  margin: 0; font-size: 16px; font-weight: 750; line-height: 1.3;
}
.reg-pass-card p {
  grid-column: 2; grid-row: 2;
  margin: 4px 0 0;
  font-size: 13px; line-height: 1.55; color: #6a8190;
}
.reg-pass-check {
  grid-column: 3; grid-row: 1/3;
  align-self: center;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #b0c2cc;
  transition: color .2s;
}
.reg-pass-card.active .reg-pass-check { color: var(--pass-color, var(--aqua)); }

/* ── interest chips (section 5) ── */
.reg-interest-grid {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.reg-interest-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 18px;
  border: 1.5px solid #d4e0e6;
  border-radius: 99px;
  font-size: 13px; font-weight: 700;
  cursor: pointer;
  transition: all .2s;
  background: #f9fbfc;
  user-select: none;
}
.reg-interest-chip:hover:not(.disabled) { border-color: var(--aqua); background: #eef8f6; }
.reg-interest-chip.active {
  background: var(--aqua);
  color: #fff;
  border-color: var(--aqua);
}
.reg-interest-chip.disabled {
  opacity: .4;
  cursor: not-allowed;
}
.reg-interest-check {
  width: 20px; height: 20px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(0,0,0,.06);
  font-size: 12px; font-weight: 700;
  flex-shrink: 0;
}
.reg-interest-chip.active .reg-interest-check { background: rgba(255,255,255,.25); }
.reg-interest-count {
  margin: 14px 0 0;
  font-size: 12px; font-weight: 700;
  color: var(--aqua);
}

/* ── Same-as checkbox toggle ── */
.reg-same-as-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 8px 14px;
  background: var(--mist);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  transition: background .2s, color .2s;
  border: 1px solid transparent;
  user-select: none;
}
.reg-same-as-check:hover { background: #e0f0ed; }
.reg-same-as-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #c0d4dc;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  transition: all .2s;
  position: relative;
}
.reg-same-as-check input[type="checkbox"]:checked {
  background: var(--aqua);
  border-color: var(--aqua);
}
.reg-same-as-check input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.reg-same-as-check.active {
  background: rgba(33,165,164,.1);
  border-color: var(--aqua);
  color: var(--aqua);
}
.reg-field.field-hidden {
  display: none;
}

/* ── Age display ── */
.reg-age-display {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--aqua);
  min-height: 18px;
}
.reg-age-display.error {
  color: #e74c3c;
}

/* ── Passport expiry hint ── */
.reg-passport-hint {
  font-size: 11px;
  color: #8fa5b2;
  margin-top: 4px;
  font-weight: 500;
}

/* ── Disabled input/select states ── */
.reg-select-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.reg-input-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

/* ── phone selector ── */
.reg-phone-group {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
}
.reg-phone-selector {
  display: flex; align-items: center; gap: 6px;
  padding: 0 12px;
  background: #f9fbfc;
  border: 1.5px solid #d4e0e6;
  border-right: none;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  font-size: 15px;
  transition: border-color .2s, background .2s;
  white-space: nowrap;
  min-width: 95px;
}
.reg-phone-selector:hover { border-color: var(--aqua); background: #eef8f6; }
.reg-phone-flag { font-size: 20px; line-height: 1; }
.reg-phone-dial { font-size: 14px; font-weight: 700; color: var(--ink); }
.reg-phone-arrow { font-size: 10px; color: #6a8190; margin-left: 2px; }
.reg-phone-input {
  flex: 1;
  padding: 12px 14px;
  border: 1.5px solid #d4e0e6;
  border-radius: 0 6px 6px 0;
  font-size: 15px;
  font-family: var(--font-sans), Arial, sans-serif;
  color: var(--ink);
  background: #f9fbfc;
  transition: border-color .2s, box-shadow .2s, background .2s;
  outline: none;
  min-width: 0;
}
.reg-phone-input:focus {
  border-color: var(--aqua);
  box-shadow: 0 0 0 3px rgba(33,165,164,.12);
  background: #fff;
}
.reg-phone-input::placeholder { color: #b0c2cc; }
.reg-phone-prefix {
  display: none;
}
.reg-phone-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: min(340px, calc(100vw - 32px));
  max-height: 360px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(26,54,68,.18);
  border: 1px solid #e4edf1;
  z-index: 50;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.reg-phone-search {
  padding: 12px 14px;
  border: none;
  border-bottom: 1px solid #e4edf1;
  font-size: 14px;
  font-family: var(--font-sans), Arial, sans-serif;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.reg-phone-list {
  overflow-y: auto;
  flex: 1;
  max-height: 300px;
}
.reg-phone-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  font-family: var(--font-sans), Arial, sans-serif;
  transition: background .15s;
}
.reg-phone-option:hover { background: #f2f8fa; }
.reg-phone-option.active { background: #eef8f6; color: var(--aqua); }
.reg-phone-option-name { flex: 1; font-weight: 600; }
.reg-phone-option-dial { color: #6a8190; font-size: 13px; }

/* ── phone hint ── */
.reg-phone-hint {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--aqua);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity .2s, max-height .2s;
}
.reg-phone-hint.visible {
  opacity: 1;
  max-height: 30px;
}
.reg-phone-group.has-error .reg-phone-selector,
.reg-phone-group.has-error .reg-phone-input {
  border-color: #e74c3c;
  background: #fff8f8;
}
.reg-phone-group.has-error .reg-phone-selector:hover,
.reg-phone-group.has-error .reg-phone-input:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231,76,60,.08);
}

/* ── accommodation alert ── */
.reg-accommodation-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  padding: 14px 16px;
  background: #fff8e6;
  border: 1px solid #f5d780;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.55;
  color: #7a5c00;
}
.reg-accommodation-alert-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }

/* ── radio cards (sections 7, 8) ── */
.reg-radio-row { display: flex; gap: 12px; }
.reg-radio-row.compact { gap: 10px; }
.reg-radio-card {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px;
  border: 2px solid #e4edf1;
  border-radius: 8px;
  font-size: 14px; font-weight: 700;
  cursor: pointer;
  transition: all .2s;
  background: #fafcfd;
}
.reg-radio-card:hover { border-color: #c0d4dc; }
.reg-radio-card.active { border-color: var(--aqua); background: #eef8f6; color: var(--aqua); }
.reg-radio-dot {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 2px solid #c0d4dc;
  transition: all .2s;
  position: relative;
}
.reg-radio-card.active .reg-radio-dot {
  border-color: var(--aqua);
  background: var(--aqua);
}
.reg-radio-card.active .reg-radio-dot::after {
  content: "";
  position: absolute; inset: 3px;
  background: #fff;
  border-radius: 50%;
}

/* ── declarations (section 11) ── */
.reg-decl-list { display: flex; flex-direction: column; gap: 12px; }
.reg-decl-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 18px;
  border: 1.5px solid #e4edf1;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px; line-height: 1.55;
  transition: border-color .2s, background .2s;
  background: #fafcfd;
}
.reg-decl-item:hover { border-color: #c0d4dc; }
.reg-decl-item.checked { border-color: var(--aqua); background: #eef8f6; }
.reg-decl-box {
  width: 22px; height: 22px; flex-shrink: 0;
  border: 2px solid #c0d4dc;
  border-radius: 4px;
  display: grid; place-items: center;
  font-size: 13px; font-weight: 800; color: #fff;
  transition: all .2s;
  margin-top: 1px;
}
.reg-decl-item.checked .reg-decl-box { background: var(--aqua); border-color: var(--aqua); }

/* ── submit ── */
.reg-submit-area {
  padding: 40px 0 60px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.reg-submit-btn {
  font-size: 15px !important;
  padding: 18px 48px !important;
  border-radius: 8px !important;
  min-width: 300px;
  justify-content: center;
}
.reg-submit-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none !important;
}
.reg-submit-hint {
  font-size: 12px;
  color: #8fa5b2;
  text-align: center;
  margin: 0;
}

/* ── success ── */
.reg-success {
  min-height: 80vh;
  display: grid; place-items: center;
  padding: 180px clamp(24px, 5vw, 80px) 80px;
}
.reg-success-card {
  max-width: 560px; text-align: center;
  background: #fff;
  padding: clamp(32px, 5vw, 56px);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(29,60,77,.1);
}
.reg-success-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--aqua);
  color: #fff;
  font-size: 32px; font-weight: 800;
  display: grid; place-items: center;
  margin: 0 auto 24px;
}
.reg-success-card h1 {
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 16px;
}
.reg-success-card p {
  font-size: 16px; line-height: 1.65; color: #5c707c;
  margin: 0 0 14px;
}
.reg-review-steps {
  margin: 28px 0;
  text-align: left;
  background: var(--mist);
  padding: 24px 28px;
  border-radius: 10px;
}
.reg-review-steps h3 {
  margin: 0 0 14px;
  font-size: 14px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em;
  color: var(--aqua);
}
.reg-review-steps ol {
  margin: 0; padding-left: 18px;
}
.reg-review-steps li {
  font-size: 14px; line-height: 1.7;
  color: #5c707c;
  padding: 2px 0;
}

/* ── responsive ── */
@media (max-width: 820px) {
  .reg-grid-3 { grid-template-columns: 1fr 1fr; }
  .reg-grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .reg-form { padding: 0 16px; }
  .reg-section { padding: 24px 0; margin-top: 16px; }
  .reg-grid-2, .reg-grid-3, .reg-grid-4 { grid-template-columns: 1fr; }
  .reg-pass-card { grid-template-columns: auto 1fr; gap: 0 14px; padding: 18px; }
  .reg-pass-check { grid-column: 2; grid-row: 3; margin-top: 6px; justify-self: start; }
  .reg-pass-card p { grid-column: 2; }
  .reg-interest-chip { font-size: 12px; padding: 8px 14px; }
  .reg-radio-row { flex-direction: column; }
  .reg-radio-card { justify-content: center; }
  .reg-submit-btn { min-width: 100% !important; }
}
