:root {
  --navy: #18182f;
  --navy-2: #18183a;
  --navy-3: #1d1d69;
  --orange: #e96403;
  --orange-2: #e64e0a;
  --orange-light: #f17312;
  --soft: #eef2f6;
  --soft-2: #f4f9fd;
  --text: #18182f;
  --muted: #424b60;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--soft);
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1120px;
}

.btn-primary,
.cta-button,
.included-list h3 {
  border: 0 !important;
  border-color: var(--orange) !important;
  background: linear-gradient(90deg, #ff842b 0%, var(--orange-2) 100%) !important;
  box-shadow: none;
  color: var(--white) !important;
  font-weight: 600;
}

.btn-primary {
  border-radius: 4px;
  padding: .40rem 1.7rem;
  text-transform: uppercase;
}

.btn-primary:hover,
.cta-button:hover {
  background: linear-gradient(90deg, var(--orange-2) 0%, var(--orange-light) 100%) !important;
}

.site-header {
  background: var(--navy);
  padding: 22px 0;
}

.header-bar {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 194px;
}

.header-seat {
  color: var(--orange);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: var(--soft);
  padding: 82px 0 70px;
  background-image: url(../images/capa-lp-jornada-enfermagem1.webp);
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(390px, .82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: 52px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  max-width: 620px;
  margin: 0 0 16px;
  color: #172036;
  font-size: clamp(3rem, 3vw, 4.7rem);
  font-weight: 200;
  line-height: .98;
  letter-spacing: 0;
}
.hero-copy h1 span{

  font-weight: 600;
}
.hero-copy p {
  margin-bottom: 18px;
  font-size: 17px;
}

.price-line {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 18px;
  color: #263044;
}
.price-line p span {
font-weight:600;
}
.price-line strong {
  color: var(--text);
  font-size: 38px;
  line-height: 1;
  margin-bottom: 12px;
}

.pix-price {
  margin: 0;
  color: var(--orange-2);
  font-size: .98rem;
  font-weight: 800;
}

.included-link {
  display: inline-block;
  margin-top: 15px;
  color: var(--text);
  font-size: 1.12rem;
  text-decoration: none;
}

.included-link:hover,
.included-link span {
  color: var(--orange);
}

.included-link span {
    margin-left: 6px;
    font-weight: 900;
    background-color: #e64f0a;
    padding: 1px 12px 4px;
    border-radius: 5px;
    color:#fff;
}

.hero-included-mobile {
  display: none;
}

.hero-visual-wrap {
  position: relative;
  min-height: 420px;
}

.hero-visual {
  min-height: inherit;
}

.hero-stats {
  position: absolute;
  inset: 0;
}

.hero-media {
  position: relative;
  width: 100%;
  max-width: 690px;
  justify-self: end;
}


.hero-stat {
  position: absolute;
  z-index: 2;
  min-width: 205px;
  padding: 16px 22px;
  border: 1px solid rgba(230, 78, 10, .22);
  border-radius: 4px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 28px rgba(24, 24, 47, .08);
  color: var(--text);
  line-height: 1.05;
}

.hero-stat strong {
  display: block;
  color: var(--orange-2);
  font-size: 2rem;
  line-height: .95;
}

.hero-stat span {
  display: block;
  font-size: .82rem;
  width: 100%;
}

.hero-stat-teachers {
  left: 6%;
  top: 14%;
  width: 190px;
}

.hero-stat-certified {
  right: 4%;
  top: 39%;
  width: 205px;
}

.hero-stat-professionals {
  left: 12%;
  bottom: 13%;
  width: 185px;
}

.urgency-strip {
  overflow: hidden;
  padding: 9px 0;
  background: var(--orange);
  color: var(--white);
  font-weight: 800;
  letter-spacing: .2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.urgency-strip span {
  display: inline-block;
  width: max-content;
  animation: ticker 22s linear infinite;
  will-change: transform;
}

.urgency-strip span::after {
  content: attr(data-text);
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.dark-section {
  background: var(--navy);
  color: var(--white);
}

.problem-section {
  position: relative;
  overflow: hidden;
  padding: 54px 0 56px;
  background: linear-gradient(to bottom, var(--navy) 0%, var(--navy) 58%, var(--soft) 58%, var(--soft) 100%);
}


.problem-section > .container {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: inherit;
  font-size: 20px;
}
.eyebrow span{
    font-weight:600;
}

.problem-section > .container > .eyebrow {
  max-width: 630px;
  margin: 0 auto 20px;
  color: var(--white);
  font-size: 1.3rem;
  text-align: left;
}

.problem-grid {
  display: grid;
  max-width: 980px;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  gap: 46px;
  margin: 0 auto;
}

.thought-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.thought-card {
  min-height: 116px;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--white);
}

.thought-card span {
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 4px;
  background: var(--orange);
  color: var(--white);
  font-weight: 800;
}

.thought-card h2,
.thought-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.08;
}

.thought-card strong {
  display: block;
  color: var(--orange);
  font-size: 1.65rem;
  line-height: .98;
}

.pill-text {
    display: block;
    width: max-content;
    margin: 18px 0px 0;
    padding: 3px 53px;
    border: 1px solid #f4d3c2;
    border-radius: 4px;
    background: var(--white);
    color: var(--orange-2);
    font-size: 23px;
}
.pill-text span{
    font-weight:700;
}
.video-card,
.video-tile {
  display: grid;
  min-height: 238px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .14);
}

.play-button {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background:#e9591b;
      border: 2px solid #fff;
}

.play-button::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 21px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid var(--white);
}

.fear-grid {
  display: grid;
  max-width: 980px;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 38px auto 28px;
}

.fear-grid article {
  position: relative;
  min-height: 160px;
  padding: 28px 20px 18px;
  border-radius: 6px;
  border: 1px solid #096672;
  background: #0f172b;
}

.fear-grid article::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -1px;
  width: 54px;
  height: 6px;
  border-radius: 2px;
  background: var(--orange);
}

