:root {
    --pd-blue: #2f73ff;
    --pd-text: #0b0b0f;
    --pd-muted: #777980;
    --pd-line: #e7e7e9;
    --pd-soft: #f7f8fa;
    --pd-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.pd-page {
    font-family: 'Inter', sans-serif;
    color: var(--pd-text);
    background: #fff;
}

.pd-breadcrumb {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid var(--pd-line);
    padding: 25px 0;
    background: #fff;
}

.pd-container {
    max-width: 1860px;
    margin: 0 auto;
    padding: 0 46px;
}

.pd-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}

.pd-breadcrumb-list a {
    color: #777;
    text-decoration: none;
}

.pd-breadcrumb-list i {
    color: #777;
    font-size: 13px;
}

.pd-breadcrumb-list .active {
    color: #050505;
}

.pd-main {
    padding: 76px 0 88px;
}

.pd-layout {
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.pd-sidebar-wrap {
    position: sticky;
    top: 104px;
}

.pd-sidebar {
    border: 1px solid var(--pd-line);
    border-radius: 16px;
    box-shadow: var(--pd-shadow);
    padding: 18px;
    background: #fff;
}

.pd-tab-btn {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    min-height: 82px;
    border: 2px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: #2d2d31;
    padding: 0 34px;
    text-align: left;
    font-size: 17px;
    font-weight: 800;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.pd-tab-btn + .pd-tab-btn {
    margin-top: 12px;
}

.pd-tab-btn i {
    width: 24px;
    font-size: 18px;
    text-align: center;
}

.pd-tab-btn:hover,
.pd-tab-btn.active {
    border-color: var(--pd-blue);
    color: var(--pd-blue);
    background: #fff;
}

.pd-panel {
    display: none;
}

.pd-panel.active {
    display: block;
}

.pd-overview-grid {
    display: grid;
    grid-template-columns: 128px minmax(420px, 1fr) minmax(360px, 520px);
    gap: 32px;
    align-items: start;
}

.pd-thumbs {
    position: relative;
    display: grid;
    gap: 20px;
    justify-items: center;
}

.pd-thumb-nav {
    width: 38px;
    height: 38px;
    border: 1px solid var(--pd-line);
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    color: #222;
    font-size: 15px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.pd-thumb {
    width: 126px;
    height: 126px;
    border: 1px solid var(--pd-line);
    border-radius: 12px;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 16px;
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease;
}

.pd-thumb.active,
.pd-thumb:hover {
    border: 3px solid var(--pd-blue);
}

.pd-thumb img {
    max-width: 100%;
    max-height: 78px;
    object-fit: contain;
}

.pd-gallery-main {
    min-height: 520px;
    border: 1px solid var(--pd-line);
    border-radius: 16px;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 56px;
}

.pd-gallery-main img {
    width: min(520px, 86%);
    max-height: 390px;
    object-fit: contain;
}

.pd-info {
    padding-top: 0;
}

.pd-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 66px;
    padding: 0 28px;
    border: 1px solid var(--pd-line);
    border-radius: 999px;
    color: #2d2d31;
    font-size: 18px;
    font-weight: 800;
    background: #fff;
}

.pd-title {
    margin: 34px 0 20px;
    font-size: clamp(38px, 3.2vw, 58px);
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: 800;
}

.pd-lifecycle {
    font-size: 19px;
    line-height: 1.8;
    color: #777;
    font-weight: 800;
}

.pd-lifecycle span {
    color: #0b0b0f;
}

.pd-summary {
    margin: 34px 0 38px;
    padding-left: 28px;
    border-left: 5px solid #e7e7e9;
    color: #303036;
    font-size: 24px;
    line-height: 1.52;
    font-weight: 500;
}

.pd-divider {
    border: 0;
    border-top: 1px solid var(--pd-line);
    margin: 0 0 32px;
}

.pd-price-label {
    color: #777;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pd-price {
    margin-top: 10px;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
}

.pd-quote {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding: 15px 30px;
    border-radius: 999px;
    background: var(--pd-blue);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(47, 115, 255, .24);
}

.pd-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 46px;
    margin-top: 46px;
    padding: 38px 0 42px;
    border-top: 1px solid var(--pd-line);
    border-bottom: 1px solid var(--pd-line);
}

.pd-feature-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 14px;
}

