:root {
  --navy: #0A1E3F;
  --navy-deep: #06152E;
  --navy-panel: #0F2A52;

  --line: #DCE2EC;
  --line-dark: #213D66;

  --magenta: #E6007E;
  --cyan: #27BDEE;
  --purple: #7B2FBD;
  --coral: #F4733C;

  --ink: #0A1E3F;
  --ink-2: #344156;
  --muted: #69758B;
  --faint: #A0AAB9;

  --paper: #FFFFFF;
  --soft: #F5F7FA;
  --card: #FAFBFD;

  --shadow: 0 18px 54px rgba(6, 21, 46, .12);
  --shadow-soft: 0 12px 30px rgba(6, 21, 46, .08);

  --radius: 22px;

  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Calibri, "Segoe UI", Roboto, Arial, sans-serif;

  --maxw: 1180px;

  /* Hero image testing controls */

--hero-left-column: .82fr;
--hero-right-column: minmax(520px, 1.18fr);
--hero-image-min-height: 500px;


--hero-image-radius: 14px;
--hero-image-position: center center;

  /*
       assets/img/hero/world-fintech-forum-hero.jpg
  */

  --hero-bg:
    radial-gradient(
      circle at 78% 10%,
      rgba(123, 47, 189, .34),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      var(--navy),
      var(--navy-deep)
    );

  /* Photo version:
  --hero-bg:
    linear-gradient(
      90deg,
      rgba(6, 21, 46, .92) 0%,
      rgba(10, 30, 63, .78) 42%,
      rgba(10, 30, 63, .48) 100%
    ),
    url("../img/hero/world-fintech-forum-hero.jpg");
  */
}

/* ------------------------------------------------------------------
   Base
------------------------------------------------------------------ */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0;
  color: var(--ink);
}

p {
  margin: 0;
}

.reg-line {
    color: #CFD6E3;
    font-size: 13.5px;
    max-width: 620px;
    margin-bottom: 8px;
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

.section {
  padding: clamp(64px, 8vw, 104px) 0;
}

.soft {
  background: var(--soft);
}

.center {
  text-align: center;
}

.center .section-copy {
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  display: block;
  margin: 0 0 16px;
  color: var(--magenta);
  font-size: 11px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-weight: 800;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.15rem);
  margin-bottom: 18px;
}

.section-copy {
  max-width: 720px;
  color: var(--ink-2);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.small-note {
  font-size: .92rem;
  color: var(--muted);
  margin-top: 18px;
}

.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -44px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--magenta);
  color: #ffffff;
}

.skip-link:focus {
  top: 14px;
}

:focus-visible {
  outline: 3px solid var(--magenta);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ------------------------------------------------------------------
   Buttons and tags
------------------------------------------------------------------ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease,
    border-color .18s ease;
}

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

.btn-primary {
  background: var(--magenta);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(230, 0, 126, .22);
}

.btn-primary:hover {
  box-shadow: 0 18px 38px rgba(230, 0, 126, .30);
}

.btn-secondary {
  background: #ffffff;
  color: var(--navy);
  border-color: var(--line);
}

.btn-secondary:hover {
  box-shadow: var(--shadow-soft);
}

.btn-dark {
  background: var(--navy);
  color: #ffffff;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, .38);
  color: #ffffff;
  background: rgba(255, 255, 255, .03);
}

.btn-outline-light:hover {
  border-color: #ffffff;
}

.button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tag.dark {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .20);
  color: #DCE7F8;
}

/* ------------------------------------------------------------------
   Header
------------------------------------------------------------------ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(220, 226, 236, .85);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 36px rgba(6, 21, 46, .08);
}

.nav-shell {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 72px;
  height: 72px;
  display: block;
  object-fit: contain;
}

.brand-mark {
  flex: 0 0 auto;
}

.brand-wordmark {
  display: none;
}

.brand-wordmark strong {
  font-weight: 800;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--ink-2);
  font-size: .89rem;
}

.primary-nav a {
  transition: color .15s ease;
}

.primary-nav a:hover {
  color: var(--magenta);
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--magenta);
  color: #ffffff !important;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  appearance: none;
  position: relative;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
  transition:
    transform .18s ease,
    opacity .18s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ------------------------------------------------------------------
   Hero
------------------------------------------------------------------ */

.hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: var(--hero-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(
    90deg,
    var(--cyan),
    var(--purple),
    var(--magenta),
    var(--coral)
  ) 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -34% -10%;
  z-index: 0;
  height: 58%;
  background: radial-gradient(
    ellipse at center,
    rgba(39, 189, 238, .16),
    transparent 64%
  );
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: minmax(0, var(--hero-left-column)) var(--hero-right-column);
  gap: 56px;
  align-items: center;
  padding: clamp(72px, 9vw, 126px) 0;
}

.hero h1 {
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 6.5rem);
}

.hero-lede {
  margin: 24px 0 16px;
  color: #D8E1EF;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-style: italic;
}

.hero-copy {
  max-width: 680px;
  color: #AFC0D7;
  font-size: 1.05rem;
}

.hero-anchor {
  margin-top: 28px;
  color: #ffffff;
  font-size: 1.06rem;
}

.hero-anchor strong {
  color: var(--magenta);
  font-weight: 900;
}

.hero-image-card {
  position: relative;
  min-height: var(--hero-image-min-height);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--hero-image-radius);
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .26);
  isolation: isolate;
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: var(--hero-image-position);
}

.hero-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(6, 21, 46, .08) 0%,
      rgba(6, 21, 46, .32) 100%
    ),
    radial-gradient(
      circle at 80% 12%,
      rgba(230, 0, 126, .22),
      transparent 34%
    );
}

.orbital-card {
  position: relative;
  min-height: 520px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 34px;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, .12),
    rgba(255, 255, 255, .04)
  );
  box-shadow: 0 24px 80px rgba(0, 0, 0, .26);
}

.orbital-card::before {
  content: "";
  position: absolute;
  inset: 10%;
  border: 2px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  transform: rotate(-24deg);
}

.orbital-card::after {
  content: "";
  position: absolute;
  inset: 23%;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 50%;
  transform: rotate(32deg);
}

.hero-stat {
  position: absolute;
  max-width: 210px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #ffffff;
  color: var(--navy);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .24);
}

.hero-stat strong {
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.hero-stat span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: .84rem;
}

.hero-stat:nth-child(1) {
  left: 32px;
  top: 64px;
}

.hero-stat:nth-child(2) {
  right: 28px;
  top: 190px;
}

.hero-stat:nth-child(3) {
  left: 90px;
  bottom: 72px;
}

.hero-stat:nth-child(4) {
  right: 54px;
  bottom: 38px;
}

.region-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.rail-item {
  padding: 15px 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  color: #DCE7F8;
  font-size: .84rem;
}

.rail-item strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: .95rem;
}

/* ------------------------------------------------------------------
   Stats
------------------------------------------------------------------ */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.stat-card {
  padding: 26px 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.stat-card strong {
  display: block;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1;
}

.stat-card span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: .9rem;
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.pill {
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--ink-2);
  font-size: .82rem;
}

/* ------------------------------------------------------------------
   Info cards and dark sections
------------------------------------------------------------------ */

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.info-card {
  min-height: 128px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.info-card-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}

.info-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: contain;
  display: block;
  margin-top: 1px;
}

.info-card h3 {
  margin-bottom: 5px;
  font-family: var(--sans);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0;
}

.info-card p {
  color: var(--muted);
  font-size: .92rem;
}

.objective {
  max-width: 750px;
  margin-top: 30px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-style: italic;
}

.dark-section {
  background: linear-gradient(180deg, var(--navy), var(--navy-deep));
  color: #ffffff;
}

.dark-section h2 {
  color: #ffffff;
}

.dark-section .section-copy {
  color: #B7C5DA;
}

.association-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.assoc-card {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  color: #DBE7F7;
  font-size: .92rem;
  font-weight: 800;
  text-align: center;
}

.assoc-card:last-child {
  border-style: dashed;
  background: rgba(230, 0, 126, .18);
  color: #ffffff;
}

.participants-regulatory-line {
  max-width: 980px;
  margin: 28px 0 0;
  color: #F4F8FF;
  font-size: clamp(.98rem, 1.2vw, 1.08rem);
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -.01em;
}

