.product-detail {
    --pd-ink: #0f213d;
    --pd-muted: #607087;
    --pd-line: #e3e9f1;
    --pd-soft: #f5f8fc;
    --pd-blue: #154b87;
    --pd-blue-dark: #0d3768;
    --pd-green: #087f5b;
    color: var(--pd-ink);
    background: #fff;
}

.product-shell {
    width: min(1120px, calc(100% - 48px));
    margin-inline: auto;
}

.product-hero {
    padding: 0 0 56px;
    border-bottom: 1px solid var(--pd-line);
    background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
}

.product-breadcrumb {
    display: flex;
    min-height: 64px;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: #8290a3;
    font-size: 12px;
}

.product-breadcrumb a {
    color: #607087;
    text-decoration: none;
}

.product-breadcrumb a:hover,
.product-breadcrumb strong {
    color: var(--pd-blue);
}

.product-breadcrumb strong {
    font-weight: 700;
}

.product-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 64px;
    align-items: center;
    padding-top: 38px;
}

.product-hero-copy {
    min-width: 0;
}

.product-hero-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.product-hero-kicker span,
.product-hero-kicker b {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 6px;
    color: #315d92;
    background: #eaf1f9;
    font-size: 11px;
    font-weight: 750;
}

.product-hero-kicker b {
    color: #087f5b;
    background: #e9f8f2;
}

.product-title-row {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.product-mark {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    overflow: hidden;
    border: 1px solid #dbe4ef;
    border-radius: 14px;
    color: var(--pd-blue);
    background: #fff;
    box-shadow: 0 10px 28px rgba(18, 54, 92, .08);
    font-size: 21px;
    font-weight: 800;
}

.product-title-row h1 {
    margin: -5px 0 10px;
    color: #0c1e38;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.product-title-row p {
    max-width: 650px;
    margin: 0;
    color: #5c6d83;
    font-size: 17px;
    line-height: 1.7;
}

.product-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0;
    margin-top: 28px;
    padding-left: 88px;
}

.product-hero-meta > span {
    display: grid;
    gap: 3px;
    padding: 0 22px;
    border-left: 1px solid #dce4ed;
}

.product-hero-meta > span:first-child {
    padding-left: 0;
    border-left: 0;
}

.product-hero-meta small {
    color: #8794a6;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.product-hero-meta strong {
    max-width: 220px;
    color: #34465c;
    font-size: 12px;
    font-weight: 750;
}

.product-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
    padding-left: 88px;
}

.product-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.product-button:hover {
    transform: translateY(-1px);
}

.product-button-primary {
    border-color: var(--pd-blue);
    color: #fff !important;
    background: var(--pd-blue);
}

.product-button-primary:hover {
    border-color: var(--pd-blue-dark);
    background: var(--pd-blue-dark);
}

.product-button-secondary {
    border-color: #d6dfeb;
    color: #29435f !important;
    background: #fff;
}

.product-button-secondary:hover {
    border-color: #9eb2ca;
    background: #f8fafc;
}

.product-text-link {
    display: inline-flex;
    min-height: 44px;
    gap: 7px;
    align-items: center;
    padding: 0 7px;
    color: #405b78;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.product-text-link span {
    color: var(--pd-blue);
}

.product-hero-purchase {
    align-self: stretch;
}

.product-purchase {
    height: 100%;
    padding: 25px;
    border: 1px solid #dce4ee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(16, 42, 74, .09);
}

.product-purchase-badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 5px 8px;
    border-radius: 5px;
    color: #315d92;
    background: #eaf1f9;
    font-size: 10px;
    font-weight: 800;
}

.product-purchase-eyebrow {
    margin: 0 0 4px;
    color: #8190a3 !important;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.product-purchase h2 {
    margin: 0 0 16px;
    color: var(--pd-ink);
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -.025em;
}

.product-purchase-price {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin: 0 -25px 17px;
    padding: 16px 25px;
    border-block: 1px solid #edf1f5;
    background: #f7f9fc;
}

.product-purchase-price strong {
    flex-basis: 100%;
    color: #113b70;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -.035em;
}

.product-purchase-price del {
    color: #96a1b0;
    font-size: 11px;
}

.product-purchase-price span {
    padding: 4px 7px;
    border-radius: 4px;
    color: #087f5b;
    background: #e9f8f2;
    font-size: 9px;
    font-weight: 800;
}

.product-purchase-quote {
    margin: 0 0 17px;
    padding: 13px;
    border-radius: 7px;
    color: #52657d;
    background: #f7f9fc;
    font-size: 12px;
    line-height: 1.55;
}

