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

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

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

    #custom-container-sales-strategy .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-strategy .hero-content {
        position: relative;
        z-index: 1;
        text-align: center;
        color: white;
    }

    #custom-container-sales-strategy .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-strategy .hero-title {
        font-size: var(--text-5xl);
        font-weight: 800;
        margin-bottom: 1.5rem;
        line-height: 1.1;
        color: white !important;
    }

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

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

    #custom-container-sales-strategy .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-strategy .btn-primary:hover {
        background: #ff5722;
        transform: translateY(-2px);
    }

    /* Program Overview Section */
    #custom-container-sales-strategy .overview-section {
        padding: 5rem 0;
        background: white;
    }

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

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

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

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

    #custom-container-sales-strategy .overview-text {
        font-size: var(--text-xl);
        color: var(--brand-neutral);
        line-height: 1.7;
        margin-bottom: 2rem;
    }

    #custom-container-sales-strategy .program-badge {
        display: inline-block;
        padding: 1rem 2rem;
        background: linear-gradient(135deg, var(--brand-primary), var(--brand-dark));
        color: white;
        border-radius: 0.5rem;
        font-size: var(--text-lg);
        font-weight: 700;
        margin-top: 1rem;
    }

    /* Foundation Levels Section */
    #custom-container-sales-strategy .levels-section {
        padding: 5rem 0;
        background: linear-gradient(135deg, #f8f9fb, #f5f5f8);
    }

    #custom-container-sales-strategy .level-card {
        background: white;
        border-radius: 1rem;
        box-shadow: 0 10px 30px rgba(30, 58, 95, 0.1);
        margin-bottom: 3rem;
        overflow: hidden;
    }

    #custom-container-sales-strategy .level-card:last-child {
        margin-bottom: 0;
    }

    #custom-container-sales-strategy .level-header {
        background: linear-gradient(135deg, var(--brand-primary), var(--brand-dark));
        color: white;
        padding: 2.5rem;
        display: flex;
        align-items: center;
        gap: 2rem;
    }

    #custom-container-sales-strategy .level-number {
        width: 80px;
        height: 80px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: var(--text-4xl);
        font-weight: 700;
        flex-shrink: 0;
        border: 3px solid rgba(255, 255, 255, 0.3);
    }

    #custom-container-sales-strategy .level-header-text h3 {
        font-size: var(--text-3xl);
        font-weight: 700;
        margin-bottom: 0.5rem;
        color: white;
    }

    #custom-container-sales-strategy .level-attendees {
        font-size: var(--text-base);
        opacity: 0.9;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    #custom-container-sales-strategy .level-body {
        padding: 2.5rem;
    }

    #custom-container-sales-strategy .level-description {
        font-size: var(--text-lg);
        color: var(--brand-neutral);
        line-height: 1.7;
        margin-bottom: 2rem;
    }

    #custom-container-sales-strategy .level-objectives {
        list-style: none;
        padding: 0;
        display: grid;
        gap: 1rem;
    }

    #custom-container-sales-strategy .level-objectives li {
        display: flex;
        align-items: start;
        gap: 1rem;
        padding: 1rem;
        background: linear-gradient(135deg, #f8f9fb, #f5f5f8);
        border-radius: 0.5rem;
    }

    #custom-container-sales-strategy .objective-icon {
        width: 30px;
        height: 30px;
        background: linear-gradient(135deg, var(--brand-primary), var(--brand-dark));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 0.875rem;
        flex-shrink: 0;
    }

    #custom-container-sales-strategy .objective-text {
        flex: 1;
        font-size: var(--text-base);
        color: var(--brand-dark);
        line-height: 1.6;
    }

    /* Tools Section */
    #custom-container-sales-strategy .tools-section {
        padding: 5rem 0;
        background: white;
    }

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

    #custom-container-sales-strategy .tool-card {
        background: white;
        padding: 2.5rem;
        border-radius: 1rem;
        box-shadow: 0 5px 15px rgba(30, 58, 95, 0.08);
        text-align: center;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }

    #custom-container-sales-strategy .tool-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(30, 58, 95, 0.15);
        border-color: var(--brand-primary);
    }

    #custom-container-sales-strategy .tool-icon {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, var(--brand-primary), var(--brand-dark));
        border-radius: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 2rem;
        margin: 0 auto 1.5rem;
    }

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

    #custom-container-sales-strategy .tool-trademark {
        color: var(--brand-primary);
        font-size: var(--text-sm);
        font-weight: 600;
        margin-bottom: 1rem;
    }

    #custom-container-sales-strategy .tool-description {
        font-size: var(--text-base);
        color: var(--brand-neutral);
        line-height: 1.6;
    }

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

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

    #custom-container-sales-strategy .challenge-card {
        background: white;
        padding: 2.5rem;
        border-radius: 1rem;
        box-shadow: 0 5px 15px rgba(30, 58, 95, 0.08);
        position: relative;
        transition: all 0.3s ease;
    }

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

    #custom-container-sales-strategy .challenge-number {
        position: absolute;
        top: -15px;
        left: 2rem;
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, var(--brand-primary), var(--brand-dark));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: var(--text-xl);
        font-weight: 700;
        box-shadow: 0 4px 10px rgba(30, 58, 95, 0.2);
    }

    #custom-container-sales-strategy .challenge-title {
        font-size: var(--text-xl);
        font-weight: 700;
        color: var(--brand-dark);
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

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

    #custom-container-sales-strategy .challenge-issue {
        margin-top: 1rem;
        padding: 1rem;
        background: linear-gradient(135deg, #fff5f5, #ffe5e5);
        border-radius: 0.5rem;
        border-left: 3px solid var(--brand-accent);
    }

    #custom-container-sales-strategy .challenge-issue-text {
        font-size: var(--text-sm);
        color: var(--brand-dark);
        font-weight: 600;
        font-style: italic;
    }

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

        #custom-container-sales-strategy .challenges-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 768px) {
        #custom-container-sales-strategy .hero-section {
            padding: 100px 0 60px 0;
        }

        #custom-container-sales-strategy .hero-title {
            font-size: var(--text-4xl);
        }

        #custom-container-sales-strategy .overview-section,
        #custom-container-sales-strategy .levels-section,
        #custom-container-sales-strategy .tools-section,
        #custom-container-sales-strategy .challenges-section {
            padding: 3rem 0;
        }

        #custom-container-sales-strategy .section-title {
            font-size: var(--text-3xl);
        }

        #custom-container-sales-strategy .level-header {
            flex-direction: column;
            text-align: center;
            padding: 2rem;
        }

        #custom-container-sales-strategy .level-number {
            width: 60px;
            height: 60px;
            font-size: var(--text-3xl);
        }

        #custom-container-sales-strategy .level-header-text h3 {
            font-size: var(--text-2xl);
        }

        #custom-container-sales-strategy .level-body {
            padding: 1.5rem;
        }

        #custom-container-sales-strategy .level-description {
            font-size: var(--text-base);
        }
    }