.participants-regulatory-line strong {
  color: #ffffff;
  font-weight: 900;
}

/* ------------------------------------------------------------------
   Quote
------------------------------------------------------------------ */

.quote-block {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.quote-block blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-style: italic;
  line-height: 1.45;
}

.quote-block cite {
  display: block;
  margin-top: 20px;
  color: var(--magenta);
  font-style: normal;
  font-weight: 800;
}

.quote-block cite span {
  color: var(--muted);
  font-weight: 600;
}

/* ------------------------------------------------------------------
   Editions / generic cards
------------------------------------------------------------------ */

.edition-grid,
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.region-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.region-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.region-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
}

.region-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.region-title-row h3 {
  font-size: 1.7rem;
}

.region-meta {
  color: var(--muted);
  font-size: .88rem;
}

.region-card p {
  color: var(--ink-2);
  font-size: .94rem;
}

.region-card .btn {
  width: 100%;
  margin-top: auto;
}

.accent-line {
  height: 6px;
  background: var(--accent, var(--magenta));
}

/* ------------------------------------------------------------------
   Agenda
------------------------------------------------------------------ */

.agenda-shell {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.agenda-tabs {
  display: flex;
  gap: 0;
  padding: 10px;
  background: var(--navy);
}

.agenda-tab {
  flex: 1;
  padding: 13px 16px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #B8C8DF;
  font-weight: 800;
  cursor: pointer;
}

.agenda-tab[aria-selected="true"] {
  background: #ffffff;
  color: var(--navy);
}

.agenda-panels {
  padding: 12px 24px 24px;
}

.agenda-panel[hidden] {
  display: none;
}

.session-item {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.session-item:last-child {
  border-bottom: 0;
}

.session-time {
  color: var(--magenta);
  font-weight: 900;
}

.session-title {
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 900;
}

.session-type {
  display: inline-flex;
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}

.session-description {
  margin-top: 8px;
  color: var(--muted);
  font-size: .92rem;
}

/* ------------------------------------------------------------------
   Speakers and carousel
------------------------------------------------------------------ */

.speaker-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.speaker-card {
  appearance: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  text-align: left;
  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.speaker-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.speaker-card .speaker-portrait {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--soft);
}

.speaker-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.speaker-card-main {
  display: block;
  flex: 1;
}
.speaker-card h3 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.speaker-card p {
  margin-top: 6px;
  color: var(--muted);
  font-size: .86rem;
}

.speaker-card .speaker-region {
  display: inline-flex;
  margin-top: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--navy);
  color: #ffffff;
  font-size: .72rem;
  font-weight: 900;
}

/*
Logo
*/

.speaker-logo-area {
  min-height: 46px;
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.speaker-logo {
  width: auto;
  max-width: 156px;
  max-height: 34px;
  object-fit: contain;
  object-position: left center;
}


.speaker-carousel {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
}

.speaker-carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 18px;
}

.speaker-nav {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 900;
  transition:
    transform .18s ease,
    background .18s ease,
    color .18s ease,
    opacity .18s ease;
}

.speaker-nav:hover:not(:disabled) {
  transform: translateY(-2px);
  background: var(--navy);
  color: #ffffff;
}

.speaker-nav:disabled {
  opacity: .35;
  cursor: not-allowed;
  box-shadow: none;
}

.speaker-carousel .speaker-track {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
  overflow: visible;
  overscroll-behavior: auto;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  margin-top: 0;
  padding: 4px 2px 22px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.speaker-carousel .speaker-track::-webkit-scrollbar {
  display: none;
}

/* Desktop large: 5 visible cards */

.speaker-carousel .speaker-card {
  flex: 0 0 calc((100% - 72px) / 5);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.speaker-carousel .speaker-card-body {
  flex: 1;
}

.speaker-carousel.is-moving .speaker-card {
  pointer-events: none;
}

/* ------------------------------------------------------------------
   Gallery
------------------------------------------------------------------ */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.gallery-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.gallery-grid figcaption {
  padding: 14px 16px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 800;
}
/* ------------------------------------------------------------------
   Editorial Guapa
------------------------------------------------------------------ */

/* Editorial proof image section */

.editorial-proof-section {
  background: #ffffff;
}

.editorial-proof {
  position: relative;
  min-height: clamp(460px, 58vw, 680px);
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--navy);
  isolation: isolate;
}

.editorial-proof picture,
.editorial-proof img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.editorial-proof img {
  object-fit: cover;
  object-position: center center;
}

.editorial-proof::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(6, 21, 46, .88) 0%,
      rgba(6, 21, 46, .62) 42%,
      rgba(6, 21, 46, .14) 100%
    ),
    linear-gradient(
      180deg,
      rgba(6, 21, 46, .08) 0%,
      rgba(6, 21, 46, .64) 100%
    );
}

