@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #363636;
  --ink-dark: #292929;
  --ink-soft: #757575;
  --blue: #382fce;
  --paper: #ffffff;
  --mist: #f6f6f8;
  --line: #d9d9d9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

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

figure,
h1,
h2,
h3,
p {
  margin-top: 0;
}

figure {
  margin: 0;
}

.container {
  width: min(1310px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  border-bottom: 1px solid rgba(54, 54, 54, 0.12);
}

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

.brand {
  width: 204px;
  display: block;
}

.header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.header-nav a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.header-nav a:hover {
  color: var(--blue);
}

.header-cta,
.button {
  border-radius: 6px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: 180ms ease;
}

.header-cta {
  border: 1px solid var(--ink);
}

.header-cta:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: white;
}

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background: white;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, #fff 38%, rgba(255, 255, 255, 0.9) 51%, rgba(255, 255, 255, 0.08) 74%);
  pointer-events: none;
}

.hero-photo {
  position: absolute;
  inset: 0 0 0 34%;
  background-image: url("./images/portfolio-career-hero.jpg");
  background-size: cover;
  background-position: center 45%;
}

.hero-inner {
  min-height: 860px;
  display: flex;
  align-items: center;
  padding-top: 94px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  width: min(690px, 56%);
}

.eyebrow {
  margin: 0 0 28px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

h1 {
  margin-bottom: 30px;
  font-size: clamp(52px, 5vw, 78px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 22px;
  font-size: clamp(25px, 2.35vw, 36px);
  font-weight: 500;
  line-height: 1.22;
}

.hero-actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.button-primary {
  padding: 15px 28px;
  background: var(--ink);
  color: white;
}

.button-primary:hover {
  background: var(--blue);
}

.text-link {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.text-link span {
  margin-left: 6px;
  color: var(--blue);
  font-size: 22px;
}

.section-kicker {
  margin-bottom: 13px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

.section-heading h2 {
  max-width: 930px;
  margin-bottom: 0;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.opening {
  padding: 92px 0 102px;
  border-top: 1px solid var(--line);
}

.opening-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: clamp(64px, 8vw, 130px);
  align-items: start;
}

.opening h2 {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--blue);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.opening-copy {
  margin-top: 7px;
  font-size: 20px;
  line-height: 1.55;
}

.opening-audience {
  margin: 0;
  color: var(--ink);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.accent-copy {
  max-width: 570px;
  margin: 38px 0 0;
  padding-top: 22px;
  border-top: 3px solid var(--blue);
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}

.opening-questions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.opening-questions li {
  position: relative;
  padding: 17px 0 17px 32px;
  border-top: 1px solid var(--line);
  font-size: 18px;
  font-weight: 500;
}

.opening-questions li:last-child {
  border-bottom: 1px solid var(--line);
}

.opening-questions li::before {
  position: absolute;
  top: 14px;
  left: 0;
  color: var(--blue);
  font-size: 21px;
  content: "↘";
}

.club-capabilities {
  padding-top: 88px;
  background: var(--mist);
  color: var(--ink);
}

.light-heading {
  margin-bottom: 44px;
}

.light-heading h2 {
  max-width: 980px;
  color: var(--ink-dark);
  font-weight: 600;
}

.capability-list {
  border-top: 1px solid var(--line);
}

.capability-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.capability-row h3 {
  margin: 0;
  color: var(--blue);
  font-size: 27px;
  font-weight: 600;
}

.capability-row p {
  max-width: 600px;
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.5;
}

.capability-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 56px 0 68px;
}

.capability-gallery figure {
  height: clamp(190px, 18vw, 290px);
  overflow: hidden;
  border-radius: 4px;
}

.capability-gallery img {
  height: 100%;
  object-fit: cover;
}

.capability-gallery figure:nth-child(1) img {
  object-position: center 44%;
}

.capability-gallery figure:nth-child(2) img {
  object-position: 56% center;
}

.capability-gallery figure:nth-child(3) img {
  object-position: center 40%;
}

.track-idea {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
  color: var(--ink);
}

.track-idea-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.65fr);
  gap: clamp(64px, 8vw, 130px);
  align-items: end;
  padding-top: 90px;
  padding-bottom: 94px;
}

.track-idea-grid::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 118px;
  height: 8px;
  background: var(--blue);
  content: "";
}

.track-idea h2 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(38px, 4.1vw, 62px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.track-idea h2 span {
  color: var(--blue);
}

.track-idea-detail {
  max-width: 430px;
  margin: 0 0 5px;
  padding-left: 30px;
  border-left: 3px solid var(--blue);
  font-size: 23px;
  line-height: 1.42;
}

.track-idea-detail-note {
  display: block;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.program {
  padding: 102px 0 110px;
  background: var(--mist);
}

.program-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: end;
  margin-bottom: 62px;
}

.program-heading h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.program-heading > p {
  max-width: 470px;
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 1.5;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.program-card {
  grid-column: span 2;
  min-height: 310px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  padding: 32px 32px 35px;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.program-tag {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.program-card h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.16;
}

.program-card > p:last-child {
  margin: 0;
  color: #626262;
  font-size: 15px;
}

.program-card-blue {
  border-color: var(--blue);
  background: var(--blue);
  color: white;
}

.program-card-blue .program-tag,
.program-card-blue > p:last-child {
  color: rgba(255, 255, 255, 0.8);
}

@media (hover: hover) and (pointer: fine) {
  .program-card:hover {
    border-color: rgba(52, 59, 202, 0.35);
    box-shadow: 0 22px 46px rgba(25, 28, 54, 0.12);
    transform: translateY(-5px);
  }

  .program-card-blue:hover {
    border-color: var(--blue);
    box-shadow: 0 24px 50px rgba(52, 59, 202, 0.25);
  }
}

.speakers {
  padding: 90px 0 98px;
  background: var(--mist);
}

.speakers-heading {
  margin-bottom: 50px;
}

.speakers-heading h2 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(45px, 4.8vw, 70px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.speaker-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
}

.speaker-photo {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ececef;
}

.speaker-photo img {
  height: 100%;
  object-fit: cover;
}

.speaker-card:first-child .speaker-photo img {
  object-position: center 30%;
}

.speaker-card:nth-child(2) .speaker-photo img {
  object-position: center 18%;
}

.speaker-details {
  min-height: 188px;
  padding: 26px 24px 30px;
}

.speaker-details h3 {
  margin: 0 0 14px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.15;
}

.speaker-details p {
  margin: 0;
  color: #626262;
  font-size: 15px;
  line-height: 1.55;
}

.speaker-card-placeholder {
  border-style: dashed;
  background: rgba(255, 255, 255, 0.5);
}

.speaker-photo-placeholder {
  background: #e7e7eb;
}

.speaker-details-placeholder span {
  display: block;
  height: 12px;
  margin-bottom: 14px;
  background: #e1e1e5;
}

.speaker-details-placeholder span:first-child {
  width: 58%;
  height: 18px;
  margin-bottom: 22px;
}

.speaker-details-placeholder span:nth-child(2) {
  width: 86%;
}

.speaker-details-placeholder span:last-child {
  width: 68%;
  margin-bottom: 0;
}

.result {
  padding: 98px 0 110px;
}

.result-heading {
  margin-bottom: 54px;
}

.result-heading h2 {
  max-width: 930px;
  margin: 0;
  color: var(--blue);
  font-size: clamp(52px, 5.8vw, 84px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.result-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 38px;
  font-size: clamp(25px, 2.15vw, 32px);
  line-height: 1.24;
}

.result-intro p {
  display: flex;
  min-height: 150px;
  margin: 0;
  padding: 28px 30px 30px;
  border-top: 4px solid var(--blue);
  background: #f1f2ff;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.deliverables {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.deliverable {
  grid-column: span 2;
  min-height: 320px;
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
  padding: 34px 34px 36px;
  border: 1px solid var(--line);
  background: #f7f7f5;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .deliverable:hover {
    z-index: 2;
    border-color: rgba(52, 59, 202, 0.35);
    box-shadow: 0 22px 48px rgba(25, 28, 54, 0.14);
    transform: translateY(-6px) scale(1.025);
  }

  .deliverable-blue:hover {
    border-color: var(--blue);
    box-shadow: 0 24px 52px rgba(52, 59, 202, 0.28);
  }
}

.deliverable-tag {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.deliverable-resource-row {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.deliverable-source {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.deliverable-source img {
  width: 24px;
  height: 24px;
}

.deliverable h3 {
  max-width: 430px;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.14;
}

.deliverable p:last-child {
  max-width: 440px;
  margin: 0;
  color: #626262;
  font-size: 16px;
}

.deliverable-blue {
  border-color: var(--blue);
  background: var(--blue);
  color: white;
}

.deliverable-blue .deliverable-tag,
.deliverable-blue p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.deliverable-market-entry {
  border-color: rgba(24, 24, 24, 0.45);
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0.56) 0%, rgba(26, 26, 26, 0.92) 100%),
    url("./images/conference-audience.jpg") center / cover no-repeat;
  color: white;
}

.deliverable-market-entry .deliverable-tag,
.deliverable-market-entry p:last-child {
  color: rgba(255, 255, 255, 0.84);
}

.selection {
  background: var(--mist);
}

.selection-grid {
  display: block;
}

.selection-column {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  gap: clamp(64px, 7vw, 112px);
  align-items: start;
  padding: 82px 0 90px;
}

.selection-column h2 {
  max-width: 520px;
  margin: 0;
  color: var(--ink-dark);
  font-size: clamp(38px, 3.8vw, 54px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.check-list {
  width: 100%;
  max-width: 720px;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  min-height: 0;
  padding: 22px 0 22px 40px;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  font-size: 20px;
  line-height: 1.45;
}

.check-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.check-list li::before {
  content: "↘";
  position: absolute;
  left: 0;
  top: 18px;
  color: var(--blue);
  font-size: 22px;
}

.application {
  position: relative;
  min-height: 740px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
}

.application-photo,
.application-overlay {
  position: absolute;
  inset: 0;
}

.application-photo {
  background-image: url("./images/club-group.jpg");
  background-size: cover;
  background-position: center 44%;
}

.application-overlay {
  background: linear-gradient(90deg, rgba(34, 34, 34, 0.94) 0%, rgba(34, 34, 34, 0.84) 48%, rgba(34, 34, 34, 0.35) 100%);
}

.application-inner {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.eyebrow-light {
  color: #aaa6ff;
}

.application h2 {
  max-width: 1050px;
  margin-bottom: 70px;
  font-size: clamp(43px, 4.6vw, 64px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.price-row {
  display: flex;
  align-items: end;
  gap: 80px;
}

.price-row > div {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 0 17px;
}

.price-row span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.price-row span:first-child {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-row strong {
  font-size: clamp(34px, 3.5vw, 50px);
  font-weight: 500;
  line-height: 1;
}

.button-light {
  padding: 16px 29px;
  background: white;
  color: var(--ink);
}

.button-light:hover {
  background: var(--blue);
  color: white;
}

.footer {
  padding: 36px 0;
  background: var(--ink-dark);
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 50px;
  align-items: center;
}

.footer img {
  filter: brightness(0) invert(1);
}

.footer a {
  justify-self: center;
  font-size: 14px;
  text-decoration: none;
}

.footer p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .capability-row {
    grid-template-columns: 0.7fr 1fr;
    gap: 32px;
  }

}

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

  .header-cta {
    margin-left: auto;
  }

  .hero::after {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.97) 54%, rgba(255, 255, 255, 0.36) 100%);
  }

  .hero-photo {
    left: 20%;
    opacity: 0.68;
  }

  .hero-copy {
    width: 78%;
  }

  .opening-grid {
    grid-template-columns: 1fr 0.8fr;
    gap: 54px;
  }

  .track-idea-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
    gap: 54px;
  }

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

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

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

  .program-card {
    grid-column: auto;
  }

  .deliverable {
    grid-column: auto;
    min-height: 300px;
  }

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

  .selection-column {
    min-height: 0;
    display: block;
    padding: 74px 0 80px;
  }

  .selection-column h2 {
    margin-bottom: 40px;
  }

  .check-list {
    max-width: none;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 32px), 1310px);
  }

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

  .brand {
    width: 148px;
  }

  .header-cta {
    padding: 9px 11px;
    font-size: 10px;
  }

  .hero,
  .hero-inner {
    min-height: 820px;
  }

  .hero-inner {
    align-items: flex-end;
    padding: 116px 0 56px;
  }

  .hero-photo {
    inset: 74px 0 auto;
    height: 44%;
    background-position: center 42%;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 14%, rgba(255, 255, 255, 0.18) 31%, #fff 51%, #fff 100%);
  }

  .hero-copy {
    width: 100%;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
  }

  h1 {
    margin-bottom: 18px;
    font-size: 39px;
  }

  .hero-lead {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .hero-actions {
    margin-top: 25px;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .opening,
  .program,
  .speakers,
  .result {
    padding: 75px 0 82px;
  }

  .opening-grid,
  .program-heading,
  .section-heading,
  .track-idea-grid {
    display: block;
  }

  .opening h2,
  .section-heading h2,
  .track-idea h2,
  .result-heading h2,
  .selection-column h2 {
    font-size: 31px;
  }

  .result-heading h2 {
    font-size: 46px;
  }

  .opening h2 {
    margin-bottom: 25px;
  }

  .opening-copy {
    font-size: 17px;
  }

  .opening-audience {
    font-size: 22px;
  }

  .opening-questions li {
    padding: 15px 0 15px 30px;
    font-size: 16px;
  }

  .accent-copy {
    margin-top: 28px;
  }

  .club-capabilities {
    padding-top: 58px;
  }

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

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

  .capability-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 29px 0;
  }

  .capability-row h3 {
    font-size: 21px;
  }

  .capability-row p {
    font-size: 17px;
  }

  .capability-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 38px 0 48px;
  }

  .capability-gallery figure {
    height: 176px;
  }

  .capability-gallery figure:first-child {
    grid-column: 1 / -1;
    height: 218px;
  }

  .track-idea {
    padding: 0;
  }

  .track-idea-grid {
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .track-idea-grid::before {
    width: 82px;
    height: 6px;
  }

  .track-idea-detail {
    margin-top: 34px;
    padding-left: 20px;
    font-size: 19px;
  }

  .program-heading {
    display: block;
    margin-bottom: 45px;
  }

  .program-heading h2 {
    font-size: 34px;
  }

  .program-heading > p {
    margin-top: 28px;
    font-size: 17px;
  }

  .program-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .program-card {
    min-height: 0;
    grid-template-rows: auto;
    gap: 14px;
    padding: 28px 24px 30px;
  }

  .program-card h3 {
    font-size: 23px;
  }

  .speakers-heading {
    margin-bottom: 36px;
  }

  .speakers-heading h2 {
    font-size: 44px;
  }

  .speakers-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .speaker-details {
    min-height: 0;
    padding: 24px 22px 28px;
  }

  .result-intro {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 0 34px;
    font-size: 20px;
  }

  .result-intro p {
    min-height: 0;
    padding: 22px 20px 24px;
  }

  .deliverable {
    grid-column: auto;
    min-height: 0;
    grid-template-rows: auto;
    gap: 14px;
    padding: 28px 24px 30px;
  }

  .deliverables {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .deliverable h3 {
    font-size: 23px;
  }

  .selection-column {
    padding: 60px 0 66px;
  }

  .selection-column h2 {
    margin: 0 0 30px;
  }

  .check-list {
    display: block;
  }

  .check-list li {
    min-height: 0;
    padding: 18px 0 18px 33px;
    font-size: 17px;
  }

  .check-list li::before {
    top: 14px;
    left: 0;
  }

  .application {
    min-height: 660px;
  }

  .application-photo {
    background-position: 43% center;
  }

  .application-overlay {
    background: rgba(34, 34, 34, 0.76);
  }

  .application-inner {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .application h2 {
    margin-bottom: 48px;
    font-size: 38px;
  }

  .price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
  }

  .footer {
    padding: 34px 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer img {
    width: 190px;
  }

  .footer a {
    justify-self: start;
  }
}

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

  * {
    transition: none !important;
  }
}
