@font-face {
  font-family: "Be Vietnam Pro";
  src: url("assets/fonts/be-vietnam-pro-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("assets/fonts/be-vietnam-pro-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("assets/fonts/be-vietnam-pro-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("assets/fonts/be-vietnam-pro-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("assets/fonts/be-vietnam-pro-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --navy-950: #061f38;
  --navy-900: #082f53;
  --navy-800: #0c456f;
  --blue-600: #0878d7;
  --cyan-500: #12c6d0;
  --green-500: #36b95f;
  --green-400: #49d378;
  --ink: #0a2945;
  --muted: #5b7184;
  --paper: #f2f7fa;
  --line: #dce8ee;
  --white: #ffffff;
  --shadow-sm: 0 10px 34px rgba(8, 47, 83, 0.09);
  --shadow-lg: 0 22px 70px rgba(3, 31, 61, 0.2);
  --radius: 24px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select {
  font: inherit;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy-900);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 232, 238, 0.8);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(6, 31, 56, 0.1);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 154px;
  height: 52px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-left: auto;
}

.main-nav a {
  color: #3f586d;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--green-500);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 22px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button-small {
  min-height: 42px;
  padding: 10px 18px;
  color: var(--white);
  background: var(--navy-900);
  font-size: 13px;
  border-radius: 999px;
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--green-500), #20a86f);
  box-shadow: 0 10px 24px rgba(54, 185, 95, 0.27), inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}

.button-primary:hover {
  background: linear-gradient(135deg, var(--green-400), var(--green-500));
  box-shadow: 0 14px 30px rgba(54, 185, 95, 0.34), inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}

.button-full {
  width: 100%;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 31, 56, 0.98), rgba(8, 64, 105, 0.96)),
    var(--navy-950);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.hero-glow-one {
  width: 500px;
  height: 500px;
  top: -240px;
  right: -80px;
  background: radial-gradient(circle, rgba(18, 198, 208, 0.28), transparent 68%);
}

.hero-glow-two {
  width: 520px;
  height: 520px;
  left: -260px;
  bottom: -320px;
  background: radial-gradient(circle, rgba(54, 185, 95, 0.22), transparent 68%);
}

.hero-inner {
  padding-block: 72px 54px;
}

.hero-intro {
  max-width: 840px;
  margin: 0 auto 42px;
  text-align: center;
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green-400);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green-400);
  box-shadow: 0 0 0 6px rgba(73, 211, 120, 0.13);
}

.hero h1 {
  margin: 20px 0 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero h1 span {
  color: transparent;
  background: linear-gradient(90deg, #6ad9ff, #41d0c8 48%, #49d378);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lead {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
}

.event-chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.event-chips span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
}

.event-chips b {
  color: var(--white);
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.text-link {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.hero-banner {
  position: relative;
  display: block;
  padding: 3px;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: linear-gradient(110deg, var(--blue-600), var(--cyan-500) 52%, var(--green-400));
  box-shadow:
    0 22px 70px rgba(3, 31, 61, 0.28),
    0 0 42px rgba(18, 198, 208, 0.16),
    0 0 34px rgba(73, 211, 120, 0.1);
}

.hero-banner img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.hero-proof {
  width: min(850px, calc(100% - 48px));
  margin: -32px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(18, 198, 208, 0.34);
  border-top-color: rgba(73, 211, 120, 0.62);
  border-radius: 18px;
  background: rgba(8, 47, 83, 0.94);
  box-shadow: 0 18px 44px rgba(0, 19, 38, 0.3);
  backdrop-filter: blur(14px);
}

.hero-proof div {
  padding: 20px 24px;
  text-align: center;
}

.hero-proof div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--green-400);
  font-size: 16px;
}

.hero-proof span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.section {
  padding-block: 110px;
  scroll-margin-top: 76px;
}

.section-light {
  background:
    radial-gradient(circle at 10% 10%, rgba(18, 198, 208, 0.08), transparent 24%),
    var(--paper);
}

.section-white {
  background: var(--white);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading h2,
.agenda-intro h2,
.speaker-copy h2,
.register-copy h2 {
  margin: 12px 0 14px;
  color: var(--navy-900);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

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

.benefit-card {
  position: relative;
  min-height: 310px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.benefit-card::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(54, 185, 95, 0.12), transparent 70%);
}

.benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(54, 185, 95, 0.34);
  box-shadow: 0 18px 44px rgba(8, 47, 83, 0.13);
}

.card-number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  border-radius: 15px;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue-600), var(--cyan-500));
  box-shadow: 0 9px 20px rgba(8, 120, 215, 0.2);
  font-size: 13px;
  font-weight: 800;
}

