/* =====================================
   GLOBAL SECTION RHYTHM
   sichtbar farbig, aber hell
   ===================================== */

/* WEISSE SECTIONS */
#problem-solution,
#product-tour,
.mini-proof,
#testimonials,
#trust,
#target-groups,
#pricing,
#faq{
    background:#ffffff !important;
}


/* FARBIGE SECTIONS */
#target-groups,
#features,
#social-proof,
#live-demo,
#app{
    position:relative;
    overflow:hidden;

    background:
        radial-gradient(circle at 10% 10%, rgba(249,115,22,.04), transparent 30%),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fafafa 100%
        ) !important;
}


#tool-comparison,
#features{
    background:

        radial-gradient(
            circle at 10% 10%,
            rgba(249,115,22,.10),
            transparent 30%
        ),

        radial-gradient(
            circle at 90% 10%,
            rgba(59,130,246,.08),
            transparent 35%
        ),

        linear-gradient(
            180deg,
            #324665 0%,
            #263753 45%,
            #1d2b42 100%
        ) !important;

    color:#fff;
}
