/* Alleen op deze template */
body.page-template-page-stabilisatie-oplossingen .stab-page {
    background: #f3f5fb;
    padding: 40px 0 80px;
    font-family: inherit;
}

.stab-container {
    width: 65%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.stab-section {
    margin-bottom: 40px;
}

.stab-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.stab-subtitle {
    font-weight: 600;
    color: #1f3162;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 14px;
}

.stab-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
    gap: 40px;
    align-items: flex-start;
    background: #ffffff;
    box-shadow: 0 12px 40px rgba(5, 24, 69, 0.08);
    border-radius: 14px;
    padding: 40px;
    box-sizing: border-box;
}

.stab-hero-why h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.stab-intro-content p {
    margin-bottom: 8px;
}

.stab-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stab-bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 6px;
}

/* OVERZICHT */

.stab-overview {
    margin-top: 40px;
}

.stab-overview .stab-container {
    background: #e6ebfb;
    border-radius: 14px;
    padding: 32px 28px;
    box-sizing: border-box;
}

.stab-section-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.stab-overview-subtitle {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 16px;
    text-transform: uppercase;
}

.stab-product-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    padding: 0;
    margin: 0;
}

.stab-product-links a {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: #1f3162;
    position: relative;
}

.stab-product-links a::after {
content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #34325e;
}

/* PRODUCT CARDS */

.stab-products .stab-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.stab-product {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
    gap: 40px;
    align-items: center;
    background: #ffffff;
    border-radius: 14px;
    padding: 32px;
    box-shadow: 0 12px 40px rgba(5, 24, 69, 0.06);
}

.stab-product.image-right {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
}

.stab-product.image-right .stab-product-media {
    order: 2;
}

.stab-product.image-right .stab-product-content {
    order: 1;
}

.stab-product-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.stab-product-title {
font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    color: #34325e;
}

.stab-product-text p {
    margin-bottom: 8px;
}

.stab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: #f5c317;
    color: #1f3162;
    box-shadow: 0 8px 20px rgb(245 195 23 / 54%);
}

/* EXPERTISE */

.stab-expertise {
    margin-top: 48px;
}

.stab-expertise .stab-container {
    background: #1f3162;
    border-radius: 14px;
    padding: 36px 28px;
    color: #ffffff;
}

.stab-expertise .stab-section-title {
    color: #ffffff;
    font-weight: 600;
}

.stab-expertise-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.stab-expertise-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.stab-expertise-col h3 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
    color: white;
    font-weight: 600;
    font-size: 20px;
}

.stab-expertise-col .stab-bullet-dot {
    background: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 960px) {
    .stab-hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .stab-product {
        grid-template-columns: minmax(0, 1fr);
    }

    .stab-product.image-right .stab-product-media,
    .stab-product.image-right .stab-product-content {
        order: initial;
    }

    .stab-expertise-columns {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .stab-page {
        padding-top: 24px;
    }

    .stab-hero-inner,
    .stab-overview .stab-container,
    .stab-product,
    .stab-expertise .stab-container {
        padding: 22px 18px;
    }

    .stab-title {
        font-size: 24px;
    }
}
