/* Products page polish — keeps Glint look, fixes layout + filters */

:root {
    --font-body: "Manrope", montserrat-regular, sans-serif;
    --font-display: "Sora", montserrat-semibold, sans-serif;
}

html {
    font-family: var(--font-body);
}

body,
button,
input,
textarea,
select,
.btn,
.lead,
p,
li,
label,
.product-description,
.pd-lead,
.pd-side p,
.filter-btn {
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-2--light,
.subhead,
.home-content__text h1,
.home-content__text h3,
.pd-title,
.product-title,
.cta-content h2,
.section-header h1,
.btn--primary,
.btn--stroke,
.view-details-btn {
    font-family: var(--font-display);
}

/* Unified button sizing — consistent padding everywhere */
.btn,
a.btn,
button.btn,
input[type=submit].btn,
input[type=button].btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    box-sizing: border-box;
    min-height: 4.8rem;
    height: auto !important;
    line-height: 1.25 !important;
    padding: 1.2rem 2.4rem !important;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    border-radius: 4px;
    white-space: nowrap;
}

.btn.btn--medium,
a.btn.btn--medium,
button.btn.btn--medium {
    min-height: 5.2rem;
    padding: 1.35rem 2.6rem !important;
    font-size: 1.3rem;
}

.btn.btn--large,
a.btn.btn--large,
button.btn.btn--large {
    min-height: 5.8rem;
    padding: 1.5rem 3rem !important;
    font-size: 1.35rem;
}

.btn.full-width,
button.btn.full-width {
    width: 100%;
}

.btn i {
    margin: 0;
    line-height: 1;
}

.join-cta .btn,
.job-preview-actions .btn,
.resume-submit-btn,
.s-products .btn,
.s-product-detail .btn,
.s-job-detail .btn,
.s-services .btn,
.s-join-our-team .btn {
    border-radius: 4px;
}

.join-cta .btn {
    padding: 1.35rem 2.6rem !important;
    min-height: 5.2rem;
    font-size: 1.3rem;
    box-shadow: none;
}

/* Careers two-column balance */
.s-join-our-team .join-container {
    align-items: stretch;
}

.s-join-our-team .join-left,
.s-join-our-team .join-right {
    justify-content: flex-start;
    min-height: 100%;
}

.s-join-our-team .join-left {
    position: relative;
}

.s-join-our-team .join-benefits-section {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.s-join-our-team .join-benefits {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.2rem;
    margin: 0;
}

.s-join-our-team .join-benefits li {
    flex: 1;
    margin-bottom: 0;
    align-items: center;
}

.s-join-our-team .join-opportunities {
    height: 100%;
    justify-content: flex-start;
    gap: 2rem;
}

.s-join-our-team .opportunity-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1;
}

.s-join-our-team .job-preview-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.8rem;
}

.s-join-our-team .job-preview-actions .btn {
    flex: 1 1 auto;
    min-width: 16rem;
}

.s-join-our-team .job-card--preview .btn--stroke {
    border: 0.2rem solid #c41010;
    color: #c41010;
    background: transparent !important;
}

.s-join-our-team .job-card--preview .btn--stroke:hover {
    background: #c41010 !important;
    border-color: #c41010;
    color: #fff;
}

.subhead,
.pd-kicker,
.product-tag,
.category-badge,
.filter-btn,
.pd-back,
.related-link {
    font-family: var(--font-body);
    letter-spacing: 0.08em;
}

body {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

body,
p.lead {
    font-weight: 400;
}

p.lead {
    font-weight: 500;
    line-height: 1.7;
}

h1, h2, h3,
.display-1,
.display-2,
.pd-title {
    font-weight: 600;
}

/* Keep icon fonts intact */
.fa,
.fa:before {
    font-family: FontAwesome !important;
    letter-spacing: normal;
}

[class^="icon-"],
[class*=" icon-"],
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: icomoon !important;
    letter-spacing: normal;
}

