/* ================================
   UNIVERSAL MENTAL CARE PLUS
   FRESH PREMIUM PURPLE THEME
================================ */

:root {
    --mcp-purple: #6d18d9;
    --mcp-purple-dark: #3b0078;
    --mcp-purple-soft: #9b63f4;
    --mcp-pink: #d946ef;
    --mcp-bg: #f7f2ff;
    --mcp-card: #ffffff;
    --mcp-text: #211936;
    --mcp-muted: #665b7a;
    --mcp-white: #ffffff;
    --mcp-border: rgba(109, 24, 217, 0.14);
    --mcp-shadow: 0 18px 55px rgba(74, 28, 130, 0.16);
    --mcp-whatsapp: #25d366;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* COMMON WEBSITE BACKGROUND */
body {
    font-family: "Poppins", sans-serif;
    color: var(--mcp-text);
    background:
        radial-gradient(circle at 12% 10%, rgba(217, 70, 239, 0.12), transparent 30%),
        radial-gradient(circle at 90% 28%, rgba(109, 24, 217, 0.12), transparent 32%),
        radial-gradient(circle at 45% 85%, rgba(255, 180, 220, 0.14), transparent 34%),
        linear-gradient(180deg, #fff7ff 0%, #f6ecff 48%, #fff7ff 100%);
    overflow-x: hidden;
}


a {
    text-decoration: none;
}

/* ================================
   NAVBAR
================================ */

.mcp-floating-header {
    position: fixed;
    top: 26px;
    left: 0;
    right: 0;
    z-index: 1000;
    width: min(1220px, calc(100% - 70px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.mcp-logo-wrap {
    pointer-events: auto;
    display: flex;
    align-items: center;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    height: auto !important;
}

.mcp-logo-wrap img {
    height: 90px;
    width: auto;
    display: block;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.mcp-header-actions {
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
}

.mcp-donate-btn,
.mcp-menu-btn {
    height: 54px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    transition: 0.3s ease;
}

.mcp-donate-btn {
    padding: 0 26px;
    color: #fff;
    background: linear-gradient(135deg, var(--mcp-pink), var(--mcp-purple));
    box-shadow: 0 16px 38px rgba(109, 24, 217, 0.28);
}

.mcp-menu-btn {
    padding: 0 18px 0 24px;
    color: var(--mcp-purple-dark);
    border: 1px solid rgba(109, 24, 217, 0.2);
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 36px rgba(74, 28, 130, 0.12);
    cursor: pointer;
}

.mcp-menu-btn i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--mcp-purple-soft), var(--mcp-purple));
    font-size: 16px;
}

.mcp-donate-btn:hover,
.mcp-menu-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 22px 52px rgba(109, 24, 217, 0.26);
}

.mcp-menu-btn:hover {
    color: var(--mcp-purple-dark);
}

/* ================================
   HERO SECTION - PREMIUM BLEND
================================ */

.mcp-hero-section {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff7ff;
    border-radius: 0 !important;
}

.mcp-hero-video {
    position: absolute;
    top: 0;
    right: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    z-index: 0;
}

/* main smooth blend */
.mcp-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 24% 52%,
            rgba(255, 238, 249, 0.92) 0%,
            rgba(255, 238, 249, 0.72) 14%,
            rgba(255, 238, 249, 0.30) 24%,
            rgba(255, 238, 249, 0) 38%
        ),

        radial-gradient(circle at 34% 38%,
            rgba(255, 222, 196, 0.48) 0%,
            rgba(255, 222, 196, 0.18) 12%,
            rgba(255, 222, 196, 0) 24%
        ),

        radial-gradient(circle at 20% 75%,
            rgba(217, 70, 239, 0.16) 0%,
            rgba(217, 70, 239, 0.06) 20%,
            rgba(217, 70, 239, 0) 38%
        ),

        linear-gradient(90deg,
            rgba(255, 247, 255, 0.96) 0%,
            rgba(255, 247, 255, 0.82) 16%,
            rgba(255, 247, 255, 0.42) 28%,
            rgba(255, 247, 255, 0.14) 38%,
            rgba(255, 247, 255, 0.03) 52%,
            rgba(255, 247, 255, 0) 68%
        );
}

/* removes hard line but narrower */
.mcp-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18%;
    width: 28%;
    height: 100%;
    z-index: 2;
    pointer-events: none;

    background:
        linear-gradient(90deg,
            rgba(255, 247, 255, 0.02) 0%,
            rgba(255, 247, 255, 0.24) 32%,
            rgba(255, 247, 255, 0.12) 58%,
            rgba(255, 247, 255, 0) 100%
        );

    filter: blur(24px);
}

/* soft purple glow near text */
.mcp-hero-section::after {
    content: "";
    position: absolute;
    left: -8%;
    bottom: -18%;
    width: 62%;
    height: 58%;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle,
            rgba(217, 70, 239, 0.22) 0%,
            rgba(168, 85, 247, 0.14) 34%,
            rgba(255, 247, 255, 0) 70%
        );
    filter: blur(18px);
}

.mcp-hero-glow,
.mcp-glow-one,
.mcp-glow-two,
.mcp-hero-tag,
.mcp-hero-actions,
.mcp-hero-note,
.mcp-hero-content p {
    display: none !important;
}

.mcp-hero-content {
    position: relative;
    z-index: 4;
    max-width: 680px;
    padding-top: 100px;
}

.mcp-hero-content h1 {
    max-width: 650px;
    margin: 0;
    color: #2c2440;
    font-size: clamp(40px, 4.2vw, 66px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.06em;
    text-shadow: 0 18px 42px rgba(109, 24, 217, 0.12);
}

.mcp-hero-content h1 span {
    display: block;
    background: linear-gradient(135deg, #6d18d9, #d946ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* MOBILE */
@media (max-width: 768px) {
    .mcp-hero-section {
        min-height: 86vh;
        background: #fff7ff;
        border-radius: 0 !important;
    }

    .mcp-hero-video {
        right: 0;
        width: 100%;
        opacity: 0.9;
        object-position: center;
    }

    .mcp-hero-overlay {
        background:
            radial-gradient(circle at 35% 50%,
                rgba(255, 238, 249, 0.88) 0%,
                rgba(255, 238, 249, 0.56) 34%,
                rgba(255, 238, 249, 0) 62%
            ),
            radial-gradient(circle at 20% 74%,
                rgba(217, 70, 239, 0.22) 0%,
                rgba(217, 70, 239, 0.08) 38%,
                transparent 68%
            ),
            linear-gradient(90deg,
                rgba(255, 247, 255, 0.96) 0%,
                rgba(255, 247, 255, 0.82) 38%,
                rgba(255, 247, 255, 0.44) 68%,
                rgba(255, 247, 255, 0.18) 100%
            );
    }

    .mcp-hero-section::before {
        left: 10%;
        width: 70%;
        filter: blur(26px);
    }

    .mcp-hero-section::after {
        left: -25%;
        bottom: -10%;
        width: 85%;
        height: 46%;
    }

    .mcp-hero-content {
        padding-top: 95px;
    }

    .mcp-hero-content h1 {
        max-width: 92%;
        font-size: 38px;
        letter-spacing: -0.045em;
    }
}

/* ================================
   SIDEBAR
================================ */

.mcp-sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(30, 14, 48, 0.35);
    backdrop-filter: blur(10px);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s ease;
}

.mcp-sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mcp-sidebar {
    position: fixed;
    top: 18px;
    right: 18px;
    bottom: 18px;
    width: min(430px, calc(100% - 36px));
    z-index: 1002;
    padding: 82px 28px 28px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 15% 10%, rgba(217,70,239,0.18), transparent 36%),
        linear-gradient(155deg, rgba(255,255,255,0.96), rgba(244,235,255,0.98));
    border: 1px solid rgba(109, 24, 217, 0.14);
    box-shadow: -20px 30px 90px rgba(74, 28, 130, 0.24);
    transform: translateX(115%) scale(0.96);
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease;
    overflow: hidden;
}

.mcp-sidebar.active {
    transform: translateX(0) scale(1);
    opacity: 1;
    visibility: visible;
}

.mcp-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--mcp-purple);
    background: rgba(109, 24, 217, 0.08);
    border: 1px solid rgba(109, 24, 217, 0.14);
    display: grid;
    place-items: center;
    transition: 0.35s ease;
}

