.pdc-page {
    --pdc-navy: #111b31;
    --pdc-navy-2: #1a2947;
    --pdc-orange: #ff7a32;
    --pdc-orange-2: #ff9a5f;
    --pdc-ink: #13203a;
    --pdc-muted: #65728a;
    --pdc-line: #e3e8f1;
    --pdc-surface: #ffffff;
    background: #f6f8fc;
    color: var(--pdc-ink);
    overflow: hidden;
}

.pdc-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.pdc-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(76px, 9vw, 126px) 0 clamp(82px, 9vw, 120px);
    background:
        radial-gradient(circle at 84% 22%, rgba(255, 122, 50, .22), transparent 28%),
        radial-gradient(circle at 12% 92%, rgba(90, 130, 204, .2), transparent 34%),
        linear-gradient(135deg, #10192c 0%, #172641 54%, #0f192c 100%);
    color: #fff;
}

.pdc-hero::before,
.pdc-hero::after {
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.pdc-hero::before {
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.pdc-hero::after {
    width: 420px;
    height: 420px;
    right: -170px;
    bottom: -240px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 0 0 52px rgba(255,255,255,.025), 0 0 0 104px rgba(255,255,255,.018);
}

.pdc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    gap: clamp(44px, 7vw, 88px);
    align-items: center;
}

.pdc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
    color: #ffd8c1;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.pdc-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    border-radius: 99px;
    background: var(--pdc-orange);
}

.pdc-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 6.3vw, 76px);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 820;
}

.pdc-hero h1 span {
    display: block;
    margin-top: 10px;
    background: linear-gradient(92deg, #ff813a, #ffb98e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pdc-hero-copy {
    max-width: 690px;
    margin: 26px 0 0;
    color: #cbd5e6;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.75;
}

.pdc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.pdc-primary-btn,
.pdc-secondary-btn,
.pdc-download-btn,
.pdc-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    border-radius: 14px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.pdc-primary-btn,
.pdc-download-btn {
    color: #fff;
    background: linear-gradient(135deg, var(--pdc-orange), #f56320);
    box-shadow: 0 15px 34px rgba(236, 92, 25, .3);
}

.pdc-secondary-btn {
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(12px);
}

.pdc-primary-btn:hover,
.pdc-download-btn:hover,
.pdc-secondary-btn:hover,
.pdc-link-btn:hover {
    transform: translateY(-2px);
}

.pdc-hero-panel {
    position: relative;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 28px;
    padding: 26px;
    background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
    box-shadow: 0 28px 70px rgba(4, 10, 24, .34);
    backdrop-filter: blur(18px);
}

.pdc-hero-panel::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 27px;
    background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 45%);
    pointer-events: none;
}

.pdc-panel-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,.13);
}

.pdc-shield {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, #ff8d4b, #f16622);
    box-shadow: 0 12px 28px rgba(239, 96, 30, .32);
}

.pdc-panel-head strong,
.pdc-panel-head span {
    display: block;
}

.pdc-panel-head strong {
    margin-bottom: 4px;
    font-size: 17px;
}

.pdc-panel-head span {
    color: #aebbd1;
    font-size: 13px;
}

.pdc-assurances {
    display: grid;
    gap: 15px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.pdc-assurances li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #e8eef8;
    font-size: 14px;
    line-height: 1.45;
}

.pdc-check {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    color: #ffac7d;
    background: rgba(255, 122, 50, .14);
}

.pdc-products-section {
    position: relative;
    padding: clamp(72px, 8vw, 110px) 0;
}

.pdc-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
}

.pdc-section-head-copy {
    max-width: 760px;
}

.pdc-kicker {
    margin: 0 0 10px;
    color: #e96524;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pdc-section-title {
    margin: 0;
    color: var(--pdc-ink);
    font-size: clamp(31px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.pdc-section-desc {
    max-width: 690px;
    margin: 15px 0 0;
    color: var(--pdc-muted);
    font-size: 16px;
    line-height: 1.75;
}

.pdc-official-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    border: 1px solid #dfe5ef;
    border-radius: 999px;
    padding: 10px 14px;
    color: #46536a;
    background: rgba(255,255,255,.75);
    box-shadow: 0 8px 24px rgba(30, 45, 73, .06);
    font-size: 13px;
    font-weight: 750;
}

.pdc-official-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #24b47e;
    box-shadow: 0 0 0 4px rgba(36,180,126,.12);
}

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

