:root {
  --navy: #08275b; --navy-dark: #041936; --green: #009d61;
  --green-dark: #007548; --ink: #172033; --muted: #5f6878;
  --paper: #ffffff; --soft: #f2f7f5; --line: #dce7e2;
  --shadow: 0 18px 45px rgba(8, 39, 91, 0.1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-nav { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(8,39,91,.08); backdrop-filter: blur(12px); }
.nav-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--navy); font-weight: 850; letter-spacing: .04em; text-decoration: none; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { color: var(--muted); font-weight: 650; text-decoration: none; }
.nav-links a:hover { color: var(--green-dark); }
.nav-links .nav-cta { padding: 8px 16px; color: white; background: var(--green-dark); border-radius: 999px; }
.hero { padding: 44px 0 76px; background: radial-gradient(circle at 85% 15%, rgba(0,157,97,.1), transparent 28%), linear-gradient(180deg, #fff 0%, #f8fbfa 100%); }
.banner { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); background: #fff; }
.hero-copy { max-width: 860px; margin: 46px auto 0; text-align: center; }
.eyebrow { margin: 0 0 14px; color: var(--green-dark); font-size: .82rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1 { margin: 0; color: var(--navy); font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -.05em; }
.hero-kicker { margin: 12px 0 0; color: var(--green-dark); font-size: clamp(1.2rem, 2.5vw, 1.75rem); font-weight: 800; }
.subtitle { margin: 18px auto 0; max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.actions { margin-top: 30px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 800; text-decoration: none; }
.button-primary { color: white; background: var(--green-dark); }
.button-primary:hover { background: #005f3a; }
.button-secondary { color: var(--navy); border: 1px solid #b8c7d8; background: #fff; }
section { padding: 82px 0; }
.alt { background: var(--soft); }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; }
.section-heading { max-width: 760px; margin-bottom: 36px; }
h2 { margin: 0 0 14px; color: var(--navy); font-size: clamp(1.9rem, 3.5vw, 2.9rem); line-height: 1.15; letter-spacing: -.03em; }
.lead { margin: 0; color: var(--muted); font-size: 1.12rem; }
.section-heading-wide { max-width: none; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 10px 28px rgba(8,39,91,.06); }
.card-number { color: var(--green); font-size: .85rem; font-weight: 900; letter-spacing: .12em; }
h3 { margin: 18px 0 9px; color: var(--navy); font-size: 1.35rem; }
.card p { margin: 0; color: var(--muted); }
.details-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: start; }
.checklist { margin: 24px 0 0; padding: 0; list-style: none; }
.checklist li { position: relative; margin: 12px 0; padding-left: 30px; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 900; }
.notice { padding: 34px; color: #fff; background: var(--navy); border-radius: 18px; box-shadow: var(--shadow); }
.notice-label { margin: 0; color: #80e4bd; font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.notice h3 { margin-top: 12px; color: #fff; }
.notice p { color: rgba(255,255,255,.82); }
.notice strong { color: #fff; }
.schedule-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.image-row { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.image-card { margin: 0; min-width: 0; }
.image-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 10px 28px rgba(8,39,91,.06); background: #fff; }
.image-card figcaption { margin-top: 10px; color: var(--muted); font-size: .92rem; text-align: center; }
.organizer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: stretch; }
.organizer-card { padding: 20px 20px 24px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 10px 28px rgba(8,39,91,.06); min-width: 0; }
.organizer-card img { display: block; width: 100%; aspect-ratio: 330 / 410; object-fit: cover; object-position: top; border-radius: 12px; }
.organizer-card h3 { margin: 16px 0 4px; font-size: 1.15rem; }
.organizer-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.registration { text-align: center; background: linear-gradient(135deg, var(--navy-dark), var(--navy)); color: #fff; }
.registration-inner { max-width: 760px; }
.registration h2 { color: #fff; }
.registration p { color: rgba(255,255,255,.78); font-size: 1.12rem; }
.eyebrow-light { color: #80e4bd; }
.status { display: inline-block; margin-top: 24px; padding: 10px 16px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-weight: 750; text-decoration: none; }
.status[aria-disabled="true"] { cursor: default; }
footer { padding: 34px 0; color: var(--muted); border-top: 1px solid var(--line); text-align: center; font-size: .94rem; }
@media (max-width: 820px) { .nav-links { display: none; } .hero { padding-top: 24px; } .split-intro, .card-grid, .details-grid { grid-template-columns: 1fr; } .split-intro { gap: 20px; } section { padding: 62px 0; } .organizer-grid { grid-template-columns: repeat(2, 1fr); } .image-row { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .container { width: min(100% - 24px, 1120px); } .banner { border-radius: 10px; } .hero-copy { margin-top: 34px; } .button { width: 100%; } .organizer-grid { grid-template-columns: 1fr; } }

.schedule-image-wrap {
  margin: 36px 0 0;
  text-align: center;
}

.schedule-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: var(--shadow);
}

.schedule-image-wrap figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.9rem;
}
