.ba-course-pro,
.ba-course-pro * {
    box-sizing: border-box;
}

.ba-course-pro {
    width: 100%;
    max-width: 1200px;
    margin: 42px auto;
    color: #0a0a0a;
    font-family: "Montserrat", Arial, sans-serif;
}

.ba-course-pro__hero {
    position: relative;
    min-height: 370px;
    display: flex;
    align-items: center;
    padding: clamp(32px, 5vw, 58px);
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 95% 10%, rgba(165,116,38,.31), transparent 35%), linear-gradient(135deg,#151412 0%,#0a0a0a 75%);
    border: 1px solid rgba(165,116,38,.34);
    border-radius: 15px;
    box-shadow: 0 20px 55px rgba(10,10,10,.16);
}

.ba-course-pro__hero::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -90px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(165,116,38,.20);
    border-radius: 50%;
}

.ba-course-pro__hero::after {
    content: "";
    position: absolute;
    right: 52px;
    bottom: 0;
    width: 105px;
    height: 4px;
    background: linear-gradient(90deg,#a57426,#d7b665);
}

.ba-course-pro__hero-content {
    position: relative;
    z-index: 2;
    max-width: 880px;
}

.ba-course-pro__eyebrow {
    display: block;
    margin-bottom: 16px;
    color: #d7b665;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.ba-course-pro__hero h2 {
    max-width: 850px;
    margin: 0 0 22px !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: clamp(35px, 4.4vw, 58px) !important;
    font-weight: 700 !important;
    line-height: 1.06 !important;
    letter-spacing: -2px !important;
    text-transform: none !important;
}

.ba-course-pro__hero h2 strong {
    color: #d7b665 !important;
    font-weight: 700 !important;
}

.ba-course-pro__hero p {
    max-width: 800px;
    margin: 0 !important;
    color: rgba(255,255,255,.80) !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

.ba-course-pro__hero-number {
    position: absolute;
    z-index: 1;
    right: 46px;
    bottom: 25px;
    color: rgba(165,116,38,.10);
    font-size: 130px;
    font-weight: 800;
    line-height: .8;
    letter-spacing: -9px;
}

.ba-course-pro__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    margin-top: 25px;
    overflow: hidden;
    background: #f5f3ef;
    border: 1px solid #e3ded5;
    border-radius: 12px;
}

.ba-course-pro__features--1 { grid-template-columns: 1fr; }
.ba-course-pro__features--2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.ba-course-pro__features--3 { grid-template-columns: repeat(3,minmax(0,1fr)); }

.ba-course-pro__feature {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 26px 22px;
}

.ba-course-pro__feature:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22%;
    right: 0;
    width: 1px;
    height: 56%;
    background: #d8d2c7;
}

.ba-course-pro__feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a57426;
    border: 1px solid rgba(165,116,38,.48);
    border-radius: 50%;
}

.ba-course-pro__feature-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ba-course-pro__feature h3 {
    margin: 1px 0 7px !important;
    color: #0a0a0a !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
}

.ba-course-pro__feature p {
    margin: 0 !important;
    color: #6b655d !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
}

.ba-course-pro__section {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 60px;
    margin-top: 25px;
    padding: 45px 48px;
    background: #fff;
    border: 1px solid #e5e0d7;
    border-radius: 12px;
}

.ba-course-pro__section-heading > span {
    display: block;
    margin-bottom: 10px;
    color: #a57426;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ba-course-pro__section-heading h3 {
    margin: 0 !important;
    color: #0a0a0a !important;
    font-size: clamp(27px,3vw,38px) !important;
    font-weight: 700 !important;
    line-height: 1.16 !important;
    letter-spacing: -1.2px !important;
    text-transform: none !important;
}

.ba-course-pro__section-content {
    padding-left: 27px;
    border-left: 3px solid #a57426;
}

.ba-course-pro__section-content p {
    margin: 0 0 15px !important;
    color: #625d56 !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
}

.ba-course-pro__dark-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 23px;
    margin-top: 25px;
}

.ba-course-pro__dark-card {
    position: relative;
    min-width: 0;
    padding: 40px 37px 35px;
    overflow: hidden;
    background: #11100f;
    border: 1px solid rgba(165,116,38,.35);
    border-radius: 12px;
}