.pdc-product-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--pdc-line);
    border-radius: 25px;
    background: var(--pdc-surface);
    box-shadow: 0 18px 50px rgba(25, 39, 66, .075);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pdc-product-card:hover {
    transform: translateY(-5px);
    border-color: #d6dce8;
    box-shadow: 0 26px 68px rgba(25, 39, 66, .13);
}

.pdc-product-card.is-featured {
    border-color: rgba(255, 122, 50, .4);
    box-shadow: 0 22px 62px rgba(255, 111, 37, .13);
}

.pdc-card-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 224px;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 20%, rgba(255, 133, 65, .16), transparent 30%),
        linear-gradient(140deg, #1b2a48, #101a2e);
}

.pdc-card-visual::after {
    content: '';
    position: absolute;
    width: 160px;
    height: 160px;
    right: -60px;
    bottom: -70px;
    border-radius: 50%;
    border: 24px solid rgba(255,255,255,.055);
}

.pdc-card-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: min(84%, 390px);
    height: 190px;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(28, 40, 66, .15));
    transition: transform .3s ease;
}

.pdc-product-card:hover .pdc-card-visual img {
    transform: scale(1.025);
}

.pdc-card-badge {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    padding: 8px 11px;
    color: #8f3510;
    background: rgba(255, 242, 232, .95);
    border: 1px solid rgba(255, 122, 50, .24);
    font-size: 12px;
    font-weight: 850;
    backdrop-filter: blur(8px);
}

.pdc-card-body {
    padding: 26px;
}

.pdc-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 15px;
    color: #6d7890;
    font-size: 12px;
    font-weight: 750;
}

.pdc-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pdc-card-title {
    margin: 0;
    color: var(--pdc-ink);
    font-size: clamp(23px, 2.5vw, 29px);
    line-height: 1.14;
    letter-spacing: -.025em;
}

.pdc-card-subtitle {
    margin: 8px 0 0;
    color: #e76525;
    font-size: 14px;
    font-weight: 780;
}

.pdc-card-description {
    min-height: 78px;
    margin: 15px 0 0;
    color: var(--pdc-muted);
    font-size: 15px;
    line-height: 1.72;
}

.pdc-card-actions {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 24px;
}

.pdc-download-btn {
    flex: 1 1 auto;
    min-width: 0;
}

.pdc-download-btn svg,
.pdc-primary-btn svg {
    flex: 0 0 auto;
}

.pdc-link-btn {
    flex: 0 0 auto;
    min-width: 50px;
    padding-inline: 15px;
    color: #344158;
    border: 1px solid #dfe4ed;
    background: #f9fafc;
}

.pdc-source-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 30px;
    border: 1px solid #e1e7f0;
    border-radius: 16px;
    padding: 15px 17px;
    color: #617087;
    background: rgba(255,255,255,.75);
    font-size: 13px;
    line-height: 1.65;
}

.pdc-source-note svg {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #23a875;
}

.pdc-cta {
    padding: 0 0 clamp(72px, 8vw, 110px);
}

.pdc-cta-box {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
    border-radius: 28px;
    padding: clamp(32px, 5vw, 54px);
    color: #fff;
    background:
        radial-gradient(circle at 88% 15%, rgba(255, 141, 75, .25), transparent 30%),
        linear-gradient(135deg, #14203a, #1d2d4d);
    box-shadow: 0 28px 70px rgba(15, 26, 48, .18);
}

.pdc-cta-box::after {
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    right: -105px;
    bottom: -130px;
    border-radius: 50%;
    border: 34px solid rgba(255,255,255,.05);
    pointer-events: none;
}

.pdc-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3.5vw, 42px);
    line-height: 1.12;
    letter-spacing: -.03em;
}

