@font-face {
  font-family: "System UI";
  src: local("Arial");
}

:root {
  --ink: #2e2d2c;
  --blue: #100675;
  --blue-deep: #0e2050;
  --paper: #f6f8fb;
  --white: #ffffff;
  --muted: #66636a;
  --line: rgba(46, 45, 44, 0.14);
  --cyan: #4fb6c8;
  --green: #1d8b5a;
  --red: #f7ab64;
  --gold: #c69a52;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding-bottom: env(safe-area-inset-bottom);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 32px));
  min-height: 68px;
  margin: 18px auto 0;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(8, 17, 31, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(8, 17, 31, 0.16);
  backdrop-filter: blur(20px);
}

.bottomDash {
  position: fixed;
  inset: auto 10px calc(10px + env(safe-area-inset-bottom));
  z-index: 30;
  display: none;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  padding: 7px;
  background: rgba(8,17,31,.92);
  box-shadow: 0 20px 50px rgba(8,17,31,.28);
  backdrop-filter: blur(18px);
}
.bottomDash a {
  min-height: 54px;
  display: grid;
  place-items: center;
  gap: 2px;
  border-radius: 13px;
  color: rgba(255,255,255,.76);
  font-size: .68rem;
  font-weight: 800;
}
.bottomDash span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--cyan);
  font-size: 1.15rem;
  line-height: 1;
}
.bottomDash strong {
  font-size: .68rem;
  font-weight: 900;
}

.brand img { width: 108px; height: auto; }
.topbar nav {
  display: flex;
  justify-content: center;
  gap: 5px;
  color: #445168;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.topbar nav a {
  position: relative;
  padding: 12px 11px;
  transition: color .24s ease;
}
.topbar nav a::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 7px;
  left: 11px;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform .24s ease;
}
.topbar nav a:hover { color: var(--ink); }
.topbar nav a:hover::after { transform: scaleX(1); }
.topbar .navCta {
  min-height: 42px;
  border: 1px solid rgba(247,171,100,.28);
  padding: 0 15px;
  box-shadow: none;
  font-size: .78rem;
  letter-spacing: .02em;
}

.navCta, .button, .checkoutMock button, .cameraButton, .manualButton {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 800;
}
.navCta, .primary, .checkoutMock button, .cameraButton { background: var(--red); color: var(--ink); }
.ghost, .manualButton { border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.12); color: var(--white); }

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: center;
  overflow: clip;
  padding: 150px max(24px, calc((100vw - 1180px) / 2)) 80px;
  background: var(--blue);
}
.heroMedia {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .96;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,13,26,.96), rgba(5,13,26,.72) 38%, rgba(5,13,26,.08) 78%),
    linear-gradient(0deg, rgba(5,13,26,.62), rgba(5,13,26,0));
}
.heroContent { position: relative; z-index: 1; max-width: 700px; color: var(--white); }
.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 670px; margin-bottom: 22px; font-size: clamp(3.7rem, 7vw, 7.8rem); line-height: .9; letter-spacing: 0; }
h2 { max-width: 780px; margin-bottom: 18px; font-size: clamp(2.3rem, 4vw, 4.8rem); line-height: .98; letter-spacing: 0; }
h3 { margin-bottom: 6px; font-size: 1.35rem; }
.heroText, .lead { color: inherit; font-size: clamp(1.05rem, 1.5vw, 1.32rem); line-height: 1.65; }
.heroText { max-width: 610px; color: rgba(255,255,255,.86); }
.heroActions, .eventFacts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.videoTrigger { border: 1px solid rgba(255,255,255,.58); background: rgba(5,13,26,.32); color: var(--white); }
.videoTrigger span { margin-left: 7px; color: var(--cyan); font-size: .72em; }
.videoTrigger:hover { border-color: var(--cyan); background: rgba(255,255,255,.14); }
.eventFacts a {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  padding: 10px 12px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.82);
  font-size: .92rem;
  font-weight: 700;
}
.eventFacts .eventDate {
  border-color: rgba(255,255,255,.44);
  padding: 11px 16px;
  background: rgba(255,255,255,.16);
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 900;
}