.mcp-close-btn:hover {
    background: var(--mcp-purple);
    color: #fff;
    transform: rotate(90deg);
}

.mcp-sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mcp-sidebar-links a {
    min-height: 62px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    border-radius: 22px;
    color: var(--mcp-text);
    font-size: 18px;
    font-weight: 800;
    transition: 0.3s ease;
}

.mcp-sidebar-links a:hover {
    color: var(--mcp-purple);
    transform: translateX(8px);
    background: rgba(109, 24, 217, 0.08);
    box-shadow: inset 4px 0 0 var(--mcp-pink);
}

.mcp-sidebar-cta {
    margin-top: 28px;
    min-height: 64px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--mcp-pink), var(--mcp-purple));
    box-shadow: 0 18px 45px rgba(109, 24, 217, 0.26);
    transition: 0.35s ease;
}

.mcp-sidebar-cta:hover {
    color: #fff;
    transform: translateY(-5px);
}

/* ================================
   FOOTER
================================ */

.mcp-footer {
    position: relative;
    padding: 95px 0 28px;
    background:
        radial-gradient(circle at 15% 0%, rgba(155,99,244,0.18), transparent 32%),
        linear-gradient(180deg, #f7f2ff, #efe4ff);
    border-top: 1px solid rgba(109, 24, 217, 0.12);
}

.mcp-footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr 0.8fr;
    gap: 42px;
}

.mcp-footer img {
    width: 220px;
    max-width: 100%;
    display: block;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin-bottom: 22px;
}

.mcp-footer p {
    color: var(--mcp-muted);
    font-size: 14px;
    line-height: 1.8;
    max-width: 360px;
}

.mcp-footer h4 {
    color: var(--mcp-text);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
    margin-bottom: 22px;
}

.mcp-footer a {
    display: block;
    color: var(--mcp-muted);
    font-size: 14px;
    margin-bottom: 12px;
    transition: 0.3s ease;
}

.mcp-footer a:hover {
    color: var(--mcp-purple);
    transform: translateX(6px);
}

.mcp-socials {
    display: flex;
    gap: 12px;
}

.mcp-socials a {
    width: 42px;
    height: 42px;
    margin: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid rgba(109, 24, 217, 0.14);
    color: var(--mcp-purple);
    box-shadow: 0 12px 30px rgba(74, 28, 130, 0.1);
}

.mcp-socials a:hover {
    color: #fff;
    transform: translateY(-5px);
    background: linear-gradient(135deg, var(--mcp-pink), var(--mcp-purple));
}

.mcp-footer-bottom {
    margin-top: 58px;
    padding-top: 24px;
    border-top: 1px solid rgba(109, 24, 217, 0.12);
    color: var(--mcp-muted);
    font-size: 13px;
    text-align: center;
}

.mcp-footer-bottom a {
    display: inline;
    color: var(--mcp-purple);
    font-weight: 800;
}

/* ================================
   FLOATING WHATSAPP
================================ */

.mcp-floating-whatsapp {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 999;
    width: 72px;
    height: 72px;
    padding: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;

    /* transparent glass purple */
    background:
        linear-gradient(135deg,
            rgba(168, 85, 247, 0.28),
            rgba(217, 70, 239, 0.18)
        );

    border: 1px solid rgba(168, 85, 247, 0.22);

    box-shadow:
        0 0 0 14px rgba(168, 85, 247, 0.06),
        0 12px 40px rgba(109, 24, 217, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.22);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    transition: all 0.35s ease;
}

/* inner icon circle */
.mcp-floating-whatsapp i {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;

    background:
        linear-gradient(135deg,
            #7c3aed,
            #d946ef
        );

    color: #fff;
    font-size: 26px;

    box-shadow:
        0 10px 24px rgba(168, 85, 247, 0.34),
        inset 0 1px 0 rgba(255,255,255,0.25);

    transition: all 0.35s ease;
}

.mcp-floating-whatsapp span {
    display: none;
}

/* hover */
.mcp-floating-whatsapp:hover {
    color: #fff;
    transform: translateY(-6px) scale(1.04);

    background:
        linear-gradient(135deg,
            rgba(168, 85, 247, 0.36),
            rgba(217, 70, 239, 0.24)
        );

    box-shadow:
        0 0 0 16px rgba(168, 85, 247, 0.08),
        0 22px 50px rgba(109, 24, 217, 0.24);
}

.mcp-floating-whatsapp:hover i {
    transform: scale(1.06);
}

