.cta-pair {
  align-items: stretch;
  width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.site-nav {
  gap: clamp(1.25rem, 2.1vw, 2rem);
}

.site-header-row {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-nav-link {
  color: #cbd5e1;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.site-nav-link:hover,
.site-nav-link:focus-visible {
  color: #48d8f0;
  text-shadow: 0 0 18px rgba(28, 192, 221, 0.35);
}

.nav-consult-cta {
  border-radius: 0.75rem;
  min-width: 11.75rem;
}

.mobile-menu-toggle {
  display: none;
  width: 2.55rem;
  height: 2.55rem;
  align-content: center;
  justify-items: center;
  gap: 4px;
  border: 1px solid rgba(28, 192, 221, 0.5);
  border-radius: 0.75rem;
  background: rgba(28, 192, 221, 0.08);
  color: #48d8f0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 18px -12px rgba(28, 192, 221, 0.85);
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.mobile-menu-toggle span {
  display: block;
  width: 1.15rem;
  height: 2px;
  border-radius: 9999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus-visible {
  border-color: rgba(28, 192, 221, 0.55);
  background: rgba(28, 192, 221, 0.12);
  color: #48d8f0;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero-title-line {
  display: inline;
}

#why-program,
#instructor,
#success-stories {
  scroll-margin-top: 110px;
}

.webinar-feature {
  position: relative;
  display: grid;
  gap: 1.25rem;
  max-width: 60rem;
  margin-inline: auto;
  padding: 1.25rem;
  border: 1px solid rgba(28, 192, 221, 0.42);
  border-radius: 1.75rem;
  background:
    radial-gradient(520px 220px at 22% 0%, rgba(28, 192, 221, 0.18), transparent 70%),
    linear-gradient(135deg, rgba(7, 26, 38, 0.96), rgba(4, 16, 26, 0.92));
  box-shadow: 0 24px 70px -40px rgba(28, 192, 221, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.webinar-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(28, 192, 221, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 192, 221, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse 80% 70% at 28% 18%, #000 10%, transparent 76%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 28% 18%, #000 10%, transparent 76%);
}

.webinar-date-panel,
.webinar-copy {
  position: relative;
  z-index: 1;
}

.webinar-date-panel {
  display: grid;
  align-content: center;
  gap: 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(28, 192, 221, 0.28);
  background: rgba(28, 192, 221, 0.07);
  padding: 1.25rem;
}

.webinar-kicker {
  color: #48d8f0;
  font-family: IBM Plex Mono, ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.webinar-date-tile {
  display: grid;
  justify-items: start;
  gap: 0.1rem;
  color: #fff;
}

.webinar-date-tile span {
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(4rem, 16vw, 6.5rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
  color: #48d8f0;
  text-shadow: 0 0 36px rgba(28, 192, 221, 0.45);
}

.webinar-date-tile strong {
  font-family: IBM Plex Mono, ui-monospace, monospace;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.webinar-meta-grid {
  display: grid;
  gap: 0.65rem;
}

.webinar-meta-grid span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  background: rgba(4, 16, 26, 0.48);
  padding: 0.55rem 0.8rem;
  color: #dbeafe;
  font-size: 0.85rem;
  font-weight: 600;
}

.webinar-meta-grid svg {
  color: #2fe6a7;
  flex-shrink: 0;
}

.webinar-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.35rem 0.15rem;
}

.webinar-copy h2 {
  margin-top: 1rem;
  color: #fff;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.14;
}

.webinar-copy p {
  max-width: 39rem;
  margin-top: 1rem;
  color: #9fb9c8;
  font-size: 1rem;
  line-height: 1.75;
}

.webinar-copy .btn {
  margin-top: 1.5rem;
}

.pricing-single-wrap {
  width: min(100%, 27.25rem);
  margin: 2rem auto 0;
}

.pricing-card {
  position: relative;
  display: flex;
  min-height: 37.85rem;
  flex-direction: column;
  border: 1px solid rgba(28, 192, 221, 0.58);
  border-radius: 1.45rem;
  background:
    radial-gradient(620px 320px at 70% 0%, rgba(28, 192, 221, 0.12), transparent 72%),
    linear-gradient(180deg, rgba(8, 30, 44, 0.96), rgba(6, 23, 35, 0.98));
  box-shadow:
    0 28px 70px -52px rgba(28, 192, 221, 0.8),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  padding: clamp(1.65rem, 4vw, 2rem);
}

.pricing-card--featured {
  border-color: rgba(28, 192, 221, 0.82);
  box-shadow:
    0 26px 80px -54px rgba(28, 192, 221, 0.9),
    0 0 0 1px rgba(19, 220, 169, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.pricing-badge {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-flex;
  transform: translate(-50%, -50%);
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(19, 220, 169, 0.5);
  border-radius: 9999px;
  background: #061722;
  padding: 0.4rem 0.95rem;
  color: #43f5c8;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-badge svg {
  fill: currentColor;
}

.pricing-kicker {
  color: #28d9f2;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin-top: 1rem;
  max-width: 22rem;
  color: #fff;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.55rem);
  font-weight: 800;
  line-height: 1.22;
}

.pricing-price {
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  gap: 0.4rem 0.75rem;
  margin-top: 1.15rem;
  color: #fff;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.15rem, 5.5vw, 4.05rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.95;
}

.pricing-currency {
  margin-right: -0.25rem;
  font-size: 0.9em;
}

.pricing-price small {
  padding-bottom: 0.65rem;
  color: #647887;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.pricing-regular-fee {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  margin-top: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.035);
  padding: 0.45rem 0.75rem;
  color: #8fa6b5;
  font-size: 0.8rem;
  line-height: 1;
}

.pricing-regular-fee span {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pricing-regular-fee strong {
  color: #cbd5e1;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-color: rgba(251, 113, 133, 0.78);
  text-decoration-thickness: 1.5px;
}

.pricing-schedule {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  max-width: 100%;
  margin-top: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.045);
  padding: 0.65rem 0.9rem;
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.35;
  white-space: nowrap;
}

.pricing-schedule svg {
  flex: 0 0 auto;
  color: #17d6b3;
}

.pricing-features {
  display: grid;
  gap: 0.72rem;
  margin-top: 1.55rem;
  color: #cbd5e1;
  font-size: 0.86rem;
  line-height: 1.45;
}

.pricing-features li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 1.45rem;
}

.pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.22rem;
  display: grid;
  width: 1rem;
  height: 1rem;
  place-items: center;
  border: 1.5px solid #22e3c0;
  border-radius: 9999px;
  color: #22e3c0;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
}

.pricing-cta {
  width: 100%;
  margin-top: 2rem;
  min-height: 3.55rem;
  border-radius: 0.75rem;
}

.pricing-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  width: min(calc(100vw - 2.5rem), 50rem);
  margin-top: 2rem;
  margin-left: 50%;
  transform: translateX(-50%);
}

.pricing-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.035);
  padding: 0.55rem 0.9rem;
  color: #cbd5e1;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
}

.pricing-trust-row svg {
  flex: 0 0 auto;
  color: #1cc0dd;
}

.site-footer {
  position: relative;
  border-top: 2px solid #1cc0dd;
  background: #071a26;
  padding: 2.05rem 0 2.6rem;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 34, 48, 0.44), rgba(7, 26, 38, 0));
  opacity: 0.72;
}

.site-footer > .container {
  position: relative;
  max-width: 1280px;
}

.site-footer-grid {
  display: grid;
  gap: 2.5rem;
}

.site-footer-brand {
  max-width: 24rem;
}

.site-footer-logo {
  width: 9.25rem;
  height: auto;
  filter: drop-shadow(0 0 14px rgba(28, 192, 221, 0.28));
}

.site-footer-brand p {
  margin-top: 1.15rem;
  color: #9fb9c8;
  font-size: 0.9rem;
  line-height: 1.62;
}

.site-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.site-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  color: #cbd5e1;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-socials a:hover,
.site-socials a:focus-visible {
  color: #48d8f0;
  border-color: rgba(28, 192, 221, 0.45);
  background: rgba(28, 192, 221, 0.1);
  transform: translateY(-2px);
}

.site-socials svg {
  width: 0.74rem;
  height: 0.74rem;
  fill: currentColor;
}

.site-footer-col,
.site-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  font-style: normal;
}

.site-footer-col h3,
.site-footer-contact h3 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
}

