:root {
    --pdl10-navy: #27364f;
    --pdl10-navy-deep: #162b43;
    --pdl10-blue: #1685c5;
    --pdl10-teal: #27a9bd;
    --pdl10-teal-dark: #147f94;
    --pdl10-orange: #ff9718;
    --pdl10-orange-dark: #e77e00;
    --pdl10-soft: #eef8fb;
    --pdl10-soft-2: #f7fbfd;
    --pdl10-border: #cfe2e9;
    --pdl10-muted: #5f7180;
}

.pdl-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.pdl-blog-read-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin: 0 0 22px;
    padding: 13px 16px;
    border-left: 4px solid var(--pdl10-teal);
    background: var(--pdl10-soft);
    color: var(--pdl10-muted);
    font-size: 14px;
    line-height: 1.45;
}

.pdl-blog-read-meta strong {
    color: var(--pdl10-navy);
}

.pdl-blog-read-image {
    margin: 0 0 30px;
}

.pdl-blog-read-image__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(39, 54, 79, 0.12);
}

.pdl-blog-share {
    margin: 42px 0 12px;
    padding: 22px 24px;
    border: 1px solid var(--pdl10-border);
    border-radius: 14px;
    background: linear-gradient(135deg, #fff, var(--pdl10-soft-2));
    box-shadow: 0 12px 32px rgba(39, 54, 79, 0.06);
}

.pdl-blog-share__label {
    display: block;
    margin-bottom: 14px;
    color: var(--pdl10-navy);
    font-weight: 800;
}

.pdl-blog-share__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.pdl-blog-share__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    min-width: 46px;
    padding: 0;
    border: 1px solid var(--pdl10-border);
    border-radius: 50%;
    background: #fff;
    color: var(--pdl10-navy);
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(39, 54, 79, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pdl-blog-share__button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.pdl-blog-share__button::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 9px);
    z-index: 3;
    width: max-content;
    max-width: 180px;
    padding: 6px 9px;
    border-radius: 6px;
    background: var(--pdl10-navy-deep);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 4px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.pdl-blog-share__button:hover::after,
.pdl-blog-share__button:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.pdl-blog-share__button:hover,
.pdl-blog-share__button:focus-visible {
    border-color: var(--pdl10-teal);
    background: var(--pdl10-teal);
    color: #fff;
    box-shadow: 0 10px 20px rgba(39, 169, 189, 0.22);
    transform: translateY(-2px);
}

.pdl-blog-share__button--x:hover,
.pdl-blog-share__button--x:focus-visible {
    border-color: var(--pdl10-navy);
    background: var(--pdl10-navy);
}

.pdl-blog-share__button--copy.is-copied {
    border-color: var(--pdl10-orange);
    background: var(--pdl10-orange);
    color: var(--pdl10-navy-deep);
}

.pdl-blog-share__status {
    display: block;
    min-height: 20px;
    margin-top: 9px;
    color: var(--pdl10-teal-dark);
    font-size: 13px;
    font-weight: 700;
}

.pdl-newsroom10 {
    overflow: hidden;
    color: var(--pdl10-navy);
    background: #fff;
}

.pdl-newsroom10 * {
    box-sizing: border-box;
}

.pdl-newsroom10__shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.pdl-newsroom10__hero {
    padding: 64px 0 68px;
    background:
        radial-gradient(circle at 92% 12%, rgba(39, 169, 189, 0.23), transparent 31%),
        radial-gradient(circle at 2% 100%, rgba(255, 151, 24, 0.10), transparent 27%),
        linear-gradient(135deg, #f4fbfd 0%, #edf8fb 52%, #fff 100%);
}

.pdl-newsroom10__hero-grid {
    display: grid;
    grid-template-columns: minmax(330px, 0.84fr) minmax(540px, 1.16fr);
    gap: 42px;
    align-items: stretch;
}

.pdl-newsroom10__hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 0;
}

.pdl-newsroom10__hero h1 {
    max-width: 560px;
    margin: 12px 0 20px;
    color: var(--pdl10-navy);
    font-size: clamp(48px, 5.4vw, 72px);
    line-height: 1.01;
    letter-spacing: -0.04em;
}

.pdl-newsroom10__intro {
    max-width: 590px;
    margin: 0;
    color: var(--pdl10-muted);
    font-size: clamp(17px, 1.65vw, 21px);
    line-height: 1.65;
}

.pdl-newsroom10__eyebrow,
.pdl-newsroom10__kicker {
    margin: 0;
    color: var(--pdl10-teal);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pdl-newsroom10__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.pdl-newsroom10__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid var(--pdl10-border);
    border-radius: 10px;
    background: #fff;
    color: var(--pdl10-navy);
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 7px 18px rgba(39, 54, 79, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.pdl-newsroom10__button--primary {
    border-color: var(--pdl10-navy);
    background: var(--pdl10-navy);
    color: #fff;
}

.pdl-newsroom10__button--secondary {
    border-color: var(--pdl10-teal);
    color: var(--pdl10-teal-dark);
}

.pdl-newsroom10__button--orange {
    border-color: var(--pdl10-orange);
    background: var(--pdl10-orange);
    color: var(--pdl10-navy-deep);
    white-space: nowrap;
}

.pdl-newsroom10__button:hover,
.pdl-newsroom10__button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(39, 54, 79, 0.14);
}

.pdl-newsroom10__button--primary:hover,
.pdl-newsroom10__button--primary:focus-visible {
    border-color: var(--pdl10-blue);
    background: var(--pdl10-blue);
    color: #fff;
}

.pdl-newsroom10__button--secondary:hover,
.pdl-newsroom10__button--secondary:focus-visible {
    background: var(--pdl10-teal);
    color: #fff;
}

.pdl-newsroom10__button--orange:hover,
.pdl-newsroom10__button--orange:focus-visible {
    border-color: var(--pdl10-orange-dark);
    background: var(--pdl10-orange-dark);
    color: #fff;
}

.pdl-newsroom10__hero-feature {
    display: grid;
    grid-template-columns: minmax(190px, 35%) 1fr;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(22, 133, 197, 0.18);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(39, 54, 79, 0.13);
}

.pdl-newsroom10__feature-mark {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 30px;
    background: linear-gradient(150deg, var(--pdl10-navy-deep), var(--pdl10-navy) 48%, var(--pdl10-blue));
    color: #fff;
}

.pdl-newsroom10__feature-mark::before,
.pdl-newsroom10__feature-mark::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.pdl-newsroom10__feature-mark::before {
    width: 220px;
    height: 220px;
    right: -120px;
    top: -70px;
}

.pdl-newsroom10__feature-mark::after {
    width: 150px;
    height: 150px;
    left: -90px;
    bottom: 18px;
}

.pdl-newsroom10__feature-mark span,
.pdl-newsroom10__feature-mark small {
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.pdl-newsroom10__feature-mark strong {
    position: relative;
    z-index: 1;
    color: var(--pdl10-orange);
    font-size: clamp(66px, 7vw, 102px);
    line-height: 0.9;
    letter-spacing: -0.05em;
}

.pdl-newsroom10__feature-mark small {
    color: rgba(255, 255, 255, 0.76);
}

.pdl-newsroom10__feature-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 36px;
}

.pdl-newsroom10__feature-copy h2 {
    margin: 10px 0 15px;
    color: var(--pdl10-navy);
    font-size: clamp(28px, 3.1vw, 43px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.pdl-newsroom10__feature-copy > p:not(.pdl-newsroom10__kicker) {
    margin: 0 0 21px;
    color: var(--pdl10-muted);
    font-size: 16px;
    line-height: 1.66;
}

.pdl-newsroom10__text-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    align-self: flex-start;
    color: var(--pdl10-blue);
    font-weight: 900;
    text-decoration: none;
}

.pdl-newsroom10__text-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: transform 0.2s ease;
}

.pdl-newsroom10__text-link:hover,
.pdl-newsroom10__text-link:focus-visible {
    color: var(--pdl10-teal-dark);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.pdl-newsroom10__text-link:hover svg,
.pdl-newsroom10__text-link:focus-visible svg {
    transform: translate(3px, -1px);
}

.pdl-newsroom10__section {
    padding: 76px 0;
}

.pdl-newsroom10__section-head {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
}

.pdl-newsroom10__section-head h2 {
    margin: 8px 0 0;
    color: var(--pdl10-navy);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.08;
}

.pdl-newsroom10__section-head > p {
    max-width: 440px;
    margin: 0;
    color: var(--pdl10-muted);
    line-height: 1.65;
}

.pdl-newsroom10__list {
    display: grid;
    gap: 14px;
}

.pdl-newsroom10__row {
    position: relative;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    min-height: 190px;
    overflow: hidden;
    border: 1px solid var(--pdl10-border);
    border-left: 5px solid var(--pdl10-teal);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(39, 54, 79, 0.045);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.pdl-newsroom10__row:nth-child(even) {
    background: var(--pdl10-soft-2);
    border-left-color: var(--pdl10-blue);
}

.pdl-newsroom10__row:hover {
    border-color: rgba(39, 169, 189, 0.52);
    box-shadow: 0 17px 34px rgba(39, 54, 79, 0.10);
    transform: translateY(-3px);
}

.pdl-newsroom10__row-media {
    display: block;
    min-height: 190px;
    overflow: hidden;
    background: #e8f3f7;
}

.pdl-newsroom10__row-media img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.pdl-newsroom10__row:hover .pdl-newsroom10__row-media img {
    transform: scale(1.035);
}

.pdl-newsroom10__row-media--fallback {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--pdl10-blue), var(--pdl10-teal));
    color: #fff;
    text-decoration: none;
}

.pdl-newsroom10__row-media--fallback span {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.pdl-newsroom10__row-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 34px;
}

.pdl-newsroom10__row-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    color: var(--pdl10-muted);
    font-size: 13px;
}

.pdl-newsroom10__row-meta span {
    color: var(--pdl10-teal-dark);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pdl-newsroom10__row-copy h3 {
    margin: 9px 0 9px;
    font-size: clamp(23px, 2.4vw, 31px);
    line-height: 1.18;
}

.pdl-newsroom10__row-copy h3 a {
    color: var(--pdl10-navy);
    text-decoration: none;
}

.pdl-newsroom10__row-copy h3 a:hover,
.pdl-newsroom10__row-copy h3 a:focus-visible {
    color: var(--pdl10-blue);
}

.pdl-newsroom10__row-copy p {
    margin: 0 0 13px;
    color: var(--pdl10-muted);
    line-height: 1.62;
}

.pdl-newsroom10__row-accent {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--pdl10-teal), var(--pdl10-orange));
    transition: width 0.35s ease;
}

