:root {
    --hdl-hero-bg: #5e6573;
    --hdl-hero-accent: #00aeef;
    --hdl-hero-dark: #1a1f29;
    --hdl-card-bg: #ffffff;
    --hdl-card-muted: #6e7383;
    --hdl-card-shadow: 0 25px 60px rgba(14, 20, 30, 0.18);
    --hdl-card-radius: 28px;
}

.product-breadcrumb {
    border-top: 1px solid #edf1f7;
}

.product-breadcrumb .breadcrumb {
    background: transparent;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #9aa1b5;
}

.product-hero-card {
    background: var(--hdl-hero-bg);
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    min-height: 360px;
    box-shadow: var(--hdl-card-shadow);
}

.product-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.15), transparent 60%);
    pointer-events: none;
}

.hero-content {
    padding: 3rem;
    color: #fff;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .hero-content {
        padding: 2rem;
    }
}

.hero-tag {
    letter-spacing: 0.2em;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.5rem;
}

.hero-divider {
    display: inline-block;
    width: 84px;
    height: 2px;
    background: var(--hdl-hero-accent);
    border-radius: 999px;
    margin-bottom: 1.5rem;
}

.hero-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.hero-summary,
.hero-description {
    color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 400;

}

.hero-summary p,
.hero-description p {
    margin-bottom: 0.6rem;
}

.hero-colors .color-dot {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: var(--dot-color, #000);
    display: inline-flex;
}

.btn-pill {
    border-radius: 999px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
}

.btn-highlight {
    background: var(--hdl-hero-accent);
    color: #fff;
    border: none;
    box-shadow: 0 15px 30px rgba(0, 174, 239, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-highlight:hover {
    color: #fff;
    background: #03b6f7;
}

.hero-share {
    background: transparent;
    border: none;
    font-weight: 600;
    padding: 0;
}

.hero-share svg path {
    opacity: 0.9;
}

.share-feedback {
    min-height: 1.25rem;
    display: inline-flex;
    align-items: center;
}

.hero-media {
    position: relative;
    min-height: 388px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
}

.hero-media-image {
    max-width: 480px;
        max-height: 645px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 0;
}

@media (max-width: 767px) {
    .hero-media {
        padding: 2rem 1.5rem;
        min-height: auto;
    }

    .hero-media-image {
        max-width: 100%;
        max-height: 300px;
    }
}

.product-section {
    background: #f8f9fb;
}

.product-section:nth-of-type(even) {
    background: #ffffff;
}

.section-header {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.section-title {
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    font-weight: 700;
    color: #1f2430;
    margin-bottom: 0;
}

.section-subtitle {
    color: #6a6f82;
    max-width: 640px;
    margin: 0 auto;
    font-size: 1rem;
}

.detail-card,
.benefit-card,
.download-card,
.media-card {
    background: var(--hdl-card-bg);
    border-radius: var(--hdl-card-radius);
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(17, 26, 40, 0.08);
    height: 100%;
}

.rich-text p {
    margin-bottom: 1rem;
    color: #4b5162;
    line-height: 1.75;
}

.product-benefits {
    background: #ffffff;
}

.benefits-banner {
    background: #F9F9FA;
    border-radius: 20px;
    padding: 0.75rem 2rem;
    color: #1f1f20;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 300;
    width: 100%;
}

.benefits-stack {
    display: flex;
    flex-direction: column;
}

.benefit-row {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    overflow: hidden;
    background: #f9f9fa;
}

.benefit-row--reverse {
    flex-direction: row-reverse;
}

.benefit-media,
.benefit-copy {
    flex: 1 1 300px;
    min-height: 280px;
}

.benefit-media {
    position: relative;
}

.benefit-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.benefit-media__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a7f8c;
    font-weight: 500;
}

.benefit-copy {
    padding: 3rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.benefit-copy h3 {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    font-weight: 400;
    color: #1f1f20;
    margin: 0;
}

.benefit-copy__divider {
    width: 40px;
    height: 2px;
    background: var(--hdl-hero-accent);
    display: block;
}

.benefit-copy p {
    margin: 0;
    color: #4b4f5f;
    line-height: 1.7;
}

.specs-tabs {
    background: #fff;
}

.specs-tabs__nav {
    justify-content: center;
    gap: 3rem;
}

.specs-tabs__nav .nav-link {
    border: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 1.05rem;
    color: #3a3f50;
    padding: 0.5rem 0;
    position: relative;
    background: transparent;
}

.specs-tabs__nav .nav-link.active {
    color: #0c1a2c;
}

.specs-tabs__nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: transparent;
    border-radius: 999px;
    transition: background 0.2s ease;
}

.specs-tabs__nav .nav-link.active::after {
    background: #0c1a2c;
}

.specs-table.card {
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.border-title{
    border-bottom: 2px solid #403D3D;
    width: 4%;
}

.specs-table__heading {
    padding: 1.5rem 2rem 0.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a2d3b;
}

.specs-table__grid th {
    width: 30%;
    font-weight: 600;
    color: #1f1f20;
    padding: 0.9rem 1.5rem;
    background: #f9f9f9;
}

.specs-table__grid td {
    padding: 0.9rem 1.5rem;
    color: #4c5363;
    background: #f9f9f9;
}

.specs-table__grid tr.is-alt th,
.specs-table__grid tr.is-alt td {
    background: #ecf4f8;
}

.specs-table__grid th,
.specs-table__grid td {
    border-top: 1px solid #e3e7ef;
    vertical-align: middle;
}

.specs-table__grid tr:first-child th,
.specs-table__grid tr:first-child td {
    border-top: none;
}

.spec-boolean svg {
    color: var(--hdl-hero-accent);
}

.spec-info {
    margin-left: 0.35rem;
    display: inline-flex;
    vertical-align: middle;
}

.tab-media {
    background: #f5f6fa;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(13, 20, 34, 0.08);
}

.tab-media img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tab-placeholder {
    color: #7b8194;
    font-size: 1rem;
    text-align: center;
    background: #f7f8fb;
    padding: 2rem;
    border-radius: 16px;
}

.download-card {
    text-align: left;
    border: 1px solid #e8ecf5;
}

.download-label {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: #7a8194;
    margin-bottom: 0.5rem;
}

.download-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1d2130;
    margin-bottom: 0.75rem;
}

.download-size {
    font-size: 0.9rem;
    color: #7d8396;
}

.related-products {
    background: #ffffff;
}

@media (max-width: 991px) {
    .benefit-copy {
        padding: 2rem;
    }

    .specs-tabs__nav {
        gap: 1.25rem;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .detail-card,
    .download-card {
        padding: 1.5rem;
    }

    .benefit-row {
        flex-direction: column;
    }

    .benefit-copy {
        padding: 1.75rem;
    }
}

