*,
*::before,
*::after {
    box-sizing: border-box;
}
.task-content,
.card-content,
.help-card-content {
    height: 100%;
}
.c-content-full .header-background {
    min-height: 300px !important;
    padding-top: 15% !important;
    background-size: contain!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}

.c-content-full .header-background h1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 50px 150px 150px;
}

.c-content-full .header-background picture,
.c-content-full .header-background img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
.rte-content {
    margin-top: 0;
}
.button--tertiary {
    background-color: #8de823!important;
    border-color: #8de823!important;
}
    .intro {
    text-align:center;
    padding-bottom:20px;
    }
    .CM23-downloads {
    margin-top:0!important;
    margin-bottom:0!important;
    }
h3 {
    font-size: 28px;
    margin-bottom: 24px;
    text-align: center;
}

h4 {
    font-size: 20px;
}
    h2, h4 {
    text-align:center;
    }
    .downloads p {
    text-align:center;
    }
    p {
    color:#666;
    }
    a {
        display: inline;
    }
    .section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    margin-bottom: 24px;
    background: #E7F5F2;
    color: #007863;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    }
    .video-nav {
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #e6e9e8;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    position: sticky;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 1rem;
    margin: 2rem 0;
    align-items: baseline;
    }
    /* TASK CARDS */
.task-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
    .task-card {
    min-width: 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    }
    .task-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
    }
    .task-icon {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .task-icon span {
    font-size: 40px;
    color: #fff;
    }
    /* Individual Colours */
    .task-1 .task-icon {
    background: #003731;
    }
    .task-2 .task-icon {
    background: #6ac61c;
    }
    .task-3 .task-icon {
    background: #2FB3B6;
    }
    .task-4 .task-icon {
    background: #F7931E;
    }
    .task-5 .task-icon {
    background: #F15A24;
    }
    .task-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    }
    .task-content h4 {
    color: #003731;
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 1.3;
    }
    .task-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
    }
    .task-content a {
    font-weight: 600;
    color: #80C342;
    text-decoration: none;
    }
    /* Mobile */
@media (max-width: 768px) {
    .task-grid {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }

    .task-card {
        flex: 0 0 280px;
    }
}
/* ==========================================
   APPLICATION SUPPORT MATERIALS
    ========================================== */    
   .application-support-section {
    padding: 40px;
    background-color: #F4F5F6;
    border-radius: 20px;
    }

    .application-support-section #application-support-callout {
    border: 1px solid #8de823;
    border-radius: 8px;
    padding: 12px!important;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap: 12px;
}

    .application-support-section #application-support-callout a {
    padding-bottom: 8px;
}

    .application-support-section #application-support-callout p {
    text-align: left;
}
    .application-support {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 32px;
    }

    .application-support h3 {
    color: #80C342;
    margin-bottom: 10px;
}

.application-support h3,
.application-support p {
    text-align: center;
}

.application-support-section h4 {
    margin-top: 12px!important;
}

