.product-main {
    padding-top: 80px;
}

.product-hero {
    height: 60vh;
    background: linear-gradient(135deg, var(--primary-purple), rgba(194, 153, 255, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/product-bg.jpg') center/cover;
    opacity: 0.2;
    z-index: -1;
}

.product-hero-content {
    text-align: center;
    color: var(--white);
    position: relative;
}

.product-subtitle {
    font-family: 'N27', sans-serif;
    font-size: 23.36px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.product-title {
    font-family: 'Quinn', sans-serif;
    font-size: 215.52px;
    font-weight: 700;
    line-height: 0.9;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.product-decorations {
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
}

.decoration-corner {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.decoration-corner.top-left {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.decoration-corner.top-right {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

.decoration-corner.bottom-left {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}

.decoration-corner.bottom-right {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

.product-images {
    padding: 0;
    background: var(--text-primary);
}

.images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 400px;
}

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

.product-content {
    padding: 100px 0;
    background: var(--body-bg);
}

.content-section {
    margin-bottom: 100px;
}

.content-title {
    font-family: 'Quinn', sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: var(--text-primary);
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.content-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.card-number {
    position: absolute;
    top: -15px;
    left: 30px;
    background: var(--primary-purple);
    color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.card-title {
    font-family: 'N27', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--text-primary);
    margin-top: 10px;
}

.card-description {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
}

.advantages-section {
    margin-bottom: 100px;
}

.advantages-title {
    font-family: 'Quinn', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: var(--text-primary);
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.advantage-item {
    text-align: center;
    padding: 30px 20px;
}

.advantage-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.advantage-title {
    font-family: 'N27', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--text-primary);
}

.advantage-description {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
}

.technology-section {
    background: var(--white);
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.tech-title {
    font-family: 'Quinn', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: var(--text-primary);
}

.tech-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.tech-text h3 {
    font-family: 'N27', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 30px;
    color: var(--text-primary);
}

.tech-text h3:first-child {
    margin-top: 0;
}

.tech-text p {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 20px;
}

.tech-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .product-title {
        font-size: 120px;
    }
    
    .images-grid {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .product-image {
        height: 200px;
    }
    
    .content-title {
        font-size: 40px;
    }
    
    .advantages-title {
        font-size: 35px;
    }
    
    .tech-title {
        font-size: 30px;
    }
    
    .tech-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .product-title {
        font-size: 80px;
    }
    
    .product-subtitle {
        font-size: 18px;
    }
    
    .content-title {
        font-size: 30px;
    }
}