/* mobile */
@media (max-width: 768px) {
    .mcp-floating-whatsapp {
        width: 66px;
        height: 66px;
        right: 20px;
        bottom: 20px;
    }

    .mcp-floating-whatsapp i {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
    .mcp-footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .mcp-logo-wrap img {
        height: 66px;
    }
}

/* ================================
   RESPONSIVE NAVBAR FIX
================================ */

@media (max-width: 991px) {
    .mcp-footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .mcp-logo-wrap img {
        height: 66px;
    }
}

@media (max-width: 768px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .mcp-floating-header {
        top: 18px;
        left: 14px;
        right: 14px;
        width: auto;
        max-width: calc(100vw - 28px);
        margin: 0;
    }

    .mcp-logo-wrap img {
        height: 50px;
        max-width: 145px;
        object-fit: contain;
    }

    .mcp-header-actions {
        gap: 8px;
        margin-left: auto;
        flex-shrink: 0;
    }

    .mcp-donate-btn {
        height: 46px;
        max-width: 150px;
        padding: 0 14px;
        font-size: 11px;
        line-height: 1;
        white-space: nowrap;
    }

    .mcp-menu-btn {
        width: 46px;
        height: 46px;
        min-width: 46px;
        padding: 0;
        flex-shrink: 0;
    }

    .mcp-menu-btn span {
        display: none;
    }

    .mcp-menu-btn i {
        width: auto;
        height: auto;
        background: transparent;
        color: var(--mcp-purple);
        font-size: 18px;
    }

    .mcp-hero-section {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
}
    

@media (max-width: 768px) {
    .mcp-hero-section {
        min-height: 86vh;
        border-radius: 0 0 24px 24px;
    }

    .mcp-hero-overlay {
        background:
            linear-gradient(90deg,
                rgba(247,242,255,0.96) 0%,
                rgba(247,242,255,0.76) 55%,
                rgba(247,242,255,0.5) 100%
            ),
            linear-gradient(180deg, rgba(255,255,255,0.08), rgba(55,15,90,0.16));
    }

    .mcp-hero-content {
        padding-top: 95px;
    }

    .mcp-hero-content h1 {
        max-width: 92%;
        font-size: 38px;
        letter-spacing: -0.045em;
    }

    .mcp-sidebar {
        top: 12px;
        right: 12px;
        bottom: 12px;
        width: calc(100% - 24px);
        border-radius: 28px;
    }

    .mcp-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 34px 22px;
    }

    .mcp-footer img {
        width: 180px;
    }

    .mcp-floating-whatsapp {
        width: 58px;
        height: 58px;
        right: 18px;
        bottom: 18px;
    }

    .mcp-floating-whatsapp i {
        width: 44px;
        height: 44px;
        font-size: 23px;
    }
}

@media (max-width: 480px) {

    /* 2 columns on mobile */
    .mcp-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 30px 18px;
        align-items: start;
    }

    .mcp-footer h4 {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .mcp-footer a {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .mcp-footer p {
        font-size: 13px;
        line-height: 1.7;
    }

    .mcp-footer img {
        width: 150px;
        margin-bottom: 18px;
    }

    .mcp-socials {
        gap: 10px;
        flex-wrap: wrap;
    }

    .mcp-socials a {
        width: 38px;
        height: 38px;
    }
}
/* ================================
   ASSURANCE SECTION
================================ */

.mcp-assurance-section {
    position: relative;
    padding: 60px 0 120px;
    background: transparent;
    overflow: hidden;
}

.mcp-section-heading {
    max-width: 780px;
    margin: 0 auto 55px;
    text-align: center;
}

.mcp-section-heading h2 {
    margin: 0 0 18px;
    color: #2c2440;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.mcp-section-heading p {
    max-width: 640px;
    margin: 0 auto;
    color: #6f6680;
    font-size: 16px;
    line-height: 1.8;
}

.mcp-assurance-card {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1160px;
    margin: 0 auto;
    padding: 38px 26px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,247,255,0.76));
    border: 1px solid rgba(124, 58, 237, 0.10);
    box-shadow:
        0 30px 80px rgba(109, 24, 217, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.88);
    backdrop-filter: blur(18px);
}

.mcp-assurance-item {
    position: relative;
    text-align: center;
    padding: 0 28px;
}

.mcp-assurance-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18%;
    width: 1px;
    height: 64%;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(124, 58, 237, 0.18),
        transparent
    );
}

.mcp-assurance-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 27px;
    box-shadow: 0 16px 35px rgba(124, 58, 237, 0.22);
}

.mcp-assurance-icon.purple {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
}