.pd-feature-copy {
    margin: 0;
    color: #666a72;
    font-size: 13px;
    line-height: 1.7;
}

.pd-notes {
    padding-top: 34px;
    color: #555a63;
    font-size: 13px;
    line-height: 1.9;
}

.pd-notes h3 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #202026;
}

.pd-spec-tabs {
    display: flex;
    gap: 42px;
    align-items: center;
    border-bottom: 1px solid var(--pd-line);
    margin-bottom: 24px;
}

.pd-spec-tab {
    border: 0;
    background: transparent;
    padding: 0 0 22px;
    color: #666a72;
    font-size: 13px;
    font-weight: 800;
}

.pd-spec-tab.active {
    color: var(--pd-blue);
}

.pd-spec-panel {
    display: none;
}

.pd-spec-panel.active {
    display: block;
}

.pd-spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.pd-spec-table tr:nth-child(10n) {
    background: #f7f7f8;
}

.pd-spec-table th,
.pd-spec-table td {
    padding: 18px 28px;
    vertical-align: top;
    border: 0;
}

.pd-spec-table th {
    width: 34%;
    color: #24262b;
    font-weight: 800;
}

.pd-spec-table td {
    color: #50555f;
    line-height: 1.65;
    font-weight: 500;
}

.pd-section-note {
    border-top: 1px solid var(--pd-line);
    margin-top: 38px;
    padding-top: 30px;
    color: #555a63;
    font-size: 13px;
    line-height: 1.9;
}

.pd-section-note h3 {
    color: #202026;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
}

.pd-blog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.pd-blog-card {
    border: 1px solid var(--pd-line);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .04);
}

.pd-blog-image {
    height: 220px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #edf1f4, #cfd6dd);
}

.pd-blog-image img {
    width: 82%;
    max-height: 155px;
    object-fit: contain;
    filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .16));
}

.pd-blog-body {
    padding: 28px 30px 32px;
}

.pd-blog-date {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #858585;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 22px;
}

.pd-blog-title {
    min-height: 72px;
    color: #09090a;
    font-size: 22px;
    line-height: 1.28;
    font-weight: 800;
    margin: 0 0 20px;
}

.pd-blog-copy {
    min-height: 112px;
    color: #777980;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 24px;
}

