﻿@charset "utf-8";

/*------------------------------------------------------------------------- SECTION: PRODUCT BANNER
*/
section.product-banner .container {
    background: url(/images/waiverform/waiverform-banner-2026.png) right 70% no-repeat;
    background-size: clamp(960px, 70%, 1200px) auto; /* min, expected, max */
}
section.product-banner::after {
    opacity: 0.25;   
}

@media (max-width: 767px)
{
    section.product-banner .container {
        background: transparent;
    }
}
@media (max-width: 767px) and (min-width: 480px)
{
    section.product-banner {
        background: url(/images/waiverform/wf-lady.png) right bottom no-repeat,
                    radial-gradient(ellipse,rgba(255, 255, 255, 0.1) 0%, var(--c3BlackBlue) 50%); 
        background-size: auto 280px;
    }
}

/*------------------------------------------------------------------------- SECTION: ABOUT WAIVERFORM
*/
section.about-wf {
   background-color: var(--wfBlue);
}
section.about-wf .container {
    background: url(/images/waiverform/waiverform-in-a-box.png) right center no-repeat;
    background-size: auto clamp(200px, 100%, 475px); /* min, expected, max */
    padding: 40px;
}
section.standard-layout.about-wf .wfblue {
    color: var(--c3BlackBlue);
}
section.about-wf .column:first-of-type {
    display: flex;
    align-items: center;
}
section.about-wf .image-wrapper {
    transform: scale(300%);
    flex: 1 0 50%;
}

@media (max-width: 1280px)
{
    section.about-wf .column:first-of-type {
        flex-direction: column;
    }
    section.about-wf .image-wrapper {
        transform: scale(150%) translateX(-20%);
        margin-top: 100px;
    }
}
@media (max-width: 767px)
{
    section.about-wf .container {
        background: transparent;
    }
}

/*------------------------------------------------------------------------- SECTION: KEY FEATURES
*/
section.key-features {
    background-color: #0361ad;
    padding: 40px 0 ;
}
section.key-features .icon-list {
    margin: 0 auto;
    flex-wrap: nowrap;
}
section.key-features .icon-list .icon {
    border-color: var(--c3Yellow);
}
section.key-features .icon-list .icon::before {
    filter: invert(1);
    background-size: 70%;
}

@media (max-width: 767px)
{
    section.key-features .icon-list {
        flex-direction: column;
    }
}

/*------------------------------------------------------------------------- SECTION: FEATURES
*/
section.feature {
    background: linear-gradient(90deg, #000 50%, #eecd58 50%);  
    border-top: 1px solid rgba(255,255,255,0.25);
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding: 0;
}
section.feature .container {
    padding: 0; 
}
section.feature .column {
    background: center top no-repeat;
    background-size: cover;
}    
section.feature .column:first-of-type {
    background-image: url(/images/waiverform/wf-banner-left-empty.jpg);
    padding: 60px 40px 60px 40px;
}
section.feature .column:last-of-type {
    background-image: url(/images/waiverform/wf-banner-right-empty.jpg);
    padding: 60px 40px 60px 40px;
    display: flex;
}
section.feature .image-wrapper {
    flex: 1 0 60%;
    min-width: 300px;
    transform: scale(120%);
}
section.feature .icon-list .icon::before {
    filter: invert(1);
    background-size: 60%;
}

@media (max-width: 1080px) and (min-width: 767px), (max-width: 580px)
{
    section.feature .column:last-of-type {
        flex-direction: column;
    }
    section.feature .image-wrapper {
        transform: none;
    }
}
@media (max-width: 767px)
{
    section.feature {
        background: transparent;
    }
    section.feature .container {
        padding: 0;
    }
    section.feature .column:first-of-type,
    section.feature .column:last-of-type {
        padding: 60px 40px;
    }
}

/*------------------------------------------------------------------------- SECTION: CASE USES
*/
section.case-use {
    background-color: #fff;
    padding: 60px 0 40px;
    text-align: center;
}
section.case-use .snippets .container {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    justify-content: center;
    padding: 0;
}
section.case-use .snippet {
    padding: 0;
	width: 100%;
    max-width: 100%;
    min-width: 0;
}
section.case-use .snippet h4 {
    color: var(--c3DarkBlue);
    font-family: 'clear-sans';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -1px;
    text-align: left;
    margin: 0 0 10px;
}
section.case-use .snippet p {
    text-align: left;
}
section.case-use .snippet .snippet-image-wrapper {
    -webkit-box-reflect: below 2px linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0.1) 100%);
    margin-bottom: 20px;
}

@media (max-width: 1280px)
{
    section.case-use .snippets .container {
	    grid-template-columns: repeat(3, minmax(160px, 1fr));
    }
}
@media (max-width: 767px)
{
    section.case-use .snippets .container {
	    grid-template-columns: repeat(2, minmax(140px, 1fr));
    }
}
@media (max-width: 767px)
 {
    section.case-use .snippets .container {
	    grid-template-columns: minmax(140px, 1fr);
    }
}
/*------------------------------------------------------------------------- SECTION: CALL TO ACTION
*/
section.call-to-action {
    background-color: rgba(6,9,24,0.5);
    padding: 40px 20px;
}
section.call-to-action::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
}
section.call-to-action .container {
    display: flex;
    align-items: center;
    gap: 40px;
}
section.call-to-action img {
    display: block;
    position: relative;
    width: 240px;
    margin: -120px 0 -60px -40px
}
section.call-to-action h2 {
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: bold;
    margin: 0 auto 10px;
}
section.call-to-action p {
    margin: 0 0 5px;
}
section.call-to-action .button {
    margin: 0 0 0 auto;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    max-width: 240px;
    background-color: var(--c3DarkBlue);
    color: #fff;
}
section.call-to-action .button:hover {
    background-color: var(--c3Yellow);
    color: var(--c3BlackBlue);
    border-color: transparent;
}

@media (max-width: 767px)
{
    section.call-to-action .container {
        flex-direction: column;
        text-align: center;
    }
    section.call-to-action .button {
        margin: 0 auto;
    }
    section.call-to-action img {
        margin: -120px 0 0px -60px;
        width: 100%;
        max-width: 240px;
    }
}