:root {
  --navy: #171931;
  --navy-2: #10182b;
  --blue: #111f72;
  --orange: #ed5b00;
  --orange-2: #ff7a18;
  --green: #00ad51;
  --green-2: #059449;
  --light: #eef5fa;
  --text: #06164b;
  --muted: #5a6374;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.lp3-page {
  overflow-x: hidden;
  margin: 0;
  background: var(--light);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

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

.container {
  max-width: 960px;
}

.btn {
  border: 0;
  border-radius: 4px;
  padding: .55rem 1.55rem;
  font-weight: 700;
  line-height: 1.1;
}

.btn-orange {
  background: linear-gradient(90deg, var(--orange-2), var(--orange));
  color: var(--white);
}

.btn-orange:hover,
.btn-orange:focus {
  background: linear-gradient(90deg, var(--orange), var(--orange-2));
  color: var(--white);
}

.btn-green {
  background: var(--green);
  color: var(--white);
}

.btn-green:hover,
.btn-green:focus {
  background: var(--green-2);
  color: var(--white);
}

.btn-navy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy);
  color: var(--white);
}

.btn-navy span {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--orange);
  color: var(--white);
}

.btn-navy:hover,
.btn-navy:focus {
  background: var(--blue);
  color: var(--white);
}

.lp3-header {
  padding: 20px 0 18px;
  background: var(--navy);
}

.lp3-brand {
  display: inline-flex;
}

.lp3-brand img {
  width: 150px;
}

.lp3-seat {
  color: var(--orange-2);
  line-height: 1.05;
}

.lp3-seat strong,
.lp3-seat span {
  display: block;
}

.lp3-seat strong {
  font-size: 1.25rem;
}

.lp3-seat span {
  color: var(--white);
  font-size: .8rem;
}

.lp3-hero {
  padding: 58px 0 46px;
  background: var(--light);
}

.lp3-hero h1 {
  max-width: 520px;
  margin: 0 0 14px;
  color: var(--text);
  font-size:42px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: .98;
}

.lp3-hero h1 strong {
  display: block;
  font-weight: 900;
}

.lp3-ribbon {
  display: inline-block;
  min-width: min(100%, 430px);
  margin: 0 0 26px;
  padding: 6px 22px;
  border-radius: 3px;
  background: var(--orange);
  color: var(--white);
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
}

.lp3-hero-text {
  max-width: 500px;
  margin: 0 0 16px;
  color: #0c1b4b;
  font-size: 1rem;
  line-height: 1.45;
}

.lp3-offer-card {
  padding: 30px 32px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 18px 45px rgba(23, 25, 49, .18);
}

.lp3-offer-card p {
  max-width: 300px;
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.25;
}

.lp3-offer-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 40px;
  font-weight: 900;
  line-height: .95;
}

.lp3-offer-card span {
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .86);
  font-size: .95rem;
}

.lp3-offer-card ul {
  margin: 0 0 20px;
  padding-left: 18px;
  color: rgba(255, 255, 255, .92);
  font-size: .95rem;
}

.lp3-offer-card li::marker {
  color: var(--orange);
}

.lp3-proof-strip,
.lp3-video-intro,
.lp3-threats,
.lp3-learning,
.lp3-audience,
.lp3-modules,
.lp3-teachers,
.lp3-testimonials,
.lp3-faq,
.lp3-final {
  padding: 58px 0;
}

.lp3-mini-card {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(237, 91, 0, .35);
  border-radius: 5px;
  background: var(--white);
}

.lp3-mini-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.lp3-mini-card p {
  margin: 0;
  color: var(--text);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.12;
}

.lp3-video-intro h2,
.lp3-threats h2,
.lp3-learning h2,
.lp3-modules h2,
.lp3-testimonials h2,
.lp3-faq h2 {
  margin: 0 0 42px;
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}

.lp3-video-intro h2 strong,
.lp3-threats h2 strong,
.lp3-learning h2 strong,
.lp3-modules h2 strong,
.lp3-testimonials h2 strong,
.lp3-faq h2 strong {
  font-weight: 900;
}

.lp3-video-card {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 320px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 38px rgba(23, 25, 49, .08);
}

.play-button {
  position: relative;
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orange);
}

.play-button::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 23px solid var(--white);
}

.lp3-threats h2 span,
.lp3-learning h2 span,
.lp3-orange-label {
  background: var(--orange);
  color: var(--white);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.lp3-threats .row.g-4,
.lp3-learning .row.g-3,
.lp3-modules .row.g-4,
.lp3-teachers .row.g-4,
.lp3-testimonials .row.g-4 {
  margin-bottom: 34px;
}

.lp3-dark-card,
.lp3-module-card {
  height: 100%;
  min-height: 128px;
  padding: 24px;
  border-radius: 4px;
  background: var(--navy);
  color: var(--white);
}

.lp3-dark-card h3,
.lp3-module-card strong {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.1;
}

.lp3-dark-card h3 span,
.lp3-module-card strong {
  color: var(--orange);
  font-size: 2rem;
  font-weight: 900;
}

.lp3-dark-card p,
.lp3-module-card p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: .96rem;
  line-height: 1.35;
}

