/* 产品区样式 */
.products-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 8rem 1.5rem 10rem;
    background: var(--about-gradient);
    overflow: hidden;
}

.products-star-background {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.products-floating-cloud {
    position: absolute;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 9999px;
    filter: blur(50px);
    animation: float 8s ease-in-out infinite;
    z-index: 1;
}

.products-cloud-1 {
    top: 5rem;
    left: 2.5rem;
    width: 8rem;
    height: 3rem;
}

.products-cloud-2 {
    top: 10rem;
    right: 2.5rem;
    width: 12rem;
    height: 4rem;
    animation-delay: 2s;
}

.products-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .products-header {
        margin-bottom: 5rem;
    }
}

.products-header-mascot {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(-1rem) translateY(-1rem);
    display: none;
    z-index: 20;
}

@media (min-width: 768px) {
    .products-header-mascot {
        display: block;
    }
}

.products-header-mascot img {
    width: 12rem;
    height: 12rem;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    animation: bounce-slow 3s infinite;
}

@media (min-width: 1024px) {
    .products-header-mascot img {
        width: 14rem;
        height: 14rem;
    }
}

.products-header-mascot-mobile {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .products-header-mascot-mobile {
        display: none;
    }
}

.products-header-mascot-mobile img {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.products-title {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.025em;
}

@media (min-width: 768px) {
    .products-title {
        font-size: 2.5rem;
    }
}

.products-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    letter-spacing: 0.05em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
    .products-subtitle {
        font-size: 1.375rem;
    }
}

.products-grid {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .products-grid {
        gap: 2.5rem;
    }
}

.products-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .products-row {
        gap: 2rem;
    }
    
    .products-row.row-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .products-row.row-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 产品轨道容器样式 */
.products-orbit-container {
    position: relative;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto 4rem;
    z-index: 10;
}

@media (max-width: 767px) {
    .products-orbit-container {
        height: 500px;
        margin-bottom: 3rem;
        padding: 0 0.5rem;
    }
}

.products-orbit-planet {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
}

/* 轨道容器中的产品卡片样式 - 更小的尺寸 */
.products-orbit-container .product-card {
    width: 100px;
    min-height: 140px;
    padding: 0.75rem;
    border-radius: 1rem;
}

@media (min-width: 768px) {
    .products-orbit-container .product-card {
        width: 160px;
        min-height: 240px;
        padding: 1.25rem;
        border-radius: 1.5rem;
    }
}

.products-orbit-container .product-card-graphic {
    margin-bottom: 0.5rem;
}

.products-orbit-container .product-card-graphic img {
    max-width: 3rem;
    height: auto;
}

@media (min-width: 768px) {
    .products-orbit-container .product-card-graphic img {
        max-width: 5rem;
    }
}

.products-orbit-container .product-card-content {
    margin-top: 0.5rem;
}

.products-orbit-container .product-card-title {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
    .products-orbit-container .product-card-title {
        font-size: 1rem;
    }
}

.products-orbit-container .product-card-subtitle {
    font-size: 0.625rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .products-orbit-container .product-card-subtitle {
        font-size: 0.75rem;
        margin-bottom: 0.75rem;
    }
}

.products-orbit-container .hero-product-btn {
    padding: 0.375rem 0.75rem;
    font-size: 0.6875rem;
    max-width: 90px;
    border-radius: 1rem;
}

@media (min-width: 768px) {
    .products-orbit-container .hero-product-btn {
        padding: 0.625rem 1.125rem;
        font-size: 0.8125rem;
        max-width: 120px;
        border-radius: 1.25rem;
    }
}

.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.75rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 380px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: linear-gradient(135deg, rgba(139, 197, 252, 0.15) 0%, rgba(196, 181, 253, 0.15) 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .product-card {
        min-height: 420px;
        padding: 2rem;
        border-radius: 2rem;
    }
}

.product-card:hover {
    transform: translateY(-0.75rem);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    background: linear-gradient(135deg, rgba(139, 197, 252, 0.25) 0%, rgba(196, 181, 253, 0.25) 100%);
    border-color: rgba(255, 255, 255, 0.2);
}

.product-card-graphic {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 10;
    transition: transform 0.5s;
    margin-bottom: 1rem;
}

.product-card:hover .product-card-graphic {
    transform: scale(1.08);
}

.product-card-graphic img {
    width: 100%;
    height: auto;
    max-width: 10rem;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

@media (min-width: 768px) {
    .product-card-graphic img {
        max-width: 12rem;
    }
}

.product-card-content {
    z-index: 10;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
}

.product-card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.02em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .product-card-title {
        font-size: 1.375rem;
    }
}

.product-card-subtitle {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

@media (min-width: 768px) {
    .product-card-subtitle {
        font-size: 0.9375rem;
    }
}

.product-card:hover .product-card-shine {
    opacity: 1;
}

.products-footer {
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 10;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    font-weight: 400;
}

@media (min-width: 768px) {
    .products-footer {
        font-size: 1.0625rem;
        margin-top: 4rem;
    }
}

@keyframes bounce-slow {
    0%, 100% {
        transform: translateX(-1rem) translateY(-1rem) translateY(0);
    }
    50% {
        transform: translateX(-1rem) translateY(-1rem) translateY(-10px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
}

