body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #ffffff;
}

html { background: #ffffff; }

/* LOGO SECTION */

.logo-section {
    background: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 1px 0px rgba(229,231,235,0.85), 0px 7px 16px rgba(16,24,40,0.065);
}

.logo-center {
    display: block;
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* HEADING SECTION */

.heading-section {
    background: #ffffff;
    margin: 32px 0px 28px 0px;
    padding: 0px 40px 0px 40px;
}

.heading-title {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    max-width: 800px;
    text-align: center;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 800;
    font-size: 54px;
    line-height: 58px;
}

.heading-title-teal {
    color: #18BFA7;
}

.heading-title-magenta {
    color: #D81C8C;
}

.heading-title-red {
    color: #E73737;
}

/* VIDEO CTR SECTION */

.video-ctr-section {
    background: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px 40px 0px 40px;
}

.video-ctr-link {
    display: block;
    margin: 0px auto 0px auto;
    padding: 10px 10px 10px 10px;
    max-width: 820px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 0px 1px rgba(229,231,235,0.70), 0px 0px 18px rgba(16,24,40,0.08);
}

.video-ctr-img {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* CTA BUTTON SECTION */

.cta-button-section {
    background: #ffffff;
    margin: 35px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.cta-button-main {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 24px 36px 24px 36px;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 26px;
    letter-spacing: 0.60px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0px 1px 0px rgba(255,255,255,0.60) inset, 0px 6px 12px rgba(16,24,40,0.20);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.cta-button-main:focus-visible {
    outline: 2px solid #0B1A2A;
    outline-offset: 2px;
}

.cta-button-main:active {
    transform: translateY(1px);
    box-shadow: 0px 1px 0px rgba(255,255,255,0.60) inset, 0px 6px 12px rgba(16,24,40,0.24);
}

.cta-magenta {
    background: linear-gradient(180deg, #E247A8 0%, #D81C8C 100%);
}

.cta-magenta:hover {
    background: linear-gradient(180deg, #DA3C9E 0%, #C71A82 100%);
}

.cta-red {
    background: linear-gradient(180deg, #FF4D4D 0%, #E73737 100%);
}

.cta-red:hover {
    background: linear-gradient(180deg, #F84343 0%, #D92F2F 100%);
}

.cta-teal {
    background: linear-gradient(180deg, #14C3AE 0%, #0EA09B 100%);
}

.cta-teal:hover {
    background: linear-gradient(180deg, #12B9A6 0%, #0C8F8B 100%);
}

/* COPY BLOCK */

.copy-section {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.copy-wrapper {
    max-width: 820px;
    margin: 0px auto 0px auto;
    padding: 0px 40px 0px 40px;
}

.copy-text {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #24303A;
    letter-spacing: 0px;
    margin: 0px 0px 20px 0px;
    -webkit-font-smoothing: antialiased;
}

.copy-text:last-child {
    margin: 0px 0px 0px 0px;
}

/* LEARN SECTION */

.learn-section {
  margin: 30px 0px 22px 0px;
  padding: 0px 40px 0px 40px;
}

.learn-card {
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  max-width: 820px;
  background: #FFFFFF;
  border: 1px solid rgba(16,24,40,0.16);
  border-radius: 14px;
  overflow: hidden;
}

.learn-heading-main {
  margin: 0px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
  display: block;
  text-align: center;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
  background: linear-gradient(180deg, #CCF5EF 0%, #B8EFE7 100%);
  border-bottom: 1px solid rgba(16,24,40,0.14);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.learn-list {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 24px 26px 24px 26px;
}

.learn-item {
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 0px 34px;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
}

.learn-item:last-child {
  margin: 0px 0px 0px 0px;
}

.learn-item::before {
  content: "✓";
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 900;
  font-size: 28px;
  line-height: 28px;
  color: #0EA09B;
}

/* VIDEO NOTES SECTION */

.meta-section { 
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.meta-wrapper {
  max-width: 820px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meta-item {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #000000;
  -webkit-font-smoothing:
  antialiased;
  white-space: nowrap;
}

.meta-sep { 
    margin: 0px 10px 0px 10px; 
    color: rgba(0,0,0,0.45);
}

/* FOOTER SECTION */

.footer {
  margin: 80px 0px 0px 0px;
  padding: 30px 0px 100px 0px;
  background: #F8FAFC;
  border-top: 1px solid rgba(16,24,40,0.12);
}

.footer-wrapper {
  max-width: 820px;
  margin: 0px auto 0px auto;
  padding: 0px 40px 0px 40px;
  text-align: center;
}

/* links */
.footer-links {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 24px;
}

.footer-links a {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-sep {
  margin: 0px 8px 0px 8px;
  color: rgba(0,0,0,0.45);
}

/* footer copy - copyright */

.footer-copy {
  margin: 40px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
}

/* disclaimer block */

.footer-disclaimer {
  margin: 0px auto 0px auto;
  padding: 20px 20px 20px 20px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid rgba(16,24,40,0.14);
  border-radius: 10px;
}

.disc-text {
  margin: 0px 0px 12px 0px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}

.disc-text:last-child {
  margin: 0px 0px 0px 0px;
}

/* STICKY CTA */

.sticky-section {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
}

.sticky-cta {
    padding: 10px 20px 10px 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.60px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.18);
    border-top: 2px solid rgba(0,0,0,0.35);
    box-shadow: 0px -14px 38px rgba(16,24,40,0.24);
    transition: background 120ms ease, box-shadow 120ms ease, transform 120ms ease;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.sticky-cta:active {
  transform: translateY(1px);
  box-shadow: 0px -10px 30px rgba(16,24,40,0.24);
}

.sticky-cta:focus-visible {
  outline: 2px solid #0B1A2A;
  outline-offset: -2px;
}

.sticky-play-icon {
  margin: 0px 12px 0px 0px;
  width: 56px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  user-select: none;
}