.benefit-card:nth-child(even) .card-number {
  background: linear-gradient(145deg, var(--green-500), #18a994);
}

.benefit-card h3 {
  margin: 0 0 12px;
  color: var(--navy-900);
  font-size: 19px;
  line-height: 1.35;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.card-tag {
  display: inline-flex;
  margin-top: 22px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #168a4b;
  background: #eaf8ef;
  font-size: 11px;
  font-weight: 800;
}

.audience {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}

.audience::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 90% 18%, rgba(18, 198, 208, 0.18), transparent 26%),
    radial-gradient(circle at 5% 85%, rgba(54, 185, 95, 0.12), transparent 25%);
}

.section-heading-light h2 {
  color: var(--white);
}

.section-heading-light p {
  color: rgba(255, 255, 255, 0.62);
}

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

.audience-card {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.audience-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 26px;
  border: 1px solid rgba(73, 211, 120, 0.35);
  border-radius: 50%;
  color: var(--green-400);
  background: rgba(73, 211, 120, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.audience-card h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.35;
}

.audience-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.case-studies {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 4%, rgba(18, 198, 208, 0.12), transparent 24%),
    radial-gradient(circle at 5% 95%, rgba(54, 185, 95, 0.1), transparent 22%),
    var(--paper);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.case-card {
  overflow: hidden;
  border: 1px solid rgba(8, 120, 215, 0.16);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.case-shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #e9f0f4;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--blue-600), var(--cyan-500), var(--green-400)) 1;
}

.case-shot img {
  width: 100%;
  aspect-ratio: 1.92 / 1;
  object-fit: cover;
  object-position: top left;
  transition: transform 0.35s ease;
}

.case-card:hover .case-shot img {
  transform: scale(1.018);
}

.case-shot figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--white);
  background: rgba(6, 31, 56, 0.86);
  box-shadow: 0 8px 24px rgba(6, 31, 56, 0.22);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 800;
}

.case-body {
  padding: 24px;
}

.case-body h3 {
  margin: 0 0 16px;
  color: var(--navy-900);
  font-size: 20px;
  line-height: 1.35;
}

.case-body > p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.case-metrics span {
  min-width: 0;
  padding: 10px 8px;
  border-radius: 12px;
  color: var(--muted);
  background: #f0f7fa;
  text-align: center;
  font-size: 10px;
  line-height: 1.35;
}

.case-metrics b {
  display: block;
  color: var(--navy-900);
  font-size: 13px;
}

.case-note {
  max-width: 900px;
  margin: 24px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 11px;
}

.photo-break {
  position: relative;
  height: 500px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}

.photo-break > img,
.photo-break-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.photo-break > img {
  object-fit: cover;
  object-position: center 42%;
}

.photo-break-shade {
  background: linear-gradient(90deg, rgba(6, 31, 56, 0.94) 0%, rgba(6, 31, 56, 0.7) 44%, rgba(6, 31, 56, 0.12) 78%);
}

.photo-break-copy {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.photo-break-copy p {
  max-width: 620px;
  margin: 16px 0 0;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.agenda-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 80px;
  align-items: start;
}

.agenda-intro {
  position: sticky;
  top: 118px;
}

.agenda-intro > p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.agenda-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.agenda-list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: start;
  padding: 25px 4px;
  border-bottom: 1px solid var(--line);
}

.agenda-list span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: var(--green-500);
  background: #eaf8ef;
  font-size: 12px;
  font-weight: 800;
}

.agenda-list p {
  margin: 5px 0 0;
  color: #354f65;
  font-size: 16px;
  font-weight: 600;
}

