.content-section {
    padding-top: 0;
    padding-bottom: 96px;
}

.gradient-section {
    padding-top: 0;
    padding-bottom: 120px;
}

.tab-images-container {
    position: relative;
    width: 1552px;
    max-width: calc(100% - 80px);
    height: 490px;
    margin: 0 auto;
    z-index: 1;
}




.tab-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.tab-image-wrapper img,
.tab-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.tab-text-overlay {
    position: absolute;
    right: 100px;
    bottom: 48px;
    width: 628px;
    padding: 48px;
    z-index: 20;
    box-sizing: border-box;
/* Glassmorphism effects */
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.tab-overlay-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0;
    color: var(--white);
    margin-bottom: 20px;
}

.tab-overlay-text {
    font-family: 'Pretendard', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: var(--white);
    margin-bottom: 32px;
}

.tab-overlay-text:last-child {
    margin-bottom: 0;
}

.tab-tags {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.tab-tag {
    padding: 0 8px;
    height: 32px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-shrink: 0;
    box-sizing: border-box;
}






.section-full {
    padding: 0 10px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-full-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
    width: calc(100% - 80px);
    max-width: 1552px;
}

.section-full-title {
    text-align: center;
    font-family: Pretendard;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -1px;
}

.section-full-subtitle {
    color: var(--grey-70);
    text-align: center;
    font-family: Pretendard;
    font-size: 22px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.4px;
}


.demo-section {
    text-align: center;
    background-image: url(/assets/images/contents_sub08_1.jpg);
    background-size: cover;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-section-text-wrapper {
    margin-bottom: 64px;
}

.demo-section-text-wrapper .section-full-subtitle {
    margin-top: 20px;
    color: var(--white);
}

.demo-section-button {
    background-color: var(--brand-primary);
    color: var(--white);
    font-family: 'Pretendard', sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.32px;
    padding: 0 36px;
    height: 60px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.demo-section-button:hover {
    opacity: 0.9;
}

.system-section {
    position: relative;
}

.system-section-bg, .system-section .section-full-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.system-section-bg {
    width: calc(100% - 80px);
    max-width: 1520px;
}

.system-section .section-full-content {
    z-index: 1;
}

.system-section-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    text-align: center;
}

.system-section-point {
    color:var(--grey-100);
    text-align: center;
    font-family: Pretendard;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.88px;
}

.system-section-point .keyword {
    color: var(--brand-primary);
}

.why-section {
    background-image: url(/assets/images/contents_sub08_3.jpg);
    background-size: cover;
}

.why-section-banner {
    display: inline-flex;
    height: 121px;
    padding: 0 80px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 104px;
}

.why-section-banner-icon {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
}

.why-section-banner-text {
    color: var(--Grey-50, #A0A3A9);
    text-align: center;
    font-family: Pretendard;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.88px;
}

.flatform-section {
    background: var(--brand-primary);
    color: var(--white);
}

.flatform-section-title {
    color: var(--Basic-White, #FFF);
    text-align: center;
    font-family: Pretendard;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
    opacity: .6;
}

.flatform-section-ci {
    margin-top: 92px;
    text-align: center;
}

.flatform-section-logo-text {
    text-align: center;
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1px;
    margin-top: 12px;
}

.conversation-section-text-wrapper .section-full-subtitle{
    margin-top: 20px;
}

.conversation-section-visual {
    margin-top: 64px;
    border-radius: 20px;
    overflow: hidden;
}

.section-dark {
    background-color: var(--grey-100);
    color: var(--white);
}

.section-dark .section-full-subtitle {
    color: var(--white);
    margin-top: 20px;
}

.section-full-content-horizon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.section-full-content-horizon .section-full-title,
.section-full-content-horizon .section-full-subtitle {
    text-align: left;
}

.section-full-content-horizon .section-dark-visual {
    max-width: 760px;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
}

.section-full-content-horizon .section-dark-visual img {
    width: 100%;
}

.conversation-info .section-full-content-horizon .section-dark-visual {
    border-radius: 0;
}

.mainbanner-section {
    background: url(/assets/images/contents_main01.jpg) no-repeat center /cover
}

.mainbanner-section.section-full {
    height: calc(100vh - 80px);
}

.section-dark .hero-title,
.section-dark .hero-subtitle {
    color: var(--white);
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-item {
    display: block;
    border: 1px solid var(--white);
    padding: 12px 20px;
    border-radius: 12px;
}

.section-full .info-list {
    width: 362px;
    margin-top: 60px;
}

.experience-section {
    background: url(/assets/images/contents_main03.jpg) no-repeat center /cover;
}

.card-list {
    display: flex;
    gap: 32px;
}

.card-list.grid-3 {
    flex-wrap: nowrap;
}

.card-list.grid-3 .card-item {
    width: calc((100% - 64px) / 3);
}

.card-list.grid-4 .card-item {
    width: calc((100% - 96px) / 4);
}

.card-item {
    padding: 40px 40px 52px;
    border-radius: 16px;
    color: var(--grey-80);
}

.card-item .info-label {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.4px;
}

.card-item .info-value {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -1px;
    color: var(--grey-100);
    vertical-align: middle;
}

.card-item .info-tag--icon {
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
    background-size: 100%;
    background-repeat: no-repeat;
}

.card-item .info-tag--icon.status__up {
    background-image: url(/assets/images/arrow-block-up.svg);
}

.card-item .info-tag--icon.status__down {
    background-image: url(/assets/images/arrow-block-down.svg);
}

.card-item__bg {
    background-color: var(--brand-background);
}

.card-item__blue {
    background-color: var(--brand-primary);
    color: var(--white);
}

.card-item__blue .info-value {
    color: var(--white);
}

.experience-card {
    margin-top: clamp(20px, 9vw, 64px);
}

.experience-card .card-item {
    border-radius: 20px;
}

.experience-card .card-item .info-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.experience-card .card-item .info-value {
    margin-top: 12px;
    font-size: 30px;
    line-height: 55px;
}

.experience-card .card-item .info-desc {
    margin-top: 16px;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.4px;
}

.bebefit-card .card-item {
    text-align: center;
}

.section-inner {
    padding: 0 40px;
    margin: 0 auto;
    width: 100%;
    max-width: 1552px;
}

.demo-footer-section {
    background-image: url(/assets/images/contents_main04.jpg);
    background-size: cover;
    height: 668px;
}

.demo-footer-section .section-full-title,
.demo-footer-section .section-full-subtitle {
    color: var(--white);
}


/* ==================== Media Queries ==================== */

@media (prefers-reduced-motion: reduce) {
.parallax-image {
    transform: none !important;
}
}

@media (max-width: 1632px) and (min-width: 769px) {
    .section-full-title {
        font-size: 44px;
        line-height: 1.2;
    }
}

@media (max-width: 1632px) {
.tab-images-container {
    width: 100%;
    max-width: calc(100% - 80px);
}

    .section-full-content-horizon .section-dark-visual {
        max-width: calc(760px * (100vw - 80px) / 1552px);
    }
}

@media (min-width: 769px) {
.parallax-container {
    overflow: hidden;
}
.parallax-image {
    transform: translateY(0);
    transition: transform 0.3s ease-out;
}
}

@media (max-width: 1024px) {
    .tab-images-container {
        width: 100%;
        max-width: calc(100% - 40px);
    }

    .tab-text-overlay {
        right: 20px;
        bottom: 20px;
        left: 20px;
        width: auto;
    }

    .section-full {
        height: auto;
        padding: clamp(60px, 9vw, 140px) 0;
    }
    .section-full-content-horizon {
        flex-direction: column;
        gap: 48px;
    }
    .section-full-content-horizon .section-full-title,
    .section-full-content-horizon .section-full-subtitle {
        text-align: center;
    }
    .section-full-content-horizon .section-dark-visual {
        max-width: 100%;
        width: 100%;
    }
    .system-section-bg,
    .system-section .section-full-content {
        position: static;
        transform: none;
    }
    .system-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .system-section-bg {
        width: calc(100% - 80px);
        max-width: 100%;
        order: 1;
    }
    .system-section .section-full-content {
        width: 100%;
        padding: clamp(40px, 6vw, 80px) 40px;
        padding-top: 0;
    }
    .system-section-text-wrapper {
        gap: 20px;
    }
    .system-section-point {
        font-size: 30px;
    }
    .card-list.grid-4 {
        flex-wrap: wrap;
    }
    .card-list.grid-4 .card-item {
        width: calc((100% - 32px) / 2);
    }
}

@media (max-width: 768px) {
    .tab-images-container {
        max-width: calc(100% - 40px);
    }

    .tab-images-container {
        height: auto;
        min-height: 490px;
        aspect-ratio: 1552 / 490;
    }
    .tab-text-overlay {
        right: 20px;
        bottom: 20px;
        left: 20px;
        width: auto;
    }

    .section-full-title {
        font-size: 36px;
        line-height: 1.2;
    }
    .section-full-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .section-full-content-horizon {
        gap: 32px;
    }
    .section-full-content {
        padding: 0 20px;
        width: 100%;
    }
    .card-list.grid-3 {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .card-list.grid-3 .card-item {
        width: 100%;
    }
    .card-list.grid-4 .card-item {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .tab-text-overlay {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}