.pd-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pd-blue);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 1399px) {
    .pd-layout {
        grid-template-columns: 320px minmax(0, 1fr);
        gap: 30px;
    }

    .pd-overview-grid {
        grid-template-columns: 106px minmax(330px, 1fr);
    }

    .pd-info {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 24px;
        align-items: start;
    }

    .pd-info-main {
        min-width: 0;
    }

    .pd-price-box {
        padding-top: 28px;
    }

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

@media (max-width: 991px) {
    .pd-container {
        padding: 0 22px;
    }

    .pd-main {
        padding-top: 38px;
    }

    .pd-layout,
    .pd-overview-grid,
    .pd-info {
        grid-template-columns: 1fr;
    }

    .pd-sidebar-wrap {
        position: static;
    }

    .pd-sidebar {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
    }

    .pd-tab-btn {
        justify-content: center;
        min-height: 58px;
        padding: 0 10px;
        font-size: 13px;
        gap: 8px;
    }

    .pd-tab-btn + .pd-tab-btn {
        margin-top: 0;
    }

    .pd-thumbs {
        grid-template-columns: repeat(4, 1fr);
    }

    .pd-thumb-nav {
        display: none;
    }

    .pd-thumb {
        width: 100%;
        height: 92px;
    }

    .pd-gallery-main {
        min-height: 360px;
        padding: 30px;
    }

    .pd-title {
        font-size: 36px;
    }

    .pd-summary {
        font-size: 18px;
    }

    .pd-feature-grid,
    .pd-blog-grid {
        grid-template-columns: 1fr;
    }

    .pd-spec-tabs {
        gap: 22px;
        overflow-x: auto;
    }

    .pd-spec-table th,
    .pd-spec-table td {
        display: block;
        width: 100%;
        padding: 12px 16px;
    }

    .pd-spec-table td {
        padding-top: 0;
    }
}

@media (max-width: 575px) {
    .pd-breadcrumb-list {
        font-size: 12px;
        gap: 8px;
    }

    .pd-sidebar {
        grid-template-columns: 1fr;
    }

    .pd-title {
        font-size: 31px;
    }

    .pd-badge {
        min-height: 50px;
        font-size: 14px;
    }
}

/* Responsive hardening for dynamic product content */
.pd-page {
    overflow-x: hidden;
}

.pd-title,
.pd-summary,
.pd-blog-title,
.pd-breadcrumb-list li,
.pd-spec-table td {
    overflow-wrap: anywhere;
}

.pd-spec-tabs {
    -webkit-overflow-scrolling: touch;
}

.pd-spec-tab {
    white-space: nowrap;
}

.pd-spec-table {
    table-layout: fixed;
}

@media (max-width: 991px) {
    .pd-layout,
    .pd-overview-grid,
    .pd-info {
        gap: 24px;
    }

    .pd-thumbs {
        gap: 10px;
    }

    .pd-gallery-main img {
        width: min(420px, 92%);
        max-height: 300px;
    }

    .pd-spec-tabs {
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .pd-container {
        padding: 0 16px;
    }

    .pd-main {
        padding: 28px 0 58px;
    }

    .pd-tab-btn {
        justify-content: flex-start;
        min-height: 54px;
        padding: 0 18px;
        font-size: 14px;
    }

    .pd-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pd-thumb {
        height: 76px;
        padding: 8px;
    }

    .pd-thumb img {
        max-height: 54px;
    }

    .pd-gallery-main {
        min-height: 260px;
        padding: 18px;
        border-radius: 12px;
    }

    .pd-gallery-main img {
        width: 94%;
        max-height: 220px;
    }

    .pd-title {
        margin: 22px 0 14px;
        font-size: 30px;
    }

    .pd-badge {
        padding: 0 18px;
    }

    .pd-lifecycle,
    .pd-summary {
        font-size: 15px;
        line-height: 1.7;
    }

    .pd-summary {
        margin: 24px 0 26px;
        padding-left: 16px;
    }

    .pd-price {
        font-size: 30px;
    }

    .pd-feature-grid {
        gap: 18px;
        padding-top: 28px;
    }

    .pd-feature-title {
        font-size: 15px;
    }

    .pd-spec-tab {
        padding: 0 2px 12px;
        font-size: 13px;
    }

    .pd-spec-table th,
    .pd-spec-table td {
        font-size: 13px;
        line-height: 1.65;
    }

    .pd-blog-body {
        padding: 22px 20px 26px;
    }

    .pd-blog-title,
    .pd-blog-copy {
        min-height: auto;
    }
}

/* HP-style visual polish */
.pd-page {
    --pd-blue: #2563eb;
    --pd-text: #111827;
    --pd-muted: #6b7280;
    --pd-line: #e5e7eb;
    --pd-shadow: 0 18px 42px rgba(15, 23, 42, 0.055);
}

.pd-breadcrumb {
    padding: 18px 0;
    background: #fafafa;
}

.pd-container {
    max-width: 1500px;
}

.pd-main {
    padding: 56px 0 74px;
}

.pd-layout {
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 40px;
}

.pd-sidebar {
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.045);
    padding: 14px;
}

.pd-tab-btn {
    min-height: 68px;
    border-width: 1.5px;
    border-radius: 9px;
    padding: 0 28px;
    color: #2f3137;
    font-size: 15px;
    font-weight: 760;
}

.pd-tab-btn:hover,
.pd-tab-btn.active {
    background: #f8fbff;
}

.pd-overview-grid {
    grid-template-columns: 104px minmax(360px, 1fr) minmax(340px, 470px);
    gap: 28px;
}

.pd-thumbs {
    gap: 16px;
}

.pd-thumb {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    padding: 12px;
}

.pd-thumb.active,
.pd-thumb:hover {
    border: 2px solid var(--pd-blue);
}

.pd-thumb img {
    max-height: 64px;
}

.pd-gallery-main {
    min-height: 430px;
    border-radius: 14px;
    padding: 42px;
}

.pd-gallery-main img {
    width: min(460px, 88%);
    max-height: 330px;
}

.pd-product-image-missing {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 220px;
    padding: 28px;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    overflow-wrap: anywhere;
}

.pd-badge {
    min-height: 46px;
    padding: 0 18px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 800;
}

.pd-badge i {
    color: var(--pd-blue);
}

.pd-title {
    margin: 26px 0 16px;
    font-size: clamp(34px, 2.9vw, 50px);
    line-height: 1.12;
    font-weight: 850;
}

.pd-lifecycle {
    font-size: 15px;
    line-height: 1.7;
    color: #747982;
}

.pd-summary {
    margin: 26px 0 30px;
    padding-left: 22px;
    border-left-width: 4px;
    color: #20242c;
    font-size: 19px;
    line-height: 1.55;
}

.pd-price-label {
    color: #747982;
    font-size: 14px;
    letter-spacing: .08em;
}

.pd-price {
    font-size: 36px;
}

.pd-quote {
    margin-top: 24px;
    padding: 13px 24px;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .22);
}

