:root {
    --kb: #29ABE2;
    --kn: #1B2A4A;
    --kg: #3AAA35;
    --kgo: #F7A800;
    --kw: #FFFFFF;
    --kt: #2D3748;
    --km: #64748B;
    --cp-dark: #3A0070;
    --cp-mid: #6B21A8;
    --cp-lite: #9333EA;
}

.cp-hero *,
.cp-section *,
.cp-strip,
.cp-contact *,
.cp-intro *,
.cp-card *,
.cp-why * {
    box-sizing: border-box;
}

/* ===== HERO — Purple / Compliance theme ===== */
.cp-hero {
    background: linear-gradient(135deg, #3A0070 0%, #6B21A8 55%, #9333EA 100%);
    position: relative;
    overflow: hidden;
    font-family: 'Nunito', sans-serif;
}

.cp-hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 55px solid rgba(255, 255, 255, 0.07);
    animation: cp-pulse 4s ease-in-out infinite;
}

.cp-hero::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 40px solid rgba(247, 168, 0, 0.10);
    animation: cp-pulse 4s ease-in-out infinite 1.5s;
}

@keyframes cp-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.6;
    }
}

.cp-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px 24px 56px;
    display: grid;
    grid-template-columns: 1fr 370px;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.cp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(247, 168, 0, 0.18);
    border: 1.5px solid rgba(247, 168, 0, 0.50);
    color: #F7A800;
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: fit-content;
}

.cp-hero-title {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 46px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.12;
    margin-bottom: 16px;
}

.cp-hero-title .t-gold {
    color: #F7A800;
}

.cp-hero-title .t-light {
    color: #e9d5ff;
}

.cp-hero-sub {
    font-size: 15.5px;
    color: rgba(255, 255, 255, 0.87);
    line-height: 1.78;
    max-width: 530px;
    margin-bottom: 30px;
}

.cp-hero-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
}

.cp-btn-gold {
    background: linear-gradient(135deg, #F7A800, #e08900);
    color: #3A0070;
    font-weight: 800;
    font-size: 15px;
    padding: 13px 32px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    box-shadow: 0 6px 22px rgba(247, 168, 0, 0.45);
    transition: transform 0.2s, box-shadow 0.2s;
}

.cp-btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(247, 168, 0, 0.55);
    color: #3A0070;
    text-decoration: none;
}

.cp-btn-ghost {
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    padding: 11px 28px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.50);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    transition: all 0.2s;
}

.cp-btn-ghost:hover {
    border-color: #F7A800;
    color: #F7A800;
    background: rgba(0, 0, 0, 0.22);
    text-decoration: none;
}