.btn i[class^="icon-"],
.btn i[class*=" icon-"],
.cta-btn i[class^="icon-"],
.status-badge i[class^="icon-"],
.job-title-wrap i[class^="icon-"],
.feature-icon i[class^="icon-"],
.benefit-icon i[class^="icon-"],
.benefit-icon-large i[class^="icon-"],
.tech-chip i[class^="icon-"],
.category-icon i[class^="icon-"],
.s-footer i[class^="icon-"] {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    speak: never;
}

.btn i[class^="icon-"],
.btn i[class*=" icon-"] {
    margin: 0;
    font-size: 1.1em;
}

.tech-chip i[class^="icon-"] {
    font-size: 1.6rem;
    color: #c41010;
    margin-right: 0.4rem;
}

.s-product-detail .feature-icon i {
    font-size: 1.6rem;
}

/* Strategic Partnerships — static logo grid, no carousel / no fade */
.s-clients .clients-outer {
    padding-bottom: 0;
}

.s-clients .clients-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2rem 1.5rem;
    align-items: center;
    justify-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.s-clients .clients-grid__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 110px;
    padding: 1.2rem 1.6rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    text-decoration: none;
    opacity: 1;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.s-clients .clients-grid__item:hover,
.s-clients .clients-grid__item:focus {
    opacity: 1;
    border-color: #c41010;
    transform: translateY(-2px);
}

.s-clients .clients-grid__item img {
    max-width: 140px;
    width: auto;
    height: 72px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    opacity: 1;
    filter: none;
    -webkit-filter: none;
    transition: transform 0.2s ease;
}

.s-clients .clients-grid__item:hover img {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
    transform: scale(1.03);
}

.s-clients .slick-dots {
    display: none !important;
}

@media only screen and (max-width: 1000px) {
    .s-clients .clients-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 600px) {
    .s-clients .clients-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.2rem;
    }

    .s-clients .clients-grid__item {
        min-height: 90px;
        padding: 1rem;
    }

    .s-clients .clients-grid__item img {
        height: 56px;
        max-width: 110px;
    }
}

/* Job preview + full careers page */
.job-card--preview .job-body--preview {
    padding: 2rem 2.5rem 2.4rem;
}

.job-meta {
    list-style: none;
    margin: 0 0 1.4rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.6rem;
}

.job-meta li {
    font-size: 1.35rem;
    color: #555;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.job-meta i {
    color: #c41010;
}

.s-job-detail {
    background: #111;
    padding: 0;
}

.s-job-detail .job-hero {
    padding: 13rem 2rem 5rem;
    background:
        linear-gradient(180deg, rgba(17, 17, 17, 0.55), rgba(17, 17, 17, 0.92)),
        linear-gradient(135deg, #1a0505 0%, #111 55%, #0a0a0a 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.s-job-detail .job-hero__inner {
    max-width: 900px;
    margin: 0 auto;
}

.s-job-detail .job-back {
    display: inline-block;
    color: #c9c9c9;
    font-size: 1.3rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-decoration: none;
}

.s-job-detail .job-back:hover {
    color: #c41010;
}

.s-job-detail .job-kicker {
    display: inline-block;
    color: #c41010;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.s-job-detail .job-hero__title {
    font-family: var(--font-display);
    font-size: clamp(3rem, 4vw, 4.4rem);
    color: #fff;
    margin: 0 0 1.2rem;
    letter-spacing: -0.03em;
}

.s-job-detail .job-hero__meta {
    color: #cfcfcf;
    font-size: 1.6rem;
    margin: 0 0 2.4rem;
}

.s-job-detail .job-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.s-job-detail .job-detail-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4.5rem 2rem 6rem;
    display: grid;
    grid-template-columns: 1.35fr 0.9fr;
    gap: 2.4rem;
    align-items: start;
}

.s-job-detail .job-detail-main {
    display: grid;
    gap: 2rem;
}

.s-job-detail .job-detail-panel {
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 2.4rem;
}

.s-job-detail .job-detail-panel h2 {
    font-family: var(--font-display);
    font-size: 2.1rem;
    color: #fff;
    margin: 0 0 1.4rem;
}

