.pm-intro__lead {
    font-size: 1.02rem;
    line-height: 1.6;
    margin-bottom: .75rem;
}

.pm-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .65rem;
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.pm-proof-grid li {
    background: #f4f8fb;
    border: 1px solid #d8e6ef;
    border-radius: 6px;
    padding: .65rem .5rem;
    text-align: center;
}

.pm-proof-grid strong {
    display: block;
    font-family: "santral-bold", sans-serif;
    font-size: 1.05rem;
    color: #1b6a92;
    line-height: 1.2;
}

.pm-proof-grid span {
    display: block;
    font-size: .78rem;
    line-height: 1.35;
    margin-top: .2rem;
    color: #2a2a2a;
}

.pm-intro__extra {
    display: none;
}

.pm-intro.is-expanded .pm-intro__extra {
    display: block;
}

.pm-intro__extra h3 {
    font-size: 1.05rem;
    color: #14526f;
    margin: 1.15rem 0 .5rem;
}

.pm-intro__extra h3:first-child {
    margin-top: .25rem;
}

.pm-cert-list {
    margin: 0 0 .5rem;
    padding-left: 1.2rem;
}

.pm-cert-list li {
    margin-bottom: .25rem;
}

.pm-intro__toggle {
    display: inline-block;
    margin-top: .85rem;
    padding: .45rem 1rem;
    border: 1px solid #1b6a92;
    border-radius: 4px;
    background: #fff;
    color: #1b6a92;
    font-family: "santral-bold", sans-serif;
    font-size: .9rem;
    cursor: pointer;
    text-decoration: none;
}

.pm-intro__toggle:hover {
    background: #1b6a92;
    color: #fff;
}

.pm-youtube-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: #c4302b;
    font-family: "santral-bold", sans-serif;
    font-size: .9rem;
    margin-bottom: .5rem;
}

.pm-youtube-badge .bpmicon-youtube:before {
    font-size: 1.25rem;
}

.pm-youtube-shorts {
    overflow: hidden;
}

.pm-youtube-shorts .inner-container {
    display: block;
}

.pm-youtube-shorts__box {
    width: 100%;
}

.pm-youtube-shorts__intro {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.pm-youtube-shorts__carousel {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.25rem;
    box-sizing: border-box;
}

.pm-youtube-shorts__swiper {
    overflow: hidden;
    width: 100%;
    padding-bottom: 1.75rem;
}

.pm-youtube-shorts__swiper .swiper-wrapper {
    align-items: stretch;
}

.pm-youtube-shorts .swiper-slide {
    display: block;
    height: auto;
    text-align: left;
    background: transparent;
    box-sizing: border-box;
}

.pm-youtube-shorts__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 45, 68, 0.12);
    transition: box-shadow .2s ease, transform .2s ease;
}

.pm-youtube-shorts__card:hover {
    box-shadow: 0 12px 28px rgba(15, 45, 68, 0.16);
    transform: translateY(-2px);
}

.pm-youtube-shorts__video {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 360px;
    background: #111;
    overflow: hidden;
}

.pm-youtube-shorts__video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.pm-youtube-shorts__scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #e8ecef;
    border-radius: 999px;
}

