a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #393939;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

img,
video {
    max-width: 100%;
    height: auto;
}

body,
html {
    height: auto;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    background: #FFFFFF;
    background-size: cover;
    margin: 0;
    font-family: "Inter", sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 60px 100px 0 100px;
}



.header-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
}

.navigation>div {
    cursor: pointer;
}

.sign-up-tab {
    padding: 20px 35px;
    border: 1px solid rgba(25, 26, 35, 1);
    border-radius: 14px;
}

.promo-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: fit-content;
    margin-bottom: 70px;
}

.promo-left {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 460px;
}

.promo-header {
    font-weight: 500;
    font-size: 60px;
    line-height: 77px;
}

.promo-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}


.logos-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 68px;
}

.goals-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 88px;
}

.row-header {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: flex-start;
}

.header-blue {
    border-radius: 7px;
    font-weight: 500;
    font-size: 40px;
    line-height: 38px;
    color: #FFFFFF;
    background: rgba(10, 84, 239, 1);
    padding: 4px 7px;
}

.header-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.goals-features {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.left-feature {
    width: 100%;
    padding: 50px 40px;
    border-radius: 45px;
    border: 1px solid rgba(25, 26, 35, 1);
    box-shadow: 0px 5px 0px 0px rgba(25, 26, 35, 1);
    background-color: rgba(243, 243, 243, 1);
}

.left-feature-header {
    color: #FFFFFF;
    padding: 4px 16px 4px 7px;
    background: rgba(10, 84, 239, 1);
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    border-radius: 7px;
    width: fit-content;
    margin-bottom: 20px;
}

.left-feature-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.right-feature {
    width: 100%;
    padding: 50px 40px;
    border-radius: 45px;
    border: 1px solid rgba(25, 26, 35, 1);
    box-shadow: 0px 5px 0px 0px rgba(25, 26, 35, 1);
    background-color: rgba(10, 84, 239, 1);

}

.right-feature-header {
    color: #000000;
    padding: 4px 7px 4px 7px;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    border-radius: 7px;
    width: fit-content;
    margin-bottom: 20px;
}

.right-feature-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}

.reason-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 41px;
}

.reason-features {
    width: 100%;
    padding: 70px 60px;
    background: rgba(25, 26, 35, 1);
    border-radius: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #FFFFFF;
}

.reason-feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 286px;
}

.reason-feature-header {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.reason-feature-desc {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.feature-separator {
    width: 1px;
    background-color: #FFFFFF;
}

.enroll-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 60px;
    background: rgba(243, 243, 243, 1);
    border-radius: 45px;
    height: 196px;
}

.enroll-desc {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
}

.enroll-header {
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
}

.enroll-date {
    margin-left: 20px;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: rgba(10, 84, 239, 1);
}

.enroll-enroll-button {
    padding: 20px 35px;
    border-radius: 14px;
    color: #FFFFFF;
    background: rgba(10, 84, 239, 1);
    width: fit-content;
    font-weight: 700;
    font-size: 20px;
}

.enroll-row>img {
    margin-right: 200px;
    margin-top: -50px;
    width: fit-content;
    height: fit-content;
}

.authors-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 143px;
    margin-top: 73px;
}

.authors-features {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}

.authors-feature {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(25, 26, 35, 1);
    box-shadow: 0px 5px 0px 0px rgba(25, 26, 35, 1);
    border-radius: 45px;
    padding: 20px 35px;
    width: 100%;
    height: fit-content;
}

.authors-feature-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid black;
}

.author-left {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
}

.author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.authors-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;

}

.authors-position {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.linkedin-black {
    justify-self: flex-end;
    align-self: flex-start;
}

.authors-feature-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.link {
    display: inline;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.reviews-carousel {
    background: rgba(25, 26, 35, 1);
    width: 100%;
    border-radius: 45px;
    padding: 84px 0 63px 0;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.review-items {
    display: flex;
    transition: transform 0.5s ease;
}

.review {
    display: flex;
    width: 100%;
    min-width: 100%;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    margin-bottom: 47px;
}

.review-desc {
    width: 606px;
    padding: 48px 50px 38px 50px;
    border-radius: 45px;
    border: 1px solid rgba(12, 86, 239, 1);
}

.review-desc>span {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.review-author {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 606px;
    padding-left: 80px;
}

.review-author-name {
    color: rgba(12, 86, 239, 1);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}

.review-author-before-after {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.carousel-controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 564px;
}

.previous-review {
    height: fit-content;
}

.review-indicators {
    display: flex;
    flex-direction: row;
    gap: 19px;
}

.next-review {
    height: fit-content;
}

.results-row {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 46px;
}

.results-features {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.results-features>div {
    height: fit-content;
    padding: 25px 41px 33px 41px;
}

.results-features>div>div {
    max-width: 510px;
}

.criteria-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 46px;
    margin-bottom: 66px;
}

.criteria-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.criteria-item {
    width: 100%;
    background: rgba(243, 243, 243, 1);
    border: 1px solid rgba(25, 26, 35, 1);
    box-shadow: 0px 5px 0px 0px rgba(25, 26, 35, 1);
    padding: 41px 60px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    border-radius: 45px;
    align-items: center;
}

.checkmark {
    color: rgb(0 0 0 / 70%);
    font-size: 62px;
    transform: scaleX(1.2);
}

.criteria-desc {
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    max-width: 1050px;
}

.schedule-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 127px;
}

.schedule-header {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.schedule-header-date {
    display: flex;
    flex-direction: row;
    gap: 7px;
    margin-left: 18px;
}

.schedule-date {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: rgba(10, 84, 239, 1);
}

.schedule-date-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.schedule-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.schedule-items> :first-child {
    color: #FFFFFF;
    background: rgba(10, 84, 239, 1);
}

.schedule-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    border-radius: 45px;
    background: rgba(243, 243, 243, 1);
    border: 1px solid rgba(25, 26, 35, 1);
    box-shadow: 0px 5px 0px 0px rgba(25, 26, 35, 1);
    padding: 20px 60px;
}

.schedule-number {
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
}

.schedule-desc {
    font-weight: 500;
    font-size: 30px;
}

.schedule-circle {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: rgba(10, 84, 239, 1);
    box-shadow: 0px 0px 4px 2px rgba(10, 84, 239, 0.25);
    position: absolute;
    left: -5px;
    bottom: -5px;
}

.pricing-row {
    display: flex;
    flex-direction: column;
    gap: 83px;
    margin-bottom: 127px;
}

.pricing-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
}

.pricing-items>div {
    width: 600px;
    height: 350px;
    padding: 21px 58px 33px 41px;
}

.pricing-desc-first-row {
    margin-bottom: 16px;
}

.faq-row {
    width: 100%;
    padding-left: 52px;
    padding-right: 125px;
    display: flex;
    flex-direction: column;
    margin-bottom: 88px;
}

.faq-items {
    width: 100%;
}

.faq-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 1px solid rgba(212, 210, 227, 1);
    position: relative;
}

.faq-item-header {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.faq-item-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    position: relative;
}

.faq-item-circle {
    position: absolute;
    background: rgba(242, 241, 250, 1);
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: 36px;
    right: 0;
    transform: translate(-50%, -50%);
}

.faq-item-circle.first-faq-circle {
    background: rgba(188, 186, 205, 1);
}

.enroll-form {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 100px;
}

.enroll-form-header {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: flex-start;
    align-items: center;
}

.enroll-green {
    border-radius: 7px;
    background: rgba(185, 255, 102, 1);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 38px;
    padding: 4px 7px;
}

.header-desc {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.enroll-form-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 25px;
    padding: 60px 0 80px 100px;
    background: rgba(243, 243, 243, 1);
    border-radius: 45px;
}

.radio-buttons {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    gap: 35px;
}

.radio-button {
    accent-color: rgba(185, 255, 102, 1);
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
}

.radio-button>input {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    margin: 0;
    background-color: #FFFFFF;
    appearance: none;
    border: 1px solid black;
    outline: 6px solid #FFFFFF;
    outline-offset: -7px;
}

.radio-button>input:checked {
    background-color: rgba(185, 255, 102, 1);
}

.form-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
    max-width: 556px;
    font-family: "Space Grotesk", sans-serif;
}

