/* ==========================================================================
   Godderis Accountancy - gedeeld design-systeem (mockup)
   Huisstijl: Antic Didone (titels) + Open Sans (body), blauw #3054AD / navy #1C357F
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Open+Sans:wght@400;500;600;700&display=swap');

:root{
  --blue:#3054AD; --navy:#1C357F; --navy2:#16295F; --sky:#ADD4FE; --mist:#EFF1FA; --mist2:#E4EAF8;
  --paper:#FFFFFF; --ink:#232833; --muted:#5E6673; --line:#CBD4E8;
  --serif:"Antic Didone", Georgia, serif; --sans:"Open Sans", system-ui, sans-serif;
  --wrap:1200px;
  --r-lg:20px; --r:18px; --r-md:14px; --r-sm:12px; --r-xs:8px;
}
*{box-sizing:border-box; margin:0; padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans); color:var(--ink); background:var(--paper); line-height:1.6; -webkit-font-smoothing:antialiased}
.wrap{max-width:var(--wrap); margin:0 auto; padding:0 48px}
a{color:inherit; text-decoration:none}
img{max-width:100%}
.serif{font-family:var(--serif); font-weight:400}

/* eyebrow */
.eyebrow{display:inline-block; font-size:12px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--blue); background:var(--mist2); padding:9px 16px; border-radius:10px}
.eyebrow.on-dark{color:#fff; background:rgba(255,255,255,.12)}

/* buttons */
.cta{display:inline-flex; align-items:center; gap:9px; background:var(--blue); color:#fff; padding:14px 26px; font-weight:600; font-size:14px; letter-spacing:.02em; transition:.2s; cursor:pointer; border:1px solid var(--blue); border-radius:12px}
.cta:hover{background:var(--navy); border-color:var(--navy)}
.cta.ghost{background:transparent; color:var(--navy); border-color:#B4BFDD}
.cta.ghost:hover{background:var(--navy); color:#fff; border-color:var(--navy)}
.cta.white{background:#fff; color:var(--navy); border-color:#fff}
.cta.white:hover{background:var(--sky); border-color:var(--sky)}
.cta svg{width:16px; height:16px}

/* header */
header{position:sticky; top:0; z-index:30; background:rgba(255,255,255,.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--line)}
.bar{display:flex; align-items:center; justify-content:space-between; height:84px}
.logo img{height:42px; display:block}
nav ul{display:flex; gap:32px; list-style:none; font-size:15px; font-weight:600; color:var(--navy)}
nav a{opacity:.85; transition:.2s} nav a:hover{opacity:1; color:var(--blue)}

/* hero (home) */
.hero{padding:88px 0 84px; background:linear-gradient(120deg,#fff 55%, var(--mist) 55%)}
.hero-grid{display:grid; grid-template-columns:1.02fr .98fr; gap:64px; align-items:center}
h1{font-family:var(--serif); font-weight:400; font-size:56px; line-height:1.08; color:var(--navy); letter-spacing:-.01em; margin:22px 0}
h1 em{font-style:italic; color:var(--blue)}
.lead{font-size:18px; color:var(--ink); max-width:32em; margin-bottom:34px}
.hero-actions{display:flex; gap:14px; align-items:center; flex-wrap:wrap}
.hero-media{position:relative}
.hero-media img{width:100%; height:540px; object-fit:cover; display:block; border-radius:var(--r-lg)}
.badge{position:absolute; left:24px; bottom:24px; background:var(--navy); color:#fff; padding:22px 26px; max-width:230px; border-radius:var(--r-md)}
.badge .n{font-family:var(--serif); font-size:42px; line-height:1; color:#fff}
.badge p{font-size:13px; color:var(--sky); margin-top:6px}

/* stat band */
.stats{background:var(--navy)}
.stats .wrap{display:grid; grid-template-columns:repeat(4,1fr); gap:0}
.stat{padding:34px 26px; text-align:center; border-right:1px solid rgba(255,255,255,.14)}
.stat:last-child{border-right:none}
.stat .v{font-family:var(--serif); font-size:40px; line-height:1; color:#fff}
.stat .l{font-size:13.5px; color:var(--sky); margin-top:9px; letter-spacing:.02em}

/* section basics */
section{scroll-margin-top:90px}
.shead{max-width:62ch; margin:0 auto 46px; text-align:center}
.shead h2{font-family:var(--serif); font-weight:400; font-size:42px; color:var(--navy); margin-top:16px; line-height:1.12}
.shead p{color:var(--muted); margin-top:14px; font-size:16px}

/* router cards */
.router{padding:96px 0; background:var(--mist)}
.cards{display:grid; grid-template-columns:repeat(3,1fr); gap:20px}
.card{display:flex; flex-direction:column; border:1px solid var(--line); padding:34px 30px; background:#fff; transition:.22s; border-top:3px solid var(--blue); border-radius:var(--r)}
.card:hover{transform:translateY(-5px); box-shadow:0 26px 50px -30px rgba(22,41,95,.5); background:var(--navy); border-color:var(--navy)}
.card:hover h3,.card:hover p,.card:hover .go{color:#fff}
.card:hover .ic{background:rgba(255,255,255,.14); color:#fff}
.card:hover .tag{background:rgba(255,255,255,.14); color:#fff}
.card .ic{width:52px; height:52px; background:var(--mist); color:var(--blue); display:grid; place-items:center; margin-bottom:20px; transition:.22s; border-radius:var(--r-md)}
.card .ic svg{width:26px; height:26px}
.card h3{font-family:var(--serif); font-weight:400; font-size:24px; color:var(--navy); line-height:1.15}
.card p{font-size:15px; color:var(--muted); margin:11px 0 18px}
.tags{display:flex; flex-wrap:wrap; gap:8px; margin-bottom:22px}
.tag{font-size:12.5px; font-weight:600; color:var(--navy); background:var(--mist); padding:6px 11px; transition:.22s; border-radius:var(--r-xs)}
.go{margin-top:auto; display:inline-flex; align-items:center; gap:8px; font-weight:700; font-size:14px; color:var(--blue)}
.go svg{width:16px; height:16px; transition:.2s} .card:hover .go svg{transform:translateX(4px)}

/* diensten grid */
.services{padding:100px 0}
.sec-head{display:flex; justify-content:space-between; align-items:flex-end; gap:40px; margin-bottom:40px; flex-wrap:wrap}
.sec-head h2{font-family:var(--serif); font-weight:400; font-size:40px; color:var(--navy); line-height:1.1; margin-top:16px}
.dgrid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px}
.dtile{border:1px solid var(--line); padding:28px 24px; background:#fff; transition:.2s; display:flex; flex-direction:column; min-height:210px; border-radius:var(--r)}
.dtile:hover{background:var(--navy); border-color:var(--navy)}
.dtile:hover .dic{background:rgba(255,255,255,.14); color:#fff}
.dtile:hover h4,.dtile:hover .dl{color:#fff}
.dic{width:46px; height:46px; background:var(--mist); color:var(--blue); display:grid; place-items:center; margin-bottom:18px; transition:.2s; border-radius:var(--r-sm)}
.dic svg{width:23px; height:23px}
.dtile h4{font-family:var(--serif); font-weight:400; font-size:21px; color:var(--navy); line-height:1.2}
.dtile .dl{font-size:13.5px; color:var(--muted); margin-top:8px}
.dtile.more{background:var(--blue); border-color:var(--blue); justify-content:center; align-items:flex-start}
.dtile.more:hover{background:var(--navy); border-color:var(--navy)}
.dtile.more h4{color:#fff} .dtile.more .arrow{color:#fff; margin-top:14px; display:inline-flex}
.dtile.more .arrow svg{width:22px; height:22px}

/* kracht (navy) */
.kracht{padding:100px 0; background:var(--navy2); color:#fff}
.kracht .shead h2{color:#fff} .kracht .shead p{color:var(--sky)}
.kgrid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px}
.kcard{background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12); padding:30px 26px; border-radius:var(--r-md)}
.kcard .ic{width:46px; height:46px; background:var(--blue); display:grid; place-items:center; margin-bottom:18px; border-radius:var(--r-sm)}
.kcard .ic svg{width:23px; height:23px; color:#fff}
.kcard h4{font-family:var(--serif); font-weight:400; font-size:21px; color:#fff; margin-bottom:9px}
.kcard p{font-size:14.5px; color:#C6D3F0}

/* split band (text + media) */
.band{padding:96px 0}
.band .wrap{display:grid; grid-template-columns:.92fr 1.08fr; gap:60px; align-items:center}
.band.reverse .media{order:2}
.band .media img{width:100%; height:440px; object-fit:cover; display:block; border-radius:var(--r-lg)}
.band h2{font-family:var(--serif); font-weight:400; font-size:38px; color:var(--navy); line-height:1.16; margin:16px 0 20px}
.band p{color:var(--muted); font-size:16px; margin-bottom:16px}
.band .cta{margin-top:14px}

/* testimonials */
.tests{padding:96px 0; background:var(--mist)}
.tgrid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.quote{background:#fff; border:1px solid var(--line); padding:32px 30px; border-top:3px solid var(--sky); border-radius:var(--r)}
.quote .stars{color:#F2B01E; font-size:15px; letter-spacing:3px; margin-bottom:15px}
.quote p{font-size:15.5px; color:var(--ink); line-height:1.65}
.quote .who{margin-top:20px; font-size:14px; color:var(--muted)}
.quote .who b{color:var(--navy); display:block; font-weight:700; font-size:15px}
.ph{opacity:.7}

/* kantoren */
.kant{padding:100px 0}
.kgrid2{display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:8px}
.office{border:1px solid var(--line); overflow:hidden; background:#fff; border-radius:var(--r)}
.office img{width:100%; height:220px; object-fit:cover; display:block}
.office .body{padding:28px 30px}
.office h3{font-family:var(--serif); font-weight:400; font-size:25px; color:var(--navy); margin-bottom:14px}
.office .line{display:flex; gap:12px; align-items:flex-start; font-size:15px; color:var(--muted); margin-bottom:8px}
.office .line svg{width:18px; height:18px; color:var(--blue); flex:none; margin-top:3px}
.office .line b{color:var(--ink); font-weight:600}

/* final cta */
.final{padding:92px 0; text-align:center; background:var(--blue); color:#fff}
.final h2{font-family:var(--serif); font-weight:400; font-size:46px; color:#fff; max-width:20ch; margin:0 auto 16px; line-height:1.12}
.final p{color:#DCE6FB; font-size:18px; margin-bottom:30px}

/* footer */
footer{background:var(--navy2); color:#fff; padding:68px 0 32px}
.fgrid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px}
footer h5{font-size:12.5px; letter-spacing:.12em; text-transform:uppercase; color:var(--sky); margin-bottom:18px}
footer ul{list-style:none} footer li{margin-bottom:10px}
footer a,footer p{color:#C6D3F0; font-size:14.5px} footer a:hover{color:#fff}
.flogo{height:38px; margin-bottom:18px; filter:brightness(0) invert(1); opacity:.95}
.fbot{border-top:1px solid rgba(255,255,255,.14); margin-top:44px; padding-top:22px; display:flex; justify-content:space-between; font-size:13px; color:#9FB0D8; flex-wrap:wrap; gap:12px}

/* ==========================================================================
   SUBPAGINA-COMPONENTEN
   ========================================================================== */

/* page banner */
.subhero{background:linear-gradient(120deg,#fff 50%, var(--mist) 50%); padding:56px 0 72px}
.subhero.plain{background:var(--mist)}
.crumb{font-size:13.5px; color:var(--muted); margin-bottom:22px}
.crumb a:hover{color:var(--blue)} .crumb span{color:var(--blue); font-weight:600}
.subhero h1{font-size:50px; margin:16px 0 18px; max-width:20ch}
.subhero .lead{font-size:18px; color:var(--muted); max-width:60ch}
.subhero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:60px; align-items:center}
.subhero-grid .media img{width:100%; height:400px; object-fit:cover; border-radius:var(--r-lg)}

/* prose / content */
.prose{max-width:70ch}
.prose h2{font-family:var(--serif); font-weight:400; font-size:32px; color:var(--navy); margin:38px 0 14px; line-height:1.2}
.prose h3{font-family:var(--serif); font-weight:400; font-size:23px; color:var(--navy); margin:26px 0 10px}
.prose p{color:var(--muted); margin-bottom:16px; font-size:16px}
.prose ul{list-style:none; margin:8px 0 20px}
.prose li{position:relative; padding-left:30px; margin-bottom:12px; color:var(--muted); font-size:16px}
.prose li::before{content:""; position:absolute; left:0; top:9px; width:14px; height:14px; border-radius:5px; background:var(--sky); border:3px solid var(--blue)}

/* two column layout with sticky aside */
.layout{display:grid; grid-template-columns:1fr 340px; gap:56px; align-items:start; padding:88px 0}
.aside{position:sticky; top:110px; border:1px solid var(--line); border-radius:var(--r); padding:30px; background:var(--mist)}
.aside h4{font-family:var(--serif); font-weight:400; font-size:22px; color:var(--navy); margin-bottom:16px}
.aside ul{list-style:none; margin-bottom:22px}
.aside li{margin-bottom:2px}
.aside li a{display:flex; justify-content:space-between; align-items:center; padding:11px 14px; border-radius:var(--r-sm); font-size:14.5px; font-weight:600; color:var(--navy); transition:.18s}
.aside li a:hover,.aside li a.active{background:#fff; color:var(--blue)}
.aside li a svg{width:15px; height:15px; opacity:.6}
.aside .box{background:var(--navy); color:#fff; border-radius:var(--r-md); padding:24px; margin-top:6px}
.aside .box h4{color:#fff} .aside .box p{color:var(--sky); font-size:14px; margin-bottom:16px}

/* feature list (checks) */
.feats{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:26px 0}
.feat{display:flex; gap:14px; align-items:flex-start; border:1px solid var(--line); border-radius:var(--r-md); padding:22px 24px; background:#fff}
.feat .ic{width:40px; height:40px; border-radius:var(--r-sm); background:var(--mist); color:var(--blue); display:grid; place-items:center; flex:none}
.feat .ic svg{width:20px; height:20px}
.feat h4{font-family:var(--serif); font-weight:400; font-size:19px; color:var(--navy); margin-bottom:5px}
.feat p{font-size:14px; color:var(--muted)}

/* steps */
.steps{display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:8px}
.step{border:1px solid var(--line); border-radius:var(--r); padding:28px 26px; background:#fff}
.step .n{font-family:var(--serif); font-size:34px; color:var(--sky)}
.step h4{font-family:var(--serif); font-weight:400; font-size:20px; color:var(--navy); margin:10px 0 8px}
.step p{font-size:14px; color:var(--muted)}

/* FAQ (details/summary) */
.faq{max-width:820px; margin:0 auto}
.faq details{border:1px solid var(--line); border-radius:var(--r-md); margin-bottom:12px; background:#fff; overflow:hidden}
.faq summary{list-style:none; cursor:pointer; padding:22px 26px; font-family:var(--serif); font-size:20px; color:var(--navy); display:flex; justify-content:space-between; align-items:center; gap:20px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+"; font-family:var(--sans); font-size:24px; color:var(--blue); flex:none}
.faq details[open] summary::after{content:"\2013"}
.faq details[open] summary{border-bottom:1px solid var(--line)}
.faq .a{padding:20px 26px; color:var(--muted); font-size:15.5px}

/* team */
.teamgrid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px}
.member{border:1px solid var(--line); border-radius:var(--r); overflow:hidden; background:#fff; transition:.2s}
.member:hover{box-shadow:0 24px 50px -32px rgba(22,41,95,.45); transform:translateY(-4px)}
.member .ph-img{aspect-ratio:1/1; background:linear-gradient(135deg,var(--mist2),var(--sky)); display:grid; place-items:center; color:var(--blue)}
.member .ph-img svg{width:52px; height:52px; opacity:.5}
.member img{width:100%; aspect-ratio:1/1; object-fit:cover; display:block}
.member .body{padding:20px 22px}
.member h4{font-family:var(--serif); font-weight:400; font-size:20px; color:var(--navy)}
.member .role{font-size:13.5px; color:var(--blue); font-weight:600; margin-top:3px}
.member .mail{font-size:13px; color:var(--muted); margin-top:8px}

/* news */
.newsgrid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
.article{border:1px solid var(--line); border-radius:var(--r); overflow:hidden; background:#fff; transition:.2s; display:flex; flex-direction:column}
.article:hover{box-shadow:0 24px 50px -32px rgba(22,41,95,.45); transform:translateY(-4px)}
.article .thumb{height:200px; background:linear-gradient(135deg,var(--mist2),var(--sky)); position:relative}
.article .thumb img{width:100%; height:100%; object-fit:cover}
.article .cat{position:absolute; left:16px; top:16px; background:#fff; color:var(--blue); font-size:12px; font-weight:700; padding:6px 12px; border-radius:var(--r-xs)}
.article .body{padding:24px 26px; display:flex; flex-direction:column; flex:1}
.article .date{font-size:13px; color:var(--muted)}
.article h3{font-family:var(--serif); font-weight:400; font-size:22px; color:var(--navy); margin:8px 0 10px; line-height:1.2}
.article p{font-size:14.5px; color:var(--muted); margin-bottom:16px}
.article .go{margin-top:auto}

/* jobs */
.joblist{max-width:900px; margin:0 auto; display:flex; flex-direction:column; gap:14px}
.job{border:1px solid var(--line); border-radius:var(--r); padding:28px 32px; background:#fff; display:flex; justify-content:space-between; align-items:center; gap:24px; transition:.2s}
.job:hover{border-color:#B4C2E4; box-shadow:0 20px 44px -30px rgba(22,41,95,.4)}
.job h3{font-family:var(--serif); font-weight:400; font-size:23px; color:var(--navy)}
.job .meta{display:flex; gap:16px; margin-top:8px; flex-wrap:wrap}
.job .meta span{font-size:13.5px; color:var(--muted); display:flex; align-items:center; gap:6px}
.job .meta svg{width:15px; height:15px; color:var(--blue)}

/* contact form */
.contact-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:48px; align-items:start; padding:88px 0}
.form{border:1px solid var(--line); border-radius:var(--r); padding:38px 40px; background:#fff}
.form .row{display:grid; grid-template-columns:1fr 1fr; gap:16px}
.field{margin-bottom:18px}
.field label{display:block; font-size:13.5px; font-weight:600; color:var(--navy); margin-bottom:7px}
.field input,.field select,.field textarea{width:100%; border:1px solid var(--line); border-radius:var(--r-sm); padding:13px 15px; font-family:var(--sans); font-size:15px; color:var(--ink); background:#fff; transition:.18s}
.field input:focus,.field select:focus,.field textarea:focus{outline:none; border-color:var(--blue); box-shadow:0 0 0 3px rgba(48,84,173,.12)}
.field textarea{min-height:130px; resize:vertical}
.contact-info .block{border:1px solid var(--line); border-radius:var(--r); padding:26px 28px; margin-bottom:16px; background:var(--mist)}
.contact-info h3{font-family:var(--serif); font-weight:400; font-size:22px; color:var(--navy); margin-bottom:14px}
.contact-info .line{display:flex; gap:12px; align-items:flex-start; font-size:15px; color:var(--muted); margin-bottom:9px}
.contact-info .line svg{width:18px; height:18px; color:var(--blue); flex:none; margin-top:3px}
.contact-info .line b{color:var(--ink)}
.mapph{height:320px; border-radius:var(--r); overflow:hidden; border:1px solid var(--line); background:var(--mist2); display:grid; place-items:center; color:var(--blue); font-weight:600; margin-top:8px}

/* utility */
.center{text-align:center}
.mt-cta{margin-top:36px; text-align:center}

/* responsive */
@media(max-width:980px){
  .hero{background:#fff} .hero-grid,.band .wrap,.subhero-grid,.contact-grid,.layout{grid-template-columns:1fr}
  .cards,.newsgrid{grid-template-columns:1fr} .dgrid,.kgrid,.stats .wrap,.teamgrid,.steps,.feats{grid-template-columns:1fr 1fr}
  .kgrid2,.tgrid{grid-template-columns:1fr} .fgrid{grid-template-columns:1fr 1fr}
  .aside{position:static} .form .row{grid-template-columns:1fr}
  .stat{border-bottom:1px solid rgba(255,255,255,.14)} h1,.subhero h1{font-size:40px}
  .wrap{padding:0 24px} nav{display:none}
}
