/* Vakapp branchepagina's — gedeelde stijl */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:#1a1a2e;background:#fff;line-height:1.5}
a{text-decoration:none;color:inherit}
img{max-width:100%}

nav{position:fixed;top:0;left:0;right:0;z-index:100;background:linear-gradient(135deg,#ff6b00,#ff9500);padding:0 5%;box-shadow:0 2px 20px rgba(255,107,0,.3)}
.nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:66px}
.logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:22px;color:#fff}
.nav-logo-img{width:36px;height:36px;border-radius:10px;object-fit:cover;flex-shrink:0;box-shadow:0 2px 10px rgba(0,0,0,.2)}
.nav-links{display:flex;align-items:center;gap:28px}
.nav-links a{font-size:14px;font-weight:500;color:rgba(255,255,255,.85);transition:color .2s}
.nav-links a:hover{color:#fff}
.nav-cta{background:linear-gradient(135deg,#3b5bdb,#4dabf7);color:#fff!important;padding:10px 22px;border-radius:24px;font-weight:700;font-size:14px;box-shadow:0 4px 14px rgba(59,91,219,.35)}
.nav-cta:hover{opacity:.88}
.nav-toggle{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:42px;height:42px;padding:0;background:none;border:none;cursor:pointer}
.nav-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .25s,opacity .25s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav-toggle:focus-visible{outline:2px solid #fff;outline-offset:2px}

.crumbs{max-width:1100px;margin:0 auto;padding:90px 5% 0;font-size:13px;color:#666}
.crumbs a:hover{color:#ff6b00}

.hero{padding:40px 5% 70px;text-align:center;background:#fff;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-160px;left:50%;transform:translateX(-50%);width:900px;height:600px;background:radial-gradient(ellipse,rgba(255,149,0,.12) 0%,rgba(59,91,219,.08) 50%,transparent 70%);pointer-events:none}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#fff8f0;color:#ff6b00;padding:7px 18px;border-radius:20px;font-size:13px;font-weight:700;margin-bottom:24px;border:1.5px solid #ffe0b2}
.hero h1{font-size:clamp(32px,5vw,54px);font-weight:900;line-height:1.08;color:#1a1a2e;margin-bottom:20px;letter-spacing:-1px;max-width:780px;margin-left:auto;margin-right:auto}
.hero h1 .grad{background:linear-gradient(135deg,#ff6b00 0%,#ff9500 40%,#3b5bdb 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero p{font-size:18px;color:#666;max-width:560px;margin:0 auto 36px;line-height:1.7}
.btn-primary{display:inline-block;background:linear-gradient(135deg,#ff6b00,#ff9500);color:#fff;padding:16px 34px;border-radius:32px;font-weight:800;font-size:16px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 6px 24px rgba(255,107,0,.35)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 32px rgba(255,107,0,.45)}
.btn-secondary{display:inline-block;background:#fff;color:#3b5bdb;padding:16px 34px;border-radius:32px;font-weight:700;font-size:16px;border:2px solid #3b5bdb;cursor:pointer;transition:all .2s;margin-left:10px}
.btn-secondary:hover{background:#3b5bdb;color:#fff}

section{padding:72px 5%}
.section-inner{max-width:1100px;margin:0 auto}
.section-label{display:flex;align-items:center;font-size:13px;font-weight:700;color:#ff6b00;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px}
.vak-square-sm{display:inline-block;width:8px;height:8px;background:linear-gradient(135deg,#ff8c00,#cc2200);border-radius:2px;flex-shrink:0;margin-right:8px}
.section-title{font-size:clamp(26px,4vw,38px);font-weight:900;color:#1a1a2e;margin-bottom:14px;line-height:1.15;letter-spacing:-.5px}
.section-sub{font-size:17px;color:#666;max-width:560px;line-height:1.7;margin-bottom:46px}

.cards-bg{background:#f8f9ff}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr));gap:20px}
.card{background:#fff;border-radius:18px;padding:28px;border:1px solid #ebebf5;transition:transform .2s,box-shadow .2s}
.card:hover{transform:translateY(-5px);box-shadow:0 16px 44px rgba(0,0,0,.09)}
.card h3{font-size:18px;font-weight:800;margin-bottom:8px;color:#1a1a2e}
.card p{font-size:14px;color:#777;line-height:1.65}
.card .dot{width:46px;height:46px;border-radius:13px;background:#fff3e0;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.card .dot span{width:14px;height:14px;border-radius:4px;background:linear-gradient(135deg,#ff8c00,#cc2200)}

.feat-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:14px;list-style:none}
.feat-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:#444;background:#fff;border:1px solid #ebebf5;border-radius:12px;padding:16px 18px}
.feat-list .check{width:22px;height:22px;border-radius:50%;background:#e8f5e9;color:#2e7d32;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}

.cta-band{background:linear-gradient(135deg,#1a1a2e,#2d1b69);text-align:center;border-radius:0}
.cta-band h2{color:#fff;font-size:clamp(24px,3.5vw,34px);font-weight:900;margin-bottom:14px}
.cta-band p{color:rgba(255,255,255,.7);font-size:16px;margin-bottom:30px;max-width:520px;margin-left:auto;margin-right:auto}

.faq-list{max-width:740px}
.faq-item{border-bottom:1.5px solid #ebebf5;padding:22px 0;cursor:pointer}
.faq-q{font-size:16px;font-weight:800;color:#1a1a2e;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq-a{font-size:15px;color:#666;line-height:1.75;margin-top:12px;display:none}
.faq-a.open{display:block}
.faq-icon{width:28px;height:28px;border-radius:50%;background:#fff3e0;color:#ff6b00;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:300;transition:transform .2s}
.faq-icon.rot{transform:rotate(45deg)}
.faq-item:focus-visible{outline:2px solid #ff6b00;outline-offset:3px;border-radius:8px}

.branch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:18px}
.branch-link{background:#fff;border:1px solid #ebebf5;border-radius:16px;padding:24px;transition:transform .2s,box-shadow .2s}
.branch-link:hover{transform:translateY(-4px);box-shadow:0 14px 40px rgba(0,0,0,.09)}
.branch-link h3{font-size:18px;font-weight:800;color:#1a1a2e;margin-bottom:6px}
.branch-link p{font-size:14px;color:#777}
.branch-link .arr{color:#ff6b00;font-weight:800;margin-top:12px;display:inline-block;font-size:14px}

footer{background:#111122;color:#888;padding:48px 5% 30px}
.footer-inner{max-width:1100px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:42px;margin-bottom:36px}
.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-weight:900;font-size:20px;background:linear-gradient(135deg,#3b5bdb,#4dabf7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.footer-logo-img{width:28px;height:28px;border-radius:8px;object-fit:cover;flex-shrink:0}
.footer-brand p{font-size:14px;line-height:1.7;color:#777}
.footer-col h4{color:#fff;font-size:14px;font-weight:800;margin-bottom:14px}
.footer-col a{display:block;color:#777;font-size:14px;margin-bottom:9px;transition:color .2s}
.footer-col a:hover{color:#ff6b00}
.footer-bottom{border-top:1px solid #222;padding-top:22px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.footer-bottom p{font-size:13px}
.footer-bottom a{color:#777}

@media(max-width:768px){.footer-grid{grid-template-columns:1fr}}
@media(max-width:600px){
  .nav-toggle{display:flex}
  .nav-links{position:absolute;top:66px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:linear-gradient(135deg,#ff6b00,#ff9500);padding:6px 5% 18px;box-shadow:0 10px 24px rgba(255,107,0,.3);display:none}
  .nav-links.open{display:flex}
  .nav-links a{padding:13px 4px;font-size:16px;color:#fff;border-top:1px solid rgba(255,255,255,.18)}
  .nav-links a:first-child{border-top:none}
  .nav-links a.nav-cta{margin-top:14px;text-align:center;border-top:none}
  .crumbs{padding-top:84px}
}