.pd-feature-grid {
    gap: 38px;
    margin-top: 38px;
    padding: 30px 0 34px;
}

.pd-feature-title {
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
}

.pd-feature-copy,
.pd-notes,
.pd-section-note {
    color: #5f6672;
}

.pd-spec-tabs {
    gap: 38px;
}

.pd-spec-tab {
    color: #4b5563;
    font-size: 13px;
}

.pd-spec-table th,
.pd-spec-table td {
    padding: 16px 24px;
}

.pd-spec-table th {
    color: #111827;
}

.pd-blog-card {
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.pd-blog-image {
    height: 190px;
    background: #f3f4f6;
}

.pd-blog-image img {
    width: 100%;
    max-height: none;
    height: 100%;
    object-fit: cover;
    filter: none;
}

.pd-blog-image-missing {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 22px;
    border: 1px solid #dbeafe;
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
    color: #0f172a;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    overflow-wrap: anywhere;
}

.pd-blog-body {
    padding: 24px 24px 28px;
}

.pd-blog-date {
    color: #747982;
    font-size: 13px;
}

.pd-blog-title {
    font-size: 20px;
}

.pd-blog-copy {
    color: #666d78;
    font-size: 15px;
}

@media (max-width: 1399px) {
    .pd-layout {
        grid-template-columns: 280px minmax(0, 1fr);
    }

    .pd-overview-grid {
        grid-template-columns: 92px minmax(300px, 1fr);
    }
}

@media (max-width: 991px) {
    .pd-main {
        padding: 36px 0 64px;
    }

    .pd-layout,
    .pd-overview-grid,
    .pd-info {
        grid-template-columns: 1fr;
    }

    .pd-sidebar {
        border-radius: 12px;
    }

    .pd-info {
        display: block;
    }

    .pd-gallery-main {
        min-height: 330px;
    }
}

@media (max-width: 575px) {
    .pd-main {
        padding: 26px 0 54px;
    }

    .pd-tab-btn {
        min-height: 52px;
        padding: 0 16px;
    }

    .pd-title {
        font-size: 29px;
    }

    .pd-summary {
        font-size: 15px;
    }

    .pd-price {
        font-size: 30px;
    }

    .pd-feature-grid {
        margin-top: 30px;
    }
}

/* Reference screenshot scale at 100% zoom */
@media (min-width: 1400px) {
    .pd-container {
        max-width: none;
        padding: 0 42px;
    }

    .pd-breadcrumb {
        padding: 20px 0;
    }

    .pd-breadcrumb-list {
        gap: 13px;
        font-size: 13px;
        font-weight: 600;
    }

    .pd-breadcrumb-list .active {
        font-weight: 800;
    }

    .pd-main {
        padding: 60px 0 76px;
    }

    .pd-layout {
        grid-template-columns: 168px minmax(0, 1fr);
        gap: 26px;
    }

    .pd-sidebar {
        border-radius: 12px;
        padding: 12px;
        box-shadow: 0 12px 26px rgba(15, 23, 42, 0.045);
    }

    .pd-tab-btn {
        min-height: 88px;
        padding: 12px 14px;
        font-size: 12.5px;
        font-weight: 800;
    }

    .pd-tab-btn + .pd-tab-btn {
        margin-top: 8px;
    }

    .pd-overview-grid {
        grid-template-columns: minmax(430px, 1.08fr) minmax(360px, 0.92fr);
        gap: 18px;
    }

    .pd-thumbs {
        gap: 12px;
    }

    .pd-thumb-nav {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .pd-thumb {
        width: 84px;
        height: 84px;
        padding: 10px;
        border-radius: 9px;
    }

    .pd-thumb img {
        max-height: 58px;
    }

    .pd-gallery-main {
        min-height: 520px;
        padding: 44px;
        border-radius: 18px;
    }

    .pd-gallery-main img {
        width: min(500px, 82%);
        max-height: 340px;
    }

    .pd-badge {
        min-height: 46px;
        padding: 0 18px;
        font-size: 13px;
    }

    .pd-title {
        margin: 24px 0 14px;
        font-size: 32px;
        line-height: 1.16;
        font-weight: 850;
    }

    .pd-lifecycle {
        font-size: 14px;
        line-height: 1.6;
    }

    .pd-summary {
        margin: 28px 0 28px;
        padding-left: 18px;
        border-left-width: 4px;
        font-size: 17px;
        line-height: 1.5;
    }

    .pd-divider {
        margin-bottom: 30px;
    }

    .pd-price-label {
        font-size: 13px;
    }

    .pd-price {
        margin-top: 10px;
        font-size: 38px;
    }

    .pd-quote {
        min-width: 216px;
        justify-content: center;
        margin-top: 34px;
        padding: 17px 30px;
        font-size: 15px;
    }

    .pd-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 70px;
        margin-top: 48px;
        padding: 48px 38px 0;
        border-bottom: 0;
    }

    .pd-feature-title {
        margin-bottom: 14px;
        font-size: 18px;
        line-height: 1.25;
    }

    .pd-feature-copy {
        font-size: 15px;
        line-height: 1.6;
    }

    .pd-spec-tabs {
        gap: 42px;
        margin-bottom: 38px;
    }

    .pd-spec-tab {
        padding-bottom: 18px;
        font-size: 14px;
    }

    .pd-spec-table {
        font-size: 15px;
    }

    .pd-spec-table th,
    .pd-spec-table td {
        padding: 22px 24px;
    }

    .pd-spec-table th {
        width: 30%;
    }

    .pd-blog-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 30px;
    }

    .pd-blog-card {
        border-radius: 13px;
    }

    .pd-blog-image {
        height: 220px;
    }

    .pd-blog-body {
        padding: 28px 24px 32px;
    }

    .pd-blog-title {
        min-height: 58px;
        font-size: 22px;
        line-height: 1.25;
    }

    .pd-blog-copy {
        min-height: 96px;
        font-size: 15px;
        line-height: 1.55;
    }
}