.fear-grid h3 {
margin-bottom: 8px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.fear-grid p {
    margin: 0;
    color: #bfc7de;
    font-size: 14px;
}

.section-cta-label {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-primary.cta-button.defin{
    padding: .40rem 5.7rem;
    font-size: 20px;
}

@media(max-width:500px){
    .btn-primary.cta-button.defin{
        font-size:18px;
    }
}
.proof-section {
  padding: 46px 0 72px;
  background: var(--navy);
}

.proof-section .eyebrow {
  margin-bottom: 12px;
}

.proof-section h2 {
  max-width: 860px;
  margin: 0 auto 24px;
  color: #fff;
  font-size: 45px;
    font-weight: 600;
  line-height: 30px;
}
.teachers-section h2 {
margin: 0 auto 24px;
    color: #ffffff;
    font-size: 46px;
    font-weight: 100;
    line-height: .98;
    max-width: 860px;
}

.teachers-section h2 span {
 color: #e6500a;
    font-weight: 600;
    
}
.testimonials-section h2 span {
 color: #e6500a;
    font-weight: 600;
    
}
.proof-section h2 span {
  color: var(--orange);
      font-size: 25px;
}
.proof-section blockquote {
  max-width: 850px;
  margin: 0 auto 18px;
  padding: 22px 52px;
  border: 1px solid rgba(233, 100, 3, .35);
  border-radius: 6px;
  background: var(--navy-2);
  color: var(--white);
}

.proof-section blockquote p {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

.proof-cite {
  display: block;
  margin: 10px auto 0px;
  color: var(--white);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
}

.video-carousel,
.card-carousel,
.testimonial-carousel {
  position: relative;
  margin: 0 auto 42px;
}

.video-carousel {
  margin-bottom: 34px;
}

.video-testimonials-grid {
  display: grid;
  max-width: 920px;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin: 0 auto 34px;
}

.video-testimonial {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .14);
}

.video-cover-button {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  border-radius: inherit;
  background: #000;
  cursor: pointer;
}

.depoimentos-videos-titulo{
    margin: 40px auto 40px;
    color: #ffff;
    font-size:25px;
}
.depoimentos-videos-titulo span{
    color: #e96403;
        font-weight: 600;

}

.video-cover {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #000;
  object-fit: cover;
  pointer-events: none;
}

.video-testimonial .video-cover-img {
  height: 100%;
  border-radius: inherit;
}

.video-cover-button .play-button {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-card.video-cover-button {
  min-height: 0;
  overflow: hidden;
}

.video-card.video-cover-button .video-cover {
  width: 100%;
    height: 218px;
    border-radius: 10px;
}

.modal-video-player {
  display: block;
  width: 100%;
  max-height: 78vh;
  border-radius: 8px;
  background: #000;
}

.modal-video-player[hidden],
.video-placeholder[hidden] {
  display: none !important;
}

.video-slide-grid,
.teacher-grid,
.testimonial-grid {
  display: grid;
  max-width: 860px;
  gap: 36px;
  margin: 0 auto;
}

.video-tile {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 7px;
}

.video-carousel-desktop {
  display: grid !important;
}

#videoCarouselMobile.video-carousel-mobile {
  display: none !important;
}

#videoCarousel .carousel-inner,
.card-carousel .carousel-inner,
.testimonial-carousel .carousel-inner {
  overflow: hidden;
}

#videoCarousel .video-slide-grid,
.card-carousel .teacher-grid,
.testimonial-carousel .testimonial-grid {
  align-items: stretch;
  width: 100%;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.carousel-control-prev,
.carousel-control-next {
  position: static;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--orange), var(--orange-2)) !important;
  opacity: 1;
}

@media(max-width:500px){
    .teachers-section h2{
        font-size:30px;
    }
}
.routine-section {
  padding: 42px 0 46px;

}

.section-heading h2 {
  margin: 0;
  color: #1b2237;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.section-heading p {
  color: var(--muted);
}

.routine-heading {
  max-width: 840px;
  margin: 0 auto;
}

.section-tag {
  display: inline-block;
  padding: 4px 23px;
  border: 1px solid rgba(230, 78, 10, .48);
  border-radius: 4px;
  color: var(--orange-2) !important;
  font-size: 18px;
  line-height: 1.15;
}

.section-tag strong {
  font-weight: 600;
}

.routine-heading h2 {
  margin-bottom: 2px;
  color: var(--text);
  font-size: 35px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.routine-heading h2 span {
  color: #18182f;
  font-weight:600;
}

.routine-heading p:last-child {
  margin: 0;
  color: #31384b;
  font-size: 21px;
}

.routine-grid {
  display: grid;
  max-width: 850px;
  grid-template-columns: repeat(4, 1fr);
  margin: 24px auto 0;
  background: var(--navy);
  color: var(--white);
}

.routine-grid article {
  min-height: 170px;
  padding: 30px 22px 20px;
  border-right: 1px solid rgba(0, 131, 154, .28);
  background: var(--navy);
}

.routine-grid article:nth-child(2) {
  background: #19193c;
}

.routine-grid article:nth-child(3),
.routine-grid article:nth-child(4) {
  background: var(--navy-3);
}

.routine-grid article:last-child {
  border-right: 0;
}

.routine-grid h3 {
  margin: 0 0 9px;
  color: var(--white);
font-size: 17px;
    font-weight: 600;
  line-height: 1.08;
}

.routine-grid p {
  margin: 0;
  color: var(--white);
  font-size: 14px;
  line-height: 1.18;
}

.feature-icon {
  position: relative;
  display: block;
  width: 31px;
  height: 31px;
  margin: 0 0 16px;
  color: var(--orange);
}

.feature-icon::before,
.feature-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.feature-clock::before {
  inset: 4px;
  border: 2px solid var(--orange);
  border-radius: 50%;
}

.feature-clock::after {
  left: 15px;
  top: 9px;
  width: 7px;
  height: 9px;
  border-left: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
}

.feature-lock::before {
  left: 9px;
  top: 4px;
  width: 13px;
  height: 12px;
  border: 2px solid var(--orange);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.feature-lock::after {
  left: 6px;
  top: 14px;
  width: 19px;
  height: 13px;
  border: 2px solid var(--orange);
  border-radius: 3px;
}

.feature-medal::before {
  left: 8px;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 2px solid var(--orange);
  border-radius: 50%;
}

.feature-medal::after {
  left: 11px;
  top: 20px;
  width: 9px;
  height: 8px;
  border-left: 3px solid var(--orange);
  border-right: 3px solid var(--orange);
}

.feature-cross::before {
  left: 13px;
  top: 5px;
  width: 5px;
  height: 21px;
  background: var(--orange);
}

.feature-cross::after {
  left: 5px;
  top: 13px;
  width: 21px;
  height: 5px;
  background: var(--orange);
}

.certification-section {
  padding: 44px 0 16px;
  background: #f0f5f9;
}

.cert-grid {
  display: grid;
  max-width: 940px;
  grid-template-columns: minmax(310px, .8fr) minmax(380px, 1.2fr);
  align-items: center;
  gap: 18px;
}

.cert-copy h2 {
  margin: 0 0 20px;
  color: var(--text);
  font-size: clamp(2rem, 3.1vw, 3.2rem);
  font-weight: 400;
  line-height: 1.1;
}

.cert-copy h2 span {
    display: inline-block;
    padding: 0px 5px 0px;
    margin-bottom: 5px;
    background: linear-gradient(90deg, #e67d31 0%, var(--orange-2) 100%) !important;
    color: var(--text);
    font-weight: 600;
}

.cert-copy p {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  color: var(--text);
  font-size: 1.5rem;
  line-height: 1.04;
}

.cert-copy p strong {
  color: var(--orange-2);
  font-size: clamp(4.6rem, 8vw, 6.9rem);
  font-weight: 800;
  line-height: .86;
}

.cert-copy p span {
  display: block;
  font-size:30px;

}

.cert-image {
  position: relative;
  justify-self: center;
}


.cert-image img {
position: relative;
    justify-self: center;
}

.emec-badge {
  position: absolute;
  left: -28px;
  top: 30%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid rgba(230, 78, 10, .35);
  border-radius: 5px;
  background: rgba(255, 255, 255, .82);
  color: #2270c9;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.emec-icon {
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 5px;
  background: #ffd600;
  color: #00a65f;
  font-size: 20px;
}

.emec-icon::before {
  content: "e";
  font-weight: 800;
}

.modules-section {
  padding: 14px 0 72px;
  background: #f0f5f9;
}

.modules-heading {
  max-width: 910px;
  margin: 0 auto 24px;
}

.modules-heading h2 {
  color: var(--text);
  font-size:38px;
  font-weight: 400;
  line-height: 1.1;
}

.modules-heading h2 span {
  color: var(--orange-2);
  font-weight: 600;
}

.modules-heading p {
  margin: 4px 0 0;
  color: var(--text);
  font-size: 28px;
  line-height: 1.16;
}

.modules-heading p strong {
  font-weight: 600;
}

.modules-accordion {
  max-width: 850px;
  margin: 90px auto 0;
}

.faq-accordion {
  max-width: 850px;
  margin: 30px auto 0;
}

.accordion-item {
  border: 0;
  border-radius: 0 !important;
  margin-bottom: 10px;
  background: transparent;
}

.modules-accordion .accordion-item {
  margin-bottom: 49px;
}

.modules-accordion .accordion-button {
  position: relative;
  min-height: 42px;
  overflow: visible;
  padding: 9px 54px 9px 17px;
  border-radius: 0 !important;
  background: linear-gradient(90deg, #e67d31 0%, var(--orange-2) 100%) !important;
  box-shadow: none;
  color: var(--white);
  font-size: clamp(1rem, 1.65vw, 1.55rem);
  font-weight: 400;
  line-height: 1.08;
}

.modules-accordion .accordion-button span {
  position: absolute;
  left: 0;
  top: -39px;
  width: fit-content;
  max-width: calc(100% - 34px);
  margin: 0;
  padding: 10px 17px;
  background: var(--navy);
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.modules-accordion .accordion-button:not(.collapsed) {
  background: var(--orange-2);
  color: var(--white);
}

.modules-accordion .accordion-button::after {
  margin-left: auto;
  filter: brightness(0) invert(1);
}

.modules-accordion .accordion-body {
min-height: 100px;
    padding: 44px 40px 44px;
    background: linear-gradient(90deg, rgb(24 24 47 / 42%), rgba(24, 24, 47, .62)), url(../images/paciente-em-sala-medica.webp) center / cover no-repeat;
    color: var(--white);
    font-size: 17px;
    line-height: 1.18;
}

.bonus-grid {
  display: grid;
  max-width: 860px;
  grid-template-columns: .8fr 1.2fr;
  align-items: start;
  gap: 52px;
  margin: 70px auto 0;
}

.bonus-grid h2 {
color: #e64f0b;
    font-size: 41px;
    line-height: 1.04;
    margin-bottom: 20px;
}
.bonus-grid h2 span{
    font-weight:600;
}
span.detail-seta{
background-color: #e64f0b;
    color: #fff;
    padding: 0px 13px;
    border-radius: 74px;
    position: absolute;
    font-size: 19px;
    display: flex;
    width: 39px;
    margin: -58px 274px;
    height: 39px;
    line-height: 40px;
    align-items: flex-start;
}

.bonus-accordion .accordion-button {
  border-radius: 0;
  background: #09265a;
  box-shadow: none;
  color: var(--white);
  font-weight: 800;
}

.bonus-accordion .accordion-button:not(.collapsed) {
  background: #09265a;
  color: var(--white);
}

.bonus-accordion .accordion-body {
  padding: 22px 24px;
  background: var(--white);
  color: #263044;
}

.teachers-section {
  padding: 82px 0;
}

.section-subtitle {
  max-width: 760px;
  margin: 0 auto 42px;
  color: #eff2fa;
  font-size: 20px;
}

.teacher-grid,
.testimonial-grid {
  gap: 18px;
}

.teacher-card {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #241f1b;
  color: var(--white);
  text-align: left;
  box-shadow: 0 22px 38px rgba(0, 0, 0, .16);
}

.teacher-photo {
  display: block;
  height: 248px;
  margin: 0;
  background: var(--white);
}

.teacher-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.teacher-card h3 {
  margin: 0;
  padding: 12px 16px;
  background: var(--orange);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
}

.teacher-role {
  min-height: 48px;
  margin: 16px 16px 6px;
  font-weight: 800;
  line-height: 1.25;
}

.teacher-register {
  margin: 0 16px 12px;
  color: #f4d6c5;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.35;
}

.teacher-description {
  max-height: 184px;
  margin: 0 12px 20px 16px;
  padding: 0 8px 0 18px;
  overflow: auto;
  color: #f1e9e4;
  font-size: .88rem;
  line-height: 1.4;
  scrollbar-color: var(--orange) rgba(255, 255, 255, .12);
  scrollbar-width: thin;
}

.teacher-description li + li {
  margin-top: 7px;
}

.teacher-description::-webkit-scrollbar {
  width: 6px;
}

.teacher-description::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .12);
}

.teacher-description::-webkit-scrollbar-thumb {
  background: var(--orange);
  border-radius: 999px;
}
@media(max-width:500px){
    .teacher-photo img{
            object-position: center;
    }
}

.testimonials-section {
  padding: 80px 0;
  background: #f1f3f7;
}

.testimonials-section h2 {
  margin-bottom: 42px;
  color: var(--orange);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
}

.testimonials-section h2::first-line {
  color: var(--text);
}

.review-card {
  min-height: 190px;
  height: 100%;
  padding: 18px;
  background: #f1f3f7;
  text-align: left;
}

.review-head {
  display: grid;
  grid-template-columns: 30px 1fr 24px;
  align-items: center;
  gap: 9px;
}

.review-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.review-head strong {
  font-size: .88rem;
  line-height: 1.1;
}

.google-review-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.stars {
  margin: 8px 0 4px;
  color: #f2c84b;
}

.review-card p:last-child {
  color: #333;
  font-size: .87rem;
}

.review-text {
  white-space: pre-line;
}

.faq-section {
  padding: 30px 0 74px;
  background: #f1f3f7;
}

.faq-accordion .accordion-button {
  border: 1px solid #9ea5b0;
  background: transparent;
  box-shadow: none;
  color: #222b3d;
  font-size: 1.24rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #222b3d;
}

.faq-accordion .accordion-button::after {
  filter: none;
}

.faq-accordion .accordion-body {
  padding: 22px 34px;
  border: 1px solid #9ea5b0;
  border-top: 0;
  background: #f1f3f7;
  color: #343b4d;
}
.faq-contact{
    margin-top: 50px;
    font-size: 19px;
}

.faq-contact button {
  border: 0;
  background: transparent;
  color:#00d058;
  font-weight: 800;
}

.bottom-strip {
  background: linear-gradient(90deg, #e67d31 0%, var(--orange-2) 100%)!important;
  text-transform: none;
}

.final-cta-section {
  padding: 62px 0 42px;
  border-top: 2px solid var(--orange);
  background: var(--navy);
  color: var(--white);
}

.final-container {
  max-width: 1080px;
}

.final-copy {
  padding-top: 22px;
}

.final-copy h2 {
  max-width: 420px;
  margin: 0;
  color: #f6f6fb;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.09;
}

.final-copy h2 span {
  color: var(--orange);
  font-weight: 700;
}

.final-copy p {
  max-width: 430px;
  margin: 46px 0 0;
  color: #f2f4f9;
  font-size: 1rem;
  line-height: 1.45;
}

.final-copy p strong {
  font-weight: 700;
}

.investment-card {
  overflow: hidden;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 18px 14px 12px;
  border-radius: 7px;
  background: #f1f3f7;
  color: #141b2e;
  text-align: center;
}

.investment-logo {
  margin: 2px auto 18px;
  width:50%;
}

.investment-mark {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
}

.investment-mark::before {
  content: "";
  position: absolute;
  inset: 7px 7px 6px 2px;
  border-radius: 50%;
  background: var(--orange-2);
}

.investment-mark::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 3px;
  width: 22px;
  height: 25px;
  background: var(--navy);
  clip-path: polygon(0 0, 64% 0, 44% 28%, 100% 28%, 58% 54%, 100% 82%, 42% 82%, 62% 100%, 0 100%, 24% 54%);
}

.investment-logo strong {
  display: block;
  color: var(--navy);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: .9;
}

.investment-logo strong span {
  display: inline;
  margin: 0;
  color: var(--orange-2);
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}

.investment-logo small {
  display: block;
  margin-top: 3px;
  color: var(--orange-2);
  font-size: .34rem;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
}

.investment-price-box {
  overflow: hidden;
  border-radius: 10px;
  background: var(--navy);
  color: #f6f6fb;
}

.investment-card p {
  margin: 0;
  padding-top: 20px;
  color: #f6f6fb;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.05;
}

.investment-card .price {
  display: block;
  margin: 4px 0 8px;
  color: var(--orange);
  font-size: clamp(3.55rem, 5.8vw, 4.45rem);
  font-weight: 800;
  line-height: .92;
  white-space: nowrap;
}

.investment-card span {
  display: block;
  max-width: 270px;
  margin: 0 auto;
  color: #f6f6fb;
  font-size: .95rem;
  line-height: 1.12;
}

.investment-card .investment-pix-option {
  max-width: 300px;
  margin-top: 8px;
  color: #ffd6bc;
  font-size: .78rem;
  font-weight: 800;
}

.investment-card span strong {
  font-weight: 800;
}

.investment-alert {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 34px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--orange-2) 100%);
  color: var(--white);
  text-align: left;
  place-items: center;
}

.investment-alert i {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.investment-alert i::before,
.investment-alert i::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 4px;
  width: 2px;
  height: 8px;
  background: #fff;
  border-radius: 3px;
}

.investment-alert i::after {
  top: 11px;
  width: 7px;
  height: 2px;
}

.investment-alert small {
  display: block;
  color: var(--white);
  font-size: .64rem;
  font-weight: 500;
  line-height: 1.12;
}

.included-list {
  max-width: 885px;
  margin-top: 34px;
}

.included-list h3 {
  display: inline-block;
  margin-bottom: 26px;
  padding: 7px 24px;
  border-radius: 24px;
  font-size: 1rem;
}

.included-list li {
  margin-bottom: 3px;
  color: #f2f4f9;
  font-size: 1rem;
  line-height: 1.35;
  list-style: none;
}

.included-list ul {
  margin: 0;
  padding: 0;
}

.bonus-content {
  margin-top: 28px;
  color: #f2f4f9;
}

.bonus-content p {
  margin: 22px 0 4px;
  font-size: .95rem;
  line-height: 1.35;
}

.bonus-content em {
  display: block;
  max-width: 840px;
  color: #cfd5e1;
  font-size: .92rem;
  line-height: 1.35;
}

.final-growth {
  margin: 50px 0 28px;
  color: #f2f4f9;
  font-size: 1.65rem;
  line-height: 1.25;
}

.included-list p strong,
.final-growth strong {
  color: var(--white);
  font-weight: 800;
}

.final-action-wrap {
  max-width: 540px;
  margin: 0 auto;
}

.final-action-wrap .cta-button {
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  font-size:16px;
}

.guarantee {
  margin: 22px 0 0 !important;
  color: #dfe4ef;
  font-size: .86rem !important;
}

.site-footer {
  padding: 30px 0;
  background: #11172b;
  color: #cfd5e1;
  text-align: center;
}

.site-footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0 0 8px;
  color: #f4f6fb;
}

.site-footer small {
  display: block;
  color: #cfd5e1;
  font-size: .8rem;
  line-height: 1.4;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  margin-left: 2px;
}

.site-footer img {
  width: 55px;
  max-height: 26px;
  object-fit: contain;
}

.fa-heart::before {
  content: "\2665";
  color: #daba4b;
}

.pulse {
  display: inline-block;
  animation: heartPulse 1.4s ease-in-out infinite;
}

@keyframes heartPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.18); }
}