.pm-youtube-shorts__scrollbar .swiper-scrollbar-drag {
    background: linear-gradient(90deg, #1b6a92 0%, #5b7cfa 100%);
    border-radius: 999px;
}

.pm-youtube-shorts__fallback {
    margin-bottom: .75rem;
}

@media (max-width: 671px) {
    .pm-youtube-shorts__video {
        max-height: 300px;
    }
}

.pm-youtube-shorts__cta {
    display: inline-block;
    margin-top: 1rem;
    padding: .55rem 1rem;
    background: #1b6a92;
    color: #fff;
    font-family: "santral-bold", sans-serif;
    text-decoration: none;
    border-radius: 4px;
}

.pm-youtube-shorts__cta:hover {
    background: #14526f;
    color: #fff;
}

@media (min-width: 600px) {
    .pm-proof-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .catalogue__text.pm-intro {
        width: 100%;
    }
}

/* Mühendislik otoritesi */
.pm-engineering__wrap {
    width: 100% !important;
}

.pm-engineering__lead {
    margin-bottom: 1rem;
    max-width: 42rem;
}

.pm-authority-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pm-authority-grid li {
    background: #fff;
    border: 1px solid #d8e6ef;
    border-radius: 6px;
    padding: 1rem .75rem;
    text-align: center;
}

.pm-authority-grid strong {
    display: block;
    font-family: "santral-bold", sans-serif;
    font-size: 1.25rem;
    color: #1b6a92;
    line-height: 1.2;
}

.pm-authority-grid span {
    display: block;
    font-size: .82rem;
    line-height: 1.35;
    margin-top: .35rem;
}

/* Ürün segmentasyonu */
.pm-segments .section-title {
    margin-bottom: 1rem;
}

.pm-segments-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: .5rem;
}

.pm-segment-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #f4f8fb;
    border: 1px solid #d8e6ef;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow .2s ease;
}

.pm-segment-card:hover {
    box-shadow: 0 6px 18px rgba(27, 106, 146, .12);
    color: inherit;
}

.pm-segment-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.pm-segment-card__body {
    padding: .85rem 1rem 1rem;
}

.pm-segment-card__body h3 {
    font-size: 1.05rem;
    color: #14526f;
    margin: 0 0 .4rem;
}

.pm-segment-card__body p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.45;
}

/* Global güven */
.partners.pm-global-trust {
    margin-top: 3rem;
    padding-top: 2.5rem;
    background: #f7fafc;
}

.partners.pm-global-trust > .container > .inner-container {
    padding-top: 0 !important;
}

.pm-global-trust__panel.inner-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100% !important;
    padding: 1.5rem 1.75rem 1.25rem;
    box-sizing: border-box;
}

.pm-global-trust__panel > h2 {
    width: 100%;
    flex: 0 0 auto;
    margin: 0 0 .65rem;
    padding: 0;
    font-size: 1.35rem;
    line-height: 1.35;
    color: #14526f;
    display: block;
    position: static;
}

.pm-global-trust__lead {
    width: 100%;
    flex: 0 0 auto;
    max-width: 44rem;
    margin: 0 0 1.25rem;
    line-height: 1.55;
}

.pm-global-trust__panel .pm-trust-pillars,
.pm-global-trust__panel .pm-cert-strip {
    width: 100%;
    flex: 0 0 auto;
}

.pm-trust-pillars {
    display: grid;
    grid-template-columns: 1fr;
    gap: .85rem;
    margin-bottom: 1.25rem;
}

.pm-trust-pillar {
    background: #fff;
    border: 1px solid #d8e6ef;
    border-left: 4px solid #1b6a92;
    border-radius: 6px;
    padding: 1rem 1.1rem;
}

.pm-trust-pillar h3 {
    font-size: 1rem;
    color: #14526f;
    margin: 0 0 .35rem;
}

.pm-trust-pillar p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.45;
}

.pm-cert-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem 1rem;
    padding-top: 1rem;
    border-top: 1px solid #d8e6ef;
}

.pm-cert-strip__label {
    font-size: .85rem;
    color: #14526f;
    letter-spacing: .04em;
}

.pm-cert-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.pm-cert-badges span {
    font-size: .8rem;
    font-family: "santral-bold", sans-serif;
    padding: .4rem .75rem;
    background: #1b6a92;
    color: #fff;
    border-radius: 4px;
    letter-spacing: .02em;
}

/* İş ortakları */
.pm-refs-block {
    padding-top: 1.5rem !important;
    border-top: 1px solid #d8e6ef;
}

.pm-refs-block__header {
    margin-bottom: 1rem;
}

.pm-refs-block__header h2 {
    font-size: 1.15rem;
}

.pm-refs-carousel {
    width: 100%;
}

.pm-refs-swiper {
    overflow: hidden;
    padding-bottom: 1.5rem;
}

.pm-refs-block .swiper-slide {
    display: block;
    height: auto;
    background: transparent;
    text-align: center;
}

