/**
 * Product Page Custom Styles
 * Matches the layout from Product_Page_Layout.png
 */

/* === Product Hero Section === */
.product-hero-section {
    padding-top: 80px;
    padding-bottom: 60px;
}

.product-title {
    font-size: 64px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: var(--bringer-s-heading, #F5F7FA);
    line-height: 1.1;
}

.product-subtitle {
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 16px 0;
    color: var(--bringer-s-heading, #F5F7FA);
    line-height: 1.2;
}

.product-tagline {
    font-size: 18px;
    font-weight: 400;
    color: var(--bringer-s-text, #C5C7CE);
    margin: 0;
    line-height: 1.6;
}

/* === Product Images Container === */
.product-images-container {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.product-image-wrapper {
    flex: 1;
    max-width: 48%;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.product-image-wrapper:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-4px);
}

.product-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
}

/* === Product Specifications Section === */
.product-specs-section {
    padding: 60px 0;
}

.spec-item {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.spec-item:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
}

.spec-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bringer-s-accent, #6366F1);
    border-radius: 12px;
    position: relative;
}

.spec-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: inherit;
    border-radius: inherit;
    opacity: 0.2;
    filter: blur(12px);
}

.spec-icon i {
    width: 28px;
    height: 28px;
    background: var(--bringer-s-heading, #F5F7FA);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.spec-content {
    flex: 1;
}

.spec-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: var(--bringer-s-heading, #F5F7FA);
}

.spec-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spec-list li {
    font-size: 15px;
    line-height: 1.8;
    color: var(--bringer-s-text, #C5C7CE);
    padding-left: 20px;
    position: relative;
}


/* === Product CTA === */
.product-cta {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.product-cta .bringer-button {
    padding: 16px 32px;
    font-size: 16px;
}

/* === Custom Icon Masks === */
.bringer-icon-cpu {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Crect x='9' y='9' width='6' height='6'/%3E%3Cpath d='M9 1v3M15 1v3M9 20v3M15 20v3M20 9h3M20 14h3M1 9h3M1 14h3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Crect x='9' y='9' width='6' height='6'/%3E%3Cpath d='M9 1v3M15 1v3M9 20v3M15 20v3M20 9h3M20 14h3M1 9h3M1 14h3'/%3E%3C/svg%3E");
}

.bringer-icon-memory {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='7' width='18' height='10' rx='2'/%3E%3Cpath d='M7 10v4M12 10v4M17 10v4M3 12h2M19 12h2'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='7' width='18' height='10' rx='2'/%3E%3Cpath d='M7 10v4M12 10v4M17 10v4M3 12h2M19 12h2'/%3E%3C/svg%3E");
}

.bringer-icon-display {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cpath d='M8 21h8M12 17v4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cpath d='M8 21h8M12 17v4'/%3E%3C/svg%3E");
}

.bringer-icon-usb {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M12 19V5M12 5l3 3M12 5L9 8M15 12h3a2 2 0 012 2v3a2 2 0 01-2 2h-3M9 12H6a2 2 0 00-2 2v3a2 2 0 002 2h3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M12 19V5M12 5l3 3M12 5L9 8M15 12h3a2 2 0 012 2v3a2 2 0 01-2 2h-3M9 12H6a2 2 0 00-2 2v3a2 2 0 002 2h3'/%3E%3C/svg%3E");
}

.bringer-icon-ports {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='6' width='18' height='12' rx='2'/%3E%3Cpath d='M7 10h2M7 14h2M12 10h2M12 14h2M17 10h2M17 14h2'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='6' width='18' height='12' rx='2'/%3E%3Cpath d='M7 10h2M7 14h2M12 10h2M12 14h2M17 10h2M17 14h2'/%3E%3C/svg%3E");
}

.bringer-icon-power {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M18.36 6.64a9 9 0 11-12.73 0M12 2v10'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M18.36 6.64a9 9 0 11-12.73 0M12 2v10'/%3E%3C/svg%3E");
}

.bringer-icon-os {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3C/svg%3E");
}

.bringer-icon-4k {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='2' y='7' width='20' height='10' rx='2'/%3E%3Cpath d='M7 12h2M7 12l2-3M7 12l2 3M13 9v6M16 9l2 3-2 3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='2' y='7' width='20' height='10' rx='2'/%3E%3Cpath d='M7 12h2M7 12l2-3M7 12l2 3M13 9v6M16 9l2 3-2 3'/%3E%3C/svg%3E");
}

.bringer-icon-silent {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M11 5L6 9H2v6h4l5 4V5zM23 9l-6 6M17 9l6 6'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M11 5L6 9H2v6h4l5 4V5zM23 9l-6 6M17 9l6 6'/%3E%3C/svg%3E");
}

.bringer-icon-compact {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Cpath d='M9 9h6v6H9z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Cpath d='M9 9h6v6H9z'/%3E%3C/svg%3E");
}

/* === Responsive Design === */
@media (max-width: 1024px) {
    .product-title {
        font-size: 48px;
    }
    
    .product-subtitle {
        font-size: 32px;
    }
    
    .product-tagline {
        font-size: 16px;
    }
    
    .product-images-container {
        gap: 16px;
    }
    
    .spec-item {
        padding: 20px;
        margin-bottom: 32px;
    }
}

@media (max-width: 768px) {
    .product-hero-section {
        padding-top: 60px;
    }
    
    .product-title {
        font-size: 36px;
    }
    
    .product-subtitle {
        font-size: 24px;
    }
    
    .product-images-container {
        flex-direction: column;
        gap: 16px;
    }
    
    .product-image-wrapper {
        max-width: 100%;
    }
    
    .spec-item {
        flex-direction: column;
        gap: 16px;
    }
    
    .spec-icon {
        align-self: flex-start;
    }
    
    .product-cta {
        flex-direction: column;
    }
    
    .product-cta .bringer-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .product-title {
        font-size: 28px;
    }
    
    .product-subtitle {
        font-size: 20px;
    }
    
    .spec-content h4 {
        font-size: 18px;
    }
    
    .spec-list li {
        font-size: 14px;
    }
}