.lp3-outline-box {
  position: relative;
  padding: 58px 48px 32px;
  border: 1px solid rgba(237, 91, 0, .8);
  border-radius: 8px;
}

.lp3-outline-box::after {
  content: "?";
  position: absolute;
  top: -58px;
  right: 32px;
  display: flex;
  width: 118px;
  height: 118px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 4rem;
  font-weight: 900;
  outline: 8px solid rgba(237, 91, 0, .16);
}

.lp3-small-card {
  min-height: 160px;
  padding: 20px;
}

.lp3-small-card::before,
.lp3-dark-card::before {
  content: "";
  display: block;
  width: 52px;
  height: 5px;
  margin: -24px 0 20px;
  border-radius: 0 0 3px 3px;
  background: var(--orange);
}

.lp3-small-card::before {
  margin-top: -20px;
}

.lp3-section-note {
  max-width: 760px;
  margin: 0 auto 18px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.35;
}

.lp3-audience h2 {
  max-width: 480px;
  margin: 0 0 26px;
  color: var(--text);
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  font-weight: 300;
  line-height: 1;
}

.lp3-audience h2 strong {
  font-weight: 900;
}

.lp3-audience-grid {
  margin-bottom: 28px;
  border: 1px solid rgba(17, 31, 114, .4);
  background: var(--navy);
  color: var(--white);
}

.lp3-audience-grid > div {
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  font-size: .95rem;
  line-height: 1.15;
}

.lp3-video-card-vertical,
.lp3-testimonial-video {
  min-height: 380px;
}

.lp3-platform {
  overflow: hidden;
  padding: 84px 0;
  background: var(--blue);
  color: var(--white);
}

.lp3-device {
  position: relative;
  min-height: 260px;
  border-radius: 18px;
  background: linear-gradient(145deg, #282a34, #0d0f16);
  box-shadow: 0 28px 40px rgba(0, 0, 0, .28);
  transform: perspective(900px) rotateX(10deg) rotateZ(-6deg);
}

.lp3-device::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -28px;
  left: 8%;
  height: 22px;
  border-radius: 0 0 20px 20px;
  background: #1c1f2a;
}

.lp3-device img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58%;
  transform: translate(-50%, -50%);
}

.lp3-platform h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 300;
  line-height: 1;
}

.lp3-platform h2 strong {
  display: block;
  font-weight: 900;
}

.lp3-platform > .container > .row > div > p {
  max-width: 500px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .9);
  font-size: 1.05rem;
  line-height: 1.35;
}

.lp3-feature {
  min-height: 110px;
  padding: 18px;
  border: 1px solid rgba(237, 91, 0, .8);
  border-radius: 4px;
  background: rgba(16, 24, 43, .62);
}

.lp3-feature h3 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 800;
}

.lp3-feature p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: .92rem;
}

.lp3-marquee {
  overflow: hidden;
  background: var(--orange);
  color: var(--white);
  white-space: nowrap;
}

.lp3-marquee .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.lp3-marquee span {
  display: inline-block;
  min-width: 200%;
  padding: 7px 0;
  animation: lp3Marquee 22s linear infinite;
}

@keyframes lp3Marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.lp3-kicker {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 1.45rem;
  line-height: 1.1;
}

.lp3-modules h2 {
  margin-bottom: 38px;
}

.lp3-module-card {
  min-height: 150px;
}

.lp3-module-card strong {
  display: block;
  font-size: 2.6rem;
  line-height: .95;
}

.lp3-cert-card {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.lp3-cert-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 26px;
  background: linear-gradient(90deg, var(--orange-2), var(--orange));
}

.lp3-cert-head strong {
  color: var(--white);
  font-size: clamp(2.6rem, 6vw, 4.3rem);
  font-weight: 900;
  line-height: .9;
}

.lp3-cert-head span {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 800;
}

.lp3-cert-card > p {
  margin: 0;
  padding: 18px 28px 10px;
  color: rgba(255, 255, 255, .9);
}

.lp3-cert-card blockquote {
  margin: 0;
  padding: 24px 40px 34px;
  color: rgba(255, 255, 255, .92);
  font-size: 1.05rem;
  line-height: 1.45;
}

.lp3-cert-card cite {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: 800;
}

.lp3-teachers h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 300;
  line-height: 1;
}

.lp3-teachers h2 strong {
  font-weight: 900;
}

.lp3-orange-label {
  display: inline;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.lp3-teacher-card {
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: var(--navy);
  color: var(--white);
}

.lp3-teacher-photo {
  display: flex;
  height: 230px;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--text);
}

.lp3-teacher-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.lp3-teacher-placeholder {
  background: var(--white);
}

.lp3-teacher-card h3 {
  margin: 0;
  padding: 10px 18px;
  background: var(--orange);
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
}

.lp3-teacher-card p {
  margin: 0;
  padding: 0 18px 8px;
  color: rgba(255, 255, 255, .9);
  font-size: .92rem;
  line-height: 1.25;
}

