/* Hero Section */
.hero-section-scm {
    position: relative;
    height: 400px;

    overflow: hidden;
}

.hero-image-container-scm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-background-scm {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content-scm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.hero-logo-scm {
    width: 296px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 12px;
}

.hero-title-scm {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.286;
    letter-spacing: -0.714%;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.hero-subtitle-scm {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.143;
    letter-spacing: -1.429%;
    color: #FFFFFF;
    text-align: center;
}

/* Problem Section */
.problem-section-scm {
    padding: 120px 0 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.problem-container-scm {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 120px;
}

.problem-text-section-scm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.problem-blur-box-scm {
    position: relative;
    width: 720px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.problem-blur-box-scm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    border-radius: 8px;
    opacity: 0.2;
    filter: blur(80px);
}

.problem-statement-scm {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.5%;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.problem-image-section-scm {
    max-width: 1280px;
}

.problem-image-scm {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Solution Introduction */
.solution-intro-scm {
    padding: 200px 0;
    display: flex;
    justify-content: center;
}

.solution-intro-container-scm {
    width: 100%;
    margin: 0 auto;
    padding: 0 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.solution-intro-text-scm {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.solution-title-scm {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    background: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.solution-subtitle-scm {
    font-family: 'Pretendard', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.111;
    letter-spacing: -0.556%;
    color: #FFFFFF;
    margin: 0;
}

/* Process Flow */
.process-flow-scm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding: 48px 32px;
    border: 1px #0F79FC solid;
    border-radius: 16px;
    position: relative;
    width: 100%;
    background: transparent;
    max-width: 1280px;
}

/* Gradient border effect using pseudo-element */
.process-flow-scm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    border-radius: 16px;
    padding: 1px;
    z-index: -1;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.process-item-scm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 188px;
    gap: 16px;
}

.process-icon-scm {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

.process-label-scm {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.167;
    letter-spacing: -0.833%;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.arrow-scm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 20px;
}

.arrow-icon-scm {
    width: 32px;
    height: 24px;
    object-fit: contain;
}

/* Features Section */
.features-section-scm {
    padding: 200px 0;
}

.features-container-scm {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 132px;
    display: flex;
    justify-content: space-between;
    gap: 181px;
}

.features-header-scm {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 400px;
    flex-shrink: 0;
}

.features-title-scm {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    background: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.features-subtitle-scm {
    font-family: 'Pretendard', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.556%;
    color: #FFFFFF;
    margin: 0;
}

.features-grid-scm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 60px;
    flex: 1;
}

.feature-card-scm {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.feature-image-scm {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.feature-content-scm {
    background-color: #202020;
    padding: 24px;
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.feature-title-scm {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1%;
    color: #FFFFFF;
    margin: 0;
}

.feature-description-scm {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
}


/* Benefits Section */
.benefits-section-scm {
    margin: 200px 0;
    padding: 200px 0;
    position: relative;
    overflow: hidden;
}

.benefits-background-scm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/images/noisy-gradients.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 1;
}

.benefits-container-scm {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 132px;
    display: flex;
    align-items: center;
    gap: 107px;
    position: relative;
    z-index: 2;
}

.benefits-image-scm {
    width: 480px;
    height: 480px;
    flex-shrink: 0;
}

.benefits-img-scm {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.benefits-content-scm {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.benefits-header-scm {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.benefits-title-scm {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    background: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.benefits-subtitle-scm {
    font-family: 'Pretendard', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.111;
    letter-spacing: -0.556%;
    color: #FFFFFF;
    margin: 0;
}

/* Accordion */
.accordion-list-scm {
    display: flex;
    flex-direction: column;
}

.accordion-item-scm {
    border-bottom: 1px solid #FFFFFF;
    padding: 0 16px;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.accordion-header-scm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    gap: 23px;
    min-height: 56px;
}

.accordion-title-scm {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.143;
    letter-spacing: -1.429%;
    color: #FFFFFF;
    flex: 1;
}

.accordion-icon-scm {
    position: relative;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.icon-line-horizontal-scm,
.icon-line-vertical-scm {
    position: absolute;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}

.icon-line-horizontal-scm {
    width: 12px;
    height: 1.5px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.icon-line-vertical-scm {
    width: 1.5px;
    height: 12px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.accordion-item-scm.active .accordion-icon-scm .icon-line-vertical-scm {
    opacity: 0;
}

.accordion-content-scm {
    max-width: 400px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
}

.accordion-item-scm.active .accordion-content-scm {
    padding: 0 0 12px 0;
}

.accordion-content-scm p {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -1%;
    color: #FFFFFF;
    margin: 0;
}

/* 모바일 (~480px) */
@media (max-width: 480px) {

    /* Hero Section */
    .hero-section-scm {
        height: 320px;
    }

    .hero-logo-scm {
        width: 200px;
        height: 68px;
        margin-bottom: 8px;
    }

    .hero-title-scm {
        font-size: 20px;
        margin-bottom: 6px;
        padding: 0 20px;
    }

    .hero-subtitle-scm {
        font-size: 12px;
        padding: 0 20px;
    }

    /* Problem Section */
    .problem-section-scm {
        padding: 60px 20px;
    }

    .problem-container-scm {
        gap: 60px;
    }

    .problem-text-section-scm {
        gap: 40px;
    }

    .problem-blur-box-scm {
        width: 100%;
        height: 80px;
    }

    .problem-statement-scm {
        font-size: 22px;
        padding: 0 20px;
    }

    .problem-image-scm {
        height: 200px;
    }

    /* Solution Introduction */
    .solution-intro-scm {
        padding: 80px 0;
    }

    .solution-intro-container-scm {
        padding: 0 20px;
        gap: 40px;
    }

    .solution-title-scm {
        font-size: 14px;
    }

    .solution-subtitle-scm {
        font-size: 24px;
    }

    /* Process Flow */
    .process-flow-scm {
        flex-direction: column;
        width: 200px;
        padding: 24px 16px;
        gap: 24px;
    }

    .process-item-scm {
        width: 120px;
        gap: 12px;
    }

    .process-icon-scm {
        width: 100px;
        height: 100px;
    }

    .process-label-scm {
        font-size: 16px;
    }

    .arrow-scm {
        transform: rotate(90deg);
        width: 24px;
        height: 24px;
        padding: 12px;
    }

    .arrow-icon-scm {
        width: 20px;
        height: 15px;
    }

    /* Features Section */
    .features-section-scm {
        padding: 80px 0;
    }

    .features-container-scm {
        padding: 0 60px;
        flex-direction: column;
        gap: 40px;
    }

    .features-header-scm {
        min-width: auto;
    }

    .features-title-scm {
        font-size: 14px;
    }

    .features-subtitle-scm {
        font-size: 24px;
    }

    .features-grid-scm {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .feature-image-scm {
        height: 120px;
    }

    .feature-content-scm {
        padding: 16px;
        gap: 12px;
    }

    .feature-title-scm {
        font-size: 16px;
    }

    .feature-description-scm {
        font-size: 14px;
    }

    /* Benefits Section */
    .benefits-section-scm {
        margin: 80px 0;
        padding: 80px 0;
        height: auto;
    }

    .benefits-container-scm {
        padding: 0 20px;
        flex-direction: column;
        gap: 40px;
    }

    .benefits-image-scm {
        width: 100%;
        height: 100%;
    }

    .benefits-content-scm {
        gap: 24px;
    }

    .benefits-header-scm {
        gap: 16px;
        text-align: center;
    }

    .benefits-title-scm {
        font-size: 14px;
    }

    .benefits-subtitle-scm {
        font-size: 24px;
    }

    .accordion-item-scm {
        padding: 0 8px;
        min-height: 48px;
    }

    .accordion-header-scm {
        padding: 16px 0;
        gap: 16px;
        min-height: 48px;
    }

    .accordion-title-scm {
        font-size: 12px;
    }

    .accordion-content-scm {
        max-width: 100%;
    }

    .accordion-content-scm p {
        font-size: 11px;
    }

    .contact-title {
        font-size: 20px;
    }

    .contact-description {
        font-size: 12px;
    }
}

/* 태블릿 세로 (481px~768px) */
@media (min-width: 481px) and (max-width: 768px) {

    /* Hero Section */
    .hero-section-scm {
        height: 360px;
    }

    .hero-logo-scm {
        width: 240px;
        height: 81px;
        margin-bottom: 10px;
    }

    .hero-title-scm {
        font-size: 24px;
        margin-bottom: 7px;
    }

    .hero-subtitle-scm {
        font-size: 13px;
    }

    /* Problem Section */
    .problem-section-scm {
        padding: 80px 40px;
    }

    .problem-container-scm {
        gap: 80px;
    }

    .problem-text-section-scm {
        gap: 50px;
    }

    .problem-blur-box-scm {
        width: 100%;
        height: 90px;
    }

    .problem-statement-scm {
        font-size: 30px;
        padding: 0 20px;
    }

    .problem-image-scm {
        height: 300px;
    }

    /* Solution Introduction */
    .solution-intro-scm {
        padding: 120px 0;
    }

    .solution-intro-container-scm {
        padding: 0 40px;
        gap: 50px;
    }

    .solution-title-scm {
        font-size: 15px;
    }

    .solution-subtitle-scm {
        font-size: 28px;
    }

    /* Process Flow */
    .process-flow-scm {
        width: 480px;
        flex-direction: column;
        padding: 32px 24px;
        gap: 32px;
    }

    .process-item-scm {
        width: 140px;
        gap: 14px;
    }

    .process-icon-scm {
        width: 120px;
        height: 120px;
    }

    .process-label-scm {
        font-size: 18px;
    }

    .arrow-scm {
        transform: rotate(90deg);
        width: 32px;
        height: 32px;
        padding: 16px;
    }

    .arrow-icon-scm {
        width: 24px;
        height: 18px;
    }

    /* Features Section */
    .features-section-scm {
        padding: 120px 0;
    }

    .features-container-scm {
        padding: 0 40px;
        flex-direction: column;
        gap: 60px;
    }

    .features-header-scm {
        min-width: auto;
    }

    .features-title-scm {
        font-size: 15px;
    }

    .features-subtitle-scm {
        font-size: 28px;
    }

    .features-grid-scm {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .feature-content-scm {
        padding: 20px;
        gap: 14px;
    }

    .feature-title-scm {
        font-size: 18px;
    }

    .feature-description-scm {
        font-size: 15px;
    }

    /* Benefits Section */
    .benefits-section-scm {
        margin: 120px 0;
        padding: 120px 0;
        height: auto;
    }

    .benefits-container-scm {
        padding: 0 40px;
        flex-direction: column;
        gap: 60px;
    }

    .benefits-content-scm {
        gap: 28px;
    }

    .benefits-header-scm {
        gap: 20px;
    }

    .benefits-title-scm {
        font-size: 15px;
    }

    .benefits-subtitle-scm {
        font-size: 28px;
    }

    .accordion-item-scm {
        padding: 0 12px;
        min-height: 52px;
    }

    .accordion-header-scm {
        padding: 18px 0;
        gap: 20px;
        min-height: 52px;
    }

    .accordion-title-scm {
        font-size: 13px;
    }

    .accordion-content-scm {
        max-width: 100%;
    }

    .accordion-content-scm p {
        font-size: 11px;
    }
}

/* 태블릿 가로/소형 데스크톱 (769px~1279px) */
@media (min-width: 769px) and (max-width: 1279px) {

    /* Hero Section */
    .hero-section-scm {
        height: 380px;
    }

    .hero-logo-scm {
        width: 260px;
        height: 88px;
        margin-bottom: 11px;
    }

    .hero-title-scm {
        font-size: 26px;
        margin-bottom: 7px;
    }

    .hero-subtitle-scm {
        font-size: 13px;
    }

    /* Problem Section */
    .problem-section-scm {
        padding: 100px 60px;
    }

    .problem-container-scm {
        gap: 100px;
    }

    .problem-text-section-scm {
        gap: 55px;
    }

    .problem-blur-box-scm {
        width: 600px;
        height: 100px;
    }

    .problem-statement-scm {
        font-size: 36px;
    }

    .problem-image-scm {
        height: 450px;
    }

    /* Solution Introduction */
    .solution-intro-scm {
        padding: 160px 0;
    }

    .solution-intro-container-scm {
        padding: 0 60px;
        gap: 55px;
    }

    .solution-title-scm {
        font-size: 15px;
    }

    .solution-subtitle-scm {
        font-size: 32px;
    }

    /* Process Flow */
    .process-flow-scm {
        padding: 40px 6px;
        gap: 8px;
    }

    .process-item-scm {
        width: 160px;
        gap: 14px;
    }

    .process-icon-scm {
        width: 140px;
        height: 140px;
    }

    .process-label-scm {
        font-size: 20px;
    }

    .arrow-scm {
        width: 36px;
        height: 36px;
        padding: 18px;
    }

    .arrow-icon-scm {
        width: 28px;
        height: 21px;
    }

    /* Features Section */
    .features-section-scm {
        padding: 160px 0;
    }

    .features-container-scm {
        padding: 0 60px;
        gap: 0px;
    }

    .features-header-scm {
        min-width: 350px;
    }

    .features-title-scm {
        font-size: 15px;
    }

    .features-subtitle-scm {
        font-size: 32px;
    }

    .features-grid-scm {
        grid-template-columns: 1fr 1fr;
        gap: 28px 50px;
    }

    .feature-image-scm {
        height: 160px;
    }

    .feature-content-scm {
        padding: 22px;
        gap: 15px;
    }

    .feature-title-scm {
        font-size: 19px;
    }

    .feature-description-scm {
        font-size: 15px;
    }

    /* Benefits Section */
    .benefits-section-scm {
        margin: 160px 0;
        padding: 160px 0;
        
    }

    .benefits-container-scm {
        flex-direction: column;
        padding: 0 60px;
        gap: 80px;
    }

    .benefits-image-scm {
        width: 480px;
        height: 480px;
    }


    .benefits-content-scm {
        gap: 30px;
    }

    .benefits-header-scm {
        gap: 22px;
    }

    .benefits-title-scm {
        font-size: 15px;
    }

    .benefits-subtitle-scm {
        font-size: 32px;
    }

    .accordion-item-scm {
        padding: 0 14px;
        min-height: 54px;
    }

    .accordion-header-scm {
        padding: 19px 0;
        gap: 22px;
        min-height: 54px;
    }

    .accordion-title-scm {
        font-size: 13px;
    }

    .accordion-content-scm {
        max-width: 100%;
    }

    .accordion-content-scm p {
        font-size: 11px;
    }
}