.lead-submit {
  border: 0;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--orange-2) 100%);
  color: var(--white);
  font-weight: 700;
}

.lead-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.cart-page {
  background: var(--soft);
}

.cart-section {
  padding: 78px 0;
  background: linear-gradient(180deg, var(--soft) 0%, #f8fbfd 100%);
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
  align-items: start;
}

.cart-copy h1 {
  max-width: 650px;
  margin: 18px 0 18px;
  color: var(--text);
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 1.04;
}

.cart-copy p {
  max-width: 610px;
  color: #31384b;
  font-size: 1.15rem;
}

.cart-summary {
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(24, 24, 47, .12);
  color: var(--text);
}

.cart-summary h2 {
  margin: 0;
  padding: 22px 26px;
  border-bottom: 1px solid #e7ebf1;
  font-size: 1.35rem;
}

.cart-product,
.cart-totals,
.cart-note {
  padding: 24px 26px;
}

.cart-product {
  border-bottom: 1px solid #e7ebf1;
}

.cart-product strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.cart-product p {
  margin: 0;
  color: var(--muted);
}

.cart-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.cart-total {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e7ebf1;
  font-size: 1.25rem;
}

.cart-actions {
  display: grid;
  gap: 12px;
  padding: 0 26px 24px;
}

.cart-checkout {
  display: block;
  width: 100%;
  margin: 0;
  padding: .9rem 1rem;
  text-align: center;
  font-size:13px;
}

.cart-note {
  border-top: 1px solid #e7ebf1;
  background: #f5f7fb;
  border-radius: 0 0 10px 10px;
}

.cart-note h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.cart-note p {
  margin: 0;
  color: #424b60;
  font-size: .9rem;
  line-height: 1.45;
}

.video-modal-content,
.enrollment-modal {
  border: 0;
  border-radius: 8px;
}

.enrollment-modal .modal-title {
  max-width: 92%;
  line-height: 1.25;
}

.video-placeholder {
  display: grid;
  min-height: 390px;
  place-items: center;
  border-radius: 6px;
  background: #f4f5f8;
  color: #263044;
  text-align: center;
}

.video-placeholder p {
  margin: 0;
}

.lead-form label {
  margin: 12px 0 6px;
  font-weight: 800;
}

.lead-form .form-control {
  min-height: 48px;
  border-radius: 4px;
}

.lead-form textarea.form-control {
  min-height: 128px;
  resize: vertical;
}

.lead-form .btn {
  margin-top: 18px;
}

.form-feedback {
  min-height: 24px;
  margin: 14px 0 0;
  color: #1f7a47;
  font-weight: 800;
}

.form-feedback.is-error {
  color: #b42318;
}

@media (min-width: 1200px) {
  #videoCarousel .video-slide-grid,
  #teachersCarousel .teacher-grid,
  #testimonialsCarousel .testimonial-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  #testimonialsCarousel .testimonial-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (min-width: 641px) and (max-width: 1199px) {
  #videoCarousel .video-slide-grid,
  #teachersCarousel .teacher-grid,
  #testimonialsCarousel .testimonial-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  #videoCarousel .video-slide-grid {
    max-width: 820px;
    gap: 28px;
  }

  #teachersCarousel .teacher-grid,
  #testimonialsCarousel .testimonial-grid {
    max-width: 860px;
  }
}