.site-footer-col h3::after,
.site-footer-contact h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.75rem;
  height: 2px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #1cc0dd, rgba(28, 192, 221, 0));
}

.site-footer-col a,
.site-footer-link {
  color: #9fb9c8;
  font-size: 0.9rem;
  line-height: 1.35;
  text-align: left;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer-link {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-footer-col a:hover,
.site-footer-col a:focus-visible,
.site-footer-link:hover,
.site-footer-link:focus-visible {
  color: #48d8f0;
  transform: translateX(2px);
}

.site-contact-item {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  color: #fff;
  line-height: 1.55;
}

.site-contact-item span {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border: 1px solid rgba(28, 192, 221, 0.35);
  border-radius: 9999px;
  color: #1cc0dd;
  background: rgba(28, 192, 221, 0.08);
}

.site-contact-item svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-contact-item strong {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
}

.site-contact-item:hover strong,
.site-contact-item:focus-visible strong {
  color: #48d8f0;
}

.site-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3.35rem;
  padding-top: 1.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #6f8797;
  font-size: 0.78rem;
}

.site-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.site-footer-bottom a {
  transition: color 0.2s ease;
}

.site-footer-bottom a:hover,
.site-footer-bottom a:focus-visible {
  color: #48d8f0;
}

@media (min-width: 768px) {
  .webinar-feature {
    grid-template-columns: minmax(16rem, 0.82fr) minmax(0, 1.35fr);
    gap: 2rem;
    padding: 1.5rem;
  }

  .webinar-date-panel {
    min-height: 21rem;
    padding: 1.6rem;
  }

  .webinar-date-tile span {
    font-size: clamp(5.2rem, 7vw, 7.1rem);
  }

  .webinar-copy {
    padding-right: 1rem;
  }

  .site-footer-grid {
    grid-template-columns: 1.45fr 0.72fr 0.86fr 1.18fr;
    gap: clamp(2.5rem, 5.2vw, 5.2rem);
  }

  .site-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .site-header-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 2rem;
  }

  .site-nav {
    display: flex !important;
  }

  .mobile-menu-toggle {
    display: none !important;
  }
}

