/* About page visual QA — board 14 (1441 wide). Loaded after site.css. */

.about-breadcrumb {
    padding: 52px 0 0;
    margin-bottom: -8px;
    position: relative;
    z-index: 2;
}

.about-breadcrumb-inner {
    font-size: 15px;
}

.about-hero {
    padding: 0 0 72px;
}

.about-hero-inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.about-hero-img {
    width: 343px;
    max-width: 100%;
    margin: 0 auto;
}

.about-hero-title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    letter-spacing: 3px;
    margin: 36px 0 0;
    line-height: 1.2;
}

.about-hero-intro {
    width: 100%;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #444;
    line-height: 2;
    letter-spacing: 0.35px;
    margin: 40px 0 0;
}

.about-gold {
    background: #c7893e;
    padding: 58px 0 0;
    overflow: hidden;
}

.about-gold-inner {
    align-items: flex-end;
    gap: 0;
    padding-bottom: 92px;
}

.about-gold-text {
    padding-right: 360px;
}

.about-gold-bar {
    width: 90px;
    height: 6px;
    background: #fff;
    margin-bottom: 34px;
}

.about-gold-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 36px;
    letter-spacing: 2px;
    line-height: 1.3;
}

.about-gold-para {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 2;
    margin-bottom: 28px;
    letter-spacing: 0.3px;
}

.about-gold-cta {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 28px;
    letter-spacing: 0.6px;
    line-height: 1.5;
}

.about-gold-img {
    right: -38px;
    bottom: 0;
    width: 193px;
    height: auto;
    overflow: visible;
}

.about-gold-img img {
    width: 100%;
    height: auto;
    display: block;
}

.about-features {
    padding: 82px 0 96px;
}

.about-features-inner {
    gap: 60px;
}

.about-feature-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 28px;
}

.about-feature-icon img,
.about-rd-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.about-feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.about-feature-desc {
    font-size: 13px;
    font-weight: 400;
    color: #555;
    line-height: 1.95;
    max-width: 320px;
    margin: 0 auto;
}

.about-rd {
    padding: 10px 0 100px;
}

.about-rd-header {
    margin-bottom: 42px;
}

.about-rd-title {
    font-size: 32px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.about-rd-en {
    font-size: 13px;
    color: #111;
    letter-spacing: 3px;
}

.about-rd-list {
    gap: 22px;
}

.about-rd-card {
    gap: 36px;
    padding: 30px 52px 30px 64px;
    border: 1px solid #e0e0e0;
}

.about-rd-card-l {
    width: 168px;
}

.about-rd-card-title {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.about-rd-card-tag {
    font-size: 13px;
    color: #333;
}

.about-rd-card-desc {
    font-size: 13.5px;
    font-weight: 400;
    color: #444;
    line-height: 1.95;
}

.about-rd-card-icon {
    width: 64px;
    height: 64px;
}

@media (max-width: 900px) {
    .about-hero-title {
        font-size: 26px;
        margin-top: 28px;
    }
    .about-hero-intro {
        margin-top: 28px;
    }
    .about-gold-text {
        padding-right: 0;
    }
    .about-gold-img {
        position: static;
        width: min(420px, 100%);
        height: auto;
        margin: 24px auto 0;
    }
    .about-rd-card {
        padding: 24px 22px;
    }
}