.application-support .rte-columns {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.application-support-section .rte-columns__column {
    box-shadow: none;
    background-color: #F4F5F6;
}

.application-support .rte-columns__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.application-support-resources {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: auto;
    padding-top: 15px;
    text-align: center;
}

.application-support-section .rte-columns {
    gap: 48px!important;
}

.application-support-section .rte-columns__column p {
    margin-top: 0!important;
    flex-grow: 1;
}

.application-support-section .rte-columns__column a {
        display: inline;
    }

.application-support .rte-columns__column p strong {
    display: block;
    min-height: 40px;
}

/* ==========================================
    OHQ VIDEO
    ========================================== */
    .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
    }
    .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    }
    .application-video {
    background:#F8FCF5;
    border-radius:20px;
    padding:2rem;
    margin:2rem 1rem;
    }
    .application-video-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: center;
    }
    /* ==========================================
    MOBILE
    ========================================== */
    @media (max-width:768px) {
    .application-video-grid {
    grid-template-columns:1fr;
    }
    .latest-content h2 {
    font-size:1.6rem;
    }
}
/* ==========================================
    LATEST FEATURE
    ========================================== */
    /* Help section */
    .course-section {
    padding: 0;
    }
    .course-panel {
    background: #003731;
    border: 1px solid #e4e7eb;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    }
    .course-panel h3 {
    line-height: 1.3;
    margin: 0 0 24px;
    color: #80c342!important;
    }
    .course-panel h4 {
    margin: 0 20px 16px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    }
    .course-panel p {
    line-height: 1.4;
    font-size: 15px;
    text-align: center;
    }
    /* Card layout */
    .rte-columns {
    display: flex;
    gap: 20px;
    align-items: stretch;
    }
    .rte-columns__column {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #F8FCF5;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 0 !important;
    }
    .rte-columns__column p:not(:first-child) {
    padding: 0 12px;
    }
    .rte-columns__column p {
    margin: 16px 0;
    }
    .rte-columns__column p:first-child {
    margin: 0;
    padding: 0;
    }
.rte-columns__column {
    display: flex;
    flex-direction: column;
}
    .rte-columns__column p:last-child {
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 24px;
    }
    /* Mobile */
    @media (max-width: 767px) {
    .course-panel {
    padding: 40px 24px;
    }
    .rte-columns {
    flex-direction: column;
    }
    }
    /* ==========================================
    DIGITAL SUPPORT SECTION
    ========================================== */   
    /* Section */
    .enhancements-section {
    padding: 40px 0;
    background: #ffffff;
    }
    .container {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
    }
    .section-heading {
    margin-bottom: 40px;
    text-align:center;
    }
    .section-heading h3 {
    color: #F15A24;
    margin-bottom: 10px;
    }
    /* Featured Card */
    .featured-card {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 300px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    margin-bottom: 32px;
    }
    .featured-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    }
    .featured-content {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .featured-content h3 {
    font-size: 42px;
    line-height: 1.1;
    color: #003731;
    margin: 15px 0;
    }
    .featured-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 42px;
    color: #555;
    }
    /* Grid */
    .enhancement-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    }
    /* Cards */
    .enhancement-card {
    display: grid;
    grid-template-columns: 40% 60%;
    min-height: 250px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
    transition: .3s ease;
    }
    .enhancement-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
    }
    .card-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    }
    .card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .card-content h4 {
    margin: 18px 0 4px 0;
    color: #003731;
    text-align: left;
    }
    .card-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 15px;
    }
    /* Tags */
.tag {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
}
    .tac {
    background: #80C342;
    color: #ffffff;
    }
    .ifm {
    background: #2FB3B6 ;
    color: #ffffff;
    }
    .mytal {
    background: #F15A24;
    color: #ffffff;
    }
    /* CTA */
    .cta-link,
    .card-content a {
    font-weight: 600;
    color: #80C342;
    }
    /* Tablet */
    @media (max-width: 992px) {
    .featured-card {
    grid-template-columns: 1fr;
    }
    .featured-image {
    min-height: 320px;
    }
    .enhancement-grid {
    grid-template-columns: 1fr;
    }
    }
    /* Mobile */
    @media (max-width: 767px) {
    .enhancement-card {
    grid-template-columns: 1fr;
    }
    .card-image {
    min-height: 220px;
    }
    .featured-content {
    padding: 30px;
    }
    .featured-content h3 {
    font-size: 32px;
    }
    }
    /* ==========================================
CLIENT SERVICING
========================================== */

.client-servicing h3 {
    color: #003b49;
    margin-bottom: 10px;
}

.client-servicing h3,
.client-servicing p {
    text-align: center;
}

.client-servicing .rte-columns {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.client-servicing .rte-columns__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #F4FBFB;
    padding: 24px !important;
}

.client-servicing .rte-columns__column img {
    margin-top: 24px;
    margin-bottom: 15px;
}

.client-servicing .rte-columns__column p {
    margin: 0 0 10px;
}

.client-servicing .rte-columns__column p strong {
    display: block;
    min-height: 40px;
}

.card-title {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

.card-copy {
    flex-grow: 1;
}

.card-cta {
    margin-top: auto;
    text-align: center;
}
 /* ==========================================
    HELP SECTION
    ========================================== */   
    /* Featured Card */
    .help-card {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 300px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    margin-bottom: 32px;
    }
    .help-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    }
    .help-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .help-card-content h4 {
    margin: 18px 0 4px 0;
    color: #003731;
    }
    .help-card-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 15px;
    }
    .help-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    }
    .help-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    color: #4b4b4b;
    line-height: 1.6;
    }
    .icon-placeholder {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    background: #80C342;
    border-radius: 50%;
    }
    .help-list li span.content {
    flex: 1;
    }
    .help-card-content a {
    color: #80C342;
    font-weight: 600;
    text-decoration: none;
    }
    .help-card-content a:hover {
    text-decoration: underline;
    }
    .help-card-content h4 {
    margin-bottom:24px;
    }
    /* CTA */
    .cta-link,
    .help-card-content a {
    font-weight: 600;
    color: #80C342;
    }
    /* Tablet */
    @media (max-width: 992px) {
    .help-card {
    grid-template-columns: 1fr;
    }
    .help-image {
    min-height: 320px;
    }
    }