.pm-refs-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    padding: 1rem 1.25rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(15, 45, 68, 0.06);
    transition: box-shadow .2s ease, transform .2s ease;
}

.pm-refs-card:hover {
    box-shadow: 0 6px 18px rgba(15, 45, 68, 0.1);
    transform: translateY(-2px);
}

.pm-refs-card img {
    max-height: 52px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.pm-refs-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #e8ecef;
    border-radius: 999px;
}

.pm-refs-scrollbar .swiper-scrollbar-drag {
    background: linear-gradient(90deg, #1b6a92 0%, #5b7cfa 100%);
    border-radius: 999px;
}

/* Bilgi merkezi */
.pm-home-news {
    background: #f7fafc;
}

.pm-home-news__box {
    padding-bottom: 2rem !important;
}

.pm-home-news__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: .75rem 1.5rem;
    margin-bottom: 1rem;
}

.pm-home-news__all {
    font-family: "santral-bold", sans-serif;
    font-size: .9rem;
    color: #1b6a92;
    text-decoration: none;
}

.pm-home-news__all:hover {
    text-decoration: underline;
    color: #14526f;
}

.pm-home-news__carousel {
    width: 100%;
}

.pm-home-news__swiper {
    overflow: hidden;
    padding-bottom: 1.5rem;
}

.pm-home-news .swiper-slide {
    display: block;
    height: auto;
    background: transparent;
    text-align: left;
}

.pm-home-news__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 45, 68, 0.08);
    transition: box-shadow .2s ease, transform .2s ease;
}

.pm-home-news__card:hover {
    box-shadow: 0 8px 24px rgba(15, 45, 68, 0.12);
    transform: translateY(-2px);
}

.pm-home-news__image {
    flex-shrink: 0;
    height: 180px;
    overflow: hidden;
    background: #e8ecef;
}

.pm-home-news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.pm-home-news__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .5rem;
    padding: 1rem 1.1rem 1.15rem;
    background: #fff !important;
}

.pm-home-news__body h3 {
    font-size: 1rem;
    line-height: 1.35;
    margin: 0;
    color: #0b3c5f !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pm-home-news__body * {
    color: #0b3c5f !important;
}

.pm-home-news__cta {
    font-size: .85rem;
    font-style: italic;
    color: #1b6a92 !important;
    opacity: 1;
}

.pm-home-news__scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #e8ecef;
    border-radius: 999px;
}

