/* ==================== 关于我们页 - 全新优化设计 ==================== */

/* 页面Hero Banner */
.about-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
    padding: 4rem var(--cbasta) 3rem;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.about-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.about-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.about-hero-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.about-hero-decoration {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    opacity: 0.1;
}

.about-hero-decoration svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

/* 公司简介 - 重新设计 */
.about-intro {
    padding: 5rem var(--cbasta) 6rem;
    scroll-margin-top: 100px;
    position: relative;
    background: #fff;
}

.about-intro-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.about-intro-img {
    width: 48%;
    position: relative;
}

/* 图片装饰框架 */
.about-intro-img-frame {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow:
        0 20px 60px rgba(44, 48, 129, 0.15),
        0 8px 24px rgba(0, 161, 233, 0.1);
}

.about-intro-img-frame::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid var(--accent-color);
    border-radius: 1rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-intro-img-frame:hover::before {
    opacity: 1;
}

.about-intro-img-frame img {
    width: 100%;
    aspect-ratio: 662 / 379;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-intro-img-frame:hover img {
    transform: scale(1.03);
}

/* 图片角落装饰 */
.about-intro-img-deco {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 3px solid var(--accent-color);
    opacity: 0.3;
}

.about-intro-img-deco.top-left {
    top: -15px;
    left: -15px;
    border-right: none;
    border-bottom: none;
    border-radius: 0.5rem 0 0 0;
}

.about-intro-img-deco.bottom-right {
    bottom: -15px;
    right: -15px;
    border-left: none;
    border-top: none;
    border-radius: 0 0 0.5rem 0;
}

.about-intro-content {
    width: 45%;
    position: relative;
}

/* 标题区域 - 左对齐设计 */
.about-intro-title {
    text-align: left;
    margin-bottom: 2rem;
    position: relative;
}

.about-intro-title .index_mode_title {
    margin-bottom: 0;
}

.about-intro-title .index_mode_title_st {
    font-size: 1rem;
    color: var(--accent-color);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.about-intro-title .index_mode_title_st::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background: var(--accent-color);
    border-radius: 2px;
}

.about-intro-title .index_mode_title_t {
    font-size: 2.5rem;
    color: var(--primary-color);
    font-weight: 700;
    display: block;
    margin-top: 0.5rem;
    position: relative;
}

.about-intro-title .index_mode_title_t::after {
    display: none;
}

.about-culture-title .index_mode_title .index_mode_title_t::after {
    background: linear-gradient(90deg, var(--accent-color), var(--primary-color), var(--accent-color));
    width: 4rem;
}

/* 引言装饰 */
.about-intro-quote {
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 4rem;
    color: var(--accent-color);
    opacity: 0.15;
    font-family: Georgia, serif;
    line-height: 1;
}

/* 文字内容区域 */
.about-intro-desc {
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 2;
    text-align: justify;
    position: relative;
    padding-left: 20px;
    border-left: 1px solid rgba(0, 161, 233, 0.2);
}

.about-intro-desc p {
    margin-bottom: 1.5rem;
}

.about-intro-desc p:last-child {
    margin-bottom: 0;
}

/* 关键词突出显示 */
.about-intro-desc strong,
.about-intro-desc b {
    color: var(--primary-color);
    font-weight: 600;
}

/* 行动按钮 */
.about-intro-action {
    margin-top: 2.5rem;
    display: flex;
    gap: 1rem;
}

.about-intro-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    border-radius: 2rem;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.about-intro-btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: #fff;
    box-shadow: 0 4px 15px rgba(44, 48, 129, 0.3);
}

.about-intro-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 48, 129, 0.4);
}

.about-intro-btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.about-intro-btn-secondary:hover {
    background: var(--primary-color);
    color: #fff;
}

/* 按钮箭头动画 */
.about-intro-btn svg {
    transition: transform 0.3s ease;
}

.about-intro-btn:hover svg {
    transform: translateX(3px);
}

/* 数据统计 - 卡片式设计 */
.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 4rem var(--cbasta) 5rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, #1a3a7a 50%, var(--accent-color) 100%);
    position: relative;
    overflow: hidden;
}

/* 动态背景纹理 */
.about-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(0, 161, 233, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(44, 48, 129, 0.3) 0%, transparent 40%);
    pointer-events: none;
}

.about-stats::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-81c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23 71c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-34 8c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2zM49 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
    pointer-events: none;
}

.about-stats-item {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.about-stats-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.about-stats-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 1rem;
    opacity: 0.6;
}

