.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__card-title {
    display: block;
    padding: .65rem .75rem .8rem;
    font-size: .8rem;
    line-height: 1.35;
    color: #14526f !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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__card-title {
        font-size: .75rem;
    }
}

.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 */
.pm-global-trust__panel {
    width: 100% !important;
    padding: 1.5rem 1.75rem 1.25rem;
}

.pm-global-trust__lead {
    max-width: 44rem;
    margin-bottom: 1.25rem;
    line-height: 1.55;
}

.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;
    text-transform: uppercase;
    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;
}

/* Referanslar */
.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;
}

/* Haberler */
.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ün grid — eşit hiza */
.product-range .product-list {
    align-items: stretch;
}

.product-range .product-list__item {
    display: flex;
    flex-direction: column;
}

.product-range .product-list__link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    min-height: 100%;
    text-decoration: none;
}

.product-range .product-list__link > img,
.product-range .product-list__brand-visual {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    background: #f2f2f2;
}

.product-range .product-list__link > img {
    object-fit: contain;
    object-position: center bottom;
}

.product-range .product-list__brand-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2a2a2a;
}

.product-range .product-list__brand-visual img {
    max-width: 70%;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-range .product-list__link--brand {
    cursor: default;
    pointer-events: none;
}

.product-range .product-list__item__info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 5.5rem;
}

.product-range .product-list__item__info h2 {
    min-height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-range .product-list__brand-card {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product-range .product-list__brand-card p {
    font-size: .78em;
    line-height: 1.45;
    margin-bottom: .65em;
}

.product-range .product-list__brand-card p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .product-range .product-list__link > img,
    .product-range .product-list__brand-visual {
        height: 220px;
    }
}
