.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-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
    opacity: .6;
}

.flatform-section-ci {
    margin-top: clamp(60px, 5.7vw, 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;
}

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

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

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

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

.creat-system-visual {
    max-width: 1024px;
    margin: 64px auto 0;
    border-radius: 20px;
    padding: 64px;
    background-color: var(--white);
}

.creat-system-img {
    width: 100%;
}

.cta-banner-demo .cta-banner-bg {
    background-image: url(/assets/images/required_sub_03.jpg);
}


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

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

@media (min-width: 1400px) {
    .flatform-section-title {
        font-size: 70px;
    }
}

@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%;
    }
    .why-section-banner {
        height: auto;
        padding: 20px 48px;
    }
    .why-section-banner-text {
        font-size: 24px;
    }
    .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;
    }
}

@media (max-width: 768px) {
    .tab-images-container {
        max-width: calc(100% - 40px);
        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%;
    }
}

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