.ba-course-pro__dark-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 37px;
    width: 82px;
    height: 4px;
    background: linear-gradient(90deg,#a57426,#d7b665);
}

.ba-course-pro__card-number {
    position: absolute;
    top: 16px;
    right: 24px;
    color: rgba(165,116,38,.10);
    font-size: 76px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -6px;
}

.ba-course-pro__card-title {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.ba-course-pro__card-title > span {
    display: block;
    margin-bottom: 7px;
    color: #d7b665;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.ba-course-pro__card-title h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

.ba-course-pro__dark-card ul {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ba-course-pro__dark-card li {
    position: relative;
    margin: 0 0 12px !important;
    padding-left: 22px;
    color: rgba(255,255,255,.78);
    font-size: 13.5px;
    line-height: 1.55;
}

.ba-course-pro__dark-card li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #a57426;
    border-radius: 50%;
}

.ba-course-pro__audience {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 34px;
    margin-top: 25px;
    padding: 38px 42px;
    background: linear-gradient(135deg,rgba(165,116,38,.13),rgba(165,116,38,.025)),#f5f3ef;
    border-left: 5px solid #a57426;
    border-radius: 0 11px 11px 0;
}

.ba-course-pro__audience-label {
    color: #a57426;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ba-course-pro__audience-content h3 {
    margin: 0 0 12px !important;
    color: #0a0a0a !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

.ba-course-pro__audience-content p {
    max-width: 800px;
    margin: 0 !important;
    color: #625d56 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

.ba-course-pro__cta {
    position: relative;
    margin-top: 25px;
    padding: 32px 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    overflow: hidden;
    color: #0a0a0a;
    background: linear-gradient(135deg,#c18f35,#a57426);
    border-radius: 11px;
}

.ba-course-pro__cta::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -45px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(10,10,10,.18);
    border-radius: 50%;
}

.ba-course-pro__cta > * {
    position: relative;
    z-index: 2;
}

.ba-course-pro__cta span {
    display: block;
    margin-bottom: 7px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.ba-course-pro__cta h3 {
    max-width: 700px;
    margin: 0 !important;
    color: #0a0a0a !important;
    font-size: 23px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}

.ba-course-pro__cta-button {
    min-width: 175px;
    padding: 14px 22px;
    color: #fff !important;
    background: #0a0a0a;
    border: 2px solid #0a0a0a;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: .25s ease;
}

.ba-course-pro__cta-button:hover {
    color: #0a0a0a !important;
    background: #fff;
    border-color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 1000px) {
    .ba-course-pro__features,
    .ba-course-pro__features--3,
    .ba-course-pro__features--4 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .ba-course-pro__feature:nth-child(2n)::after {
        display: none;
    }

    .ba-course-pro__section {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 700px) {
    .ba-course-pro {
        margin: 26px auto;
    }

    .ba-course-pro__hero {
        min-height: auto;
        padding: 36px 24px;
        border-radius: 11px;
    }

    .ba-course-pro__hero h2 {
        font-size: 35px !important;
        letter-spacing: -1.1px !important;
    }

    .ba-course-pro__hero-number {
        right: 20px;
        bottom: 18px;
        font-size: 85px;
    }

    .ba-course-pro__features,
    .ba-course-pro__features--1,
    .ba-course-pro__features--2,
    .ba-course-pro__features--3,
    .ba-course-pro__features--4,
    .ba-course-pro__dark-grid {
        grid-template-columns: 1fr;
    }

    .ba-course-pro__feature {
        border-bottom: 1px solid #d8d2c7;
    }

    .ba-course-pro__feature::after {
        display: none !important;
    }

    .ba-course-pro__feature:last-child {
        border-bottom: 0;
    }

    .ba-course-pro__section {
        padding: 31px 23px;
    }

    .ba-course-pro__dark-card {
        padding: 35px 24px 29px;
    }

    .ba-course-pro__audience {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 29px 23px;
    }

    .ba-course-pro__cta {
        padding: 28px 22px;
        flex-direction: column;
        align-items: flex-start;
    }

    .ba-course-pro__cta-button {
        width: 100%;
    }
}
