* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, Arial, sans-serif;
    color: #14213d;
    background: #fff;
    line-height: 1.6
}

.container {
    width: min(1160px, 92%);
    margin: auto
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #edf0f5
}

.nav-wrap {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    color: #13213d;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.7px
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 13px;
    background: linear-gradient(145deg, #e8faf3, #d0f5e8);
    color: #14213d;
    font-weight: 900;
    letter-spacing: -4px;
    box-shadow: 0 7px 22px rgba(21, 184, 122, .2), 0 0 0 1.5px rgba(21, 184, 122, .35), inset 0 1px 0 rgba(255, 255, 255, .6);
    overflow: hidden
}

.brand-mark:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(21, 184, 122, .25) 0%, transparent 70%);
    top: -8px;
    left: -8px;
    pointer-events: none
}

.brand-mark:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    right: -2px;
    bottom: 8px;
    background: linear-gradient(90deg, #15b87a, #ff8a00);
    border-radius: 10px;
    transform: rotate(-28deg)
}

.brand-mark span {
    font-size: 18px;
    transform: translateX(2px);
    z-index: 2
}

.brand-mark i {
    font-size: 17px;
    color: #0ea865;
    font-style: normal;
    transform: translateX(-1px);
    z-index: 3;
    font-weight: 900
}

.accent {
    color: #15b87a
}

.site-header nav {
    display: flex;
    gap: 30px;
    align-items: center
}

.site-header nav a {
    color: #526078;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600
}

.site-header nav a:hover {
    color: #15a96f
}

.nav-cta {
    padding: 11px 18px;
    border-radius: 9px;
    background: #14213d;
    color: #fff !important
}

.menu-toggle {
    display: none;
    border: 0;
    background: none;
    font-size: 26px
}

.hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f7fbfa 0%, #fff 60%);
    padding: 92px 0 80px
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 65px;
    align-items: center
}

.eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #15a96f
}

.hero h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(42px, 5.5vw, 70px);
    line-height: 1.08;
    letter-spacing: -3px;
    margin: 18px 0
}

.hero h1 span,
.section h2 span,
.dark-section h2 span,
.cta-section h2 span {
    color: #15b87a
}

.hero-text {
    font-size: 18px;
    color: #68758a;
    max-width: 650px
}

.hero-actions {
    display: flex;
    gap: 13px;
    margin: 30px 0
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    cursor: pointer
}

.btn-primary {
    background: #15b87a;
    color: #fff;
    box-shadow: 0 10px 25px rgba(21, 184, 122, .18)
}

.btn-secondary {
    background: #fff;
    color: #14213d;
    border: 1px solid #e1e7ef
}

.trust-row {
    display: flex;
    gap: 35px;
    margin-top: 35px
}

.trust-row div {
    display: flex;
    flex-direction: column
}

.trust-row strong {
    font-size: 20px
}

.trust-row span {
    font-size: 11px;
    color: #7c8798
}

.hero-visual {
    min-height: 440px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.dashboard-card {
    width: 390px;
    border: 1px solid #e4e9ef;
    border-radius: 22px;
    background: #fff;
    padding: 25px;
    box-shadow: 0 25px 70px rgba(31, 52, 78, .14);
    position: relative;
    z-index: 2
}

.dash-top {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 700
}

.live-dot {
    font-size: 10px;
    color: #15a96f
}

.chart {
    height: 190px;
    display: flex;
    align-items: flex-end;
    gap: 13px;
    padding: 25px 8px 15px;
    border-bottom: 1px solid #eef1f5
}

.bar {
    flex: 1;
    border-radius: 8px 8px 2px 2px;
    background: linear-gradient(to top, #15b87a, #79e0b7);
    min-height: 30px
}

.b1 {
    height: 35%
}

.b2 {
    height: 47%
}

.b3 {
    height: 42%
}

.b4 {
    height: 62%
}

.b5 {
    height: 57%
}

.b6 {
    height: 79%
}

.b7 {
    height: 94%
}

.metric-row {
    display: flex;
    gap: 35px;
    padding-top: 20px
}

.metric-row div {
    display: flex;
    flex-direction: column
}

.metric-row small {
    font-size: 10px;
    color: #8993a3
}

.metric-row strong {
    font-size: 21px
}

.metric-row em {
    font-style: normal;
    font-size: 10px;
    color: #15a96f
}

.float-card {
    position: absolute;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 14px;
    padding: 13px 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0 15px 35px rgba(31, 52, 78, .12);
    z-index: 3
}

.float-card b,
.float-card small {
    display: block
}

.float-card b {
    font-size: 12px
}

.float-card small {
    font-size: 9px;
    color: #8a94a4
}

.marketplace-card {
    top: 50px;
    right: 0
}

.training-card {
    bottom: 42px;
    left: 0
}

.mini-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: #f2f5f8;
    font-weight: 800
}

.check {
    color: #15b87a;
    font-weight: 800;
    margin-left: 8px
}

.market-strip {
    border-top: 1px solid #eef1f4;
    border-bottom: 1px solid #eef1f4;
    padding: 28px 0
}

.market-strip p {
    text-align: center;
    color: #9aa3b1;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px
}

.market-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 16px;
    color: #7e8898;
    font-size: 21px
}