.pm-home-news__scrollbar .swiper-scrollbar-drag {
    background: linear-gradient(90deg, #1b6a92 0%, #5b7cfa 100%);
    border-radius: 999px;
}

@media (min-width: 768px) {
    .pm-trust-pillars {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .pm-trust-pillars {
        grid-template-columns: repeat(4, 1fr);
    }

    .pm-home-news__image {
        height: 200px;
    }
}

@media (min-width: 600px) {
    .pm-authority-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .pm-segments-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Ana sayfa — Ürünlerimiz / Our Products */
.product-range.pm-products {
    background: linear-gradient(180deg, #eef4f8 0%, #f7fafc 45%, #fff 100%);
}

.product-range.pm-products .inner-container {
    padding-bottom: 3.5rem !important;
}

.pm-products__header {
    margin-bottom: 1.5rem;
}

.pm-products__title.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1em 0 .75rem;
    margin-bottom: 0;
}

.pm-products__title.section-title h2 {
    display: inline-flex;
    padding: 0 3em;
    background-color: #fff;
    position: relative;
    margin: 0;
}

.pm-products__sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem 1.5rem;
}

.pm-products__lead {
    flex: 1 1 16rem;
    max-width: 40rem;
    margin: 0;
    font-size: .95rem;
    line-height: 1.5;
    color: #4a6272;
}

@media screen and (max-width: 671px) {
    .pm-products__title.section-title h2 {
        padding: 0 1em;
    }

    .pm-products__sub {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pm-products__lead {
        max-width: none;
    }
}

.pm-products__all {
    display: inline-flex;
    align-items: center;
    padding: .55rem 1.15rem;
    font-family: "santral-bold", sans-serif;
    font-size: .88rem;
    color: #fff;
    background: linear-gradient(135deg, #1b6a92 0%, #2280ad 100%);
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(27, 106, 146, 0.28);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.pm-products__all:hover {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #14526f 0%, #1b6a92 100%);
    box-shadow: 0 6px 18px rgba(27, 106, 146, 0.35);
    transform: translateY(-1px);
}

.pm-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
}

.pm-product-card {
    min-width: 0;
}

.pm-product-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #c5d9e6;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 45, 68, 0.08);
    transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
    position: relative;
}

.pm-product-card__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1b6a92, #3aa0c8);
    opacity: 0;
    transition: opacity .25s ease;
    z-index: 1;
}

.pm-product-card__link:hover {
    border-color: #7eb8d4;
    box-shadow: 0 14px 36px rgba(27, 106, 146, 0.2);
    transform: translateY(-5px);
    color: inherit;
}

.pm-product-card__link:hover::before {
    opacity: 1;
}

.pm-product-card__link--static {
    cursor: default;
    pointer-events: none;
}

.pm-product-card__link--static:hover {
    transform: none;
    box-shadow: 0 2px 10px rgba(15, 45, 68, 0.05);
    border-color: #d8e6ef;
}

.pm-product-card__media {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 200px;
    padding: 1.25rem 1rem .5rem;
    background: linear-gradient(165deg, #d4e6f0 0%, #edf4f8 55%, #fff 100%);
}

.pm-product-card__media img {
    width: auto;
    max-width: 94%;
    max-height: 180px;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    transition: transform .25s ease;
}

.pm-product-card__link:hover .pm-product-card__media img {
    transform: scale(1.04);
}

.pm-product-card__media--brand {
    align-items: center;
    min-height: 190px;
    padding: 1.5rem 1rem;
    background: linear-gradient(145deg, #123d54 0%, #1b6a92 55%, #2280ad 100%);
}

.pm-product-card__media--brand img {
    max-height: 88px;
    max-width: 75%;
}

.pm-product-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: .3rem;
    padding: 1rem 1.1rem 1.15rem;
    text-align: left;
    background: #fff;
}

.pm-product-card__body h3 {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.3;
    color: #123d54;
    font-style: normal;
}

.pm-product-card__meta {
    margin: 0;
    font-size: .82rem;
    line-height: 1.45;
    color: #5a7180;
    opacity: 1;
}

.pm-product-card__badge {
    display: inline-block;
    align-self: flex-start;
    margin: .35rem 0 0;
    padding: .3rem .65rem;
    font-size: .78rem;
    line-height: 1.35;
    font-family: "santral-bold", sans-serif;
    color: #14526f;
    background: #e3f0f7;
    border: 1px solid #b8d4e4;
    border-radius: 6px;
}

.pm-product-card__cta {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    padding: .5rem 1rem;
    font-family: "santral-bold", sans-serif;
    font-size: .82rem;
    color: #fff;
    background: #1b6a92;
    border-radius: 8px;
    transition: background .2s ease, box-shadow .2s ease;
}

.pm-product-card__cta::after {
    content: " →";
}

.pm-product-card__link:hover .pm-product-card__cta {
    text-decoration: none;
    background: #14526f;
    box-shadow: 0 4px 12px rgba(27, 106, 146, 0.3);
}

.pm-product-card__body--brand {
    background: linear-gradient(180deg, #fff 0%, #f0f7fb 100%);
}

.pm-product-card__body--brand h3 {
    color: #123d54;
}

.pm-product-card--brand .pm-product-card__link {
    border-color: #b8d4e4;
}

@media (min-width: 768px) {
    .pm-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.35rem;
    }

    .pm-product-card__media {
        min-height: 220px;
    }

    .pm-product-card__media img {
        max-height: 195px;
    }

    .pm-product-card__body h3 {
        font-size: 1.15rem;
    }
}

@media (min-width: 1200px) {
    .pm-products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