.form-input>label {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.form-input>input {
    width: 100%;
    height: 59px;
    border-radius: 14px;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    border: 1px solid black;
    padding-left: 30px;
}

.enroll-form-submit-button {
    width: 100%;
    max-width: 556px;
    height: 68px;
    background: rgba(25, 26, 35, 1);
    border-radius: 14px;
    color: #FFFFFF;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.asterisk {
    position: absolute;
    top: 50%;
    right: -376px;
    transform: translateY(-50%);
}

.footer {
    margin-top: 30px;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    background: rgba(25, 26, 35, 1);
    padding: 55px 60px 50px 60px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.community-links {
    margin-right: 90px;
}

.footer-content>div {
    margin-top: 20px;
}

.footer-footer {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #FFFFFF;
}

@media (max-width: 1439px) {
    .container {
        padding: 30px 60px 0 60px;
    }

    .navigation {
        gap: 30px;
        font-size: 17px;
        line-height: 15px;
    }

    .sign-up-tab {
        padding: 16px 28px;
        border-radius: 12px;
    }

    .logos-row>img {
        transform: scale(0.7);
    }

    .row-header {
        gap: 30px;
    }

    .header-blue {
        border-radius: 6px;
        font-size: 32px;
        line-height: 32px;
        padding: 3px 5px;
    }

    .header-desc {
        font-size: 15px;
        line-height: 17px;
    }

    .promo-left {
        gap: 20px;
        width: 410px;
    }

    .promo-header {
        font-size: 50px;
        line-height: 65px;
    }

    .promo-desc {
        font-size: 16px;
        line-height: 23px;
    }

    .promo-button {
        padding: 18px 30px;
        border-radius: 13px;
        font-size: 18px;
        line-height: 15px;
    }

    .promo-deadline {
        font-size: 14px;
    }

    .promo-logo {
        width: 368px;
    }

    .left-feature {
        padding: 40px 30px;
        border-radius: 40px;
    }

    .left-feature-header {
        padding: 3px 10px 2px 5px;
        font-size: 24px;
        line-height: 26px;
        border-radius: 6px;
        margin-bottom: 12px;
    }

    .left-feature-desc {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }

    .right-feature {
        padding: 40px 30px;
        border-radius: 40px;
    }

    .right-feature-header {
        padding: 3px 10px 2px 5px;
        font-size: 24px;
        line-height: 26px;
        border-radius: 6px;
        margin-bottom: 12px;
    }

    .right-feature-desc {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }

    .reviews-carousel {
        margin-bottom: 40px;
        border-radius: 40px;
        padding: 52px 0 40px 0;

    }

    .pricing-items {
        gap: 25px;
    }

    .pricing-items>div {
        width: 480px;
        height: 280px;
        padding: 16px 32px 22px 24px;
    }


    .enroll-row>img {
        margin-right: 60px;
    }
}

@media (max-width: 1350px) {
    .header-row {
        margin-bottom: 40px;
    }

    .logos-row {
        margin-bottom: 40px;
    }

    .promo-row {
        margin-bottom: 40px;
    }

    .goals-row {
        margin-bottom: 40px;
    }

    .authors-row {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pricing-row {
        margin-bottom: 40px;
    }

    .enroll-form {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .criteria-row {
        margin-bottom: 40px;
    }

    .faq-row {
        margin-bottom: 40px;
        padding-left: 0;
    }

    .schedule-row {
        margin-bottom: 40px;
    }
}

@media (max-width: 1200px) {
    .reason-features {
        padding: 40px 32px;
        border-radius: 40px;
    }

    .reason-feature {
        gap: 12px;
        width: 240px;
    }

    .reason-feature-header {
        font-size: 15px;
        line-height: 19px;
    }

    .reason-feature-desc {
        font-size: 15px;
        line-height: 20px;
    }

    .enroll-row {
        padding: 18px 30px;
        border-radius: 40px;
        height: 160px;
    }

    .enroll-desc {
        gap: 10px;
    }

    .enroll-header {
        font-size: 24px;
        line-height: 28px;
    }

    .enroll-date {
        margin-left: 12px;
        font-size: 14px;
        line-height: 18px;
    }

    .enroll-enroll-button {
        padding: 16px 27px;
        border-radius: 11px;
        font-size: 15px;
    }

    .enroll-row>img {
        margin-right: 40px;
        margin-top: -28px;
        width: 240px;
    }

    .criteria-row {
        gap: 28px;
    }

    .criteria-items {
        gap: 22px;
    }

    .criteria-item {
        padding: 22px 36px;
        gap: 20px;
        border-radius: 32px;
    }

    .checkmark {
        font-size: 50px;
    }

    .criteria-desc {
        font-size: 24px;
        line-height: 26px;
        max-width: unset;
    }

    .pricing-row {
        gap: 28px;
    }

    .schedule-row {
        gap: 28px;
    }

    .schedule-header {
        gap: 10px;
    }

    .schedule-header-date {
        gap: 5px;
        margin-left: 12px;
    }

    .schedule-date {
        font-size: 15px;
        line-height: 19px;
    }

    .schedule-date-desc {
        font-size: 15px;
        line-height: 19px;
    }

    .schedule-items {
        gap: 22px;
    }

    .schedule-item {
        gap: 18px;
        border-radius: 26px;
        padding: 10px 20px;
    }

    .schedule-number {
        font-size: 40px;
        line-height: 45px;
    }

    .schedule-desc {
        font-size: 18px;
    }

    .schedule-circle {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        left: -6px;
        bottom: -6px;
    }

    .faq-row {
        gap: 28px;
    }

    .faq-item {
        gap: 12px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .faq-item-header {
        font-size: 19px;
        line-height: 24px;
    }

    .faq-item-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .faq-item-circle {
        width: 18px;
        height: 18px;
        border-radius: 18px;
        top: 22px;
    }

    .enroll-form-header {
        gap: 20px;
    }

    .enroll-green {
        border-radius: 5px;
        font-size: 32px;
        line-height: 28px;
        padding: 3px 5px;
    }

    .header-desc {
        font-size: 14px;
        line-height: 19px;
    }

    .enroll-form-content {
        gap: 20px;
        padding: 30px 40px 40px 40px;
        border-radius: 40px;
    }

    .radio-buttons {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 19px;
        gap: 25px;
    }

    .radio-button {
        gap: 10px;
    }

    .radio-button>input {
        width: 22px;
        height: 22px;
        border-radius: 22px;
        outline: 4px solid #FFFFFF;
        outline-offset: -5px;
    }

    .form-input {
        gap: 0px;
        z-index: 2;
    }

    .form-input>label {
        font-size: 12px;
        line-height: 23px;
    }

    .form-input>input {
        height: 45px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 12px;
        padding-left: 20px;
    }

    .enroll-form {
        gap: 28px;
    }

    .enroll-form-submit-button {
        height: 52px;
        border-radius: 12px;
        font-size: 16px;
        line-height: 14px;
        margin-top: 12px;
    }

    .asterisk {
        z-index: 1;
        width: 500px;
        right: -256px;
    }

    .footer {
        margin-top: 0;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding: 32px 38px 28px 38px;
        font-size: 15px;
        line-height: 19px;
    }

    .community-links {
        margin-right: 60px;
    }

    .footer-content>div {
        margin-top: 18px;
    }

    .footer-footer {
        padding-top: 22px;
        margin-top: 22px;
    }
}

@media (max-width: 950px) {
    .container {
        padding: 20px 40px 0 40px;
    }

    .faq-row {
        padding-right: 0;
    }

    .left-feature {
        padding: 26px 16px;
        border-radius: 30px;
    }

    .right-feature {
        padding: 26px 16px;
        border-radius: 30px;
    }
}

@media (max-width: 900px) {
    .goals-features {
        gap: 32px;
    }

    .reason-features {
        width: 100%;
        padding: 22px 22px;
        border-radius: 30px;
        gap: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: #FFFFFF;
    }

    .reason-feature {
        width: 100%;
        gap: 8px;
    }

    .reason-feature-header {
        font-size: 15px;
        line-height: 19px;
    }

    .reason-feature-desc {
        font-size: 15px;
        line-height: 20px;
    }

    .feature-separator {
        align-self: center;
        width: 90%;
        height: 1px;
    }

    .authors-features {
        flex-direction: column;
        gap: 32px;
    }

    .authors-feature {
        border-radius: 30px;
        padding: 18px 26px;
    }

    .authors-feature-header {
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    .author-left {
        gap: 16px;
    }

    .author {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .author-img {
        width: 72px;
    }

    .authors-name {
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
    }

    .authors-position {
        font-family: "Space Grotesk", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }

    .linkedin-black {
        justify-self: flex-end;
        align-self: flex-start;
    }

    .authors-feature-desc {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }

    .reviews-carousel {
        border-radius: 30px;
        padding: 30px 0 20px 0;
    }

    .review {
        margin-bottom: 16px;
    }

    .review-desc {
        width: calc(100% - 80px);
        padding: 18px 19px 15px 19px;
        border-radius: 30px;
        border: 1px solid rgba(12, 86, 239, 1);
    }

    .review-author {
        gap: 2px;
        width: calc(100% - 80px);
        padding-left: 60px;
    }

    .review-author-name {
        font-size: 17px;
        line-height: 23px;
    }

    .review-author-before-after {
        font-size: 15px;
        line-height: 16px;
    }

    .carousel-controls {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 80px);
    }

    .results-features {
        flex-direction: column;
        gap: 32px;
    }

    .results-features>div {
        height: fit-content;
        padding: 19px 30px 22px 30px;
    }

    .results-features>div>div {
        max-width: 100%;
    }

    .results-features>div>div>span {
        display: inline;
    }

    .pricing-items {
        gap: 22px;
    }

    .pricing-items>div {
        width: 100%;
        height: fit-content;
        padding: 21px 58px 33px 41px;
    }

    .sign-up-span {
        margin-top: 8px;
    }

    .community-links {
        margin-right: 32px;
    }
}

@media (max-width: 860px) {
    .header-row {
        margin-bottom: 32px;
    }

    .logos-row {
        margin-bottom: 32px;
    }

    .promo-row {
        margin-bottom: 32px;
    }

    .goals-row {
        margin-bottom: 32px;
    }

    .authors-row {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .pricing-row {
        margin-bottom: 32px;
    }

    .enroll-form {
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .criteria-row {
        margin-bottom: 32px;
    }

    .faq-row {
        margin-bottom: 32px;
        gap: 0;
    }

    .faq-item-header {
        width: calc(100% - 40px);
    }

    .faq-item-desc {
        width: calc(100% - 40px);
    }

    .schedule-row {
        margin-bottom: 32px;
    }

    .wfc-logo {
        width: 70px;
    }

    .navigation {
        gap: 18px;
        font-size: 15px;
        line-height: 14px;
    }

    .sign-up-tab {
        padding: 12px 18px;
        border-radius: 8px;
    }

    .logos-row>img {
        transform: unset;
        width: 12%;
        height: auto;
    }

    .row-header {
        gap: 22px;
    }

    .header-blue {
        border-radius: 6px;
        font-size: 32px;
        line-height: 32px;
        padding: 3px 5px;
    }

    .header-desc {
        font-size: 15px;
        line-height: 17px;
    }

    .promo-left {
        gap: 10px;
        width: 300px;
    }

    .promo-header {
        font-size: 40px;
        line-height: 44px;
    }

    .promo-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .promo-button {
        padding: 14px 18px;
        border-radius: 9px;
        font-size: 15px;
        line-height: 12px;
    }

    .promo-deadline {
        font-size: 12px;
    }

    .promo-logo {
        width: 260px;
    }

    .criteria-item {
        padding: 14px 26px;
        gap: 14px;
        border-radius: 26px;
    }

    .checkmark {
        font-size: 40px;
    }

    .criteria-desc {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 700px) {
    .enroll-row {
        padding: 14px 22px;
        border-radius: 30px;
        height: 120px;
    }

    .enroll-desc {
        gap: 7px;
    }

    .enroll-header {
        font-size: 18px;
        line-height: 22px;
    }

    .enroll-date {
        margin-left: 8px;
        font-size: 12px;
        line-height: 15px;
    }

    .enroll-enroll-button {
        padding: 14px 18px;
        border-radius: 9px;
        font-size: 13px;
        line-height: 11px;
    }

    .enroll-row>img {
        margin-right: 10px;
        width: 190px;
    }
}

@media (max-width: 700px) {
    .container {
        padding: 18px 34px 0 34px;
    }

    .header-row {
        margin-bottom: 20px;
        gap: 16px;
    }

    .logos-row {
        gap: 16px;
        margin-bottom: 20px;
    }

    .promo-row {
        margin-bottom: 20px;
    }

    .goals-row {
        gap: 16px;
        margin-bottom: 20px;
    }

    .authors-row {
        gap: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .reason-row {
        gap: 16px;
        margin-bottom: 20px;
    }

    .pricing-row {
        gap: 16px;
        margin-bottom: 20px;
    }

    .enroll-form {
        gap: 16px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .criteria-row {
        gap: 16px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .faq-row {
        gap: 16px;
        margin-bottom: 20px;
        gap: 0;
    }

    .schedule-row {
        gap: 16px;
        margin-bottom: 20px;
    }

    .wfc-logo {
        width: 50px;
    }

    .navigation {
        gap: 10px;
        font-size: 8px;
        line-height: 9px;
    }

    .sign-up-tab {
        padding: 8px 10px;
        border-radius: 6px;
    }

    .promo-left {
        gap: 6px;
        width: 190px;
    }

    .promo-header {
        font-size: 23px;
        line-height: 26px;
    }

    .promo-desc {
        font-size: 9px;
        line-height: 12px;
    }

    .promo-button {
        padding: 10px 15px;
        border-radius: 7px;
        font-size: 10px;
        line-height: 8px;
    }

    .promo-deadline {
        font-size: 8px;
    }

    .promo-logo {
        width: 160px;
    }

    .row-header {
        gap: 8px;
    }

    .header-blue {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        font-size: 20px;
        line-height: 18px;
        height: fit-content;
        padding: 4px 4px;
    }

    .header-desc {
        font-size: 10px;
        line-height: 12px;
    }

    .goals-features {
        flex-direction: column;
        gap: 20px;
    }

    .goals-features>div>div>span {
        display: inline;
    }

    .left-feature {
        padding: 14px 18px;
        border-radius: 22px;
        box-shadow: 0px 2px 0px 0px rgba(25, 26, 35, 1);
    }

    .left-feature-header {
        padding: 1px 6px 1px 3px;
        font-size: 20px;
        line-height: 18px;
        border-radius: 4px;
        margin-bottom: 6px;
    }

    .left-feature-desc {
        font-size: 12px;
        line-height: 14px;
    }

    .right-feature {
        padding: 14px 18px;
        border-radius: 22px;
        box-shadow: 0px 2px 0px 0px rgba(25, 26, 35, 1);
    }

    .right-feature-header {
        padding: 1px 6px 1px 3px;
        font-size: 20px;
        line-height: 18px;
        border-radius: 4px;
        margin-bottom: 6px;
    }

    .right-feature-desc {
        font-size: 12px;
        line-height: 14px;
    }

    .goals-features>* span {
        display: inline;
    }


    .reason-features {
        padding: 14px 14px;
        border-radius: 22px;
        gap: 12px;
    }

    .reason-feature {
        gap: 6px;
    }

    .reason-feature-header {
        font-size: 13px;
        line-height: 15px;
    }

    .reason-feature-desc {
        font-size: 12px;
        line-height: 15px;
    }

    .authors-features {
        gap: 22px;
    }

    .authors-feature {
        border-radius: 22px;
        padding: 14px 18px;
        box-shadow: 0px 2px 0px 0px rgba(25, 26, 35, 1);
    }

    .authors-feature-header {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .author-left {
        gap: 8px;
    }

    .author {
        gap: 2px;
    }

    .author-img {
        width: 60px;
    }

    .authors-name {
        font-size: 15px;
        line-height: 16px;
    }

    .authors-position {
        font-size: 13px;
    }

    .linkedin-black {
        width: 26px;
    }

    .authors-feature-desc {
        font-size: 13px;
        line-height: 16px;
    }

    .reviews-carousel {
        border-radius: 22px;
        padding: 14px 0 10px 0;
        margin-bottom: 20px;
    }

    .review {
        margin-bottom: 12px;
    }

    .review-desc {
        width: calc(100% - 40px);
        padding: 12px 15px 12px 15px;
        border-radius: 22px;
    }

    .review-desc>span {
        font-size: 13px;
        line-height: 16px;
    }

    .review-author {
        gap: 2px;
        width: calc(100% - 40px);
        padding-left: 34px;
    }

    .review-author-name {
        font-size: 13px;
        line-height: 15px;
    }

    .review-author-before-after {
        font-size: 12px;
        line-height: 12px;
    }

    .results-row {
        gap: 16px;
        margin-bottom: 20px;
    }

    .results-features {
        gap: 16px;
    }

    .criteria-items {
        gap: 16px;
    }

    .criteria-item {
        box-shadow: 0px 2px 0px 0px rgba(25, 26, 35, 1);
        padding: 10px 14px;
        gap: 8px;
        border-radius: 16px;
    }

    .checkmark {
        font-size: 30px;
    }

    .criteria-desc {
        font-size: 14px;
        line-height: 15px;
    }

    .schedule-header {
        gap: 2px;
    }

    .schedule-header-date {
        gap: 3px;
        margin-left: 6px;
    }

    .schedule-date {
        font-size: 12px;
        line-height: 15px;
    }

    .schedule-date-desc {
        font-size: 12px;
        line-height: 15px;
    }

    .schedule-items {
        gap: 16px;
    }

    .schedule-item {
        box-shadow: 0px 2px 0px 0px rgba(25, 26, 35, 1);
        gap: 12px;
        border-radius: 14px;
        padding: 6px 14px;
    }

    .schedule-number {
        font-size: 24px;
        line-height: 27px;
    }

    .schedule-desc {
        font-size: 12px;
    }

    .schedule-circle {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        left: -6px;
        bottom: -6px;
    }

    .results-features>div {
        padding: 14px 18px;
    }

    .pricing-items>div {
        padding: 14px 18px;
    }

    .faq-item {
        gap: 4px;
        padding-bottom: 16px;
        padding-top: 16px;
    }

    .faq-item-header {
        font-size: 16px;
        line-height: 19px;
    }

    .faq-item-desc {
        font-size: 12px;
        line-height: 17px;
    }

    .faq-item-circle {
        width: 18px;
        height: 18px;
        border-radius: 18px;
        top: 22px;
    }

    .enroll-form-header {
        gap: 8px;
    }

    .enroll-green {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        font-size: 20px;
        line-height: 18px;
        height: fit-content;
        padding: 4px 4px;
    }

    .enroll-form-content {
        gap: 12px;
        padding: 14px 16px 16px 16px;
        border-radius: 22px;
    }

    .radio-buttons {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 12px;
        gap: 16px;
    }

    .radio-button {
        gap: 6px;
    }

    .radio-button>input {
        width: 14px;
        height: 14px;
        border-radius: 14px;
        outline: 2px solid #FFFFFF;
        outline-offset: -3px;
    }

    .form-input>label {
        font-size: 10px;
        line-height: 15px;
    }

    .form-input>input {
        height: 26px;
        border-radius: 6px;
        font-size: 12px;
        line-height: 10px;
        padding-left: 14px;
    }

    .enroll-form-submit-button {
        height: 36px;
        border-radius: 7px;
        font-size: 13px;
        line-height: 12px;
        margin-top: 6px;
    }

    .asterisk {
        z-index: 1;
        width: 300px;
        right: -154px;
    }

    .footer {
        margin-top: 0;
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
        padding: 14px 16px 14px 16px;
        font-size: 10px;
        line-height: 12px;
    }

    .footer-header>img {
        width: 50px;
        margin-bottom: 8px;
    }

    .community-links {
        margin-right: 20px;
        width: 24px;
    }

    .footer-content>div {
        margin-top: 8px;
    }

    .footer-footer {
        padding-top: 12px;
        margin-top: 12px;
    }
}

@media (max-width: 590px) {
    .enroll-row {
        padding: 8px 12px;
        border-radius: 16px;
        height: 64px;
    }

    .enroll-desc {
        gap: 2px;
    }

    .enroll-header {
        font-size: 10px;
        line-height: 13px;
    }

    .enroll-date {
        margin-left: 4px;
        font-size: 8px;
        line-height: 8px;
    }

    .enroll-enroll-button {
        padding: 6px 8px;
        border-radius: 5px;
        font-size: 7px;
        line-height: 10px;
    }

    .enroll-row>img {
        margin-top: -14px;
        margin-right: 0;
        width: 100px;
    }
}

@media (max-width: 500px) {
    .container {
        padding: 14px 24px 0 24px;
    }

    .wfc-logo {
        width: 40px;
    }

    .navigation {
        gap: 10px;
        font-size: 8px;
        line-height: 9px;
    }

    .promo-left {
        gap: 4px;
        width: 165px;
    }

    .promo-header {
        font-size: 18px;
        line-height: 21px;
    }

    .promo-desc {
        font-size: 8px;
        line-height: 12px;
    }

    .promo-button {
        padding: 8px 12px;
        border-radius: 5px;
        font-size: 8px;
        line-height: 8px;
    }

    .promo-deadline {
        font-size: 8px;
    }

    .promo-logo {
        width: 140px;
    }

    .row-header {
        gap: 4px;
    }

    .header-blue {
        border-radius: 3px;
        font-size: 16px;
        line-height: 14px;
        padding: 3px 3px;
    }

    .header-desc {
        font-size: 8px;
        line-height: 10px;
    }

    .left-feature-header {
        padding: 1px 6px 2px 3px;
        font-size: 14px;
        line-height: 13px;
        border-radius: 3px;
        margin-bottom: 4px;
    }

    .left-feature-desc {
        font-size: 9px;
        line-height: 11px;
    }

    .right-feature-header {
        padding: 1px 6px 2px 3px;
        font-size: 14px;
        line-height: 13px;
        border-radius: 3px;
        margin-bottom: 4px;
    }

    .right-feature-desc {
        font-size: 9px;
        line-height: 11px;
    }

    .reason-feature {
        gap: 4px;
    }

    .reason-feature-header {
        font-size: 10px;
        line-height: 13px;
    }

    .reason-feature-desc {
        font-size: 9px;
        line-height: 11px;
    }

    .authors-features {
        gap: 22px;
    }

    .authors-feature-header {
        padding-bottom: 6px;
        margin-bottom: 6px;
    }

    .author-img {
        width: 50px;
    }

    .authors-name {
        font-size: 12px;
        line-height: 14px;
    }

    .authors-position {
        font-size: 10px;
        line-height: 12px;
    }

    .linkedin-black {
        width: 22px;
    }

    .authors-feature-desc {
        font-size: 10px;
        line-height: 13px;
    }

    .review-desc>span {
        font-size: 9px;
        line-height: 12px;
    }

    .review-author-name {
        font-size: 10px;
        line-height: 12px;
    }

    .review-author-before-after {
        font-size: 9px;
        line-height: 9px;
    }

    .checkmark {
        font-size: 26px;
    }

    .criteria-desc {
        font-size: 11px;
        line-height: 13px;
    }

    .schedule-date {
        font-size: 10px;
        line-height: 12px;
    }

    .schedule-date-desc {
        font-size: 9px;
        line-height: 11px;
    }

    .schedule-number {
        font-size: 20px;
        line-height: 22px;
    }

    .schedule-desc {
        font-size: 10px;
        line-height: 12px;
    }

    .schedule-circle {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        left: -5px;
        bottom: -5px;
    }

    .faq-item {
        gap: 2px;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .faq-item-header {
        font-size: 11px;
        line-height: 13px;
    }

    .faq-item-desc {
        font-size: 9px;
        line-height: 12px;
    }

    .faq-item-circle {
        width: 9px;
        height: 9px;
        border-radius: 9px;
        top: 8px;
    }

    .enroll-green {
        border-radius: 3px;
        font-size: 16px;
        line-height: 14px;
        padding: 3px 3px;
    }

    .enroll-form-content {
        gap: 6px;
    }

    .radio-buttons {
        font-size: 10px;
        line-height: 10px;
        gap: 14px;
    }

    .radio-button {
        gap: 8px;
    }

    .form-input>label {
        font-size: 9px;
        line-height: 13px;
    }

    .form-input>input {
        height: 26px;
        border-radius: 5px;
        font-size: 10px;
        line-height: 8px;
    }

    .enroll-form-submit-button {
        height: 32px;
        border-radius: 6px;
        font-size: 12px;
        line-height: 11px;
        margin-top: 10px;
    }

    .footer {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        padding: 8px 12px 8px 12px;
        font-size: 8px;
        line-height: 10px;
    }

    .footer-header>img {
        width: 34px;
        margin-bottom: 4px;
    }

    .community-links {
        margin-right: 6px;
        width: 18px;
    }

    .footer-content>div {
        margin-top: 4px;
    }

    .footer-footer {
        padding-top: 6px;
        margin-top: 6px;
    }
}

@media (max-width: 345px) {
    .wfc-logo {
        width: 26px;
    }

    .navigation {
        gap: 8px;
        font-size: 7px;
        line-height: 8px;
    }

    .sign-up-tab {
        padding: 6px 8px;
        border-radius: 6px;
    }

    .promo-logo {
        width: 100px;
    }
}
/* Select dropdown styling */
.form-input > select {
    width: 100%;
    height: 59px;
    border-radius: 14px;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    border: 1px solid black;
    padding-left: 30px;
    background: white;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    cursor: pointer;
}

.form-input > select:focus {
    outline: none;
    border-color: rgba(185, 255, 102, 1);
}

/* FAQ Interactive Styles */
.faq-item-header {
    cursor: pointer !important;
    user-select: none !important;
    transition: color 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.faq-item-header:hover {
    color: rgba(10, 84, 239, 1) !important;
}

.faq-item-desc {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease !important;
    opacity: 0 !important;
    padding: 0 !important;
}

.faq-item-desc.active {
    max-height: 200px !important;
    opacity: 1 !important;
    padding: 16px 0 0 0 !important;
}

.faq-item-circle {
    transition: transform 0.3s ease, background 0.3s ease !important;
}

.faq-item-circle.active {
    transform: translate(-50%, -50%) rotate(45deg) !important;
    background: rgba(10, 84, 239, 1) !important;
}

.faq-item-circle::before {
    content: '' !important;
    position: absolute !important;
    width: 12px !important;
    height: 2px !important;
    background: rgba(25, 26, 35, 1) !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    transition: background 0.3s ease !important;
}

.faq-item-circle::after {
    content: '' !important;
    position: absolute !important;
    width: 2px !important;
    height: 12px !important;
    background: rgba(25, 26, 35, 1) !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    transition: background 0.3s ease !important;
}

.faq-item-circle.active::before,
.faq-item-circle.active::after {
    background: #FFFFFF !important;
}

.faq-item {
    gap: 0 !important;
}


/* Testimonial Section Styles */
.testimonial-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    padding: 30px 50px;
    background: rgba(243, 243, 243, 1);
    border-radius: 25px;
    text-align: center;
}

.testimonial-quote {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    color: rgba(25, 26, 35, 1);
    margin-bottom: 15px;
    max-width: 600px;
}

.testimonial-quote::before {
    content: '"';
    font-size: 22px;
    font-weight: 700;
    color: rgba(10, 84, 239, 1);
}

.testimonial-quote::after {
    content: '"';
    font-size: 22px;
    font-weight: 700;
    color: rgba(10, 84, 239, 1);
}

.testimonial-author {
    font-size: 16px;
    font-weight: 600;
    color: rgba(10, 84, 239, 1);
    margin-top: 10px;
}

/* Multi-line header styles */
.promo-header {
    display: flex !important;
    flex-direction: column !important;
}

/* CTA container styles */
.promo-cta-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}


/* Trusted by badge styles */
.trusted-by-container {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
    margin-bottom: 20px;
}

.trusted-by-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    font-size: 30px;
    line-height: 28px;
    height: fit-content;
    padding: 4px 8px;
    background: rgba(10, 84, 239, 1);
    color: #FFFFFF;
    font-weight: 500;
    width: fit-content;
}

/* Section header unified styles */
.section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    font-size: 30px;
    line-height: 28px;
    height: fit-content;
    padding: 4px 8px;
    background: rgba(10, 84, 239, 1);
    color: #FFFFFF;
    font-weight: 500;
    width: fit-content;
}

/* Stats and testimonial row */
.stats-testimonial-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 40px;
}

.stats-testimonial-row .row-header {
    flex: 1;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stats-testimonial-row .header-desc {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 500;
}

.stats-testimonial-row .header-desc span {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.stats-testimonial-row .header-desc span::before {
    content: "•";
    color: rgba(10, 84, 239, 1);
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -2px;
}

.stats-testimonial-row .testimonial-row {
    flex: 1;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 0;
}

.testimonial-quote {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
}

.testimonial-quote::before {
    content: '"';
    font-size: 40px;
    color: rgba(10, 84, 239, 1);
    position: absolute;
    left: -15px;
    top: -10px;
    font-weight: bold;
}

.testimonial-author {
    font-size: 16px;
    font-weight: 600;
    color: rgba(10, 84, 239, 1);
    text-align: left;
}

/* Responsive design for stats-testimonial section */
@media (max-width: 768px) {
    .stats-testimonial-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .stats-testimonial-row .testimonial-row {
        padding: 20px;
        border-radius: 20px;
    }
    
    .testimonial-quote {
        font-size: 14px;
        line-height: 20px;
    }
    
    .testimonial-author {
        font-size: 14px;
    }
    
    /* Section header responsive */
    .section-header {
        font-size: 20px !important;
        line-height: 18px !important;
        padding: 4px 4px !important;
        border-radius: 4px !important;
    }
    
}

/* Section header responsive for tablet (1439px) */
@media (max-width: 1439px) {
    .section-header {
        font-size: 32px !important;
        line-height: 32px !important;
        padding: 3px 5px !important;
        border-radius: 6px !important;
    }
    
}






/* Stats testimonial row styles */
.stats-testimonial-row {
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
    align-items: flex-start;
}

.stats-content {
    flex: 1;
}

.stats-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stats-bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 18px;
    line-height: 1.5;
}

.bullet-point {
    color: #3b82f6;
    font-weight: bold;
    margin-top: 2px;
}

.highlight-metric {
    font-weight: bold;
    font-size: 24px;
    color: #191a23;
}

/* Stats responsive styles */
@media (max-width: 1439px) {
    .stats-testimonial-row {
        gap: 40px;
        margin-bottom: 50px;
    }
    
    .stats-bullet-item {
        font-size: 16px;
        gap: 10px;
    }
    
    .highlight-metric {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .stats-testimonial-row {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .stats-bullet-item {
        font-size: 14px;
        gap: 8px;
    }
    
    .highlight-metric {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .stats-testimonial-row {
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .stats-bullet-item {
        font-size: 13px;
    }
    
    .highlight-metric {
        font-size: 16px;
    }
}


/* Serif headings font family */
.promo-header,
.section-header,
.header-blue,
.reason-feature-header,
.left-feature-header,
.enroll-header,
.faq-item-header {
    font-family: "Playfair Display", serif !important;
    font-weight: 700 !important;
}

.promo-header {
    font-weight: 900 !important;
}




/* Companies section styles */
.companies-section {
    background-color: #f3f4f6;
    padding: 40px 60px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.companies-header {
    font-size: 24px;
    color: #6b7280;
    margin-bottom: 30px;
    font-weight: 500;
}

.companies-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.company-name {
    font-size: 18px;
    font-weight: 600;
    color: #6b7280;
    text-transform: none;
}

/* Companies responsive styles */
@media (max-width: 1439px) {
    .companies-section {
        padding: 35px 50px;
        margin-bottom: 30px;
    }
    
    .companies-header {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .companies-logos {
        gap: 30px;
    }
    
    .company-name {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .companies-section {
        padding: 30px 40px;
        margin-bottom: 30px;
    }
    
    .companies-header {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .companies-logos {
        gap: 30px;
    }
    
    .company-name {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .companies-section {
        padding: 25px 30px;
        margin-bottom: 30px;
    }
    
    .companies-logos {
        gap: 20px;
    }
    
    .company-name {
        font-size: 14px;
    }
}


/* Serif headings font family */
.promo-header,
.section-header,
.header-blue,
.reason-feature-header,
.left-feature-header,
.enroll-header,
.faq-item-header {
    font-family: "Playfair Display", serif !important;
    font-weight: 700 !important;
}

.promo-header {
    font-weight: 900 !important;
}


/* Course card styles */
.course-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 24px;
    color: white;
    max-width: 320px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.course-card-header {
    margin-bottom: 20px;
}

.course-badge {
    background: rgba(0, 0, 0, 0.2);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 12px;
}

.course-title {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}

.course-subtitle {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 16px;
}

.course-instructor {
    display: flex;
    align-items: center;
    gap: 10px;
}

.instructor-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.instructor-name {
    font-size: 14px;
    font-weight: 500;
}

.course-card-body {
    background: white;
    border-radius: 12px;
    padding: 20px;
    color: #333;
}

.course-price {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.course-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.stars {
    color: #fbbf24;
    font-size: 16px;
}

.rating-text {
    font-size: 14px;
    color: #666;
}

.course-dates {
    margin-bottom: 20px;
}

.dates-label {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.dates-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.course-enroll-btn {
    width: 100%;
    background: #10b981;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: background-color 0.2s;
}

.course-enroll-btn:hover {
    background: #059669;
}

/* Course card responsive styles */
@media (max-width: 1439px) {
    .course-card {
        max-width: 280px;
        padding: 20px;
    }
    
    .course-title {
        font-size: 20px;
    }
    
    .course-price {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .course-card {
        max-width: 100%;
        margin-top: 30px;
    }
    
    .course-title {
        font-size: 18px;
    }
    
    .course-price {
        font-size: 24px;
    }
}


/* Course deadline style */
.course-deadline {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 8px;
    font-weight: 500;
}

/* Responsive course deadline */
@media (max-width: 768px) {
    .course-deadline {
        font-size: 11px;
    }
}

/* Updated course card styles */
.course-quote {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 20px;
    color: white;
}

.course-price-section {
    margin-bottom: 16px;
}

.price-note {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.course-companies {
    margin-bottom: 16px;
}

.companies-text {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Responsive updates for course card */
@media (max-width: 1439px) {
    .course-quote {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .course-quote {
        font-size: 18px;
        margin-bottom: 16px;
    }
    
    .price-note {
        font-size: 11px;
    }
    
    .companies-text {
        font-size: 13px;
    }
}

/* Updated course quote styles */
.course-quote {
    font-family: "Playfair Display", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
    color: white !important;
}

/* Responsive updates for longer quote */
@media (max-width: 1439px) {
    .course-quote {
        font-size: 15px !important;
    }
}

@media (max-width: 768px) {
    .course-quote {
        font-size: 14px !important;
        margin-bottom: 16px !important;
    }
}

/* Updated promo row layout */
.promo-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 40px !important;
    justify-content: space-between !important;
}

.promo-left {
    flex: 1 !important;
    max-width: 65% !important;
}

.course-card {
    flex: 0 0 320px !important;
    max-width: 35% !important;
    min-width: 280px !important;
}

/* Responsive course card layout */
@media (max-width: 1200px) {
    .promo-row {
        gap: 30px !important;
    }
    
    .promo-left {
        max-width: 62% !important;
    }
    
    .course-card {
        flex: 0 0 300px !important;
        max-width: 38% !important;
    }
}

@media (max-width: 950px) {
    .promo-row {
        flex-direction: column !important;
        gap: 30px !important;
    }
    
    .promo-left {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .course-card {
        max-width: 100% !important;
        flex: none !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 768px) {
    .promo-row {
        gap: 25px !important;
    }
}

@media (max-width: 500px) {
    .promo-row {
        gap: 20px !important;
    }
    
    .course-card {
        min-width: auto !important;
    }
}

/* Updated course card layout - up to 50% width */
.promo-left {
    flex: 1 !important;
    max-width: 50% !important;
}

.course-card {
    flex: 0 0 400px !important;
    max-width: 50% !important;
    min-width: 320px !important;
}

/* Responsive updates for larger card */
@media (max-width: 1200px) {
    .promo-left {
        max-width: 48% !important;
    }
    
    .course-card {
        flex: 0 0 380px !important;
        max-width: 52% !important;
    }
}

@media (max-width: 768px) {
    .promo-row {
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    .promo-left {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .course-card {
        max-width: 100% !important;
        flex: none !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
}

/* Fixed course card responsive layout */
.promo-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 40px !important;
    justify-content: space-between !important;
}

.promo-left {
    flex: 1 !important;
    max-width: 60% !important;
    min-width: 0 !important;
}

.course-card {
    flex: 0 0 380px !important;
    max-width: 40% !important;
    min-width: 320px !important;
}

/* Better responsive breakpoints */
@media (max-width: 1200px) {
    .promo-row {
        gap: 30px !important;
    }
    
    .course-card {
        flex: 0 0 340px !important;
        max-width: 42% !important;
    }
    
    .promo-left {
        max-width: 58% !important;
    }
}

@media (max-width: 1000px) {
    .course-card {
        flex: 0 0 320px !important;
        max-width: 45% !important;
        min-width: 280px !important;
    }
    
    .promo-left {
        max-width: 55% !important;
    }
}

@media (max-width: 850px) {
    .promo-row {
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    .promo-left {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .course-card {
        max-width: 100% !important;
        flex: none !important;
        width: 100% !important;
        margin: 0 auto !important;
        min-width: auto !important;
    }
}

@media (max-width: 500px) {
    .promo-row {
        gap: 20px !important;
    }
}

/* More restrictive course card layout */
.course-card {
    flex: 0 0 360px !important;
    max-width: 360px !important;
    min-width: 280px !important;
    width: 360px !important;
}

/* Responsive adjustments with fixed widths */
@media (max-width: 1200px) {
    .course-card {
        flex: 0 0 340px !important;
        max-width: 340px !important;
        width: 340px !important;
    }
}

@media (max-width: 1000px) {
    .course-card {
        flex: 0 0 320px !important;
        max-width: 320px !important;
        width: 320px !important;
        min-width: 280px !important;
    }
}

@media (max-width: 850px) {
    .promo-row {
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    .promo-left {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .course-card {
        max-width: 100% !important;
        width: 100% !important;
        flex: none !important;
        margin: 0 auto !important;
        min-width: auto !important;
    }
}

@media (max-width: 500px) {
    .promo-row {
        gap: 20px !important;
    }
}