.product-purchase dl {
    margin: 0 0 17px;
}

.product-purchase dl > div {
    display: grid;
    grid-template-columns: minmax(86px, .8fr) minmax(0, 1.2fr);
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #edf1f5;
}

.product-purchase dt {
    color: #8a97a8;
    font-size: 10px;
    font-weight: 650;
}

.product-purchase dd {
    margin: 0;
    color: #34465c;
    font-size: 10px;
    font-weight: 750;
    text-align: right;
    overflow-wrap: anywhere;
}

.product-purchase-button {
    display: flex !important;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #fff !important;
    background: var(--pd-blue) !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.product-purchase > small {
    display: block;
    margin: 9px 0 0;
    color: #8794a6;
    font-size: 9px;
    line-height: 1.45;
    text-align: center;
}

.product-purchase-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #edf1f5;
}

.product-purchase-trust span {
    color: #5d6d80;
    font-size: 9px;
    font-weight: 650;
}

.product-body {
    padding-bottom: 80px;
}

.product-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    border-bottom: 1px solid var(--pd-line);
}

.product-facts article {
    min-width: 0;
    padding: 25px 20px;
    border-right: 1px solid var(--pd-line);
}

.product-facts article:first-child {
    padding-left: 0;
}

.product-facts article:last-child {
    padding-right: 0;
    border-right: 0;
}

.product-facts small,
.product-facts strong {
    display: block;
}

.product-facts small {
    margin-bottom: 6px;
    color: #8995a6;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-facts strong {
    overflow: hidden;
    color: #31465f;
    font-size: 12px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-section {
    padding-top: 76px;
}

.product-section-heading {
    max-width: 700px;
    margin-bottom: 28px;
}

.product-section-heading > span,
.product-resource-bar > div > span,
.product-final-cta > div > span {
    display: block;
    margin-bottom: 7px;
    color: var(--pd-blue);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.product-section-heading h2,
.product-resource-bar h2,
.product-final-cta h2 {
    margin: 0;
    color: #10233e;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.18;
    letter-spacing: -.035em;
}

.product-section-heading p {
    max-width: 620px;
    margin: 11px 0 0;
    color: var(--pd-muted);
    font-size: 13px;
    line-height: 1.7;
}

.product-prose {
    max-width: 820px;
    color: #4d6077;
    font-size: 15px;
    line-height: 1.85;
}

.product-prose > :first-child {
    margin-top: 0;
}

.product-prose > :last-child {
    margin-bottom: 0;
}

.product-prose h2,
.product-prose h3,
.product-prose h4 {
    color: #152b47;
}

.product-prose a {
    color: var(--pd-blue);
}

.product-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--pd-line);
    border-left: 1px solid var(--pd-line);
}

.product-feature-grid article {
    display: flex;
    min-height: 112px;
    gap: 14px;
    padding: 23px;
    border-right: 1px solid var(--pd-line);
    border-bottom: 1px solid var(--pd-line);
    background: #fff;
}

.product-feature-grid article > span {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 7px;
    color: var(--pd-blue);
    background: #edf3f9;
    font-size: 12px;
    font-weight: 800;
}

.product-feature-grid h3 {
    margin: 3px 0 6px;
    color: #233a56;
    font-size: 14px;
}

.product-feature-grid p {
    margin: 0;
    color: #6c7a8d;
    font-size: 12px;
    line-height: 1.6;
}

.product-value-section {
    margin-top: 76px;
    padding: 46px;
    border-radius: 14px;
    background: var(--pd-soft);
}

.product-value-section.product-section {
    padding-top: 46px;
}

.product-advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 28px;
}

.product-advantage-grid article {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #dfe6ef;
}

.product-advantage-grid article > span {
    color: var(--pd-green);
    font-size: 12px;
    font-weight: 900;
}

.product-advantage-grid p {
    margin: 0;
    color: #465b73;
    font-size: 12px;
    line-height: 1.6;
}

.product-integration-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-integration-grid a {
    display: inline-flex;
    min-width: 160px;
    min-height: 54px;
    gap: 10px;
    align-items: center;
    padding: 11px 15px;
    border: 1px solid var(--pd-line);
    border-radius: 8px;
    color: #344a63;
    background: #fff;
    font-size: 11px;
    text-decoration: none;
}

.product-integration-grid a:hover {
    border-color: #b7c7d9;
}

.product-integration-grid img,
.product-integration-grid a > span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 5px;
    object-fit: contain;
    color: var(--pd-blue);
    background: #edf3f9;
    font-size: 9px;
    font-weight: 800;
}