.pdc-cta p {
    max-width: 680px;
    margin: 13px 0 0;
    color: #c6d1e3;
    font-size: 15px;
    line-height: 1.7;
}

.pdc-cta-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pdc-library {
    padding: 0 0 clamp(76px, 9vw, 120px);
}

.pdc-library-panel {
    border: 1px solid var(--pdc-line);
    border-radius: 25px;
    padding: clamp(25px, 4vw, 40px);
    background: #fff;
    box-shadow: 0 16px 44px rgba(25, 39, 66, .07);
}

.pdc-library .download-filters {
    margin-top: 22px;
}

.pdc-library .download-box {
    width: 100%;
    padding-inline: 0;
}

.pdc-empty-products {
    grid-column: 1 / -1;
    border: 1px dashed #cfd7e4;
    border-radius: 22px;
    padding: 42px 24px;
    text-align: center;
    color: #66748c;
    background: rgba(255,255,255,.72);
}

@media (max-width: 960px) {
    .pdc-hero-grid {
        grid-template-columns: 1fr;
    }

    .pdc-hero-panel {
        max-width: 580px;
    }

    .pdc-section-head,
    .pdc-cta-box {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .pdc-section-head {
        display: grid;
    }
}

@media (max-width: 740px) {
    .pdc-shell {
        width: min(100% - 28px, 1180px);
    }

    .pdc-hero {
        padding-top: 58px;
    }

    .pdc-product-grid {
        grid-template-columns: 1fr;
    }

    .pdc-card-description {
        min-height: 0;
    }

    .pdc-card-actions,
    .pdc-hero-actions,
    .pdc-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pdc-download-btn,
    .pdc-link-btn,
    .pdc-primary-btn,
    .pdc-secondary-btn {
        width: 100%;
    }

    .pdc-card-visual {
        min-height: 196px;
    }

    .pdc-card-visual img {
        height: 158px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pdc-page *,
    .pdc-page *::before,
    .pdc-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

.pdc-more-section {
    position: relative;
    overflow: hidden;
    padding: 86px 0;
    background:
        radial-gradient(circle at 85% 0, rgba(249,115,22,.12), transparent 34%),
        linear-gradient(180deg, #f5f7fb 0%, #eef2f8 100%);
}

.pdc-more-section::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(25,38,64,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(25,38,64,.025) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    pointer-events: none;
}

.pdc-more-section .pdc-shell { position: relative; }
.pdc-more-head { margin-bottom: 32px; }

.pdc-more-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.pdc-more-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    min-width: 0;
    border: 1px solid rgba(205,214,228,.9);
    border-radius: 22px;
    padding: 22px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 14px 34px rgba(23,37,61,.07);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.pdc-more-card:hover {
    transform: translateY(-4px);
    border-color: rgba(249,115,22,.42);
    box-shadow: 0 22px 46px rgba(23,37,61,.11);
}

.pdc-more-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(249,115,22,.2);
    border-radius: 16px;
    color: #ed6518;
    background: linear-gradient(145deg, #fff8f2, #ffead9);
}

.pdc-more-icon svg { width: 26px; height: 26px; }
.pdc-more-copy { min-width: 0; }
.pdc-more-copy > span { color: #7a879b; font-size: 11px; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.pdc-more-copy h3 { margin: 7px 0 8px; color: #192640; font-size: 17px; line-height: 1.3; }
.pdc-more-copy p { margin: 0; color: #67758b; font-size: 13px; line-height: 1.66; }

.pdc-more-link {
    display: inline-flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    min-height: 43px;
    margin-top: 4px;
    border-top: 1px solid #e7ebf1;
    padding-top: 15px;
    color: #d9550a;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.pdc-more-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s ease; }
.pdc-more-link:hover svg { transform: translateX(4px); }
.pdc-more-note { margin: 22px 0 0; color: #79869a; font-size: 12px; text-align: center; }

@media (max-width: 980px) {
    .pdc-more-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .pdc-more-section { padding: 64px 0; }
    .pdc-more-grid { grid-template-columns: 1fr; }
    .pdc-more-card { padding: 19px; }
}