.speaker {
  background:
    radial-gradient(circle at 90% 10%, rgba(18, 198, 208, 0.09), transparent 22%),
    var(--paper);
}

.speaker-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: 76px;
  align-items: center;
}

.speaker-visual {
  position: relative;
  aspect-ratio: 1 / 1.16;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
}

.speaker-visual::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(3, 31, 61, 0.92));
}

.speaker-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.speaker-caption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: var(--white);
}

.speaker-caption strong,
.speaker-caption span {
  display: block;
}

.speaker-caption strong {
  font-size: 24px;
}

.speaker-caption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.speaker-copy > p {
  color: var(--muted);
}

.speaker-copy .speaker-lead {
  color: var(--navy-800);
  font-size: 19px;
  font-weight: 700;
}

.speaker-facts {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.speaker-facts li {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
}

.speaker-facts b,
.speaker-facts span {
  display: block;
}

.speaker-facts b {
  color: var(--navy-900);
  font-size: 13px;
}

.speaker-facts span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.register {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 110px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-950), #073d67);
  scroll-margin-top: 76px;
}

.register::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.17;
  background-image: radial-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 20px 20px;
}

.register-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
}

.register-orb-one {
  width: 420px;
  height: 420px;
  top: -210px;
  right: -100px;
  background: radial-gradient(circle, rgba(18, 198, 208, 0.28), transparent 68%);
}

.register-orb-two {
  width: 420px;
  height: 420px;
  left: -200px;
  bottom: -240px;
  background: radial-gradient(circle, rgba(54, 185, 95, 0.22), transparent 68%);
}

.register-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.register-copy h2 {
  color: var(--white);
}

.register-copy > p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.66);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 32px 0 28px;
}

.countdown div {
  padding: 15px 8px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.countdown strong,
.countdown span {
  display: block;
}

.countdown strong {
  color: var(--green-400);
  font-size: 24px;
  font-variant-numeric: tabular-nums;
}

.countdown span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  text-transform: uppercase;
}

.register-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.register-points li {
  position: relative;
  margin: 10px 0;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.register-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green-400);
  font-weight: 800;
}

.register-form {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.form-heading {
  margin-bottom: 24px;
}

.form-heading span,
.form-heading strong {
  display: block;
}

.form-heading span {
  color: var(--green-500);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-heading strong {
  margin-top: 3px;
  color: var(--navy-900);
  font-size: 23px;
}

.register-form label {
  display: block;
  margin-bottom: 14px;
}

.register-form label > span {
  display: block;
  margin-bottom: 6px;
  color: #345066;
  font-size: 12px;
  font-weight: 700;
}

.register-form label em {
  color: #8aa0b0;
  font-style: normal;
  font-weight: 500;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.register-form input,
.register-form select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  background: #fbfdfe;
  outline: 0;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.register-form input:focus,
.register-form select:focus {
  border-color: var(--green-500);
  box-shadow: 0 0 0 4px rgba(54, 185, 95, 0.12);
}

.register-form .is-invalid {
  border-color: #d83b3b;
}

.form-error {
  display: none;
  margin: 0 0 12px;
  color: #b72525;
  font-size: 12px;
  font-weight: 600;
}

.form-error.is-visible {
  display: block;
}

.form-note {
  margin: 12px 0 0;
  color: #8094a3;
  text-align: center;
  font-size: 10px;
}

.form-success {
  display: none;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid #bce8ca;
  border-radius: 15px;
  background: #eaf8ef;
}

.form-success.is-visible {
  display: flex;
}

.form-success > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green-500);
  font-weight: 800;
}

.form-success strong,
.form-success p {
  display: block;
  margin: 0;
}

.form-success strong {
  color: #16723c;
  font-size: 14px;
}

.form-success p {
  color: #547364;
  font-size: 12px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.65);
  background: #04192d;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-block: 56px;
}

.footer-inner img {
  width: 168px;
  height: 60px;
  object-fit: contain;
  padding: 7px 10px;
  border-radius: 10px;
  background: var(--white);
}

.footer-inner p {
  max-width: 440px;
  margin: 14px 0 0;
  font-size: 13px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  text-align: right;
  font-size: 13px;
}

