/* =============================================================================
   homepage.css — Styling for the public-facing homepage (not logged in).
   Requires base.css to be loaded first.
   ============================================================================= */


/* ---- Typography & base element styles ---- */

body {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: var(--lightgreen);
    line-height: 1.6;
    overflow-x: hidden;
}

input,
select {
    font-family: 'DM Sans', sans-serif;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

a,
input,
button,
.bhg_button,
.gform_footer input[type="submit"] {
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
}

header #logo svg {
    -webkit-transition: all .25s ease;
            transition: all .25s ease;
}

a {
    text-decoration: underline;
    color: var(--orange);
}

a:hover {
    color: var(--darkgreen);
    text-decoration: underline;
}

.mobile_only {
    display: none;
}

li {
    list-style-position: inside;
}


/* ---- Headings ---- */

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--lightgreen);
    margin-bottom: 5px;
}

h1,
#text h1 {
    font-size: var(--big_title);
    line-height: var(--big_title_lineheight);
}

h2 {
    font-size: var(--normal_title);
    line-height: var(--normal_title_lineheight);
}

h3 {
    font-size: var(--xsmall_title);
    line-height: var(--xsmall_title_lineheight);
}

h4 {
    font-size: var(--xxsmall_title);
    line-height: var(--xxsmall_title_lineheight);
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}


/* ---- Loading overlay ---- */

#wachten {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4)
}

#wachten img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}


/* ---- Form explanation & error text (homepage variant) ---- */

.formFieldExplanation {
  display: block;
  font-size: smaller;
  font-style: italic;
}

.errorExplanation {
  display: block;
  max-width: 450px;
  font-size: smaller;
  color: red;
  margin-bottom: 10px;
  margin-top: -10px;
}


/* ---- Language selector ---- */

#languageSelectHomepage img {
    margin: 5px;
}


/* =============================================================================
   Grid
   ============================================================================= */

.row {
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}

#inhoud {
    margin-top: 50px; /*78px;*/
}


/* =============================================================================
   Header
   ============================================================================= */

#header_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 700;
    background: var(--beige);
    z-index: 9;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

#header_wrapper .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header_logo img {
    width: auto;
    max-width: 200px;
}

#header_languages {
    display: none;
    float: left;
}

header nav ul {
    display: flex;
    margin-right: -10px;
}

header nav ul li {
    position: relative;
    padding: 0px 10px;
}

header nav ul li.active a {
    color: var(--orange);
}

header nav ul li a,
header nav ul li a:hover {
    position: relative;
    padding: 15px 0;
    font-size: 14px;
    line-height: 16px;
    color: var(--darkgreen);
    letter-spacing: calc(1em * 0.001 * 30);
    text-decoration: none;
}

header nav ul li a:after {
    position: absolute;
    display: block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.52,.01,.16,1);
    transition: transform 0.5s cubic-bezier(.52,.01,.16,1);
    bottom: -2px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 1px solid;
    content: "";
    padding-bottom: inherit;
}

