:root {
  --ink: #07111f;
  --ink-2: #0d1a2d;
  --blue: #0968ff;
  --blue-2: #2d8cff;
  --text: #eaf1fb;
  --muted: #aebbd0;
  --line: rgba(255,255,255,.13);
  --paper: #f4f7fb;
  --paper-text: #101827;
  --shadow: 0 24px 70px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: radial-gradient(circle at 75% 8%, rgba(9,104,255,.20), transparent 24%), linear-gradient(180deg, #06101c 0%, #0a1423 58%, #07111f 100%);
  color: var(--text);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
a { color: inherit; }
.page-shell { max-width: 1440px; margin: 0 auto; overflow: hidden; }
.topbar {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(24px, 5vw, 78px);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { text-decoration: none; display: flex; flex-direction: column; gap: 3px; }
.brand-mark { color: var(--blue-2); font-size: 28px; font-weight: 800; letter-spacing: .16em; }
.brand-sub { font-size: 9px; letter-spacing: .33em; color: #fff; }
.top-link { text-decoration: none; font-size: 14px; font-weight: 700; padding-bottom: 4px; border-bottom: 2px solid var(--blue); }

.section-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(36px, 6vw, 90px);
  padding: clamp(56px, 8vw, 112px) clamp(24px, 5vw, 78px);
}
.hero { min-height: 760px; position: relative; }
.hero::after {
  content: "";
  position: absolute;
  right: -130px;
  top: 120px;
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, transparent 40%, rgba(9,104,255,.18));
  transform: rotate(16deg);
  pointer-events: none;
}
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .28em; color: #d8e3f5; margin-bottom: 18px; }
.eyebrow.blue { color: var(--blue); }
h1 { margin: 0; max-width: 800px; font-size: clamp(48px, 6.7vw, 92px); line-height: .96; letter-spacing: -.055em; }
h1 span { color: var(--blue-2); }
.lead { max-width: 720px; font-size: clamp(17px, 1.55vw, 22px); line-height: 1.7; color: var(--muted); margin: 28px 0 34px; }
.meta-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; max-width: 760px; }
.meta-card { border: 1px solid var(--line); padding: 17px 18px; background: rgba(255,255,255,.025); backdrop-filter: blur(12px); }
.meta-card small { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; margin-bottom: 7px; }
.meta-card strong { font-size: 14px; line-height: 1.4; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { border: 0; font-family: inherit; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; font-size: 14px; font-weight: 700; cursor: pointer; transition: .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 14px 40px rgba(9,104,255,.25); }
.btn-primary:hover { background: #1875ff; }
.btn-secondary { background: transparent; color: #fff; border: 1px solid var(--line); }
.microcopy { font-size: 12px; color: #8290a7; margin-top: 16px; }
.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(100%, 530px); }
.hero-visual::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(45,140,255,.42); z-index: -1; }
.hero-visual img { width: 100%; display: block; box-shadow: var(--shadow); }

.trust-strip { margin: 0 clamp(24px, 5vw, 78px); padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; gap: 18px; align-items: center; flex-wrap: wrap; font-size: 11px; letter-spacing: .25em; color: #d4dded; }
.trust-strip i { width: 24px; height: 1px; background: var(--blue); }
.trust-strip em { margin-left: auto; font-style: normal; letter-spacing: .08em; color: #7f8da4; }

.content-block { padding: clamp(72px, 8vw, 112px) clamp(24px, 5vw, 78px); }
.section-heading { max-width: 790px; margin-bottom: 42px; }
h2 { margin: 0 0 16px; font-size: clamp(34px, 4vw, 56px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p, .objective-copy { color: var(--muted); line-height: 1.75; font-size: 17px; }
.agenda-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.agenda-grid article { min-height: 238px; padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }
.agenda-grid article:hover { background: rgba(9,104,255,.06); }
.agenda-grid b { color: var(--blue-2); font-size: 12px; letter-spacing: .18em; }
.agenda-grid h3 { font-size: 18px; line-height: 1.35; margin: 24px 0 10px; }
.agenda-grid p { color: #91a0b7; line-height: 1.6; font-size: 14px; margin: 0; }
.two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; }
.compact { padding-top: 24px; }
.objective-copy { margin: 0; font-size: 19px; }

.registration-wrap { margin-top: 50px; background: var(--paper); color: var(--paper-text); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 7vw, 90px); padding: clamp(60px, 8vw, 110px) clamp(24px, 5vw, 78px); position: relative; }
.registration-wrap::before { content:""; position:absolute; right:-120px; top:-160px; width:420px; height:420px; background:linear-gradient(135deg, transparent 45%, rgba(9,104,255,.16)); transform:rotate(18deg); }
.registration-copy { position: relative; z-index: 1; }
.registration-copy h2 { max-width: 430px; }
.registration-copy > p { color: #59677a; line-height: 1.75; max-width: 520px; }
.registration-notes { margin-top: 48px; border-top: 1px solid #d7dee8; }
.registration-notes div { display: grid; grid-template-columns: 54px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid #d7dee8; align-items: start; }
.registration-notes span { font-size: 11px; font-weight: 800; color: var(--blue); letter-spacing: .12em; }
.registration-notes p { margin: 0; color: #4f5d70; font-size: 14px; line-height: 1.5; }
.form-card { position: relative; z-index: 2; background: #fff; padding: clamp(26px, 4vw, 44px); box-shadow: 0 26px 70px rgba(10,25,50,.12); border-top: 4px solid var(--blue); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field.full { margin-bottom: 18px; }
.field label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 8px; color: #344157; }
input, select { width: 100%; height: 49px; border: 1px solid #ccd5e1; background: #fff; padding: 0 13px; font: inherit; font-size: 14px; color: #172033; outline: none; border-radius: 0; }
input:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(9,104,255,.10); }
input::placeholder { color: #9aa6b6; }
.consent { display: flex; gap: 10px; align-items: flex-start; color: #576477; font-size: 12px; line-height: 1.55; margin: 6px 0 20px; }
.consent input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--blue); }
.submit-btn { width: 100%; position: relative; }
.submit-btn.is-loading .btn-label { opacity: .15; }
.spinner { display: none; position: absolute; width: 20px; height: 20px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .8s linear infinite; }
.submit-btn.is-loading .spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }
.privacy-note { font-size: 10px; color: #8a96a7; line-height: 1.5; }
.form-message { min-height: 20px; margin-top: 12px; font-size: 12px; }
.form-message.error { color: #b3261e; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.success-state { text-align: left; padding: 18px 4px; }
.success-state .check { width: 56px; height: 56px; display: grid; place-items: center; background: #eaf3ff; color: var(--blue); font-size: 28px; font-weight: 800; margin-bottom: 28px; }
.success-state h3 { font-size: 36px; margin: 8px 0 14px; letter-spacing: -.04em; }
.success-state p { color: #5d697a; line-height: 1.7; margin-bottom: 26px; }
.success-state .btn-secondary { color: #162033; border-color: #ccd5e1; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; padding: 38px clamp(24px, 5vw, 78px); border-top: 1px solid var(--line); color: #94a2b7; }
footer div { display: flex; flex-direction: column; gap: 4px; }
footer strong { color: var(--blue-2); letter-spacing: .18em; }
footer span, footer p, footer a { font-size: 11px; }
footer p { letter-spacing: .12em; text-transform: uppercase; }
footer a { text-decoration: none; color: #d5deeb; }

@media (max-width: 1040px) {
  .section-grid, .registration-wrap { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { justify-self: start; width: min(100%, 560px); }
  .agenda-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 680px) {
  .topbar { min-height: 72px; }
  .top-link { display: none; }
  .brand-mark { font-size: 23px; }
  .hero { padding-top: 48px; }
  h1 { font-size: 48px; }
  .meta-row { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .trust-strip em { width: 100%; margin-left: 0; }
  .agenda-grid, .form-grid { grid-template-columns: 1fr; }
  .agenda-grid article { min-height: 0; }
  .content-block { padding-top: 64px; padding-bottom: 64px; }
  footer { grid-template-columns: 1fr; gap: 12px; }
}
