﻿@charset "utf-8";

/*------------------------------------------------------------------------- SECTION: PRODUCT BANNER
*/
section.product-banner .container {
    background: url(/images/wssc/wssc-banner-2026.png) right 70% no-repeat;
    background-size: clamp(960px, 70%, 1200px) auto; /* min, expected, max */
}
section.product-banner::after {
    display: none;
}
section.product-banner {
    box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px)
{
    section.product-banner .container {
        background: transparent;
    }
}
@media (max-width: 767px) and (min-width: 480px)
{
    section.product-banner {
        background: url(/images/wssc/super-wssc-with-ai-robot.svg) right bottom no-repeat,
                    radial-gradient(ellipse,rgba(255, 255, 255, 0.1) 0%, var(--c3BlackBlue) 50%); 
        background-size: auto 280px;
    }
}

/*------------------------------------------------------------------------- SECTION: ABOUT WSSC
*/
section.about-wssc {
    background: #ddd url(/images/wssc/wavy-bg.svg) center center repeat-x;
}
section.about-wssc .container {
    background: url(/images/wssc/wssc-in-a-box.png) right center no-repeat;
    background-size: auto clamp(200px, 100%, 475px); /* min, expected, max */
    padding: 40px;
}
section.about-wssc .column:first-of-type {
    display: flex;
    align-items: center;
}
section.about-wssc .image-wrapper {
    transform: scale(300%);
    flex: 1 0 50%;
}

@media (max-width: 1280px)
{
    section.about-wssc .column:first-of-type {
        flex-direction: column;
    }
    section.about-wssc .image-wrapper {
        transform: scale(150%) translateX(-20%);
        margin-top: 100px;
    }
}
@media (max-width: 767px)
{
    section.about-wssc .container {
        background: transparent;
    }
}

/*------------------------------------------------------------------------- SECTION: KEY FEATURES
*/
section.key-features {
    background-color: #d4d4d4;
    padding: 40px 0;
}
section.key-features h2 {
    text-align: center;
    margin-bottom: 40px;
}
section.key-features .icon-list {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}
section.key-features .icon-list li {
    margin: 0 auto;
    width: 100%;
}
section.key-features .icon-list li h4 {
    color: #523e6b;
}
section.key-features .icon-list .icon {
    border: none;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
}
section.key-features .icon-list .icon::before {
    background-size: 100%;
    filter: invert(43%) sepia(38%) saturate(5951%) hue-rotate(296deg) brightness(102%) contrast(101%);
}
@media (max-width: 1280px)
{
    section.key-features .icon-list {
        grid-template-columns: repeat(2,minmax(220px, 1fr));
    }
}
@media (max-width: 600px)
{
    section.key-features .icon-list {
        grid-template-columns: 1fr;
    }
}

/*------------------------------------------------------------------------- SECTION: WHO'S IT FOR?
*/
section.whos-it-for {
    background-color: #baa6b1;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    max-width: 100%;
    z-index: 2;
    box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.2);
    padding: 20px 0;
}
section.whos-it-for .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 10px;
    max-width: 960px;
    margin: 0 auto;
}
section.whos-it-for .user-type {
    position: relative;
    z-index: 0;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    text-align: left;
    line-height: 1em;
    font-size: 20px;
    height: 70px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: -1px;
    border: 2px solid #333;
}
section.whos-it-for .user-type::before {
    content: '';
    display: block;
    width: 68px;
    height: 66px;
    background: url(/images/wssc/wssc-for-flash.svg) center center / 100% no-repeat;
    border-radius: 7px 0 0 7px;
    overflow: hidden;
}
section.whos-it-for .user-type::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/wssc/button-shading.svg) center center / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 100;
    opacity: 1;
}
.user-type i.character {
    position: relative;
    display: block;
    z-index: 2;
    width: 90px;
    height: 120px;
    background: center center / 100% no-repeat;
    margin: -15px -10px 20px -30px;
}
.user-type i.character.business {
    background-image: url(/images/wssc/wssc-for-business-owners.svg);
}
.user-type i.character.marketing {
    background-image: url(/images/wssc/wssc-for-marketing-professionals.svg);
}
.user-type i.character.developers {
    background-image: url(/images/wssc/wssc-for-developers.svg);
}