.s-job-detail .job-detail-panel > p {
    color: #c8c8c8;
    font-size: 1.55rem;
    line-height: 1.7;
    margin: 0;
}

.s-job-detail .job-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 2rem;
}

.s-job-detail .job-fact {
    background: #151515;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    padding: 1.2rem 1.4rem;
}

.s-job-detail .job-fact__label {
    display: block;
    font-size: 1.15rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    color: #c41010;
    margin-bottom: 0.4rem;
}

.s-job-detail .job-fact__value {
    color: #ececec;
    font-size: 1.45rem;
    line-height: 1.45;
}

.s-job-detail .job-responsibilities--full {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.s-job-detail .job-responsibilities--full li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    color: #d2d2d2;
    font-size: 1.45rem;
    line-height: 1.55;
}

.s-job-detail .job-responsibilities--full i {
    color: #c41010;
    margin-top: 0.2rem;
}

.s-job-detail .job-detail-aside {
    position: sticky;
    top: 10rem;
}

.s-job-detail .resume-submission--page {
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 2.4rem;
    margin: 0;
}

.s-job-detail .resume-submission--page h3 {
    color: #fff;
    font-size: 2rem;
    margin: 0 0 0.8rem;
}

.s-job-detail .resume-submission--page > p {
    color: #b8b8b8;
    margin-bottom: 2rem;
}

.s-job-detail .resume-submission--page .form-field input,
.s-job-detail .resume-submission--page .form-field textarea {
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
}

.s-job-detail .resume-submission--page .resume-file-label {
    background: #121212;
    border: 1px dashed rgba(255, 255, 255, 0.25);
    color: #ddd;
}

.s-job-detail .resume-file-hint,
.s-job-detail .resume-file-name {
    color: #aaa;
}

@media only screen and (max-width: 900px) {
    .s-job-detail .job-detail-content {
        grid-template-columns: 1fr;
        padding: 3rem 1.5rem 5rem;
    }

    .s-job-detail .job-detail-aside {
        position: static;
    }

    .s-job-detail .job-facts {
        grid-template-columns: 1fr;
    }

    .s-job-detail .job-hero {
        padding: 11rem 1.5rem 4rem;
    }
}

.s-products {
    background: #111;
    padding: 0 0 0;
}

.s-products .intro-wrap {
    padding: 14rem 0 4rem;
    background: #111;
    text-align: center;
}

.s-products .intro-wrap .lead {
    color: #dcdcdc;
    max-width: 640px;
    margin: 0 auto;
}

.s-products .display-2--light {
    color: #fff;
}

.s-products .product-filters {
    background: #0d0d0d;
    padding: 0 0 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.s-products .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.s-products .filter-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #e0e0e0;
    padding: 0.7rem 1.4rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.s-products .filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.8rem;
    height: 1.8rem;
    padding: 0 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: 0;
    text-transform: none;
}

.s-products .filter-btn:hover .filter-count,
.s-products .filter-btn.active .filter-count {
    background: rgba(255, 255, 255, 0.22);
}

.s-products .filter-btn:hover,
.s-products .filter-btn.active {
    background: #c41010;
    border-color: #c41010;
    color: #fff;
    transform: none;
}

.s-products .product-card.is-hidden {
    display: none !important;
    pointer-events: none !important;
}

.s-products .product-showcase {
    padding: 5rem 0 4rem;
    background: #151515;
    border: none;
    border-radius: 0;
}

.s-products .product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.4rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    align-items: stretch;
}

.s-products .product-card {
    display: flex;
    flex-direction: column;
    max-width: none;
    width: 100%;
    height: 100%;
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: none;
    overflow: hidden;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.s-products .product-card:hover {
    transform: translateY(-4px);
    border-color: #c41010;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}

.s-products .product-image {
    position: relative;
    height: 220px;
    padding: 0;
    background: #0f0f0f;
}

.s-products .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.s-products .product-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(196, 16, 16, 0.88), rgba(0, 0, 0, 0.75));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.6rem;
}