@media (min-width: 641px) and (max-width: 991px) {
  .routine-heading h2 {
    font-size: 1.7rem;
  }

  .routine-grid {
    max-width: 760px;
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .routine-grid article {
    min-height: 170px;
    padding: 20px 14px;
    border-right: 1px solid rgba(0, 131, 154, .28) !important;
    border-bottom: 0 !important;
  }

  .routine-grid article:last-child {
    border-right: 0 !important;
  }

  .routine-grid h3 {
    font-size: .78rem;
  }

  .routine-grid p {
    font-size: .63rem;
  }

  .feature-icon {
    width: 26px;
    height: 26px;
    margin-bottom: 14px;
  }

  .cert-grid {
    max-width: 820px;
    grid-template-columns: minmax(250px, .78fr) minmax(330px, 1.22fr) !important;
  }

  .cert-copy {
    text-align: left;
  }

  .cert-copy h2 {
    font-size: 2.35rem;
  }

  .cert-copy p {
    justify-content: flex-start;
    font-size: 1.28rem;
  }

  .cert-copy p strong {
    font-size: 5.3rem;
  }

  .cert-image {
    max-width: 370px;
    min-height: 246px;
  }

  .cert-image img {
    height: 275px;
  }

  .emec-badge {
    left: -18px;
    top: 28%;
    font-size: 1.28rem;
  }

  .modules-heading h2 {
    font-size: 2.1rem;
  }

  .modules-heading p {
    font-size: 1.18rem;
  }

  .modules-accordion {
    max-width: 760px;
  }
}

@media (max-width: 991px) {
  .hero-grid,
  .problem-grid,
  .cert-grid,
  .bonus-grid,
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .hero-media {
    max-width: 720px;
    justify-self: center;
  }

  .hero-visual {
    min-height: 420px;
  }

  .problem-section {
    background: linear-gradient(to bottom, var(--navy) 0%, var(--navy) 68%, var(--soft) 68%, var(--soft) 100%);
  }

  .video-card {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .fear-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .final-copy p {
    margin-top: 24px;
  }

  .investment-card {
    max-width: 390px;
    margin: 0 auto;
  }

  .included-list {
    margin-top: 26px;
  }

  .cart-summary {
    max-width: 520px;
  }

  .modules-accordion {
    max-width: 92%;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 10px 0;
  }

  .header-bar {
    min-height: 48px;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px;
  }

  .brand img {
    width: 132px;
  }

  .header-seat {
    display: none;
  }

  .site-header .cta-button {
    order: initial;
    padding: .62rem .9rem;
    font-size: .92rem;
  }

  .hero-section {
    padding: 75px 0 75px;
    background: var(--soft-2);
    background-image: none;
  }

  .hero-grid {
    gap: 20px;
  }

  .hero-copy h1 {
    font-size: 2.5rem;
    line-height: 1.02;
  }

  .hero-copy p {
    font-size: 25px;
  }

  .price-line {
    display: block;
  }

  .price-line strong {
    display: inline;
    margin: 10px;
  }

  .hero-media {
    margin-top: 12px;
  }

  .hero-included-desktop {
    display: none;
  }

  .hero-included-mobile {
    display: inline-block;
    margin-top: 6px;
  }

  .hero-visual-wrap {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hero-visual {
    display: none;
  }

  .hero-stats {
    position: static;
    display: grid;
    width: min(100%, 230px);
    gap: 8px;
  }

  .hero-stat {
    position: static;
    min-width: 112px;
    width: 100%;
    padding: 10px 5px 10px 18px;
  }

  .hero-stat strong {
    font-size: 2.28rem;
  }

  .hero-stat span {
font-size: 19px;
        width: 100%;
  }

  .hero-stat-teachers {
    min-width: 118px;
  }

  .hero-stat-certified {
    min-width: 126px;
  }

  .hero-stat-professionals {
    min-width: 128px;
  }

  .problem-section {
    padding: 48px 0 44px;
    background: linear-gradient(to bottom, var(--navy) 0%, var(--navy) 72%, var(--soft) 72%, var(--soft) 100%);
  }

  .problem-section::before {
    left: -22px;
    top: 12px;
    font-size: 13rem;
  }

  .problem-section > .container > .eyebrow {
    text-align: center;
  }

  .thought-row,
  .fear-grid,
  .routine-grid,
  .teacher-grid,
  .testimonial-grid,
  .video-slide-grid {
    grid-template-columns: 1fr !important;
  }

  .thought-card {
    text-align: center;
  }

  .thought-card strong {
    font-size: 1.4rem;
  }

  .pill-text {
    max-width: 100%;
    margin-left: 0;
    font-size: 18px;
    padding: 3px 20px;
  }

  .video-card {
    min-height: 210px;
  }

  .video-carousel-desktop {
    display: none !important;
  }

  #videoCarouselMobile.video-carousel-mobile {
    display: block !important;
    max-width: 330px;
    margin: 0 auto 34px;
  }

  #videoCarouselMobile .video-testimonial {
    margin: 0 auto;
  }

  .video-testimonial .video-cover {
    max-height: 520px;
  }

  .card-carousel,
  .testimonial-carousel {
    max-width: 390px;
  }

  #teachersCarousel .teacher-grid,
  #testimonialsCarousel .testimonial-grid {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }

  .proof-section,
  .teachers-section,
  .testimonials-section,
  .final-cta-section {
    padding: 56px 0;
  }

  .proof-section h2 {
    font-size: 23px;
  }

  .proof-section blockquote {
    padding: 20px 16px;
  }

  .proof-section blockquote p {
    font-size: 20px;
  }

  .routine-section {
    padding: 30px 0 34px;
  }

  .routine-heading h2 {
    font-size: 1.8rem;
  }

  .routine-grid {
    max-width: 310px;
  }

  .routine-grid article {
    min-height: 0;
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 131, 154, .24);
  }

  .certification-section {
    padding-top: 32px;
  }

  .cert-copy {
    text-align: left;
  }

  .cert-copy,
  .cert-copy h2,
  .cert-copy p,
  .cert-image {
    max-width: 100%;
    width: 100%;
  }

  .cert-copy h2 {
    font-size: 2rem;
  }

  .cert-copy p {
    justify-content: flex-start;
    gap: 12px;
  }

  .cert-copy p strong {
    font-size: 4.5rem;
  }

  .cert-image {
    min-height: 210px;
    max-width: 320px;
  }

  .cert-image img {
    height: 240px;
  }

  .emec-badge {
    left: 0;
    top: 22%;
    font-size: 1.12rem;
  }

  .modules-heading h2 {
    font-size: 1.75rem;
  }

  .modules-heading p {
    font-size: 1.05rem;
  }

  .modules-accordion {
    max-width: 100%;
    margin-top: 46px;
  }

  .modules-accordion .accordion-item {
    margin-bottom: 34px;
  }

  .modules-accordion .accordion-button {
    padding-right: 42px;
    font-size: 1rem;
  }

  .modules-accordion .accordion-button span {
    width: fit-content;
    max-width: calc(100vw - 42px);
    font-size: clamp(.62rem, 2.2vw, .78rem);
    white-space: nowrap;
  }

  .modules-accordion .accordion-body {
    padding-top: 36px;
  }

  .faq-accordion .accordion-button {
    font-size: 1rem;
  }

  .investment-card .price {
    font-size: clamp(3.7rem, 15vw, 4.4rem);
  }

  .investment-card {
    padding: 22px 14px 14px;
  }

  .investment-logo {
    gap: 8px;
    margin-bottom: 20px;
  }

  .investment-mark {
    width: 34px;
    height: 34px;
  }

  .investment-logo strong {
    font-size: 1.7rem;
  }

  .investment-card p {
    padding-top: 24px;
    font-size: 1.35rem;
  }

  .investment-card span {
    font-size: 1.05rem;
  }

  .investment-alert {
    grid-template-columns: 28px 1fr;
    gap: 8px;
    padding: 14px 18px;
  }

  .investment-alert i {
    width: 26px;
    height: 26px;
  }

  .investment-alert small {
    font-size: .76rem;
  }

  .included-list h3 {
    margin-bottom: 22px;
    font-size: 1rem;
  }

  .included-list li {
    font-size: 1rem;
  }

  .bonus-content p {
    font-size: .9rem;
  }

  .bonus-content em {
    font-size: .84rem;
  }

  .final-growth {
    margin-top: 36px;
    font-size: 1.35rem;
  }

  .guarantee {
    font-size: .78rem !important;
  }

  .cart-section {
    padding: 48px 0;
  }

  .cart-copy h1 {
    font-size: 2.15rem;
  }

  .cart-summary h2,
  .cart-product,
  .cart-totals,
  .cart-note {
    padding-right: 18px;
    padding-left: 18px;
  }

  .cart-checkout {
    width: calc(100% - 36px);
    margin-right: 18px;
    margin-left: 18px;
  }

  .site-footer p {
    font-size: .92rem;
  }
}