.lp3-teacher-card p:first-of-type {
  padding-top: 18px;
}

.lp3-faq {
  padding-bottom: 36px;
}

.lp3-accordion .accordion-item {
  border: 1px solid rgba(23, 25, 49, .35);
  border-radius: 0;
  background: transparent;
}

.lp3-accordion .accordion-button {
  background: transparent;
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 700;
}

.lp3-accordion .accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, .5);
  color: var(--text);
  box-shadow: none;
}

.lp3-accordion .accordion-body {
  color: var(--text);
  font-size: .95rem;
  line-height: 1.5;
}

.lp3-faq-contact {
  margin: 26px 0 0;
  text-align: center;
}

.lp3-faq-contact button {
  border: 0;
  background: none;
  color: var(--orange);
  font-weight: 800;
}

.lp3-final {
  padding-top: 34px;
}

.lp3-final-card {
  overflow: hidden;
  padding: 24px 24px 0;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.lp3-final-card > img {
  width: 180px;
  margin-bottom: 20px;
}

.lp3-final-price {
  padding: 26px 22px;
  border-radius: 8px;
  background: var(--light);
  color: var(--text);
}

.lp3-final-price h2 {
  margin: 0;
  color: var(--orange);
  font-size: clamp(3rem, 7vw, 5.2rem);
  font-weight: 900;
  line-height: .95;
}

.lp3-final-price p {
  margin: 4px 0 16px;
  font-size: 1rem;
}

.lp3-final-price .btn {
  width: min(100%, 520px);
}

.lp3-guarantee {
  margin: 0 -24px;
  padding: 22px;
  background: linear-gradient(90deg, var(--orange-2), var(--orange));
  color: var(--white);
  font-weight: 700;
}

.lp3-included-list {
  margin: 34px 0 20px;
  padding: 0;
  list-style: none;
}

.lp3-included-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 28px;
  color: var(--text);
  font-size: .98rem;
}

.lp3-included-list li::before {
  content: "›";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 17px;
  height: 17px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
  line-height: 1;
}

.lp3-professor-list {
  margin: 0;
  color: var(--text);
  line-height: 1.35;
}

.lp3-footer {
  padding: 26px 0;
  background: var(--navy);
  color: var(--white);
}

.lp3-footer img {
  width: 150px;
}

.lp3-footer p,
.lp3-footer small {
  margin: 0;
  color: rgba(255, 255, 255, .84);
}

.lp3-modal-content {
  border: 0;
  border-radius: 8px;
}

.lp3-modal-content .modal-header {
  border-bottom: 1px solid rgba(23, 25, 49, .12);
}

.lp3-modal-content .modal-body label {
  margin: 0 0 6px;
  color: var(--navy);
  font-weight: 800;
}

.lp3-modal-content .modal-body .form-control {
  margin-bottom: 14px;
  border-radius: 4px;
}

.modal-video-player {
  display: block;
  width: 100%;
  max-height: 72vh;
  border-radius: 6px;
  background: #000000;
}

.video-placeholder {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 6px;
  background: var(--light);
  color: var(--text);
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-feedback {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--green);
  font-weight: 700;
}

.form-feedback.is-error {
  color: #b00020;
}

@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }

  .lp3-header .btn {
    width: 100%;
  }

  .lp3-hero {
    padding-top: 42px;
  }

  .lp3-proof-strip,
  .lp3-video-intro,
  .lp3-threats,
  .lp3-learning,
  .lp3-audience,
  .lp3-modules,
  .lp3-teachers,
  .lp3-testimonials,
  .lp3-faq,
  .lp3-final {
    padding: 44px 0;
  }

  .lp3-outline-box {
    padding: 70px 22px 28px;
  }

  .lp3-outline-box::after {
    top: -42px;
    right: 20px;
    width: 86px;
    height: 86px;
    font-size: 3rem;
  }

  .lp3-platform {
    padding: 58px 0;
  }

  .lp3-device {
    min-height: 220px;
    transform: none;
  }

  .lp3-cert-head {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 575px) {
  .lp3-brand img {
    width: 132px;
  }

  .lp3-seat strong {
    font-size: 1rem;
  }

  .lp3-seat span {
    font-size: .72rem;
  }

  .lp3-ribbon {
    display: block;
    min-width: 0;
    font-size: .92rem;
  }

  .lp3-offer-card {
    padding: 24px 18px;
  }

  .lp3-mini-card {
    min-height: 70px;
  }

  .lp3-video-card {
    min-height: 230px;
  }

  .lp3-video-card-vertical,
  .lp3-testimonial-video {
    min-height: 320px;
  }

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

  .play-button::before {
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 19px;
  }

  .lp3-dark-card,
  .lp3-module-card {
    min-height: 0;
  }

  .lp3-teacher-photo {
    height: 260px;
  }

  .lp3-final-card {
    padding-right: 16px;
    padding-left: 16px;
  }

  .lp3-guarantee {
    margin-right: -16px;
    margin-left: -16px;
  }
}
