@font-face {
  font-family: "Luiss Sans";
  src: url("../fonts/LuissSans-Regular.woff2") format("woff2"), url("../fonts/LuissSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Luiss Sans";
  src: url("../fonts/LuissSans-Bold.woff2") format("woff2"), url("../fonts/LuissSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Luiss Serif";
  src: url("../fonts/LuissSerif-Regular.woff2") format("woff2"), url("../fonts/LuissSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Luiss Serif";
  src: url("../fonts/LuissSerif-Bold.woff2") format("woff2"), url("../fonts/LuissSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #003A70;
  --navy-deep: #003A70;
  --blue: #0077C8;
  --cyan: #00968F;
  --orange: #D45D00;
  --red: #D50032;
  --gold: #F6A71E;
  --text-on-gold: #000000;
  --paper: #ffffff;
  --mist: #ffffff;
  --ink: #003A70;
  --muted: rgba(0, 58, 112, 0.82);
  --line: rgba(0, 58, 112, 0.16);
  --line-light: rgba(255, 255, 255, 0.24);
  --shadow: 0 20px 48px rgba(0, 58, 112, 0.14);
  --max: 1120px;
  --header: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Luiss Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: 0;
}

body.package-index {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

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

a {
  color: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 24px;
  top: -100px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--paper);
  border-radius: 4px;
  transition: top 180ms ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: var(--header);
  color: var(--paper);
  background: rgba(0, 58, 112, 0.98);
  border-bottom: 1px solid var(--line-light);
}

.header-inner {
  width: min(100% - 48px, var(--max));
  min-height: var(--header);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  width: 78px;
  flex: 0 0 auto;
}

.brand img {
  width: auto;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 15px;
}

.header-nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 4px;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font: 700 14px/1 "Luiss Sans", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

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

.btn-primary {
  color: var(--text-on-gold);
  background: var(--gold);
  border-color: var(--gold);
}

.btn-primary:hover {
  color: var(--paper);
  background: var(--blue);
  border-color: var(--blue);
}

.btn-outline {
  color: var(--paper);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
}

.btn-outline:hover {
  border-color: var(--gold);
  color: var(--paper);
}

.btn-dark {
  color: var(--paper);
  background: var(--navy);
  border-color: var(--navy);
}

.btn-dark:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--text-on-gold);
}

.btn-arrow::after {
  content: ">";
  font-weight: 700;
}

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

.section {
  padding: 86px 0;
}

.section-muted {
  background: var(--mist);
}

.section-dark {
  color: var(--paper);
  background: var(--navy);
}

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

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--blue);
  font-weight: 700;
}

.section-dark .section-kicker {
  color: var(--paper);
}

h1,
h2,
h3,
h4,
p {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Luiss Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.08;
}

h1 {
  font-size: 4.9rem;
}

h2 {
  font-size: 2.6rem;
  color: var(--navy);
}

h3 {
  font-size: 2rem;
  color: var(--navy);
}

h4 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.25;
  color: var(--navy);
}

.section-dark h2,
.section-dark h3,
.hero h1,
.program-hero h1 {
  color: var(--paper);
}

.rule {
  width: 52px;
  height: 4px;
  margin: 18px auto 0;
  background: var(--gold);
}

.section-dark .rule {
  background: var(--gold);
}

.align-left .rule {
  margin-left: 0;
}

.hero,
.program-hero {
  position: relative;
  min-height: 540px;
  color: var(--paper);
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::before,
.program-hero::before,
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(90deg, rgba(0, 58, 112, 0.98), rgba(0, 58, 112, 0.88)), url("../images/hero-about.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero::after,
.program-hero::after,
.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 54px, rgba(255, 255, 255, 0) 54px 138px);
}

.hero-inner,
.program-hero-inner {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1px 1.15fr;
  gap: 54px;
  align-items: center;
  padding: 58px 0 52px;
}

.hero-divider {
  width: 1px;
  height: 250px;
  background: rgba(255, 255, 255, 0.52);
}

.hero-copy {
  max-width: 630px;
  font-size: 2.1rem;
  line-height: 1.28;
}

.hero-copy p,
.program-hero-copy p {
  margin: 0;
}

.hero-copy strong,
.program-hero-copy strong {
  color: var(--paper);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.hero-eyebrow {
  margin: 0 0 16px;
  color: var(--paper);
  font-weight: 700;
}

.program-hero h1 {
  font-size: 4.3rem;
}

.program-hero-copy {
  max-width: 610px;
  font-size: 1.55rem;
  line-height: 1.35;
}

.location-line {
  margin: 20px 0 0;
  color: var(--paper);
  font-size: 1.1rem;
  font-weight: 700;
}

.about-grid,
.requirements-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 54px;
  align-items: center;
}

.about-copy p,
.intro-copy p,
.requirements-copy p {
  margin: 0 0 18px;
  color: var(--muted);
}

.lead {
  color: var(--text-on-gold);
  font-size: 1.15rem;
}

.image-stripes {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.image-stripes img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.feature-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature {
  min-height: 270px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.feature-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  display: inline-grid;
  place-items: center;
  color: var(--blue);
}

.feature-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.feature p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  align-items: stretch;
}

.program-card {
  padding: 42px 0 0;
  border-top: 1px solid var(--line-light);
  color: inherit;
  text-decoration: none;
}

a.program-card {
  display: block;
  min-height: 100%;
  padding: 34px;
  border: 1px solid var(--line-light);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

a.program-card:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.1);
}

.program-card h3 {
  color: var(--paper);
}

.program-card p {
  min-height: 150px;
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.82);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}

.tag {
  padding: 7px 10px;
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--gold);
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 700;
}