.lp-variant-2 {
  --green: #04b85a;
  --green-2: #00a94f;
  --green-3: #07994a;
}

.lp-variant-2 .btn-primary,
.lp-variant-2 .cta-button,
.lp-variant-2 .included-list h3 {
  background: linear-gradient(90deg, var(--green) 0%, var(--green-2) 100%) !important;
  color: var(--white) !important;
}

.lp-variant-2 .btn-primary:hover,
.lp-variant-2 .cta-button:hover {
  background: linear-gradient(90deg, var(--green-3) 0%, var(--green) 100%) !important;
}

.lp-variant-2 .site-header {
  padding: 14px 0;
}

.lp-variant-2 .header-bar {
  min-height: 52px;
}

.lp-variant-2 .header-seat {
  display: none;
}

.lp-variant-2 .brand img {
  width: 190px;
}

.lp-variant-2 .lp2-hero {
  background: #f1f7fb;
  background-image: none;
  padding: 78px 0 64px;
}

.lp2-hero-inner {
  max-width: 980px;
}

.lp2-hero h1 {
  max-width: 850px;
  margin: 0 auto 18px;
  color: #0c1c45;
  font-size: 50px;
  font-weight: 300;
  line-height: .98;
}

.lp2-hero h1 strong {
  display: block;
  font-weight: 600;
}

