/* AGM Network - Integration & APIs (Connect Teal) Template */
/* Primary: #20C997 | Secondary: #12B886 */

/* AGM Network Master Stylesheet - Generated 2025-11-14 11:59:50 */

/* Reset and Base Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #333; }

/* Logo Styles */
.logo-container { padding: 10px; text-align: center; }
.logo { max-width: 800px; width: auto; height: auto; display: block; margin: auto; }
@media (min-width: 1200px) { .logo { max-width: 700px; } }
@media (max-width: 768px) { .logo { max-width: 500px; } }

/* Main Navigation */
.main-navigation { display: flex; justify-content: center; gap: 0; flex-wrap: wrap; margin: 25px 0 20px; padding: 0 20px; }
.main-navigation a { color: #20C997; text-decoration: none; font-weight: 500; padding: 12px 20px; border-radius: 0; transition: all 0.3s; border: 1px solid #20C997; border-right: none; background: rgba(255, 255, 255, 0.9); font-size: 14px; }
.main-navigation a:first-child { border-top-left-radius: 25px; border-bottom-left-radius: 25px; }
.main-navigation a:last-child { border-right: 1px solid #20C997; border-top-right-radius: 25px; border-bottom-right-radius: 25px; }
.main-navigation a:hover { background: #20C997; color: #fff; transform: translateY(-2px); z-index: 10; position: relative; }

@media (max-width: 768px) {
    .main-navigation { flex-direction: column; align-items: center; gap: 5px; }
    .main-navigation a { width: 200px; text-align: center; border-radius: 25px !important; border-right: 1px solid #20C997 !important; margin: 2px 0; }
}

/* Search Bar */
.intelligent-search-container {
    text-align: center;
    margin: 20px 0 15px 0;
    padding: 0 20px;
}

.intelligent-search {
    display: flex;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: white;
    border: none !important;
    border-radius: 50px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    overflow: visible !important;
    align-items: center;
}

.search-input {
    flex: 1 !important;
    background: transparent;
    border: none !important;
    color: #333;
    font-family: inherit;
    font-size: 14px;
    padding: 12px 20px !important;
    outline: none;
    padding-right: 10px !important;
}

.search-input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.search-input::placeholder {
    color: #666;
    font-size: 13px;
}

.search-btn {
    background: linear-gradient(45deg, #20C997, #12B886) !important;
    color: white !important;
    border: none !important;
    padding: 12px 25px !important;
    cursor: pointer !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
    border-radius: 25px !important;
    margin-left: auto !important;
    margin-right: -2px !important;
}

.search-btn:hover {
    background: linear-gradient(45deg, #12B886, #20C997) !important;
    transform: scale(1.05) !important;
}

/* Partner Logos */
.partners .grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin: 20px 0; }
.partner-link { text-decoration: none; display: flex; }
.partner-logo { width: 140px; height: 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); transition: all 0.3s; padding: 8px; position: relative; overflow: hidden; }
.partner-logo:hover { transform: translateY(-3px); box-shadow: 0 8px 16px rgba(0,0,0,0.15); }
.partner-text { font-weight: bold; font-size: 12px; text-align: center; margin-top: 4px; }
.partner-thumb { width: 32px; height: 32px; object-fit: contain; margin-bottom: 4px; }

/* Service/Process Logo Colors */
.erp-logo { background: linear-gradient(135deg, #2c5aa0, #1e3f73); color: white; }
.bi-logo { background: linear-gradient(135deg, #8e44ad, #6c3483); color: white; }
.data-logo { background: linear-gradient(135deg, #27ae60, #229954); color: white; }
.aws-logo { background: linear-gradient(135deg, #FF9900, #FF6600); color: white; }
.google-logo { background: linear-gradient(135deg, #4285f4, #34a853); color: white; }
.microsoft-logo { background: linear-gradient(135deg, #00bcf2, #0078d4); color: white; }
.oracle-logo { background: linear-gradient(135deg, #f80000, #c74634); color: white; }
.sap-logo { background: linear-gradient(135deg, #0faaff, #003f7f); color: white; }
.netsuite-logo { background: linear-gradient(135deg, #f79100, #e67e00); color: white; }

/* Footer */
footer { background: #f8f9fa; border-top: 1px solid #e9ecef; padding: 20px 0; margin-top: 40px; text-align: center; }
.footer-toolbar { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; flex-wrap: wrap; }
.footer-help-btn, .footer-recommendations-btn { background: linear-gradient(45deg, #20C997, #12B886); color: white; border: none; padding: 10px 16px; border-radius: 25px; cursor: pointer; display: flex; align-items: center; gap: 8px; font-size: 14px; transition: all 0.3s; box-shadow: 0 2px 8px rgba(0,123,255,0.3); }
.footer-help-btn:hover, .footer-recommendations-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,123,255,0.4); }
.footer-text { text-align: center; margin: 10px 0 0; color: #666; }

/* Content Sections */
.hero, .services, .partners { padding: 40px 20px; text-align: center; }
.hero { background: #f8f9fa; }
h1, h2 { margin-bottom: 20px; color: #333; }

/* Container and Section Styles */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 60px 20px; background: #fff; }
.section .container { max-width: 1200px; margin: 0 auto; }
.content-section { padding: 60px 20px; background: #fff; }
.content-section .container { max-width: 1200px; margin: 0 auto; }

/* Content Typography within Sections */
.section h2, .content-section h2 { font-size: 2rem; color: #20C997; margin-top: 40px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #e5e7eb; }
.section h2:first-child, .content-section h2:first-child { margin-top: 0; }
.section p, .content-section p { font-size: 1.1rem; line-height: 1.8; color: #4b5563; margin-bottom: 20px; }
.section ul, .content-section ul { list-style: none; padding: 0; margin: 0 0 30px 0; }
.section ul li, .content-section ul li { position: relative; padding: 15px 20px 15px 30px; margin-bottom: 10px; background: #f8fafc; border-radius: 8px; border-left: 4px solid #20C997; font-size: 1rem; line-height: 1.6; color: #374151; }
.section ul li:hover, .content-section ul li:hover { background: #f1f5f9; transform: translateX(5px); transition: all 0.2s ease; }
.section ul li strong, .content-section ul li strong { color: #12B886; }
.section ul ul, .content-section ul ul { margin-top: 15px; margin-left: 20px; }
.section ul ul li, .content-section ul ul li { background: #fff; border-left-color: #63e6be; font-size: 0.95rem; padding: 10px 15px 10px 25px; }

/* Hero Section Styles */
.hero-section { background: linear-gradient(135deg, #20C997 0%, #12B886 100%); color: white; padding: 80px 20px; text-align: center; }
.hero-section h1 { font-size: 2.8rem; margin-bottom: 15px; color: white; }
.hero-section h2 { font-size: 2rem; margin-bottom: 20px; color: white; }
.hero-section p { font-size: 1.2rem; max-width: 800px; margin: 0 auto; opacity: 0.95; }
.hero-section .container { max-width: 1200px; margin: 0 auto; }

/* Services Section */
.services-section { padding: 60px 20px; background: #f8f9fa; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }
.service-card { background: white; padding: 30px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); transition: all 0.3s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.12); }
.service-card h3 { color: #333; margin-bottom: 15px; }
.service-card.gradient-bg { background: linear-gradient(135deg, #20C997 0%, #12B886 100%); color: white; }
.service-card.gradient-bg h3 { color: white; }

/* CTA Section */
.cta-section { padding: 60px 20px; background: linear-gradient(135deg, #20C997 0%, #12B886 100%); color: white; text-align: center; }
.cta-section h2 { color: white; margin-bottom: 15px; }
.cta-section p { margin-bottom: 25px; opacity: 0.95; }
.cta-button { display: inline-block; background: white; color: #20C997; padding: 15px 35px; text-decoration: none; border-radius: 30px; font-weight: 600; font-size: 1.1em; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0,0,0,0.15); }
.cta-button:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.2); }
.gradient-bg { background: linear-gradient(135deg, #20C997 0%, #12B886 100%); }
.gradient-bg-alternate { background: linear-gradient(135deg, #20C997 0%, #12B886 100%); }

/* Search bar - Oval shape with rounded button */
.intelligent-search-container {
    text-align: center;
    margin: 20px 0 15px 0;
    padding: 0 20px;
}

.intelligent-search {
    display: flex;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: white;
    border: none !important;
    border-radius: 50px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    overflow: visible !important;
    align-items: center;
}

.search-input {
    flex: 1 !important;
    background: transparent;
    border: none !important;
    color: #333;
    font-family: inherit;
    font-size: 14px;
    padding: 12px 20px !important;
    outline: none;
    padding-right: 10px !important;
}

.search-input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.search-input::placeholder {
    color: #666;
    font-size: 13px;
}

.search-btn {
    background: linear-gradient(45deg, #20C997, #12B886) !important;
    color: white !important;
    border: none !important;
    padding: 12px 25px !important;
    cursor: pointer !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
    border-radius: 25px !important;
    margin-left: auto !important;
    margin-right: -2px !important;
}

.search-btn:hover {
    background: linear-gradient(45deg, #12B886, #20C997) !important;
    transform: scale(1.05) !important;
}

/* Core Services - Fix text overlapping icons + Increase icon size by 150% */
.services .partner-logo {
    padding-top: 58px !important;
    padding-bottom: 12px !important;
    height: 105px !important;
    width: 140px !important;
}

.services .partner-text {
    position: absolute !important;
    bottom: 8px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 4px !important;
}

.services .erp-logo::after,
.services .bi-logo::after,
.services .data-logo::after {
    top: 12px !important;
    width: 48px !important;
    height: 48px !important;
    background-size: 36px 36px !important;
}

/* ERP Process Expertise - Fix text overlapping icons + Increase icon size by 150% */
.erp-processes .partner-logo {
    padding-top: 58px !important;
    padding-bottom: 12px !important;
    height: 105px !important;
    width: 140px !important;
}

.erp-processes .partner-text {
    position: absolute !important;
    bottom: 8px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 4px !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
}

.erp-processes .procure-logo::after,
.erp-processes .order-logo::after,
.erp-processes .record-logo::after,
.erp-processes .asset-logo::after,
.erp-processes .quality-logo::after,
.erp-processes .manufacturing-logo::after,
.erp-processes .item-logo::after,
.erp-processes .lead-logo::after,
.erp-processes .call-logo::after,
.erp-processes .suite-logo::after {
    top: 12px !important;
    width: 48px !important;
    height: 48px !important;
    background-size: 36px 36px !important;
}

/* ERP Process Grid - force consistent spacing */
.erp-processes .grid {
    max-width: 1000px !important;
    margin: 20px auto !important;
    gap: 20px !important;
}

@media (min-width: 769px) {
    .erp-processes .grid {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        gap: 20px !important;
        justify-items: center !important;
    }
    
    .erp-processes .partner-link {
        flex: none !important;
        width: 140px !important;
    }
}

/* Technology Partners - EXACT SAME SIZE AND SPACING AS ERP PROCESSES */
.partners .grid {
    max-width: 1000px !important;
    margin: 20px auto !important;
    gap: 20px !important;
}

@media (min-width: 769px) {
    .partners .grid {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        gap: 20px !important;
        justify-items: center !important;
    }
    
    .partners .partner-link {
        flex: none !important;
        width: 140px !important;
    }
}

@media (max-width: 768px) {
    .partners .partner-link {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: 180px !important;
    }
    
    .erp-processes .partner-link {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: 180px !important;
    }
}

@media (max-width: 480px) {
    .partners .partner-link {
        flex: 0 0 100% !important;
        max-width: 200px !important;
    }
    
    .erp-processes .partner-link {
        flex: 0 0 100% !important;
        max-width: 200px !important;
    }
}

.partners .partner-logo {
    padding-top: 58px !important;
    padding-bottom: 12px !important;
    height: 105px !important;
    width: 140px !important;
}

.partners .partner-text {
    position: absolute !important;
    bottom: 8px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 4px !important;
    font-size: 12px !important;
}

.partner-thumb {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain;
    margin-bottom: 8px !important;
    z-index: 2;
    position: absolute !important;
    top: 18px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    filter: brightness(1.2) contrast(1.1);
    background: rgba(255,255,255,0.9);
    border-radius: 4px;
    padding: 2px;
}

/* Footer toolbar and buttons */
.footer-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 10px 0;
}

.footer-help-recommendations {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.footer-help-btn,
.footer-recommendations-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.footer-help-btn:hover,
.footer-recommendations-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.footer-btn-icon {
    font-size: 20px !important;
    line-height: 1 !important;
    display: inline-block !important;
    margin-right: 0 !important;
}

.footer-btn-text {
    font-size: 14px;
    font-weight: 600;
}

.footer-text {
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
    color: #666;
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .intelligent-search {
        max-width: 100%;
    }
    
    .search-input {
        font-size: 12px;
        padding: 10px 15px !important;
    }
    
    .search-btn {
        padding: 10px 20px !important;
        font-size: 12px;
    }
    
    .footer-help-recommendations {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-help-btn,
    .footer-recommendations-btn {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }
}

/* Ensure pseudo-elements show above gradients */
.erp-processes .partner-logo,
.partners .partner-logo,
.services .partner-logo {
    position: relative !important;
}

/* Create stacking context for icons to appear above gradients */
.erp-processes .partner-logo::before {
    z-index: 10 !important;
    position: absolute !important;
}

.services .partner-logo::after {
    z-index: 10 !important;
    position: absolute !important;
}

.partner-thumb {
    z-index: 10 !important;
    position: absolute !important;
}

.partner-text {
    z-index: 15 !important;
    position: relative !important;
}

/* Ensure ERP Process cards allow ::before to show */
.erp-processes .procure-logo,
.erp-processes .order-logo,
.erp-processes .record-logo,
.erp-processes .asset-logo,
.erp-processes .quality-logo,
.erp-processes .manufacturing-logo,
.erp-processes .item-logo,
.erp-processes .lead-logo,
.erp-processes .call-logo,
.erp-processes .suite-logo {
    position: relative !important;
    overflow: visible !important;
}

/* Ensure Core Services cards allow ::after to show */
.services .erp-logo,
.services .bi-logo,
.services .data-logo {
    position: relative !important;
    overflow: visible !important;
}


/* ========================================
   Consolidated from index.html inline styles
   Generated: 2025-12-31
   ======================================== */

/* Inline Style Block #1 */
/* Modern Interactive Design */
:root {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --success-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    --accent-gradient: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

/* Accessibility - Visually Hidden */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Hero Section - Modern & Engaging */
.hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 100px 20px 80px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    animation: fadeIn 1s ease-in;
    transition: background 0.6s ease, color 0.6s ease;
}

/* Dawn/Early Morning Mode (5 AM - 6:59 AM) - Sunrise Theme */
.hero.dawn-mode {
    background: linear-gradient(135deg, #FFB75E 0%, #ED8F03 50%, #FF6B95 100%);
    color: white;
}

.hero.dawn-mode::before {
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='3'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Ccircle cx='50' cy='15' r='2'/%3E%3Ccircle cx='15' cy='50' r='2'/%3E%3Ccircle cx='45' cy='45' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    animation: sunrise 30s ease-in-out infinite;
}

@keyframes sunrise {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

/* Morning Mode (7 AM - 11:59 AM) - Bright Day Theme */
.hero.morning-mode {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    color: #2c3e50;
}

.hero.morning-mode h1,
.hero.morning-mode p {
    color: #2c3e50;
    text-shadow: 2px 4px 8px rgba(0,0,0,0.1);
}

.hero.morning-mode .cta-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.hero.morning-mode::before {
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23667eea' fill-opacity='0.12'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Afternoon Mode (12 PM - 4:59 PM) - Default Gradient */
.hero.afternoon-mode {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.hero.afternoon-mode::before {
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Evening/Golden Hour Mode (5 PM - 7:59 PM) - Sunset Theme */
.hero.evening-mode {
    background: linear-gradient(135deg, #FA8BFF 0%, #2BD2FF 50%, #2BFF88 100%);
    color: white;
}

.hero.evening-mode::before {
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M30 15l5 5-5 5-5-5 5-5zm0 20l5 5-5 5-5-5 5-5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    animation: sunset 40s ease-in-out infinite;
}

@keyframes sunset {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.7; }
}

/* Dusk Mode (8 PM - 9:59 PM) - Twilight Theme */
.hero.dusk-mode {
    background: linear-gradient(135deg, #4A00E0 0%, #8E2DE2 50%, #2E3192 100%);
    color: white;
}

.hero.dusk-mode::before {
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.15'%3E%3Cpolygon points='30,10 32,16 38,16 33,20 35,26 30,22 25,26 27,20 22,16 28,16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    animation: twinkle 3s ease-in-out infinite;
}

/* Night Mode (10 PM - 4:59 AM) - Moonlight Theme */
.hero.night-mode {
    background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
    color: white;
}

.hero.night-mode h1,
.hero.night-mode p {
    color: white;
    text-shadow: 2px 4px 8px rgba(0,0,0,0.5);
}

.hero.night-mode .cta-button {
    background: rgba(255,255,255,0.9);
    color: #0f2027;
}

.hero.night-mode .cta-button:hover {
    background: white;
    color: #000;
}

.hero.night-mode::before {
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.2'%3E%3Ccircle cx='15' cy='15' r='1'/%3E%3Ccircle cx='45' cy='20' r='1.5'/%3E%3Ccircle cx='25' cy='45' r='1'/%3E%3Ccircle cx='50' cy='50' r='1'/%3E%3Ccircle cx='10' cy='40' r='1.5'/%3E%3Ccircle cx='40' cy='10' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    animation: twinkle 4s ease-in-out infinite;
}

@keyframes twinkle {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.8; }
}

/* Moon Phase Display */
.moon-phase {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 3rem;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 2;
    text-shadow: 0 0 20px rgba(255,255,255,0.5);
}

.hero.night-mode .moon-phase,
.hero.dusk-mode .moon-phase {
    opacity: 1;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.4;
    animation: patternMove 60s linear infinite;
}

@keyframes patternMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(60px, 60px); }
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 2px 4px 8px rgba(0,0,0,0.3);
    animation: slideDown 0.8s ease-out;
    position: relative;
    z-index: 1;
}

.hero p {
    font-size: 1.4rem;
    margin-bottom: 35px;
    opacity: 0.95;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    animation: slideUp 1s ease-out;
    position: relative;
    z-index: 1;
}

.hero .cta-button {
    display: inline-block;
    padding: 18px 45px;
    background: white;
    color: #667eea;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
    position: relative;
    z-index: 1;
}

.hero .cta-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    animation: none;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideDown {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Statistics Section */
.stats-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    text-align: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.stat-card {
    background: white;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease-out backwards;
}

.stat-card:nth-child(1) { animation-delay: 0.1s; }
.stat-card:nth-child(2) { animation-delay: 0.2s; }
.stat-card:nth-child(3) { animation-delay: 0.3s; }
.stat-card:nth-child(4) { animation-delay: 0.4s; }

.stat-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.1rem;
    color: #666;
    font-weight: 600;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modern Services Section */
.services {
    padding: 80px 20px;
    text-align: center;
    background: white;
}

.services h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #333;
}

.services .grid {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* AI Automation Horizontal Swim Lanes */
.intelligent-container .grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
}

.intelligent-container .card {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #667eea;
}

.intelligent-container .card:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.15);
    border-left-color: #764ba2;
}

.intelligent-container .card h3 {
    color: #667eea;
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: 700;
}

.intelligent-container .card p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.05em;
}

.intelligent-container .card ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.intelligent-container .card ul li {
    margin: 0;
}

.intelligent-container .card ul li a {
    display: inline-block;
    padding: 8px 16px;
    background: white;
    color: #667eea;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.intelligent-container .card ul li a:hover {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.services .partner-link {
    text-decoration: none;
    color: inherit;
}

.services .partner-logo {
    height: 60px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.services .partner-logo img {
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
}

.services .partner-text {
    color: white;
    font-weight: 700;
    font-size: 0.45rem;
    text-align: center;
}

.services .erp-logo {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.services .bi-logo {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.services .data-logo {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.2);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.4);
}

/* Content Cards (for detailed service pages) */
.services.intelligent-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 40px;
}

.services.intelligent-container h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 50px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.services.intelligent-container .grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 25px;
    padding: 20px 0 30px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    margin: 0;
}

.services.intelligent-container .grid::-webkit-scrollbar {
    height: 10px;
}

.services.intelligent-container .grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.services.intelligent-container .grid::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
}

.services.intelligent-container .grid::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.card {
    background: white;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    flex: 0 0 400px;
    min-width: 400px;
    max-width: 400px;
    scroll-snap-align: start;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.card h3 {
    color: #667eea;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.card p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.card ul {
    list-style: none;
    margin-top: 15px;
}

.card li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.card li:last-child {
    border-bottom: none;
}

.card a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.card a:hover {
    color: #764ba2;
    text-decoration: underline;
}

/* Process Cards */
.erp-processes {
    padding: 80px 20px;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    text-align: center;
}

.erp-processes h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 50px;
    color: #333;
}

.erp-processes .grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.erp-processes .partner-link {
    text-decoration: none;
    color: inherit;
}

.erp-processes .partner-logo {
    height: 140px;
    border-radius: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    padding: 15px 10px;
}

.erp-processes .partner-logo img {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    z-index: 2;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.erp-processes .partner-text {
    position: relative;
    z-index: 3;
    text-align: center;
    line-height: 1.2;
}

.erp-processes .partner-logo::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.erp-processes .partner-logo:hover::after {
    opacity: 1;
}

.erp-processes .partner-logo:hover {
    transform: translateY(-10px) rotate(2deg) scale(1.08);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* ERP Process button colors - unique gradients */
.erp-processes .procure-logo { background: linear-gradient(135deg, #FF6B6B 0%, #C92A2A 100%); }
.erp-processes .order-logo { background: linear-gradient(135deg, #51CF66 0%, #2F9E44 100%); }
.erp-processes .record-logo { background: linear-gradient(135deg, #339AF0 0%, #1971C2 100%); }
.erp-processes .asset-logo { background: linear-gradient(135deg, #FFB84D 0%, #FD7E14 100%); }
.erp-processes .quality-logo { background: linear-gradient(135deg, #9775FA 0%, #7048E8 100%); }
.erp-processes .manufacturing-logo { background: linear-gradient(135deg, #FF8787 0%, #FA5252 100%); }
.erp-processes .item-logo { background: linear-gradient(135deg, #4DABF7 0%, #228BE6 100%); }
.erp-processes .lead-logo { background: linear-gradient(135deg, #69DB7C 0%, #37B24D 100%); }
.erp-processes .call-logo { background: linear-gradient(135deg, #FFC078 0%, #FF922B 100%); }
.erp-processes .suite-logo { background: linear-gradient(135deg, #B197FC 0%, #9775FA 100%); }

/* Technology Partners */
.partners {
    padding: 80px 20px;
    background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%);
    text-align: center;
}

.partners h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 50px;
    color: #333;
}

.partners .grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.partners .partner-link {
    text-decoration: none;
    color: inherit;
}

.partners .partner-logo {
    height: 160px;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.partners .partner-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    z-index: 3;
}

.partners .partner-thumb {
    width: 64px;
    height: 64px;
    object-fit: contain;
    z-index: 2;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    filter: brightness(1.2) contrast(1.1);
    background: rgba(255,255,255,0.95);
    border-radius: 8px;
    padding: 8px;
}

.partners .partner-logo:hover {
    transform: translateY(-15px) scale(1.1);
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

/* Technology Partner button colors - unique gradients */
.partners .aws-logo { background: linear-gradient(135deg, #FF9900 0%, #EC7211 100%); }
.partners .google-logo { background: linear-gradient(135deg, #4285F4 0%, #1a73e8 100%); }
.partners .ibm-logo { background: linear-gradient(135deg, #0062FF 0%, #054ADA 100%); }
.partners .microsoft-logo { background: linear-gradient(135deg, #00A4EF 0%, #0078D4 100%); }
.partners .oracle-logo { background: linear-gradient(135deg, #F80000 0%, #C74634 100%); }
.partners .salesforce-logo { background: linear-gradient(135deg, #00A1E0 0%, #0176D3 100%); }
.partners .sap-logo { background: linear-gradient(135deg, #0FAAFF 0%, #008FD3 100%); }
.partners .ukg-logo { background: linear-gradient(135deg, #00A3E0 0%, #0077B5 100%); }
.partners .netsuite-logo { background: linear-gradient(135deg, #FF6600 0%, #E84E0F 100%); }
.partners .infor-logo { background: linear-gradient(135deg, #D64933 0%, #B83E2F 100%); }

/* Smart Search */
.intelligent-search-container {
    padding: 30px 20px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
}

.intelligent-search {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    background: white;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    overflow: hidden;
    transition: all 0.3s ease;
}

.intelligent-search:focus-within {
    transform: scale(1.02);
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.3);
}

.search-input {
    flex: 1;
    border: none;
    padding: 20px 30px;
    font-size: 1.1rem;
    outline: none;
    background: transparent;
}

.search-btn {
    background: var(--primary-gradient);
    color: white;
    border: none;
    padding: 20px 40px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-btn:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* Footer Enhancement */
footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 40px 20px 20px;
    text-align: center;
}

.footer-toolbar {
    margin-bottom: 30px;
}

.footer-help-recommendations {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-help-btn, .footer-recommendations-btn {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 2px solid rgba(255,255,255,0.4);
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.footer-help-btn:hover, .footer-recommendations-btn:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.footer-btn-icon {
    margin-right: 8px;
}

.footer-text {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
}

.footer-text a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-text a:hover {
    color: white;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero h1 { font-size: 2.2rem; }
    .hero p { font-size: 1.1rem; }
    .stat-number { font-size: 2.2rem; }
    .services h2, .erp-processes h2, .partners h2 { font-size: 2rem; }
    .services .grid { grid-template-columns: 1fr; gap: 20px; }
    .erp-processes .grid { grid-template-columns: repeat(2, 1fr); }
    .partners .grid { grid-template-columns: repeat(2, 1fr); }
}

/* Additional Animations */
.scroll-reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.scroll-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Core Services - Clean modern buttons */
.services .grid {
    max-width: 900px !important;
    margin: 30px auto !important;
    gap: 30px !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    justify-items: center !important;
}

.services .partner-link {
    width: 100% !important;
    text-decoration: none;
}

.services .partner-logo {
    height: 160px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    padding: 30px 20px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.services .partner-logo:hover {
    transform: translateY(-10px) scale(1.05) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25) !important;
}

.services .partner-logo img {
    width: 60px !important;
    height: 60px !important;
    margin: 0 !important;
    filter: brightness(0) invert(1) !important;
}

.services .partner-text {
    position: relative !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.services .erp-logo {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.services .bi-logo {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
}

.services .data-logo {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important;
}

/* ERP Process Expertise - Simple emoji icons */
.erp-processes {
    text-align: center;
}

.erp-processes .grid {
    max-width: 1000px !important;
    margin: 20px auto !important;
    gap: 20px !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    justify-items: center !important;
}

.erp-processes .partner-link {
    width: 140px !important;
}

.erp-processes .partner-logo {
    padding-top: 58px !important;
    padding-bottom: 12px !important;
    height: 105px !important;
    width: 140px !important;
    position: relative !important;
}

.erp-processes .partner-text {
    position: absolute !important;
    bottom: 8px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 4px !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    color: white !important;
}

/* ERP Process button colors - unique gradients for each */
.erp-processes .procure-logo {
    background: linear-gradient(135deg, #FF6B6B 0%, #C92A2A 100%) !important;
}

.erp-processes .order-logo {
    background: linear-gradient(135deg, #51CF66 0%, #2F9E44 100%) !important;
}

.erp-processes .record-logo {
    background: linear-gradient(135deg, #339AF0 0%, #1971C2 100%) !important;
}

.erp-processes .asset-logo {
    background: linear-gradient(135deg, #FFB84D 0%, #FD7E14 100%) !important;
}

.erp-processes .quality-logo {
    background: linear-gradient(135deg, #9775FA 0%, #7048E8 100%) !important;
}

.erp-processes .manufacturing-logo {
    background: linear-gradient(135deg, #FF8787 0%, #FA5252 100%) !important;
}

.erp-processes .item-logo {
    background: linear-gradient(135deg, #4DABF7 0%, #228BE6 100%) !important;
}

.erp-processes .lead-logo {
    background: linear-gradient(135deg, #69DB7C 0%, #37B24D 100%) !important;
}

.erp-processes .call-logo {
    background: linear-gradient(135deg, #FFC078 0%, #FF922B 100%) !important;
}

.erp-processes .suite-logo {
    background: linear-gradient(135deg, #B197FC 0%, #9775FA 100%) !important;
}

/* Technology Partners - 2 rows of 5 */
.partners .grid {
    max-width: 1000px !important;
    margin: 20px auto !important;
    gap: 20px !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    justify-items: center !important;
}

.partners .partner-link {
    width: 140px !important;
}

.partners .partner-logo {
    padding-top: 58px !important;
    padding-bottom: 12px !important;
    height: 105px !important;
    width: 140px !important;
    position: relative !important;
}

.partners .partner-text {
    position: absolute !important;
    bottom: 8px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 4px !important;
    font-size: 12px !important;
    color: white !important;
}

.partners .partner-thumb {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain !important;
    z-index: 2 !important;
    position: absolute !important;
    top: 18px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    filter: brightness(1.2) contrast(1.1) !important;
    background: rgba(255,255,255,0.9) !important;
    border-radius: 4px !important;
    padding: 2px !important;
    display: block !important;
}

/* Technology Partner button colors - unique gradients for each */
.partners .aws-logo {
    background: linear-gradient(135deg, #FF9900 0%, #EC7211 100%) !important;
}

.partners .google-logo {
    background: linear-gradient(135deg, #4285F4 0%, #1a73e8 100%) !important;
}

.partners .ibm-logo {
    background: linear-gradient(135deg, #0062FF 0%, #054ADA 100%) !important;
}

.partners .microsoft-logo {
    background: linear-gradient(135deg, #00A4EF 0%, #0078D4 100%) !important;
}

.partners .oracle-logo {
    background: linear-gradient(135deg, #F80000 0%, #C74634 100%) !important;
}

.partners .salesforce-logo {
    background: linear-gradient(135deg, #00A1E0 0%, #0176D3 100%) !important;
}

.partners .sap-logo {
    background: linear-gradient(135deg, #0FAAFF 0%, #008FD3 100%) !important;
}

.partners .ukg-logo {
    background: linear-gradient(135deg, #00A3E0 0%, #0077B5 100%) !important;
}

.partners .netsuite-logo {
    background: linear-gradient(135deg, #FF6600 0%, #E84E0F 100%) !important;
}

.partners .infor-logo {
    background: linear-gradient(135deg, #D64933 0%, #B83E2F 100%) !important;
}

/* Search bar */
.intelligent-search-container {
    text-align: center;
    margin: 20px 0 15px 0;
    padding: 0 20px;
}

.intelligent-search {
    display: flex;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: white;
    border: none !important;
    border-radius: 50px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    overflow: visible !important;
    align-items: center;
}

.search-input {
    flex: 1 !important;
    background: transparent;
    border: none !important;
    color: #333;
    font-family: inherit;
    font-size: 14px;
    padding: 12px 20px !important;
    outline: none;
    padding-right: 10px !important;
}

.search-input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.search-btn {
    background: linear-gradient(45deg, #20C997, #12B886) !important;
    color: white !important;
    border: none !important;
    padding: 12px 25px !important;
    cursor: pointer !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
    border-radius: 25px !important;
    margin-left: auto !important;
    margin-right: -2px !important;
}

.search-btn:hover {
    background: linear-gradient(45deg, #12B886, #20C997) !important;
    transform: scale(1.05) !important;
}

@media (max-width: 768px) {
    .services .grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    
    .erp-processes .grid,
    .partners .grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ============================================
   FOOTER STYLES - Dynamic Footer System
   ============================================ */

/* Footer Toolbar Styles */
.footer-toolbar {
    background: linear-gradient(135deg, #12B886 0%, #20C997 100%);
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-help-btn,
.footer-recommendations-btn,
.footer-chat-btn {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    overflow: visible;
    white-space: nowrap;
}

.footer-help-btn:hover,
.footer-recommendations-btn:hover,
.footer-chat-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Footer Button SVG Icons */
.footer-help-btn svg,
.footer-recommendations-btn svg,
.footer-chat-btn svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: block;
}

/* Footer Content Styles */
.footer-content {
    background: #1e293b;
    color: #e2e8f0;
    padding: 60px 20px 20px;
}

.footer-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.footer-column h4 {
    color: #20C997;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 14px;
    display: inline-block;
}

.footer-column a:hover {
    color: #20C997;
    text-decoration: underline;
}

/* Social Links */
.social-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.social-links a:hover {
    color: #20C997;
}

.social-links svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Newsletter Button */
.newsletter-signup {
    margin-top: 15px;
}

.newsletter-btn {
    display: inline-block;
    background: #20C997;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}

.newsletter-btn:hover {
    background: #12B886;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px;
}

.ssl-badge {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-bottom p {
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-toolbar {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-help-btn,
    .footer-recommendations-btn,
    .footer-chat-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   B2B CONVERSION SYSTEM STYLES
   ============================================ */

/* Sticky Chat Bubble (Bottom-Right) */
#sticky-chat-bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.chat-bubble-btn {
    background: linear-gradient(135deg, #20C997 0%, #12B886 100%);
    color: white;
    border: none;
    padding: 16px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
    transition: all 0.3s ease;
}

.chat-bubble-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.5);
}

.chat-bubble-text {
    font-size: 15px;
}

@media (max-width: 768px) {
    .chat-bubble-btn {
        padding: 14px 20px;
        font-size: 14px;
    }
    
    .chat-bubble-text {
        display: none;
    }
    
    .chat-bubble-btn svg {
        width: 28px;
        height: 28px;
    }
}

/* Contextual Conversion Popups */
.conversion-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    backdrop-filter: blur(3px);
}

.conversion-popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    max-width: 500px;
    width: 90%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.popup-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 32px;
    color: #94a3b8;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 32px;
    height: 32px;
    transition: color 0.2s;
}

.popup-close-btn:hover {
    color: #475569;
}

.popup-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.conversion-popup-content h3 {
    color: #1e293b;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.conversion-popup-content p {
    color: #64748b;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.popup-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.popup-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.popup-btn-primary {
    background: linear-gradient(135deg, #20C997 0%, #12B886 100%);
    color: white;
}

.popup-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.popup-btn-secondary {
    background: white;
    color: #20C997;
    border: 2px solid #20C997;
}

.popup-btn-secondary:hover {
    background: #eff6ff;
}

.popup-footer-text {
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
    font-style: italic;
}

@media (max-width: 768px) {
    .conversion-popup-content {
        padding: 30px 20px;
        max-width: 95%;
    }
    
    .conversion-popup-content h3 {
        font-size: 20px;
    }
    
    .popup-actions {
        flex-direction: column;
    }
    
    .popup-btn {
        width: 100%;
        justify-content: center;
    }
}

