/* Product Page Styles */

/* Active nav link */
.nav-link-active {
    color: #57FF90 !important;
}

/* Product Hero Section */
.product-hero {
    position: relative;
    padding: 48px 72px 80px;
    min-height: 500px;
}

.product-hero-bg {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 660px;
    overflow: hidden;
    z-index: 0;
}

.product-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1776px;
    margin: 0 auto;
    padding-top: 220px;
}

.product-hero-title {
    color: #9E9EA8;
    font-size: 56px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -1.68px;
}

/* Product Description Section */
.product-description {
    padding: 80px 72px;
    background: #151517;
}

.product-description-text {
    max-width: 810px;
    color: #F3F3F3;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/* Product Range Section */
.product-range {
    padding: 80px 72px 120px;
    background: #151517;
    position: relative;
    overflow: hidden;
}

.product-range-blur {
    width: 419px;
    height: 419px;
    border-radius: 85px;
    background: radial-gradient(50% 50% at 50% 50%, #7D7D86 0%, rgba(125, 125, 134, 0.50) 100%);
    filter: blur(103.2px);
    position: absolute;
    right: -750px;
    bottom: -135px;
}

.product-range-content {
    max-width: 1776px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.product-range-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.product-range-title {
    color: #F3F3F3;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -1.44px;
}

/* Product Switcher */
.product-switcher {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-switcher-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(58, 58, 62, 0.40);
    backdrop-filter: blur(27.5px);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.product-switcher-btn:hover {
    background: rgba(58, 58, 62, 0.60);
}

.product-switcher-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #F3F3F3;
    font-size: 18px;
    font-weight: 500;
}

.product-switcher-current {
    color: #57FF90;
}

.product-switcher-separator {
    color: #9E9EA8;
}

.product-switcher-total {
    color: #9E9EA8;
}

.product-range-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.product-categories {
    width: 880px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-category {
    padding: 32px;
    border-radius: 8px;
    background: rgba(58, 58, 62, 0.40);
    backdrop-filter: blur(27.5px);
    transition: all 0.3s ease;
    cursor: pointer;
}

.product-category:hover {
    background: rgba(58, 58, 62, 0.60);
}

.product-category-active {
    background: #57FF90;
}

.product-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.product-category-title {
    color: #F3F3F3;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

.product-category-active .product-category-title {
    color: #151517;
}

.category-arrow {
    flex-shrink: 0;
}

.product-category-items {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-category-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.category-item-dot {
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: #151517;
    flex-shrink: 0;
}

.product-category-item p {
    color: #151517;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.product-category-item p strong {
    font-weight: 600;
}

.product-range-image {
    width: 880px;
    height: 800px;
    border-radius: 8px;
    background: #242427;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.product-image-blur {
    width: 395px;
    height: 395px;
    border-radius: 85px;
    background: radial-gradient(50% 50% at 50% 50%, #151517 0%, rgba(21, 21, 23, 0.30) 100%);
    filter: blur(103.2px);
    position: absolute;
    left: 243px;
    top: 203px;
}

.product-range-image img {
    width: 560px;
    height: 560px;
    object-fit: contain;
    position: absolute;
    left: 160px;
    top: 120px;
    transition: opacity 0.3s ease;
}

/* Product Applications Section */
.product-applications {
    padding: 0 24px 24px;
    background: #151517;
}

.product-applications-content {
    max-width: 1872px;
    margin: 0 auto;
    padding: 80px 48px;
    background: #242427;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.product-applications-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}

.product-applications-title {
    max-width: 611px;
    color: #F3F3F3;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -1.44px;
}

.product-inquiry-button {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 8px;
    background: #57FF90;
    color: #151517;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    text-decoration: none;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
}

.product-inquiry-button:hover {
    opacity: 0.9;
}

.product-applications-grid {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.product-application-card {
    flex: 1 1 342px;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid #3A3A3E;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.application-number {
    width: 32px;
    height: 32px;
    padding: 5px 8px;
    border-radius: 4px;
    border: 1px solid #57FF90;
    color: #57FF90;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.application-title {
    color: #F3F3F3;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

/* Responsive */
@media (max-width: 1440px) {
    .product-hero {
        padding: 48px 48px 80px;
    }

    .product-description {
        padding: 60px 48px;
    }

    .product-range {
        padding: 60px 48px 80px;
    }

    .product-range-wrapper {
        flex-direction: column;
    }

    .product-categories {
        width: 100%;
    }

    .product-range-image {
        width: 100%;
        height: 600px;
    }

    .product-range-image img {
        width: 100%;
        height: auto;
        max-width: 560px;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 1024px) {
    .product-hero {
        padding: 32px 32px 60px;
        min-height: 400px;
    }

    .product-hero-content {
        padding-top: 150px;
    }

    .product-hero-title {
        font-size: 40px;
        line-height: 48px;
    }

    .product-description {
        padding: 48px 32px;
    }

    .product-description-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .product-range {
        padding: 48px 32px 60px;
    }

    .product-range-title {
        font-size: 36px;
        line-height: 44px;
    }

    .product-category {
        padding: 24px;
    }

    .product-category-title {
        font-size: 26px;
        line-height: 34px;
    }

    .product-range-image {
        height: 500px;
    }

    .product-applications-content {
        padding: 60px 32px;
    }

    .product-applications-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .product-applications-title {
        max-width: 100%;
        font-size: 36px;
        line-height: 44px;
    }

    .product-application-card {
        flex: 1 1 calc(50% - 8px);
    }
}

@media (max-width: 768px) {
    .product-hero {
        padding: 24px 24px 40px;
        min-height: 300px;
    }

    .product-hero-bg {
        bottom: -100px;
        height: 400px;
    }

    .product-hero-content {
        padding-top: 100px;
    }

    .product-hero-title {
        font-size: 32px;
        line-height: 40px;
    }

    .product-description {
        padding: 40px 24px;
    }

    .product-range {
        padding: 40px 24px;
    }

    .product-range-content {
        gap: 32px;
    }

    .product-range-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .product-range-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .product-range-title {
        font-size: 28px;
        line-height: 36px;
    }

    .product-switcher {
        align-self: flex-start;
    }

    .product-switcher-btn {
        width: 36px;
        height: 36px;
    }

    .product-switcher-info {
        font-size: 16px;
    }

    .product-category {
        padding: 20px;
    }

    .product-category-title {
        font-size: 22px;
        line-height: 30px;
    }

    .product-category-items {
        margin-top: 24px;
        gap: 10px;
    }

    .product-category-item p {
        font-size: 16px;
        line-height: 24px;
    }

    .product-range-image {
        height: 400px;
    }

    .product-applications {
        padding: 0;
    }

    .product-applications-content {
        padding: 40px 24px;
    }

    .product-applications-title {
        font-size: 28px;
        line-height: 36px;
    }

    .product-inquiry-button {
        width: 100%;
    }

    .product-application-card {
        flex: 1 1 100%;
        padding: 24px;
        gap: 24px;
    }

    .application-title {
        font-size: 20px;
        line-height: 28px;
    }
}