.mcp-assurance-icon.pink {
    background: linear-gradient(135deg, #ec4899, #f9a8d4);
}

.mcp-assurance-icon.violet {
    background: linear-gradient(135deg, #6d28d9, #c084fc);
}

.mcp-assurance-icon.rose {
    background: linear-gradient(135deg, #db2777, #fb7185);
}

.mcp-assurance-item h3 {
    margin: 0 0 14px;
    color: #2c2440;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.mcp-assurance-item p {
    max-width: 210px;
    margin: 0 auto;
    color: #70677f;
    font-size: 14.5px;
    line-height: 1.75;
}

/* MOBILE */
@media (max-width: 991px) {
    .mcp-assurance-card {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px 0;
        padding: 34px 24px;
    }

    .mcp-assurance-item:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .mcp-assurance-section {
        padding: 80px 0 90px;
    }

    .mcp-assurance-card {
        grid-template-columns: 1fr;
        border-radius: 26px;
        padding: 34px 22px;
        gap: 34px;
    }

    .mcp-assurance-item {
        padding: 0;
    }

    .mcp-assurance-item::after {
        display: none;
    }
}

/* ================================
   ABOUT SECTION - FULL WIDTH COMPACT SPLIT
================================ */

.mcp-about-section {
    position: relative;
    padding: 40px 0 60px;
    background: transparent;
    overflow: hidden;
}

.mcp-about-split {
    position: relative;
    width: 100%;
    min-height: 520px;
    display: grid;
    grid-template-columns: 48% 52%;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 22%, rgba(217, 70, 239, 0.12), transparent 28%),
        linear-gradient(135deg, #fff7ff 0%, #f4e8ff 48%, #ead7ff 100%);
}

.mcp-about-text {
    position: relative;
    z-index: 3;
    padding: 70px 54px 60px clamp(24px, 6vw, 90px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mcp-about-text h2 {
    max-width: 520px;
    margin: 0 0 20px;
    color: #2c2440;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.mcp-about-text p {
    max-width: 520px;
    margin: 0 0 16px;
    color: #5f5574;
    font-size: 15.5px;
    line-height: 1.82;
}

/* ABOUT BUTTON */

.mcp-about-btn {
    width: fit-content;
    margin-top: 28px;
    min-height: 54px;
    padding: 0 28px;

    display: inline-flex;
    align-items: center;
    gap: 11px;

    border-radius: 999px;

    color: #fff;
    font-size: 14px;
    font-weight: 900;

    background: linear-gradient(135deg, #d946ef, #7c3aed);

    box-shadow:
        0 18px 42px rgba(217, 70, 239, 0.24);

    transition: 0.35s ease;
}

.mcp-about-btn:hover {
    color: #fff;
    transform: translateY(-4px);
}

.mcp-about-feature-list {
    display: grid;
    gap: 13px;
    margin-top: 24px;
    max-width: 520px;
}

.mcp-about-feature {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 13px;
    align-items: center;
    padding: 13px 15px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,247,255,0.42));
    border: 1px solid rgba(124, 58, 237, 0.10);
    box-shadow: 0 14px 32px rgba(109, 24, 217, 0.06);
    backdrop-filter: blur(12px);
}

.mcp-about-feature > i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(135deg, #7c3aed, #d946ef);
    box-shadow: 0 14px 30px rgba(124, 58, 237, 0.22);
}

.mcp-about-feature h4 {
    margin: 0 0 3px;
    color: #2c2440;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.mcp-about-feature p {
    margin: 0;
    color: #766b86;
    font-size: 13.5px;
    line-height: 1.45;
}

.mcp-about-image {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.mcp-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.02);
}

.mcp-about-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(244, 232, 255, 0.95) 0%,
            rgba(244, 232, 255, 0.62) 14%,
            rgba(244, 232, 255, 0.18) 28%,
            rgba(244, 232, 255, 0) 48%
        ),
        linear-gradient(180deg,
            rgba(44, 36, 64, 0.04),
            rgba(44, 36, 64, 0.12)
        );
}

/* TABLET */
@media (max-width: 991px) {
    .mcp-about-split {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .mcp-about-text {
        padding: 65px 26px 38px;
    }

    .mcp-about-image {
        min-height: 340px;
    }

    .mcp-about-image::before {
        background:
            linear-gradient(180deg,
                rgba(244, 232, 255, 0.86) 0%,
                rgba(244, 232, 255, 0.22) 35%,
                rgba(244, 232, 255, 0) 70%
            );
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .mcp-about-section {
        padding: 30px 0 50px;
    }

    .mcp-about-text h2 {
        font-size: 34px;
    }

    .mcp-about-text p {
        font-size: 14px;
        line-height: 1.75;
    }

    .mcp-about-feature {
        grid-template-columns: 46px 1fr;
        border-radius: 18px;
        padding: 13px;
    }

    .mcp-about-feature > i {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .mcp-about-feature h4 {
        font-size: 13px;
    }

    .mcp-about-feature p {
        font-size: 12.5px;
    }

    .mcp-about-image {
        min-height: 280px;
    }
}

/* ================================
   SERVICES SECTION
================================ */

.mcp-services-section {
    position: relative;
    padding: 90px 0 110px;
    background: transparent;
    overflow: hidden;
}

.mcp-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.mcp-services-intro {
    padding: 35px 20px 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mcp-services-intro h2 {
    margin: 0 0 20px;
    color: #2c2440;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.mcp-services-intro p {
    max-width: 390px;
    margin: 0 0 30px;
    color: #625878;
    font-size: 15.5px;
    line-height: 1.8;
}

.mcp-services-btn {
    width: fit-content;
    padding: 15px 28px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    background: linear-gradient(135deg, #7c3aed, #d946ef);
    box-shadow: 0 18px 38px rgba(124, 58, 237, 0.24);
}

.mcp-service-card {
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(124, 58, 237, 0.10);
    box-shadow: 0 22px 55px rgba(109, 24, 217, 0.10);
    transition: 0.35s ease;
}

.mcp-service-card:hover {
    transform: translateY(-8px);
}

.mcp-service-img {
    height: 155px;
    overflow: hidden;
}

.mcp-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mcp-service-body {
    position: relative;
    padding: 48px 28px 28px;
}

.mcp-service-icon {
    position: absolute;
    top: -34px;
    left: 28px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #7c3aed;
    font-size: 29px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(124, 58, 237, 0.12);
    box-shadow: 0 12px 32px rgba(109, 24, 217, 0.16);
}

.mcp-service-icon.pink {
    color: #d946ef;
}

.mcp-service-body h3 {
    margin: 0 0 12px;
    color: #2c2440;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.mcp-service-body p {
    margin: 0 0 22px;
    color: #6f6680;
    font-size: 14.5px;
    line-height: 1.75;
}

.mcp-service-body a {
    color: #7c3aed;
    font-size: 14px;
    font-weight: 900;
}

@media (max-width: 991px) {
    .mcp-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mcp-services-intro {
        grid-column: 1 / -1;
        text-align: center;
        align-items: center;
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .mcp-services-section {
        padding: 70px 0 85px;
    }

    .mcp-services-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .mcp-service-img {
        height: 180px;
    }
}

/* ================================
   WHY CHOOSE US
================================ */

.mcp-why-section {
    position: relative;
    padding: 90px 0 110px;
    overflow: hidden;
}

.mcp-why-wrapper {
    display: grid;
    grid-template-columns: 48% 52%;
    gap: 54px;
    align-items: center;
}

/* IMAGE SIDE */

.mcp-why-image {
    position: relative;
    height: 100%;
    min-height: 620px;

    border-radius: 34px;
    overflow: hidden;

    box-shadow: 0 30px 80px rgba(109, 24, 217, 0.14);
}

.mcp-why-wrapper {
    display: grid;
    grid-template-columns: 48% 52%;
    gap: 54px;
    align-items: stretch; /* important */
}

.mcp-why-image img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    display: block;
}

.mcp-why-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(44, 36, 64, 0.10),
            rgba(44, 36, 64, 0.18)
        ),
        radial-gradient(circle at 20% 20%,
            rgba(217, 70, 239, 0.18),
            transparent 32%
        );
    z-index: 1;
}

.mcp-why-floating-card {
    position: absolute;
    left: 28px;
    bottom: 28px;
    z-index: 3;

    display: flex;
    align-items: center;
    gap: 16px;

    padding: 18px 22px;
    border-radius: 22px;

    background:
        linear-gradient(135deg,
            rgba(255,255,255,0.84),
            rgba(255,247,255,0.68)
        );

    border: 1px solid rgba(124, 58, 237, 0.10);

    backdrop-filter: blur(14px);
    box-shadow: 0 18px 45px rgba(109, 24, 217, 0.16);
}

.mcp-why-floating-card i {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;

    color: #fff;
    font-size: 24px;

    background: linear-gradient(135deg, #7c3aed, #d946ef);
}

.mcp-why-floating-card strong {
    display: block;
    color: #2c2440;
    font-size: 15px;
    font-weight: 900;
}

.mcp-why-floating-card span {
    color: #6f6680;
    font-size: 13px;
}

/* CONTENT SIDE */

.mcp-why-content h2 {
    margin: 0 0 20px;
    color: #2c2440;
    font-size: clamp(36px, 4vw, 60px);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.mcp-why-content > p {
    max-width: 620px;
    margin: 0 0 34px;
    color: #625878;
    font-size: 15.5px;
    line-height: 1.85;
}

.mcp-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.mcp-why-card {
    padding: 28px;
    border-radius: 26px;

    background:
        linear-gradient(135deg,
            rgba(255,255,255,0.72),
            rgba(255,247,255,0.46)
        );

    border: 1px solid rgba(124, 58, 237, 0.10);

    box-shadow: 0 18px 45px rgba(109, 24, 217, 0.07);

    transition: 0.35s ease;
}

.mcp-why-card:hover {
    transform: translateY(-8px);
}

.mcp-why-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: grid;
    place-items: center;

    margin-bottom: 18px;

    color: #7c3aed;
    font-size: 28px;

    background: rgba(124, 58, 237, 0.10);
}

.mcp-why-icon.pink {
    color: #d946ef;
    background: rgba(217, 70, 239, 0.10);
}

.mcp-why-card h3 {
    margin: 0 0 10px;
    color: #2c2440;
    font-size: 18px;
    font-weight: 900;
}

.mcp-why-card p {
    margin: 0;
    color: #766b86;
    font-size: 14px;
    line-height: 1.7;
}

/* TABLET */

@media (max-width: 991px) {

    .mcp-why-wrapper {
        grid-template-columns: 1fr;
    }

    .mcp-why-image {
        min-height: 420px;
        height: 420px;
    }
}

/* MOBILE */

@media (max-width: 576px) {

    .mcp-why-section {
        padding: 70px 0 85px;
    }

    .mcp-why-image {
        min-height: 320px;
        height: 320px;
    }

    .mcp-why-floating-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 14px 16px;
    }

    .mcp-why-grid {
        grid-template-columns: 1fr;
    }

    .mcp-why-card {
        padding: 24px;
        border-radius: 22px;
    }

    .mcp-why-content h2 {
        font-size: 34px;
    }

    .mcp-why-content > p {
        font-size: 14px;
        line-height: 1.75;
    }
}

/* ================================
   BLOGS SECTION
================================ */

.mcp-blogs-section {
    position: relative;
    padding: 95px 0 115px;
    background: transparent;
    overflow: hidden;
}

.mcp-blogs-heading {
    max-width: 780px;
    margin: 0 auto 58px;
    text-align: center;
}

.mcp-blogs-heading h2 {
    margin: 0 0 18px;
    color: #2c2440;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.mcp-blogs-heading p {
    max-width: 660px;
    margin: 0 auto;
    color: #625878;
    font-size: 16px;
    line-height: 1.8;
}

.mcp-blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.mcp-blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,247,255,0.72));
    border: 1px solid rgba(124, 58, 237, 0.12);
    box-shadow: 0 28px 70px rgba(109, 24, 217, 0.12);
    transition: 0.35s ease;
}

.mcp-blog-card:hover {
    transform: translateY(-8px);
}

.mcp-blog-image {
    position: relative;
    height: 245px;
    overflow: hidden;
}

.mcp-blog-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: 0.45s ease;
}

