:root {
    --coral: #ef5c5d;
    --navy: #203047;
    --blue: #4275e8;
    --ink: #172033;
    --muted: #667085;
    --line: #e7eaf0;
    --pale: #f7f9fc
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink) !important;
    font-family: Nunito, system-ui, sans-serif !important;
}

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

.wrap {
    width: min(1160px, calc(100% - 48px));
    margin: auto
}

.site-header {
    position: relative;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid var(--line)
}

.nav {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    color: var(--coral);
    font-weight: 900;
    font-size: 25px;
    letter-spacing: -1px
}

.links {
    display: flex;
    gap: 30px;
    font-size: 14px;
    font-weight: 800;
    color: #435069
}

.links a:hover,
.secondary:hover {
    color: var(--coral)
}

.nav-right {
    display: flex;
    gap: 15px;
    align-items: center
}

.nav-right a:first-child {
    font-size: 14px;
    font-weight: 800
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 13px;
    background: var(--coral);
    color: #fff;
    font: 800 15px Nunito, sans-serif;
    box-shadow: 0 9px 18px rgba(239, 92, 93, .2);
    transition: transform .2s ease, box-shadow .2s ease
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(239, 92, 93, .28)
}

.button.light {
    background: #fff;
    color: var(--navy);
    box-shadow: none
}

.hero-carousel {
    position: relative;
    overflow: hidden
}

.hero-track {
    display: flex;
    transition: transform .45s ease
}

.hero-slide {
    flex: 0 0 100%;
    padding: 70px 0 78px
}