.section { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 110px 0; }
#meeting { padding-top: 40px; opacity: 1; transform: none; }
.registrationCallout { display: flex; width: min(1180px, calc(100% - 32px)); align-items: center; justify-content: space-between; gap: 30px; margin: 90px auto; border: 1px solid rgba(247,171,100,.28); border-radius: 8px; padding: 38px; background: #fffaf3; }
.registrationCallout h2 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3.6rem); }
.registrationCallout p:last-child { margin: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); gap: 56px; align-items: center; }
.section p { color: var(--muted); line-height: 1.75; }
.programPanel, .checkoutMock, .scannerPanel, .ticketCard, .crmShell, .ticketPass {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 70px rgba(8,17,31,.08);
}
.programPanel { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; }
.programPanel div { min-height: 180px; padding: 26px; border-right: 1px solid var(--line); }
.programPanel div:last-child { border-right: 0; }
.programPanel strong { display: block; font-size: 2.4rem; }
.programPanel span, .ticketCard span, .ticketPass span {
  color: var(--muted);
  font-size: .85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.topics { background: var(--blue-deep); color: var(--white); }
.topics .lead { color: rgba(255,255,255,.72); }
.topicGrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.topicGrid span {
  min-height: 92px;
  display: grid;
  align-items: end;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.88);
  font-weight: 800;
}

.committeeGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.member {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--white);
}
.member img { width: 170px; height: 190px; border-radius: 6px; object-fit: cover; }

