:root {
    /* Branding Colors */
    --brand-color: #25D366;
    --brand-color-dark: #20bd5c;
    --brand-color-light: #e8f9ee;
    --brand-color-border: rgba(37, 211, 102, 0.2);
    --brand-color-faded: rgba(37, 211, 102, 0.1);

    /* Gradient Palette */
    /* Backup Original (Purple/Blue): #9333ea, #3b82f6, #818cf8 */
    --gradient-from: #429321;
    --gradient-via: #76B32F;
    --gradient-to: #B4EC51;

    --brand-gradient: linear-gradient(to right, var(--gradient-from), var(--gradient-via), var(--gradient-to));
}

@media (max-width: 1023px) {
    #channel-connectivity .omnichannel-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 4.5rem 0.5rem !important;
        display: grid !important;
        justify-items: center !important;
        align-items: center !important;
    }

    #channel-connectivity .omnichannel-grid>* {
        margin: 0 !important;
        justify-self: center !important;
    }

    #channel-connectivity .omnichannel-grid>*:nth-child(3n+1) {
        justify-self: start !important;
    }

    #channel-connectivity .omnichannel-grid>*:nth-child(3n) {
        justify-self: end !important;
    }

    #channel-connectivity .omnichannel-grid>*:not(.hub-cell) {
        width: 70px !important;
        height: 70px !important;
        padding: 0.5rem !important;
        border-radius: 1rem !important;
    }

    #channel-connectivity .omnichannel-grid>*:not(.hub-cell) img {
        width: 1.5rem !important;
        height: 1.5rem !important;
        margin-bottom: 0.2rem !important;
    }

    #channel-connectivity .omnichannel-grid h3 {
        display: block !important;
        font-size: 8px !important;
        line-height: 1.1 !important;
    }

    #channel-connectivity .omnichannel-grid>.hub-cell {
        grid-column: auto !important;
        width: 120px !important;
        height: 120px !important;
        margin: 0 !important;
    }

    #channel-connectivity .omnichannel-grid>.hub-cell>div {
        width: 120px !important;
        height: 120px !important;
        padding: 1rem !important;
    }

    #channel-connectivity .omnichannel-grid>.hub-cell img {
        width: 2.2rem !important;
        margin-bottom: 0.4rem !important;
    }

    #channel-connectivity .omnichannel-grid>.hub-cell h3 {
        font-size: 11px !important;
    }

    #channel-connectivity .omnichannel-grid>.hub-cell p {
        display: none !important;
    }

    #channel-connectivity .omnichannel-grid>.hub-cell svg {
        width: 140px !important;
        height: 140px !important;
    }

    #channel-connectivity .soon-badge {
        font-size: 5px !important;
        padding: 1px 2px !important;
        top: 6px !important;
        right: 6px !important;
        font-weight: 400 !important;
        border-width: 0.5px !important;
    }
}


.bg-brand {
    background-color: var(--brand-color) !important;
}

.text-brand {
    color: var(--brand-color) !important;
}

.border-brand {
    border-color: var(--brand-color) !important;
}

.hover-bg-brand:hover {
    background-color: var(--brand-color) !important;
}

.brand-hover:hover {
    background-color: var(--brand-color-light) !important;
    border-color: var(--brand-color-border) !important;
}

.bg-brand-gradient {
    background: var(--brand-gradient) !important;
    background-origin: border-box !important;
    border: none !important;
}

.text-brand-gradient {
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.font-architects {
    font-family: 'Architects Daughter', cursive;
    color: var(--brand-color);
}


.font-inter {
    font-family: 'Inter', sans-serif;
}

.h-14 {
    height: 3.5rem;
}

.bg-whatsapp {
    background-color: #25D366 !important;
    color: white !important;
}

.bg-whatsapp:hover {
    background-color: #20bd5c !important;
}



/* Keyframes and Animations */
@keyframes spin-slow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin-slow-reverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.animate-spin-slow {
    animation: spin-slow 15s linear infinite;
}

.animate-spin-slow-reverse {
    animation: spin-slow-reverse 20s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.animate-scroll {
    animation: scroll 40s linear infinite;
}

.slider-track:hover {
    animation-play-state: paused;
}

/* Pricing Redesign Styles */

/* Pricing Grid - Tablet: 3 columns x 2 rows */
@media (min-width: 768px) {
    .pricing-grid-responsive {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Pricing Grid - Desktop: 6 columns x 1 row */
@media (min-width: 1280px) {
    .pricing-grid-responsive {
        grid-template-columns: repeat(6, 1fr) !important;
    }
}

.popular-badge-container {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    z-index: 20;
}

.popular-bubble {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    color: white;
    font-size: 9px;
    font-weight: 400;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-transform: capitalize;
    white-space: nowrap;
}



.popular-accents svg path {
    stroke: white;
    stroke-opacity: 0.4;
}

/* Industry Cards Hover Effect - Synced with Facebook Channel Style */
.card-highlight-effect {
    transition: all 0.3s ease;
}

.card-highlight-effect:hover {
    background-color: #1f2937 !important;
    /* bg-gray-800 */
    border-color: #22c55e !important;
    /* border-blue-500 */
    transform: translateY(-4px) !important;
    /* -translate-y-1 */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    /* shadow-lg */
}