.cta-pair > .btn,
.cta-single {
  height: auto;
  min-height: 3.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  white-space: normal;
  line-height: 1.25;
}

.cta-pair > .btn svg,
.cta-single svg {
  flex-shrink: 0;
}

.cta-arrow {
  display: inline-flex;
  flex: 0 0 auto;
  margin-left: 0.35rem;
}

.cta-icon-only {
  width: 3.5rem;
  min-width: 3.5rem;
  padding-left: 0;
  padding-right: 0;
}

.linkedin-mark {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.cta-pair--instructor {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  max-width: 29rem;
}

.cta-pair--instructor > .cta-icon-only {
  width: 3.5rem;
  min-width: 3.5rem;
}

@media (min-width: 640px) {
  .cta-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 35rem;
  }

  .cta-pair--hero {
    max-width: 38rem;
  }

  .cta-pair--pricing {
    max-width: 38rem;
  }

  .cta-pair--instructor {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    max-width: 29rem;
  }

  .cta-pair--final {
    max-width: 45rem;
  }

  .cta-pair > .btn {
    width: 100%;
    min-width: 0;
  }

  .cta-pair > .cta-icon-only {
    width: 3.5rem;
    min-width: 3.5rem;
  }

  .cta-single {
    min-width: 18.5rem;
    max-width: 100%;
  }

  .cta-single--wide {
    min-width: min(100%, 24rem);
  }
}