/* Eagles Repair theme polish */
.pd-page {
    background:
        linear-gradient(180deg, #f8fbff 0%, #ffffff 300px),
        #ffffff;
}

.pd-breadcrumb {
    border-top: 1px solid #e8f1ff;
    border-bottom: 1px solid #dbeafe;
    background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.pd-breadcrumb-list a {
    color: #4b5563;
}

.pd-breadcrumb-list a:hover,
.pd-breadcrumb-list .active {
    color: #0064e0;
}

.pd-sidebar {
    border-color: #dbeafe;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(0, 100, 224, 0.08);
}

.pd-tab-btn {
    border-radius: 8px;
    color: #1f2937;
}

.pd-tab-btn i {
    color: #0064e0;
}

.pd-tab-btn:hover,
.pd-tab-btn.active {
    border-color: rgba(0, 100, 224, 0.3);
    background: #eaf3ff;
    color: #0055c7;
    box-shadow: inset 4px 0 0 #0064e0;
}

.pd-overview-grid {
    padding: 24px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.055);
}

.pd-overview-grid-no-thumbs {
    grid-template-columns: minmax(360px, 1fr) minmax(340px, 470px);
}

.pd-thumb,
.pd-thumb-nav,
.pd-gallery-main {
    border-color: #dbeafe;
    background: #ffffff;
}

.pd-thumb:hover,
.pd-thumb.active {
    border-color: #0064e0;
    background: #f8fbff;
    box-shadow: 0 10px 24px rgba(0, 100, 224, 0.12);
}

.pd-gallery-main {
    background:
        radial-gradient(circle at 72% 20%, rgba(0, 100, 224, 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.pd-info {
    min-height: 100%;
}

.pd-badge {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #0055c7;
}

.pd-title {
    color: #0f172a;
}

.pd-summary {
    border-left-color: #0064e0;
    color: #334155;
}

.pd-price-box {
    padding: 24px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(0, 100, 224, 0.07);
}

.pd-price {
    color: #0f172a;
}

.pd-quote {
    background: #0064e0;
    box-shadow: 0 14px 30px rgba(0, 100, 224, 0.18);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pd-quote:hover {
    background: #000;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
    transform: translateY(-2px);
}

.pd-feature-grid {
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
}

.pd-feature-grid article {
    padding: 0 4px;
}

.pd-feature-title {
    color: #0f172a;
}

.pd-notes,
.pd-section-note {
    border-color: #dbeafe;
    background: #ffffff;
}

.pd-notes {
    margin-top: 28px;
    padding: 28px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
}

.pd-spec-tabs {
    padding: 0 6px;
    border-bottom-color: #dbeafe;
}

.pd-spec-tab {
    position: relative;
}

.pd-spec-tab.active::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: #0064e0;
    content: "";
}

.pd-spec-panel {
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
}

.pd-spec-table tr:nth-child(odd) {
    background: #f8fbff;
}

.pd-spec-table tr:nth-child(even) {
    background: #ffffff;
}

.pd-blog-card {
    border-color: #dbeafe;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.pd-blog-card:hover {
    border-color: #0064e0;
    box-shadow: 0 18px 42px rgba(0, 100, 224, 0.12);
    transform: translateY(-4px);
}

.pd-blog-image {
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

.pd-blog-title {
    color: #0f172a;
}

.pd-blog-link {
    color: #0064e0;
}

.pd-blog-link:hover {
    color: #000000;
}

/* Product insights: a balanced editorial layout for two related articles */
.pd-blog-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    max-width: 980px;
    margin: 0 auto 30px;
    padding: 0 4px;
}

.pd-blog-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #0064e0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.pd-blog-heading h2 {
    margin: 0 0 8px;
    color: #071a3d;
    font-size: clamp(25px, 2.2vw, 34px);
    line-height: 1.15;
    font-weight: 800;
}

.pd-blog-heading p {
    margin: 0;
    color: #667085;
    font-size: 15px;
}

.pd-blog-count {
    flex: 0 0 auto;
    padding: 9px 15px;
    border: 1px solid #cfe2ff;
    border-radius: 999px;
    background: #f2f7ff;
    color: #0064e0;
    font-size: 12px;
    font-weight: 800;
}

.pd-blog-grid.pd-blog-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 980px;
    margin-inline: auto;
    gap: 26px;
}

.pd-blog-grid--two .pd-blog-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    border-radius: 18px;
}

.pd-blog-grid--two .pd-blog-image {
    position: relative;
    height: 255px;
}

.pd-blog-grid--two .pd-blog-image > a {
    display: block;
    width: 100%;
    height: 100%;
}

.pd-blog-grid--two .pd-blog-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 28px 30px;
}

