/* ================================================================
   #Style
   ================================================================ */

html {
font-size: 18px;
}

body {
font-size: 18px;
font-family: 'Outfit', sans-serif;
color: #334155;
background-color: #fff;
}

.desktop-hide {
    display: none;
}

.mobile-hide {
    display: block;
}
/* ================================
   TYPOGRAPHY — NEW WAVE PLATFORM
   Font: Outfit (300=Light, 400=Regular, 500=Medium)
   Mobile: max-width 992px
   Note: letter-spacing % converted to em
   ================================ */


h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 62px;
    line-height: 110%;
    letter-spacing: -0.03em;
}

h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #132B39;
}

/* ================================
    DESKTOP CLASSES (default)
    ================================ */

/* — Headings — */

.h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 110%;
    letter-spacing: -0.03em;
}

.h4 {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.01em;
}

.h5 {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
}

.h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
}

/* — Eyebrow — */

.eyebrow {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* — Paragraph Large — */

.para-large-medium {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
}

.para-large {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
}

/* — Paragraph Body — */

.para-body {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
}

/* — Paragraph Small — */

.para-small {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
}
.para-small p{
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
}
.para-small-medium {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
}

.para-small-link {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    text-decoration: underline;
}


p {
font-weight: 300;
}

ul, ol {
list-style: none;
}


/* Websit Header */

.site-header-inner {
    display: flex;
    justify-content: space-between;
    padding: 24px 0px;
}

a.btn.btn-primary {
    border: 0px;
    padding: 8px 16px;
    background: #004CCE;
    border-radius: 4px;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

a.btn.btn-primary:hover {
    background: #0744A1;
    color: #FFFFFF;
}

/* Website Footer */

footer{
    padding: 80px 0px;
    background: linear-gradient(180deg, #0065FF 0%, #0744A1 100%);
}

.site-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.site-footer-top-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.site-footer-description {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer p {
    margin-bottom: 0px;
    color: #FFFFFF;
}

.site-footer-location, .site-footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.site-footer-contact-details p a{
    color: #FFFFFF;
}
.social-icons {
    display: flex;
    gap: 12px;
    flex-direction: row;
}

.site-footer-social-media {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-footer-bottom-divider hr {
    opacity: 01;
    border: 0;
    margin: 80px 0px 32px 0px;
}
.site-footer-bottom-left-links a ,.site-footer-bottom-right a {
    color: #fff;
}

.site-footer-bottom-left-links ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 24px;
    flex-direction: row;
    list-style: none;
}
.site-footer-bottom-left-links ul li {
    margin: 0px;
    padding: 0px;
}
.site-footer-bottom-left-links ul li a {
    color: #fff;
}
.site-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-footer-bottom-left {
    display: flex;
    flex-direction: row;
    gap: 78px;
    align-items: center;
}


/* Home Page */

section.top-section {
    padding: 80px 0px;
    background: #EFFAFC;
    position: relative;
}

.top-section-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.top-section-left {
    max-width: 534px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 0px;
    align-self: stretch;
}
/* Header + Email */
.top-section-right {
    max-width: 640px;
    width: 100%;
}

h1.top-section__title {
    color: #092556;
    margin-bottom: 24px;
}

h1.top-section__title span {
    color: #0072FF;
}


/* Inputs */


input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
    height: 46px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #CBD5E1;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0);
    padding: 12px 16px;
    font-family: "Outfit";
    font-size: 16px;
    line-height: 20px;
    color: var(--nw-ink-soft);
    outline: none;
}


input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email::placeholder {
    color: rgb(148, 163, 184);
}

input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email:focus {
    border-color: #0065FF;
    /* box-shadow: 0 0 0 3px rgba(0,114,255,0.15); */
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-color: #004CCE;
    align-items: center;
    padding: 8px 16px;
    height: 46px;
    background: #004CCE;
    border-radius: 4px;
    align-self: stretch;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #0744A1;
    color: #FFFFFF;
}
.form-col p {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 4px;
}
span.small-text-form {
    font-size: 11px;
    padding-left: 5px;
}
.top-section-left span.small-text-form a,
.top-section-left span.small-text-form a:hover,
.top-section-left span.small-text-form a:active,
.top-section-left span.small-text-form a:focus {
    color: #324155 !important;
}

.sign-up-box__inner span.small-text-form a,
.sign-up-box__inner span.small-text-form a:hover,
.sign-up-box__inner span.small-text-form a:active,
.sign-up-box__inner span.small-text-form a:focus {
    color: #fff !important;
}

/* Video Section */
section.video-section {
    position: relative;
    padding: 0px 0px 56px 0px;
}
.video__band {
    position: absolute;
    width: 100%;
    height: 254px;
    background: #EFFAFC;
    z-index: -1;
    inset: 0 auto auto 0;
}

.video-section__video{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.video-player {
    position: relative;
    display: inline-block;
    line-height: 0;
}
.video-section__video video {
    max-width: 1062px;
    width: 100%;
    height: 598px;
    border-radius: 8px;
    display: block;
}
.video-player__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 1;
    line-height: 0;
}
.video-player__play img {
    display: block;
    width: 64px;
    height: 64px;
}
.video-player.is-playing .video-player__play {
    display: none;
}
.video-section__blocks {
    width: 100%;
    max-width: 846px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-top: 52px;
}
.video-section__block-image img {
    width: 60px;
    height: 52px;
}
p.video-section__block-text {
    margin-bottom: 0px;
}
.video-section__block {
    display: flex;
    align-items: center;
    gap: 8px;
}


/* Built by Experts */

p.built-by-experts__subtitle.para-small-medium {
    color: #0072FF;
    text-transform: uppercase;
}


.built-by-experts-inner-top {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 64px;
}
.built-by-experts__text {
    width: 100%;
    max-width: 737px;
}

/* Built by Experts — Team Slider */
.built-by-experts {
    overflow-x: clip;
    padding: 64px 0px;
}

.built-by-experts-inner-bottom {
    position: relative;
}

.built-by-experts-team-wrapper {
    overflow: visible;
}

.built-by-experts-team {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
    will-change: transform;
}

.built-by-experts-member-card {
    flex-shrink: 0;
    width: 302px;
    border-radius: 8px;
    border: 2px solid rgb(181, 226, 236);
    background: #fff;
    padding: 42px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.built-by-experts-member-card:last-child .built-by-experts-member-card-description {
    font-size: 20px;
    font-weight: 400;
}

.built-by-experts-member-card-image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.built-by-experts-member-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.built-by-experts-member-card-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: rgb(30, 41, 59);
    text-align: center;
    margin: 0;
}

.built-by-experts-member-card-position {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: rgb(20, 141, 255);
    text-align: center;
    margin: 0;
    margin-top: -14px;
    text-transform: uppercase;
}

.built-by-experts-member-card-description {
    font-family: "Figtree", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #000;
    margin: 0;
    margin-top: 6px;
}

/* Slider arrows */
.built-by-experts-arrows {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 40px;
}

.built-by-experts-arrow-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgb(226, 232, 240);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease;
    padding: 0;
}

.built-by-experts-arrow-btn:hover {
    background: rgb(236, 247, 255);
}

.built-by-experts-arrow-btn svg {
    display: block;
    flex-shrink: 0;
}

/* Storng foundation */

section.strong-foundations {
    padding: 64px 0px;
    position: relative;
}
.strong-foundations-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.strong-foundations__copy {
    width: 100%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.strong-foundations__text p {
    margin-bottom: 0px;
}
ul.strong-foundations__list {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
li.strong-foundations__list-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.strong-foundations__text {
    display: flex;
    gap: 24px;
    flex-direction: column;
}
h2.strong-foundations__title {
    margin: 0px;
}
li.strong-foundations__list-item p {
    margin-bottom: 0px;
}


/* Calendar Box */

section.calendar-box {
    padding: 56px 0px 120px 0px;
    position: relative;
}
.calendar-box-inner {
    width: 100%;
    max-width: 1110px;
    background: #FFFFFF;
    border: 1px solid #40AFFF;
    box-shadow: 0px 1px 10px rgba(0, 114, 255, 0.3);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.calendar-box__image {
    overflow: visible;
    width: 100%;
    max-width: 548px;
    min-width: 548px;
    border-radius: 8px;
}
.calendar-box__image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.calendar-box__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 48px 64px 56px 72px;
    gap: 32px;
}

/* How It Works */

section.how-it-works {
    position: relative;
    padding: 64px 0px;
    background: #ECF7FF;
}
.how-it-works-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.how-it-works-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.how-it-works__copy {
    max-width: 519px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.how-it-works__copy h2 {
    margin: 0px;
}
.how-it-works__copy ol {
    padding: 0;
    margin: 22px 0 0 0;
    list-style: none;
    counter-reset: steps;
}

.how-it-works__copy ol li {
    counter-increment: steps;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    margin-bottom: 36px;
}

.how-it-works__copy ol li:last-child {
    padding-bottom: 0;
}

/* Number circle */
.how-it-works__copy ol li::before {
    content: counter(steps);
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #B2DFFF;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #0072FF;
}

/* Connecting line between items */
.how-it-works__copy ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 38px;
    width: 32px;
    height: 24px;
    bottom: 0;
    background: url('../img/Line.svg') repeat-y left top / 32px 24px;
}

/* School Controlled Learning */
section.school-controlled-learning {
    padding: 56px 0px 88px 0px;
    background: #ECF7FF;
    text-align: center;
}
.school-controlled-learning__head h2{
    margin-bottom: 16px;
}

.school-controlled-learning__text {
    width: 100%;
    max-width: 492px;
    margin: 0 auto;
}
.school-controlled-learning__cards {
    margin: 56px auto 0px auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    width: 100%;
    max-width: 954px;
}

.school-controlled-learning__card {
    grid-column: span 2;
    background: #fff;
    border-radius: 12px;
    border: 1.4px solid #B5E2EC;
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
}

/* Center the last 2 cards when there are 5 total */
.school-controlled-learning__card:nth-child(4) {
    grid-column: 2 / span 2;
}

.school-controlled-learning__card:nth-child(5) {
    grid-column: 4 / span 2;
}

.school-controlled-learning__card-image {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    flex-shrink: 0;
}

.school-controlled-learning__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.school-controlled-learning__card-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #132B39;
    margin: 0;
}

.school-controlled-learning__card-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: #334155;
    margin: 0;
}
.school-controlled-learning__card-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* The Impact Section */

section.the-impact {
    padding: 80px 0 80px;
    background: #fff;
    overflow: hidden;
}

.the-impact__head {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 56px;
}

.the-impact__lead {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #334155;
}

.the-impact__lead p {
    margin: 0;
}

/* Staircase container — centered, sized for 4 cards */
.the-impact__stair {
    position: relative;
    width: 844px;
    height: 448px;
    margin: 0 auto;
}

/* Cards */
.the-impact__card {
    position: absolute;
    width: 518px;
    height: 94px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #B2DFFF;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.06);
    padding: 17px 27px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.the-impact__card:nth-child(1) { left: 0;     top: 0; }
.the-impact__card:nth-child(2) { left: 108px; top: 118px; }
.the-impact__card:nth-child(3) { left: 216px; top: 236px; }
.the-impact__card:nth-child(4) { left: 324px; top: 354px; }

/* L-shaped connector lines */
.the-impact__card:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 53px;
    top: 100%;
    width: 94px;
    height: 71px;
    border-left: 1.5px solid #B2DFFF;
    border-bottom: 1.5px solid #B2DFFF;
    border-bottom-left-radius: 6px;
}

.the-impact__card-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.the-impact__card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.the-impact__card-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.the-impact__card-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.015em;
    color: #132B39;
    margin: 0;
}

.the-impact__card-detail {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #334155;
    margin: 0;
}
.the-impact__head h2 {
    margin: 0;
}

/* Sign Up Box */

section.sign-up-section{
    padding: 56px 0px 80px 0px;
}

.sign-up-box {
    position: relative;
    padding: 80px 56px;
    background: linear-gradient(180deg, #0065FF 0%, #0744A1 100%);
    overflow: hidden;
    text-align: center;
    border-radius: 16px;
}

.sign-up-box__deco {
    position: absolute;
    pointer-events: none;
}

.sign-up-box__deco--top {
    top: 0;
    left: 0;
}

.sign-up-box__deco--bottom {
    bottom: 0;
    right: 0;
}

.sign-up-box__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 37px;
}

.sign-up-box__title {
    color: #fff;
    margin: 0;
}

.sign-up-box__text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    max-width: 627px;
    margin-top: -13px;
}

