.product-page {
    background: #111;
    color: #ddd;
}

.product-list-section,
.product-detail-section,
.product-comparison-section {
    padding: 80px 0;
}

.product-section-header {
    max-width: 880px;
    margin: 0 auto 40px;
    text-align: center;
}

.product-section-header h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0 18px;
    text-transform: uppercase;
}

.product-section-header p {
    color: #bdbdbd;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.product-section-header-compact {
    margin-bottom: 25px;
    text-align: left;
}

.product-section-header-compact h2 {
    font-size: 28px;
}

.section-kicker,
.product-line {
    color: #f29030;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
}

.product-grid-item {
    margin-bottom: 30px;
}

.product-card {
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.06);
    min-height: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.product-card:hover {
    border-color: rgba(242, 144, 48, 0.55);
    transform: translateY(-4px);
}

.product-card-link,
.product-card-link:hover,
.product-card-link:focus {
    color: inherit;
    display: block;
    text-decoration: none;
}

.product-card-media {
    align-items: center;
    background: #151515;
    display: flex;
    height: 190px;
    justify-content: center;
}

.product-card-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-card-icon,
.product-detail-icon {
    align-items: center;
    border: 2px solid rgba(242, 144, 48, 0.55);
    border-radius: 50%;
    color: #f29030;
    display: flex;
    font-size: 46px;
    height: 110px;
    justify-content: center;
    width: 110px;
}

.product-card-body {
    padding: 28px 28px 18px;
}

.product-card-body h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
}

.product-card-body p,
.product-subtitle {
    color: #bdbdbd;
    line-height: 1.75;
}

.product-subtitle {
    color: #fff;
    font-weight: 600;
}

.product-card-actions {
    display: flex;
    gap: 10px;
    padding: 0 28px 28px;
}

.btn-secondary {
    background: transparent;
    border: 1px solid rgba(242, 144, 48, 0.75);
    color: #f29030;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #f29030;
    color: #fff;
}

.product-empty-state {
    background: #1b1b1b;
    border: 1px solid rgba(242, 144, 48, 0.35);
    padding: 35px;
    text-align: center;
}

.product-empty-state h3 {
    color: #fff;
    margin-top: 0;
}

.product-detail-media {
    align-items: center;
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    justify-content: center;
    min-height: 390px;
    overflow: hidden;
}

.product-detail-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-detail-summary {
    padding: 15px 0 15px 30px;
}

.product-detail-summary h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.product-detail-summary h2 {
    color: #f29030;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 20px;
}

.product-detail-summary p {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.85;
}

.product-detail-actions,
.product-comparison-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.product-rich-content {
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #d7d7d7;
    line-height: 1.9;
    margin-top: 40px;
    padding: 35px;
}

.product-rich-content h1,
.product-rich-content h2,
.product-rich-content h3,
.product-rich-content h4 {
    color: #fff;
}

.product-rich-content a {
    color: #f29030;
}

.product-detail-block {
    margin-top: 55px;
}

.product-feature-card {
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.06);
    min-height: 220px;
    padding: 30px;
}

.product-feature-card span {
    color: #f29030;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 18px;
}

.product-feature-card h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
}

.product-feature-card p {
    color: #bdbdbd;
    line-height: 1.75;
}

.product-spec-table-wrap,
.product-comparison-table-wrap {
    overflow-x: auto;
}

.product-spec-table,
.product-comparison-table {
    background: #1b1b1b;
    border-collapse: collapse;
    min-width: 720px;
    width: 100%;
}

.product-spec-table th,
.product-spec-table td,
.product-comparison-table th,
.product-comparison-table td {
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 18px;
    vertical-align: top;
}

.product-spec-table th,
.product-comparison-table th {
    color: #fff;
    font-weight: 700;
}

.product-spec-table td,
.product-comparison-table td {
    color: #d0d0d0;
}

.product-comparison-table thead th {
    background: #151515;
}

.product-comparison-table thead a {
    color: #fff;
    display: block;
    font-weight: 800;
    text-decoration: none;
}

.product-comparison-table thead span {
    color: #f29030;
    display: block;
    font-size: 12px;
    margin-top: 6px;
    text-transform: uppercase;
}

.product-contact-note {
    color: #f29030;
    font-weight: 600;
}

@media (max-width: 991px) {
    .product-detail-summary {
        padding: 30px 0 0;
    }

    .product-detail-summary h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .product-list-section,
    .product-detail-section,
    .product-comparison-section {
        padding: 55px 0;
    }

    .product-section-header h2 {
        font-size: 28px;
    }

    .product-card-actions,
    .product-detail-actions,
    .product-comparison-actions {
        flex-direction: column;
    }
}
