
    /* --- Main Container Styles --- */
    .fuji-h1-v25 {
        width: 92%;                 
        max-width: 1600px;
        margin: 0 auto;
        padding: 50px 0 30px 0;
        text-align: center;
    }

    /* --- Main Title (H1) Styles --- */
    .fuji-h1-title-v25 {
        font-family: 'Oswald', 'Oswald-Regular', 'Impact', 'Arial Narrow', sans-serif !important;
        font-size: 40px;             
        color: #333;
        font-weight: 500;
        line-height: 1.3;
        margin: 0;
        text-transform: capitalize;
        letter-spacing: 0.5px;
    }

    /* --- Decorative Red Line --- */
    .fuji-line-v25 {
        width: 120px;
        height: 3px;
        background-color: #C00000;  
        margin: 25px auto;
    }

    /* --- Subtitle Styles --- */
    .fuji-h1-sub-v25 {
        font-family: 'Open Sans', 'Arial', sans-serif !important;
        font-size: 16px;
        color: #444;
        line-height: 1.8;
        margin: 0 auto;
        max-width: 100%; 
    }
    
    /* Bold Keywords */
    .fuji-h1-sub-v25 strong {
        color: #222;
        font-weight: 700;
    }

    /* --- CTA Container (Distributor Ad) --- */
    .fuji-cta-container-v25 {
        margin: 35px auto 0;
        padding-top: 25px;
        border-top: 1px dashed #dcdcdc; 
        max-width: 850px;
    }

    .fuji-cta-text-v25 {
        font-family: 'Open Sans', 'Arial', sans-serif !important;
        font-size: 16px;
        color: #555;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    /* FIX: Separate title style to keep it on its own line */
    .fuji-cta-title-v25 {
        color: #222; 
        font-size: 18px;
        display: block;
        margin-bottom: 6px;
        font-weight: 700;
    }

    /* FIX: Standard strong tags remain inline */
    .fuji-cta-text-v25 strong {
        color: #222; 
        font-weight: 700;
    }

    /* --- CTA Button --- */
    .fuji-cta-button-v25 {
        display: inline-block;
        background-color: #C00000;
        color: #ffffff !important;
        font-family: 'Oswald', 'Oswald-Regular', 'Arial Narrow', sans-serif !important;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 12px 40px;
        text-decoration: none;
        border-radius: 4px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    .fuji-cta-button-v25:hover {
        background-color: #990000;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

    /* --- Mobile Responsive Settings --- */
    @media screen and (max-width: 768px) {
        .fuji-h1-v25 {
            padding-top: 35px;
            padding-bottom: 20px;
        }
        .fuji-h1-title-v25 {
            font-size: 28px !important; 
        }
        .fuji-line-v25 {
            width: 80px;
            margin: 15px auto;
        }
        .fuji-h1-sub-v25 {
            font-size: 14px !important;
            line-height: 1.6;
        }
        
        .fuji-cta-container-v25 {
            margin-top: 25px;
            padding-top: 20px;
        }
        .fuji-cta-text-v25 {
            font-size: 14px !important;
        }
        .fuji-cta-title-v25 {
            font-size: 16px !important;
        }
        .fuji-cta-button-v25 {
            padding: 10px 30px;
            font-size: 15px;
            width: 100%; 
            box-sizing: border-box;
        }
    }