.coaching-band {
  padding: 58px 0;
  text-align: center;
  color: var(--ink);
  background: var(--gold);
}

.coaching-band p {
  width: min(100% - 48px, 930px);
  margin: 0 auto;
  font-family: "Luiss Serif", Georgia, serif;
  font-size: 2.05rem;
  line-height: 1.25;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.location-card {
  background: var(--paper);
}

.location-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.location-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.location-card h3 {
  margin-top: 22px;
  font-family: "Luiss Sans", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.location-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

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

.requirements-list li {
  position: relative;
  padding: 18px 0 18px 36px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
}

.requirements-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: inset 0 0 0 5px var(--paper);
  border: 1px solid var(--gold);
}

.pricing-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.price-card {
  min-height: 360px;
  padding: 34px 32px;
}

.price-card + .price-card {
  border-left: 1px solid var(--line);
}

.price-card h3 {
  font-size: 1.58rem;
}

.price-card .course-label {
  margin: 0 0 8px;
  color: var(--muted);
  font-weight: 700;
}

.price {
  margin: 22px 0 14px;
  color: var(--blue);
  font-family: "Luiss Serif", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
}

.module-prices {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.module-prices li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.module-prices strong {
  color: var(--ink);
  white-space: nowrap;
}

.notes {
  margin-top: 38px;
  display: grid;
  gap: 14px;
}

.note {
  padding: 18px 20px;
  border-left: 4px solid var(--cyan);
  background: rgba(0, 150, 143, 0.1);
  color: var(--navy);
}

.detail-intro {
  max-width: 860px;
}

.detail-intro p {
  margin: 0 0 18px;
  font-size: 1.1rem;
}

.table-wrap {
  margin-top: 38px;
  overflow-x: auto;
  border: 1px solid var(--line-light);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.module-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  color: var(--paper);
}

.module-table th,
.module-table td {
  padding: 18px 18px;
  vertical-align: top;
  border-bottom: 1px solid var(--line-light);
  text-align: left;
}

.module-table th {
  color: var(--paper);
  font-weight: 700;
  background: rgba(0, 119, 200, 0.42);
}

.module-table tbody tr:last-child td {
  border-bottom: 0;
}

.module-table td:first-child {
  font-weight: 700;
}

.cfu {
  text-align: center;
  font-weight: 700;
}

.detail-pricing {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 52px;
  align-items: start;
}

.single-price {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

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

.next-link {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: var(--paper);
  text-decoration: none;
  border: 1px solid var(--line-light);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  transition: border-color 180ms ease, transform 180ms ease;
}

.next-link:hover {
  transform: translateY(-1px);
  border-color: var(--gold);
}

.next-link span {
  color: var(--paper);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.cta-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 72px 0;
  text-align: center;
  color: var(--paper);
}

.cta-band h2 {
  color: var(--paper);
}

.cta-band p {
  max-width: 700px;
  margin: 16px auto 28px;
  color: rgba(255, 255, 255, 0.82);
}

.footer {
  padding: 40px 0;
  color: rgba(255, 255, 255, 0.74);
  background: var(--navy-deep);
  font-size: 0.9rem;
}

.footer-inner {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
}

.footer p {
  margin: 6px 0;
}

.footer a {
  color: var(--paper);
}

@media (max-width: 980px) {
  .header-inner {
    width: min(100% - 32px, var(--max));
    gap: 18px;
  }

  .brand,
  .brand img {
    width: auto;
  }

  .header-nav {
    display: none;
  }

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

  h1 {
    font-size: 3.45rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .program-hero h1 {
    font-size: 3.2rem;
  }

  .hero-inner,
  .program-hero-inner {
    width: min(100% - 32px, var(--max));
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 72px 0 66px;
  }

  .hero-divider {
    width: 120px;
    height: 1px;
  }

  .hero-copy,
  .program-hero-copy {
    font-size: 1.45rem;
  }

  .about-grid,
  .requirements-grid,
  .detail-pricing {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .site-header,
  .header-inner {
    min-height: 68px;
  }

  .header-inner {
    width: min(100% - 24px, var(--max));
  }

  .brand,
  .brand img {
    width: auto;
  }

  .brand {
    width: 72px;
  }

  .brand img {
    height: 56px;
  }

  .header-actions .btn {
    min-height: 38px;
    padding: 10px 12px;
    font-size: 12px;
  }

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

  .section {
    padding: 62px 0;
  }

  .hero,
  .program-hero {
    min-height: auto;
  }

  h1 {
    font-size: 2.78rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  h3 {
    font-size: 1.52rem;
  }

  .program-hero h1 {
    font-size: 2.56rem;
  }

  .hero-copy,
  .program-hero-copy {
    font-size: 1.25rem;
  }

  .program-grid,
  .feature-grid,
  .locations-grid,
  .pricing-grid,
  .next-programs {
    grid-template-columns: 1fr;
  }

  .program-card p {
    min-height: 0;
  }

  .coaching-band p {
    width: min(100% - 28px, 930px);
    font-size: 1.52rem;
  }

  .price-card + .price-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .price-card,
  .single-price {
    padding: 26px 22px;
  }

  .module-prices li {
    flex-direction: column;
    gap: 2px;
  }

  .table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .module-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0 16px;
  }

  .module-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .module-table,
  .module-table tbody,
  .module-table tr,
  .module-table td {
    display: block;
    width: 100%;
  }

  .module-table tr {
    overflow: hidden;
    border: 1px solid var(--line-light);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
  }

  .module-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line-light);
  }

  .module-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: var(--paper);
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--gold);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }

  .module-table td:last-child {
    border-bottom: 0;
  }

  .cfu {
    text-align: left;
  }
}