.about-stats-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.about-stats-value {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-family: "DIN Alternate", "Roboto", sans-serif;
}

.about-stats-value-num {
    display: inline-block;
}

.about-stats-value sup {
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 2px;
    opacity: 0.8;
}

.about-stats-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    letter-spacing: 0.05em;
}

/* 分隔装饰线 */
.about-stats-divider {
    display: none;
}

/* 企业文化 - 创意卡片设计 */
.about-culture {
    padding: 6rem var(--cbasta) 7rem;
    background: #f8fafc;
    scroll-margin-top: 100px;
    position: relative;
}

/* 顶部装饰波浪 */
.about-culture::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C849.15,11.44,916.67,2.1,985.66,3.86c48.81,1.26,99.69,6.25,148.61,12.93C1132.08,22.45,1200,38.75,1200,38.75V120H0V38.75C0,38.75,62.17,34.46,158.39,33.16c65.39-.91,133.11,3.52,199,12.28' fill='%23f8fafc'/%3E%3C/svg%3E") no-repeat;
    background-size: cover;
    transform: scaleY(-1);
    z-index: 1;
}

.about-culture-title {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.about-culture-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.about-culture-item {
    position: relative;
    background: #fff;
    border-radius: 1.25rem;
    padding: 3rem 2rem 2.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow:
        0 4px 20px rgba(44, 48, 129, 0.08),
        0 1px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* 卡片顶部装饰渐变 */
.about-culture-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.about-culture-item:hover::before {
    transform: scaleX(1);
}

.about-culture-item:hover {
    transform: translateY(-10px) rotate(1deg);
    box-shadow:
        0 20px 50px rgba(44, 48, 129, 0.15),
        0 5px 15px rgba(0, 161, 233, 0.1);
}

/* 图标设计 */
.about-culture-icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
    position: relative;
    transition: transform 0.4s ease;
    color: #FFF;
}

.about-culture-icon::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.about-culture-item:hover .about-culture-icon::before {
    opacity: 0.3;
}

.about-culture-item:hover .about-culture-icon {
    transform: scale(1.1) rotate(5deg);
}

.about-culture-icon svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: #fff;
    transition: transform 0.3s ease;
}

.about-culture-item:hover .about-culture-icon svg {
    transform: scale(1.1);
}

.about-culture-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

.about-culture-desc {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    max-width: 280px;
    margin: 0 auto;
}

/* 资质荣誉 - 现代展示设计 */
.about-honor {
    padding: 5rem var(--cbasta) 6rem;
    background: linear-gradient(180deg, #f0f4f8 0%, #fff 100%);
    scroll-margin-top: 100px;
    position: relative;
}

.about-honor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,60 C200,100 400,20 600,60 C800,100 1000,20 1200,60 L1200,120 L0,120 Z' fill='%23f0f4f8'/%3E%3C/svg%3E") no-repeat;
    background-size: cover;
    transform: scaleY(-1);
}

.about-honor-header {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
}

.about-honor-header .index_mode_title {
    margin-bottom: 1rem;
}

.about-honor-header .index_mode_title_st {
    color: var(--accent-color);
}

.about-honor-header .index_mode_title_t {
    color: var(--primary-color);
}

.about-honor-header .index_mode_title_t::after {
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color), var(--primary-color));
    width: 5rem;
}

.about-honor-desc {
    color: var(--text-muted);
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: 500;
}

/* 轮播容器 */
.honor-slider-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.honor-slider {
    display: flex;
    align-items: center;
}

.honor-slider .slick-list {
    overflow: hidden;
    padding: 1rem 0;
}

.honor-slider .slick-track {
    display: flex;
    align-items: center;
}

/* 滑块卡片 - 现代设计 */
.honor-slide {
    text-align: center;
    outline: none;
    padding: 0 0.5rem;
}

.honor-slide-img {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    margin: 0 0.5rem;
    box-shadow:
        0 8px 30px rgba(44, 48, 129, 0.12),
        0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

/* 卡片发光效果 */
.honor-slide-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color), var(--primary-color));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.honor-slide:hover .honor-slide-img::before {
    opacity: 1;
}

.honor-slide:hover .honor-slide-img {
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        0 20px 50px rgba(44, 48, 129, 0.18),
        0 8px 20px rgba(0, 161, 233, 0.1);
}

.honor-slide-img img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: contain;
    border-radius: 0.5rem;
    transition: transform 0.4s ease;
}

.honor-slide:hover .honor-slide-img img {
    transform: scale(1.05);
}

.honor-slide-title {
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 1rem;
    line-height: 1.5;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    transition: color 0.3s ease;
}