@media (max-width: 960px) and (min-width: 768px), (max-width: 320px) {
    section.whos-it-for .user-type {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    section.whos-it-for .container {
        flex-direction: column;
        gap: 40px;
    }
}
@media (max-width: 400px)
{
    .user-type i.character {
        display: none;
    }
}

/*------------------------------------------------------------------------- SECTION: FEATURES
*/
section.feature {
    background: linear-gradient(90deg, #817192 50%, #ff3dc0 50%);  
    border-top: 1px solid rgba(255,255,255,0.25);
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding: 0;
    overflow: hidden;
}
section.feature .container {
    padding: 0; 
}
section.feature::before,
section.feature::after {
    content: '';
    display: block;
    position: absolute;
    width: 1280px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: none;
}
section.feature::before {
    right: 50%;
    top: -880px;
    opacity: 5%;
}
section.feature::after {
    left: 50%;
    bottom: -880px;
    opacity: 10%;
}
section.feature .column {
    background: center top no-repeat;
    background-size: cover;
}    
section.feature .column:first-of-type {
    padding: 60px 40px 60px 40px;
}
section.feature .column:last-of-type {
    padding: 60px 40px 60px 40px;
    display: flex;
}
section.feature .icon-list .icon {
    border-color: #aaa;
}
section.feature .icon-list .icon::before {
    filter: invert(1);
    background-size: 60%;
}
section.feature .numbered-list {
    margin: 40px 0;
}
section.feature .numbered-list li {
    display: flex;
    gap: 20px;
    margin: 0 0 20px;
    padding: 0;
}
section.feature .numbered-list strong {
    letter-spacing: -1px;
    font-size: 20px;
    margin: 0 0 5px;
    display: block;
}
section.feature .numbered-list p {
    margin: 0;
}
section.feature .numbered-list i.step {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff center  center / 50% no-repeat;
    flex: 0 0 50px;
    border-radius: 50%;
    border: 2px solid #000;
}
section.feature .numbered-list i.step.step-1 {
    background-image: url(/images/wssc/number-1.svg);
}
section.feature .numbered-list i.step.step-2 {
    background-image: url(/images/wssc/number-2.svg);
}
section.feature .numbered-list i.step.step-3 {
    background-image: url(/images/wssc/number-3.svg);
}
section.feature .image-wrapper {
    flex: 1 0 50%;
    min-width: 300px;
    transform: scale(120%);
    align-self: flex-end;
}

@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.feature .column:first-of-type {
        background-color: #817192;
    }
    section.feature .column:last-of-type {
        background-color: #ff3dc0;
    }
}

/*------------------------------------------------------------------------- SECTION: DASHBOARD
*/
section.dashboard {
    background: #523e6b;
    padding: 80px 0 40px;
}
section.dashboard .container {
    background: url(/images/wssc/wssc-dashboard-on-tablet.png) right bottom no-repeat;
    background-size: 75%;
}
section.dashboard .image-wrapper {
    display: none;
}

@media (max-width: 767px) {
    section.dashboard .container {
        background: none;
    }
    section.dashboard .image-wrapper {
        display: block;
        transform: translateX(-20%) scale(120%);
        margin: 60px auto 40px;
    }
}

/*------------------------------------------------------------------------- SECTION: CALL TO ACTION
*/
section.call-to-action {
    background-color: rgba(6,9,24,0.5);
    padding: 40px 20px 40px 120px;
}
section.call-to-action .container::before {
    content: '';
    display: block;
    position: absolute;
    left: -120px;
    top: -40px;
    width: 160px;
    height: 160px;
    background: url(/images/wssc/no-credit-card-flash.svg) center center / 100% no-repeat;
}
section.call-to-action::after {
    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 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;
}
section.call-to-action .spellbot {
    flex: 0 1 120px;
    width: 120px;
    display: block;
    margin: -100px 0 -40px;
}

@media (max-width: 767px)
{
    section.call-to-action {
        padding: 80px 20px 40px;
    }
    section.call-to-action .container::before {
        left: -20px;
        top: -80px;
    }
    section.call-to-action .container {
        flex-direction: column;
        text-align: center;
    }
    section.call-to-action .button {
        margin: 0 auto;
    }
    section.call-to-action .spellbot {
        margin: -40px 0 -40px auto;
        width: 160px;
    }
}