header nav li.current-menu-item a:after,
header nav ul li a:hover:after {
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hamburger {
    display: none;
}


/* =============================================================================
   Buttons
   ============================================================================= */

.qrorder_button {
    border-radius: 30px;
    font-size: 12px;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

.qrorder_button_small {
    line-height: 29px;
}

.qrorder_button_large {
    font-size: 15px;
    padding: 10px 40px;
}

.qrorder_main_button {
    color: var(--white);
    border: solid 1px var(--orange);
    background: var(--orange);
}

.qrorder_main_button:hover {
    color: var(--orange);
    background: var(--white);
}

.qrorder_main_button_green {
    color: var(--white);
    border: solid 1px var(--lightgreen);
    background: var(--lightgreen);
}

.qrorder_main_button_green:hover {
    color: var(--white);
    background: var(--orange);
    border: solid 1px var(--orange);
}

.qrorder_secondary_button {
    border: solid 1px var(--darkgreen);
    background: var(--white);
}

.qrorder_button.orange {
    color: var(--orange);
    border-color: var(--orange);
}

.qrorder_button.qrorder_button_outline {
    color: var(--white);
    border-color: var(--white);
    background: transparent;
}

.qrorder_button.qrorder_button_outline_green {
    color: var(--lightgreen);
    border: solid 1px;
    border-color: var(--lightgreen);
    background: transparent;
    margin-left: 20px;
}

.qrorder_secondary_button:hover,
.qrorder_button.orange:hover,
.qrorder_button.qrorder_button_outline:hover,
.qrorder_button.qrorder_button_outline_green:hover {
    color: var(--white);
    background: var(--orange);
    border-color: var(--orange);
}


/* =============================================================================
   Responsive video
   ============================================================================= */

.responsive_vid_wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.responsive_vid_wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/* =============================================================================
   Basic section
   ============================================================================= */

.basic-section {
    text-align: left;
    padding: 70px 0;
    background: var(--beige);
}
.basic-section .row {
    max-width: 800px;
}


/* =============================================================================
   Hero
   ============================================================================= */

.hero {
    position: relative;
}

.hero-content:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: var(--black);
}

.hero-content.has-color-overlay:before {
    opacity: 0.8;
    background: -moz-linear-gradient(90deg, rgba(53,78,87,1) 0%, rgba(255,84,33,0.35) 100%);
    background: -webkit-linear-gradient(90deg, rgba(53,78,87,1) 0%, rgba(255,84,33,0.35) 100%);
    background: linear-gradient(90deg, rgba(53,78,87,1) 0%, rgba(255,84,33,0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#354e57",endColorstr="#ff5421",GradientType=1);
}

.hero img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-content .row * {
    max-width: 750px;
}

.hero,
.hero h1,
.hero h2 {
    color: var(--white);
}

.hero .separator-line {
    width: 200px;
    display: block;
    border-top: solid 2px;
    margin: 20px 0;
}

.hero-content {
    padding-bottom: 80px;
    padding-top: 270px;
}

.hero h1 {
    margin-bottom: 10px;
}

.hero .text_above_image h1 {
    font-size: var(--hero_title);
    line-height: var(--hero_title_lineheight);
    font-weight: 500;
    margin-bottom: 40px;
}

.hero h2 {
    font-size: var(--small_title);
    line-height: var(--small_title_lineheight);
    font-weight: 400;
    margin-bottom: 7.5px;
}

.hero_intro_text {
    font-size: 28px;
    line-height: 38px;
    max-width: 700px;
    padding-top: 20px;
    padding-bottom: 100px;
}

.hero .qrorder_button {
    margin-top: 25px;
}


/* =============================================================================
   Intro
   ============================================================================= */

.intro {
    text-align: center;
    padding: 70px 0;
    background: var(--beige);
}

.bigger-p {
    font-size: var(--small_title);
    line-height: var(--small_title_lineheight);
}

.intro .row {
    max-width: 850px;
}

.intro h2 {
    font-size: var(--small_title);
    line-height: var(--small_title_lineheight);
}


/* =============================================================================
   USP's
   ============================================================================= */

.usps {
    padding: 70px 0;
    text-align: center;
}

.usps .row {
    max-width: 1100px;
}

.usps h3 {
    margin-bottom: 50px;
}

.usps ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.usps ul li {
    flex: 0 0 33.33%;
    margin-bottom: 25px;
}

.usps li p {
    max-width: 270px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.usps ul li svg {
    width: 45px;
    height: 45px;
    margin-bottom: -5px;
}

.usps ul li svg path,
.usps ul li svg polyline {
    fill: var(--orange);
}

.usps a {
    text-decoration: underline;
}


/* =============================================================================
   How it works
   ============================================================================= */

.howitworks {
    padding: 70px 0;
    text-align: center;
}

.howitworks .row {
    max-width: 1100px;
}

.howitworks h2 {
    font-size: var(--small_title);
    line-height: var(--small_title_lineheight);
    margin-bottom: 35px;
}

.howitworks ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.howitworks ul li {
    flex: 0 0 50%;
    margin-bottom: 25px;
}

.howitworks ul li h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.howitworks li p {
    padding-left: 35px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
}

.howitworks ul li svg {
    width: 65px;
    height: 65px;
    margin-bottom: -5px;
}

.howitworks ul li svg path,
.howitworks ul li svg polyline {
    fill: var(--orange);
}


/* =============================================================================
   Steps
   ============================================================================= */

.steps {
    padding: 70px 0;
    display: none;
}


/* =============================================================================
   Call to action
   ============================================================================= */

.call_to_action {
    padding: 70px 0;
    background: var(--lightgreen);
    color: var(--white);
}

.call_to_action .row {
    display: flex;
    flex-wrap: wrap;
}

.cta_content,
.cta_images {
    position: relative;
    flex: 0 0 50%;
}

.cta_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 100%;
}

.cta_content_inner {
    padding-right: 0;
}

.cta_content_inner h2 {
    color: var(--white);
}

.cta_content_inner p a {
    color: var(--white);
    text-decoration: underline;
}

.cta_content_inner .qrorder_button {
    margin-top: 25px;
}

.cta_images img:nth-child(1) {
    max-width: 80%;
    padding-bottom: 80px;
}

.cta_images img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 65%;
}

.cta_images .video {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
}


/* =============================================================================
   FAQ
   ============================================================================= */

.faqs {
    background: var(--beige);
    padding: 70px 0;
}

.faq_toggles {
    margin: 100px 0;
}

.faq_toggles_outer {
    max-width: 850px;
    margin: 0 auto;
}

.faq_toggles_outer h2 {
    color: var(--orange);
    font-size: var(--small_title);
    line-height: var(--small_title_lineheight);
    margin-bottom: 35px;
}

.faq_toggle span {
    font-size: 18px;
    line-height: 1.3;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-decoration: none;
    border-bottom: solid 1px var(--lightgreen);
    cursor: pointer;
    color: var(--lightgreen);
    font-weight: 700;
}

.faq_toggle span svg {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.faq_toggle span.active svg,
.faq_toggle span.active:after {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.faq_toggle_content {
    margin-top: 20px;
    color: var(--lightgreen);
}

.faq_toggle_content ul {
    padding: 0;
}


/* =============================================================================
   QRorder video block
   ============================================================================= */

.qrorder_video {
    position: relative;
    background: url(images/hero/hero_04.jpg);
    background-position: center !important;
    background-size: cover !important;
}

.qrorder_video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(53, 78, 87);
    background: -moz-linear-gradient(90deg, rgba(53, 78, 87, 0.75) 0%, rgba(255, 84, 33, 0.65) 100%);
    background: -webkit-linear-gradient(90deg, rgba(53, 78, 87, 0.75) 0%, rgba(255, 84, 33, 0.65) 100%);
    background: linear-gradient(90deg, rgba(53, 78, 87, 0.75) 0%, rgba(255, 84, 33, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#354e57",endColorstr="#ff5421",GradientType=1);
}

.qrorder_video_video {
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .25s ease;
            transition: all .25s ease;
}

.qrorder_video_video.active {
    opacity: 1;
    z-index: 1;
}

.qrorder_video_content {
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 0%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.qrorder_video_content h2 {
    color: var(--white);
    max-width: 500px;
    margin-bottom: 40px;
}

.block_video_play_button {
    width: 150px;
    height: 150px;
    border: solid 2px var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.block_video_play_button:hover {
    opacity: 0.6;
}

.block_video_play_button svg {
    width: 70px;
    height: 70px;
    margin-left: 15px;
}


/* =============================================================================
   Contact form section
   ============================================================================= */

.form-section {
    padding: 70px 0;
    background: var(--beige);
}

.form-section .row {
    max-width: 800px;
}

.form-section h1,
#contactformulierWrapper h2 {
    font-size: var(--small_title);
    line-height: var(--small_title_lineheight);
}

.form-section .form-fields-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.form-fields-wrapper.message-fields {
    align-items: flex-start;
}

.form-section form label {
    display: inline-block;
}

.form-section form input:not(.qrorder_button),
.form-section form textarea {
    flex: 0 0 50%;
    padding: 8px;
    border-radius: 5px;
    box-shadow: none;
    border: solid 1px var(--darkgreen);
}

.form-section form input[type="checkbox"] {
    flex: 0 0 auto;
}

.form-section form textarea {
    min-height: 100px;
}

.formFieldExplanation {
    font-size: 13px;
    font-style: italic;
    display: inline-block;
    margin-bottom: 10px;
}

.form-fields-wrapper.password-fields + .formFieldExplanation {
    max-width: 450px;
}

.form-fields-wrapper.terms-fields {
    justify-content: flex-start;
}

#avAgreed {
    margin: 0 10px 0 0;
}

.form-section .qrorder_button {
    margin-top: 20px;
}

.form-section #veilig {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
}

.password-input-wrapper {
    flex: 0 0 50%;
    position: relative;
}

.password-input-wrapper input {
    width: 100%;
    box-sizing: border-box;
    padding-right: 38px !important;
}

.toggle-password {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: var(--darkgreen);
    padding: 2px;
    opacity: 0.45;
    line-height: 0;
}

.toggle-password:hover,
.toggle-password.password-visible {
    opacity: 0.9;
}

.password-strength-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.password-strength {
    flex: 0 0 50%;
    font-size: 13px;
}

.strength-bar {
    height: 5px;
    background: #ddd;
    border-radius: 3px;
    margin-bottom: 8px;
    overflow: hidden;
}

.strength-bar-fill {
    height: 100%;
    width: 0;
    border-radius: 3px;
    transition: width 0.25s ease, background-color 0.25s ease;
}

.strength-requirements {
    list-style: none;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.strength-requirements li {
    padding: 1px 0;
    color: #bbb;
}

.strength-requirements li::before {
    content: '✗\00a0\00a0';
    font-style: normal;
}

.strength-requirements li.met {
    color: var(--lightgreen);
}

.strength-requirements li.met::before {
    content: '✓\00a0\00a0';
}


/* =============================================================================
   Footer
   ============================================================================= */

#voeter_menu {
    text-align: center;
    font-size: 85%;
}

#voeter_menu a {
    padding: 0 10px;
}

#credits {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: x-small;
}

.whatsapp-floater {
    position: fixed;
    bottom: 20px;
    right: 20px;
}


/* =============================================================================
   Responsive — large screens
   ============================================================================= */

@media screen and (max-width: 1200px) {

header nav ul li {
    padding: 0px 7.5px;
}

header nav ul li a {
    font-size: 13px;
}

}


@media screen and (max-width: 1100px) {

.row {
    padding-left: 25px;
    padding-right: 25px;
}

.hamburger {
    display: block !important;
    position: absolute;
    top: 0px;
    right: 0;
    width: 78.5px;
    height: 78.5px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 999;
    outline: 0;
    margin: 0;
    padding: 0;
    background: var(--darkgreen);
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.hamburger-box {
    width: 42px;
    height: 42px;
    display: inline-block;
    position: relative;
    top: 6px;
    left: 1px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner {
    width: 26px;
    left: 8px;
}

.hamburger-inner::before,
.hamburger-inner::after {
    width: 18px;
    left: 4px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    height: 1px;
    background-color: var(--white);
    border-radius: 4px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

header.open-menu .hamburger {
    background: var(--beige);
}

header.open-menu .hamburger .hamburger-inner::before,
header.open-menu .hamburger .hamburger-inner::after {
    width: 27px;
}

button.hamburger.hamburger--stand.is-active {
    top: -5px;
    right: 0px;
}

.hamburger--stand.is-active .hamburger-inner {
    height: 0px;
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.75s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
    background-color: var(--darkgreen);
    top: -2px;
    transform: rotate(-45deg);
    transition: top 0.75s 0.1s ease-out, transform 0.75s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
    background-color: var(--darkgreen);
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.75s 0.1s ease-out, transform 0.75s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header nav {
    position: fixed;
    top: 75px;
    left: -110%;
    width: 100%;
    height: calc(100% - 75px);
    background: var(--beige);
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

header.open-menu nav {
    left: 0;
}

header nav ul {
    display: block;
    padding: 0;
    margin: 30px 0 0 !important;
}

header nav ul li {
    display: block;
    width: 100%;
    padding: 0 25px;
}

header nav ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 12.5px 0;
    color: var(--lightgreen) !important;
    line-height: 24px;
    border-bottom: solid 1px;
}

header nav ul li.active a {
    color: var(--orange)!important;
    font-weight: normal;
    padding-left: 10px;
}

header nav ul li a:before {
    content: '';
    position: absolute;
    top: 19px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 13px;
    height: 14px;
}

.hero-content {
    padding-top: 200px;
    padding-bottom: 40px;
}

.noMobile { display: none !important; }
.noDesktop { display: inline-block !important; }
.mobileOnly { display: inline-block !important; }
.noDesktop { display: block!important; }
.noTablet { display: none !important; }
.tabletOnly { display: block; }

}


@media screen and (max-width: 1000px) {

:root {
    --hero_title: 60px;
    --hero_title_lineheight: 50px;
    --big_title: 40px;
    --big_title_lineheight: 48px;
    --normal_title: 36px;
    --normal_title_lineheight: 41px;
    --small_title: 24px;
    --small_title_lineheight: 31px;
    --xsmall_title: 20px;
    --xsmall_title_lineheight: 24px;
}

.hero-content {
    padding-top: 80px;
}

.hero-content .row * {
    max-width: 600px;
}

.hero .separator-line {
    width: 200px;
    display: block;
    border-top: solid 2px;
    margin: 10px 0;
}

.intro,
.usps,
.call_to_action,
.steps,
.faqs,
.form-section {
   padding: 50px 0;
}

.intro .row {
    max-width: 700px;
}

.cta_content {
    flex: 0 0 60%;
}

.cta_images {
    flex: 0 0 40%;
}

.cta_content_inner {
    padding-right: 0;
}

.block_video_play_button {
    width: 80px;
    height: 80px;
}

.block_video_play_button svg {
    width: 30px;
    height: 30px;
    margin-left: 8px;
}

.qrorder_video_content {
    top: 25%;
}

.qrorder_video_content h2 {
    margin-bottom: 30px;
}

}


@media screen and (max-width: 767px) {

#header_logo img {
    max-width: 150px;
}

.hamburger {
    width: 66.25px;
    height: 66.25px;
}

#inhoud {
    margin-top: 42px; /*66px;*/
}

header nav {
    top: 66px;
    height: calc(100% - 66px);
}

.qrorder_video .row {
    padding: 0;
}

.howitworks ul li {
    flex: 0 0 100%;
}

.cta_content,
.cta_images {
    flex: 0 0 100%;
}

.cta_content {
    margin-bottom: 35px;
}

}


@media screen and (max-width: 500px) {

:root {
    --hero_title: 50px;
    --hero_title_lineheight: 60px;
    --big_title: 30px;
    --big_title_lineheight: 38px;
    --normal_title: 28px;
    --normal_title_lineheight: 36px;
    --small_title: 22px;
    --small_title_lineheight: 28px;
    --xsmall_title: 20px;
    --xsmall_title_lineheight: 24px;
}

.hero-content h1 {
    font-size: 24px;
    line-height: 30px;
}

.hero-content h2 {
    font-size: 18px;
}

.hero-content .row p {
    font-size: 13px;
}

.qrorder_button_large {
    padding: 10px 20px;
    font-size: 14px;
}

.usps ul li {
    flex: 0 0 50%;
}

.usps ul li p,
.howitworks li p {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.qrorder_video_content {
    top: 13%;
}

.qrorder_video_content h2 {
    margin-bottom: 15px;
}

.block_video_play_button {
    width: 50px;
    height: 50px;
}

.block_video_play_button svg {
    width: 15px;
    height: 15px;
    margin-left: 3px;
}

.form-section .form-fields-wrapper {
    flex-wrap: wrap;
}

.form-section form label,
.form-section form input,
.form-section form textarea {
    flex: 0 0 100% !important;
}

.password-input-wrapper {
    flex: 0 0 100% !important;
}

.password-strength-wrapper {
    justify-content: flex-start;
}

.password-strength {
    flex: 0 0 100% !important;
}

.form-section .form-fields-wrapper.terms-fields {
    display: block;
}

.form-fields-wrapper.terms-fields label {
    display: inline;
}

#avAgreed {
    margin: -4px 5px 0 0;
}

.icon {
    height: 25px;
    margin: 0 3px 3px 0;
}

}


@media screen and (max-width: 360px) {

.hero-content {
    padding-top: 20px;
}

}


/* =============================================================================
   Homepage sections added 20260430
   ============================================================================= */

.qrorder-steps {
    padding: 80px 20px;
    background: var(--beige);
}

.qrorder-steps__container {
    max-width: 1120px;
    margin: 0 auto;
}

.qrorder-steps__title {
    margin: 0 0 36px;
    text-align: center;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    font-weight: 800;
}

.qrorder-steps__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.qrorder-step {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 28px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.qrorder-step__number {
    width: 48px;
    height: 48px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    font-weight: 800;
}

.qrorder-step h3 {
    margin: 0 0 10px;
    font-size: 1.125rem;
    color: #0f172a;
}

.qrorder-step p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
}

@media (max-width: 900px) {
    .qrorder-steps__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .qrorder-steps {
        padding: 56px 16px;
    }
    .qrorder-steps__grid {
        grid-template-columns: 1fr;
    }
}


.qrorder-value {
    padding: 80px 20px;
    background: var(--beige);
}

.qrorder-value__container {
    max-width: 1120px;
    margin: 0 auto;
}

.qrorder-value__block {
    max-width: 820px;
    margin: 0 auto 40px;
    text-align: center;
}

.qrorder-value__label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #16a34a;
}

.qrorder-value h2 {
    margin: 0 0 18px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    font-weight: 800;
}

.qrorder-value p {
    margin: 0 0 16px;
    font-size: 1.075rem;
    line-height: 1.7;
    color: #475569;
}

.qrorder-value__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.qrorder-card {
    padding: 32px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.qrorder-card--highlight {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.qrorder-checklist,
.qrorder-highlights {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.qrorder-checklist li,
.qrorder-highlights li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 32px;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #334155;
}

.qrorder-checklist li::before,
.qrorder-highlights li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 0.8rem;
    font-weight: 800;
}

.qrorder-info {
    margin: 22px 0;
    padding: 18px 20px;
    border-left: 4px solid #16a34a;
    border-radius: 14px;
    background: #ffffff;
    color: #0f172a;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
}

@media (max-width: 860px) {
    .qrorder-value__grid { grid-template-columns: 1fr; }
    .qrorder-value__block { text-align: left; }
}

@media (max-width: 560px) {
    .qrorder-value { padding: 56px 16px; }
    .qrorder-card { padding: 24px; border-radius: 22px; }
}


.qrorder-cta {
    padding: 100px 20px;
    background: var(--lightgreen);
}

.qrorder-cta__row {
    display: flex;
    gap: 24px;
    max-width: 1260px;
    margin: 0 auto;
    align-items: stretch;
}

.qrorder-cta__container {
    flex: 1;
    text-align: center;
    padding: 60px 40px;
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.08);
}

.qrorder-meer-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qrorder-meer-info p a {
    color: var(--orange);
}

.qrorder-cta h2 {
    margin: 0 0 16px;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

.qrorder-cta p {
    margin: 0 0 32px;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #475569;
}

.qrorder-cta__button {
    display: inline-block;
    padding: 16px 36px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    background: #16a34a;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 10px 25px rgba(22,163,74,0.3);
}

.qrorder-cta__button:hover {
    background: #15803d;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(22,163,74,0.4);
}

.qrorder-cta__trust {
    margin-top: 20px;
    font-size: 0.95rem;
    color: #475569;
}

@media (max-width: 768px) {
    .qrorder-cta { padding: 60px 16px; }
    .qrorder-cta__row { flex-direction: column; align-items: center; }
    .qrorder-cta__container { width: 100%; }
    .qrorder-cta__container { padding: 40px 20px; border-radius: 24px; }
}


/* ===== PRICING SECTION ===== */

.qrorder-pricing {
    padding: 80px 20px;
    background: var(--beige);
    width: 100%;
    overflow-x: hidden;
}

.qrorder-pricing,
.qrorder-pricing * {
    box-sizing: border-box;
}

.qrorder-pricing .container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.qrorder-pricing h2 {
    margin-bottom: 12px;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
}

.pricing-sub {
    margin-bottom: 40px;
    font-size: 1.1rem;
    color: #475569;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 60px;
}

.pricing-card {
    position: relative;
    padding: 32px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: left;
    width: 100%;
    min-width: 0;
}

.pricing-card h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #0f172a;
}

.price {
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 800;
    color: #16a34a;
    word-break: normal;
    overflow-wrap: anywhere;
}

.price span {
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
}

.pricing-card ul {
    margin: 20px 0 30px;
    padding: 0;
    list-style: none;
}

.pricing-card li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #334155;
}

.pricing-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #16a34a;
    font-weight: 800;
}

.btn {
    display: inline-block;
    padding: 14px 26px;
    border-radius: 999px;
    background: #FF5421;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.2s ease;
    max-width: 100%;
    text-align: center;
    white-space: normal;
}

.btn:hover {
    background: #e04318;
}

.btn-primary {
    background: #16a34a;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(22,163,74,0.3);
}

.btn-primary:hover {
    background: #15803d;
    box-shadow: 0 14px 30px rgba(22,163,74,0.4);
}

.pricing-card--highlight {
    border: 2px solid #16a34a;
    transform: scale(1.03);
}

.badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #16a34a;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.pricing-compare {
    margin-top: 40px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pricing-compare h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.pricing-compare table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    min-width: 560px;
}

