.materials-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 550px;
    padding: 100px 60px;
    background-image: url('https://duerdengroup.com/wp-content/uploads/2025/11/DE_web_addons-66-scaled.jpg');
    background-repeat: no-repeat;
    background-position: 40% 60%;
    background-color: #000;
    position: relative;
	background-size: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .materials-container {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .materials-container {
        padding: 100px 16px;
        min-height: 400px;
    }
	.materials-container .materials-wrapper .materials-content h2 {
		font-size: 36px!important;
	}
}

.materials-container::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.73) 32.04%, rgba(0, 0, 0, 0) 94.76%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.materials-container .materials-wrapper {
    margin: auto;
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    width: 100%;
    text-align: center;
    align-items: center;
}

.materials-container .materials-wrapper .materials-content {
    color: #fff;
    position: relative;
    z-index: 1;
}

.materials-container .materials-wrapper .materials-content h1 {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.materials-container .materials-wrapper .materials-content h2 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.materials-container .materials-wrapper .materials-content .scroll-down-wrapper {
    display: flex;
    justify-content: center;
}

.materials-container .materials-wrapper .materials-content .scroll-down-wrapper a {
    display: flex;
    background-image: url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style> .cls-1 { fill: %23f42525; } </style></defs><polygon class="cls-1" points="50 70.06 20.56 44.11 20.56 60.89 50 86.84 79.44 60.89 79.44 44.11 50 70.06"/><polygon class="cls-1" points="50 39.11 20.56 13.16 20.56 29.94 50 55.89 79.44 29.94 79.44 13.16 50 39.11"/></svg>');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: clamp(20px, 2vw, 50px);
    cursor: pointer;
    transition: all .3s ease-in-out;
}


/* end of hero  */


/* fancybox gallery  */

.materials-fancybox-container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.materials-fancybox-container .materials-fancybox-wrapper {
    display: flex;
    width: 100%;
    gap: 0;
    align-items: stretch;
}

@media (max-width: 767px) {
    .materials-fancybox-container .materials-fancybox-wrapper {
        flex-wrap: wrap;
    }

    .materials-fancybox-container .materials-fancybox-wrapper .materials-fancy-item {
        width: 50% !important;
    }
}

.materials-fancybox-container .materials-fancybox-wrapper .materials-fancy-item {
    position: relative;
    width: 25%;
}

.materials-fancybox-container .materials-fancybox-wrapper .materials-fancy-item img {
    aspect-ratio: 1/1;
    max-width: 100%;
    object-fit: cover;
}

.materials-fancybox-container .materials-fancybox-wrapper .materials-fancy-item .materials-fancy-mag-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity .2s ease-in-out;
}

.materials-fancybox-container .materials-fancybox-wrapper .materials-fancy-item:hover .materials-fancy-mag-wrapper {
    opacity: 1;
}

.materials-fancybox-container .materials-fancybox-wrapper .materials-fancy-item .materials-fancy-mag-wrapper svg {
    width: 80px;
    height: auto;
    max-width: 100%;
    fill: #fff;

}


/* end of fancybox gallery  */


/* info  */

.materials-info-container {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .materials-info-container {
        padding: 32px 16px !important;
    }
}

.materials-info-container .materials-info-wrapper {
    margin: auto;
    width: 100%;
    display: flex;
    max-width: 1400px;
    gap: 40px;
    align-items: center;
}

.materials-info-container .materials-info-wrapper .materials-info-image,
.materials-info-container .materials-info-wrapper .materials-info-content {
    width: 50%;
}

@media (max-width: 1024px) {
    .materials-info-container .materials-info-wrapper {
        flex-direction: column;
    }

    .materials-info-container .materials-info-wrapper .materials-info-image,
    .materials-info-container .materials-info-wrapper .materials-info-content {
        width: 100% !important;
    }

    .materials-info-container .materials-info-wrapper .materials-info-image {
        display: flex;
        justify-content: center;
    }

    .materials-info-container .materials-info-wrapper .materials-info-image img {
        max-height: 400px;
        width: auto !important;
        margin: auto;
    }

}

.materials-info-container .materials-info-wrapper .materials-info-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
}

.materials-info-container .materials-info-wrapper .materials-info-content img {
    width: 120px;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
}

.materials-info-container .materials-info-wrapper .materials-info-content h2 {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 24px;
}

.materials-info-container .materials-info-wrapper .materials-info-content a {
    display: flex;
    width: fit-content;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: rgb(0, 165, 111);
    border-radius: 2px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: none !important;
    text-wrap: nowrap;
}

.materials-info-container .materials-info-wrapper .materials-info-content a:hover {
    background-color: rgb(4 129 88);
}

/* FOCUS-VISIBLE */
.materials-info-container .materials-info-wrapper .materials-info-content a:focus-visible {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px color-mix(in srgb, rgb(4 129 88) 30%, transparent);
}