.mcp-blog-card:hover .mcp-blog-image img {
    transform: scale(1.06);
}

.mcp-blog-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 10%, rgba(44, 36, 64, 0.30) 100%),
        radial-gradient(circle at 20% 85%, rgba(217, 70, 239, 0.28), transparent 34%);
}

.mcp-blog-icon {
    position: absolute;
    left: 28px;
    bottom: 22px; /* changed from -34px */
    z-index: 3;
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 26px;
    background: linear-gradient(135deg, #7c3aed, #d946ef);
    box-shadow: 0 18px 42px rgba(124, 58, 237, 0.28);
}

.mcp-blog-content {
    padding: 36px 28px 32px; /* reduced top padding */
}

.mcp-blog-icon.pink {
    background: linear-gradient(135deg, #d946ef, #ec4899);
}

.mcp-blog-content span {
    display: inline-flex;
    margin-bottom: 15px;
    color: #d946ef;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mcp-blog-content h3 {
    margin: 0 0 16px;
    color: #2c2440;
    font-size: 24px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.mcp-blog-content p {
    margin: 0 0 24px;
    color: #6f6680;
    font-size: 14.5px;
    line-height: 1.75;
}

.mcp-blog-content a {
    color: #7c3aed;
    font-size: 14px;
    font-weight: 900;
}

@media (max-width: 991px) {
    .mcp-blogs-grid {
        grid-template-columns: 1fr;
        max-width: 620px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .mcp-blogs-section {
        padding: 75px 0 90px;
    }

    .mcp-blog-image {
        height: 220px;
    }

    .mcp-blog-content h3 {
        font-size: 22px;
    }
}


/* ================================
   CTA SECTION
================================ */

.mcp-cta-section {
    position: relative;
    padding: 100px 0 120px;
    overflow: visible;
    background:
        radial-gradient(circle at 12% 22%,
            rgba(217,70,239,0.12),
            transparent 34%),

        radial-gradient(circle at 88% 18%,
            rgba(124,58,237,0.10),
            transparent 30%),

        radial-gradient(circle at 50% 100%,
            rgba(217,70,239,0.08),
            transparent 40%),

        linear-gradient(
            180deg,
            #fdf9ff 0%,
            #f8efff 52%,
            #fdf9ff 100%
        );
}

/* PREMIUM LIGHTS */

.mcp-cta-section::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(217,70,239,0.20),
            rgba(217,70,239,0.06),
            transparent 72%);
    filter: blur(30px);
    pointer-events: none;
    animation: mcpSpotlightOne 9s ease-in-out infinite;
}

.mcp-cta-section::after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -140px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(124,58,237,0.18),
            rgba(124,58,237,0.05),
            transparent 72%);
    filter: blur(34px);
    pointer-events: none;
    animation: mcpSpotlightTwo 10s ease-in-out infinite;
}

@keyframes mcpSpotlightOne {

    0%, 100% {
        transform: translate(0,0) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translate(30px, 24px) scale(1.08);
        opacity: 1;
    }
}

@keyframes mcpSpotlightTwo {

    0%, 100% {
        transform: translate(0,0) scale(1);
        opacity: 0.75;
    }

    50% {
        transform: translate(-26px, -18px) scale(1.05);
        opacity: 1;
    }
}

.mcp-cta-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
    gap: 70px;
    min-height: 560px;
    padding: 0;
    overflow: visible;
}


/* IMAGE - NO BOX */
.mcp-cta-image {
    position: relative;
    height: 560px;
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
    animation: mcpFloatImage 5s ease-in-out infinite;
}

.mcp-cta-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    filter: drop-shadow(0 28px 55px rgba(109, 24, 217, 0.25));
    z-index: 2;
}

/* glow behind image */
.mcp-cta-image::before {
    content: "";
    position: absolute;
    inset: 8% 4%;
    z-index: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(217,70,239,0.32), transparent 62%),
        radial-gradient(circle at 35% 35%, rgba(124,58,237,0.22), transparent 58%);
    filter: blur(28px);
    animation: mcpGlowPulse 4.5s ease-in-out infinite;
}

.mcp-cta-image::after {
    display: none;
}

@keyframes mcpFloatImage {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-14px) scale(1.015);
    }
}

@keyframes mcpGlowPulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(0.96);
    }

    50% {
        opacity: 1;
        transform: scale(1.06);
    }
}

/* CONTENT */

.mcp-pricing-intro {
    width: fit-content;
    margin: 0 0 28px;
    color: #d946ef;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mcp-cta-content h2 {
    max-width: 760px;
    margin: 0 0 26px;

    color: #2c2440;

    font-size: clamp(32px, 3.2vw, 52px);
    line-height: 0.96;

    font-weight: 850;

    letter-spacing: -0.085em;

    text-shadow:
        0 10px 35px rgba(217,70,239,0.10);
}

.mcp-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 690px;
    padding: 12px 18px 18px 0;
    transform: translateZ(0);
}