.pricing-compare th,
.pricing-compare td {
    padding: 14px;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
}

.pricing-compare th {
    background: #f8fafc;
    font-weight: 700;
}

.pricing-compare td:nth-child(2) {
    color: #16a34a;
    font-weight: 600;
}

.pricing-note {
    font-size: 0.9rem;
    color: #64748b;
}

.pricing-upgrade-note {
    font-size: 0.85rem;
    font-style: italic;
    color: #64748b;
    margin-top: 16px;
}

.pricing-example {
    margin: 30px auto 50px;
    padding: 20px 24px;
    max-width: 600px;
    background: #ffffff;
    border-left: 5px solid #16a34a;
    border-radius: 16px;
    font-size: 1rem;
    line-height: 1.6;
    color: #0f172a;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    text-align: left;
}

.pricing-example strong {
    display: block;
    margin-bottom: 8px;
    color: #16a34a;
}

@media (max-width: 800px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-card--highlight { transform: none; }
}

@media (max-width: 600px) {
    .qrorder-pricing { padding: 56px 16px; }
    .qrorder-pricing h2 { font-size: 2rem; line-height: 1.15; }
    .pricing-sub { font-size: 1rem; margin-bottom: 28px; }
    .pricing-grid { gap: 18px; margin-bottom: 40px; }
    .pricing-card { padding: 24px 20px; border-radius: 22px; }
    .pricing-card h3 { font-size: 1.35rem; }
    .price { font-size: 2rem; }
    .price span { display: block; margin-top: 4px; }
    .badge { position: static; display: inline-block; margin-bottom: 14px; }
    .pricing-compare h3 { font-size: 1.35rem; text-align: left; }
    .pricing-compare th,
    .pricing-compare td { padding: 12px; font-size: 0.9rem; }
}