.s-products .product-card:hover .product-overlay {
    opacity: 1;
}

.s-products .product-content {
    padding: 2rem 2.2rem 2.2rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.s-products .product-tag {
    display: inline-block;
    align-self: flex-start;
    font-size: 1.1rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    color: #c41010;
    margin-bottom: 0.8rem;
}

.s-products .product-title {
    font-size: 1.9rem;
    line-height: 1.35;
    color: #fff;
    margin: 0 0 1rem;
    min-height: 5.2rem;
}

.s-products .product-description {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #b5b5b5;
    margin: 0 0 1.8rem;
    flex: 1;
}

.s-products .product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: auto;
}

.s-products .product-actions .btn {
    flex: 1 1 auto;
    text-align: center;
    min-width: 0;
}

.s-products .product-actions .btn--stroke {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.s-products .product-actions .btn--stroke:hover {
    border-color: #c41010;
    background: #c41010;
}

.s-products .product-empty {
    text-align: center;
    color: #aaa;
    font-size: 1.6rem;
    margin: 2rem 0 0;
}

.s-products .product-cta {
    margin: 0;
    border-radius: 0;
}

@media only screen and (max-width: 1000px) {
    .s-products .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .s-products .product-title {
        min-height: 0;
    }
}

@media only screen and (max-width: 600px) {
    .s-products .intro-wrap {
        padding: 11rem 0 3rem;
    }

    .s-products .product-grid {
        grid-template-columns: 1fr;
        padding: 0 1.5rem;
    }

    .s-products .filter-buttons {
        flex-direction: row;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.5rem;
    }

    .s-products .filter-btn {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

/* Shared button polish on product surfaces */
.s-products .btn--primary,
.s-product-detail .btn--primary {
    background: #c41010;
    border-color: #c41010;
    color: #fff;
}

.s-products .btn--primary:hover,
.s-products .btn--primary:focus,
.s-product-detail .btn--primary:hover,
.s-product-detail .btn--primary:focus {
    background: #9e0d0d;
    border-color: #9e0d0d;
    color: #fff;
    transform: translateY(-1px);
}

.s-products .btn--stroke,
.s-product-detail .btn--stroke {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.s-products .btn--stroke:hover,
.s-products .btn--stroke:focus,
.s-product-detail .btn--stroke:hover,
.s-product-detail .btn--stroke:focus {
    background: #c41010;
    border-color: #c41010;
    color: #fff;
}

.s-product-detail .btn--light {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
}

.s-products .view-details-btn,
.s-product-detail .view-details-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    min-height: 4.8rem;
    padding: 1.2rem 2.4rem !important;
    border-radius: 4px;
    font-size: 1.25rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.s-products .view-details-btn:hover,
.s-product-detail .view-details-btn:hover {
    background: #fff;
    color: #c41010;
    transform: translateY(-1px);
}

/* Product detail page */
.s-product-detail {
    padding: 0;
    background: #111;
}

.s-product-detail .pd-hero {
    padding: 13rem 2rem 5rem;
    background:
        linear-gradient(180deg, rgba(17, 17, 17, 0.55), rgba(17, 17, 17, 0.92)),
        linear-gradient(135deg, #1a0505 0%, #111 55%, #0a0a0a 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.s-product-detail .pd-hero__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.s-product-detail .pd-back {
    display: inline-block;
    color: #c9c9c9;
    font-size: 1.3rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.s-product-detail .pd-back:hover {
    color: #c41010;
}

.s-product-detail .pd-kicker {
    display: inline-block;
    color: #c41010;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.s-product-detail .pd-title {
    font-family: var(--font-display);
    font-size: clamp(3rem, 4vw, 4.4rem);
    line-height: 1.2;
    color: #fff;
    margin: 0 0 1.6rem;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.s-product-detail .pd-lead {
    font-size: 1.7rem;
    line-height: 1.7;
    color: #cfcfcf;
    max-width: 70rem;
    margin: 0 0 2.4rem;
}

.s-product-detail .pd-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.s-product-detail .product-detail-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem 6rem;
}

.s-product-detail .pd-main {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.2rem;
    align-items: start;
    margin-bottom: 5rem;
}

.s-product-detail .product-image-large {
    border-radius: 8px;
    overflow: hidden;
    background: #0f0f0f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.s-product-detail .product-image-large img {
    width: 100%;
    height: auto;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.s-product-detail .pd-side {
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 2.8rem;
}

.s-product-detail .pd-side h2 {
    font-size: 2.2rem;
    color: #fff;
    margin: 0 0 1.2rem;
}

.s-product-detail .pd-side > p,
.s-product-detail .pd-side-block p {
    font-size: 1.5rem;
    line-height: 1.7;
    color: #bdbdbd;
    margin: 0 0 2rem;
}

.s-product-detail .pd-side-block {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.8rem;
    margin-bottom: 2rem;
}

.s-product-detail .pd-side-block h3 {
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    color: #c41010;
    margin: 0 0 1rem;
    text-align: left;
}

.s-product-detail .pd-actions--side {
    margin-top: 0.5rem;
}

.s-product-detail .pd-actions--side .btn {
    flex: 1 1 auto;
}

.s-product-detail .pd-section {
    margin: 0 0 5rem;
}

.s-product-detail .pd-section__title {
    font-family: var(--font-display);
    font-size: 2.4rem;
    color: #fff;
    margin: 0 0 2.4rem;
    text-align: left;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.s-product-detail .features-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}

.s-product-detail .feature-item {
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid #c41010;
    border-radius: 6px;
    padding: 1.6rem 1.8rem;
    gap: 1.2rem;
}

.s-product-detail .feature-icon {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 4px;
    background: rgba(196, 16, 16, 0.15);
    color: #c41010;
    font-size: 1.4rem;
}

.s-product-detail .feature-text p {
    color: #d6d6d6;
    font-size: 1.45rem;
}

.s-product-detail .specs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.s-product-detail .spec-item {
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid #c41010;
    border-radius: 6px;
    padding: 1.6rem 1.8rem;
    display: grid;
    gap: 0.6rem;
}

.s-product-detail .spec-label {
    font-size: 1.2rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    color: #c41010;
    font-weight: 600;
}

.s-product-detail .spec-value {
    font-size: 1.5rem;
    color: #e8e8e8;
    text-align: left;
}

.s-product-detail .related-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.s-product-detail .related-product-card {
    display: flex;
    flex-direction: column;
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: none;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.s-product-detail .related-product-card:hover {
    border-color: #c41010;
    transform: translateY(-3px);
}

.s-product-detail .related-product-image {
    height: 180px;
    background: #0f0f0f;
}

.s-product-detail .related-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.s-product-detail .related-product-content {
    padding: 1.8rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.s-product-detail .related-product-content .product-tag {
    display: inline-block;
    color: #c41010;
    font-size: 1.1rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.s-product-detail .related-product-content h4 {
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.35;
    margin: 0 0 0.8rem;
}

.s-product-detail .related-product-content p {
    color: #b0b0b0;
    margin-bottom: 1.4rem;
    flex: 1;
}

.s-product-detail .related-link {
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.s-product-detail .related-product-card:hover .related-link {
    color: #c41010;
}

.s-products .product-cta .cta-btn,
.s-product-detail .cta-btn {
    border-radius: 4px;
    min-width: 180px;
    padding: 1.2rem 2.2rem;
    letter-spacing: 0.08rem;
}

@media only screen and (max-width: 900px) {
    .s-product-detail .pd-main,
    .s-product-detail .features-grid,
    .s-product-detail .specs-grid,
    .s-product-detail .related-products-grid {
        grid-template-columns: 1fr;
    }

    .s-product-detail .pd-hero {
        padding: 11rem 1.5rem 4rem;
    }

    .s-product-detail .product-detail-content {
        padding: 3.5rem 1.5rem 5rem;
    }
}