/* Hero stat pills */
.cp-hero-stats {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cp-stat-pill {
    background: rgba(0, 0, 0, 0.20);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #ffffff;
    transition: background 0.2s, border-color 0.2s;
}

.cp-stat-pill:hover {
    background: rgba(0, 0, 0, 0.30);
    border-color: rgba(255, 255, 255, 0.50);
}

.cp-stat-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.si-purple {
    background: linear-gradient(135deg, #3A0070, #6B21A8);
}

.si-green {
    background: linear-gradient(135deg, #3AAA35, #267a22);
}

.si-gold {
    background: linear-gradient(135deg, #F7A800, #c97f00);
}

.si-blue {
    background: linear-gradient(135deg, #29ABE2, #1a7faa);
}

.cp-stat-text .st-val {
    font-size: 17px;
    font-weight: 800;
    display: block;
    line-height: 1.2;
}

.cp-stat-text .st-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

/* ===== BRAND STRIP ===== */
.cp-strip {
    height: 4px;
    background: linear-gradient(to right, #3A0070, #6B21A8, #29ABE2, #F7A800);
}

/* ===== SECTION COMMONS ===== */
.cp-section {
    padding: 56px 0 48px;
    font-family: 'Nunito', sans-serif;
}

.cp-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.cp-section-head {
    text-align: center;
    margin-bottom: 44px;
}

.cp-section-head h2 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: var(--kn);
    margin-bottom: 10px;
    line-height: 1.25;
}

.cp-section-head h2 .purple {
    color: #6B21A8;
}

.cp-section-head h2 .blue {
    color: var(--kb);
}

.cp-section-head h2 .gold {
    color: var(--kgo);
}

.cp-section-head p {
    font-size: 16px;
    color: var(--km);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
}

.cp-underline {
    width: 60px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(to right, #6B21A8, #9333EA);
    margin: 14px auto 0;
}

/* ===== INTRO CARD ===== */
.cp-intro-card {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 36px rgba(107, 33, 168, 0.10);
    border: 1.5px solid #e9d5ff;
    background: var(--kw);
    margin-bottom: 28px;
    animation: cpFadeUp 0.5s ease both;
}

.cp-intro-card:nth-child(2) {
    animation-delay: 0.10s;
}

.cp-intro-sidebar {
    width: 90px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #3A0070 0%, #6B21A8 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 10px;
    font-size: 38px;
    position: relative;
}

.cp-intro-sidebar::after {
    content: attr(data-label);
    position: absolute;
    bottom: 12px;
    font-size: 6px;
    font-weight: 900;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.65);
}

.cp-intro-body {
    flex: 1;
    padding: 26px 28px;
    position: relative;
}

.cp-intro-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    background: linear-gradient(to right, #6B21A8, #F7A800, transparent);
    border-radius: 0 0 4px 4px;
}

.cp-intro-body h3 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: var(--kn);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1.5px dashed #ddd6fe;
}

.cp-intro-body p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.82;
    margin-bottom: 10px;
}

.cp-intro-body p:last-child {
    margin-bottom: 0;
}

/* ===== WHY COMPLIANCE — 4 benefit cards ===== */
.cp-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.cp-why-card {
    background: var(--kw);
    border: 1.5px solid #e9d5ff;
    border-radius: 18px;
    padding: 26px 20px;
    box-shadow: 0 4px 20px rgba(107, 33, 168, 0.07);
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    position: relative;
    overflow: hidden;
    text-align: center;
    animation: cpFadeUp 0.55s ease both;
}

.cp-why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 18px 18px 0 0;
}

.cp-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(107, 33, 168, 0.13);
    border-color: #6B21A8;
}

.wc-1::before {
    background: linear-gradient(to right, #3A0070, #6B21A8);
}

.wc-2::before {
    background: linear-gradient(to right, #6B21A8, #29ABE2);
}

.wc-3::before {
    background: linear-gradient(to right, #29ABE2, #3AAA35);
}

.wc-4::before {
    background: linear-gradient(to right, #3AAA35, #F7A800);
}

.cp-why-card:nth-child(1) {
    animation-delay: 0.05s;
}

.cp-why-card:nth-child(2) {
    animation-delay: 0.10s;
}

.cp-why-card:nth-child(3) {
    animation-delay: 0.15s;
}

.cp-why-card:nth-child(4) {
    animation-delay: 0.20s;
}

.cp-why-icon {
    font-size: 38px;
    margin-bottom: 14px;
    display: block;
}

.cp-why-num {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin: 0 auto 14px;
}

.wn-1 {
    background: linear-gradient(135deg, #3A0070, #6B21A8);
}

.wn-2 {
    background: linear-gradient(135deg, #6B21A8, #29ABE2);
}

.wn-3 {
    background: linear-gradient(135deg, #29ABE2, #3AAA35);
}

.wn-4 {
    background: linear-gradient(135deg, #3AAA35, #F7A800);
}

.cp-why-card h4 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--kn);
    margin-bottom: 8px;
    line-height: 1.3;
}

.cp-why-card p {
    font-size: 13.5px;
    color: #5a6a7e;
    line-height: 1.75;
}

/* ===== COMPLIANCE PROCESS — Steps ===== */
.cp-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

.cp-steps::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(to right, #6B21A8, #29ABE2, #3AAA35, #F7A800);
    z-index: 0;
}

.cp-step {
    text-align: center;
    padding: 0 16px 28px;
    position: relative;
    z-index: 1;
    animation: cpFadeUp 0.55s ease both;
}

.cp-step:nth-child(1) {
    animation-delay: 0.05s;
}

.cp-step:nth-child(2) {
    animation-delay: 0.12s;
}

.cp-step:nth-child(3) {
    animation-delay: 0.19s;
}

.cp-step:nth-child(4) {
    animation-delay: 0.26s;
}

.cp-step-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 18px;
    border: 4px solid #fff;
    box-shadow: 0 4px 16px rgba(107, 33, 168, 0.22);
}

.ss-1 {
    background: linear-gradient(135deg, #3A0070, #6B21A8);
}

.ss-2 {
    background: linear-gradient(135deg, #6B21A8, #29ABE2);
}

.ss-3 {
    background: linear-gradient(135deg, #29ABE2, #3AAA35);
}

.ss-4 {
    background: linear-gradient(135deg, #3AAA35, #F7A800);
}

.cp-step h4 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--kn);
    margin-bottom: 8px;
}

.cp-step p {
    font-size: 13.5px;
    color: var(--km);
    line-height: 1.7;
}

/* ===== CTA BOX ===== */
.cp-cta {
    background: linear-gradient(135deg, #3A0070 0%, #6B21A8 60%, #9333EA 100%);
    border-radius: 20px;
    padding: 42px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 52px;
    position: relative;
    overflow: hidden;
}

.cp-cta::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
}

.cp-cta::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 200px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(247, 168, 0, 0.10);
}

.cp-cta-text {
    position: relative;
    z-index: 1;
}

.cp-cta-text h3 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.cp-cta-text h3 span {
    color: #F7A800;
}

.cp-cta-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
}

.cp-cta-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* ===== CONTACT STRIP ===== */
.cp-contact {
    background: linear-gradient(135deg, #3A0070 0%, #6B21A8 100%);
    padding: 44px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Nunito', sans-serif;
}

.cp-contact::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.cp-contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.cp-contact-text h3 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.cp-contact-text h3 span {
    color: #F7A800;
}

.cp-contact-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
}

.cp-contact-items {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.cp-citem {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(0, 0, 0, 0.18);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    padding: 16px 22px;
    color: #fff;
    transition: background 0.2s, border-color 0.2s;
}

.cp-citem:hover {
    background: rgba(0, 0, 0, 0.28);
    border-color: rgba(255, 255, 255, 0.50);
}

.cp-citem .ci-ico {
    font-size: 28px;
}

.cp-citem .ci-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.65;
    display: block;
    margin-bottom: 3px;
}

.cp-citem .ci-val {
    font-size: 15px;
    font-weight: 800;
}

.cp-citem a {
    color: #F7A800;
    text-decoration: none;
}

.cp-citem a:hover {
    text-decoration: underline;
}

/* ===== ANIMATION ===== */
@keyframes cpFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
    .cp-hero-inner {
        grid-template-columns: 1fr;
        padding: 44px 24px;
    }

    .cp-hero-stats {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .cp-stat-pill {
        flex: 1 1 200px;
    }

    .cp-hero-title {
        font-size: 34px;
    }

    .cp-why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cp-steps {
        grid-template-columns: 1fr 1fr;
    }

    .cp-steps::before {
        display: none;
    }
}

@media (max-width: 600px) {
    .cp-hero-title {
        font-size: 26px;
    }

    .cp-section {
        padding: 38px 0 30px;
    }

    .cp-section-head h2 {
        font-size: 24px;
    }

    .cp-hero-btns {
        flex-wrap: wrap;
    }

    .cp-intro-card {
        flex-direction: column;
    }

    .cp-intro-sidebar {
        width: 100%;
        padding: 18px 22px;
        font-size: 30px;
    }

    .cp-intro-sidebar::after {
        position: static;
    }

    .cp-why-grid {
        grid-template-columns: 1fr;
    }

    .cp-steps {
        grid-template-columns: 1fr;
    }

    .cp-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 22px;
    }

    .cp-contact-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}