﻿/* intro.css - 이음아트플랫폼 소개 전문 스타일 */

.intro-section {
    padding: 100px 0;
}

.intro-hero {
    position: relative;
    width: 100%;
    height: 480px;
    background: #f7f9fc;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-inner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    padding: 0 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-inner .hero-title {
    font-size: 54px;
    font-weight: 700;
    color: #1c1c1c;
    z-index: 2;
    margin-bottom: 20px;
}

.hero-inner .hero-bg-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    font-size: 85px;
    font-weight: 900;
    color: #cadffc;
    opacity: 0.8;
    z-index: 1;
    white-space: nowrap;
    letter-spacing: -2px;
}

.hero-inner .hero-desc {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 1.8;
    z-index: 2;
    margin-bottom: 30px;
}

.hero-inner .hero-logo img {
    height: 44px;
    z-index: 2;
    position: relative;
}

/* Breadcrumb & Tabs Area */
.intro-tab-area {
    border-bottom: 1px solid #060606;
    padding-top: 25px;
}

.intro-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #7f7f7f;
    margin-bottom: 20px;
    justify-content: flex-end;
}

.intro-breadcrumb img {
    height: 14px;
}

.intro-breadcrumb span::before {
    content: '•';
    margin-right: 8px;
    color: #7f7f7f;
}

/* Tabs (Line style from Figma 23145:6113) */
.intro-tab-wrap {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #000;
    margin: 40px auto 80px;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    max-width: none;
}

.intro-tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}

.intro-tab-btn:hover:not(.active) {
    color: #442c93;
}

.intro-tab-btn.active {
    background: transparent;
    color: #442c93;
    font-weight: 700;
    border-bottom: 3px solid #442c93;
    box-shadow: none;
}

@media (max-width: 600px) {
    .intro-tab-wrap {
        margin: 20px 15px 40px;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .intro-tab-btn {
        font-size: 16px;
        padding: 10px 15px;
    }
}


/* Main Visual (Slogan Title) Section */
.intro-slogan-title {
    position: relative;
    width: 100%;
    height: 600px;
    margin-bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background: url('/resource/www/images/figma/intro/hero_graphic.png') no-repeat center / contain;
}

.slogan-title-inner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Background Blob Image Decoration */
.intro-slogan-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 547px;
    
    z-index: 1;
}

.slogan-title-inner .title-ko {
    font-family: PretendardVariable;
	  font-size: 44.5px;
	  font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    z-index: 2;
}

.slogan-title-inner .title-en {
    font-family: PretendardVariable;
    font-size: 113px;
    font-weight: 800;
    color: #c9defc;
    line-height: 1;
    margin-bottom: 40px;
    z-index: 2;
    letter-spacing: -2px;
}

.slogan-title-inner .title-desc {
    font-size: 13px;
    color: #010101;
    line-height: 1.8;
    margin-bottom: 50px;
    z-index: 2;
    word-break: keep-all;
}

.slogan-title-inner .title-images {
    display: flex;
    justify-content: center;
    gap: 15px;
    z-index: 2;
}