.product-gallery-main {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--pd-line);
    border-radius: 12px;
    background: #f4f7fb;
    cursor: zoom-in;
}

.product-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-gallery-main > span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 10px 13px;
    border-radius: 7px;
    color: #fff;
    background: rgba(12, 30, 56, .84);
    font-size: 11px;
    text-align: left;
}

.product-gallery-nav {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 10px;
    margin-top: 12px;
}

.product-gallery-nav > button {
    border: 1px solid var(--pd-line);
    border-radius: 7px;
    color: #415a77;
    background: #fff;
    cursor: pointer;
}

.product-gallery-nav > div {
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.product-gallery-nav > div button {
    flex: 0 0 76px;
    height: 52px;
    overflow: hidden;
    padding: 2px;
    border: 1px solid var(--pd-line);
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

.product-gallery-nav > div button.is-active {
    border-color: var(--pd-blue);
}

.product-gallery-nav img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
}

.product-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.product-package-grid article {
    display: flex;
    min-height: 300px;
    flex-direction: column;
    padding: 25px;
    border: 1px solid var(--pd-line);
    border-radius: 10px;
    background: #fff;
}

.product-package-grid article.is-featured {
    border-color: #8ba9ca;
    box-shadow: inset 0 3px 0 var(--pd-blue);
}

.product-package-grid article > span {
    color: #718096;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.product-package-grid article > strong {
    margin-top: 16px;
    color: #153d70;
    font-size: 25px;
    letter-spacing: -.035em;
}

.product-package-grid h3 {
    margin: 12px 0 4px;
    color: #31465e;
    font-size: 13px;
}

.product-package-grid p {
    flex: 1;
    margin: 0 0 20px;
    color: #6a788a;
    font-size: 11px;
    line-height: 1.6;
}

.product-includes {
    margin-top: 14px;
    padding: 20px 23px;
    border-radius: 9px;
    background: var(--pd-soft);
}

.product-includes h3 {
    margin: 0 0 13px;
    color: #344a63;
    font-size: 13px;
}

.product-includes > div {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 22px;
}

.product-includes span {
    color: #52667e;
    font-size: 11px;
}

.product-spec-table {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--pd-line);
    border-radius: 9px;
}

.product-spec-table > div {
    display: grid;
    grid-template-columns: minmax(150px, .35fr) minmax(0, 1fr);
    border-bottom: 1px solid var(--pd-line);
}

.product-spec-table > div:last-child {
    border-bottom: 0;
}

.product-spec-table dt,
.product-spec-table dd {
    margin: 0;
    padding: 14px 17px;
    font-size: 11px;
    line-height: 1.5;
}

.product-spec-table dt {
    color: #66778b;
    background: #f6f8fb;
    font-weight: 700;
}

.product-spec-table dd {
    color: #344a63;
    background: #fff;
}

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

.product-installation li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 17px;
    padding: 20px 0;
    border-top: 1px solid var(--pd-line);
}

.product-installation li > b {
    color: #8b9aad;
    font-size: 11px;
}

.product-installation h3 {
    margin: 0 0 6px;
    color: #263e5a;
    font-size: 14px;
}

.product-installation p {
    margin: 0;
    color: #65758a;
    font-size: 12px;
    line-height: 1.65;
}

.product-installation pre {
    overflow-x: auto;
    margin: 11px 0 0;
    padding: 13px;
    border-radius: 6px;
    color: #e6eef7;
    background: #12243d;
    font-size: 11px;
}

.product-resource-bar {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-top: 76px;
    padding: 28px 30px;
    border: 1px solid var(--pd-line);
    border-radius: 10px;
    background: var(--pd-soft);
}

.product-resource-bar h2 {
    font-size: 22px;
}

.product-resource-bar nav {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.product-resource-bar a {
    padding: 10px 13px;
    border: 1px solid #d7e0ea;
    border-radius: 6px;
    color: #35516f;
    background: #fff;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.product-faq {
    border-top: 1px solid var(--pd-line);
}

.product-faq article {
    border-bottom: 1px solid var(--pd-line);
}

.product-faq button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 19px 0;
    border: 0;
    color: #263e5a;
    background: transparent;
    font-size: 13px;
    font-weight: 750;
    text-align: left;
    cursor: pointer;
}

.product-faq button b {
    color: var(--pd-blue);
    font-size: 18px;
}

.product-faq article > div p {
    max-width: 800px;
    margin: -4px 0 20px;
    color: #647489;
    font-size: 12px;
    line-height: 1.7;
}

