/* Extraído de app/Views/pag_detalhe/curso_crm.php em refatoração de CSS (NDR Educação). */
header.header-style1 .navbar-default {
        background: #fff;
        border-bottom: 1px solid #e8edf5 !important;
        box-shadow: 0 10px 24px rgba(22, 32, 50, .06);
    }

    header.header-style1 .navbar-nav > li > a,
    header.header-style1 .navbar-nav > li.has-sub > a:hover {
        color: #182235;
    }

    header.header-style1 .navbar > ul > li.has-sub > a:after {
        border-color: transparent #182235 #182235 transparent;
    }

    .crm-course-page {
        background: #f5f7fb;
    }

    .crm-course-hero {
        position: relative;
        padding: 112px 0 42px;
        overflow: hidden;
        background: #162032;
    }

    .crm-course-hero:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(22, 32, 50, .96) 0%, rgba(22, 32, 50, .84) 48%, rgba(22, 32, 50, .48) 100%);
        z-index: 1;
    }

    .crm-course-hero .container {
        position: relative;
        z-index: 2;
    }

    .crm-course-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #ff7a2f;
        background: rgba(255, 122, 47, .13);
        border: 1px solid rgba(255, 122, 47, .28);
        border-radius: 999px;
        padding: 8px 14px;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .crm-course-hero h1 {
        max-width: 900px;
        margin: 18px 0 14px;
        color: #fff;
        font-size: clamp(32px, 4vw, 54px);
        line-height: 1.08;
    }

    .crm-course-hero p {
        max-width: 760px;
        color: rgba(255, 255, 255, .82);
        font-size: 18px;
        line-height: 1.65;
        margin-bottom: 0;
    }

    .crm-course-quick {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 22px;
    }

    .crm-course-pill {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 14px;
        border-radius: 999px;
        color: #fff;
        background: rgba(255, 255, 255, .12);
        border: 1px solid rgba(255, 255, 255, .18);
        font-weight: 700;
    }

    .crm-course-body {
        padding: 44px 0 64px;
    }

    .crm-course-hero-card {
        background: rgba(255, 255, 255, .96);
        border: 1px solid rgba(255, 255, 255, .55);
        border-radius: 8px;
        padding: 24px;
        box-shadow: 0 22px 55px rgba(0, 0, 0, .22);
    }

    .crm-course-hero-card span {
        color: #657286;
        font-weight: 700;
    }

    .crm-course-hero-card strong {
        display: block;
        color: #172134;
        font-size: 34px;
        line-height: 1;
        margin: 0;
    }

    .crm-course-price-row {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 10px;
        margin: 8px 0 18px;
    }

    .crm-course-hero-card .crm-course-installments {
        color: #177865;
        font-size: 15px;
        font-weight: 900;
        white-space: nowrap;
    }

    .crm-course-hero-card .butn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 54px;
        border-radius: 6px;
        background: linear-gradient(135deg, #19c887 0%, #32bda6 100%);
        box-shadow: 0 12px 24px rgba(25, 200, 135, .28);
        position: relative;
        overflow: hidden;
        animation: courseCtaPulse 2.4s ease-in-out infinite;
    }

    .crm-course-hero-card .butn,
    .crm-course-hero-card .butn:hover,
    .crm-course-hero-card .butn:focus,
    .crm-course-hero-card .butn .label,
    .crm-course-hero-card .butn i {
        color: #fff !important;
    }

    .crm-course-hero-card .butn:before {
        content: "";
        position: absolute;
        top: 0;
        left: -80%;
        width: 52%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
        transform: skewX(-18deg);
        animation: courseCtaShine 3.1s ease-in-out infinite;
    }

    .crm-course-hero-card .butn .label,
    .crm-course-hero-card .butn i {
        position: relative;
        z-index: 1;
    }

    .crm-course-hero-card .butn:hover,
    .crm-course-hero-card .butn:focus {
        background: linear-gradient(135deg, #12b879 0%, #24aa95 100%);
        box-shadow: 0 16px 30px rgba(25, 200, 135, .36);
        transform: translateY(-1px);
    }

    .crm-course-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px;
    }

    .crm-course-hero-card .crm-course-actions .butn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: auto;
        min-height: 52px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
        line-height: 1;
        white-space: nowrap;
        overflow: visible;
        animation: none;
    }

    .crm-course-hero-card .crm-course-actions .butn:before {
        display: none;
    }

    .crm-course-hero-card .crm-course-actions .butn i,
    .crm-course-hero-card .crm-course-actions .butn .label {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        line-height: 1;
    }

    .crm-cart-button {
        border: 0;
        border-radius: 6px;
        background: #ff6f2c;
        color: #fff;
        min-height: 52px;
        padding: 0 12px;
        font-weight: 800;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        line-height: 1;
        white-space: nowrap;
        box-shadow: 0 12px 24px rgba(255, 111, 44, .25);
    }

    .crm-cart-button:hover,
    .crm-cart-button:focus {
        background: #e95e20;
        color: #fff;
        transform: translateY(-1px);
    }

    @keyframes courseCtaPulse {
        0%, 100% {
            transform: translateY(0) scale(1);
            box-shadow: 0 12px 24px rgba(25, 200, 135, .28);
        }
        50% {
            transform: translateY(-1px) scale(1.015);
            box-shadow: 0 18px 34px rgba(25, 200, 135, .38);
        }
    }

    @keyframes courseCtaShine {
        0%, 38% {
            left: -80%;
        }
        62%, 100% {
            left: 130%;
        }
    }

    .crm-course-hero-list {
        margin: 18px 0 0;
        padding: 0;
        list-style: none;
    }

    .crm-course-hero-list li {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        padding: 10px 0;
        border-top: 1px solid #edf1f6;
        color: #657286;
    }

    .crm-course-hero-list b {
        color: #172134;
        text-align: right;
    }

    .crm-course-panel {
        background: #fff;
        border: 1px solid #e5ebf3;
        border-radius: 8px;
        padding: 30px;
        box-shadow: 0 18px 45px rgba(22, 32, 50, .06);
    }

    .crm-course-media {
        overflow: hidden;
        border-radius: 8px;
        border: 1px solid #dde6ef;
        background: #182235;
        box-shadow: 0 18px 45px rgba(22, 32, 50, .10);
    }

    .crm-course-media img {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
        object-fit: contain;
    }

    .crm-course-section h3 {
        color: #182235;
        margin-bottom: 14px;
    }

    .crm-course-section p {
        color: #566173;
        font-size: 16px;
        line-height: 1.85;
    }

    .crm-course-main-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
        align-items: start;
        margin-bottom: 24px;
    }

    .crm-course-wide-copy {
        width: 100%;
        margin: 0 0 24px;
    }

    .crm-course-wide-copy p {
        max-width: none;
    }

    .crm-course-program-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .crm-course-module {
        position: relative;
        border: 1px solid #e3eaf2;
        border-radius: 8px;
        padding: 14px 14px 14px 42px;
        background: #fff;
        color: #334155;
        box-shadow: 0 10px 26px rgba(22, 32, 50, .05);
    }

    .crm-course-module:before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 16px;
        top: 14px;
        color: #32bda6;
    }

    .crm-course-video {
        width: 100%;
        aspect-ratio: 16 / 9;
        border: 0;
        border-radius: 8px;
        box-shadow: 0 18px 45px rgba(22, 32, 50, .10);
    }

    @media (max-width: 991px) {
        .crm-course-hero {
            padding: 100px 0 38px;
        }

        .crm-course-hero-card {
            margin-top: 24px;
        }

        .crm-course-hero-card .butn {
            min-height: 58px;
            font-size: 15px;
        }

        .crm-course-actions {
            grid-template-columns: 1fr;
        }

        .crm-course-main-grid {
            grid-template-columns: 1fr;
        }

        .crm-course-program-list {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 575px) {
        .crm-course-panel,
        .crm-course-hero-card {
            padding: 22px;
        }

        .crm-course-hero h1 {
            font-size: 34px;
        }
    }
