@charset "utf-8";
@font-face {
    font-family: 'NotoSansSCThin';
    src: url('../fonts/Montserrat/NotoSansSCThin-ExtraBold_98.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*
 * File       : main.css
 * Author     : STUDIO-JT (NICO)
 * Guideline  : JTstyle.1.1.1
 * Guideline  : http://codex.studio-jt.co.kr/?p=746
 *
 * Dependency :
 *
 * SUMMARY:
 * 1) GLOBAL
 * 2) SLIDESHOW
 * 3) PROJECT
 * 4) ABOUT
 * 5) NEWS
 * 6) CONTACT
 *
 */



/* **************************************** *
 * GLOBAL
 * **************************************** */

/* PERFORMANCE DEBUGER*/
.dg.ac { z-index: 999 !important }
.main_view_all { z-index: 30; position: absolute; top: -35px; top: 120px; right: 100px; font-weight: bold; font-size: 16px; color: #222; padding-bottom: 5px; -webkit-transition: color 300ms; transition: color 300ms; }
.main_view_all:before,
.main_view_all:after { content: ""; -webkit-transition: width 600ms; transition: width 600ms; -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); display: block; height: 5px; position: absolute; z-index: 2; bottom: -4px; background-color: #fff; }
.main_view_all:before { width: 100%; right: 0; -webkit-transition-delay: 180ms; transition-delay: 180ms; }
.main_view_all:after { width: 0; left: 0; -webkit-transition-delay: 0ms; transition-delay: 0ms; background-color: #f97290; }
.main_view_all:hover:before,
.main_view_all:hover:before { width: 0; -webkit-transition-delay: 0ms; transition-delay: 0ms; }
.main_view_all:hover:after,
.main_view_all:hover .main_view_all:after { width: 100%; -webkit-transition-delay: 180ms; transition-delay: 180ms; }
.main_view_all:hover { color: #f97290; }
/* Hide CH navigation */
nav#main_visual_slide_nav { display: none !important; }

nav#main_visual_slide_nav { position: absolute; right: 40px; z-index: 3; top: 50%; margin-top: -114px; width: 180px; opacity: 0; -webkit-transform: translate3d(50px, 0, 0); transform: translate3d(50px, 0, 0); -webkit-transition: 300ms; transition: 300ms; }
.main_slideshow_timer .fp-completely.section_01 nav#main_visual_slide_nav { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
nav#main_visual_slide_nav a { display: block; height: 38px; line-height: 38px; font-weight: bold; color: #2c99e4; color: #f97290; font-size: 15px; -webkit-transition: 300ms; transition: 300ms; }
nav#main_visual_slide_nav a span:after { width: 65px; height: 2px; background: #f97290; content: ""; display: inline-block; vertical-align: middle; margin-left: 10px; -webkit-transition: 300ms; transition: 300ms; }
nav#main_visual_slide_nav a.active span:after { width: 130px; }
nav#main_visual_slide_nav a.active { color: #f97290; }
nav#main_visual_slide_nav a.active,
nav#main_visual_slide_nav a:hover { color: #f97290; color: #2c99e4; }
nav#main_visual_slide_nav a.active span:after,
nav#main_visual_slide_nav a:hover span:after { background-color: #2c99e4; }
a.btn_slide { min-width: 282px; padding: 0 20px; height: 62px; line-height: 62px; display: inline-block; text-align: center; background: #fff; border: 1px solid #f97290; color: #f97290; font-size: 24px; font-weight: bold; -webkit-transition: 200ms; transition: 200ms; }
a.btn_slide.btn_slide_video { min-width: inherit; width: 179px; }
.slide_btn_container { margin-top: 30px; }
a.btn_slide:hover { background: #f97290; color: #fff; }
#three_slide_container { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
a.btn_slide.btn_slide_project { border: 2px solid #f97290; background: #f97290; color: #fff; border-radius: 2px; margin-right: 8px;/* transition: 200ms; */}
a.btn_slide.btn_slide_video { background: transparent; border: 2px solid #fff; color: #fff; }
a.btn_slide span:after { position: absolute; width: 15px; height: 15px; background: no-repeat center center; display: block; right: 0; top: 22px; content: ""; -webkit-transition: 200ms; transition: 200ms; -webkit-transition-delay: 0ms; transition-delay: 0ms; opacity: 0; }
a.btn_slide.btn_slide_project span:after { width: 23px; background-image: url(../assets/images/main/project-arrow-icon.svg); }
a.btn_slide.btn_slide_video span:after { background-image: url(../assets/images/main/video-icon.svg); }
a.btn_slide span { position: relative; display: inline-block; -webkit-transition: 300ms; transition: 300ms; }
a.btn_slide:hover span { padding-right: 30px; }
a.btn_slide:hover span:after { opacity: 1; -webkit-transition: 300ms; transition: 300ms; -webkit-transition-delay: 100ms; transition-delay: 100ms; }
a.btn_slide.btn_slide_project:hover { border-color: #fff; background: #fff; color: #f97290; }
a.btn_slide.btn_slide_video:hover { background: #f97290; border-color: #f97290; }

/* SLICK*/
.main .slick_arrow_prev,
.news .slick_arrow_prev { background: url('../assets/images/main/arrow-prev.svg') no-repeat left center; }
.main .slick_arrow_next,
.news .slick_arrow_next { background: url('../assets/images/main/arrow-next.svg') no-repeat right center; }
.main .slick_arrow,
.news .slick_arrow { width: 70px; height: 30px; -webkit-transition: 300ms; transition: 300ms; background-size: 55px auto; cursor: pointer; display: inline-block }
.main .slick_arrow { z-index: 30; position: absolute; bottom: 11%; left: 50%; }
.main .slick_arrow_prev { margin-left: -60px; }
.main .slick-disabled,
.news .slick-disabled { opacity: 0.5; }
.main .slick-list.draggable { bottom: -70px; }
.slick-slide img { max-width: 100%; margin: auto; }



/* Platform links */
.platform-links {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.platform-link {
    width: 150px;
    min-width: 150px;
    height: 92px;
    padding: 12px 14px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 240ms ease, box-shadow 240ms ease, filter 240ms ease;
}

.platform-link__eyebrow,
.platform-link__meta {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.1;
}

.platform-link__eyebrow {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.platform-link__meta {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.92;
}

.platform-link__logo {
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.platform-link::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
    pointer-events: none;
}

.platform-link:hover {
    transform: translateY(-4px);
    filter: saturate(1.04);
}

.platform-link:hover .platform-link__meta {
    opacity: 1;
}

.platform-link__logo {
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.platform-link__logo--iqiyi,
.platform-link__logo--youku {
    max-height: 34px;
}

.platform-link--tencent {
    background: linear-gradient(135deg, #19c37d, #0ea765);
    box-shadow: 0 8px 20px rgba(25, 195, 125, 0.28);
}

.platform-link--tencent:hover {
    box-shadow: 0 14px 28px rgba(25, 195, 125, 0.34);
}

.platform-link--iqiyi {
    background: linear-gradient(135deg, #00dc5a, #00b84c);
    box-shadow: 0 8px 20px rgba(0, 220, 90, 0.28);
}

.platform-link--iqiyi:hover {
    box-shadow: 0 14px 28px rgba(0, 220, 90, 0.34);
}

.platform-link--youku {
    background: linear-gradient(135deg, #ff7a00, #2563eb);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
}

.platform-link--youku:hover {
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.32);
}

@media (max-width: 640px) {
    .platform-links {
        gap: 10px;
    }

    .platform-link {
        width: calc(50% - 6px);
        min-width: 132px;
        height: 84px;
        padding: 10px 12px;
    }

    .platform-link__eyebrow {
        font-size: 13px;
    }

    .platform-link__meta {
        font-size: 11px;
    }

    .platform-link__logo--tencent {
        max-height: 30px;
    }

    .platform-link__logo--iqiyi,
    .platform-link__logo--youku {
        max-height: 26px;
    }
}


.main_visual_slide,
.main_section_content { position: relative; margin-left: 235px; margin-top: -20px; }
.main_visual_slide { margin-top: 380px; }
.section h2,
.main_visual_slide h2 { font-size: 100px; }
.section_slideshow p { margin-top: -10px; }
.slide { background: #798080 no-repeat center top; background-size: cover; }
.main_visual_slide_01 { background-image: url(../assets/images/main/slice-Project-01-larva_01.jpg); background-color: #fff;height: 100vh; width:100%; display: table; table-layout: fixed; }
.main_visual_slide_02 { background-image: url(../assets/images/main/header-bg.jpg); }
.main_visual_slide_03 { background-image: url(../assets/images/main/wingcle_header_bg.jpg); }
#fp-nav ul li,
.fp-slidesNav ul li { width: 14px; height: 10px; }
#fp-nav ul li a span,
.fp-slidesNav ul li a span { background: none; border: 2px solid #fff; border-radius: 0px; width: 10px; height: 10px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span { border-radius: 0px; margin: -2px 0 0 -2px; width: 10px; height: 10px; background: #fff; }
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span { margin: -2px 0 0 -2px; }
.fp-slidesNav ul li a span { -webkit-transition: -webkit-transform 500ms; transition: -webkit-transform 500ms; transition: transform 500ms; transition: transform 500ms, -webkit-transform 500ms }
.fp-slidesNav ul li a.active span { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg) }
.main_visual_slide p,
.section p {/* text-align: center; */ color: #2c99e4;/* margin-top: 20px; */ font-size: 18px; line-height: 25px; }
.section h2,
.section p { color: #fff }
.main_visual_slide h2 span,
.main_visual_slide p { color: #fff; }
.main_visual_slide_placeholder h2 { margin-bottom: 15px; }
.main_visual_slide_placeholder h2 span { color: #173461 !important; }
.main_visual_slide_placeholder h2:last-of-type { margin-bottom: 30px; }
.main_visual_slide_placeholder p { margin-top: 0; }
.main .section,
.main_visual_slide_placeholder { position: relative; z-index: 2; }
.main_visual_slide_placeholder {opacity:0; -webkit-transition:300ms;transition:300ms; }
.fp-enabled .main_visual_slide_placeholder{opacity:1;}
.main .section.section_01 { z-index: 1;height: 100vh; }
.old_browser .main_visual_slide_01 { background: #111 }
.fp-tableCell,#vimeo_slide{height: 100vh;}


/* **************************************** *
 * PROJECT
 * **************************************** */
.section_project { background: #243050 repeat center center; }
.project_slideshow { width: 50%; position: relative; float: right; z-index: 5; right: -60px; }
.project_slideshow .slick-slide { text-align: center; padding: 0 10px; }
.project_slideshow .slick-slide a { display: inline-block; color: #fff; position: relative; }
.project_slideshow .slick-slide a:after { content: ""; border: 2px solid #2c99e4; opacity: 0; margin: auto; box-sizing: border-box; -webkit-transition: 300ms border, 150ms opacity; transition: 300ms border, 150ms opacity; -webkit-transition-delay: 0ms, 100ms; transition-delay: 0ms, 100ms; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 9; }
.project_slideshow .slick-slide a:hover:after,
.project_slideshow .slick-slide.slide_hover a:after { border-width: 10px; opacity: 1; -webkit-transition: 300ms border, 50ms opacity; transition: 300ms border, 50ms opacity; -webkit-transition-delay: 0ms, 0ms; transition-delay: 0ms, 0ms; }
.project_slideshow .slick-slide a[data-project="larva"]:after { border-color: #f8c10b }
.project_slideshow .slick-slide a[data-project="larvakids"]:after { border-color: #f8c10b }
.project_slideshow .slick-slide a[data-project="dinocore"]:after { border-color: #1dd7a2 }
.project_slideshow .slick-slide a[data-project="wingcle"]:after { border-color: #a25e34 }
.project_slideshow .slick-slide a[data-project="rotary"]:after { border-color: #6d458b }
.project_slideshow .slick-slide a[data-project="vicky"]:after { border-color: #d12301 }
.project_slideshow .slick-slide a[data-project="oscar"]:after { border-color: #5d8301 }
.project_slideshow figcaption { height: 70px; line-height: 70px; }
.project_slideshow_container { width: 100%; float: right; position: relative; }
.main_project_all { color: #fff; }
.main_project.main_section_title { top: -20px; }

/* JUMBO STYLE*/
.project_bg { position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: #182548; }
.project_bg_pattern { position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: transparent url('../assets/images/main/header-bg.jpg'); }
.project_jumbo { position: absolute; left: 0; top: 0; bottom: 0; right: 0; }
.project_jumbo span { position: absolute; bottom: 60px; top: 60px; display: block; background: no-repeat 60px center; background-size: auto 100%; width: 100%; opacity: 0 }
.project_jumbo span.jumbo_larva { opacity: 1; background-image: url('../assets/images/main/projet-jumbo-larva.png') }
.project_jumbo span.jumbo_larvakids { background-image: url('../assets/images/main/projet-jumbo-larvakids.png') }
.project_jumbo span.jumbo_dinocore { background-image: url('../assets/images/main/projet-jumbo-dinocore.png') }
.project_jumbo span.jumbo_wingcle { background-image: url('../assets/images/main/projet-jumbo-wingcle.png') }
.project_jumbo span.jumbo_rotary { background-image: url('../assets/images/main/projet-jumbo-rotary.png') }
.project_jumbo span.jumbo_vicky { background-image: url('../assets/images/main/projet-jumbo-vicky.png') }
.project_jumbo span.jumbo_oscar { background-image: url('../assets/images/main/projet-jumbo-oscar.png') }
.project_bg { -webkit-transition: 300ms; transition: 300ms }
.fp-viewing-1.project_id_larva .frame { background: #f8c10b }
.fp-viewing-1.project_id_larvakids .frame { background: #f8c10b }
.fp-viewing-1.project_id_dinocore .frame { background: #ce1d1d }
.fp-viewing-1.project_id_wingcle .frame { background: #c68d51 }
.fp-viewing-1.project_id_rotary .frame { background: #00714d }
.fp-viewing-1.project_id_vicky .frame { background: #293f75 }
.fp-viewing-1.project_id_oscar .frame { background: #a7793c }
.project_id_larva .project_bg { background-color: #193b90 }
.project_id_dinocore .project_bg { background-color: #001f52 }
.project_id_wingcle .project_bg { background-color: #918167 }
.project_id_rotary .project_bg { background-color: #3ec085 }
.project_id_vicky .project_bg { background-color: #b89068 }
.project_id_oscar .project_bg { background-color: #76995c }



/* **************************************** *
 * ABOUT
 * **************************************** */
.section_about { background: #331024; }
.main_about.main_section_content { top: 150px; }
.section_about .main_about.main_section_content { top: 223px; }
a.main_view_all.main_about_all { top: 120px; color: #fff; }
a.main_view_all.main_about_all:hover { color: #f97290; }

/* New About Section Layout */
.section_about { background: #331024; }
.section_about_gallery { background: #331024; }
.about_section_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 5% 30px;
    box-sizing: border-box;
    min-height: 100vh;
}

/* About Top - Text Content */
.about_top {
    max-width: 1100px;
    width: 100%;
    text-align: center;
}
.about_top h2 { font-size: 48px; margin-bottom: 30px; color: #fff; }
.about_top h2 span { color: #f97290; }
.about_top .about_text p { font-size: 18px; line-height: 1.8; margin-bottom: 15px; color: #ddd; }
.about_top .about_company { margin-top: 30px; padding-top: 20px; border-top: 2px solid rgba(255,255,255,0.2); }
.about_top .about_company p { font-size: 14px; line-height: 1.8; color: #aaa; }

/* About Bottom Image */
.about_bottom_img {
    max-width: 900px;
    width: 100%;
    margin-top: auto;
    text-align: center;
}
.about_bottom_img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* About Gallery Section */
.section_about_gallery { position: relative; }
.about-gallery-header {
    position: absolute;
    top: 30px;
    left: 5%;
    z-index: 10;
}
.about-gallery-header h2 {
    color: #fff;
    font-size: 32px;
    margin: 0;
}

/* About Images */
.about_gallery_full {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 50px 5%;
    box-sizing: border-box;
}
.about_images {
    position: relative;
    width: 100%;
    height: 100vh;
}
.about_images_main {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about_images_side {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 60%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    z-index: 2;
}
.about_images_side img {
    width: 50%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}
.about_img_yellow { transform: translateY(20px); }
.about_img_red { transform: translateY(-20px); }

/* About Images Row - Third Screen */
.about_images_row.gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 6px 4% 10px;
    background: transparent;
    max-width: 1600px;
    margin: 0 auto;
}

.about_images_row.gallery .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    width: 100%;
}

.about_images_row.gallery .card {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: calc(50% - 3px);
    max-width: 780px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about_images_row.gallery .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.about_images_row.gallery .card.reverse {
    flex-direction: row-reverse;
}

.about_images_row.gallery .card .left {
    width: 220px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    flex-shrink: 0;
    margin-right: 8px;
}

.about_images_row.gallery .card .left img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.about_images_row.gallery .card .right {
    flex: 1;
    padding: 5px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    min-width: 0;
}

.about_images_row.gallery .card.reverse .right {
    padding: 5px 8px;
}

.about_images_row.gallery .card .title {
    font-size: 10px;
    color: #f97290;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1px;
}

.about_images_row.gallery .card .name {
    font-size: 24px;
    font-weight: 800;
    color: #222;
    margin-bottom: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: font-size 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
    white-space: nowrap;
}

.about_images_row.gallery .card .desc {
    font-size: 12px;
    color: #666;
    line-height: 1.25;
    margin-bottom: 3px;
    padding-right: 6px;
}

.about_images_row.gallery .card .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.about_images_row.gallery .card .tag {
    background: #f5f5f5;
    color: #555;
    padding: 1px 5px;
    border-radius: 10px;
    font-size: 12px;
}

/* Mobile Responsive for About Images Row */
@media (max-width: 768px) {
    .about_images_row {
        flex-direction: column;
        height: auto;
        padding: 60px 5% 40px;
        gap: 20px;
    }
    .about_image_item {
        flex: 0 0 100%;
        max-width: 80%;
        width: 100%;
        height: 35vh;
        max-height: none;
    }
    .about_image_item img {
        object-fit: cover;
    }
}

/* Section Label */
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #f97290;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding: 8px 20px;
    background: linear-gradient(90deg, rgba(249, 114, 144, 0.2) 0%, transparent 100%);
    border-radius: 0 25px 25px 0;
}
.section-label .label-icon { font-size: 11px; }

/* Milestone */
.story-section.milestone p {
    font-size: 15px;
    color: #ccc;
    line-height: 1.8;
    text-align: left;
}

/* Stats Grid */
.stats-grid {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 35px 0;
    flex-wrap: wrap;
}
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 35px;
    background: linear-gradient(135deg, rgba(249, 114, 144, 0.15) 0%, rgba(142, 206, 187, 0.1) 100%);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 140px;
}
.stat-number {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.stat-unit {
    font-size: 20px;
    color: #f97290;
}
.stat-label {
    font-size: 12px;
    color: #8ecebb;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 8px;
}
.achievement-note {
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-top: 20px;
}

/* Large Screen Responsive for About Images Row (>1440px) */
@media (min-width: 1441px) {
    .about_images_row { gap: 40px; }
    .about_image_item {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        max-height: 420px;
    }
}

/* Mobile Responsive for About */
@media (max-width: 940px) {
    .about_section_content { padding: 40px 5%; }
    .about_top { margin-bottom: 30px; }
    .about_top h2 { font-size: 32px; margin-bottom: 20px; }
    .about_top .about_text p { font-size: 16px; text-align: left; }
    .about_top .about_company { text-align: left; }
    .about_images { 
        height: 100vh;
        max-width: 100%;
    }
    .about_images img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about_images_side {
        position: relative;
        width: 100%;
        height: auto;
        flex-direction: row;
        top: auto;
        right: auto;
    }
    .about_images_side img {
        width: 50%;
        height: auto;
    }
    .about_img_yellow, .about_img_red {
        transform: none;
    }
}

/* Large Screen Responsive for About (>1440px) */
@media (min-width: 1441px) {
    .about_section_content {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        padding: 80px 5%;
    }
    .about_top h2 { font-size: 48px; }
    .about_top .about_text p { font-size: 18px; }
}



/* **************************************** *
 * NEWS
 * **************************************** */
.section_news { overflow: hidden; background: #fff }
.main_visual_slide h2 span,
.main_visual_slide p { color: #fff; }
.main_news_yellow { position: absolute; top: 0; left: 10%; height: 50%; }
.main_news_yellow img { height: 100%; width: auto; }
.main_news.main_section_content h2,
.main_news.main_section_content p { color: #2c99e4; text-align: left; }
.news_slideshow { position: relative; z-index: 9 }
.news_slideshow_items h3 { margin-bottom: 12px; font-size: 28px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.news_slideshow_items p { color: #393939; text-align: left; font-size: 15px; line-height: 21px; margin-bottom: 25px; height: 43px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news_slideshow_items figure { padding: 0; margin-bottom: 30px; position: relative }
.news_slideshow_items.slick-slide a figure:after { content: ""; border: 2px solid #2c99e4; opacity: 0; margin: auto; box-sizing: border-box; -webkit-transition: 300ms border, 150ms opacity; transition: 300ms border, 150ms opacity; -webkit-transition-delay: 0ms, 100ms; transition-delay: 0ms, 100ms; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 9; }
.news_slideshow_items a:hover figure:after { border-width: 7px; opacity: 1; -webkit-transition: 300ms border, 50ms opacity; transition: 300ms border, 50ms opacity; -webkit-transition-delay: 0ms, 0ms; transition-delay: 0ms, 0ms; }
.news_slideshow_items a { display: block; padding: 10px; }
.main_news_all { color: #bbb; }
.main_news_all:before { background-color: #bbb; }
.main_news_all:hover { color: #f97290; }
.news_slideshow_container { position: relative; }
.section_news .slick_arrow { left: 50%; }
.section_news .slick_arrow_prev,
.news .slick_arrow_prev { background-image: url('../assets/images/main/arrow-prev-pink.svg') }
.section_news .slick_arrow_prev { margin-left: -65px; }
.section_news .slick_arrow_next,
.news .slick_arrow_next { background-image: url('../assets/images/main/arrow-next-pink.svg') }
.section_news .slick_arrow { display: block; width: 57px; height: 57px; line-height: 58px; text-align: center; overflow: hidden; background: #e7e7e7; }
.section_news .slick_arrow_prev { opacity: 1; }
.section_news .slick_arrow_prev svg,
.section_news .slick_arrow_next svg { fill: #f97290; }
.section_news .slick_arrow_prev:hover,
.section_news .slick_arrow_next:hover { background: #f97290; }
.section_news .slick_arrow_prev:hover svg,
.section_news .slick_arrow_next:hover svg { fill: #fff; }
.news_slideshow_items .main_news_more { display: block; width: 52px; height: 47px; line-height: 64px; text-align: center; overflow: hidden; border: 2px solid #2c99e4; position: relative; }
.main_news_more path { fill: #2c99e4; }
.main_news_more:hover path { fill: #fff; }
.main_news_more svg { width: 10px; height: 30px; position: absolute; top: 50%; left: 50%; margin-left: -5px; margin-top: -15px; }
.news_slideshow_items a:hover .main_news_more { background: #2c99e4; }
.news_slideshow_items a:hover .main_news_more svg path { fill: #ffffff; }
.news_slideshow .slick-slide img{ max-width:inherit; width:100%}

/* MOTION*/
.main_news h2,
.main_news p { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: 400ms; transition: 400ms; opacity: 1; }
.swipe .main_news h2,
.swipe .main_news p { -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); opacity: 0; }
.main_news h2 { -webkit-transition-delay: 80ms; transition-delay: 80ms }
.main_news p { -webkit-transition-delay: 0ms; transition-delay: 0ms }



/* **************************************** *
 * CONTACT
 * **************************************** */
.section.section_contact { background: #182548; }
.cooperation-section-header {
    text-align: center;
    margin-bottom: 20px;
}
.cooperation-section-header h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.cooperation-section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #f97290, transparent);
    border-radius: 2px;
}

.cooperation-section-header h2 span {
    background: linear-gradient(135deg, #f97290, #ff9a9e, #fda085);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.main_section_contact { position: relative; height: 60%; padding: 0; width: 75%; margin: auto; }
.contact_grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; width: 100%; height: 100%; gap: 0; }
.contact_item { display: flex; align-items: center; justify-content: center; border: 13px solid #fff; box-sizing: border-box; }
.contact_item .main_contact_item_inner { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 10px; }
.main_contact_adress { border-width: 0 6.5px 6.5px 0; }
.main_contact_phone { border-width: 0 0 6.5px 6.5px; }
.main_contact_fax { border-width: 6.5px 6.5px 0 0; }
.main_contact_email { border-width: 6.5px 0 0 6.5px; }
.section_contact h3,
.section_contact .main_section_contact p { color: #fff; font-size: 18px; text-align: center; }
.section_contact .main_section_contact p { font-size: 15px; }
.main_contact_phone h3 { padding-right: 0; margin-bottom: 8px; font-size: 18px; }
.main_contact_phone p { margin: 4px 0; }
.section_contact .main_section_contact .main_contact_phone p { font-size: 14px; letter-spacing: normal; font-weight: normal; line-height: 1.4; }
.main_contact_adress img { padding-bottom: 12px; }
.main_contact_adress .main_contact_item_inner img { max-width: 100px; max-height: 100px; }
.main_contact_adress .main_contact_item_inner p { font-size: 14px; }
.main_view_all.main_contact_all { top: 120px; color: #fff; }
.main_view_all.main_contact_all:hover { color: #f97290; }
.section_contact .main_contact_adress h3 { margin-bottom: 12px; }

/* Large Screen Responsive for Contact (>1440px) */
@media (min-width: 1441px) {
    .main_section_contact { width: 85%; max-width: 1200px; }
    .section_contact .main_section_contact .main_contact_phone p { font-size: 16px; }
}




/* **************************************** *
 * VIMEO POSTER
 * **************************************** */
#preload{
    position: absolute;
    z-index:0;
    left:-99px;
    top:-99px;
    width:1px;
    height:1px;
    background-repeat:no-repeat;
    background-image: url(../assets/images/main/slice-Project-01-larva_01.jpg),
                      url(../assets/images/main/slice-Project-01-larva_01.jpg),
                      url(../assets/images/main/header-bg.jpg) ,
                      url(../assets/images/main/wingcle_header_bg.jpg),
                      url(../assets/images/main/rotary-park-bg.jpg),
                      url(../assets/images/main/vicky-main-bg-1.jpg),
                      url(../assets/images/main/oscar-main-bg.jpg)
}
#vimeo_poster {position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #111 url(../assets/images/slide-01-poster.jpg) center top no-repeat; background-size:cover;}
#vimeo_poster.vimeo_poster_1{ background-image: url(../assets/images/slide-01-poster.jpg) }
#vimeo_poster.vimeo_poster_2{ background-image: url(../assets/images/main/header-bg.jpg) }
#vimeo_poster.vimeo_poster_3{ background-image: url(../assets/images/main/wingcle_header_bg.jpg) }
#vimeo_poster.vimeo_poster_4{ background-image: url(../assets/images/main/rotary-park-bg.jpg) }
#vimeo_poster.vimeo_poster_5{ background-image: url(../assets/images/main/vicky-main-bg-1.jpg) }
#vimeo_poster.vimeo_poster_6{ background-image: url(../assets/images/main/oscar-main-bg.jpg) }

.project_header_bg iframe{ background-color:transparent}

/* Fix passive event listener warning for touch scrolling */
html {
    scroll-behavior: smooth;
}

/* Ensure touch scrolling works properly */
.fullpage-wrapper,
#fullpage {
    touch-action: manipulation;
}

/* **************************************** *
 * COOPERATION SECTIONS (内容合作/商品合作/空间合作)
 * **************************************** */
.cooperation-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.cooperation-image-showcase {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.cooperation-main-image {
    max-width: 100%;
    max-height: 500px;
    width: auto;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cooperation-main-image:hover {
    transform: scale(1.02);
    box-shadow: 0 30px 80px rgba(249, 114, 144, 0.2);
}

.cooperation-section-header h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
}

.cooperation-section-header h2 span {
    color: #f97290;
}

.cooperation-subtitle {
    font-size: 18px;
    color: #aaa;
    letter-spacing: 2px;
}

.cooperation-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.cooperation-cards-6col {
    gap: 24px;
}

.cooperation-cards-6col .cooperation-card {
    width: 240px;
    padding: 30px 20px;
}

.cooperation-cards-6col .cooperation-card h3 {
    font-size: 20px;
}

.cooperation-cards-6col .cooperation-card p {
    font-size: 13px;
}

.cooperation-cards-6col .cooperation-card .card-features li {
    font-size: 12px;
    padding: 6px 0;
    padding-left: 18px;
}

.cooperation-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(249, 114, 144, 0.3);
    border-radius: 16px;
    padding: 40px 30px;
    width: 280px;
    text-align: center;
    transition: all 0.3s ease;
}

.cooperation-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
    border-color: #f97290;
    box-shadow: 0 20px 40px rgba(249, 114, 144, 0.2);
}

.cooperation-card .card-icon {
    margin-bottom: 25px;
}

.cooperation-card .card-icon svg {
    transition: transform 0.3s ease;
}

.cooperation-card:hover .card-icon svg {
    transform: scale(1.1);
}

.cooperation-card h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.cooperation-card p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cooperation-card .card-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.cooperation-card .card-features li {
    font-size: 13px;
    color: #f97290;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-left: 20px;
}

.cooperation-card .card-features li:last-child {
    border-bottom: none;
}

.cooperation-card .card-features li::before {
    content: ">";
    position: absolute;
    left: 0;
    color: #f97290;
    font-weight: bold;
}

/* Partners and Tags Section */
.cooperation-partners,
.cooperation-products-showcase,
.cooperation-space-features {
    text-align: center;
    margin-top: 30px;
}

.partners-label,
.product-tags-label,
.space-tags-label {
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.partners-logos,
.product-tags,
.space-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.partner-tag,
.product-tag,
.space-tag {
    background: rgba(249, 114, 144, 0.2);
    border: 1px solid rgba(249, 114, 144, 0.4);
    color: #f97290;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.partner-tag:hover,
.product-tag:hover,
.space-tag:hover {
    background: #f97290;
    color: #fff;
    transform: scale(1.05);
}

/* ========================================== *
 * CHARACTER CARDS ADVANCED EFFECTS
 * ========================================== */

/* Card Container for 3D perspective */
.section_about_images_row {
    perspective: 1200px;
    overflow: hidden;
}

/* Entry Animation Classes */
.about_images_row .card {
    opacity: 0;
    transform: translateY(80px) scale(0.9);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform, opacity;
}

.about_images_row .card.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.about_images_row .card:nth-child(1) { transition-delay: 0.1s; }
.about_images_row .card:nth-child(2) { transition-delay: 0.25s; }
.about_images_row .row:nth-child(2) .card:nth-child(1) { transition-delay: 0.4s; }
.about_images_row .row:nth-child(2) .card:nth-child(2) { transition-delay: 0.55s; }
.about_images_row .row:nth-child(3) .card:nth-child(1) { transition-delay: 0.7s; }

/* 3D Tilt Effect on Hover */
.about_images_row .card {
    transform-style: preserve-3d;
    position: relative;
}

/* Floating Animation for Character Images */
.about_images_row .card .left {
    position: relative;
    overflow: visible;
}

.about_images_row .card .left img {
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.about_images_row .card:hover .left img {
    transform: scale(1.15) rotate(-3deg);
    filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.3));
}

/* Character specific float animations */
.about_images_row .row:first-child .card:nth-child(1) .left img {
    animation: characterFloat1 4s ease-in-out infinite;
}
.about_images_row .row:first-child .card:nth-child(2) .left img {
    animation: characterFloat2 4.5s ease-in-out infinite;
}
.about_images_row .row:nth-child(2) .card:nth-child(1) .left img {
    animation: characterFloat3 3.8s ease-in-out infinite;
}
.about_images_row .row:nth-child(2) .card:nth-child(2) .left img {
    animation: characterFloat4 4.2s ease-in-out infinite;
}
.about_images_row .row:nth-child(3) .card:nth-child(1) .left img {
    animation: characterFloat5 5s ease-in-out infinite;
}
.about_images_row .row:nth-child(3) .card:nth-child(2) .left img {
    animation: characterFloat6 4.3s ease-in-out infinite;
}

@keyframes characterFloat1 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-8px) rotate(2deg); }
    50% { transform: translateY(-4px) rotate(-1deg); }
    75% { transform: translateY(-10px) rotate(1deg); }
}

@keyframes characterFloat2 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-6px) rotate(-2deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
    75% { transform: translateY(-3px) rotate(-1deg); }
}

@keyframes characterFloat3 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-12px) rotate(3deg); }
    50% { transform: translateY(-5px) rotate(-2deg); }
    75% { transform: translateY(-8px) rotate(1deg); }
}

@keyframes characterFloat4 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-7px) rotate(-3deg); }
    50% { transform: translateY(-12px) rotate(2deg); }
    75% { transform: translateY(-4px) rotate(-1deg); }
}

@keyframes characterFloat5 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-9px) rotate(2deg); }
    50% { transform: translateY(-6px) rotate(-2deg); }
    75% { transform: translateY(-11px) rotate(1deg); }
}

@keyframes characterFloat6 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-8px) rotate(-2deg); }
    50% { transform: translateY(-5px) rotate(1deg); }
    75% { transform: translateY(-10px) rotate(-1deg); }
}

/* Tag Shimmer Animation */
.about_images_row .card .tag {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.about_images_row .card .tag::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(249, 114, 144, 0.4),
        transparent
    );
    transition: left 0.5s ease;
}

.about_images_row .card:hover .tag::after {
    left: 100%;
}

.about_images_row .card:hover .tag {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(249, 114, 144, 0.3);
}

/* Pulse effect on tags */
.about_images_row .card .tag:nth-child(odd) {
    animation: tagPulse 2.5s ease-in-out infinite;
}
.about_images_row .card .tag:nth-child(even) {
    animation: tagPulse 2.5s ease-in-out infinite;
    animation-delay: 0.5s;
}

@keyframes tagPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(249, 114, 144, 0.2); }
    50% { box-shadow: 0 0 0 4px rgba(249, 114, 144, 0); }
}

/* Card Shine Effect */
.about_images_row .card .left::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: skewX(-25deg);
    transition: left 0.7s ease;
}

.about_images_row .card:hover .left::after {
    left: 150%;
}

/* Title Text Animation */
.about_images_row .card .right > .title {
    font-size: 16px;
}

.about_images_row .card .title {
    font-size: 16px;
    background: linear-gradient(
        90deg,
        #f97290,
        #ff9a9e,
        #fda085,
        #f97290
    );
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textGradient 4s ease infinite;
}

@keyframes textGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Name Bounce Effect */
.about_images_row .card .name {
    transition: font-size 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}

.about_images_row .card:hover .name {
    font-size: 20px;
    color: #f97290;
    text-shadow: 0 2px 8px rgba(249, 114, 144, 0.3);
}

/* Description Reveal Animation */
.about_images_row .card .desc {
    position: relative;
    font-size: 11px;
    transition: all 0.4s ease;
}

.about_images_row .card:hover .desc {
    transform: translateX(5px);
    color: #444;
}

/* Card Glow on Hover */
.about_images_row .card {
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(249, 114, 144, 0);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about_images_row .card:hover {
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 30px rgba(249, 114, 144, 0.2),
        0 0 60px rgba(249, 114, 144, 0.1);
}

/* Character-specific glow colors on hover */
.about_images_row .card[data-character="red"]:hover {
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 30px rgba(255, 99, 71, 0.3),
        0 0 60px rgba(255, 99, 71, 0.15);
}
.about_images_row .card[data-character="yellow"]:hover {
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 30px rgba(255, 215, 0, 0.3),
        0 0 60px rgba(255, 215, 0, 0.15);
}
.about_images_row .card[data-character="pink"]:hover {
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 30px rgba(255, 182, 193, 0.3),
        0 0 60px rgba(255, 182, 193, 0.15);
}
.about_images_row .card[data-character="purple"]:hover {
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 30px rgba(147, 112, 219, 0.3),
        0 0 60px rgba(147, 112, 219, 0.15);
}
.about_images_row .card[data-character="green"]:hover {
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 30px rgba(144, 238, 144, 0.3),
        0 0 60px rgba(144, 238, 144, 0.15);
}

/* Particles Container */
.particles-container {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: radial-gradient(circle, rgba(249, 114, 144, 0.8), transparent);
    border-radius: 50%;
    animation: particleFloat 8s ease-in-out infinite;
}

@keyframes particleFloat {
    0%, 100% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.3;
    }
    25% {
        transform: translateY(-100px) translateX(50px) scale(1.5);
        opacity: 0.8;
    }
    50% {
        transform: translateY(-50px) translateX(-30px) scale(0.8);
        opacity: 0.5;
    }
    75% {
        transform: translateY(-150px) translateX(20px) scale(1.2);
        opacity: 0.7;
    }
}

/* Glow Spot Effect */
.glow-spot {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(
        circle,
        rgba(249, 114, 144, 0.15) 0%,
        transparent 70%
    );
    border-radius: 50%;
    pointer-events: none;
    animation: glowSpotPulse 4s ease-in-out infinite;
}

.glow-spot:nth-child(1) { top: 10%; left: 5%; animation-delay: 0s; }
.glow-spot:nth-child(2) { top: 60%; left: 80%; animation-delay: 1s; }
.glow-spot:nth-child(3) { top: 30%; left: 60%; animation-delay: 2s; }

@keyframes glowSpotPulse {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.5); opacity: 0.6; }
}

/* Card Ripple Effect */
.about_images_row .card .ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(249, 114, 144, 0.3);
    transform: scale(0);
    animation: rippleEffect 0.6s ease-out;
    pointer-events: none;
}

@keyframes rippleEffect {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Section Header Animation */
.cooperation-section-header {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cooperation-section-header.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.cooperation-section-header h2 {
    position: relative;
}

.cooperation-section-header h2::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #f97290, transparent);
    transform: translateX(-50%);
    transition: width 0.6s ease;
}

.cooperation-section-header.animate-in h2::before {
    width: 100px;
}

/* Breathing Background Animation */
.section_about_images_row {
    animation: breathingBg 8s ease-in-out infinite;
}

@keyframes breathingBg {
    0%, 100% {
        background: linear-gradient(135deg, #2d1f3d 0%, #1a1a2e 100%);
    }
    50% {
        background: linear-gradient(135deg, #3d2f4d 0%, #2a2a3e 100%);
    }
}

/* Card Counter Animation (for future use with IntersectionObserver) */
.stat-count {
    display: inline-block;
    font-variant-numeric: tabular-nums;
}

/* Character Emoji Bounce on Hover */
.about_images_row .card .name::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f97290, transparent);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.about_images_row .card:hover .name::after {
    transform: scaleX(1);
}

/* Confetti burst effect on card click */
.confetti-piece {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    pointer-events: none;
    animation: confettiFall 1s ease-out forwards;
}

@keyframes confettiFall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(200px) rotate(720deg);
        opacity: 0;
    }
}

/* Decorative Spinning Circle */
.spin-circle {
    position: absolute;
    width: 400px;
    height: 400px;
    border: 2px dashed rgba(249, 114, 144, 0.1);
    border-radius: 50%;
    animation: spinSlow 30s linear infinite;
    pointer-events: none;
}

.spin-circle:nth-child(1) { top: -200px; right: -200px; }
.spin-circle:nth-child(2) { bottom: -250px; left: -250px; animation-direction: reverse; }

@keyframes spinSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Star Twinkle Effect */
.star {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    animation: twinkle 2s ease-in-out infinite;
}

@keyframes twinkle {
    0%, 100% { opacity: 0.2; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.5); }
}

/* Responsive Adjustments for Effects */
@media (max-width: 768px) {
    .about_images_row .card {
        transform: translateY(40px) scale(0.95);
    }

    .about_images_row .card:hover .left img {
        transform: scale(1.08);
    }

    .spin-circle { display: none; }

    .glow-spot { width: 100px; height: 100px; }
}

/* Products Showcase - New Layout */
.products-showcase {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.products-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.products-section-header h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}

.products-section-header h2 span {
    color: #f97290;
}

.products-subtitle {
    font-size: 18px;
    color: #aaa;
    letter-spacing: 2px;
}

.products-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.product-row {
    display: flex;
    align-items: stretch;
    gap: 40px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(249, 114, 144, 0.2);
    border-radius: 16px;
    padding: 25px 30px;
    transition: all 0.3s ease;
}

.product-row:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(249, 114, 144, 0.5);
    box-shadow: 0 10px 30px rgba(249, 114, 144, 0.15);
}

.product-row .product-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.product-row .product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-row .product-image svg {
    transition: transform 0.3s ease;
}

.product-row:hover .product-image svg {
    transform: scale(1.05);
}

.product-row .product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-row .product-content h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.product-row .product-content p {
    font-size: 15px;
    color: #aaa;
    line-height: 1.6;
}

.product-row .product-content .product-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #f97290 30%, rgba(249, 114, 144, 0.3));
    margin: 15px 0;
    padding: 0 30px;
    box-sizing: border-box;
}

/* Responsive for Cooperation Sections */
@media (max-width: 1024px) {
    .cooperation-cards {
        gap: 30px;
    }

    .cooperation-card {
        width: 260px;
        padding: 30px 25px;
    }

    .cooperation-cards-6col {
        gap: 20px;
    }

    .cooperation-cards-6col .cooperation-card {
        width: 220px;
        padding: 25px 18px;
    }

    .products-section-header h2 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .cooperation-section-header h2 {
        font-size: 36px;
    }

    .cooperation-subtitle {
        font-size: 16px;
    }

    .cooperation-cards {
        flex-direction: column;
        align-items: center;
    }

    .cooperation-cards-6col {
        flex-direction: column;
        align-items: center;
    }

    .cooperation-card {
        width: 100%;
        max-width: 350px;
    }

    .cooperation-cards-6col .cooperation-card {
        width: 100%;
        max-width: 350px;
    }

    .products-section-header h2 {
        font-size: 32px;
    }

    .products-section-header {
        text-align: center;
    }

    .products-list {
        gap: 15px;
    }

    .product-row {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
        gap: 20px;
    }

    .product-row .product-image {
        flex: none;
        width: 60px;
        height: 120px;
    }

    .product-row:hover {
        transform: translateY(-5px);
    }

    .product-row .product-content {
        flex: none;
    }

    .partners-logos,
    .product-tags,
    .space-tags {
        gap: 10px;
    }

    .partner-tag,
    .product-tag,
    .space-tag {
        padding: 8px 16px;
        font-size: 12px;
    }

    .cooperation-image-showcase {
        padding: 0 20px;
    }

    .cooperation-main-image {
        max-height: 300px;
        border-radius: 12px;
    }
}
