
    .cozylil-about-page {
        max-width: 1000px;
        margin: 0 auto;
        padding: 40px 20px;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #444;
        line-height: 1.6;
    }
    .about-header { text-align: center; margin-bottom: 40px; }
    .about-header h1 { font-size: 30px; color: #000; margin-bottom: 15px; }
    
    .brand-intro {
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
        background: #fdfdfd;
        padding: 25px;
        border-radius: 12px;
        border: 1px solid #eee;
    }

    .factory-hero { margin: 30px 0; position: relative; }
    .factory-hero img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
        display: block; 
    }
    .factory-badge {
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: #fecb2e;
        color: #000;
        padding: 8px 18px;
        border-radius: 50px;
        font-weight: bold;
        font-size: 13px;
    }

    .copyright-assurance {
        display: flex;
        align-items: center;
        gap: 20px;
        background: #fff9e6;
        padding: 25px;
        border-radius: 12px;
        margin: 30px 0;
    }

    .why-choose-us { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 30px; }
    .benefit-card {
        flex: 1;
        min-width: 250px;
        background: #fff;
        padding: 25px;
        border-radius: 12px;
        text-align: center;
        border: 1px solid #eee;
    }

    .trust-footer {
        text-align: center;
        margin-top: 50px;
        padding: 30px;
        background: #fafafa;
        border-radius: 16px;
    }
    .contact-details { font-style: normal; font-size: 14px; line-height: 2; color: #555; }

    @media (max-width: 768px) {
        .copyright-assurance { flex-direction: column; text-align: center; }
        .about-header h1 { font-size: 24px; }
    }