.sign-up-box__text p {
    color: #fff;
    margin: 0;
}

/* Form — scoped to sign-up-box (white theme, overrides top-section CF7 styles) */
.sign-up-box__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 624px;
}

.sign-up-box__form form,
.sign-up-box__form .wpcf7-form {
    width: 100%;
}

/* CF7 row — lay out inline */
.sign-up-box__form .form-col,
.sign-up-box__form p {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

/* Email input */
.sign-up-box__form input.wpcf7-form-control.wpcf7-email,
.sign-up-box__form input[type="email"],
.sign-up-box__form input[type="text"] {
    height: 46px !important;
    flex: 1 !important;
    width: 524px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    color: #fff !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.sign-up-box__form input.wpcf7-form-control.wpcf7-email::placeholder,
.sign-up-box__form input[type="email"]::placeholder {
    color: #fff !important;
}

.sign-up-box__form input.wpcf7-form-control.wpcf7-email:focus,
.sign-up-box__form input[type="email"]:focus {
    border-color: #B2DFFF !important;
}

/* Submit button — white with blue text */
.sign-up-box__form input.wpcf7-form-control.wpcf7-submit,
.sign-up-box__form input[type="submit"],
.sign-up-box__form button[type="submit"] {
    height: 46px;
    padding: 0 24px;
    background: #fff;
    color: #004CCE;
    border: none;
    border-radius: 4px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}




.sign-up-box__form input.wpcf7-form-control.wpcf7-submit:hover,
.sign-up-box__form input[type="submit"]:hover,
.sign-up-box__form button[type="submit"]:hover {
    background: #ECF7FF;
    color: #0044AA;
}
.sign-up-box__form span.small-text-form {
    font-size: 11px;
    padding-left: 10px;
    color: #fff;
    margin-top: 8px;
}

/* Legal / response text */
.sign-up-box__form .wpcf7-response-output,
.sign-up-box__form .legal-text {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    margin: 0;
}
input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email.wpcf7-not-valid {
    border-color: #F47887 !important;
}
.wpcf7-response-output {
    display: none;
}
form.wpcf7-form.sent input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
    border-color: #86EFAC !important;
}
}
.wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 11px;
    font-weight: normal;
    display: block;
    padding-left: 10px;
    padding-top: 4px;
    text-align: left;
}
.custom-success{
    display:block;
    color: #86EFAC;
    font-size: 11px;
    font-weight: normal;
    display: block;
    padding-left: 10px;
    padding-top: 4px;
    text-align: left;
}
.sign-up-box__form .wpcf7-response-output a {
    color: #fff;
    text-decoration: underline;
}


span.wpcf7-spinner {
    display: none;
}



.tos-top-box {
    padding: 80px 0px;
    text-align: center;
}

.tos-title h1 {
    color: #004CCE;
    margin-bottom: 24px;
}
.tos-content {
    width: 100%;
    max-width: 848px;
    margin: 0 auto;
    padding-bottom: 80px;
}