/* FOCUS (fallback) — for browsers without :focus-visible */
.materials-info-container .materials-info-wrapper .materials-info-content a:focus {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
}

/* …but don’t show it for mouse clicks in browsers that DO support :focus-visible */
.materials-info-container .materials-info-wrapper .materials-info-content a:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

/* ACTIVE */
.materials-info-container .materials-info-wrapper .materials-info-content a:active {
    background-color: rgb(3 109 74);
    color: #fff;

}

/* end of info  */



/* aggregate products  */

.aggregate-products-container {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
    background: #f1f1f1;
}

@media (max-width: 767px) {
    .aggregate-products-container {
        padding: 32px 16px !important;
    }
}

.aggregate-products-container .aggregate-products-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-intro {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-intro h2 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-content h3 {
        font-size: 18px !important;
    }
}

@media (max-width: 576px) {
    .aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-content h3 {
        font-size: 18px !important;
    }
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item::after {
    content: '';
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100px;
    max-width: 100%;
    height: 10px;
    border-radius: 100px;
    background: #f42525;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-img {
    width: 100%;
    position: relative;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-img img {
    width: 100%;
    height: auto;
    max-width: 100%;

}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-img:hover .aggregate-item-cta {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-img .aggregate-item-cta {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease-in-out;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-img .aggregate-item-cta a {
    display: flex;
    width: fit-content;
    height: 50px;
    padding: 0 20px;
    color: #000 !important;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-wrap: nowrap;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-img .aggregate-item-cta a:hover {
    background-color: #000;
    color: #fff !important;
    border-color: #000;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-img .aggregate-item-cta a:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-img .aggregate-item-cta a:focus {
    outline: none;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-img .aggregate-item-cta a:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-img .aggregate-item-cta a:active {
    background-color: #000;
    color: #fff !important;
    border-color: #000;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-content {
    margin-top: 16px;
    width: 100%;
}

.aggregate-products-container .aggregate-products-wrapper .aggregate-products-grid .aggregate-item .aggregate-item-content h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 22px;
}


/* end of aggregate products  */


/* materials supplied  */

.materials-supplied-container {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .materials-supplied-container {
        padding: 32px 16px !important;
    }
}

.materials-supplied-container .materials-supplied-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    width: 100%;
    margin: auto;
    max-width: 1400px;
}

.materials-supplied-container .materials-supplied-wrapper .materials-supplied-content,
.materials-supplied-container .materials-supplied-wrapper .materials-supplied-image {
    width: 50%;
}

.materials-supplied-container .materials-supplied-wrapper .materials-supplied-content h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 24px;
}

.materials-supplied-container .materials-supplied-wrapper .materials-supplied-content a {
    display: flex;
    width: fit-content;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: rgb(0, 165, 111);
    border-radius: 2px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: none !important;
    text-wrap: nowrap;
}


.materials-supplied-container .materials-supplied-wrapper .materials-supplied-content a:hover {
    background-color: rgb(4 129 88);
}

/* FOCUS-VISIBLE */
.materials-supplied-container .materials-supplied-wrapper .materials-supplied-content a:focus-visible {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px color-mix(in srgb, rgb(4 129 88) 30%, transparent);
}

/* FOCUS (fallback) — for browsers without :focus-visible */
.materials-supplied-container .materials-supplied-wrapper .materials-supplied-content a:focus {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
}

/* …but don’t show it for mouse clicks in browsers that DO support :focus-visible */
.materials-supplied-container .materials-supplied-wrapper .materials-supplied-content a:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

/* ACTIVE */
.materials-supplied-container .materials-supplied-wrapper .materials-supplied-content a:active {
    background-color: rgb(3 109 74);
    color: #fff;
}

.materials-supplied-container .materials-supplied-wrapper .materials-supplied-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
}

@media (max-width: 1024px) {
    .materials-supplied-container .materials-supplied-wrapper {
        flex-direction: column-reverse;
    }

    .materials-supplied-container .materials-supplied-wrapper .materials-supplied-content,
    .materials-supplied-container .materials-supplied-wrapper .materials-supplied-image {
        width: 100% !important;
    }

    .materials-supplied-container .materials-supplied-wrapper .materials-supplied-image {
        display: flex;
        justify-content: center;
    }

    .materials-supplied-container .materials-supplied-wrapper .materials-supplied-image img {
        max-height: 400px;
        width: auto !important;
        margin: auto;
    }
}

/* end of materials supplied  */


/* also interested in services  */

.also-interested-services-container {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

.also-interested-services-container .also-interested-service-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
}

.also-interested-services-container .also-interested-service-wrapper .also-interested-intro {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.also-interested-services-container .also-interested-service-wrapper .also-interested-intro h2 {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid {
    max-width: 1300px;
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: auto;
}

.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper {
    min-height: 18.875rem;
    padding: 1rem;
    width: calc(50% - 20px);
    max-width: 50%;
}

@media (max-width: 1024px) {
    .also-interested-services-container .also-interested-services-grid .also-interested-services-item-wrapper {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .also-interested-services-container .also-interested-services-grid .also-interested-services-item-wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }

    .also-interested-services-container {
        padding: 32px 16px !important;
    }

    .also-interested-services-container .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item .also-interested-services-item-content {
        width: 85% !important;
    }
}

.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item {
    position: relative;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item::before {
	content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.1) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item .also-interested-services-item-content {
    padding: 32px;
    width: 66%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    color: #fff;
}

.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item .also-interested-services-item-content-desc {
    margin-bottom: 24px;
}

.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item .also-interested-services-item-content-desc h4 {
    color: #fff;
}

.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item .also-interested-services-item-content-link a {
    display: flex;
    width: fit-content;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: rgb(0, 165, 111);
    border-radius: 2px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: none !important;
    text-wrap: nowrap;
}

.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item .also-interested-services-item-content-link a:hover {
    background-color: rgb(4 129 88);
}

/* FOCUS-VISIBLE */
.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item .also-interested-services-item-content-link a:focus-visible {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px color-mix(in srgb, rgb(4 129 88) 30%, transparent);
}

/* FOCUS (fallback) — for browsers without :focus-visible */
.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item .also-interested-services-item-content-link a:focus {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
}

/* …but don’t show it for mouse clicks in browsers that DO support :focus-visible */
.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item .also-interested-services-item-content-link a:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

/* ACTIVE */
.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item .also-interested-services-item-content-link a:active {
    background-color: rgb(3 109 74);
    color: #fff;

}

.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item .also-interested-services-item-image {
    position: absolute;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    inset: 0;
}

.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper .also-interested-services-item .also-interested-services-item-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
}

/* end of also interested in services  */

/* separator  */

.intro-separator-container {
    width: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    padding: 5% 64px;
}

.intro-separator-container .intro-separator-wrapper {
    width: 100%;
    max-width: 1400px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1024px) {
    .intro-separator-container .intro-separator-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .intro-separator-container .intro-separator-wrapper .separator {
        height: 2px !important;
        width: 100% !important;
    }

    .intro-separator-container .intro-separator-wrapper .intro-content .content-ctas {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .intro-separator-container {
        padding: 16px !important;
    }
	.intro-separator-container .intro-separator-wrapper .intro-headline h2 {
		font-size: 24px!important;
	}
	.also-interested-services-container .also-interested-service-wrapper .also-interested-services-grid .also-interested-services-item-wrapper {
		padding: 0!important;
	}
}

.intro-separator-container .intro-separator-wrapper .intro-headline {
    flex-basis: 50%;
}

.intro-separator-container .intro-separator-wrapper .intro-headline h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.intro-separator-container .intro-separator-wrapper .separator {
    height: 100%;
    background-color: #fff;
    width: 2px;
}

.intro-separator-container .intro-separator-wrapper .intro-content {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.intro-separator-container .intro-separator-wrapper .intro-content .content {
    color: #fff;
}

.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas {
    display: flex;
    gap: 12px;
    align-items: center;
}

.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas a {
    display: flex;
    width: fit-content;
    height: 50px;
    padding: 0 20px;
    border-radius: 2px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid transparent !important;
    text-wrap: nowrap;
}

.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas .primary {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff !important;
}

.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas .primary:hover {
    background-color: #000;
    color: #fff;
}

/* FOCUS-VISIBLE (keyboard users) */
.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas .primary:focus-visible {
    background-color: #000;
    /* matches hover */
    color: #fff;
    border-color: #000;
    outline: 2px solid #fff;
    /* white ring around the black button */
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .6);
    /* subtle extra ring */
}

/* FOCUS fallback — for browsers without :focus-visible */
.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas .primary:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* …but don’t show it for mouse clicks where :focus-visible is supported */
.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas .primary:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

/* ACTIVE (mouse down) */
.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas .primary:active {
    background-color: #111;
    /* slightly lighter than pure black to show change */
    color: #fff;
    border-color: #111;
}

.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas .secondary {
    border: 1px solid #fff !important;
    color: #fff;
}

.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas .secondary:hover {
    background-color: #fff;
    color: #000;
}

/* FOCUS-VISIBLE (keyboard users) */
.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas .secondary:focus-visible {
    background-color: #fff;
    /* matches hover */
    color: #000;
    border-color: #000;
    outline: 2px solid #fff;
    outline-offset: 2px;

}

/* FOCUS fallback — for browsers without :focus-visible */
.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas .secondary:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
}

/* …but don’t show it for mouse clicks where :focus-visible is supported */
.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas .secondary:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

/* ACTIVE (mouse down) */
.intro-separator-container .intro-separator-wrapper .intro-content .content-ctas .secondary:active {
    background-color: #e6e6e6;
    /* slight change from pure white for feedback */
    color: #000;
    border-color: #e6e6e6;
}

/* end of separator  */