.pdl-newsroom10__row:hover .pdl-newsroom10__row-accent {
    width: 100%;
}

.pdl-newsroom10__empty {
    padding: 34px;
    border: 1px dashed #a9ced9;
    border-radius: 8px;
    background: var(--pdl10-soft);
}

.pdl-newsroom10__empty h3 {
    margin-top: 0;
}

.pdl-newsroom10__section--contact {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, var(--pdl10-navy-deep), var(--pdl10-navy));
    color: #fff;
}

.pdl-newsroom10__section--contact::after {
    content: "";
    position: absolute;
    right: -130px;
    top: -180px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(39, 169, 189, 0.26);
    border-radius: 50%;
}

.pdl-newsroom10__contact {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 34px;
    align-items: center;
    justify-content: space-between;
}

.pdl-newsroom10__contact h2 {
    margin: 8px 0 12px;
    color: #fff;
    font-size: clamp(32px, 4vw, 46px);
}

.pdl-newsroom10__contact p:not(.pdl-newsroom10__eyebrow) {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

.pdl-motion-ready .pdl-newsroom10 [data-pdl-reveal] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.62s ease var(--pdl-reveal-delay, 0ms), transform 0.62s cubic-bezier(0.22, 1, 0.36, 1) var(--pdl-reveal-delay, 0ms);
}

