/* 桔点设计页面样式 */

.orgdot-page {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fafafa;
}

/* 桔点设计页面导航栏样式 */
.orgdot-page .header {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.orgdot-page .header .nav-links a {
    color: #2c3e50 !important;
    font-weight: 500;
}

.orgdot-page .header .search-toggle-btn {
    color: #2c3e50 !important;
}

.orgdot-page .header .language-toggle-btn {
    color: #2c3e50 !important;
}

.orgdot-page .header .brand-logo img {
    filter: none;
}

/* 首屏幕 */
.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    padding: 0 2rem;
    z-index: 10;
    text-align: center;
    position: relative;
}

.hero-text {
    background: none;
    padding: 0;
    border-radius: 0;
    backdrop-filter: none;
    box-shadow: none;
    color: #ffffff;
    border: none;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    transition: all 0.4s ease;
}

.hero-logo {
    margin: 0 0 2rem 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-logo img {
    max-width: 400px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0));
    transition: all 0.3s ease;
}

.hero-logo img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 6px 25px rgba(0, 0, 0, 0));
}

.hero-subtitle {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 0.5rem 0;
    color: #ffffff; /* White text for image background */
    letter-spacing: 0.15em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6); /* Stronger shadow for image background */
    position: relative;
    z-index: 1;
    font-family: 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}

.hero-description {
    font-size: 1.15rem;
    line-height: 2;
    margin: 0;
    color: #ffffff; /* White text for image background */
    max-width: 750px;
    font-weight: 500;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7), 0 1px 3px rgba(0, 0, 0, 0.5); /* Stronger shadow for image background */
    position: relative;
    z-index: 1;
}

/* 球体相关样式已删除 */

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.3s ease;
    background: none;
    padding: 0;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    border: none;
    font-weight: 400;
    font-size: 0.85rem;
}

.scroll-indicator:hover {
    opacity: 1;
    transform: translateX(-50%) translateY(-3px);
}


.scroll-arrow {
    width: 2px;
    height: 30px;
    background: linear-gradient(180deg, #ffffff, #f8f9fa);
    position: relative;
    margin-bottom: 0.5rem;
    border-radius: 1px;
}

.scroll-arrow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

/* 产品展示区域样式已删除 */

/* 全屏海报区域 */
.poster-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 4rem 2rem;
}

/* 产品轮播区域 */
.products-carousel-section {
    transition: background 0.6s ease;
}




.product-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.product-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.poster-content {
    max-width: 1400px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
    padding: 0 4rem;
}

.poster-product {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.poster-text {
    flex: 0 0 45%;
    color: #ffffff;
    padding: 2rem 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 4px 20px rgba(0, 0, 0, 0.3);
}

.poster-title {
    font-size: 5rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    line-height: 1.1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.poster-subtitle {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 1.5rem 0;
    opacity: 0.95;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.poster-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0;
    opacity: 0.9;
    max-width: 550px;
    font-weight: 400;
}

/* 旧的carousel样式已删除 */

/* 单图展示样式 */
.product-showcase-single {
    width: 100%;
    max-width: 550px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.product-showcase-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.product-showcase-single:hover img {
    transform: scale(1.08);
}

/* 产品导航 - 圆点指示器 */
.products-navigation {
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.products-dots {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
}

.product-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
}

.product-dot::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
}

.product-dot:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.3);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.product-dot.active {
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.4);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6),
                0 0 40px rgba(255, 255, 255, 0.3);
}

.product-dot.active::before {
    transform: translate(-50%, -50%) scale(1);
}

/* 整屏滚动 */
html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    scroll-snap-type: y proximity;
}

body {
    overflow-x: hidden;
}

/* 确保section精确全屏高度 */
.hero-section,
.poster-section {
    margin-top:0px;
    height: 100vh;
    min-height: 100vh;
    scroll-snap-align: start;
}

/* 产品轮播区域固定定位 */
.products-carousel-section {
    position: relative;
}

.products-carousel-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 设计理念区域 */
.philosophy-section {
    padding: 8rem 0;
    background: #f8f9fa;
}

.philosophy-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.philosophy-text h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 1.5rem 0;
    color: #333;
}

.philosophy-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    margin: 0 0 2rem 0;
}

.philosophy-points {
    display: grid;
    gap: 1.5rem;
}

.point h4 {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0 0.5rem 0;
    color: #333;
}

.point p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

.design-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.process-step {
    text-align: center;
    padding: 1.5rem 1rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.process-step:hover {
    transform: translateY(-5px);
}

.step-number {
    font-size: 2rem;
    font-weight: 300;
    color: #667eea;
    margin-bottom: 0.5rem;
}

.process-step h4 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    color: #333;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .hero-logo img {
        max-width: 300px;
    }
    
    .hero-subtitle {
        font-size: 1.5rem;
        margin: 0 0 0.4rem 0;
    }
    
    .hero-description {
        font-size: 1rem;
        line-height: 1.9;
    }
    
    .philosophy-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .design-process {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .poster-content {
        flex-direction: column;
        gap: 3rem;
        padding: 2rem;
    }
    
    .poster-product {
        flex: 0 0 auto;
        order: 1;
        width: 100%;
    }
    
    .poster-text {
        flex: 0 0 auto;
        order: 2;
        text-align: center;
        width: 100%;
        padding: 1rem 0;
    }
    
    .poster-title {
        font-size: 3rem;
        margin: 0 0 0.8rem 0;
    }
    
    .poster-subtitle {
        font-size: 1.5rem;
        margin: 0 0 1rem 0;
    }
    
    .poster-description {
        font-size: 1rem;
        max-width: 100%;
    }
    
    .product-showcase-single {
        max-width: 450px;
        border-radius: 20px;
    }
    
    .products-navigation {
        right: 1.5rem;
    }
    
    .products-dots {
        gap: 1rem;
    }
    
    .product-dot {
        width: 12px;
        height: 12px;
    }
    
    .product-dot::before {
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 480px) {
    .hero-logo img {
        max-width: 250px;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
        margin: 0 0 0.3rem 0;
    }
    
    .hero-description {
        font-size: 0.9rem;
        line-height: 1.8;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .philosophy-text h2 {
        font-size: 2rem;
    }
    
    .design-process {
        grid-template-columns: 1fr;
    }
    
    .poster-title {
        font-size: 2.5rem;
        margin: 0 0 0.6rem 0;
    }
    
    .poster-subtitle {
        font-size: 1.3rem;
        margin: 0 0 0.8rem 0;
    }
    
    .poster-description {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .product-showcase-single {
        max-width: 320px;
        border-radius: 15px;
    }
    
    .products-navigation {
        right: 1rem;
    }
    
    .products-dots {
        gap: 0.8rem;
    }
    
    .product-dot {
        width: 10px;
        height: 10px;
    }
    
    .product-dot::before {
        width: 5px;
        height: 5px;
    }
}