.mcp-price-card {
    position: relative;
    min-height: 330px;
    padding: 34px 30px 30px;
    border-radius: 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 12%, rgba(217,70,239,0.18), transparent 32%),
        radial-gradient(circle at 90% 90%, rgba(124,58,237,0.14), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,0.88), rgba(255,247,255,0.64));
    border: 1px solid rgba(124,58,237,0.14);
    box-shadow:
        0 28px 75px rgba(109,24,217,0.12),
        inset 0 1px 0 rgba(255,255,255,0.9);
    backdrop-filter: blur(16px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    will-change: auto;
}

.mcp-price-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(217,70,239,0.28), rgba(124,58,237,0.12));
    filter: blur(4px);
}

.mcp-price-card::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.62);
    pointer-events: none;
}

.mcp-price-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 24px 60px rgba(109,24,217,0.14),
        inset 0 1px 0 rgba(255,255,255,0.9);
}

.mcp-price-card.featured {
    background:
        radial-gradient(circle at 18% 12%, rgba(217,70,239,0.26), transparent 34%),
        radial-gradient(circle at 92% 90%, rgba(124,58,237,0.22), transparent 36%),
        linear-gradient(145deg, rgba(255,255,255,0.94), rgba(255,235,252,0.72));
    border-color: rgba(217,70,239,0.22);
}

.mcp-price-card.featured .mcp-price-badge {
    opacity: 1;
}

.mcp-price-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 3;
    opacity: 0;
    padding: 8px 13px;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    background: linear-gradient(135deg, #d946ef, #7c3aed);
    box-shadow: 0 14px 30px rgba(217,70,239,0.25);
}