.honor-slide:hover .honor-slide-title {
    color: var(--primary-color);
}

/* 轮播指示器 */
.honor-slider-wrapper .slick-dots {
    bottom: -2.5rem;
}

.honor-slider-wrapper .slick-dots li {
    width: 10px;
    height: 10px;
    background: rgba(44, 48, 129, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.honor-slider-wrapper .slick-dots li.slick-active {
    background: var(--accent-color);
    width: 30px;
    border-radius: 5px;
}

.honor-slider-wrapper .slick-dots li button {
    display: none;
}

/* 轮播箭头 - 隐藏 */
.honor-slider-wrapper .slick-prev,
.honor-slider-wrapper .slick-next {
    display: none !important;
}

/* ==================== 灯箱弹窗 ==================== */
.honor-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.honor-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.honor-lightbox-content {
    max-width: 90%;
    max-height: 90%;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.honor-lightbox.active .honor-lightbox-content {
    transform: scale(1);
}

.honor-lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 0.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.honor-lightbox-title {
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    margin-top: 1.5rem;
    font-weight: 500;
}

.honor-lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.honor-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.honor-lightbox-close svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #fff;
}

/* 动画完成后的发光效果 */
.about-stats-item.animate-complete {
    animation: pulse-glow 1s ease;
}

@keyframes pulse-glow {
    0% { box-shadow: 0 0 0 rgba(255, 255, 255, 0); }
    50% { box-shadow: 0 0 30px rgba(255, 255, 255, 0.3); }
    100% { box-shadow: 0 0 0 rgba(255, 255, 255, 0); }
}

/* ==================== 响应式设计 ==================== */

@media (max-width: 1200px) {
    .about-intro-title .index_mode_title_t {
        font-size: 2rem;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-culture-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 992px) {
    .about-hero {
        padding: 3rem var(--cbasta) 2rem;
    }

    .about-hero-title {
        font-size: 2rem;
    }

    .about-intro {
        padding: 3rem var(--cbasta) 4rem;
    }

    .about-intro-img,
    .about-intro-content {
        width: 100%;
    }

    .about-intro-img {
        order: 1;
        margin-bottom: 2rem;
    }

    .about-intro-content {
        order: 2;
    }

    .about-intro-title {
        text-align: center;
    }

    .about-intro-title .index_mode_title_st::before {
        display: none;
    }

    .about-intro-desc {
        padding-left: 0;
        border-left: none;
        text-align: left;
    }

    .about-intro-action {
        justify-content: center;
    }

    .about-intro-img-deco {
        display: none;
    }

    .about-culture-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 2.5rem var(--cbasta) 1.5rem;
    }

    .about-hero-title {
        font-size: 1.75rem;
    }

    .about-hero-subtitle {
        font-size: 0.85rem;
    }

    .about-intro {
        padding: 2.5rem var(--cbasta) 3rem;
    }

    .about-intro-title .index_mode_title_t {
        font-size: 1.5rem;
    }

    .about-stats {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 2.5rem var(--cbasta) 3rem;
    }

    .about-stats-item {
        padding: 1.5rem 1rem;
    }

    .about-stats-value {
        font-size: 2.5rem;
    }

    .about-stats-icon {
        width: 35px;
        height: 35px;
    }

    .about-culture {
        padding: 3rem var(--cbasta) 4rem;
    }

    .about-culture::before {
        height: 40px;
    }

    .about-culture-list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .about-culture-item {
        padding: 2rem 1.5rem;
    }

    .about-culture-icon {
        width: 4rem;
        height: 4rem;
    }

    .about-culture-icon svg {
        width: 2rem;
        height: 2rem;
    }

    .about-culture-name {
        font-size: 1.25rem;
    }

    .about-honor {
        padding: 3rem var(--cbasta) 4rem;
    }

    .honor-slide-title {
        font-size: 0.8rem;
    }

    .honor-lightbox-content {
        max-width: 95%;
    }
}

@media (max-width: 480px) {
    .about-hero-title {
        font-size: 1.5rem;
    }

    .about-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .about-stats-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        text-align: left;
        padding: 1.25rem;
    }

    .about-stats-icon {
        margin: 0;
        order: 1;
    }

    .about-stats-value {
        order: 2;
        font-size: 2rem;
        margin-bottom: 0;
    }

    .about-stats-label {
        order: 3;
        font-size: 0.9rem;
    }

    .about-intro-btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.875rem;
    }

    .about-intro-action {
        flex-direction: column;
        gap: 0.75rem;
    }
}