.hero-ribbon {
  display: inline-block;
  margin: 0 auto 24px;
  padding: 5px 36px;
  border-radius: 3px;
  background: linear-gradient(90deg, #ff842b 0%, var(--orange-2) 100%);
  color: var(--white);
  font-size: 1.35rem;
  line-height: 1.2;
}

.hero-support {
  max-width: 665px;
  margin: 0 auto 36px;
  color: #0c1c45;
  font-size: 1rem;
  line-height: 1.12;
}

.lp2-hero-video-wrap {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 36px;
}

.lp2-hero-video-cover {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 10px;
  padding: 0;
  background: #000;
  box-shadow: 0 18px 42px rgba(24, 24, 47, .16);
  cursor: pointer;
}

.lp2-hero-video-cover-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease;
}

.lp2-hero-video-cover:hover .lp2-hero-video-cover-img {
  transform: scale(1.03);
}

.lp2-stat-row {
  display: grid;
  max-width: 820px;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 auto 40px;
}

.lp2-stat-row article {
  min-height: 135px;
  padding: 30px 34px 22px;
  border-radius: 4px;
  background: linear-gradient(135deg, #16192d 0%, #11172b 100%);
  color: var(--white);
  text-align: left;
  box-shadow: 0 12px 34px rgba(24, 24, 47, .18);
}

.lp2-stat-head {
    display: flex;
    gap: 14px;
    flex-direction: column;
}

.lp2-stat-icon {
  display: block;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
}

.lp2-stat-row strong {
  display: block;
  color: var(--orange);
  font-size: 2.9rem;
  font-weight: 800;
  line-height: .9;
}

.lp2-stat-row span {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.12;
}

.lp2-hero-offer {
  display: grid;
  max-width: 820px;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, .8fr);
  align-items: center;
  gap: 5px;
  margin: 0 auto;
}

