/* ==========================================================================
   AmplePoints Partner Platform
   Home Page Stylesheet
   ========================================================================== */

/* --------------------------------------------------------------------------
   Google Font
   -------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap');

.logo-ample-mob {
    width: 50%;
}

/* --- Global Utilities & Typography --- */

.main-wrapper-engage-platform {
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 16px;
}

.text-purple-engage-platform {
    color: #5514b4 !important;
}

.text-gradient-engage-platform {
    background: linear-gradient(135deg, #5b13ec 0%, #8b18da 50%, #4609b5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}

.heading-primary-engage-platform {
    font-size: 3.25rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #0b0730;
}

.heading-primary-engage-platform span.highlight-engage-platform {
    color: #5816c5;
    display: block;
}

.hero-subtitle-engage-platform {
    font-size: 1.18rem;
    color: #334155;
    font-weight: 500;
    line-height: 1.6;
    max-width: 580px;
}

.hero-subtitle-engage-platform strong {
    color: #5816c5;
    font-weight: 700;
}

/* --- Buttons --- */
.btn-cta-gradient-engage-platform {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(90deg, #d91b6e 0%, #bc1e92 50%, #8423db 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 13px 30px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(217, 27, 110, 0.35);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.btn-cta-gradient-engage-platform:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(217, 27, 110, 0.45);
    color: #ffffff !important;
}

.btn-outline-custom-engage-platform {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    color: #1e1b4b !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 28px;
    border-radius: 50px;
    border: 1.5px solid #8562cd;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-outline-custom-engage-platform:hover {
    background: #f7f3ff;
    border-color: #5b13ec;
    color: #5b13ec !important;
    transform: translateY(-2px);
}

/* --- Section 1: Hero Section --- */
.hero-section-engage-platform {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
    /* background: radial-gradient(circle at 80% 20%, rgba(224, 212, 255, 0.35) 0%, rgba(255, 255, 255, 0) 60%); */
}

/* Hero 5 Action Badges */
.hero-badges-row-engage-platform {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    margin: 32px 0 28px 0;
}

.hero-action-card-engage-platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 92px;
    transition: transform 0.25s ease;
}

.hero-action-card-engage-platform:hover {
    transform: translateY(-4px);
}

.hero-action-icon-circle-engage-platform {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #d4c5f9;
    box-shadow: 0 6px 16px rgba(91, 19, 236, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5816c5;
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.hero-action-label-engage-platform {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1e1b4b;
}

/* Hero 4 Capsules/Pills */
.hero-capsules-grid-engage-platform {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 34px;
}

.hero-capsule-item-engage-platform {
    background: #fbf9ff;
    border: 1.5px solid #e3d8fd;
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(88, 22, 197, 0.04);
}

.hero-capsule-icon-wrap-engage-platform {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #5816c5;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.hero-capsule-text-engage-platform {
    font-size: 0.76rem;
    font-weight: 700;
    color: #1e1b4b;
    line-height: 1.25;
}

.hero-capsule-text-engage-platform small {
    display: block;
    font-size: 0.68rem;
    font-weight: 500;
    color: #64748b;
}

/* --- Hero Right Graphic: Phone Mockup & Floating Cards --- */
.hero-graphic-stage-engage-platform {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gold Floating Coins */
.coin-float-top-engage-platform {
    position: absolute;
    top: -10px;
    right: 15px;
    width: 70px;
    /* height: 70px; */
    border-radius: 50%;
    object-fit: contain;
    z-index: 12;
    box-shadow: 0 10px 24px rgba(245, 158, 11, 0.45);
    animation: floatAnim-engage-platform 4s ease-in-out infinite;
}

.coin-float-bottom-engage-platform {
    position: absolute;
    bottom: 10px;
    right: -8px;
    width: 78px;
    /* height: 78px; */
    border-radius: 50%;
    object-fit: contain;
    z-index: 12;
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.5);
    animation: floatAnimReverse-engage-platform 4.5s ease-in-out infinite;
}

@keyframes floatAnim-engage-platform {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-12px) rotate(6deg);
    }
}

@keyframes floatAnimReverse-engage-platform {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(10px) rotate(-6deg);
    }
}


/* Smartphone Mockup */
.phone-mockup-frame-engage-platform {
    width: 295px;
    height: 575px;
    background: #0f172a;
    border-radius: 44px;
    padding: 10px;
    box-shadow: 0 25px 60px -12px rgba(45, 12, 107, 0.4), 0 0 0 2px #334155, 0 0 0 5px #cbd5e1;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.phone-dynamic-island-engage-platform {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 20px;
    background: #000000;
    border-radius: 20px;
    z-index: 20;
}

.phone-screen-content-engage-platform {
    width: 100%;
    height: 100%;
    background: #0d0628;
    border-radius: 36px;
    overflow-y: auto;
    color: #ffffff;
    padding: 34px 12px 14px 12px;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
}

.phone-screen-content-engage-platform::-webkit-scrollbar {
    display: none;
}

.phone-app-header-engage-platform {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.phone-brand-title-engage-platform {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.phone-balance-box-engage-platform {
    background: linear-gradient(135deg, #1f0d4d 0%, #2f1274 100%);
    border: 1px solid #4a1e9e;
    border-radius: 16px;
    padding: 10px 12px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone-balance-info-engage-platform .balance-label-engage-platform {
    font-size: 0.65rem;
    color: #c4b5fd;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.phone-balance-info-engage-platform .balance-num-engage-platform {
    font-size: 1.35rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
}

.phone-balance-info-engage-platform .balance-unit-engage-platform {
    font-size: 0.75rem;
    color: #a78bfa;
    font-weight: 600;
}

.phone-coin-stack-icon-engage-platform {
    width: 38px;
    height: 38px;
}

/* Phone Quick Action Tiles */
.phone-quick-actions-engage-platform {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-bottom: 14px;
}

.phone-action-tile-engage-platform {
    background: #1e0f49;
    border: 1px solid #3c1e85;
    border-radius: 10px;
    padding: 2px 2px 8px;
    text-align: center;
}

.phone-action-tile-engage-platform i {
    font-size: 0.9rem;
    color: #c084fc;
    margin-bottom: 3px;
    display: inline-block;
}

.phone-action-tile-engage-platform span {
    font-size: 0.55rem;
    color: #e2e8f0;
    font-weight: 600;
    display: block;
    line-height: 1.1;
}

/* Phone Featured Card */
.phone-featured-card-engage-platform {
    background: linear-gradient(135deg, #1b0946 0%, #32107e 100%);
    border: 1px solid #4a1f9e;
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 14px;
    position: relative;
    overflow: hidden;
}

.phone-featured-header-engage-platform {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.phone-featured-header-engage-platform span {
    font-size: 0.65rem;
    font-weight: 700;
    color: #e9d5ff;
}

.phone-featured-header-engage-platform a {
    font-size: 0.58rem;
    color: #c084fc;
    text-decoration: none;
}

.phone-offer-flex-engage-platform {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone-offer-badge-engage-platform h4 {
    font-size: 1.05rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

.phone-offer-badge-engage-platform p {
    font-size: 0.62rem;
    color: #ddd6fe;
    margin: 2px 0 6px 0;
}

.phone-offer-badge-engage-platform .btn-mini-engage-platform {
    font-size: 0.58rem;
    padding: 3px 8px;
    background: #d91b6e;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

.phone-offer-img-engage-platform {
    width: 80px;
    height: 50px;
    object-fit: contain;
}

/* Phone Local Business Row */
.phone-local-biz-engage-platform {
    margin-bottom: 12px;
}

.phone-local-header-engage-platform {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.phone-local-header-engage-platform span {
    font-size: 0.65rem;
    font-weight: 700;
    color: #e9d5ff;
}

.phone-local-header-engage-platform a {
    font-size: 0.58rem;
    color: #c084fc;
    text-decoration: none;
}

.phone-biz-circles-engage-platform {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 5px;
}

.phone-biz-item-engage-platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
}

.phone-biz-thumb-engage-platform {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1.5px solid #7c3aed;
    object-fit: cover;
    margin-bottom: 3px;
}

.phone-biz-item-engage-platform span {
    font-size: 0.52rem;
    color: #cbd5e1;
    font-weight: 600;
}

/* Phone Bottom Nav Bar */
.phone-bottom-nav-engage-platform {
    margin-top: auto;
    background: #09031c;
    border-radius: 20px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phone-nav-link-engage-platform {
    font-size: 0.55rem;
    color: #94a3b8;
    text-align: center;
    text-decoration: none;
}

.phone-nav-link-engage-platform i {
    font-size: 0.8rem;
    display: block;
    width: auto;
}

.phone-nav-center-btn-engage-platform {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #7c3aed 0%, #d91b6e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(217, 27, 110, 0.4);
}

/* Floating Cards Surrounding Phone */
.float-card-engage-platform {
    position: absolute;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(45, 12, 107, 0.18);
    border: 1px solid #e9d5ff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 8;
    transition: transform 0.3s ease;
}

.float-card-engage-platform:hover {
    transform: scale(1.04);
    z-index: 15;
}

.float-card-engage-platform img.card-photo-engage-platform {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.float-card-label-engage-platform {
    background: #5816c5;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 4px 8px;
    text-align: center;
    line-height: 1.15;
}

.card-pos-top-left-engage-platform {
    top: 15px;
    left: 20px;
    width: 115px;
}

.card-pos-bottom-left-engage-platform {
    bottom: 60px;
    left: 10px;
    width: 120px;
}

.card-pos-top-right-engage-platform {
    top: 25px;
    right: 25px;
    width: 118px;
}

.card-pos-bottom-right-engage-platform {
    bottom: 80px;
    right: 15px;
    width: 120px;
}

/* --- Section 2: Full-Width Highlight Value Bar --- */
.value-bar-engage-platform {
    background: #11053b;
    color: #ffffff;
    border-radius: 8px;
    padding: 16px 0;
    margin: 35px 0 60px 0;
    box-shadow: 0 6px 20px rgba(17, 5, 59, 0.3);
}

.value-bar-flex-engage-platform {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.value-bar-item-engage-platform {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.value-bar-icon-engage-platform {
    color: #a78bfa;
    font-size: 1.15rem;
}

.value-bar-divider-engage-platform {
    color: #4c1d95;
    font-size: 1.3rem;
    font-weight: 300;
}

/* --- Section 3: Comparison & ROI Grid --- */
.comparison-section-engage-platform {
    padding: 20px 0 60px 0;
}

.comparison-grid-engage-platform {
    display: grid;
    grid-template-columns: 1.25fr auto 1.35fr 1.1fr 1.2fr;
    gap: 10px;
    align-items: stretch;
}

/* Card 1: Traditional Advertising */
.card-traditional-engage-platform {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 20px;
    border: 1.5px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.comp-heading-engage-platform {
    font-size: 1.32rem;
    font-weight: 800;
    color: #0b0730;
    line-height: 1.25;
    margin-bottom: 20px;
}

.traditional-list-engage-platform {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
}

.traditional-item-engage-platform {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.86rem;
    font-weight: 600;
    color: #334155;
}

.traditional-icon-x-engage-platform {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    background: #fee2e2;
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 900;
}

/* Center Arrow */
.transition-arrow-box-engage-platform {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

.transition-arrow-btn-engage-platform {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #5816c5;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 6px 18px rgba(88, 22, 197, 0.35);
}

/* Card 2: AmplePoints Changes Everything */
.card-changes-engage-platform {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 20px;
    border: 1.5px solid #e2d9fa;
    box-shadow: 0 10px 30px rgba(88, 22, 197, 0.05);
    display: flex;
    flex-direction: column;
}

.changes-list-engage-platform {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 5px;
}

.changes-item-engage-platform {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #1e1b4b;
    line-height: 1.35;
}

.changes-check-icon-engage-platform {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    background: #5816c5;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    margin-top: 1px;
}

/* Card 3: The Advertiser Wins */
.card-advertiser-wins-engage-platform {
    background: linear-gradient(145deg, #5b13ec 0%, #6e21ea 50%, #4609b5 100%);
    border-radius: 18px;
    padding: 24px 20px;
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(91, 19, 236, 0.3);
    display: flex;
    flex-direction: column;
}

.advertiser-title-engage-platform {
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
}

.advertiser-list-engage-platform {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.advertiser-item-engage-platform {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.84rem;
    font-weight: 600;
    color: #ffffff;
}

.advertiser-check-engage-platform {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #ffffff;
}

/* Card 4: ROI Growth Card */
.card-roi-engage-platform {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 20px;
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.roi-header-title-engage-platform {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0b0730;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.roi-graphic-box-engage-platform {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    padding-bottom: 0px;
    border-bottom: 1.5px solid #e2e8f0;
}

.roi-bar-engage-platform {
    width: 38px;
    background: #5816c5;
    border-radius: 4px 4px 0 0;
    transition: height 0.5s ease;
}

.roi-bar-1-engage-platform {
    height: 56px;
    background: #c4b5fd;
}

.roi-bar-2-engage-platform {
    height: 90px;
    background: #a78bfa;
}

.roi-bar-3-engage-platform {
    height: 130px;
    background: #7c3aed;
}

.roi-bar-4-engage-platform {
    height: 180px;
    background: #5816c5;
}

.roi-arrow-svg-engage-platform {
    position: absolute;
    top: 76px;
    left: 0%;
    width: 100%;
    height: 90px;
    pointer-events: none;
}

.roi-summary-text-engage-platform {
    font-size: 0.78rem;
    color: #475569;
    line-height: 1.35;
    font-weight: 500;
    margin-top: 14px;
}

/* --- Section 4: One Platform. Endless Customer Engagement. --- */
.touchpoints-section-engage-platform {
    padding: 60px 0 40px 0;
    background: #ffffff;
}

.section-header-center-engage-platform {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.section-title-large-engage-platform {
    font-size: 2.35rem;
    font-weight: 800;
    color: #0b0730;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.section-desc-sub-engage-platform {
    font-size: 1.05rem;
    color: #475569;
    font-weight: 500;
}

.touchpoints-grid-engage-platform {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.touchpoint-card-item-engage-platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 14px;
    padding: 14px 6px;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.touchpoint-card-item-engage-platform:hover {
    background: #fbf9ff;
    border-color: #e9d5ff;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(88, 22, 197, 0.08);
}

.touchpoint-icon-box-engage-platform {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f5f0ff;
    color: #5816c5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 8px;
    transition: background 0.2s ease, color 0.2s ease;
}

.touchpoint-card-item-engage-platform:hover .touchpoint-icon-box-engage-platform {
    background: #5816c5;
    color: #ffffff;
}

.touchpoint-name-engage-platform {
    font-size: 0.76rem;
    font-weight: 700;
    color: #1e1b4b;
    line-height: 1.2;
}

/* 100% Pay only card */
.touchpoint-pay-result-badge-engage-platform {
    background: #fbf9ff;
    border: 1.5px solid #d8b4fe;
    border-radius: 14px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}

.touchpoint-pay-result-badge-engage-platform i {
    font-size: 1.5rem;
    color: #5816c5;
}

.touchpoint-pay-result-badge-engage-platform h5 {
    font-size: 0.95rem;
    font-weight: 800;
    color: #1e1b4b;
    margin: 0;
    line-height: 1.1;
}

.touchpoint-pay-result-badge-engage-platform p {
    font-size: 0.65rem;
    color: #64748b;
    font-weight: 600;
    margin: 0;
}

/* Purple Bottom Value Banner */
.touchpoints-purple-bar-engage-platform {
    background: linear-gradient(90deg, #5b13ec 0%, #7c3aed 100%);
    border-radius: 14px;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #ffffff;
    margin-top: 10px;
    box-shadow: 0 8px 24px rgba(91, 19, 236, 0.25);
}

.touchpoints-purple-bar-icon-engage-platform {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #ffffff;
}

.touchpoints-purple-bar-text-engage-platform {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
}

.touchpoints-purple-bar-text-engage-platform strong {
    color: #fde047;
    font-weight: 800;
}

/* --- Section 5: Step Journey Flow --- */
.journey-section-engage-platform {
    padding: 60px 0;
    /* background: #fbf9ff; */
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.journey-flow-wrapper-engage-platform {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
}

.journey-flow-wrapper-engage-platform::-webkit-scrollbar {
    display: none;
}

.journey-step-box-engage-platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 95px;
}

.journey-circle-icon-engage-platform {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #d4c5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5816c5;
    font-size: 1.3rem;
    box-shadow: 0 6px 18px rgba(88, 22, 197, 0.08);
    margin-bottom: 10px;
    transition: all 0.25s ease;
}

.journey-step-box-engage-platform:hover .journey-circle-icon-engage-platform {
    background: #5816c5;
    color: #ffffff;
    transform: scale(1.08);
}

.journey-step-title-engage-platform {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1e1b4b;
    line-height: 1.2;
}

.journey-arrow-indicator-engage-platform {
    color: #5816c5;
    font-size: 2rem;
    margin: 0 4px 20px 4px;
}

.journey-outcomes-flex-engage-platform {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.journey-outcome-pill-engage-platform {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #d1fae5;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #065f46;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.06);
}

.journey-outcome-pill-engage-platform i {
    color: #10b981;
    font-size: 1rem;
}

/* --- Section 6: Four Core Feature Pillars --- */
.pillars-section-engage-platform {
    padding: 60px 0;
    background: #ffffff;
}

.pillars-grid-engage-platform {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.pillar-card-box-engage-platform {
    background: #ffffff;
    border-radius: 18px;
    border: 1.5px solid #ede9fe;
    box-shadow: 0 10px 28px rgba(76, 29, 149, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.pillar-card-box-engage-platform:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(76, 29, 149, 0.12);
    border-color: #c4b5fd;
}

.pillar-card-header-engage-platform {
    padding: 16px 16px 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pillar-badge-icon-engage-platform {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    background: #5816c5;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.pillar-title-engage-platform {
    font-size: 0.98rem;
    font-weight: 800;
    color: #1e1b4b;
    line-height: 1.25;
    margin: 0;
}

.pillar-img-wrap-engage-platform {
    width: 100%;
    height: 155px;
    overflow: hidden;
    background: #0f172a;
}

.pillar-img-wrap-engage-platform img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.pillar-card-box-engage-platform:hover .pillar-img-wrap-engage-platform img {
    transform: scale(1.05);
}

.pillar-card-body-engage-platform {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.pillar-desc-engage-platform {
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.45;
    margin-bottom: 16px;
    font-weight: 500;
}

.pillar-learn-btn-engage-platform {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #5816c5;
    background: #f5f0ff;
    border: 1px solid #ddd6fe;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    width: fit-content;
    transition: all 0.2s ease;
}

.pillar-learn-btn-engage-platform:hover {
    background: #5816c5;
    color: #ffffff;
}

/* --- Section 7: Built for Every Industry --- */
.industries-section-engage-platform {
    padding: 50px 0 60px 0;
    background: #ffffff;
}

.industries-grid-engage-platform {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    gap: 10px;
    margin-top: 30px;
}

.industry-item-card-engage-platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 4px;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.industry-item-card-engage-platform:hover {
    background: #fbf9ff;
    transform: translateY(-3px);
}

.industry-icon-circle-engage-platform {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f5f0ff;
    border: 1px solid #ddd6fe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5816c5;
    font-size: 1.15rem;
    margin-bottom: 8px;
    transition: all 0.2s ease;
}

.industry-item-card-engage-platform:hover .industry-icon-circle-engage-platform {
    background: #5816c5;
    color: #ffffff;
}

.industry-title-label-engage-platform {
    font-size: 0.7rem;
    font-weight: 700;
    color: #1e1b4b;
    line-height: 1.2;
}

/* --- Section 8: Bottom CTA Banner --- */
.cta-banner-section-engage-platform {
    padding: 20px 0 0 0;
}

.cta-banner-card-engage-platform {
    background: linear-gradient(135deg, #18084a 0%, #300c7e 50%, #150645 100%);
    border-radius: 20px;
    padding: 30px 36px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 16px 40px rgba(24, 8, 74, 0.35);
    position: relative;
    overflow: hidden;
}

.cta-banner-left-engage-platform {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 65%;
}

.cta-coin-icon-img-engage-platform {
    width: 72px;
    /* height: 72px; */
    border-radius: 50%;
    object-fit: contain;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.45);
}

.cta-banner-title-engage-platform {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 6px;
}

.cta-banner-desc-engage-platform {
    font-size: 0.88rem;
    color: #cbd5e1;
    font-weight: 500;
    line-height: 1.35;
}

.cta-banner-buttons-engage-platform {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* ==========================================================================
   Responsive Breakpoints for All Devices (iOS, Android, Tablets, Desktops)
   ========================================================================== */

/* Large Screens (max-width: 1200px) */
@media (max-width: 1200px) {
    .heading-primary-engage-platform {
        font-size: 2.85rem;
    }

    .comparison-grid-engage-platform {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .transition-arrow-box-engage-platform {
        display: none;
    }

    .touchpoints-grid-engage-platform {
        grid-template-columns: repeat(4, 1fr);
    }

    .pillars-grid-engage-platform {
        grid-template-columns: repeat(2, 1fr);
    }

    .industries-grid-engage-platform {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Tablet Screens (max-width: 991px) */
@media (max-width: 991px) {
    .hero-graphic-stage-engage-platform {
        margin-top: 40px;
        min-height: 520px;
    }

    .hero-capsules-grid-engage-platform {
        grid-template-columns: repeat(2, 1fr);
    }

    .comparison-grid-engage-platform {
        grid-template-columns: 1fr;
    }

    .touchpoints-grid-engage-platform {
        grid-template-columns: repeat(4, 1fr);
    }

    .industries-grid-engage-platform {
        grid-template-columns: repeat(4, 1fr);
    }

    .cta-banner-card-engage-platform {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .cta-banner-left-engage-platform {
        max-width: 100%;
        flex-direction: column;
    }

    .cta-banner-buttons-engage-platform {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Mobile Screens (max-width: 767px) */
@media (max-width: 767px) {
    .heading-primary-engage-platform {
        font-size: 2.2rem;
    }

    .hero-subtitle-engage-platform {
        font-size: 1rem;
    }

    .hero-badges-row-engage-platform {
        justify-content: center;
    }

    .hero-capsules-grid-engage-platform {
        grid-template-columns: 1fr;
    }

    .hero-graphic-stage-engage-platform {
        min-height: 500px;
        transform: scale(0.92);
    }

    .card-pos-top-left-engage-platform {
        left: -10px;
        top: 5px;
    }

    .card-pos-bottom-left-engage-platform {
        left: -15px;
        bottom: 20px;
    }

    .card-pos-top-right-engage-platform {
        right: -10px;
        top: 15px;
    }

    .card-pos-bottom-right-engage-platform {
        right: -15px;
        bottom: 30px;
    }

    .value-bar-flex-engage-platform {
        flex-direction: column;
        gap: 12px;
    }

    .value-bar-divider-engage-platform {
        display: none;
    }

    .touchpoints-grid-engage-platform {
        grid-template-columns: repeat(2, 1fr);
    }

    .journey-flow-wrapper-engage-platform {
        justify-content: flex-start;
        padding-bottom: 16px;
    }

    .pillars-grid-engage-platform {
        grid-template-columns: 1fr;
    }

    .industries-grid-engage-platform {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .heading-primary-engage-platform {
        font-size: 1.85rem;
    }

    .hero-graphic-stage-engage-platform {
        transform: scale(0.82);
        min-height: 440px;
    }

    .section-title-large-engage-platform {
        font-size: 1.75rem;
    }

    .industries-grid-engage-platform {
        grid-template-columns: repeat(2, 1fr);
    }
}