.slide-kits {
    background: linear-gradient(120deg, #fff 15%, #fff4f1)
}

.slide-live {
    background: linear-gradient(120deg, #f8fbff 15%, #e7f0ff)
}

.slide-plan {
    background: linear-gradient(120deg, #fff 15%, #fff9e9)
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 60px;
    align-items: center
}

.eyebrow {
    color: var(--coral);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase
}

.slide-live .eyebrow {
    color: var(--blue)
}

.slide-plan .eyebrow {
    color: #ba7a10
}

.hero h1 {
    max-width: 650px;
    margin: 12px 0 18px;
    font-size: 55px;
    line-height: 1.03;
    letter-spacing: -2.5px
}

.hero p {
    max-width: 550px;
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.5
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 28px
}

.secondary {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: var(--navy);
    font-weight: 900;
    padding: 0 7px
}

.trust {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    color: #435069;
    font-size: 14px;
    font-weight: 800
}

.avatars {
    display: flex
}

.avatar {
    width: 29px;
    height: 29px;
    margin-right: -7px;
    border: 2px solid white;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5c19d, #8d5d47)
}

.avatar:nth-child(2) {
    background: linear-gradient(135deg, #516f9b, #e8c6a9)
}

.avatar:nth-child(3) {
    background: linear-gradient(135deg, #ec9b91, #704e67)
}

.hero-visual {
    position: relative;
    min-height: 430px;
    margin-right: 22px
}

.circle {
    position: absolute;
    inset: 12px 0 0 24px;
    border-radius: 50%;
    background: #ffdcd5
}

.slide-live .circle {
    background: #d7e7ff
}

.slide-plan .circle {
    background: #fff0bd
}

.learning-card {
    position: absolute;
    width: 230px;
    padding: 22px;
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 18px 35px rgba(38, 53, 78, .14)
}

.learning-card.main {
    top: 48px;
    left: 80px;
    width: 275px;
    background: var(--navy);
    color: #fff;
    transform: rotate(-3deg)
}

.learning-card.main p {
    color: #d2dbea;
    margin: 9px 0 0;
    font-size: 14px
}

.learning-card.kit {
    right: 2px;
    bottom: 39px;
    transform: rotate(5deg)
}

.badge {
    display: inline-block;
    margin-top: 17px;
    padding: 7px 10px;
    border-radius: 9px;
    background: #fff0ef;
    color: var(--coral);
    font-size: 12px;
    font-weight: 900
}

.float {
    position: absolute;
    top: 6px;
    right: 14px;
    padding: 12px 14px;
    border-radius: 15px;
    background: #fff;
    font-weight: 900;
    color: var(--blue);
    box-shadow: 0 10px 25px rgba(38, 53, 78, .12)
}

.slider-controls {
    position: absolute;
    z-index: 2;
    right: max(24px, calc((100% - 1160px)/2));
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px
}

.slider-arrow {
    display: grid;
    width: 37px;
    height: 37px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    color: var(--navy);
    font-size: 20px;
    cursor: pointer
}

.slider-dots {
    display: flex;
    gap: 7px;
    margin:0 4px}.slider-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#d8dde5;cursor:pointer}.slider-dot[aria-current="true"] {
    width: 23px;
    border-radius: 9px;
    background: var(--coral)
}

section {
    padding: 88px 0
}

.center {
    text-align: center
}

.center>.sub {
    max-width: 630px;
    margin: 10px auto 0
}

.title {
    margin: 9px 0 0;
    font-size: 38px;
    letter-spacing: -1.4px;
    line-height: 1.12
}

.sub {
    color: var(--muted);
    line-height: 1.5
}

.pale {
    background: var(--pale)
}

.cards,
.wall-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 42px
}

.choice {
    min-height: 275px;
    padding: 31px;
    border-radius: 24px;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: left
}

.choice:after {
    position: absolute;
    right: -20px;
    bottom: -36px;
    font-size: 138px;
    opacity: .16
}

.choice.live {
    background: var(--blue)
}

.choice.live:after {
    content: '🎓'
}

.choice.kits {
    background: var(--coral)
}

.choice.kits:after {
    content: '📦'
}

.choice h3 {
    font-size: 27px;
    margin: 13px 0 8px
}

.choice p {
    max-width: 365px;
    color: #eff4ff;
    font-size: 16px;
    line-height: 1.45
}

.choice.kits p {
    color: #fff1ef
}

.choice .button {
    margin-top: 15px;
    position: relative;
    z-index: 1
}

.proof-strip {
    overflow: hidden;
    padding: 0;
    background: var(--coral);
    color: #fff
}

.proof-track {
    display: flex;
    width: max-content;
    animation: proof-scroll 28s linear infinite
}

.proof-group {
    display: flex;
    align-items: center;
    flex: none;
    gap: 28px;
    padding: 17px 14px 17px 0;
    white-space: nowrap
}

.proof-item {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 18px;
    font-weight: 900
}

.proof-star {
    color: #ffe270;
    font-size: 23px;
    line-height: 1
}

@keyframes proof-scroll {
    to {
        transform: translateX(-50%)
    }
}

.age-panel {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 42px;
    align-items: center;
    margin-top: 42px;
    padding: 43px 48px;
    border-radius: 28px;
    background: var(--navy);
    color: #fff
}

.age-panel .eyebrow,
.assessment .eyebrow {
    color: #ffb4ac
}

.age-panel h2,
.assessment h2 {
    font-size: 34px;
    line-height: 1.12;
    margin: 10px 0
}

.age-panel p,
.assessment p {
    color: #d1dcea
}

.age-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.age {
    padding: 23px 10px;
    border: 2px solid #4a5b73;
    border-radius: 17px;
    background: transparent;
    color: #fff;
    font: 900 19px Nunito, sans-serif
}

.age.selected,
.age:hover {
    background: #fff;
    color: var(--coral);
    border-color: #fff
}

.small {
    display: block;
    margin-top: 13px;
    color: #c7d3e2;
    font-size: 13px
}

.benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 40px
}

.benefit {
    padding: 25px 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    text-align: center;
    background: #fff;
    font-size: 15px;
    font-weight: 900;
    color: #435069
}

.benefit span {
    display: block;
    margin-bottom: 11px;
    font-size: 33px
}

.benefit small {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.35;
    color: var(--muted);
    font-weight: 600
}

.assessment {
    margin: auto;
    width: min(100% - 48px, 1160px);
    padding: 54px 68px;
    border-radius: 29px;
    color: #fff;
    background: linear-gradient(110deg, var(--navy), #314766);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.assessment p {
    margin: 0
}

.awards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    margin-top: 35px;
    text-align: left
}

.award {
    padding: 19px;
    border-radius: 15px;
    background: #fff7df;
    color: #76510b;
    font-size: 13px;
    font-weight: 900
}

.wall-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    text-align: left
}

.video-card {
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(38, 53, 78, .08)
}

.video-thumb {
    position: relative;
    display: flex;
    min-height: 215px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffd6c9, #f6a58f);
    font-size: 72px
}

.video-card:nth-child(2) .video-thumb {
    background: linear-gradient(135deg, #cfe5ff, #8bb8ef)
}

.video-card:nth-child(3) .video-thumb {
    background: linear-gradient(135deg, #ffeca6, #f6bd6f)
}

.play {
    display: grid;
    position: absolute;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--coral);
    font-size: 21px;
    box-shadow: 0 8px 20px rgba(38, 53, 78, .2)
}

.duration {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 5px 8px;
    border-radius: 7px;
    background: rgba(23, 32, 51, .8);
    color: #fff;
    font-size: 12px;
    font-weight: 900
}

.video-info {
    padding: 16px 17px 18px
}

.video-info strong {
    display: block;
    font-size: 16px
}

.video-info span {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 13px
}

.faq-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 80px;
    align-items: start
}

details {
    border-bottom: 1px solid var(--line)
}

summary {
    display: flex;
    justify-content: space-between;
    padding: 21px 0;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    font-weight: 900
}

summary::-webkit-details-marker {
    display: none
}

summary:after {
    content: '+';
    color: var(--coral);
    font-size: 23px;
    line-height: 18px
}

details[open] summary:after {
    content: '–'
}

details p {
    margin: 0;
    padding-bottom: 19px;
    color: var(--muted);
    line-height: 1.5
}

footer {
    padding: 60px 0;
    background: var(--navy);
    color: #fff
}

footer .wrap {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 40px
}

.footer-copy {
    color: #c9d3e2;
    line-height: 1.5;
    font-size: 14px
}

.footer-heading {
    font-size: 14px;
    font-weight: 900;
    margin: 7px 0 17px
}

.footer-links {
    display: grid;
    gap: 10px;
    color: #d5deea;
    font-size: 14px
}

.copyright {
    margin-top: 45px;
    padding-top: 20px;
    border-top: 1px solid #40516a;
    color: #aab7c9;
    font-size: 12px
}
.logo img {
    padding: 0px 15px 0 0;
    width: 250px
}
@media(max-width:760px) {

    .links,
    .nav-right .topPlan{
        display: none
    }
    .secondary{
        justify-content: center
    }
    .slider-controls{
        position: unset;
        justify-content: center;
        background: #fff6f4;
    }
    .logo img {
        padding: 0px 15px 0 0;
        width: 200px
    }
    .choice .button {
        width: 100%;
    }
    .assessment .button {
        text-align: center;
    }

    .wrap {
        width: min(100% - 36px, 560px)
    }

    .hero-slide {
        padding: 40px 0 75px
    }

    .hero-grid,
    .age-panel,
    .faq-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero h1 {
        font-size: 42px
    }

    .hero-visual {
        display: none
    }

    .slider-controls {
        right: 18px;
        bottom: 21px
    }

    section {
        padding: 65px 0
    }

    .age-panel {
        padding: 30px;
        gap: 24px
    }

    .cards,
    .benefits,
    .wall-grid,
    .awards {
        grid-template-columns: 1fr
    }

    .assessment {
        width: calc(100% - 36px);
        padding: 35px 28px;
        display: block
    }

    .assessment h2 {
        font-size: 29px
    }

    .assessment .button {
        margin-top: 22px
    }

    .faq-grid {
        gap: 25px
    }

    footer .wrap {
        grid-template-columns: 1fr 1fr
    }

    .footer-brand {
        grid-column: 1/-1
    }

    .title {
        font-size: 32px
    }
    .hero-actions{
        flex-direction: column;
    }
}

footer {
    background: linear-gradient(to right, #efeff4 0%, #e6bac5 27%, #d394ab 46%, #bc81a7 69%, #8e69b2 89%, #9479c2 100%) !important;
    color: black !important;
    padding: 0 !important
}
.owl-nav{
    display: block !important
}


@media(min-width:760px) {
    .sec-testimonial .con-testimonial .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav .owl-prev {
        left: -140px;
    }
    .sec-testimonial .con-testimonial .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav .owl-next {
        right: -180px;
    }
}
@media(max-width:760px) {
    .sec-testimonial {
        padding-top: 16px;
        margin-top: 40px;
    }
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
h2 {
    font-weight: 700;
}