.market-logos span b {
    font-weight: 800
}

.section {
    padding: 100px 0
}

.section-heading {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 45px
}

.section h2,
.dark-section h2,
.cta-section h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.13;
    letter-spacing: -2px;
    margin-top: 12px
}

.section-heading p,
.about-grid p,
.dark-section p {
    color: #68758a
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.service-card {
    border: 1px solid #e8edf2;
    border-radius: 17px;
    padding: 28px;
    background: #fff;
    transition: .25s
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(31, 52, 78, .09)
}

.service-card.featured {
    background: #f1fbf7;
    border-color: #d6f3e6
}

.icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: #e7f8f1;
    color: #15a96f;
    font-size: 22px;
    margin-bottom: 20px
}

.service-card h3 {
    font-size: 18px;
    margin-bottom: 8px
}

.service-card p {
    font-size: 13px;
    color: #748095;
    min-height: 66px
}

.service-card a {
    display: inline-block;
    margin-top: 16px;
    color: #15a96f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800
}

.dark-section {
    background: #10203a;
    color: #fff;
    padding: 100px 0
}

.training-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 80px;
    align-items: center
}

.dark-section p {
    color: #aeb9ca;
    margin: 20px 0 28px
}

.course-list {
    margin: 30px 0
}

.course-list>div {
    display: grid;
    grid-template-columns: 45px 1fr;
    column-gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.course-list span {
    grid-row: span 2;
    color: #15c48a;
    font-weight: 800;
    font-size: 12px
}

.course-list b {
    font-size: 14px
}

.course-list small {
    color: #8998ad;
    font-size: 11px
}

.training-panel {
    background: linear-gradient(145deg, #193252, #12243e);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 25px;
    padding: 45px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .2)
}

.cap-big {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: #15b87a;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 28px;
    margin-bottom: 25px
}

.training-panel h3 {
    font-size: 25px;
    line-height: 1.2
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px
}

.stats div {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 14px
}

.stats strong,
.stats small {
    display: block
}

.stats strong {
    font-size: 18px
}

.stats small {
    font-size: 9px;
    color: #8998ad
}

.about-grid {
    display: grid;
    grid-template-columns: .9fr 1fr;
    gap: 90px;
    align-items: center
}

.about-card {
    height: 390px;
    border-radius: 25px;
    background: #eff9f5;
    position: relative;
    overflow: hidden
}

.about-orb {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #7ce5bc, #15b87a 45%, #0e8e62);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 30px 70px rgba(21, 184, 122, .25)
}

.about-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:240px;height:auto;object-fit:contain;z-index:2;filter:brightness(0) invert(1)}

.about-stat {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #fff;
    border-radius: 13px;
    padding: 13px 17px;
    box-shadow: 0 12px 30px rgba(20, 40, 60, .12)
}

.about-stat strong,
.about-stat span {
    display: block
}

.about-stat strong {
    font-size: 13px
}

.about-stat span {
    font-size: 11px;
    color: #748095
}

.check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
    color: #42516a;
    font-size: 13px
}

.check-list div:first-letter {
    color: #15b87a
}

