/* Bewakingsofferte.be — afgestemd op het designsysteem van Bewakingsdiensten.be */
:root{
  --font-ui:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --bg:#f5f7fa;
  --card:#ffffff;
  --text:#1f2937;
  --muted:#6b7280;
  --line:#e5e7eb;
  --brand:#1d4ed8;
  --brand2:#3730a3;
  --soft:#eef2ff;
  --soft2:#f9fafb;
  --radius:12px;
}

html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{
  font-family:var(--font-ui)!important;
  font-size:16px;
  line-height:1.55;
  color:var(--text);
  background:var(--bg);
}
button,input,select,textarea{font-family:inherit!important}

h1,h2,h3,h4,h5,h6{
  font-family:inherit!important;
  font-weight:700!important;
  letter-spacing:-.018em;
  line-height:1.22;
  color:var(--text);
}
h1{font-size:clamp(1.75rem,3.2vw,2.625rem)}
h2{font-size:clamp(1.35rem,2.2vw,1.875rem)}
h3{font-size:1.375rem}
p,li{line-height:1.6}

/* Zelfde ritme, randen en witruimte als Bewakingsdiensten.be */
.container{max-width:1100px!important;padding:32px!important;background:#fff!important}
.bd-header{margin-bottom:18px!important}
.bd-nav a,.btn,button,[type="submit"]{font-weight:600!important}
.notice{margin:18px 0 26px!important;padding:14px 16px!important;border-radius:12px!important}

.hero{gap:18px!important;margin-bottom:22px!important}
.hero-main,.hero-side,.card,.photo-mini,.form-card,.sponsor-card,.guide-section,.calculator-section,.request-guide,.tool-panel,.guide-box,.choice,.cta-panel{
  border:1px solid var(--line)!important;
  border-radius:var(--radius)!important;
  box-shadow:none!important;
}
.hero-main,.hero-side,.form-card,.sponsor-card{padding:18px!important}
.hero-main{background:var(--soft2)!important}
.hero-side,.card,.photo-mini,.form-card,.tool-panel,.guide-box,.choice{background:#fff!important}

.hero-main h1{margin-bottom:10px!important}
.intro,.hero-main p,.hero-side p,.card p,.guide-head p,.calculator-head p,.form-card p,.sponsor-card p{
  color:#4b5563!important;
}

/* Kaarten: rustig, gelijkmatig en inhoud eerst */
.grid{gap:16px!important;margin:20px 0!important}
.card{padding:16px!important;min-height:100%}
.card h3{font-size:17px!important;line-height:1.28!important;margin:0 0 6px!important}
.card p{font-size:14px!important;line-height:1.5!important;margin:0!important}
.tag,.eyebrow,.guide-pill{font-weight:700!important}

.photo-strip{gap:12px!important;margin:20px 0 24px!important}
.photo-mini img{height:190px!important;filter:saturate(.88)!important;opacity:.94!important}
.photo-mini-caption{padding:10px 12px!important;font-size:13px!important;color:#4b5563!important;font-weight:600!important}

/* Aanvraagflow als één verzorgd informatieblok */
.request-guide{margin:20px 0 26px!important;background:linear-gradient(180deg,#fff 0%,var(--soft2) 100%)!important;overflow:hidden}
.request-guide-head{padding:18px 20px 16px!important}
.request-guide-head h2{font-size:20px!important;margin:0 0 5px!important}
.flow-step{padding:18px 16px 20px!important}
.flow-number{background:var(--soft)!important;color:var(--brand2)!important}
.flow-step b{font-size:14px!important;color:var(--text)!important}
.flow-step span{font-size:13px!important;color:#4b5563!important}

/* Secties en formulieren */
.guide-section,.calculator-section{padding:20px!important;margin:26px 0!important;background:linear-gradient(180deg,#fff 0%,var(--soft2) 100%)!important}
.guide-card{border:1px solid var(--line)!important;border-radius:12px!important;box-shadow:none!important}
.guide-card:hover{background:var(--soft2)!important;box-shadow:none!important}
.form-section{gap:18px!important;margin-top:24px!important}
label{font-weight:600!important;color:var(--text)}
input,select,textarea{border-radius:10px!important;border:1px solid #d1d5db!important;background:#fff!important}
input:focus,select:focus,textarea:focus{border-color:#93c5fd!important;box-shadow:0 0 0 3px rgba(29,78,216,.10)!important}
.btn,button{border-radius:10px!important;letter-spacing:-.005em!important}

.small,.mini-note,.disclaimer,.sponsor-sub,.photo-mini-caption,.bd-tagline{line-height:1.45!important}
.bd-footer{margin-top:48px!important}

@media (max-width:720px){
  .container{padding:20px!important}
  body{font-size:15px}
  h1{line-height:1.18}
  .photo-mini img{height:180px!important}
}


/* Hero verfijning v4 — dezelfde rustige hiërarchie als Bewakingsdiensten.be */
.hero-main{padding:24px!important;}
.hero-main .eyebrow{
  display:inline-flex!important;
  align-items:center;
  min-height:28px;
  padding:5px 10px!important;
  margin-bottom:14px!important;
  border:1px solid #ddd6fe;
  border-radius:8px!important;
  background:#f5f3ff!important;
  color:#3730a3!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
.hero-main h1{
  max-width:760px;
  margin:0 0 14px!important;
  font-size:clamp(2rem,4vw,2.5rem)!important;
  line-height:1.16!important;
  letter-spacing:-.025em!important;
}
.hero-main .intro{
  max-width:760px;
  margin:0!important;
  font-size:17px!important;
  line-height:1.62!important;
}
.hero-main .cta-row{margin-top:20px!important;}
@media (max-width:720px){
  .hero-main{padding:20px!important;}
  .hero-main h1{font-size:clamp(1.8rem,9vw,2.15rem)!important;}
  .hero-main .intro{font-size:16px!important;}
}

/* Finale typografische en mobiele afstemming op Bewakingsdiensten.be */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--font-ui:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}

/* De hoofdtitel bewust compacter en links uitgelijnd */
.hero-main h1{
  width:100%;
  max-width:680px;
  margin:0 0 12px!important;
  font-size:clamp(2rem,3.25vw,2.625rem)!important;
  font-weight:700!important;
  line-height:1.10!important;
  letter-spacing:-.032em!important;
  text-align:left!important;
  text-wrap:balance;
}
.hero-main .intro{
  max-width:720px;
  font-size:16px!important;
  line-height:1.58!important;
  text-align:left!important;
}

@media (max-width:860px){
  .hero{gap:14px!important;}
  .hero-main,.hero-side{padding:18px!important;}
  .hero-main h1{max-width:620px;font-size:2.15rem!important;}
}

@media (max-width:720px){
  .container{padding:16px!important;}
  .bd-header{margin-bottom:14px!important;}
  .bd-logo{width:26px;height:26px;flex-basis:26px;}
  .bd-tagline{font-size:12px!important;}
  .notice{margin:14px 0 18px!important;padding:12px 14px!important;font-size:13px!important;}
  .hero{margin-bottom:18px!important;}
  .hero-main,.hero-side{padding:16px!important;}
  .hero-main .eyebrow{
    min-height:0!important;
    margin-bottom:11px!important;
    padding:5px 8px!important;
    font-size:12px!important;
  }
  .hero-main h1{
    max-width:100%;
    font-size:1.85rem!important;
    line-height:1.12!important;
    letter-spacing:-.028em!important;
    text-align:left!important;
    text-wrap:wrap;
  }
  .hero-main .intro{font-size:15px!important;line-height:1.55!important;}
  .hero-main .cta-row{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin-top:17px!important;}
  .hero-main .cta-row .btn{width:100%!important;min-height:44px;padding:11px 14px!important;}
  .hero-side{gap:12px!important;}
  .check{font-size:13.5px!important;}
  .photo-strip{gap:10px!important;margin:18px 0 20px!important;}
  .photo-mini img{height:170px!important;}
  .request-guide-head,.guide-section,.calculator-section{padding:16px!important;}
  .request-guide-head h2{font-size:19px!important;}
  .flow-step{padding:15px!important;}
}

@media (max-width:420px){
  .container{padding:12px!important;}
  .hero-main,.hero-side{padding:15px!important;}
  .hero-main h1{font-size:1.72rem!important;line-height:1.13!important;}
  .hero-main .intro{font-size:14.5px!important;}
}


/* Finale typografische en mobiele afstemming op Bewakingsdiensten.be */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--font-ui:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}

.hero-main h1{
  width:100%;
  max-width:680px;
  margin:0 0 12px!important;
  font-size:clamp(2rem,3.25vw,2.625rem)!important;
  font-weight:700!important;
  line-height:1.10!important;
  letter-spacing:-.032em!important;
  text-align:left!important;
  text-wrap:balance;
}
.hero-main .intro{
  max-width:720px;
  font-size:16px!important;
  line-height:1.58!important;
  text-align:left!important;
}

@media (max-width:860px){
  .hero{gap:14px!important;}
  .hero-main,.hero-side{padding:18px!important;}
  .hero-main h1{max-width:620px;font-size:2.15rem!important;}
}

@media (max-width:720px){
  .container{padding:16px!important;}
  .bd-header{margin-bottom:14px!important;}
  .bd-logo{width:26px;height:26px;flex-basis:26px;}
  .bd-tagline{font-size:12px!important;}
  .notice{margin:14px 0 18px!important;padding:12px 14px!important;font-size:13px!important;}
  .hero{margin-bottom:18px!important;}
  .hero-main,.hero-side{padding:16px!important;}
  .hero-main .eyebrow{min-height:0!important;margin-bottom:11px!important;padding:5px 8px!important;font-size:12px!important;}
  .hero-main h1{max-width:100%;font-size:1.85rem!important;line-height:1.12!important;letter-spacing:-.028em!important;text-align:left!important;text-wrap:wrap;}
  .hero-main .intro{font-size:15px!important;line-height:1.55!important;}
  .hero-main .cta-row{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin-top:17px!important;}
  .hero-main .cta-row .btn{width:100%!important;min-height:44px;padding:11px 14px!important;}
  .hero-side{gap:12px!important;}
  .check{font-size:13.5px!important;}
  .photo-strip{gap:10px!important;margin:18px 0 20px!important;}
  .photo-mini img{height:170px!important;}
  .request-guide-head,.guide-section,.calculator-section{padding:16px!important;}
  .request-guide-head h2{font-size:19px!important;}
  .flow-step{padding:15px!important;}
}

@media (max-width:420px){
  .container{padding:12px!important;}
  .hero-main,.hero-side{padding:15px!important;}
  .hero-main h1{font-size:1.72rem!important;line-height:1.13!important;}
  .hero-main .intro{font-size:14.5px!important;}
}
