.custom-page {
    background-color: #f5f5f5;
    color: #333;
    padding: 20px 0;
    min-height: 60vh;
    background-image: linear-gradient(rgba(255,255,255,0.92), rgba(255,255,255,0.92)), url('https://images.unsplash.com/photo-1547143379-66e9f757f4a6?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-attachment: fixed;
}

    .custom-page .custom-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 12px;
    }

    .custom-page .custom-header {
        text-align: center;
        margin-bottom: 32px;
        padding-bottom: 18px;
        border-bottom: 3px solid var(--msb-bordo);
        position: relative;
    }

        .custom-page .custom-header h1 {
            color: #2c3e50;
            font-size: 2.2rem;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .custom-page .custom-header .subtitle {
            color: var(--msb-bordo);
            font-size: 1.05rem;
            font-weight: 600;
        }

    .custom-page .header-decoration {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12px;
    }

        .custom-page .header-decoration span {
            width: 40px;
            height: 4px;
            background: var(--msb-bordo);
            margin: 0 10px;
            border-radius: 2px;
        }

        .custom-page .header-decoration i {
            color: var(--msb-bordo);
            font-size: 1.05rem;
        }
