/* About Page - Corporate Gold Theme */

.kec-about-wrapper {
    max-width: 900px;
margin: 10px auto 60px;

    padding: 0 20px;
    line-height: 1.8;
}

.kec-about-title {
    font-size: 34px;
    font-weight: 700;
    color: var(--kec-gold);
    margin-bottom: 20px;
}

.kec-about-text {
    font-size: 16px;
    color: var(--kec-text-dark);
    margin-bottom: 18px;
}

.kec-divider {
    border: none;
    border-top: 1px solid rgba(0,0,0,0.12);
    margin: 35px 0;
}

.kec-section-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--kec-gold);
    margin-bottom: 15px;
}

.kec-contact-list {
    margin-bottom: 25px;
}

.kec-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.kec-icon {
    width: 22px;
    height: 22px;
    opacity: 0.9;
}

.kec-contact-item a {
    color: var(--kec-gold);
    text-decoration: none;
    font-size: 16px;
}

.kec-contact-item a:hover {
    color: var(--kec-gold-soft);
}

.kec-link {
    font-size: 16px;
}

.kec-link a {
    color: var(--kec-gold);
    text-decoration: none;
    font-weight: 600;
}

.kec-link a:hover {
    color: var(--kec-gold-soft);
}

/* Responsive */
@media (max-width: 768px) {
    .kec-about-title {
        font-size: 26px;
    }

    .kec-about-text {
        font-size: 15px;
    }
}