.editorial-proof::before {
  content: "";
  position: absolute;
  inset: auto -12% -32% -12%;
  z-index: 2;
  height: 48%;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(39, 189, 238, .18),
    transparent 64%
  );
}

.editorial-proof-copy {
  position: relative;
  z-index: 3;
  max-width: 560px;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 5vw, 58px);
  color: #ffffff;
}

.editorial-proof-copy .eyebrow {
  color: #F6B7DA;
}

.editorial-proof-copy h2 {
  color: #ffffff;
  font-size: clamp(2.1rem, 4.6vw, 4rem);
  max-width: 620px;
}

.editorial-proof-copy p {
  margin-top: 18px;
  color: rgba(235, 243, 255, .88);
  font-size: 1.03rem;
  max-width: 56ch;
}

@media (max-width: 860px) {
  .editorial-proof {
    min-height: 560px;
  }

  .editorial-proof::after {
    background:
      linear-gradient(
        180deg,
        rgba(6, 21, 46, .54) 0%,
        rgba(6, 21, 46, .82) 58%,
        rgba(6, 21, 46, .92) 100%
      );
  }

  .editorial-proof-copy {
    justify-content: flex-end;
  }
}

@media (max-width: 580px) {
  .editorial-proof {
    min-height: 520px;
    border-radius: 24px;
  }

  /* Simple pages mobile spacing */

  .simple-page .simple-hero .wrap,
  .simple-page .section .wrap {
    padding-left: 28px;
    padding-right: 28px;
  }

  .simple-page .cards-grid {
    gap: 16px;
  }

  .simple-page .content-card {
    padding: 24px;
  }

  .simple-page .content-card h2 {
    font-size: 1.45rem;
  }
}

/* ------------------------------------------------------------------
   Participation
------------------------------------------------------------------ */

.participation-band {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 60px);
  border-radius: 32px;
  background: linear-gradient(135deg, var(--navy), var(--purple));
  color: #ffffff;
  box-shadow: var(--shadow);
}

.participation-band h2 {
  color: #ffffff;
}

.participation-band p {
  max-width: 740px;
  color: #D3DFF0;
}

.participation-band::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: var(--magenta);
  opacity: .18;
}

/* ------------------------------------------------------------------
   Event pages
------------------------------------------------------------------ */

.event-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: var(--navy);
  color: #ffffff;
}

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

.event-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(6, 21, 46, .92),
    rgba(6, 21, 46, .66),
    rgba(6, 21, 46, .20)
  );
}

.event-hero .wrap {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 72px;
}

.event-hero h1 {
  max-width: 850px;
  color: #ffffff;
  font-size: clamp(3.4rem, 8vw, 7rem);
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.event-copy {
  max-width: 720px;
  margin-top: 20px;
  color: #D1DCEB;
  font-size: 1.08rem;
}

.event-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 820px;
  margin-top: 32px;
}

.event-stat {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
}

.event-stat strong {
  display: block;
  font-family: var(--serif);
  font-size: 2.15rem;
  line-height: 1;
}

.event-stat span {
  display: block;
  margin-top: 6px;
  color: #BFD0E6;
  font-size: .86rem;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, .45fr);
  gap: 40px;
  align-items: start;
}