.lp2-hero-start p {
  margin: 0 0 4px;
  color: #0c1c45;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
}

.lp2-hero-start p strong {
  font-weight: 800;
}

.lp2-hero-start .cta-button {
  width: 100%;
  max-width: 430px;
  border-radius: 4px;
  padding: .44rem 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.lp-variant-2 .included-link {
  margin-top: 12px;
  color: #0c1c45;
  font-size: 1.28rem;
}

.lp-variant-2 .included-link span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
.lp-variant-2 .included-link span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.lp2-price-card {
  overflow: hidden;
  border-radius: 10px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  box-shadow: 0 18px 42px rgba(24, 24, 47, .22);
}

.lp2-price-card p {
  margin: 0;
  padding: 20px 20px 0;
  font-size: 1.42rem;
  line-height: 1.1;
}

.lp2-price-card > strong {
  display: block;
  padding: 0 20px 12px;
  color: var(--orange);
  font-size: 50px;
  font-weight: 900;
  line-height: .95;
  white-space: nowrap;
}

.lp2-price-card span {
  display: block;
  padding: 11px 20px;
  background: linear-gradient(90deg, #ff842b 0%, var(--orange-2) 100%);
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 800;
}

.lp-variant-2 .lp2-hidden-strip {
  display: none;
}

.lp-variant-2 .problem-section {
  position: relative;
  overflow: visible;
  padding: 68px 0 0;
  background: #0f172b;
}

.lp-variant-2 .lp2-problem-row {
  max-width: 980px;
  min-height: 368px;
  align-items: stretch;
  margin: 0 auto;
}

.lp2-problem-visual-col {
  display: flex;
  align-items: flex-end;
}

.lp2-problem-visual {
  display: flex;
  width: 100%;
  height: calc(100% + 115px);
  align-items: flex-end;
  justify-content: center;
  margin-top: -115px;
}

.lp2-problem-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(110%, 660px);
  max-width: none;
  height: auto;
}

@media (max-width:500px){
    .lp2-hero h1{
            font-size: 40px;
    }
    .lp2-hero-start p{
            font-size: 33px;
    }
    .lp2-hero-start{
        margin-bottom: 35px;
    }
    .lp-variant-2 .proof-section h2{
        font-size:30px;
    }
}
@media (max-width: 991px) {
  .lp-variant-2 .problem-section {
    overflow: hidden;
    padding: 52px 0 0px;
    background: var(--navy);
  }

  .lp-variant-2 .lp2-problem-row {
    align-items: center;
    min-height: 0;
  }

  .lp2-problem-visual {
    height: auto;
    min-height: 0;
    margin-top: 24px;
    text-align: center;
  }

  .lp2-problem-visual img {
    width: 100%;
    max-width: 420px;
  }
}

.fear-section{
        padding: 0 0 40px;
}

.lp-variant-2 .problem-copy .eyebrow {

  font-size: 35px;
  font-weight: 300;
  line-height: 1.08;
}

.lp-variant-2 .problem-copy .eyebrow span {


  font-weight: 800;
}

.lp2-problem-copy-body {
  max-width: 520px;
}

.lp2-problem-title {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 300;
}

.lp-variant-2 .pill-text {
  width: 100%;
  max-width: 460px;
  margin: 0;
  padding: 14px 30px;
  border: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, .95);
  color: var(--text);
  font-size: .98rem;
  line-height: 1.08;
  text-align: center;
}