.product-final-cta {
    display: flex;
    gap: 38px;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    padding: 40px;
    border-radius: 13px;
    color: #fff;
    background: #123f75;
}

.product-final-cta > div:first-child {
    max-width: 610px;
}

.product-final-cta > div > span {
    color: #a9c8eb;
}

.product-final-cta h2 {
    color: #fff;
}

.product-final-cta p {
    margin: 11px 0 0;
    color: #d4e2f2;
    font-size: 12px;
    line-height: 1.65;
}

.product-final-cta > div:last-child {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 9px;
}

.product-final-cta .product-button-primary {
    border-color: #fff;
    color: #123f75 !important;
    background: #fff;
}

.product-final-cta .product-button-secondary {
    border-color: rgba(255,255,255,.35);
    color: #fff !important;
    background: transparent;
}

.product-related-section {
    padding-top: 80px;
}

.product-heading-row {
    display: flex;
    max-width: none;
    align-items: end;
    justify-content: space-between;
}

.product-heading-row > a {
    color: var(--pd-blue);
    font-size: 11px;
    font-weight: 750;
    text-decoration: none;
}

.product-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    grid-template-columns: 50px minmax(0, 1050px) 50px;
    gap: 16px;
    place-content: center;
    align-items: center;
    padding: 28px;
    background: rgba(5, 14, 28, .94);
}

.product-lightbox[style*="display: block"],
.product-lightbox[style*="display:block"] {
    display: grid !important;
}

.product-lightbox img {
    width: 100%;
    max-height: 84vh;
    border-radius: 9px;
    object-fit: contain;
}

.product-lightbox > button {
    height: 48px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.08);
    font-size: 19px;
    cursor: pointer;
}

.product-lightbox .product-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
}

@media (max-width: 980px) {
    .product-hero-grid {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 34px;
    }

    .product-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .product-hero-grid {
        grid-template-columns: 1fr;
        padding-top: 22px;
    }

    .product-hero-purchase {
        max-width: 520px;
    }

    .product-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-final-cta,
    .product-resource-bar {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .product-shell {
        width: min(100% - 30px, 1120px);
    }

    .product-hero {
        padding-bottom: 34px;
    }

    .product-breadcrumb {
        min-height: 52px;
    }

    .product-title-row {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 13px;
    }

    .product-mark {
        width: 52px;
        height: 52px;
        border-radius: 11px;
        font-size: 16px;
    }

    .product-title-row h1 {
        margin-top: -2px;
        font-size: 31px;
    }

    .product-title-row p {
        font-size: 14px;
        line-height: 1.6;
    }

    .product-hero-meta,
    .product-hero-actions {
        padding-left: 0;
    }

    .product-hero-meta > span {
        flex: 1 1 42%;
        padding: 0 12px;
    }

    .product-hero-meta > span:nth-child(odd) {
        padding-left: 0;
        border-left: 0;
    }

    .product-hero-actions .product-button {
        flex: 1 1 auto;
    }

    .product-text-link {
        flex-basis: 100%;
        justify-content: center;
    }

    .product-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-facts article,
    .product-facts article:first-child,
    .product-facts article:last-child {
        padding: 18px 12px;
        border-right: 0;
        border-bottom: 1px solid var(--pd-line);
    }

    .product-facts article:nth-child(odd) {
        padding-left: 0;
        border-right: 1px solid var(--pd-line);
    }

    .product-facts article:nth-child(n+3) {
        border-bottom: 0;
    }

    .product-facts strong {
        white-space: normal;
    }

    .product-section {
        padding-top: 58px;
    }

    .product-section-heading {
        margin-bottom: 22px;
    }

    .product-feature-grid,
    .product-advantage-grid,
    .product-package-grid,
    .product-related-grid {
        grid-template-columns: 1fr;
    }

    .product-value-section {
        margin-top: 58px;
        padding: 27px 22px;
    }

    .product-value-section.product-section {
        padding-top: 27px;
    }

    .product-gallery-main {
        aspect-ratio: 4 / 3;
    }

    .product-spec-table > div {
        grid-template-columns: 1fr;
    }

    .product-spec-table dt {
        padding-bottom: 5px;
    }

    .product-spec-table dd {
        padding-top: 5px;
    }

    .product-resource-bar,
    .product-final-cta {
        margin-top: 58px;
        padding: 26px 22px;
    }

    .product-final-cta > div:last-child,
    .product-final-cta .product-button {
        width: 100%;
    }

    .product-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .product-lightbox {
        grid-template-columns: 36px minmax(0, 1fr) 36px;
        gap: 7px;
        padding: 10px;
    }
}