.ticketCard { max-width: 460px; margin-top: 28px; padding: 22px; }
.ticketCard div { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.ticketCard strong { font-size: 2rem; }
.checkoutMock { display: grid; gap: 16px; padding: 24px; }
.checkoutMock label { display: grid; gap: 7px; color: #324158; font-size: .9rem; font-weight: 800; }
.checkoutMock input { min-height: 46px; border: 1px solid var(--line); border-radius: 6px; padding: 0 13px; background: #f9fbfe; color: var(--ink); }

.dashboardBand { background: linear-gradient(135deg, #eef8fb, #f9fbfd 55%, #edf1f6); }
.dashboardGrid { display: grid; grid-template-columns: minmax(280px, .8fr) repeat(2, minmax(260px, 1fr)); gap: 20px; align-items: stretch; }
.ticketPass { display: flex; min-height: 270px; flex-direction: column; justify-content: space-between; padding: 22px; background: linear-gradient(160deg, #fff, #f2f8fb); }
.ticketPass strong { display: block; margin-top: 10px; font-size: 1.8rem; }
.ticketPass p { margin: 8px 0 0; }
.qr {
  width: 118px;
  height: 118px;
  border: 10px solid var(--white);
  background:
    linear-gradient(90deg, var(--ink) 12px, transparent 12px) 0 0 / 24px 24px,
    linear-gradient(var(--ink) 12px, transparent 12px) 0 0 / 24px 24px,
    #fff;
  box-shadow: 0 10px 28px rgba(8,17,31,.14);
}
.qrAlt {
  background:
    linear-gradient(90deg, #123a63 10px, transparent 10px) 0 0 / 22px 22px,
    linear-gradient(#123a63 10px, transparent 10px) 0 0 / 22px 22px,
    #fff;
}

.crmShell { margin-top: 28px; overflow: hidden; }
.crmStats { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.crmStats span { padding: 22px; border-right: 1px solid var(--line); color: var(--muted); font-weight: 800; }
.crmStats span:last-child { border-right: 0; }
.crmStats strong { display: block; color: var(--ink); font-size: 2rem; }
.tableWrap { overflow-x: auto; }
table { width: 100%; min-width: 820px; border-collapse: collapse; }
th, td { border-bottom: 1px solid var(--line); padding: 18px 20px; text-align: left; }
th { color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.paid, .pending { border-radius: 999px; padding: 6px 10px; font-size: .78rem; font-weight: 900; }
.paid { background: rgba(29,139,90,.12); color: var(--green); }
.pending { background: rgba(198,154,82,.16); color: #8a621f; }

.scannerPanel { padding: 24px; }
.scannerFrame {
  position: relative;
  display: grid;
  min-height: 290px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(45deg, rgba(79,182,200,.18), rgba(8,17,31,.82)),
    radial-gradient(circle at 50% 30%, rgba(255,255,255,.24), transparent 28%);
  color: rgba(255,255,255,.78);
  font-weight: 900;
}
.scannerFrame::before { content: ""; position: absolute; width: 170px; height: 170px; border: 3px solid rgba(255,255,255,.8); border-radius: 8px; }
.scanLine { position: absolute; width: 190px; height: 2px; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }
.cameraButton, .manualButton { width: 100%; margin-top: 14px; }
.manualButton { border-color: var(--line); background: var(--blue); }
.cameraButton input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.scannerPanel p { margin: 16px 0 0; color: var(--muted); font-weight: 700; }

.venue { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
address { max-width: 390px; border-left: 4px solid var(--red); padding-left: 18px; color: var(--muted); font-style: normal; line-height: 1.7; }
.venueLink { display: inline-flex; margin-top: 8px; border-bottom: 2px solid var(--red); padding-bottom: 4px; color: var(--ink); font-weight: 900; }
.footer {
  padding: clamp(96px, 12vw, 154px) max(24px, calc((100vw - 1180px) / 2)) 30px;
  background: linear-gradient(112deg, #100675 0%, #132858 48%, #100675 100%);
  color: rgba(255,255,255,.72);
}
.footerMain { display: grid; grid-template-columns: minmax(300px, 1.45fr) repeat(2, minmax(190px, .82fr)); gap: clamp(48px, 8vw, 132px); max-width: 1180px; margin: 0 auto; padding-bottom: clamp(64px, 8vw, 106px); }
.footerIdentity img { width: 158px; height: auto; filter: brightness(1.12) contrast(1.05); }
.footerIdentity p { max-width: 385px; margin: 28px 0 0; color: rgba(255,255,255,.62); line-height: 1.72; }
.footerActions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.footerActions a { border: 1px solid rgba(255,255,255,.23); padding: 10px 12px; color: #fff; font-size: .78rem; font-weight: 900; transition: border-color .2s ease, background-color .2s ease; }
.footerActions a:first-child { border-color: var(--red); background: var(--red); color: var(--ink); }
.footerActions a:hover { border-color: var(--cyan); background: rgba(79,182,200,.13); }
.footerLinks, .footerContact { display: grid; align-content: start; gap: 15px; }
.footerLinks p, .footerContact p { margin: 0 0 10px; color: var(--cyan); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footerLinks a, .footerContact a { color: rgba(255,255,255,.82); font-size: .94rem; font-weight: 700; }
.footerLinks a:hover, .footerContact a:hover { color: #fff; }
.footerContact address { margin-top: 15px; color: rgba(255,255,255,.48); font-size: .84rem; font-style: normal; line-height: 1.72; }
.icloFooterCard { display: grid; justify-items: start; gap: 9px; }
.icloFooterLogo { display: block; margin-bottom: 24px; }
.icloWordmark { display: flex; height: 49px; align-items: center; gap: 17px; color: #fff; }
.icloWordmark b { font-size: 1.55rem; font-weight: 900; letter-spacing: .08em; line-height: 1; }
.icloWordmark i { display: block; width: 1px; height: 100%; background: var(--red); opacity: .95; }
.icloFooterLogo:hover .icloWordmark { color: var(--red); }
.icloFooterLogo:hover .icloWordmark i { background: #fff; }
.icloFooterCard address { margin: 0 0 2px; color: rgba(255,255,255,.62); font-size: .84rem; font-style: normal; line-height: 1.72; }
.icloFooterContact { color: rgba(255,255,255,.82) !important; font-size: .84rem !important; font-weight: 500 !important; }
.icloEventReferences { display: grid; gap: 5px; margin-top: 13px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.16); }
.icloEventReferences span { color: var(--cyan); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.icloEventReferences a { color: rgba(255,255,255,.78) !important; font-size: .76rem !important; font-weight: 600 !important; }
.icloFooterVat { margin-top: 14px; color: rgba(255,255,255,.42); font-size: .78rem; }
.footerSocial { display: flex; align-items: center; gap: 16px; margin-top: 26px; }
.footerSocial a { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease; }
.footerSocial a svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.footerSocial a .linkedinIcon { fill: currentColor; stroke: none; }
.footerSocial a:hover { border-color: var(--red); background: var(--red); color: var(--ink); transform: translateY(-3px); }
.icloTeachingLink { margin-top: 6px; color: var(--cyan) !important; font-size: .78rem !important; line-height: 1.35; }
.footerBottom { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 18px; max-width: 1180px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.13); padding-top: 27px; color: rgba(255,255,255,.45); font-size: .72rem; }
.footerBottom .footerCopyright { display: grid; justify-items: start; gap: 8px; }
.footerBottom .footerLegal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.footerBottom a, .footerBottom button { border: 0; padding: 0; background: transparent; color: rgba(255,255,255,.72); font: inherit; font-weight: 800; cursor: pointer; }
.footerBottom .poweredBy { color: rgba(255,255,255,.42); font-size: .63rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.footerBottom a:hover, .footerBottom button:hover { color: #fff; }
.cookieBanner { position: fixed; z-index: 45; right: 20px; bottom: 20px; width: min(460px, calc(100% - 40px)); border: 1px solid rgba(79,182,200,.34); padding: 17px; background: rgba(6,17,32,.97); box-shadow: 0 18px 56px rgba(1,8,18,.35); color: rgba(255,255,255,.8); }
.cookieBanner[hidden] { display: none; }
.cookieBanner p { margin: 0; font-size: .81rem; line-height: 1.55; }
.cookieBanner strong, .cookieBanner a { color: #fff; }
.cookieBanner a { text-decoration: underline; text-underline-offset: 3px; }
.cookieBanner button { min-height: 38px; margin-top: 14px; border: 1px solid var(--red); padding: 0 13px; background: var(--red); color: var(--ink); font: inherit; font-size: .78rem; font-weight: 900; cursor: pointer; }
.legalBody { min-height: 100vh; background: #f6f8fb; }
.legalHeader { display: flex; align-items: center; justify-content: space-between; width: min(980px, calc(100% - 40px)); min-height: 78px; margin: 0 auto; border-bottom: 1px solid var(--line); }
.legalHeader .brand img { width: 116px; }
.legalHeader>a:last-child { color: var(--ink); font-size: .82rem; font-weight: 900; }
.legalPage { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 110px; }
.legalPage h1 { font-size: clamp(3rem, 7vw, 5.8rem); }
.legalPage h2 { margin: 46px 0 12px; font-size: clamp(1.45rem, 3vw, 2rem); }
.legalPage p { max-width: 760px; color: var(--muted); line-height: 1.75; }
.legalPage a { color: var(--ink); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.legalPage code { border: 1px solid var(--line); padding: 2px 5px; background: #fff; color: var(--ink); font-size: .86em; }
.legalUpdated { color: var(--cyan) !important; font-size: .82rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 900px) {
  body { padding-bottom: 84px; }
  .bottomDash { display: grid; }
  .topbar { grid-template-columns: 1fr auto; width: calc(100% - 24px); min-height: 62px; margin-top: 12px; padding: 7px 9px 7px 14px; }
  .topbar nav { display: none; }
  .brand img { width: 104px; }
  .topbar .navCta { min-height: 40px; padding: 0 12px; font-size: .74rem; }
  .hero { min-height: auto; padding-top: 185px; }
  .split, .dashboardGrid, .committeeGrid, .venue { grid-template-columns: 1fr; }
  .topicGrid, .crmStats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .topbar { width: calc(100% - 18px); margin-top: 9px; }

  .brand img {
    width: 104px;
  }

  .topbar .navCta {
    min-height: 40px;
    padding: 0 12px;
  }

  .hero {
    min-height: 92svh;
    padding-top: 128px;
    padding-bottom: 58px;
  }

  .footer { padding-top: 72px; }
  .footerMain { grid-template-columns: 1fr; gap: 34px; padding-bottom: 42px; }
  .icloWordmark { height: 44px; gap: 12px; }
  .footerBottom { grid-template-columns: 1fr; align-items: flex-start; }
  .footerBottom .footerLegal { justify-content: flex-start; }
  .cookieBanner { right: 12px; bottom: calc(92px + env(safe-area-inset-bottom)); width: calc(100% - 24px); }
  .legalHeader, .legalPage { width: calc(100% - 32px); }
  .legalPage { padding: 54px 0 80px; }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(5,13,26,.2), rgba(5,13,26,.84) 42%, rgba(5,13,26,.96)),
      linear-gradient(90deg, rgba(5,13,26,.94), rgba(5,13,26,.1));
  }

  .heroMedia {
    object-position: 62% center;
  }

  h1 { font-size: 3.45rem; }
  h2 { font-size: 2.35rem; }
  .section { width: min(100% - 24px, 1180px); padding: 76px 0; }
  .programPanel, .topicGrid, .crmStats, .member { grid-template-columns: 1fr; }
  .programPanel div, .crmStats span { border-right: 0; border-bottom: 1px solid var(--line); }
  .member img { width: 100%; height: 300px; }
  .member > div { text-align: center; }
  .registrationCallout { display: grid; margin: 58px auto; padding: 26px 20px; }
}

/* Motion and interaction layer */
:root { --hero-shift: 0px; --hero-pointer-x: 0px; --hero-pointer-y: 0px; }
.heroParallax { position: absolute; z-index: 0; inset: 0; overflow: hidden; transform: translate3d(calc(var(--hero-pointer-x) * .018), calc(var(--hero-pointer-y) * .014), 0); transition: transform .7s cubic-bezier(.2,.76,.24,1); will-change: transform; }
.heroMediaFrame { position: absolute; z-index: 0; inset: 0; overflow: hidden; transform: translateY(var(--hero-shift)) scale(1.06); animation: heroArrival 1.4s cubic-bezier(.2,.76,.24,1) both; will-change: transform; }
.heroMedia { z-index: 0; transform: scale(1); animation: heroBreath 15s ease-in-out infinite alternate; will-change: transform; }
.hero::after { z-index: 1; }
.heroContent { z-index: 4; }
.heroTechnical, .hero::before { z-index: 3; }
.heroContent > * { animation: contentArrival .8s both; }
.heroContent > :nth-child(2) { animation-delay: .08s; }
.heroContent > :nth-child(3) { animation-delay: .16s; }
.heroContent > :nth-child(4) { animation-delay: .24s; }
.heroContent > :nth-child(5) { animation-delay: .32s; }
.eventFacts a, .navCta, .button { transition: transform .28s ease, background-color .28s ease, box-shadow .28s ease; }
.eventFacts a:hover, .navCta:hover, .button:hover { transform: translateY(-3px); }
.primary:hover, .navCta:hover { box-shadow: 0 13px 28px rgba(247,171,100,.34); }
.eventTicker { overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid var(--line); background: #fff; }
.tickerTrack { display: flex; width: max-content; min-height: 54px; color: #123a63; font-size: .78rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; animation: ticker 20s linear infinite; }
.tickerGroup { display: flex; flex: 0 0 auto; align-items: center; gap: 22px; padding-right: 22px; white-space: nowrap; }
.tickerTrack i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--red); }
.programPanel { transition: transform .4s ease, box-shadow .4s ease; }
.programPanel:hover { transform: translateY(-6px); box-shadow: 0 30px 75px rgba(8,17,31,.13); }
.topicGrid span { transition: transform .32s ease, background-color .32s ease, border-color .32s ease; }
.topicGrid span:hover { transform: translateY(-6px); border-color: rgba(79,182,200,.8); background: rgba(79,182,200,.14); }
.member { transition: transform .35s ease, box-shadow .35s ease; }
.member img { transition: transform .55s cubic-bezier(.2,.76,.24,1), filter .4s ease; }
.member:hover { transform: translateY(-6px); box-shadow: 0 24px 54px rgba(8,17,31,.1); }
.member:hover img { transform: scale(1.035); filter: contrast(1.04); }
.registrationCallout { position: relative; overflow: hidden; box-shadow: 0 20px 50px rgba(247,171,100,.1); }
.registrationCallout::after { content: "2027"; position: absolute; right: -8px; bottom: -34px; color: rgba(247,171,100,.11); font-size: 9rem; font-weight: 900; line-height: 1; pointer-events: none; }
.registrationCallout > * { position: relative; z-index: 1; }
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.76,.24,1); }
[data-reveal].isVisible { opacity: 1; transform: translateY(0); }
@keyframes heroArrival { from { opacity: 0; transform: scale(1.13); } to { opacity: .96; transform: translateY(var(--hero-shift)) scale(1.06); } }
@keyframes heroBreath { from { transform: scale(1); } to { transform: scale(1.024); } }
@keyframes contentArrival { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ticker { to { transform: translateX(-25%); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }

/* Future-facing editorial system */
.hero::before { content: "HAND / LIVIGNO"; position: absolute; z-index: 1; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 58px; color: rgba(255,255,255,.15); font-size: clamp(1rem, 2vw, 1.7rem); font-weight: 900; letter-spacing: .2em; writing-mode: vertical-rl; transform: rotate(180deg); }
.heroTechnical { position: absolute; z-index: 1; inset: 132px max(24px, calc((100vw - 1180px) / 2)) auto auto; display: grid; justify-items: end; gap: 8px; color: rgba(255,255,255,.6); font-size: .64rem; font-weight: 800; letter-spacing: .12em; }
.heroTechnical span:first-child { color: var(--cyan); font-size: 1.1rem; letter-spacing: .22em; }
.eyebrowRule { display: inline-block; width: 42px; height: 1px; margin: 0 9px 4px; background: currentColor; vertical-align: middle; }
.section, .registrationCallout { position: relative; }
.sectionIndex { position: absolute; top: 86px; right: 0; z-index: 0; color: rgba(18,58,99,.055); font-size: clamp(6rem, 14vw, 13rem); font-weight: 900; line-height: .7; pointer-events: none; }
.topics .sectionIndex { color: rgba(255,255,255,.065); }
.registrationCallout .sectionIndex { top: 22px; right: 22px; z-index: 0; color: rgba(247,171,100,.11); font-size: clamp(5rem, 12vw, 9rem); }
.section > :not(.sectionIndex), .registrationCallout > :not(.sectionIndex) { position: relative; z-index: 1; }
.split > div:first-of-type h2, .topics h2 { max-width: 680px; }
.programPanel div { position: relative; overflow: hidden; }
.programPanel div::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background: var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform .55s ease; }
.programPanel:hover div::after { transform: scaleX(1); }
.topicGrid { gap: 1px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.13); }
.topicGrid span { position: relative; min-height: 118px; border: 0; border-radius: 0; background: var(--blue-deep); }
.topicGrid span::before { content: ""; position: absolute; top: 15px; left: 18px; width: 18px; height: 1px; background: var(--cyan); }
.topicGrid span:nth-child(2n)::before { background: var(--red); }
.topicGrid span:hover { background: var(--blue); }
.committeeGrid { gap: 1px; border: 1px solid var(--line); background: var(--line); }
.member { border: 0; border-radius: 0; }
.member::before { content: "SCIENTIFIC COMMITTEE"; position: absolute; top: 10px; right: 12px; color: var(--cyan); font-size: .57rem; font-weight: 900; letter-spacing: .1em; writing-mode: vertical-rl; }
.member { position: relative; }
.registrationCallout { min-height: 230px; align-items: flex-end; border-color: rgba(247,171,100,.42); }
.registrationCallout::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(247,171,100,.25); pointer-events: none; }
[data-lift] { --tilt-x: 0deg; --tilt-y: 0deg; transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); will-change: transform; }
.topicGrid span[data-lift]:hover, .member[data-lift]:hover { transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-6px); }
@media (max-width: 560px) { .heroTechnical, .hero::before { display: none; } #meeting { padding-top: 32px; } .sectionIndex { top: 58px; right: 8px; font-size: 6rem; } .registrationCallout { min-height: auto; } .topicGrid span { min-height: 100px; } .member::before { display: none; } }

.registrationCallout{align-items:stretch}.registrationIntro{max-width:420px}.feeOverview{display:grid;grid-template-columns:repeat(2,minmax(190px,1fr));gap:1px;align-self:stretch;border:1px solid rgba(247,171,100,.32);background:rgba(247,171,100,.32)}.feeOverview article{display:flex;min-width:0;flex-direction:column;padding:18px;background:rgba(255,255,255,.78)}.feeOverview span{color:var(--blue);font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.feeOverview strong{margin-top:8px;color:var(--ink);font-size:1.5rem}.feeOverview p{margin:10px 0 0;color:var(--muted);font-size:.83rem;line-height:1.5}.registrationButton{align-self:center;white-space:nowrap}@media (max-width:900px){.registrationCallout{align-items:start}.registrationIntro{max-width:none}.feeOverview{width:100%}.registrationButton{align-self:start}}@media (max-width:560px){.feeOverview{grid-template-columns:1fr}.registrationButton{width:100%}}
.registrationLinks{display:flex;align-items:center;justify-content:flex-end;gap:10px;align-self:center}.registrationLinks .button{white-space:nowrap}@media (max-width:900px){.registrationLinks{justify-content:flex-start}}@media (max-width:560px){.registrationLinks{display:grid;width:100%}.registrationLinks .button{width:100%}}

/* Venue map flight */
.venue { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); align-items: stretch; gap: clamp(30px, 5vw, 78px); }
.venueCopy { display: flex; flex-direction: column; justify-content: center; }
.venue address { margin-top: 32px; }
.venueMapStage { min-width: 0; }
.mapFlightViewport { position: relative; min-height: 430px; overflow: hidden; border: 1px solid rgba(8,17,31,.3); background: #cbd6da; box-shadow: 0 28px 70px rgba(8,17,31,.2); isolation: isolate; }
.mapFlight { position: absolute; inset: 0; z-index: 0; background: #cbd6da; }
.mapFlight .leaflet-control-attribution { padding: 2px 5px; background: rgba(255,255,255,.82); color: #43505e; font-size: .55rem; }
.mapFlight .leaflet-control-zoom { display: none; }
.mapFlightHud { position: absolute; z-index: 4; top: 16px; right: 16px; left: 16px; display: flex; justify-content: space-between; gap: 14px; color: rgba(255,255,255,.94); font-size: .58rem; font-weight: 900; letter-spacing: .09em; pointer-events: none; text-shadow: 0 1px 8px rgba(0,0,0,.62); }
.mapFlightHud span:first-child { padding: 7px 9px; border: 1px solid rgba(255,255,255,.52); background: rgba(5,13,25,.65); text-shadow: none; }
.mapFlightTarget { position: absolute; z-index: 4; bottom: 20px; left: 20px; display: flex; align-items: center; gap: 12px; color: #fff; font-size: .72rem; line-height: 1.35; letter-spacing: .1em; pointer-events: none; text-shadow: 0 1px 8px rgba(0,0,0,.72); }
.mapFlightTarget span, .mapDestinationPin { width: 15px; height: 15px; flex: 0 0 15px; border: 3px solid #fff; border-radius: 50% 50% 50% 0; background: var(--red); box-shadow: 0 0 0 0 rgba(247,171,100,.7); transform: rotate(-45deg); animation: locationPulse 1.8s infinite; }
.mapDestinationPin { display: block; }
@keyframes locationPulse { 70% { box-shadow: 0 0 0 12px rgba(247,171,100,0); } 100% { box-shadow: 0 0 0 0 rgba(247,171,100,0); } }
.directionsButton { display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; width: 100%; margin-top: 10px; border: 1px solid var(--blue); padding: 0 16px; background: var(--blue); color: #fff; font-size: .82rem; font-weight: 900; transition: transform .28s ease, background-color .28s ease; }
.directionsButton span { font-size: 1.15rem; }
.directionsButton:hover { transform: translateY(-3px); background: var(--red); color: var(--ink); }
.venueCaption { display: block; margin-top: 8px; color: var(--muted); font-size: .64rem; }
@media (prefers-reduced-motion: reduce) { .mapFlightTarget span, .mapDestinationPin { animation: none; } }
@media (max-width: 900px) { .venue { grid-template-columns: 1fr; } .mapFlightViewport { min-height: 360px; } }
@media (max-width: 560px) { .mapFlightViewport { min-height: 320px; } .mapFlightHud { top: 10px; right: 10px; left: 10px; } .mapFlightHud span:last-child { display: none; } .mapFlightTarget { bottom: 14px; left: 14px; } }

/* Full-bleed view of the congress venue. */
.venueParallax {
  position: relative;
  display: grid;
  min-height: min(760px, 88vh);
  align-items: end;
  overflow: hidden;
  padding: clamp(36px, 7vw, 94px) max(24px, calc((100vw - 1180px) / 2));
  background-image: linear-gradient(90deg, rgba(16,6,117,.79) 0%, rgba(16,6,117,.38) 45%, rgba(8,17,31,.13) 100%), url("assets/alpen-resort-winter-pool.webp");
  background-position: center, center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.venueParallax::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 32%;
  background: linear-gradient(transparent, rgba(8,17,31,.36));
  pointer-events: none;
}
.venueParallaxContent { position: relative; z-index: 1; max-width: 680px; }
.venueParallax .eyebrow { color: var(--cyan); }
.venueParallax h2 { margin: 0 0 22px; color: #fff; font-size: clamp(2.8rem, 6.4vw, 6.5rem); line-height: .94; }
.venueParallax a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--red);
  padding-bottom: 8px;
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .25s ease, gap .25s ease;
}
.venueParallax a:hover { gap: 20px; color: var(--red); }
@media (max-width: 800px) {
  .venueParallax { min-height: 72svh; background-attachment: scroll; background-position: 61% center, 61% center; }
}

.videoDialog { width: min(100% - 32px, 1120px); max-width: 1120px; border: 0; padding: 0; background: var(--blue); color: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.videoDialog::backdrop { background: rgba(2,8,18,.84); backdrop-filter: blur(8px); }
.videoDialogFrame { border: 1px solid rgba(255,255,255,.18); }
.videoDialogHeader { display: flex; min-height: 58px; align-items: center; justify-content: space-between; padding: 0 12px 0 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
.videoDialogHeader p { margin: 0; color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.videoDialogClose { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.32); background: transparent; color: #fff; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.videoDialogClose:hover { border-color: var(--cyan); color: var(--cyan); }
.videoDialogPlayer { display: block; width: 100%; max-height: min(72vh, 720px); background: #000; }
@media (max-width: 560px) { .videoDialog { width: 100%; max-width: 100%; } .videoDialogHeader { min-height: 52px; padding-left: 14px; } }

/* Scroll scenes: deliberately paced, with a calm editorial cadence. */
.scrollStage {
  --scene-y: 34px;
  --scene-scale: .985;
  opacity: 0;
  transform: translate3d(0, var(--scene-y), 0) scale(var(--scene-scale));
  transition: opacity .55s ease var(--scene-delay, 0ms), transform .82s cubic-bezier(.18,.78,.22,1) var(--scene-delay, 0ms);
  will-change: opacity, transform;
}
.scrollStage.isSceneVisible {
  --scene-y: 0px;
  --scene-scale: 1;
  opacity: 1;
}
.scrollStage[data-lift] {
  transform: translate3d(0, var(--scene-y), 0) perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(var(--scene-scale));
}
.scrollStage.isSceneVisible[data-lift]:hover {
  transform: translate3d(0, 0, 0) perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-6px) scale(1);
}
.programPanel.scrollStage { --scene-y: 20px; }
.programPanel > .scrollStage { --scene-y: 22px; }
.topicGrid > .scrollStage, .committeeGrid > .scrollStage {
  --scene-y: 0px;
  --scene-scale: 1;
}
.venueCopy.scrollStage { --scene-y: 26px; }
.venueMapStage.scrollStage { --scene-y: 42px; }
.footerMain > .scrollStage { --scene-y: 26px; }
[data-reveal] .sectionIndex {
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(.92);
  transition: opacity .8s ease .08s, transform 1s cubic-bezier(.18,.78,.22,1) .08s;
}
[data-reveal].isVisible .sectionIndex { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
@media (max-width: 560px) {
  .scrollStage, .programPanel.scrollStage, .programPanel > .scrollStage, .topicGrid > .scrollStage, .committeeGrid > .scrollStage, .venueCopy.scrollStage, .venueMapStage.scrollStage, .footerMain > .scrollStage { --scene-y: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .scrollStage, .scrollStage[data-lift], [data-reveal] .sectionIndex { opacity: 1; transform: none; }
}

/* Desktop section cadence. Touch screens retain free-form reading. */
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  html {
    scroll-snap-type: y mandatory;
    scroll-padding-top: 76px;
  }
  main > section,
  .footer {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

/* Registration belongs to the home as a clear invitation, not a duplicate pricing table. */
.registrationCallout{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:52px;min-height:340px;padding:52px max(34px,5vw);border:0;background:#100675;color:#fff;box-shadow:none}.registrationCallout::before{border-color:rgba(247,171,100,.38)}.registrationCallout::after{right:22px;bottom:-46px;color:rgba(255,255,255,.08)}.registrationIntro{max-width:650px}.registrationCallout .eyebrow{color:#f7ab64}.registrationCallout h2{max-width:590px;margin:0;color:#fff;font-size:clamp(2.7rem,5vw,5.4rem);line-height:.88;letter-spacing:0}.registrationCallout .registrationIntro>p:not(.eyebrow):not(.registrationMeta){max-width:490px;margin:20px 0 0;color:rgba(255,255,255,.78);font-size:1rem;line-height:1.55}.registrationMeta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:28px 0 0!important;color:rgba(255,255,255,.65);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.registrationMeta b{margin-left:5px;color:#fff;font-size:.84rem}.registrationMeta i{width:4px;height:4px;border-radius:50%;background:#f7ab64}.registrationLinks{position:relative;z-index:2;display:flex;align-items:center;gap:12px;align-self:end}.registrationLinks .button{min-height:50px;padding:0 20px;white-space:nowrap}.registrationLinks .ghost{border-color:rgba(255,255,255,.48);background:transparent;color:#fff}.registrationLinks .ghost:hover{border-color:#f7ab64;background:#f7ab64;color:#2e2d2c}.registrationLinks .primary{background:#f7ab64;color:#2e2d2c}@media (max-width:760px){.registrationCallout{grid-template-columns:1fr;gap:30px;min-height:auto;margin:54px auto;padding:36px 24px}.registrationCallout h2{font-size:3.1rem}.registrationLinks{justify-content:flex-start;align-self:auto}.registrationLinks .button{flex:1}}@media (max-width:460px){.registrationMeta{display:grid;gap:8px}.registrationMeta i{display:none}.registrationLinks{display:grid}.registrationLinks .button{width:100%}}