.side-card {
  position: sticky;
  top: 100px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.side-card h3 {
  margin-bottom: 14px;
  font-size: 1.55rem;
}

.side-list {
  display: grid;
  gap: 12px;
}

.side-list div {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.side-list div:last-child {
  border-bottom: 0;
}

.side-list strong {
  display: block;
  color: var(--muted);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.side-list span {
  display: block;
  margin-top: 4px;
  font-weight: 800;
}

/* ------------------------------------------------------------------
   Forms
------------------------------------------------------------------ */

.form-card {
  margin-top: 34px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

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

.form-field {
  display: grid;
  gap: 7px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--navy);
  font-size: .88rem;
  font-weight: 900;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  color: var(--ink);
}

.form-field textarea {
  min-height: 130px;
  resize: vertical;
}

.form-status {
  margin-top: 16px;
  font-weight: 800;
}

.form-status.error {
  color: #A20A42;
}

.form-status.success {
  color: #157347;
}

/* ------------------------------------------------------------------
   Modal
------------------------------------------------------------------ */

.modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.modal.is-open {
  display: block;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 21, 46, .72);
  backdrop-filter: blur(8px);
}

.modal-panel {
  position: relative;
  max-width: 840px;
  margin: clamp(32px, 7vw, 76px) auto;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  font-weight: 900;
}

.modal-content {
  display: grid;
  grid-template-columns: 320px 1fr;
}

#modal-image {
  width: 100%;
  min-height: 420px;
  height: 100%;
  object-fit: cover;
}

.modal-copy {
  padding: 42px;
}

.modal-copy h2 {
  font-size: 2.2rem;
}

.modal-copy .role {
  margin-top: 8px;
  color: var(--magenta);
  font-weight: 900;
}

.modal-copy p {
  margin-top: 18px;
  color: var(--ink-2);
}

.modal-logo-area {
  width: 100%;
  max-width: 260px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.modal-logo-area[hidden] {
  display: none;
}

.modal-logo {
  width: auto;
  max-width: 180px;
  max-height: 36px;
  min-height: 0;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.status-badge {
  display: inline-flex;
  margin-top: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
}

/* ------------------------------------------------------------------
   Simple pages
------------------------------------------------------------------ */

.simple-hero {
  padding: clamp(76px, 10vw, 130px) 0;
  background: linear-gradient(135deg, var(--navy), var(--navy-deep));
  color: #ffffff;
}

.simple-hero h1 {
  color: #ffffff;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
}

.simple-hero p {
  max-width: 760px;
  margin-top: 18px;
  color: #C7D6E9;
  font-size: 1.12rem;
}

.content-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.content-card h2 {
  margin: 18px 0 10px;
  font-size: 2rem;
}

.content-card ul {
  color: var(--ink-2);
  line-height: 1.8;
}

/* ------------------------------------------------------------------
   Contact page
------------------------------------------------------------------ */

.contact-card {
  width: 100%;
  max-width: 760px;
}

.contact-card .eyebrow {
  margin-bottom: 12px;
}

.contact-list {
  display: grid;
  gap: 0;
  margin-top: 24px;
}

.contact-item {
  min-width: 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.contact-item:last-child {
  padding-bottom: 0;
}

.contact-label {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-value {
  display: inline-block;
  max-width: 100%;
  margin-top: 5px;
  color: var(--navy);
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-value:hover {
  color: var(--magenta);
}

/* ------------------------------------------------------------------
   Footer
------------------------------------------------------------------ */

.site-footer {
  padding: clamp(56px, 7vw, 86px) 0;
  background: var(--navy-deep);
  color: #D7E3F4;
}

.footer-statement {
  max-width: 740px;
  margin: 0 auto 44px;
  color: #ffffff;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  font-style: italic;
  line-height: 1.38;
  text-align: center;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .75fr .55fr;
  gap: 36px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-brand {
  margin-bottom: 16px;
  color: #ffffff;
}

.footer-brand-card {
  width: fit-content;
  padding: 8px;
  border-radius: 18px;
  background: #ffffff;
}

.footer-logo {
  width: 124px;
  height: 124px;
  display: block;
  object-fit: contain;
}

.footer-brand span {
  font-family: var(--serif);
  letter-spacing: .04em;
}

.footer-about,
.footer-tagline,
.footer-legal {
  max-width: 520px;
  color: #8CA0BC;
  font-size: .9rem;
}

.footer-tagline {
  margin-top: 10px;
  color: #C7D6E9;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  color: #B9C7DC;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-heading {
  margin-bottom: 4px;
  color: #ffffff;
  font-weight: 900;
}

.footer-legal {
  margin-top: 36px;
  font-size: .78rem;
}

/* ------------------------------------------------------------------
   Motion
------------------------------------------------------------------ */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .65s ease,
    transform .65s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

/* ------------------------------------------------------------------
   Responsive
------------------------------------------------------------------ */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn,
  .speaker-card {
    transition: none;
  }
}

@media (max-width: 1200px) {
  .speaker-carousel .speaker-card {
    flex-basis: calc((100% - 54px) / 4);
  }
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-image-card {
    min-height: 460px;
  }

  .orbital-card {
    min-height: 370px;
  }

  .stats-grid,
  .edition-grid,
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .speaker-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .association-wall {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .side-card {
    position: static;
  }

  .event-stat-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .speaker-carousel .speaker-card {
    flex-basis: calc((100% - 36px) / 3);
  }
}

@media (max-width: 860px) {
  .nav-shell {
    height: 78px;
  }

  .menu-toggle {
    display: block;
  }

  .brand-logo {
  width: 62px;
  height: 62px;
}

  .primary-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 24px 24px;
    border-bottom: 1px solid var(--line);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(6, 21, 46, .10);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }

  .primary-nav .nav-cta {
    margin-top: 12px;
    border-bottom: 0;
    text-align: center;
  }

  .hero-grid {
    min-height: auto;
    padding: 74px 0;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.6rem);
  }

  .region-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .speaker-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .speaker-carousel-controls {
    justify-content: flex-start;
  }

  .speaker-carousel .speaker-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .session-item {
    grid-template-columns: 1fr;
  }

  .session-item .btn {
    justify-self: start;
  }

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

  .modal-content {
    grid-template-columns: 1fr;
  }

  #modal-image {
    min-height: auto;
    height: 320px;
  }

  .modal-panel {
    width: calc(100% - 40px);
    margin: 20px auto;
  }

  .event-stat-row {
    grid-template-columns: 1fr;
  }

  .event-hero {
    min-height: 560px;
  }

  .hero-image-card {
    min-height: 360px;
  }
}

@media (max-width: 580px) {
  .section {
    padding: 50px 0;
  }

  /* Home mobile spacing */

  .home-page .hero-grid {
    padding-left: 28px;
    padding-right: 28px;
  }

  .home-page .participation-band {
    width: calc(100% - 48px);
    padding: 38px 30px;
  }

  .stats-grid,
  .edition-grid,
  .cards-grid,
  .info-grid,
  .gallery-grid,
  .speaker-grid {
    grid-template-columns: 1fr;
  }

  .speaker-carousel .speaker-card {
    flex-basis: 84%;
  }

  .region-rail {
    grid-template-columns: 1fr;
  }

  .association-wall {
    grid-template-columns: 1fr;
  }

  .agenda-tabs {
    flex-direction: column;
  }

  .hero-stat {
    position: static;
    margin: 10px;
  }

  .orbital-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    min-height: auto;
    padding: 12px;
  }

  .orbital-card::before,
  .orbital-card::after {
    display: none;
  }

  .hero-stat strong {
    font-size: 1.55rem;
  }

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

  .event-hero h1 {
    font-size: 3rem;
  }

  .simple-hero h1 {
    font-size: 2.8rem;
  }

  .modal {
  padding: 16px 0;
  }

  .modal-panel {
    width: calc(100% - 32px);
    margin: 0 auto;
    border-radius: 26px;
  }

  .modal-copy {
    padding: 34px 28px 42px;
  }

  #modal-image {
    height: 300px;
  }

  /* Contact page mobile */

  .contact-card {
    padding: 26px 22px;
  }

  .contact-card h2 {
    font-size: 1.75rem;
  }

  .contact-value {
    font-size: .95rem;
    line-height: 1.45;
  }

  .hero-image-card {
    min-height: 300px;
    border-radius: 24px;
  }
  
}