.mcp-price-icon {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 28px;
    background: linear-gradient(135deg, #7c3aed, #d946ef);
    box-shadow:
        0 18px 38px rgba(124,58,237,0.26),
        0 0 0 10px rgba(217,70,239,0.08);
}

.mcp-price-card h3,
.mcp-price-card strong,
.mcp-price-card p,
.mcp-price-card a {
    position: relative;
    z-index: 2;
}

.mcp-price-card h3 {
    margin: 0 0 12px;
    color: #2c2440;
    font-size: 25px;
    font-weight: 900;
}

.mcp-price-card strong {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 8px;
    color: #d946ef;
    font-size: 56px;
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.mcp-price-card strong small {
    color: #7c3aed;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 7px;
}

.mcp-price-card p {
    margin: 0 0 26px;
    color: #625878;
    font-size: 15px;
    font-weight: 800;
}

.mcp-price-card a {
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    background: linear-gradient(135deg, #d946ef, #7c3aed);
    box-shadow: 0 18px 38px rgba(217,70,239,0.24);
    transition: 0.35s ease;
}

.mcp-price-card a:hover {
    color: #fff;
    transform: translateY(-2px);
}

/* custom package */
.mcp-custom-package {
    position: relative;
    max-width: 690px;
    margin-top: 18px;
    padding: 22px;
    border-radius: 28px;

    display: grid;
    grid-template-columns: 58px 1fr auto;
    gap: 18px;
    align-items: center;

    background:
        linear-gradient(135deg, rgba(255,255,255,0.78), rgba(255,247,255,0.58));

    border: 1px solid rgba(124,58,237,0.12);

    box-shadow:
        0 18px 48px rgba(109,24,217,0.08);

    backdrop-filter: blur(14px);
}

.mcp-custom-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: grid;
    place-items: center;

    color: #fff;
    font-size: 24px;

    background: linear-gradient(135deg, #7c3aed, #d946ef);

    box-shadow:
        0 16px 34px rgba(124,58,237,0.22);
}

.mcp-custom-package h3 {
    margin: 0 0 6px;
    color: #2c2440;
    font-size: 20px;
    font-weight: 900;
}

.mcp-custom-package p {
    margin: 0;
    color: #625878;
    font-size: 14px;
    line-height: 1.65;
}

.mcp-custom-package a {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    color: #fff;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 900;

    background: linear-gradient(135deg, #d946ef, #7c3aed);

    box-shadow:
        0 14px 32px rgba(217,70,239,0.20);

    transition: 0.25s ease;
}

.mcp-custom-package a:hover {
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 576px) {
    .mcp-custom-package {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .mcp-custom-package a {
        width: 100%;
    }
}

/* TABLET */

@media (max-width: 991px) {

    .mcp-cta-wrapper {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .mcp-cta-image {
        height: 400px;
    }

    .mcp-cta-content {
        padding-right: 0;
    }
}



/* MOBILE */

@media (max-width: 576px) {

    .mcp-cta-section {
        padding: 75px 0 90px;
    }

    .mcp-cta-wrapper {
        gap: 26px;
    }

    .mcp-cta-image {
        height: 300px;
        border-radius: 0;
    }

    .mcp-cta-content h2 {
        font-size: 46px;
        line-height: 0.95;
        letter-spacing: -0.07em;
    }

    .mcp-cta-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .mcp-cta-points {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mcp-cta-points div {
        padding: 0;
        border-left: 0;
    }
}

/* ================================
   FINAL CTA
================================ */

.mcp-final-cta-section {
    position: relative;
    padding: 110px 0 125px;
    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(255, 247, 255, 0.72),
            rgba(244, 232, 255, 0.64)
        ),
        radial-gradient(
            circle at 18% 35%,
            rgba(217, 70, 239, 0.32),
            transparent 34%
        ),
        radial-gradient(
            circle at 86% 72%,
            rgba(109, 24, 217, 0.24),
            transparent 36%
        ),
        url("../images/bg.jpeg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* EXTRA BRIGHT GLOW */

.mcp-final-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        radial-gradient(circle at 20% 20%,
            rgba(255, 105, 210, 0.18),
            transparent 28%
        ),
        radial-gradient(circle at 80% 75%,
            rgba(124, 58, 237, 0.16),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            rgba(255,255,255,0.10),
            rgba(255,255,255,0.02)
        );
}
/* CONTENT */

.mcp-final-cta {
    position: relative;
    z-index: 2;

    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.mcp-final-cta h2 {
    margin: 0 0 22px;
    color: #2c2440;
    font-size: clamp(34px, 5vw, 75px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.07em;

    text-shadow:
        0 10px 30px rgba(0,0,0,0.28),
        0 0 40px rgba(217,70,239,0.14);
}

.mcp-final-cta p {
    max-width: 720px;
    margin: 0 auto 34px;

    color: #625878;

    font-size: 16px;
    line-height: 1.85;
}

/* BUTTON */

.mcp-final-cta-btn {
    min-height: 58px;
    padding: 0 34px;
    border-radius: 999px;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: #fff;
    font-size: 15px;
    font-weight: 900;

    background: linear-gradient(135deg, #d946ef, #7c3aed);

    box-shadow:
        0 20px 45px rgba(217, 70, 239, 0.24),
        0 0 0 12px rgba(217, 70, 239, 0.06);

    transition: 0.35s ease;
}

.mcp-final-cta-btn:hover {
    color: #fff;
    transform: translateY(-5px) scale(1.02);

    box-shadow:
        0 28px 60px rgba(217, 70, 239, 0.32),
        0 0 0 16px rgba(217, 70, 239, 0.08);
}

/* MOBILE */

@media (max-width: 576px) {

    .mcp-final-cta-section {
        padding: 80px 0 95px;

        background-position: center;
    }

    .mcp-final-cta h2 {
        font-size: 36px;
    }

    .mcp-final-cta p {
        font-size: 14px;
        line-height: 1.75;
    }

    .mcp-final-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ================================
   ABOUT PAGE
================================ */

.mcp-about-page-hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;

    padding: 230px 0 150px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(255,247,255,0.56),
            rgba(244,232,255,0.48)
        ),
        radial-gradient(
            circle at 18% 30%,
            rgba(217,70,239,0.18),
            transparent 34%
        ),
        radial-gradient(
            circle at 88% 70%,
            rgba(109,24,217,0.14),
            transparent 36%
        ),
        url("../images/g8.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mcp-about-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(255,255,255,0.12),
            transparent 24%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgba(217,70,239,0.08),
            transparent 28%
        );
}

.mcp-about-page-hero h1 {
    position: relative;
    z-index: 2;

    max-width: 900px;
    margin: 0 auto;

    color: #2c2440;

    font-size: clamp(35px, 7vw, 76px);
    line-height: 1.02;
    font-weight: 600;
    letter-spacing: -0.07em;

    text-shadow:
        0 10px 35px rgba(255,255,255,0.55);
}

.mcp-vmv-section,
.mcp-page-split-section,
.mcp-page-services-brief,
.mcp-confidential-section {
    padding: 90px 0;
}

.mcp-vmv-grid,
.mcp-confidential-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.mcp-vmv-card,
.mcp-confidential-card {
    padding: 38px 30px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(255,247,255,0.62));
    border: 1px solid rgba(124,58,237,0.12);
    box-shadow: 0 24px 65px rgba(109,24,217,0.10);
}

.mcp-vmv-card i,
.mcp-confidential-card i {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 28px;
    background: linear-gradient(135deg, #7c3aed, #d946ef);
}

.mcp-vmv-card h3,
.mcp-confidential-card h3 {
    margin: 0 0 13px;
    color: #2c2440;
    font-size: 22px;
    font-weight: 900;
}

.mcp-vmv-card p,
.mcp-confidential-card p {
    margin: 0;
    color: #6f6680;
    font-size: 14.5px;
    line-height: 1.75;
}

.mcp-page-split {
    display: grid;
    grid-template-columns: 48% 52%;
    gap: 56px;
    align-items: center;
}

.mcp-page-split.reverse {
    grid-template-columns: 52% 48%;
}

.mcp-page-split-image {
    position: relative;
    height: 520px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(109,24,217,0.14);
}

.mcp-page-split-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.mcp-page-split-content h2,
.mcp-confidential-heading h2 {
    margin: 0 0 22px;
    color: #2c2440;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.mcp-page-split-content p {
    max-width: 650px;
    margin: 0 0 18px;
    color: #625878;
    font-size: 16px;
    line-height: 1.9;
}

.mcp-confidential-heading {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

@media (max-width: 991px) {
    .mcp-vmv-grid,
    .mcp-confidential-grid,
    .mcp-page-split,
    .mcp-page-split.reverse {
        grid-template-columns: 1fr;
    }

    .mcp-page-split-image {
        height: 380px;
    }
}

@media (max-width: 576px) {

    .mcp-about-page-hero {
        min-height: 52vh;
        padding: 125px 0 55px;
        background-position: center;
    }

    .mcp-vmv-section,
    .mcp-page-split-section,
    .mcp-page-services-brief,
    .mcp-confidential-section {
        padding: 65px 0;
    }

    .mcp-vmv-card,
    .mcp-confidential-card {
        padding: 30px 24px;
        border-radius: 24px;
    }

    .mcp-page-split-image {
        height: 300px;
        border-radius: 24px;
    }
}

/* ================================
   BLOG DETAIL PAGES
================================ */

.mcp-blog-detail-hero {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.mcp-blog-detail-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.mcp-blog-detail-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(135deg, rgba(255,247,255,0.76), rgba(244,232,255,0.62)),
        radial-gradient(circle at 18% 35%, rgba(217,70,239,0.22), transparent 34%),
        radial-gradient(circle at 86% 72%, rgba(109,24,217,0.18), transparent 36%);
}

.mcp-blog-detail-hero .container {
    position: relative;
    z-index: 2;
}

.mcp-blog-detail-hero h1 {
    max-width: 1000px;
    color: #2c2440;
    font-size: clamp(35px, 5vw, 72px);
    line-height: 1.02;
    font-weight: 600;
    letter-spacing: -0.07em;
}

.mcp-blog-detail-section {
    padding: 90px 0 110px;
    background: transparent;
}

.mcp-blog-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 54px;
    align-items: start;
}

.mcp-blog-detail-content {
    padding: 46px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(255,247,255,0.62));
    border: 1px solid rgba(124,58,237,0.12);
    box-shadow: 0 28px 75px rgba(109,24,217,0.10);
}

.mcp-blog-detail-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 26px;
    border-radius: 26px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 32px;
    background: linear-gradient(135deg, #7c3aed, #d946ef);
    box-shadow: 0 18px 42px rgba(124,58,237,0.24);
}

.mcp-blog-detail-icon.pink {
    background: linear-gradient(135deg, #d946ef, #ec4899);
}

.mcp-blog-detail-content h2 {
    margin: 34px 0 16px;
    color: #2c2440;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.mcp-blog-detail-content p {
    margin: 0 0 18px;
    color: #625878;
    font-size: 16px;
    line-height: 1.95;
}

.mcp-blog-detail-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 36px 0;
}

.mcp-blog-detail-points div {
    padding: 20px;
    border-radius: 22px;
    color: #2c2440;
    font-size: 14px;
    font-weight: 800;
    background: rgba(255,255,255,0.62);
    border: 1px solid rgba(124,58,237,0.10);
}

.mcp-blog-detail-points i {
    display: block;
    margin-bottom: 12px;
    color: #d946ef;
    font-size: 28px;
}

.mcp-blog-sidebar {
    position: relative;
    top: auto;
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,255,255,0.84), rgba(255,247,255,0.64));
    border: 1px solid rgba(124,58,237,0.12);
    box-shadow: 0 24px 65px rgba(109,24,217,0.10);
}

.mcp-blog-sidebar h3 {
    margin: 0 0 20px;
    color: #2c2440;
    font-size: 24px;
    font-weight: 900;
}

.mcp-blog-sidebar a {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    color: #2c2440;
    font-size: 14px;
    font-weight: 900;
    transition: 0.3s ease;
}

.mcp-blog-sidebar a:hover {
    background: rgba(124,58,237,0.08);
    color: #6d18d9;
}

.mcp-blog-sidebar img {
    width: 92px;
    height: 72px;
    border-radius: 14px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .mcp-blog-detail-layout {
        grid-template-columns: 1fr;
    }

    .mcp-blog-sidebar {
        position: relative;
        top: auto;
    }

    .mcp-blog-detail-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .mcp-blog-detail-hero {
        min-height: 60vh;
    }

    .mcp-blog-detail-section {
        padding: 65px 0 80px;
    }

    .mcp-blog-detail-content {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .mcp-blog-detail-content p {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* =================================
   SUPPORT POPUP
================================= */

.mcp-support-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s ease;
}

.mcp-support-popup.active {
    opacity: 1;
    visibility: visible;
}

.mcp-support-overlay {
    position: absolute;
    inset: 0;
    background: rgba(28, 18, 40, 0.55);
    backdrop-filter: blur(12px);
}

.mcp-support-box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 980px;
    padding: 54px;
    border-radius: 40px;
    overflow: hidden;

    background:
        radial-gradient(circle at 15% 20%, rgba(217,70,239,0.16), transparent 34%),
        radial-gradient(circle at 88% 80%, rgba(124,58,237,0.16), transparent 36%),
        linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,247,255,0.88));

    border: 1px solid rgba(124,58,237,0.12);

    box-shadow:
        0 40px 100px rgba(109,24,217,0.20);
}

.mcp-support-close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #2c2440;
    background: rgba(255,255,255,0.72);
    font-size: 18px;
}

.mcp-support-box h3 {
    margin: 0 0 14px;
    color: #2c2440;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.mcp-support-box > p {
    max-width: 680px;
    margin: 0 0 36px;
    color: #625878;
    font-size: 16px;
    line-height: 1.8;
}

.mcp-support-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.mcp-support-card {
    position: relative;
    padding: 34px;
    border-radius: 34px;

    background:
        linear-gradient(145deg, rgba(255,255,255,0.92), rgba(255,247,255,0.76));

    border: 1px solid rgba(124,58,237,0.10);

    box-shadow:
        0 24px 65px rgba(109,24,217,0.10);

    overflow: hidden;
}

.mcp-support-card::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(217,70,239,0.26),
            transparent 72%);
}

.mcp-support-card.featured {
    transform: scale(1.02);
}

.mcp-support-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;

    background: linear-gradient(135deg, #d946ef, #7c3aed);
}

.mcp-support-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    border-radius: 24px;
    display: grid;
    place-items: center;

    color: #fff;
    font-size: 28px;

    background: linear-gradient(135deg, #7c3aed, #d946ef);

    box-shadow:
        0 20px 40px rgba(124,58,237,0.24);
}

.mcp-support-card h4 {
    margin: 0 0 12px;
    color: #2c2440;
    font-size: 28px;
    font-weight: 900;
}

.mcp-support-card strong {
    display: block;
    margin-bottom: 6px;
    color: #d946ef;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
}

.mcp-support-card span {
    display: block;
    margin-bottom: 18px;
    color: #7c3aed;
    font-size: 15px;
    font-weight: 900;
}

.mcp-support-card p {
    margin: 0 0 24px;
    color: #625878;
    font-size: 15px;
    line-height: 1.75;
}

.mcp-support-card a {
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #fff;
    font-size: 14px;
    font-weight: 900;

    background: linear-gradient(135deg, #d946ef, #7c3aed);

    box-shadow:
        0 18px 40px rgba(217,70,239,0.22);

    transition: 0.35s ease;
}

.mcp-support-card a:hover {
    color: #fff;
    transform: translateY(-4px);
}

@media (max-width: 768px) {

    .mcp-support-box {
        padding: 38px 24px;
        border-radius: 28px;
    }

    .mcp-support-options {
        grid-template-columns: 1fr;
    }

    .mcp-support-card {
        padding: 28px;
    }

    .mcp-support-card strong {
        font-size: 48px;
    }
}

/* ================================
   MOBILE FIX: CTA + SUPPORT POPUP
================================ */

@media (max-width: 576px) {

    html,
    body {
        overflow-x: hidden;
    }

    .mcp-cta-section {
        padding: 70px 0 85px;
        overflow: hidden;
    }

    .mcp-cta-section::before,
    .mcp-cta-section::after {
        width: 260px;
        height: 260px;
        filter: blur(24px);
    }

    .mcp-cta-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: auto;
        overflow: hidden;
    }

    .mcp-cta-image {
        height: 260px;
        overflow: hidden;
    }

    .mcp-cta-image img {
        position: relative;
        object-fit: contain;
    }

    .mcp-cta-content h2 {
        font-size: 34px;
        line-height: 1.02;
        letter-spacing: -0.045em;
        text-align: center;
    }

    .mcp-pricing-intro {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 22px;
    }

    .mcp-price-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 100%;
        padding: 0;
    }

    .mcp-price-card {
        min-height: auto;
        padding: 28px 22px 24px;
        border-radius: 26px;
    }

    .mcp-price-card h3 {
        font-size: 22px;
    }

    .mcp-price-card strong {
        font-size: 42px;
        flex-wrap: wrap;
    }

    .mcp-price-card strong small {
        font-size: 13px;
    }

    .mcp-price-card a {
        width: 100%;
        justify-content: center;
    }

    .mcp-custom-package {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding: 24px 20px;
        border-radius: 24px;
        text-align: center;
    }

    .mcp-custom-icon {
        margin: 0 auto;
    }

    .mcp-custom-package a {
        width: 100%;
    }

    /* POPUP FIX */
    .mcp-support-popup {
        align-items: flex-start;
        padding: 14px;
        overflow-y: auto;
    }

    .mcp-support-box {
        max-width: 100%;
        max-height: calc(100vh - 28px);
        overflow-y: auto;
        padding: 34px 18px 22px;
        border-radius: 24px;
    }

    .mcp-support-close {
        top: 14px;
        right: 14px;
        width: 42px;
        height: 42px;
    }

    .mcp-support-box h3 {
        padding-right: 46px;
        font-size: 30px;
        line-height: 1.02;
        letter-spacing: -0.045em;
    }

    .mcp-support-box > p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 24px;
    }

    .mcp-support-options {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mcp-support-card,
    .mcp-support-card.featured {
        transform: none;
        padding: 24px 18px;
        border-radius: 24px;
    }

    .mcp-support-badge {
        top: 18px;
        right: 18px;
        font-size: 10px;
        padding: 7px 11px;
    }

    .mcp-support-icon {
        width: 58px;
        height: 58px;
        border-radius: 20px;
        font-size: 24px;
    }

    .mcp-support-card h4 {
        font-size: 22px;
    }

    .mcp-support-card strong {
        font-size: 42px;
    }

    .mcp-support-card p {
        font-size: 14px;
    }

    .mcp-support-card a {
        width: 100%;
        justify-content: center;
    }
}