@media (max-width: 1023px) {
  #site-header.menu-open {
    border-bottom: 1px solid rgba(28, 192, 221, 0.12);
    background:
      linear-gradient(rgba(28, 192, 221, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(28, 192, 221, 0.035) 1px, transparent 1px),
      rgba(4, 16, 26, 0.98);
    background-size: 48px 48px, 48px 48px, auto;
    backdrop-filter: blur(18px);
  }

  .mobile-menu-toggle {
    display: inline-grid;
  }

  .site-header-row {
    position: static;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 55;
    display: none !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid rgba(28, 192, 221, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0;
    background: #04101a;
    box-shadow: 0 30px 70px -45px rgba(0, 0, 0, 0.95);
    padding: 0.9rem 0 1.15rem;
    overflow: hidden;
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    display: flex !important;
  }

  .site-nav-link {
    padding: 0.95rem 1.5rem;
    border-bottom: 0;
    color: #cbd5e1;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.2;
  }
}

@media (max-width: 639px) {
  #site-header {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .site-header-row {
    grid-template-columns: auto minmax(0, auto) auto;
    gap: 0.55rem;
  }

  .site-header-row > a img {
    height: 2rem;
  }

  .nav-consult-cta {
    min-width: 0;
    height: 2.3rem;
    padding-left: 0.95rem;
    padding-right: 0.95rem;
    border-radius: 0.7rem;
    font-size: 0.75rem;
  }

  #top {
    padding-top: 6.25rem;
  }

  #hero-copy .eyebrow {
    max-width: 100%;
    align-items: center;
    gap: 0.45rem;
    padding-left: 0.82rem;
    padding-right: 0.82rem;
    font-size: 0.53rem;
    letter-spacing: 0.14em;
    line-height: 1.35;
    white-space: nowrap;
  }

  #hero-copy .hero-title {
    margin-top: 1.45rem;
    font-size: clamp(1.78rem, 7.8vw, 1.95rem);
    line-height: 1.13;
    letter-spacing: 0;
  }

  .hero-title-line {
    display: block;
    white-space: nowrap;
  }

  #floating-cta {
    display: none !important;
  }

  #top .hero-beam,
  #top > div[aria-hidden="true"] > div.absolute,
  #pricing > div[aria-hidden="true"] {
    display: none;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    text-align: center;
    white-space: nowrap;
  }

  .btn > span:not(.cta-arrow) {
    min-width: 0;
  }

  .btn i,
  .btn svg,
  .btn .cta-arrow {
    flex: 0 0 auto;
  }

  .pricing-card {
    min-height: auto;
  }

  .pricing-price {
    gap: 0.45rem;
    font-size: clamp(2.95rem, 13vw, 3.25rem);
  }

  .pricing-price small {
    padding-bottom: 0.55rem;
    font-size: 0.54rem;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  .pricing-regular-fee {
    margin-top: 0.75rem;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  .pricing-regular-fee span {
    font-size: 0.58rem;
  }

  .pricing-regular-fee strong {
    font-size: 0.78rem;
  }

  .pricing-schedule {
    align-items: flex-start;
    width: 100%;
    white-space: normal;
  }

  .pricing-trust-row {
    justify-content: stretch;
  }

  .pricing-trust-row span {
    width: 100%;
    white-space: normal;
  }

  .cta-pair--instructor {
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: 0.7rem;
    max-width: 100%;
  }

  .cta-pair--instructor > .cta-icon-only {
    width: 3.25rem;
    min-width: 3.25rem;
    min-height: 3.25rem;
    border-radius: 0.8rem;
  }

  .cta-pair--instructor > .btn:not(.cta-icon-only) {
    min-height: 3.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.8rem;
    font-size: 0.86rem;
    line-height: 1.18;
    white-space: nowrap;
  }

  .cta-pair--instructor .linkedin-mark {
    width: 1rem;
    height: 1rem;
  }

  #syllabus-cta {
    min-height: 3.25rem;
    max-width: 19rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.86rem;
    line-height: 1.18;
    gap: 0.55rem;
    white-space: nowrap;
  }

  #syllabus-cta svg,
  #syllabus-cta i {
    width: 1rem;
    height: 1rem;
  }

  .site-footer-bottom {
    align-items: center;
    text-align: center;
  }

  .site-footer-bottom nav {
    justify-content: center;
  }

  .site-footer-bottom p {
    max-width: 20rem;
    margin-inline: auto;
  }

  .webinar-feature {
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .webinar-date-panel {
    padding: 1rem;
  }

  .webinar-meta-grid span {
    width: 100%;
  }

  .webinar-copy {
    text-align: left;
  }

  .webinar-info-card {
    text-align: center;
  }

  .webinar-info-card .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-pair:not(.cta-pair--instructor) > .btn,
  .cta-single {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0.45rem;
    text-align: center;
    white-space: nowrap;
  }

  .cta-pair:not(.cta-pair--instructor) > .btn > span:not(.cta-arrow),
  .cta-single > span:not(.cta-arrow),
  .btn .submit-label {
    min-width: 0;
  }

  .cta-pair:not(.cta-pair--instructor) > .btn i,
  .cta-pair:not(.cta-pair--instructor) > .btn svg,
  .cta-single i,
  .cta-single svg,
  .pricing-cta i,
  .pricing-cta svg {
    flex: 0 0 auto;
  }

  .cta-pair > .cta-icon-only {
    width: 3.5rem;
    min-width: 3.5rem;
  }
}