.pdl-motion-ready .pdl-newsroom10 [data-pdl-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1040px) {
    .pdl-newsroom10__hero-grid {
        grid-template-columns: 1fr;
    }

    .pdl-newsroom10__hero-copy {
        max-width: 760px;
        padding-bottom: 0;
    }

    .pdl-newsroom10__hero-feature {
        min-height: 380px;
    }
}

@media (max-width: 800px) {
    .pdl-newsroom10__shell {
        width: min(100% - 28px, 1180px);
    }

    .pdl-newsroom10__hero {
        padding: 52px 0 54px;
    }

    .pdl-newsroom10__hero-grid {
        gap: 30px;
    }

    .pdl-newsroom10__hero h1 {
        font-size: clamp(43px, 13vw, 62px);
    }

    .pdl-newsroom10__hero-feature {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .pdl-newsroom10__feature-mark {
        min-height: 190px;
    }

    .pdl-newsroom10__feature-copy {
        padding: 28px 24px 31px;
    }

    .pdl-newsroom10__section {
        padding: 56px 0;
    }

    .pdl-newsroom10__section-head,
    .pdl-newsroom10__contact {
        align-items: flex-start;
        flex-direction: column;
    }

    .pdl-newsroom10__row {
        grid-template-columns: 1fr;
    }

    .pdl-newsroom10__row-media,
    .pdl-newsroom10__row-media img {
        min-height: 190px;
        max-height: 245px;
    }

    .pdl-newsroom10__row-copy {
        padding: 24px;
    }

    .pdl-blog-share {
        padding: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pdl-newsroom10 *,
    .pdl-blog-share * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: 0.01ms !important;
    }

    .pdl-motion-ready .pdl-newsroom10 [data-pdl-reveal] {
        opacity: 1;
        transform: none;
    }
}
