/*
 * ARIEL fixed-page shared components.
 */

.fixed-page-final-cta,
.fixed-page-final-cta * {
    box-sizing: border-box;
}

.fixed-page-final-cta {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f7fffe;
}

.fixed-page-final-cta__visual {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fixed-page-final-cta__image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
}

.fixed-page-final-cta__button {
    position: absolute;
    z-index: 2;
    right: 9%;
    bottom: 4.2%;
    left: 9%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(54px, 12vw, 60px);
    padding: 10px 18px;
    color: #ffffff;
    font-family: inherit;
    font-size: clamp(1rem, 4.2vw, 1.125rem);
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    background-color: #06c755;
    border: 2px solid #ffffff;
    border-radius: 999px;
}

.fixed-page-final-cta__button:focus-visible {
    outline: 3px solid #006f68;
    outline-offset: 3px;
}

.fixed-page-final-cta__semantic {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 360px) {
    .fixed-page-final-cta__button {
        right: 7%;
        bottom: 3.8%;
        left: 7%;
        min-height: 52px;
        padding-right: 14px;
        padding-left: 14px;
    }
}