.slogan-title-inner .title-images .img-box {
    width: 225px;
    height: 233px;
    background: #fff;
    padding: 6px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.slogan-title-inner .title-images .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-platform-info {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 100px;
}

.intro-platform-info h3 {
    font-size: 34px;
    font-weight: 600;
    color: #313131;
    margin-bottom: 30px;
}

.intro-platform-info p {
    font-size: 16px;
    color: #8c8c8c;
    line-height: 1.8;
}

/* Slogan Section (?뉖떎 Texts) */
.intro-slogan-texts {
    padding: 100px 0;
    background: #fff;
    margin-bottom: 100px;
}

.intro-slogan-texts .slogan-inner {
    display: flex;
    justify-content: center;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.slogan-item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slogan-item .slogan-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.slogan-item .slogan-title .tit-top {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 5px;
}

.slogan-item:nth-child(1) .tit-top { color: #5c48a0; }
.slogan-item:nth-child(2) .tit-top { color: #614da3; }
.slogan-item:nth-child(3) .tit-top { color: #5d4aa1; }

.slogan-item .slogan-title .tit-top span {
    font-weight: 400;
    color: #484848;
    margin-left: 5px;
}

.slogan-item .slogan-title .tit-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    margin-top: -10px;
}

.slogan-item .slogan-title .tit-bottom .it,
.slogan-item .slogan-title .tit-bottom .da {
    font-size: 36px;
    font-weight: 700;
    color: #252525;
}

.slogan-item .slogan-title .tit-bottom .line {
    flex: 1;
    height: 2px;
    margin: 0 10px;
}

.slogan-item .slogan-title .tit-bottom .line img {
    width: 100%;
    height: auto;
}

.slogan-item .slogan-desc {
    font-size: 13px;
    color: #878787;
    line-height: 1.8;
    margin-bottom: 40px;
    min-height: 120px;
    word-break: keep-all;
}

.slogan-item .slogan-hash {
    font-size: 11px;
    color: #bbb;
    line-height: 1.6;
}

/* History Section */
.intro-history {
    position: relative;
    background: #fff;
    padding: 100px 0 150px;
    margin-bottom: 100px;
}

.intro-history h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: #313131;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.intro-history .history-bg-text {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 140px;
    font-weight: 900;
    color: #f7f9fc;
    z-index: 1;
    white-space: nowrap;
    letter-spacing: -2px;
}

.history-summary {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 14px;
    color: #919191;
    margin-bottom: 80px;
}

.history-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.history-timeline {
    position: relative;
    width: 100%;
    max-width: 869px;
    display: flex;
    padding-left: 260px;
}

.history-line-wrap {
    position: absolute;
    left: 216px;
    top: 0;
    bottom: 0;
    width: 7px;
}

.history-line-wrap img {
    height: 100%;
    width: auto;
}

.history-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 55px; /* Increased gap */
}

.history-item {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.history-item .year {
    position: absolute;
    left: -216px; /* Align to the left from content start */
    top: -2px;
    font-size: 19px;
    font-weight: 500;
    color: #545454;
    width: 180px;
    text-align: right;
    padding-right: 30px;
}

.history-item .content-desc {
    flex: 1;
    padding-left: 30px;
}

.history-item .content-desc p {
    font-size: 12px;
    color: #898989;
    line-height: 1.8;
}

.history-item .content-desc p:not(:last-child) {
    margin-bottom: 5px;
}

.history-item .content-desc .sub-txt {
    font-size: 11px;
    color: #898989;
    margin-top: 5px;
}

/* Background Decoration for History */
.history-bg-img {
    position: absolute;
    right: 0;
    bottom: -150px;
    z-index: 1;
    opacity: 0.6;
}

.history-bg-img img {
    max-width: 600px;
}

/* BI Section */
.intro-bi {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #fff;
}

/* BI Title Area */
.intro-bi-title {
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}

.intro-bi-title h3 {
    font-size: 34px;
    font-weight: 600;
    color: #2e2e2e;
    margin-bottom: 300px;
    position: relative;
    z-index: 2;
}

.intro-bi-title .bi-bg-text {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 87px;
    font-weight: 700;
    color: #cbdffc;
    z-index: 1;
    white-space: nowrap;
    letter-spacing: 0;
}

.bi-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;
    position: relative;
    z-index: 2;
}

.bi-logo-container .logo-box.left img {
    height: 128px;
    width: auto;
}

.bi-logo-container .logo-box.right img {
    height: 110px;
    width: auto;
}

/* BI Download Area */
.intro-bi-down {
    max-width: 1200px;
    margin: 0 auto 100px;
    padding: 0 20px;
    margin-bottom:32px;
}

.bi-down-box {
    background: #ecf0f5;
    border-radius: 10px;
    padding: 40px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bi-down-box .down-desc p {
    font-size: 13px;
    color: #7d7f82;
    line-height: 1.8;
    margin: 0;
}

.bi-down-box .down-btn-wrap .btn-bi-download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    background: url('../../images/figma/intro/8264_btn_bg.png') no-repeat center;
    background-size: cover;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity 0.3s;
}

.bi-down-box .down-btn-wrap .btn-bi-download:hover {
    opacity: 0.9;
}

.bi-down-box .down-btn-wrap .btn-bi-download span {
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
}

.bi-down-box .down-btn-wrap .btn-bi-download img {
    width: 14px;
    height: 7px;
}

/* BI Preview Area */
.intro-bi-preview {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.preview-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.preview-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.preview-text {
    margin-bottom: 25px;
}

.preview-text h4 {
    font-size: 26px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 12px;
}

.preview-text p {
    font-size: 12px;
    color: #8f8f8f;
    line-height: 1.8;
    margin: 0;
}

.preview-img-box {
    position: relative;
    width: 100%;
    height: 323px;
    border: 0px solid #c9c9c9;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    overflow: hidden;
}

.preview-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: opacity 0.3s;
}

/* Text Overlay Styling - specific to boxes with overlays */
.preview-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    z-index: 2;
    padding: 20px;
    background: rgba(255, 255, 255, 0.4); /* Faint background for text readability */
    backdrop-filter: blur(2px); /* Premium glassmorphism touch */
    
}

.preview-overlay p {
    font-size: 24px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0;
    line-height: 1.4;
}

.preview-overlay span {
    display: block; /* Ensures the second line */
    font-size: 14px;
    color: #555;
    margin-top: 4px;
    font-weight: 500;
    text-transform: uppercase;
}

.bi-division {
    text-align: center;
    margin: 80px 0;
}

.bi-division img {
    width: 100%;
    max-width: 1200px;
    height: auto;
}

.bi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.bi-card {
    text-align: center;
    padding: 0 20px;
}

.bi-card h5 {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 30px;
}

/* BI Color Area */
.intro-bi-color {
    max-width: 1200px;
    margin: 80px auto 0;
    padding: 0 20px;
}

.intro-bi-color-title{
	    font-size: 26px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 12px;
}

.color-inner {
    display: flex;
    gap: 0px;
    justify-content: space-between;
}

.color-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.color-box {
    position: relative;
    height: 250px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.color-column.orange .color-box { background-color: #ed6d1f; }
.color-column.navy .color-box { background-color: #113856; }

.color-column.mid .color-box {
    height: 125px;
    padding: 0;
    overflow: hidden;
}

.color-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.color-box .box-content {
    position: relative;
    z-index: 2;
    padding: 20px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.color-info {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}

.color-desc {
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}
/*
.orange .color-info { color: #f8cbb3; }
.orange .color-desc { color: #f5b899; }
.navy .color-info { color: #abb6c0; }
.navy .color-desc { color: #93a1ae; }
.mid .color-info { color: #a5d3db; }
.mid .color-desc { color: #8bc6d1; }
*/
@media (max-width: 1024px) {
    .intro-hero h2 { font-size: 36px; }
    .hero-bg-text { font-size: 60px; }
    .hero-inner { padding: 0 50px; }
    
    .intro-slogan-title { height: auto; padding: 50px 0; margin-bottom: 60px;}
    .intro-slogan-title::before { width: 100%; height: 100%; top: 0; left: 0; transform: none;}
    .slogan-title-inner .title-ko { font-size: 26px; }
    .slogan-title-inner .title-en { font-size: 45px; margin-bottom: 20px;}
    .slogan-title-inner .title-desc { font-size: 14px; padding: 0 20px;}
    .slogan-title-inner .title-images { flex-wrap: wrap; gap: 10px; padding: 0 20px;}
    .slogan-title-inner .title-images .img-box { width: calc(50% - 10px); height: auto; aspect-ratio: 1/1; }
    .slogan-title-inner .title-images .img-box:last-child { width: 100%; }

    .intro-slogan-texts .slogan-inner {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    .slogan-item { width: 100%; max-width: 400px; }
    .slogan-item .slogan-title .tit-bottom { width: 100%; max-width: 300px; }

    .intro-slogan-wrap {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .slogan-card { width: 100%; max-width: 300px; }
    .slogan-dash { transform: rotate(90deg); margin: 30px 0; top: 0;}
    .history-summary { font-size: 13px; padding: 0 20px; }
    .history-timeline { padding-left: 0; display: flex; flex-direction: column; align-items: flex-start; }
    .history-line-wrap { left: 86px; }
    .history-list-wrap { padding-left: 110px; width: 100%; }
    .history-inner { padding-left: 0px; }
    .history-item .year { width: 90px; font-size: 13px; left: -110px; padding-right: 15px;}
    
    .intro-bi-title h3 { margin-bottom: 220px; }
    .intro-bi-title .bi-bg-text { font-size: 60px; top: 40px; }
    .bi-logo-container { flex-direction: column; gap: 60px; }
    .bi-logo-container .logo-box.left img { height: 100px; }
    .bi-logo-container .logo-box.right img { height: 80px; }
    
    .bi-down-box { flex-direction: column; padding: 40px 30px; text-align: center; gap: 35px;}
    .bi-down-box .down-desc p { font-size: 13px; }
    .bi-down-box .down-desc p br { display: none; }
    
    .preview-inner { flex-direction: column; gap: 50px; }
    .preview-img-box { height: auto; padding: 40px 0; }

    .color-inner { flex-direction: column; gap: 40px; }
    .color-column { gap: 40px; }
    .color-box { height: auto; min-height: 200px; }
    .color-column.mid .color-box { height: 180px; }
    
    .bi-grid { grid-template-columns: 1fr; gap: 60px; }
}

/* ==========================================================
   제도소개 공통 영역 (.sys-content-wrap)
   ========================================================== */
.mt-50 { margin-top: 50px; }

.sys-content-wrap {
    max-width: 1200px;
    margin: 0 auto 150px;
    padding-bottom: 50px;
    font-family: 'Pretendard', sans-serif;
}

/* 상단 배너 영역 */
.sys-head-banner {
    position: relative;
    padding: 80px 100px;
    background: #113856;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 100px;
    box-shadow: 0 20px 40px rgba(17, 56, 86, 0.15);
}

.sys-head-banner.tab1-banner {
    background: linear-gradient(135deg, #007b87 0%, #0099a8 100%);
}

.sys-head-banner .bg-shape {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 200%;
    background: rgba(255, 255, 255, 0.05);
    transform: rotate(15deg);
    pointer-events: none;
}

.sys-head-banner .banner-text {
    position: relative;
    z-index: 2;
    color: #fff;
}

.sys-head-banner .banner-text h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.sys-head-banner .banner-text p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    word-break: keep-all;
}

/* 섹션 공통 */
.sys-section {
    margin-bottom: 120px;
}

.sys-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sys-title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 32px;
    background: #442c93;
    border-radius: 3px;
}

/* 01. 개요 박스 (Premium Card) */
.sys-summary-box {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.sys-summary-box .box-inner {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.sys-summary-box .summary-icon {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background: #f8f7ff;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sys-summary-box .summary-icon img {
    width: 60px;
}

.sys-summary-box .summary-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.sys-summary-box .summary-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
}

.sys-summary-box .summary-content .highlight {
    margin-top: 15px;
    color: #442c93;
    font-weight: 500;
}

/* 02. 추진 절차 (Process Flow) */
.sys-step-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.sys-step-wrap .step-item {
    flex: 1;
}

.sys-step-wrap .step-num {
    font-size: 13px;
    font-weight: 800;
    color: #007b87;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.sys-step-wrap .step-box {
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 16px;
    padding: 30px 20px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.sys-step-wrap .step-item:hover .step-box {
    border-color: #007b87;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 123, 135, 0.1);
}

.sys-step-wrap .step-box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    line-height: 1.4;
}

.sys-step-wrap .step-box p {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}

.sys-step-wrap .step-arrow img {
    width: 24px;
    opacity: 0.3;
}

/* 03. 기대 효과 (Benefit Grid/Flex) */
.sys-benefit-flex {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sys-benefit-flex .benefit-item {
    display: flex;
    align-items: center;
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 30px 50px;
    gap: 40px;
    transition: all 0.3s ease;
}

.sys-benefit-flex .benefit-item:hover {
    background: #fff;
    border-color: #eee;
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}

.sys-benefit-flex .benefit-item .icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}

.sys-benefit-flex .benefit-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sys-benefit-flex .benefit-item h5 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.sys-benefit-flex .benefit-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* 04. 대상 품목 (Target Category) */
.bg-section {
    background: #f8f9fb;
    border-radius: 30px;
    padding: 80px !important;
}

.sys-target-box .target-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.sys-target-box .target-item {
    background: #fff;
    border: 1px solid #e1e4e8;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.sys-target-box .target-footer {
    font-size: 15px;
    color: #888;
}

/* Mobile Responsive Adjustments */
@media (max-width: 1024px) {
    .sys-head-banner { padding: 50px 40px; }
    .sys-head-banner .banner-text h2 { font-size: 32px; }
    .sys-summary-box .box-inner { flex-direction: column; gap: 20px; text-align: center; align-items: center; }
    .sys-step-wrap { flex-direction: column; }
    .sys-step-wrap .step-box { height: auto; padding: 40px 20px; }
    .sys-step-wrap .step-arrow { transform: rotate(90deg); margin: 10px 0; }
    .sys-benefit-flex .benefit-item { flex-direction: column; text-align: center; padding: 40px 30px; gap: 20px; }
    .bg-section { padding: 40px !important; }
}

