/* Theme Name: Window Clean Pro Author: Wolters Webdesign Author URI: https://wolterswebdesign.com Description: Lightweight WordPress theme for cleaning and window cleaning businesses. Version: 1.0.3 License: Personal and client use only. Reselling is not allowed. Text Domain: window-clean-pro */
 :root{
    --wc-primary:#0b5f86;
    --wc-accent:#1da9d6;
    --wc-dark:#071926;
    --wc-bg:#f4f8fb;
    --wc-surface:#fff;
    --wc-text:#10202b;
    --wc-muted:#61707a;
    --wc-line:rgba(16,32,43,.10);
    --wc-shadow:0 20px 50px rgba(7,25,38,.10);
    --wc-max:1180px
}
 *{
    box-sizing:border-box
}
html{
    scroll-behavior:smooth
}
body{
    margin:0;
    font-family:Arial,Helvetica,sans-serif;
    background:#fff;
    color:var(--wc-text);
    line-height:1.6;
    overflow-x:hidden
}
a{
    color:inherit;
    text-decoration:none
}
img{
    display:block;
    max-width:100%
}
.wc-container{
    width:min(var(--wc-max),calc(100% - 40px));
    margin:0 auto
}
.wc-section{
    padding:88px 0
}
.wc-kicker{
    font-size:13px;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:var(--wc-accent);
    font-weight:800;
    margin:0 0 14px
}
h1,h2,h3,p{
    margin-top:0
}
h1{
    font-size:clamp(42px,6vw,76px);
    line-height:.98;
    letter-spacing:-.04em;
    margin-bottom:22px
}
h2{
    font-size:clamp(32px,4vw,52px);
    line-height:1.05;
    letter-spacing:-.035em;
    margin-bottom:18px
}
h3{
    font-size:22px;
    line-height:1.2;
    margin-bottom:12px
}
p{
    font-size:17px;
    color:var(--wc-muted)
}
.wc-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 28px;
    background:var(--wc-accent);
    color:#fff;
    font-weight:800;
    border:0;
    border-radius:999px;
    cursor:pointer;
    box-shadow:0 16px 36px rgba(29,169,214,.25)
}
.wc-btn-outline{
    background:#fff;
    color:var(--wc-primary);
    box-shadow:none;
    border:1px solid var(--wc-line)
}
 .wc-header{
    position:sticky;
    top:0;
    z-index:80;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--wc-line)
}
.wc-header-inner{
    min-height:92px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px
}
.wc-brand{
    display:flex;
    flex-direction:column;
    line-height:1
}
.wc-logo{
    font-size:34px;
    font-weight:900;
    letter-spacing:-.04em;
    color:var(--wc-primary)
}
.wc-tagline{
    font-size:14px;
    letter-spacing:.22em;
    text-transform:lowercase;
    color:var(--wc-muted);
    font-weight:700;
    margin-top:9px
}
.wc-nav{
    display:flex;
    gap:26px;
    align-items:center;
    font-size:14px;
    font-weight:800
}
.wc-nav a:hover{
    color:var(--wc-accent)
}
.wc-menu-toggle{
    width:56px;
    height:56px;
    border:0;
    border-radius:50%;
    background:#eef2f5;
    color:var(--wc-accent);
    font-size:28px;
    display:none;
    align-items:center;
    justify-content:center
}
 .wc-mobile-menu{
    position:fixed;
    top:0;
    right:-86vw;
    width:86vw;
    max-width:350px;
    height:100vh;
    background:#fff;
    z-index:99999;
    padding:96px 36px 32px;
    display:flex;
    flex-direction:column;
    gap:28px;
    box-shadow:-24px 0 60px rgba(0,0,0,.18);
    transition:right .28s ease
}
body.menu-open .wc-mobile-menu{
    right:0
}
.wc-mobile-menu a{
    font-size:28px;
    line-height:1.1;
    font-weight:900;
    color:var(--wc-text)
}
.wc-menu-close{
    position:absolute;
    top:24px;
    right:24px;
    width:44px;
    height:44px;
    border:0;
    border-radius:50%;
    background:#eef2f5;
    color:var(--wc-primary);
    font-size:28px;
    line-height:1
}
 .wc-hero{
    min-height:690px;
    display:flex;
    align-items:center;
    position:relative;
    overflow:hidden;
    background:var(--wc-primary)
}
.wc-hero-img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    z-index:0
}
.wc-hero-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center
}
.wc-hero:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(5,22,35,.78),rgba(5,22,35,.44),rgba(5,22,35,.12));
    z-index:1
}
.wc-hero-content{
    position:relative;
    z-index:2;
    max-width:720px;
    color:#fff;
    padding:120px 0
}
.wc-hero-content p{
    color:rgba(255,255,255,.88);
    font-size:22px;
    max-width:640px
}
.wc-hero .wc-kicker{
    color:#9be8ff
}
.wc-hero-content .wc-btn{
    margin-top:14px
}
 .wc-intro-grid,.wc-dark-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center
}
.wc-image-box{
    aspect-ratio:4/3;
    overflow:hidden;
    background:#dfe7ec;
    border-radius:28px
}
.wc-image-box img{
    width:100%;
    height:100%;
    object-fit:cover
}
.wc-services{
    background:var(--wc-bg)
}
.wc-services-head{
    text-align:center;
    max-width:760px;
    margin:0 auto 44px
}
.wc-service-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px
}
.wc-card{
    background:#fff;
    border:1px solid var(--wc-line);
    border-radius:26px;
    min-height:360px;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    box-shadow:var(--wc-shadow)
}
.wc-card-media{
    aspect-ratio:4/3;
    background:#dfe7ec;
    overflow:hidden
}
.wc-card-media img{
    width:100%;
    height:100%;
    object-fit:cover
}
.wc-card-body{
    padding:26px;
    display:flex;
    flex-direction:column;
    flex:1
}
.wc-card-number{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    background:rgba(29,169,214,.12);
    color:var(--wc-primary);
    font-weight:900;
    font-size:16px;
    border-radius:50%;
    margin-bottom:18px
}
.wc-card p{
    font-size:16px
}
.wc-card-link{
    margin-top:auto;
    color:var(--wc-primary);
    font-weight:900;
    font-size:14px
}
 .wc-split-dark{
    background:var(--wc-primary);
    color:#fff
}
.wc-split-dark p{
    color:rgba(255,255,255,.80)
}
.wc-split-dark .wc-kicker{
    color:#9be8ff
}
.wc-checks{
    display:grid;
    gap:16px;
    margin-top:28px
}
.wc-check{
    display:flex;
    gap:14px;
    align-items:flex-start;
    font-size:17px;
    color:rgba(255,255,255,.92)
}
.wc-check span{
    width:26px;
    height:26px;
    flex:0 0 26px;
    display:grid;
    place-items:center;
    background:var(--wc-accent);
    border-radius:50%;
    font-weight:900;
    font-size:14px
}
.wc-process-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
    margin-top:42px
}
.wc-process{
    padding:34px;
    background:#fff;
    border:1px solid var(--wc-line);
    border-radius:26px;
    box-shadow:var(--wc-shadow)
}
.wc-process strong{
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    border-radius:50%;
    background:rgba(29,169,214,.12);
    color:var(--wc-primary);
    margin-bottom:20px;
    font-size:15px
}
.wc-wide-image{
    aspect-ratio:21/8;
    overflow:hidden
}
.wc-wide-image img{
    width:100%;
    height:100%;
    object-fit:cover
}
.wc-cta{
    background:var(--wc-bg);
    text-align:center
}
.wc-cta-box{
    background:#fff;
    padding:64px 34px;
    border:1px solid var(--wc-line);
    border-radius:32px;
    max-width:900px;
    margin:0 auto;
    box-shadow:var(--wc-shadow)
}
.wc-cta p{
    max-width:620px;
    margin:0 auto 28px
}
 .wc-page-hero{
    background:var(--wc-dark);
    color:#fff;
    padding:90px 0
}
.wc-page-hero p{
    color:rgba(255,255,255,.82);
    max-width:680px
}
.wc-service-detail{
    display:grid;
    grid-template-columns:1fr .82fr;
    gap:70px;
    align-items:start
}
.wc-content-box{
    background:#fff;
    border:1px solid var(--wc-line);
    border-radius:28px;
    padding:38px;
    box-shadow:var(--wc-shadow)
}
.wc-content-box ul{
    margin:22px 0 0;
    padding-left:22px;
    color:var(--wc-muted);
    font-size:17px
}
.wc-side-card{
    background:var(--wc-bg);
    padding:34px;
    border:1px solid var(--wc-line);
    border-radius:28px;
    position:sticky;
    top:120px
}
.wc-side-card .wc-btn{
    width:100%;
    margin-top:16px
}
 .wc-footer{
    background:#fff;
    color:var(--wc-text);
    padding:80px 0 28px;
    border-top:1px solid var(--wc-line)
}
.wc-footer-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr .8fr;
    gap:36px;
    margin-bottom:36px
}
.wc-footer p,.wc-footer a{
    color:var(--wc-text)
}
.wc-socials{
    display:flex;
    gap:18px;
    margin-top:24px;
    align-items:center
}
.wc-socials a{
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--wc-text);
    overflow:hidden
}
.wc-socials svg{
    width:18px;
    height:18px;
    max-width:18px;
    max-height:18px;
    display:block;
    fill:currentColor;
    stroke:none
}
.footer-credit{
    border-top:1px solid var(--wc-line);
    padding-top:22px;
    text-align:center;
    font-size:14px;
    margin:0
}
.footer-credit a{
    font-weight:800
}
 .wc-floating{
    position:fixed;
    right:18px;
    bottom:18px;
    z-index:9999;
    display:flex;
    flex-direction:column;
    gap:12px
}
.wc-floating a{
    width:56px;
    height:56px;
    min-width:56px;
    min-height:56px;
    max-width:56px;
    max-height:56px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    box-shadow:0 12px 26px rgba(0,0,0,.22)
}
.wc-floating svg{
    width:25px;
    height:25px;
    max-width:25px;
    max-height:25px;
    display:block;
    fill:#fff;
    stroke:none
}
.wc-float-call{
    background:var(--wc-primary);
    color:#fff
}
.wc-float-wa{
    background:#25D366;
    color:#fff
}
.wc-float-wa svg{
    width:28px;
    height:28px;
    max-width:28px;
    max-height:28px
}
 @media(max-width:1100px){
    .wc-service-grid{
        grid-template-columns:repeat(2,1fr)
    }
}
@media(max-width:900px){
    .wc-nav{
        display:none
    }
    .wc-menu-toggle{
        display:flex;
        flex:0 0 56px
    }
    .wc-header-inner{
        min-height:116px
    }
    .wc-brand{
        max-width:72%
    }
    .wc-logo{
        font-size:34px;
        line-height:1.05
    }
    .wc-tagline{
        font-size:14px;
        line-height:1.45;
        letter-spacing:.22em
    }
    .wc-hero{
        min-height:640px
    }
    .wc-hero-content{
        padding:78px 0;
        max-width:100%;
        text-align:left
    }
    .wc-hero-content h1{
        font-size:46px;
        line-height:1.03;
        letter-spacing:-.035em
    }
    .wc-hero-content p{
        font-size:20px
    }
    .wc-intro-grid,.wc-dark-grid,.wc-footer-grid,.wc-service-detail{
        grid-template-columns:1fr;
        gap:34px
    }
    .wc-service-grid,.wc-process-grid{
        grid-template-columns:1fr
    }
    .wc-section{
        padding:64px 0
    }
    .wc-wide-image{
        aspect-ratio:4/3
    }
    .wc-side-card{
        position:static
    }
    .wc-floating{
        right:16px;
        bottom:86px
    }
}
@media(min-width:901px){
    .wc-mobile-menu,.wc-menu-toggle{
        display:none!important
    }
}
/* Formulier knop (globaal) */
 form button, form input[type="submit"], .wpforms-submit, .wpcf7-submit {
     background: linear-gradient(135deg, #6fb1ff, #4e8cff);
     color: #fff;
     border: none;
     padding: 14px 26px;
     border-radius: 30px;
     font-size: 15px;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.25s ease;
     box-shadow: 0 8px 20px rgba(78,140,255,0.25);
}
/* Hover effect */
 form button:hover, form input[type="submit"]:hover, .wpforms-submit:hover, .wpcf7-submit:hover {
     transform: translateY(-2px);
     box-shadow: 0 12px 25px rgba(78,140,255,0.35);
     background: linear-gradient(135deg, #5aa3ff, #3f7fff);
}
/* Active (klik) */
 form button:active, form input[type="submit"]:active {
     transform: translateY(0);
     box-shadow: 0 6px 15px rgba(78,140,255,0.2);
}
/* === FORMULIER BUTTON FORCE STYLE === */
form button,
form input[type="submit"],
button[type="submit"],
input[type="submit"],
.wpforms-submit,
.wpcf7-submit {
  background: var(--wc-accent) !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  box-shadow: 0 16px 36px rgba(29,169,214,.25) !important;
  transition: all 0.25s ease !important;
}

/* Hover */
form button:hover,
form input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.wpforms-submit:hover,
.wpcf7-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 20px 40px rgba(29,169,214,.35) !important;
  background: #1593ba !important;
}

/* Active */
form button:active,
form input[type="submit"]:active,
button[type="submit"]:active,
input[type="submit"]:active {
  transform: translateY(0) !important;
  box-shadow: 0 10px 20px rgba(29,169,214,.2) !important;
}