#custom-container-sales-infrastructure {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    #custom-container-sales-infrastructure .cms-container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

    /* Hero Section */
    #custom-container-sales-infrastructure .hero-section {
        background: linear-gradient(135deg, var(--brand-primary), var(--brand-dark));
        padding: 140px 0 80px 0;
        position: relative;
        overflow: hidden;
    }

    #custom-container-sales-infrastructure .hero-section::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%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        opacity: 0.3;
    }

    #custom-container-sales-infrastructure .hero-content {
        position: relative;
        z-index: 1;
        text-align: center;
        color: white;
    }

    #custom-container-sales-infrastructure .hero-badge {
        display: inline-block;
        padding: 0.5rem 1rem;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 2rem;
        font-size: var(--text-sm);
        font-weight: 600;
        margin-bottom: 1rem;
    }

    #custom-container-sales-infrastructure .hero-title {
        font-size: var(--text-5xl);
        font-weight: 800;
        margin-bottom: 1.5rem;
        line-height: 1.1;
        color: white !important;
    }

    #custom-container-sales-infrastructure .hero-subtitle {
        font-size: var(--text-xl);
        opacity: 0.95;
        margin-bottom: 2.5rem;
        line-height: 1.6;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    #custom-container-sales-infrastructure .hero-cta {
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    #custom-container-sales-infrastructure .btn-primary {
        padding: 0.75rem 1.5rem;
        background: var(--brand-accent);
        color: white;
        text-decoration: none;
        border-radius: 0.5rem;
        font-weight: 600;
        font-size: var(--text-base);
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }

    #custom-container-sales-infrastructure .btn-primary:hover {
        background: #ff5722;
        transform: translateY(-2px);
    }

    /* Philosophy Section */
    #custom-container-sales-infrastructure .philosophy-section {
        padding: 5rem 0;
        background: white;
    }

    #custom-container-sales-infrastructure .philosophy-content {
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }

    #custom-container-sales-infrastructure .philosophy-text {
        font-size: var(--text-xl);
        color: var(--brand-dark);
        line-height: 1.8;
        margin-bottom: 2rem;
        font-weight: 500;
    }

    #custom-container-sales-infrastructure .philosophy-highlight {
        background: linear-gradient(135deg, #f8f9fb, #f5f5f8);
        padding: 2rem;
        border-left: 4px solid var(--brand-accent);
        border-radius: 0.5rem;
        margin: 2rem 0;
    }

    #custom-container-sales-infrastructure .philosophy-highlight p {
        color: var(--brand-dark);
        font-weight: 700;
        font-size: var(--text-xl);
        margin: 0;
        line-height: 1.7;
    }

    /* Engagement Overview Section */
    #custom-container-sales-infrastructure .engagement-section {
        padding: 5rem 0;
        background: linear-gradient(135deg, #f8f9fb, #f5f5f8);
    }

    #custom-container-sales-infrastructure .engagement-content {
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }

    #custom-container-sales-infrastructure .engagement-badge {
        display: inline-block;
        background: linear-gradient(135deg, var(--brand-primary), var(--brand-dark));
        color: white;
        padding: 1rem 2rem;
        border-radius: 3rem;
        font-size: var(--text-2xl);
        font-weight: 700;
        margin-bottom: 2rem;
        box-shadow: 0 10px 30px rgba(30, 58, 95, 0.2);
    }

    #custom-container-sales-infrastructure .engagement-title {
        font-size: var(--text-4xl);
        font-weight: 700;
        color: var(--brand-dark);
        margin-bottom: 1.5rem;
    }

    #custom-container-sales-infrastructure .engagement-description {
        font-size: var(--text-lg);
        color: var(--brand-neutral);
        line-height: 1.8;
    }

    /* Infrastructure Components Section */
    #custom-container-sales-infrastructure .components-section {
        padding: 5rem 0;
        background: white;
    }

    #custom-container-sales-infrastructure .section-header {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 4rem;
    }

    #custom-container-sales-infrastructure .section-title {
        font-size: var(--text-4xl);
        font-weight: 700;
        color: var(--brand-dark);
        margin-bottom: 1rem;
    }

    #custom-container-sales-infrastructure .section-subtitle {
        font-size: var(--text-lg);
        color: var(--brand-neutral);
        line-height: 1.6;
    }

    #custom-container-sales-infrastructure .components-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    #custom-container-sales-infrastructure .component-card {
        background: linear-gradient(135deg, #f8f9fb, #f5f5f8);
        padding: 2.5rem;
        border-radius: 1rem;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    #custom-container-sales-infrastructure .component-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(180deg, var(--brand-primary), var(--brand-accent));
    }

    #custom-container-sales-infrastructure .component-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(30, 58, 95, 0.15);
    }

    #custom-container-sales-infrastructure .component-header {
        display: flex;
        align-items: flex-start;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }

    #custom-container-sales-infrastructure .component-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, var(--brand-primary), var(--brand-dark));
        border-radius: 0.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.75rem;
        flex-shrink: 0;
    }

    #custom-container-sales-infrastructure .component-title {
        font-size: var(--text-2xl);
        font-weight: 700;
        color: var(--brand-dark);
        margin-bottom: 0.75rem;
    }

    #custom-container-sales-infrastructure .component-description {
        color: var(--brand-neutral);
        line-height: 1.7;
        font-size: var(--text-base);
    }

    /* Why Foundation Section */
    #custom-container-sales-infrastructure .why-section {
        padding: 5rem 0;
        background: linear-gradient(135deg, var(--brand-primary), var(--brand-dark));
        color: white;
    }

    #custom-container-sales-infrastructure .why-content {
        max-width: 1000px;
        margin: 0 auto;
    }

    #custom-container-sales-infrastructure .why-title {
        font-size: var(--text-4xl);
        font-weight: 700;
        text-align: center;
        margin-bottom: 3rem;
        color: white !important;
    }

    #custom-container-sales-infrastructure .why-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }

    #custom-container-sales-infrastructure .why-item {
        text-align: center;
        padding: 2rem;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 1rem;
        backdrop-filter: blur(10px);
    }

    #custom-container-sales-infrastructure .why-icon {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    #custom-container-sales-infrastructure .why-item-title {
        font-size: var(--text-xl);
        font-weight: 700;
        margin-bottom: 1rem;
        color: white;
    }

    #custom-container-sales-infrastructure .why-item-text {
        font-size: var(--text-base);
        opacity: 0.95;
        line-height: 1.6;
    }

    /* Process Timeline Section */
    #custom-container-sales-infrastructure .timeline-section {
        padding: 5rem 0;
        background: linear-gradient(135deg, #f8f9fb, #f5f5f8);
    }

    #custom-container-sales-infrastructure .timeline {
        position: relative;
        max-width: 1000px;
        margin: 3rem auto 0;
    }

    #custom-container-sales-infrastructure .timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(180deg, var(--brand-primary), var(--brand-accent));
        transform: translateX(-50%);
    }

    #custom-container-sales-infrastructure .timeline-item {
        display: flex;
        margin-bottom: 4rem;
        position: relative;
    }

    #custom-container-sales-infrastructure .timeline-item:nth-child(even) {
        flex-direction: row-reverse;
    }

    #custom-container-sales-infrastructure .timeline-content {
        flex: 1;
        padding: 2.5rem;
        background: white;
        border-radius: 1rem;
        box-shadow: 0 10px 30px rgba(30, 58, 95, 0.1);
        margin: 0 3rem;
    }

    #custom-container-sales-infrastructure .timeline-dot {
        width: 30px;
        height: 30px;
        background: white;
        border: 5px solid var(--brand-primary);
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 2rem;
        transform: translateX(-50%);
        z-index: 10;
        box-shadow: 0 4px 15px rgba(30, 58, 95, 0.2);
    }

    #custom-container-sales-infrastructure .timeline-phase {
        display: inline-block;
        background: var(--brand-primary);
        color: white;
        padding: 0.5rem 1.5rem;
        border-radius: 2rem;
        font-size: var(--text-sm);
        font-weight: 700;
        margin-bottom: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    #custom-container-sales-infrastructure .timeline-title {
        font-size: var(--text-2xl);
        font-weight: 700;
        color: var(--brand-dark);
        margin-bottom: 1rem;
    }

    #custom-container-sales-infrastructure .timeline-description {
        color: var(--brand-neutral);
        line-height: 1.7;
        font-size: var(--text-base);
    }

    /* Responsive */
    @media (max-width: 1024px) {
        #custom-container-sales-infrastructure .components-grid {
            grid-template-columns: 1fr;
        }

        #custom-container-sales-infrastructure .why-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 768px) {
        #custom-container-sales-infrastructure .hero-title {
            font-size: var(--text-4xl);
        }

        #custom-container-sales-infrastructure .timeline::before {
            left: 30px;
        }

        #custom-container-sales-infrastructure .timeline-item,
        #custom-container-sales-infrastructure .timeline-item:nth-child(even) {
            flex-direction: column;
            padding-left: 60px;
        }

        #custom-container-sales-infrastructure .timeline-content {
            margin: 0;
        }

        #custom-container-sales-infrastructure .timeline-dot {
            left: 30px;
        }
    }