.footer-contact strong {
  color: var(--white);
}

.footer-contact a {
  color: var(--green-400);
  text-underline-offset: 3px;
}

.footer-bottom {
  padding-block: 18px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
}

.mobile-cta {
  display: none;
}

.reveal.is-pending {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 960px) {
  .main-nav {
    display: none;
  }

  .header-inner {
    justify-content: space-between;
  }

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

  .agenda-layout,
  .speaker-grid,
  .register-grid {
    gap: 48px;
  }

  .speaker-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .header-inner {
    min-height: 64px;
  }

  .brand img {
    width: 126px;
    height: 42px;
  }

  .site-header .button-small {
    display: inline-flex;
    min-height: 38px;
    padding: 9px 13px;
    font-size: 11px;
  }

  .hero-inner {
    width: 100%;
    padding: 46px 0 38px;
  }

  .hero-intro {
    width: calc(100% - 32px);
    margin-bottom: 30px;
  }

  .hero h1 {
    margin-top: 16px;
    font-size: clamp(35px, 10.2vw, 48px);
    letter-spacing: -0.055em;
  }

  .hero-lead {
    font-size: 15px;
  }

  .event-chips {
    margin-block: 22px;
    gap: 7px;
  }

  .event-chips span {
    padding: 8px 10px;
    font-size: 10px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 14px;
  }

  .hero-banner {
    padding: 3px 0;
    border-radius: 0;
  }

  .hero-banner img {
    width: 100%;
    border-radius: 0;
  }

  .hero-proof {
    width: calc(100% - 28px);
    margin-top: 14px;
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    padding: 13px 18px;
  }

  .hero-proof div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .section,
  .register {
    padding-block: 74px;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .agenda-intro h2,
  .speaker-copy h2,
  .register-copy h2 {
    font-size: 34px;
  }

  .section-heading p {
    font-size: 14px;
  }

  .benefit-grid,
  .audience-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .case-grid {
    gap: 18px;
  }

  .case-body {
    padding: 20px 18px;
  }

  .case-body h3 {
    font-size: 18px;
  }

  .case-shot figcaption {
    left: 10px;
    bottom: 10px;
    font-size: 9px;
  }

  .case-metrics {
    gap: 6px;
  }

  .case-metrics span {
    padding-inline: 5px;
    font-size: 9px;
  }

  .case-metrics b {
    font-size: 12px;
  }

  .benefit-card {
    min-height: 0;
    padding: 25px;
  }

  .card-number {
    margin-bottom: 20px;
  }

  .audience-card {
    padding: 26px;
  }

  .photo-break {
    height: 470px;
  }

  .photo-break > img {
    object-position: 32% center;
  }

  .photo-break-shade {
    background: linear-gradient(180deg, rgba(6, 31, 56, 0.16) 12%, rgba(6, 31, 56, 0.94) 86%);
  }

  .photo-break-copy {
    justify-content: flex-end;
    padding-bottom: 46px;
  }

  .photo-break-copy p {
    font-size: 29px;
  }

  .agenda-layout,
  .speaker-grid,
  .register-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .agenda-intro {
    position: static;
    text-align: center;
  }

  .agenda-list li {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .agenda-list span {
    width: 42px;
    height: 42px;
  }

  .agenda-list p {
    font-size: 14px;
  }

  .speaker-visual {
    border-radius: 24px;
  }

  .speaker-visual img {
    height: 100%;
  }

  .speaker-facts {
    grid-template-columns: 1fr;
  }

  .register-copy {
    text-align: center;
  }

  .register-copy > p {
    margin-inline: auto;
  }

  .register-points {
    display: inline-block;
    text-align: left;
  }

  .register-form {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 44px;
  }

  .footer-contact {
    align-items: flex-start;
    text-align: left;
  }

}

@media (max-width: 390px) {
  .event-chips span {
    width: calc(50% - 4px);
    flex-direction: column;
    gap: 1px;
    border-radius: 13px;
  }

  .event-chips span:last-child {
    width: 100%;
  }

  .countdown strong {
    font-size: 20px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal.is-pending {
    opacity: 1;
    transform: none;
  }
}