.lp-variant-2 .fear-grid {
  margin-top: 34px;
}

.lp-variant-2 .section-cta-label {
  display: none;
}

.lp-variant-2 .btn-primary.cta-button.defin {
  padding-right: 5rem;
  padding-left: 5rem;
}

.lp-variant-2 .proof-section {
  padding-top: 74px;
}

.lp-variant-2 .proof-section h2 {
  max-width: 760px;
  font-size: 34px;
  line-height: 1.1;
}

.lp-variant-2 .proof-section h2 span {
  font-size: inherit;
}

.lp-variant-2 .proof-section blockquote {
  position: relative;
  max-width: 850px;
  padding-top: 30px;
}

.lp-variant-2 .proof-section blockquote::before {
  content: "“";
  display: block;
  height: 38px;
  margin-bottom: -8px;
  color: var(--orange);
  font-size: 5rem;
  font-weight: 800;
  line-height: .5;
}

.lp-variant-2 .routine-section {
  background: #f1f7fb !important;
}

.lp-variant-2 .routine-heading {
  max-width: 900px;
}


.lp2-cert-summary {
  max-width: 880px;
}

.lp2-cert-summary > p {
  margin: 0 0 20px;
  color: var(--text);
  font-size: 1.28rem;
}

.lp2-cert-summary h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 26px;
}

.lp2-cert-summary h2 strong {
  color: var(--orange-2);
  font-size: clamp(5rem, 10vw, 8.5rem);
  font-weight: 900;
  line-height: .8;
}

.lp2-cert-summary h2 span {
  max-width: 285px;
  padding: 15px 28px;
  background: linear-gradient(90deg, #ff842b 0%, var(--orange-2) 100%);
  color: var(--white);
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 1.04;
  text-align: left;
}

.lp2-cert-summary h3 {
  max-width: 740px;
  margin: 0 auto;
  color: var(--text);
  font-size: 32px;
  font-weight: 300;
  line-height: 1.08;
}

.lp2-cert-summary h3 strong {
  font-weight: 800;
}

.lp-variant-2 .modules-section {
  padding-top: 26px;
}

.lp-variant-2 .modules-heading {
  margin-bottom: 34px;
}

.lp-variant-2 .bonus-grid {
  align-items: start;
}

.lp-variant-2 .teachers-section .lead-subtitle {
  max-width: 760px;
  margin-top: -8px;
  margin-bottom: 20px;
  color: var(--white);
  font-size: 1.42rem;
}

.lp-variant-2 .testimonials-section h2 {
  max-width: 790px;
      margin: 0 auto 35px;
}

.lp-variant-2 .bottom-strip {
  background: linear-gradient(90deg, #ff842b 0%, var(--orange-2) 100%) !important;
}

.lp-variant-2 .final-cta-section {
  border-top-color: var(--orange);
}

.lp-variant-2 .investment-card {
  padding: 18px 14px 14px;
  background: linear-gradient(180deg, var(--orange) 0%, var(--orange-2) 100%);
}

.lp-variant-2 .investment-logo {
  width: 58%;
}

.lp-variant-2 .investment-price-box {
  background: #f1f5f9;
  color: var(--text);
}

.lp-variant-2 .investment-card p,
.lp-variant-2 .investment-card span {
  color: var(--text);
}

.lp-variant-2 .investment-card .price {
  color: var(--orange-2);
}

.lp-variant-2 .investment-alert {
  background: linear-gradient(90deg, var(--green) 0%, var(--green-2) 100%);
}

@media (max-width: 991px) {
  .lp2-stat-row,
  .lp2-hero-offer {
    grid-template-columns: 1fr;
  }

  .lp2-hero-offer {
    max-width: 520px;
  }

  .lp-variant-2 .problem-section {
    background: var(--navy);
  }

  .lp-variant-2 .lp2-problem-row {
    min-height: 0;
  }

  .lp-variant-2 .problem-copy {
    min-height: 0;
    gap: 24px;
  }

  .lp2-problem-visual {
    min-height: 0;
    text-align: center;
  }

  .lp-variant-2 .fear-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .lp-variant-2 .site-header {
    padding: 10px 0;
  }
  .lp2-cert-summary h3{
          font-size: 28px;
  }

  .lp-variant-2 .brand img {
    width: 142px;
  }

  .lp-variant-2 .lp2-hero {
    padding: 46px 0 44px;
  }

  .hero-ribbon {
    padding: 6px 14px;
    font-size: 1rem;
  }

  .hero-support {
    font-size: .94rem;
  }

  .lp2-hero-video-wrap {
    margin-bottom: 26px;
  }

  .lp2-hero-video-cover {
    height: 240px;
  }

  .lp2-stat-row {
    gap: 12px;
  }

  .lp2-stat-row article {
    min-height: 0;
    padding: 20px;
  }

  .lp2-stat-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .lp2-hero-start .cta-button {
    font-size: 1.5rem;
  }

  .lp2-price-card > strong {
    font-size: 3.2rem;
  }

  .lp-variant-2 .problem-copy .eyebrow {
    font-size: 2rem;
  }

  .lp2-problem-copy-body {
    max-width: none;
  }

  .lp-variant-2 .pill-text {
    max-width: none;
  }

  .lp-variant-2 .fear-grid {
    grid-template-columns: 1fr;
  }

  .lp-variant-2 .btn-primary.cta-button.defin {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .lp2-cert-summary h2 {
    flex-direction: column;
  }

  .lp2-cert-summary h2 span {
    text-align: center;
  }

  .lp-variant-2 .final-copy h2 {
    max-width: none;
  }
}
