:root {
  --blue-deep: #0133a1;
  --blue-mid: #0065bc;
  --blue-bright: #0076cf;
  --navy-text: #092d5f;
  --yellow: #face03;
  --paper: #f8f8f6;
  --ink: #161616;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.funnel {
  overflow: hidden;
}

.paper {
  background-color: var(--paper);
  background-image: url("assets/paper-texture.png");
  background-repeat: repeat;
  background-size: 400px 400px;
}

.hero {
  min-height: 900px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 58%, rgba(38, 93, 191, 0.62) 0%, rgba(19, 67, 170, 0.45) 24%, rgba(1, 51, 161, 0) 55%),
    linear-gradient(90deg, #00339f 0%, #012c94 49%, #0039a7 100%);
}

.top-ribbon {
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #111827;
  background: var(--yellow);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.ribbon-dot {
  width: 19px;
  height: 19px;
  border-radius: 999px;
  background: #e91322;
}

.hero-inner {
  width: min(100%, 1140px);
  margin: 0 auto;
  padding: 51px 24px 0;
}

.hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 3.9vw, 50px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-lede {
  margin: 26px 0 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(19px, 1.68vw, 27px);
  font-weight: 500;
  line-height: 1.25;
}

.video-frame {
  width: min(786px, calc(100vw - 48px));
  height: 397px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(0, 44, 145, 0.08);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: 5px;
}

.play-button {
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.play-button span {
  width: 0;
  height: 0;
  margin-left: 9px;
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent;
  border-left: 44px solid #043aa7;
}

.vsl-label {
  position: absolute;
  left: 50%;
  bottom: 61px;
  width: 258px;
  transform: translateX(-50%);
  border-radius: 9px;
  color: #fff;
  background: rgba(0, 16, 49, 0.72);
  font-size: 20px;
  font-weight: 900;
  line-height: 47px;
}

.hero-body {
  margin: 31px auto 24px;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(18px, 1.34vw, 22px);
  font-weight: 500;
  line-height: 1.32;
}

.hero-body strong {
  font-weight: 900;
}

.cta-button {
  width: 464px;
  min-height: 61px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 8px;
  color: #051b46;
  background: linear-gradient(180deg, #ffd90a 0%, #fac603 100%);
  box-shadow: 0 2px 0 rgba(97, 75, 0, 0.22);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.webinar-section {
  min-height: 886px;
  padding: 87px 0 14px;
  text-align: center;
}

.ragged-title {
  width: 100%;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1c1c1c;
  clip-path: polygon(0 10%, 4% 7%, 8% 9%, 13% 6%, 18% 8%, 24% 6%, 29% 8%, 34% 6%, 40% 9%, 46% 6%, 53% 8%, 60% 6%, 66% 8%, 72% 5%, 78% 8%, 84% 6%, 90% 8%, 96% 6%, 100% 9%, 100% 91%, 95% 93%, 90% 91%, 84% 94%, 79% 92%, 73% 95%, 66% 92%, 60% 94%, 54% 91%, 49% 93%, 43% 90%, 37% 93%, 31% 91%, 25% 94%, 19% 91%, 13% 94%, 7% 91%, 0 94%);
}

.ragged-title h2 {
  margin: 0;
  font-size: clamp(30px, 3.02vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}

.ragged-title span {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.feature-grid {
  width: min(1133px, calc(100% - 44px));
  margin: 8px auto 17px;
  display: grid;
  grid-template-columns: 351px 370px 360px;
  gap: 26px;
  justify-content: center;
}

.feature-card {
  min-width: 0;
}

.feature-card h3 {
  min-height: 62px;
  margin: 0 0 29px;
  color: #090909;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.24;
}

.feature-card img {
  width: 100%;
  height: 311px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
}

.feature-card p {
  margin: 37px 0 0;
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.32;
}

.cta-button-small {
  width: 407px;
  min-height: 76px;
  font-size: 23px;
}

.youtube-section {
  padding: 68px 24px 78px;
  text-align: center;
}

.youtube-inner {
  width: min(1150px, 100%);
  margin: 0 auto;
}

.youtube-kicker {
  width: fit-content;
  margin: 0 auto 16px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #071d46;
  background: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.youtube-section h2 {
  margin: 0;
  color: var(--navy-text);
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 900;
  line-height: 1.05;
}

.youtube-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.youtube-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 101, 188, 0.16);
  border-radius: 8px;
  color: #102045;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(0, 42, 120, 0.1);
  text-align: left;
}

.youtube-thumb {
  aspect-ratio: 16 / 9;
  position: relative;
  display: block;
  overflow: hidden;
  background: #08285f;
}

.youtube-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-play {
  width: 58px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: #ff0033;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.youtube-play::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 11px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

.youtube-title {
  display: block;
  min-height: 78px;
  padding: 18px 18px 8px;
  color: var(--navy-text);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.24;
}

.youtube-meta {
  display: block;
  margin-top: auto;
  padding: 0 18px 20px;
  color: var(--blue-mid);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.youtube-channel-card {
  min-height: 100%;
  justify-content: center;
  padding: 28px 20px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 35%, rgba(0, 118, 207, 0.75), transparent 58%),
    linear-gradient(180deg, #0133a1 0%, #071d46 100%);
  text-align: center;
}

.youtube-channel-card .youtube-title,
.youtube-channel-card .youtube-meta {
  color: #fff;
}

.youtube-channel-card .youtube-title {
  min-height: 0;
  padding: 18px 0 10px;
}

.youtube-channel-card .youtube-meta {
  padding: 0;
  color: var(--yellow);
}

.youtube-channel-mark {
  width: 112px;
  height: 82px;
  position: relative;
  display: block;
  margin: 0 auto;
}

.testimonials-section {
  min-height: 580px;
  position: relative;
  overflow: hidden;
  color: var(--navy-text);
  text-align: center;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fc 100%);
}

.testimonial-waves {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 600px at 85% 62%, rgba(205, 225, 247, 0.55), transparent 63%),
    radial-gradient(820px 420px at 22% 66%, rgba(207, 225, 246, 0.55), transparent 64%),
    url("assets/paper-texture.png");
  background-size: auto, auto, 400px 400px;
  opacity: 0.78;
}

.testimonial-waves::before,
.testimonial-waves::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  height: 360px;
  background: rgba(205, 224, 246, 0.5);
  border-radius: 50%;
  transform: rotate(-11deg);
}

.testimonial-waves::before {
  top: 365px;
}

.testimonial-waves::after {
  top: 525px;
  background: rgba(220, 234, 249, 0.58);
  transform: rotate(-6deg);
}

.testimonial-content {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 44px));
  margin: 0 auto;
  padding: 52px 0 22px;
}

.testimonial-content h2 {
  margin: 0 0 15px;
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.12;
}

.testimonial-content h2 span {
  color: #0074ce;
}

.testimonial-grid {
  width: min(742px, 100%);
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial-card {
  height: 240px;
  min-height: 240px;
  padding: 25px 22px 20px;
  border-radius: 10px;
  color: #10386d;
  background: #fff;
  text-align: left;
  box-shadow: 0 8px 22px rgba(42, 78, 111, 0.12);
}

.person-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 19px;
}

.avatar {
  width: 39px;
  height: 39px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #1982e7, #0065bc);
  font-size: 17px;
  font-weight: 800;
}

.person-row strong,
.person-row small {
  display: block;
}

.person-row strong {
  font-size: 15px;
  font-weight: 900;
}

.person-row small {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #4b6387;
}

.stars {
  margin-bottom: 20px;
  color: #0074ce;
  font-size: 20px;
  line-height: 1;
}

.testimonial-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42;
}

.testimonial-note {
  margin: 33px 0 0;
  color: #44658f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.faq-section {
  min-height: 920px;
  padding: 80px 24px 50px;
}

.faq-stack {
  width: min(716px, 100%);
  margin: 0 auto;
}

.faq-item + .faq-item {
  margin-top: 42px;
}

.faq-item h3,
.after-inner h2 {
  min-height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 17px 55px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(180deg, #0074c8 0%, #005fb4 100%);
  box-shadow: 0 2px 4px rgba(0, 45, 110, 0.2);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.faq-item h3 span,
.after-inner h2 span {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-52%);
  font-size: 27px;
  font-weight: 900;
}

.faq-item p {
  margin: 28px 0 0 25px;
  max-width: 638px;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
}

.faq-item p + p {
  margin-top: 28px;
}

.after-section {
  min-height: 481px;
  padding: 80px 24px 47px;
  border-top: 1px solid #dedede;
  background:
    radial-gradient(circle at 50% 25%, rgba(232, 232, 232, 0.52), rgba(248, 248, 246, 0) 45%),
    var(--paper);
}

.after-inner {
  width: min(997px, 100%);
  margin: 0 auto;
  text-align: center;
}

.after-inner h2 {
  min-height: 87px;
  font-size: 31px;
  padding-left: 70px;
  padding-right: 70px;
}

.after-inner p {
  margin: 50px auto 33px;
  max-width: 938px;
  color: #272727;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.55;
  text-align: left;
}

.site-footer {
  min-height: 366px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 70%, rgba(0, 130, 219, 0.4), rgba(0, 99, 186, 0) 34%),
    linear-gradient(90deg, #0065bc 0%, #0061b8 50%, #0064bb 100%);
}

.footer-inner {
  width: min(1404px, calc(100% - 90px));
  margin: 0 auto;
  padding: 37px 0 20px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.footer-logo {
  width: 290px;
  height: 153px;
  object-fit: contain;
}

.footer-nav,
.legal-nav {
  display: flex;
  align-items: center;
}

.footer-nav {
  gap: 0;
  font-size: 18px;
  font-weight: 500;
}

.footer-nav a {
  min-width: 143px;
  text-align: center;
  opacity: 0.95;
}

.footer-nav a + a {
  border-left: 2px solid rgba(255, 255, 255, 0.68);
}

.footer-rule {
  height: 2px;
  margin: 20px 0 22px;
  background: rgba(255, 255, 255, 0.55);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  color: rgba(255, 255, 255, 0.93);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p + p {
  margin-top: 13px;
}

.copyright {
  font-weight: 800;
}

.legal-nav {
  min-width: 486px;
  justify-content: flex-end;
  align-self: flex-start;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.legal-nav a {
  padding: 0 38px;
}

.legal-nav a + a {
  border-left: 2px solid rgba(255, 255, 255, 0.75);
}

.policy-page {
  min-height: 100vh;
  padding: 58px 24px 72px;
  color: #102045;
}

.policy-back {
  width: fit-content;
  display: block;
  margin: 0 auto 28px;
  color: var(--blue-mid);
  font-size: 15px;
  font-weight: 800;
}

.policy-card {
  width: min(880px, 100%);
  margin: 0 auto;
  padding: 54px 58px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(0, 42, 120, 0.12);
}

.policy-kicker {
  width: fit-content;
  margin: 0 0 22px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #071d46;
  background: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.policy-card h1 {
  margin: 0;
  color: var(--navy-text);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.05;
}

.policy-updated {
  margin: 12px 0 34px;
  color: #52617b;
  font-size: 15px;
  font-weight: 700;
}

.policy-card h2 {
  margin: 34px 0 10px;
  color: var(--navy-text);
  font-size: 22px;
  font-weight: 900;
}

.policy-card p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 18, 61, 0.72);
  opacity: 1;
  visibility: visible;
}

.modal-backdrop[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal-card {
  width: min(520px, 100%);
  max-height: calc(100vh - 48px);
  position: relative;
  overflow-y: auto;
  padding: 38px 40px 34px;
  border-radius: 8px;
  color: #102045;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 248, 246, 0.97)),
    url("assets/paper-texture.png");
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.modal-close {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #0065bc;
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.modal-kicker {
  width: fit-content;
  margin: 0 0 18px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #071d46;
  background: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.modal-card h2 {
  margin: 0;
  color: var(--navy-text);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
}

.modal-copy {
  margin: 14px 0 28px;
  color: #25324f;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}

.booking-form {
  display: grid;
  gap: 18px;
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: #0d214b;
  font-size: 14px;
  font-weight: 800;
}

.booking-form label strong {
  color: #0065bc;
}

.booking-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #c9d5e5;
  border-radius: 8px;
  padding: 0 15px;
  color: #102045;
  background: #fff;
  font: inherit;
  font-size: 16px;
  outline: none;
}

.booking-form input:focus {
  border-color: #0065bc;
  box-shadow: 0 0 0 3px rgba(0, 101, 188, 0.16);
}

.modal-submit {
  width: 100%;
  margin-top: 4px;
  border: 0;
  cursor: pointer;
}

.form-note,
.form-success {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.form-note {
  color: #52617b;
}

.form-success {
  min-height: 18px;
  color: #0065bc;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .video-frame {
    height: min(397px, 48vw);
    min-height: 245px;
  }

  .play-button {
    width: 92px;
    height: 92px;
  }

  .play-button span {
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 34px;
  }

  .vsl-label {
    bottom: 35px;
  }

  .feature-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

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

  .feature-card {
    max-width: 370px;
    margin: 0 auto;
  }

  .testimonial-card {
    max-width: 360px;
    margin: 0 auto;
  }

  .after-inner p {
    margin-top: 48px;
    font-size: 21px;
  }

  .footer-top,
  .footer-bottom {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-nav a {
    min-width: auto;
    padding: 12px 20px;
  }

  .legal-nav {
    min-width: 0;
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .top-ribbon {
    font-size: 12px;
  }

  .ribbon-dot {
    width: 13px;
    height: 13px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-lede br,
  .hero-body br,
  .footer-bottom br {
    display: none;
  }

  .cta-button {
    width: min(100%, 360px);
    font-size: 19px;
  }

  .webinar-section {
    padding-top: 55px;
  }

  .ragged-title {
    min-height: 106px;
  }

  .feature-grid {
    margin-top: 58px;
  }

  .youtube-section {
    padding: 52px 16px 62px;
  }

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

  .youtube-title {
    min-height: 0;
  }

  .faq-section,
  .after-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-item h3,
  .after-inner h2 {
    padding-left: 28px;
    padding-right: 50px;
    font-size: 20px;
  }

  .faq-item p {
    margin-left: 0;
    font-size: 18px;
  }

  .footer-inner {
    width: min(100% - 34px, 1404px);
  }

  .modal-card {
    padding: 34px 22px 26px;
  }

  .modal-card h2 {
    font-size: 30px;
  }

  .legal-nav {
    flex-direction: column;
    gap: 12px;
  }

  .legal-nav a {
    padding: 0;
  }

  .legal-nav a + a {
    border-left: 0;
  }
}
.success-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 2000;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(390px, calc(100vw - 32px));
  padding: 18px 20px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-left: 5px solid #f4c430;
  border-radius: 12px;
  background: #ffffff;
  color: #171717;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  pointer-events: none;
}

.success-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.success-toast-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #f4c430;
  color: #171717;
  font-size: 23px;
  font-weight: 800;
}

.success-toast strong {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 800;
}

.success-toast p {
  margin: 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 600px) {
  .success-toast {
    right: 16px;
    bottom: 16px;
  }
}