.cta-section {
    background: #f0faf6;
    padding: 90px 0
}

.cta-inner {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 80px;
    align-items: start
}

.cta-section p {
    color: #6d7a8e;
    margin-top: 15px
}

.contact-form {
    background: #fff;
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(20, 40, 60, .08);
    display: grid;
    gap: 12px
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid #e1e7ee;
    border-radius: 9px;
    padding: 13px 14px;
    font: inherit;
    font-size: 13px;
    outline: none
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #15b87a
}

.contact-form textarea {
    min-height: 100px;
    resize: vertical
}

.form-message {
    font-size: 12px;
    color: #15a96f;
    min-height: 18px
}

footer {
    background: #0c182b;
    color: #aab5c6;
    padding: 60px 0 20px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .7fr .9fr 1.1fr;
    gap: 50px
}

.footer-grid .brand {
    color: #fff;
    margin-bottom: 15px
}

.footer-grid p {
    font-size: 12px;
    max-width: 260px
}

.footer-grid b {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px
}

.footer-grid a,
.footer-grid span {
    display: block;
    color: #9daabd;
    text-decoration: none;
    font-size: 11px;
    margin: 8px 0
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 40px;
    padding-top: 18px;
    font-size: 10px;
    color: #718096
}

/* ── Thank-You Overlay ─────────────────────────────────────────────────────── */
#thankYouOverlay{position:fixed;inset:0;background:rgba(10,20,40,.65);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .35s ease}
#thankYouOverlay.active{opacity:1;pointer-events:all}
.ty-card{background:#fff;border-radius:24px;padding:48px 40px 40px;max-width:460px;width:90%;text-align:center;box-shadow:0 30px 80px rgba(10,25,50,.22);transform:translateY(30px) scale(.96);transition:transform .4s cubic-bezier(.34,1.56,.64,1)}
#thankYouOverlay.active .ty-card{transform:translateY(0) scale(1)}
.ty-icon{width:80px;height:80px;margin:0 auto 22px}
.ty-icon svg{width:100%;height:100%}
.ty-title{font-family:"Plus Jakarta Sans",sans-serif;font-size:26px;font-weight:800;color:#14213d;letter-spacing:-.8px;margin-bottom:10px}
.ty-sub{font-size:15px;color:#68758a;line-height:1.6;margin-bottom:22px}
.ty-divider{height:1px;background:linear-gradient(90deg,transparent,#e1e7ee,transparent);margin-bottom:20px}
.ty-note{font-size:13px;color:#748095;line-height:1.9;margin-bottom:28px}
.ty-note strong{color:#14213d}
.ty-note span{font-size:12px;color:#9aa5b4}
.ty-close{width:100%;justify-content:center;padding:15px;font-size:14px;border-radius:12px}

/* ── Form error state ──────────────────────────────────────────────────────── */
.form-message.form-error{color:#e53e3e;font-weight:600}

@media(max-width:850px) {
    .site-header nav {
        display: none;
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px;
        flex-direction: column;
        gap: 18px;
        border-bottom: 1px solid #eee
    }

    .site-header nav.open {
        display: flex
    }

    .menu-toggle {
        display: block
    }

    .hero-grid,
    .training-grid,
    .about-grid,
    .cta-inner,
    .section-heading {
        grid-template-columns: 1fr
    }

    .hero {
        padding-top: 65px
    }

    .hero-visual {
        min-height: 390px
    }

    .service-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .section-heading {
        gap: 20px
    }

    .about-card {
        height: 320px
    }
}

@media(max-width:560px) {
    .service-grid {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .market-logos {
        flex-wrap: wrap;
        gap: 20px;
        font-size: 17px
    }

    .hero h1 {
        letter-spacing: -2px
    }

    .hero-actions {
        flex-direction: column
    }

    .trust-row {
        gap: 18px;
        flex-wrap: wrap
    }

    .dashboard-card {
        width: 100%;
        max-width: 360px
    }

    .marketplace-card {
        right: -5px
    }

    .training-card {
        left: -5px
    }

    .hero-visual {
        min-height: 360px
    }

    .check-list {
        grid-template-columns: 1fr
    }

    .training-panel {
        padding: 30px
    }
}