.pd-blog-grid--two .pd-blog-title,
.pd-blog-grid--two .pd-blog-copy {
    min-height: 0;
}

.pd-blog-grid--two .pd-blog-link {
    margin-top: auto;
}

.pd-blog-card-number {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 12px;
    background: rgba(7, 26, 61, .82);
    box-shadow: 0 8px 20px rgba(7, 26, 61, .18);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

@media (max-width: 991px) {
    .pd-overview-grid,
    .pd-overview-grid-no-thumbs {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .pd-sidebar {
        box-shadow: 0 12px 28px rgba(0, 100, 224, 0.07);
    }

    .pd-tab-btn:hover,
    .pd-tab-btn.active {
        box-shadow: inset 0 -3px 0 #0064e0;
    }

    .pd-blog-heading {
        align-items: flex-start;
    }

    .pd-blog-grid.pd-blog-grid--two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .pd-blog-heading {
        display: block;
        margin-bottom: 22px;
    }

    .pd-blog-count {
        display: inline-flex;
        margin-top: 16px;
    }

    .pd-blog-grid.pd-blog-grid--two {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pd-blog-grid--two .pd-blog-image {
        height: 210px;
    }

    .pd-blog-grid--two .pd-blog-body {
        padding: 24px 22px 26px;
    }

    .pd-overview-grid {
        padding: 14px;
        border-radius: 12px;
    }

    .pd-price-box,
    .pd-notes {
        padding: 20px;
        border-radius: 12px;
    }
}

/* Product studio layout */
@media (min-width: 992px) {
    .pd-main {
        padding: 46px 0 82px;
    }

    .pd-layout {
        grid-template-columns: 168px minmax(0, 1fr);
        gap: 26px;
    }

    .pd-sidebar-wrap {
        top: 92px;
    }

    .pd-sidebar {
        display: grid;
        gap: 10px;
        padding: 10px;
        border-radius: 18px;
    }

    .pd-tab-btn {
        flex-direction: column;
        justify-content: center;
        gap: 9px;
        min-height: 88px;
        padding: 12px 14px;
        border-radius: 12px;
        text-align: center;
        font-size: 12.5px;
        line-height: 1.25;
        overflow-wrap: normal;
    }

    .pd-tab-btn i {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        background: #eff6ff;
        font-size: 14px;
    }

    .pd-tab-btn:hover,
    .pd-tab-btn.active {
        box-shadow: inset 0 0 0 1px rgba(0, 100, 224, 0.18);
        transform: none;
    }

    .pd-tab-btn span {
        white-space: nowrap;
    }

    .pd-overview-grid {
        grid-template-columns: minmax(430px, 1.08fr) minmax(360px, 0.92fr);
        gap: 18px;
        align-items: stretch;
        padding: 18px;
        border-radius: 22px;
    }

    .pd-overview-grid-no-thumbs {
        grid-template-columns: minmax(430px, 1.08fr) minmax(360px, 0.92fr);
    }

    .pd-gallery-main {
        grid-column: 1;
        grid-row: 1;
        min-height: 520px;
        border-radius: 18px;
        padding: 44px;
    }

    .pd-gallery-main img {
        width: min(500px, 82%);
        max-height: 340px;
    }

    .pd-thumbs {
        grid-column: 1;
        grid-row: 2;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        align-items: stretch;
    }

    .pd-thumb-nav {
        display: none;
    }

    .pd-thumb {
        width: 100%;
        height: 96px;
    }

    .pd-info {
        grid-column: 2;
        grid-row: 1 / span 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 34px;
        border-radius: 20px;
        border: 1px solid #bfdbfe;
        background:
            radial-gradient(circle at 88% 8%, rgba(0, 100, 224, 0.13), transparent 34%),
            linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
        color: #0f172a;
        box-shadow: 0 22px 48px rgba(0, 100, 224, 0.1);
    }

    .pd-info .pd-badge {
        border-color: #bfdbfe;
        background: #ffffff;
        color: #0055c7;
    }

    .pd-info .pd-title,
    .pd-info .pd-lifecycle span,
    .pd-info .pd-price {
        color: #0f172a;
    }

    .pd-info .pd-lifecycle,
    .pd-info .pd-summary,
    .pd-info .pd-price-label {
        color: #475569;
    }

    .pd-info .pd-summary {
        border-left-color: #0064e0;
    }

    .pd-info .pd-price-box {
        margin-top: 28px;
        border-color: #dbeafe;
        background: #ffffff;
        box-shadow: 0 14px 30px rgba(0, 100, 224, 0.08);
    }

    .pd-info .pd-divider {
        border-top-color: #dbeafe;
    }

    .pd-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .pd-feature-grid article {
        min-height: 160px;
        padding: 26px;
        border: 1px solid #dbeafe;
        border-radius: 16px;
        background: #ffffff;
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.045);
    }

    .pd-feature-grid article:hover {
        border-color: #0064e0;
    }
}

@media (max-width: 991px) {
    .pd-info {
        padding: 22px;
        border: 1px solid #dbeafe;
        border-radius: 16px;
        background: #ffffff;
    }

    .pd-sidebar-wrap {
        position: static;
    }

    .pd-sidebar {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 8px;
        border-radius: 14px;
    }

    .pd-tab-btn {
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        min-height: 52px;
        padding: 8px 10px;
        border-radius: 10px;
        font-size: 12.5px;
        line-height: 1.2;
        text-align: center;
    }

    .pd-tab-btn i {
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
        display: grid;
        place-items: center;
        border-radius: 999px;
        background: #eff6ff;
        font-size: 12px;
    }

    .pd-tab-btn span {
        min-width: 0;
        white-space: normal;
    }
}

@media (max-width: 575px) {
    .pd-sidebar {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .pd-tab-btn {
        justify-content: flex-start;
        min-height: 48px;
        padding: 8px 14px;
        font-size: 13px;
        text-align: left;
    }
}
