/*
Theme Name: Foxcave Finance
Theme URI: https://foxcavefinance.nl
Author: Foxcave Finance
Description: Een moderne, snelle WordPress one-page website voor flexibele boekhoudkundige, administratieve en interim ondersteuning.
Version: 1.0.0
Text Domain: foxcave-finance
*/

:root {
  --ff-blue: #009fe3;
  --ff-blue-dark: #007db8;
  --ff-blue-soft: #eaf8fe;
  --ff-ink: #101820;
  --ff-slate: #52606d;
  --ff-line: #dfe8ee;
  --ff-white: #ffffff;
  --ff-bg: #f7fafc;
  --ff-success: #17885f;
  --ff-shadow: 0 24px 60px rgba(16, 24, 32, .10);
  --ff-radius: 24px;
  --ff-radius-sm: 16px;
  --ff-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ff-ink);
  background: var(--ff-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--ff-container)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-soft { background: var(--ff-bg); }
.section-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--ff-blue-dark); font-weight: 800; font-size: .78rem;
  letter-spacing: .14em; text-transform: uppercase;
}
.section-kicker::before { content: ""; width: 28px; height: 2px; background: var(--ff-blue); border-radius: 99px; }
.section-title { max-width: 780px; margin: 14px 0 18px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: -.045em; }
.section-intro { max-width: 760px; margin: 0; color: var(--ff-slate); font-size: 1.08rem; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(223,232,238,.8);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 270px; max-height: 58px; object-fit: contain; object-position: left center; }
.nav-wrap { display: flex; align-items: center; gap: 28px; }
.primary-nav ul { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { text-decoration: none; font-weight: 700; font-size: .94rem; color: #27323b; }
.primary-nav a:hover { color: var(--ff-blue-dark); }
.header-cta, .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border: 0; border-radius: 999px;
  background: var(--ff-blue); color: #fff; text-decoration: none; font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,159,227,.22); cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover, .header-cta:hover { transform: translateY(-2px); background: var(--ff-blue-dark); box-shadow: 0 16px 34px rgba(0,125,184,.28); }
.btn-secondary { background: #fff; color: var(--ff-ink); border: 1px solid var(--ff-line); box-shadow: none; }
.btn-secondary:hover { background: #fff; color: var(--ff-blue-dark); box-shadow: 0 12px 28px rgba(16,24,32,.08); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ff-ink); margin: 5px 0; border-radius: 99px; }

.hero { position: relative; overflow: hidden; padding: 90px 0 84px; background: linear-gradient(135deg, #fff 5%, #f3fbff 58%, #eaf8fe 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(0,159,227,.16); border-radius: 50%; right: -170px; top: -180px; }
.hero::after { content: ""; position: absolute; width: 260px; height: 260px; background: radial-gradient(circle, rgba(0,159,227,.15), transparent 68%); left: -90px; bottom: -100px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 76px; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.86); border: 1px solid rgba(0,159,227,.18); color: var(--ff-blue-dark); font-size: .84rem; font-weight: 800; }
.hero-badge i { width: 9px; height: 9px; border-radius: 50%; background: var(--ff-blue); box-shadow: 0 0 0 5px rgba(0,159,227,.13); }
.hero h1 { max-width: 740px; margin: 22px 0; font-size: clamp(3rem, 6vw, 5.3rem); line-height: .99; letter-spacing: -.065em; }
.hero h1 span { color: var(--ff-blue); }
.hero-copy { max-width: 690px; color: var(--ff-slate); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; color: #3d4a54; font-weight: 700; font-size: .92rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--ff-blue-soft); color: var(--ff-blue-dark); font-size: .75rem; }

.finance-visual { position: relative; min-height: 510px; }
.visual-panel { position: absolute; inset: 30px 0 0 35px; padding: 28px; border-radius: 32px; background: #101820; color: #fff; box-shadow: 0 34px 80px rgba(16,24,32,.22); overflow: hidden; }
.visual-panel::after { content: ""; position: absolute; width: 280px; height: 280px; right: -100px; bottom: -120px; border-radius: 50%; background: rgba(0,159,227,.22); }
.visual-head { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.visual-head img { width: 52px; height: 52px; }
.visual-chip { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .78rem; color: #d8e3ea; }
.visual-label { margin-top: 35px; color: #9fb2bf; font-size: .84rem; }
.visual-number { margin: 4px 0 28px; font-size: 3.3rem; line-height: 1; letter-spacing: -.055em; font-weight: 850; }
.chart { height: 130px; display: flex; align-items: flex-end; gap: 11px; padding: 18px 0 8px; border-bottom: 1px solid rgba(255,255,255,.12); }
.chart span { flex: 1; min-width: 18px; border-radius: 9px 9px 3px 3px; background: linear-gradient(180deg, #37c0f6, #009fe3); opacity: .92; }
.visual-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; position: relative; z-index: 1; }
.visual-stat { padding: 14px; border-radius: 16px; background: rgba(255,255,255,.07); }
.visual-stat small { display: block; color: #9fb2bf; }
.visual-stat strong { display: block; margin-top: 4px; }
.float-card { position: absolute; left: 0; bottom: 18px; width: 230px; padding: 18px; background: #fff; border: 1px solid var(--ff-line); border-radius: 20px; box-shadow: var(--ff-shadow); }
.float-card .float-top { display: flex; align-items: center; gap: 12px; }
.float-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--ff-blue-soft); color: var(--ff-blue-dark); font-weight: 900; }
.float-card small { display: block; color: var(--ff-slate); }
.float-card strong { display: block; font-size: .95rem; }
.progress { height: 8px; background: #e8eff3; border-radius: 999px; overflow: hidden; margin-top: 14px; }
.progress span { display: block; width: 82%; height: 100%; background: var(--ff-blue); border-radius: inherit; }

.logo-strip { border-top: 1px solid var(--ff-line); border-bottom: 1px solid var(--ff-line); background: #fff; }
.strip-inner { min-height: 96px; display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); align-items: center; gap: 24px; }
.strip-title { font-weight: 850; }
.strip-item { display: flex; align-items: center; gap: 12px; color: var(--ff-slate); font-weight: 700; }
.strip-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--ff-blue-soft); color: var(--ff-blue-dark); font-weight: 900; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.service-card { position: relative; min-height: 290px; padding: 30px; border: 1px solid var(--ff-line); border-radius: var(--ff-radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--ff-shadow); border-color: rgba(0,159,227,.32); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: var(--ff-blue-soft); color: var(--ff-blue-dark); font-size: 1.4rem; font-weight: 900; }
.service-card h3 { margin: 22px 0 10px; font-size: 1.28rem; line-height: 1.25; }
.service-card p { margin: 0; color: var(--ff-slate); }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--ff-blue-dark); font-weight: 800; text-decoration: none; }

.modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.mode-card { padding: 32px; border-radius: var(--ff-radius); background: #fff; border: 1px solid var(--ff-line); }
.mode-card.featured { background: var(--ff-ink); color: #fff; border-color: var(--ff-ink); transform: translateY(-10px); box-shadow: var(--ff-shadow); }
.mode-label { color: var(--ff-blue-dark); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.mode-card.featured .mode-label { color: #69ccf4; }
.mode-card h3 { margin: 10px 0 12px; font-size: 1.55rem; }
.mode-card p { color: var(--ff-slate); }
.mode-card.featured p { color: #b8c8d2; }
.check-list { list-style: none; margin: 22px 0 0; padding: 0; }
.check-list li { display: flex; gap: 10px; margin: 10px 0; }
.check-list li::before { content: "✓"; color: var(--ff-blue); font-weight: 900; }

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 76px; align-items: center; }
.insight-board { position: relative; padding: 28px; min-height: 470px; background: linear-gradient(150deg, #0e1a22, #152c3b); border-radius: 32px; box-shadow: var(--ff-shadow); overflow: hidden; }
.insight-board::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 32px 32px; }
.board-card { position: relative; z-index: 1; padding: 22px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(10px); }
.board-card + .board-card { margin-top: 18px; }
.board-row { display: flex; justify-content: space-between; gap: 18px; }
.board-title { color: #a9bdc9; font-size: .82rem; }
.board-value { margin-top: 8px; font-size: 2rem; font-weight: 850; letter-spacing: -.04em; }
.mini-line { height: 70px; margin-top: 18px; position: relative; }
.mini-line svg { width: 100%; height: 100%; overflow: visible; }
.ratio-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; }
.ratio-row div { padding: 12px; border-radius: 14px; background: rgba(255,255,255,.06); }
.ratio-row small { display: block; color: #9fb2bf; }
.ratio-row strong { display: block; }
.benefits { display: grid; gap: 18px; margin-top: 30px; }
.benefit { display: grid; grid-template-columns: 44px 1fr; gap: 15px; }
.benefit i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--ff-blue-soft); color: var(--ff-blue-dark); font-style: normal; font-weight: 900; }
.benefit h3 { margin: 0 0 3px; font-size: 1.05rem; }
.benefit p { margin: 0; color: var(--ff-slate); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; counter-reset: steps; }
.process-step { position: relative; padding: 30px 24px; border-top: 3px solid var(--ff-blue); background: #fff; border-radius: 0 0 20px 20px; box-shadow: 0 14px 35px rgba(16,24,32,.06); counter-increment: steps; }
.process-step::before { content: "0" counter(steps); display: block; margin-bottom: 24px; color: var(--ff-blue); font-size: 1.6rem; font-weight: 900; }
.process-step h3 { margin: 0 0 8px; }
.process-step p { margin: 0; color: var(--ff-slate); }

.cta-band { padding: 0 0 104px; }
.cta-box { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 52px 58px; border-radius: 32px; color: #fff; background: linear-gradient(125deg, #007db8, #009fe3); box-shadow: 0 28px 70px rgba(0,125,184,.25); }
.cta-box::after { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; border: 50px solid rgba(255,255,255,.1); right: -70px; top: -120px; }
.cta-box h2 { position: relative; z-index: 1; margin: 0 0 8px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.08; letter-spacing: -.04em; }
.cta-box p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.86); }
.cta-box .btn { position: relative; z-index: 1; background: #fff; color: var(--ff-ink); box-shadow: none; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-top: 48px; }
.faq-list { border-top: 1px solid var(--ff-line); }
.faq-item { border-bottom: 1px solid var(--ff-line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; background: transparent; color: var(--ff-ink); text-align: left; font-weight: 850; cursor: pointer; }
.faq-question span:last-child { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--ff-blue-soft); color: var(--ff-blue-dark); transition: transform .2s ease; }
.faq-answer { display: none; padding: 0 48px 22px 0; color: var(--ff-slate); }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.quote-section { background: #0e1820; color: #fff; }
.quote-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 68px; align-items: start; }
.quote-copy { position: sticky; top: 130px; }
.quote-copy .section-intro { color: #b6c5cf; }
.contact-points { display: grid; gap: 14px; margin-top: 30px; }
.contact-point { display: flex; gap: 14px; align-items: center; }
.contact-point i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(0,159,227,.14); color: #69ccf4; font-style: normal; }
.contact-point small { display: block; color: #8fa3b0; }
.contact-point a, .contact-point strong { text-decoration: none; color: #fff; }
.quote-form { padding: 34px; border-radius: 28px; background: #fff; color: var(--ff-ink); box-shadow: var(--ff-shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label, fieldset legend { font-weight: 800; font-size: .9rem; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; min-height: 52px; border: 1px solid #d6e0e6; border-radius: 13px; padding: 12px 14px; background: #fff; color: var(--ff-ink); outline: none;
}
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--ff-blue); box-shadow: 0 0 0 4px rgba(0,159,227,.11); }
.option-fieldset { grid-column: 1 / -1; margin: 6px 0 2px; padding: 0; border: 0; }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 10px; }
.check-option { position: relative; display: flex; align-items: flex-start; gap: 10px; padding: 13px; border: 1px solid #dce6eb; border-radius: 13px; cursor: pointer; }
.check-option:hover { border-color: rgba(0,159,227,.55); background: #f8fcfe; }
.check-option input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--ff-blue); }
.privacy { display: flex; align-items: flex-start; gap: 10px; grid-column: 1 / -1; font-size: .86rem; color: var(--ff-slate); }
.privacy input { margin-top: 5px; accent-color: var(--ff-blue); }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--ff-slate); font-size: .84rem; }
.alert { margin-bottom: 18px; padding: 14px 16px; border-radius: 12px; font-weight: 700; }
.alert-success { background: #e8f7f1; color: var(--ff-success); }
.alert-error { background: #fff1f1; color: #a23b3b; }

.site-footer { padding: 64px 0 26px; background: #091119; color: #d4dfe6; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 55px; }
.footer-brand img { width: 250px; filter: brightness(0) invert(1); opacity: .96; }
.footer-brand p { max-width: 460px; color: #93a7b4; }
.footer-col h3 { color: #fff; font-size: 1rem; margin: 0 0 14px; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin: 8px 0; }
.footer-links a { color: #a9bac5; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #78909d; font-size: .84rem; }

.entry-content { padding: 80px 0; }
.entry-content h1 { font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: -.045em; }

@media (max-width: 1040px) {
  .hero-grid, .split, .quote-grid { grid-template-columns: 1fr; }
  .finance-visual { max-width: 660px; width: 100%; margin: 0 auto; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 25px; }
  .quote-copy { position: static; }
  .strip-inner { grid-template-columns: repeat(2, 1fr); padding: 22px 0; }
}
@media (max-width: 860px) {
  body.admin-bar .site-header { top: 46px; }
  .menu-toggle { display: block; }
  .nav-wrap { position: absolute; display: none; flex-direction: column; align-items: stretch; top: 86px; left: 0; right: 0; padding: 24px 20px 28px; background: #fff; border-bottom: 1px solid var(--ff-line); box-shadow: 0 18px 34px rgba(16,24,32,.08); }
  .nav-wrap.open { display: flex; }
  .primary-nav ul { flex-direction: column; align-items: flex-start; gap: 14px; }
  .header-cta { width: 100%; }
  .modes { grid-template-columns: 1fr; }
  .mode-card.featured { transform: none; }
  .cta-box { grid-template-columns: 1fr; padding: 42px 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--ff-container)); }
  .section { padding: 78px 0; }
  .hero { padding: 64px 0 58px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .brand img { width: 220px; }
  .services-grid, .process-grid, .form-grid, .option-grid, .visual-stats, .strip-inner { grid-template-columns: 1fr; }
  .finance-visual { min-height: 465px; }
  .visual-panel { inset: 15px 0 0; padding: 22px; }
  .visual-number { font-size: 2.65rem; }
  .float-card { left: 10px; bottom: 0; }
  .quote-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cta-band { padding-bottom: 78px; }
}

/* Foxcave Finance - refined animated overview */
.chart span,
.progress span,
.mini-bars span {
  transition: height .7s ease, width .7s ease, transform .25s ease, opacity .25s ease;
}

.board-card-main {
  min-height: 288px;
}

.board-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.board-mini-stats div,
.board-months span,
.mini-bars span {
  position: relative;
  z-index: 1;
}

.board-mini-stats div {
  padding: 14px 15px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
}

.board-mini-stats small {
  display: block;
  color: #9fb2bf;
  margin-bottom: 5px;
}

.board-mini-stats strong {
  display: block;
  font-size: 1.05rem;
}

.board-months {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.board-months span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #8fa6b4;
  font-size: .82rem;
  font-weight: 700;
  text-transform: lowercase;
}

.board-months span.is-active {
  background: rgba(53,193,246,.22);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(53,193,246,.28);
}

.mini-bars {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 118px;
  margin-top: 18px;
  padding-top: 12px;
}

.mini-bars span {
  flex: 1;
  min-width: 20px;
  border-radius: 10px 10px 3px 3px;
  background: linear-gradient(180deg, #52cffc, #009fe3);
  opacity: .95;
  box-shadow: 0 10px 24px rgba(0,159,227,.18);
}

@media (max-width: 640px) {
  .board-mini-stats,
  .board-months,
  .ratio-row {
    grid-template-columns: 1fr;
  }

  .mini-bars {
    gap: 8px;
  }
}

/* Contact page */
.page-hero {
  padding: 128px 0 88px;
}

.contact-hero {
  background:
    radial-gradient(circle at top right, rgba(0,159,227,.12), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f7fbfd 100%);
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 52px;
  align-items: center;
}

.contact-copy h1 {
  margin: 12px 0 18px;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.contact-detail-list {
  display: grid;
  gap: 16px;
  margin: 34px 0 26px;
}

.contact-detail-card,
.contact-info-panel {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--ff-line);
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 42px rgba(16,24,32,.06);
}

.contact-detail-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
}

.contact-detail-card small,
.contact-summary-lines strong {
  color: var(--ff-slate);
}

.contact-detail-card strong,
.contact-detail-card span,
.contact-detail-card a {
  display: block;
  text-decoration: none;
}

.contact-detail-card strong {
  margin: 4px 0 4px;
  color: var(--ff-ink);
  font-size: 1.1rem;
}

.contact-detail-card span,
.contact-summary-lines p {
  color: var(--ff-slate);
}

.contact-detail-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--ff-blue-soft);
  color: var(--ff-blue-dark);
  font-weight: 900;
  font-style: normal;
  font-size: 1.25rem;
}

.contact-visual {
  position: relative;
  min-height: 540px;
}

.almere-card {
  position: relative;
  height: 100%;
  min-height: 540px;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--ff-shadow);
  background: linear-gradient(180deg, #d9f2fb 0%, #9fdfff 50%, #67bfe8 100%);
}

.almere-sky {
  position: absolute;
  inset: 0 0 36% 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.95), rgba(255,255,255,.35) 14%, transparent 17%),
    radial-gradient(circle at 70% 12%, rgba(255,255,255,.88), rgba(255,255,255,.28) 11%, transparent 13%),
    linear-gradient(180deg, rgba(255,255,255,.38), transparent 70%);
}

.almere-water {
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(0,125,184,.55), rgba(11,70,102,.95));
}

.almere-water::before {
  content: "";
  position: absolute;
  inset: 18px 0 auto;
  height: 2px;
  background: rgba(255,255,255,.28);
  box-shadow: 0 16px 0 rgba(255,255,255,.16), 0 32px 0 rgba(255,255,255,.12), 0 48px 0 rgba(255,255,255,.08);
}

.almere-buildings {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28%;
  height: 48%;
}

.almere-buildings span {
  position: absolute;
  bottom: 0;
  display: block;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, rgba(17,41,56,.82), rgba(6,18,26,.96));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

.almere-buildings span::before {
  content: "";
  position: absolute;
  inset: 14px 10px 10px;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: .45;
}

.almere-buildings .b1 { left: 0; width: 18%; height: 42%; }
.almere-buildings .b2 { left: 16%; width: 20%; height: 72%; }
.almere-buildings .b3 { left: 35%; width: 15%; height: 55%; }
.almere-buildings .b4 { left: 49%; width: 22%; height: 88%; }
.almere-buildings .b5 { right: 0; width: 23%; height: 64%; }

.almere-label {
  position: absolute;
  top: 28px;
  left: 28px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  color: var(--ff-ink);
  font-size: .92rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.almere-float-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 280px;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 20px 40px rgba(16,24,32,.14);
}

.almere-float-card small {
  display: block;
  color: var(--ff-slate);
}

.almere-float-card strong {
  display: block;
  margin: 6px 0 8px;
  font-size: 1.15rem;
  color: var(--ff-ink);
}

.almere-float-card span {
  display: block;
  color: var(--ff-blue-dark);
  font-weight: 700;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-summary-lines p {
  margin: 0 0 10px;
}

.contact-summary-lines a {
  color: var(--ff-blue-dark);
  text-decoration: none;
}

@media (max-width: 1040px) {
  .contact-hero-grid,
  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-visual {
    min-height: 460px;
  }

  .almere-card {
    min-height: 460px;
  }
}

@media (max-width: 640px) {
  .page-hero {
    padding: 112px 0 72px;
  }

  .contact-detail-card {
    grid-template-columns: 1fr;
  }

  .almere-buildings {
    left: 18px;
    right: 18px;
  }

  .almere-float-card {
    left: 18px;
    right: 18px;
    max-width: none;
  }
}


/* Hero dashboard refinements */
.visual-head {
  gap: 12px;
}

.visual-brandmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #eef6fb;
}

.visual-brandmark span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #52cffc, #009fe3);
  box-shadow: 0 0 0 6px rgba(82,207,252,.12);
}

.visual-stat,
.float-card {
  overflow: hidden;
}

.visual-stat small,
.visual-stat strong,
.float-card small,
.float-card strong {
  white-space: nowrap;
}

.visual-stats {
  grid-template-columns: 1.05fr .95fr 1.1fr;
}

.visual-stat {
  padding: 12px 13px;
}

.visual-stat strong {
  font-size: .98rem;
}

.float-card {
  width: 270px;
}

.float-top {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
}

/* Simplified footer/menu spacing */
.footer-links a[href*="#faq"],
.footer-links a[href*="#over"] {
  display: none;
}

@media (max-width: 640px) {
  .visual-brandmark {
    font-size: .92rem;
  }

  .visual-stats {
    grid-template-columns: 1fr;
  }

  .visual-stat small,
  .visual-stat strong,
  .float-card small,
  .float-card strong {
    white-space: normal;
  }

  .float-card {
    width: min(100%, 290px);
  }
}

/* Final polish: less 'AI/copilot' divider styling */
.section-kicker {
  gap: 0;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(0,159,227,.10);
  border: 1px solid rgba(0,159,227,.12);
  letter-spacing: .10em;
}

.section-kicker::before {
  display: none;
}

.process-grid {
  gap: 22px;
}

.process-step {
  padding: 34px 26px 28px;
  border: 1px solid var(--ff-line);
  border-top: 0;
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(16,24,32,.055);
}

.process-step::before {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: var(--ff-blue-soft);
  color: var(--ff-blue-dark);
  font-size: 1rem;
  line-height: 1;
}

.process-step h3 {
  font-size: 1.12rem;
}

.faq-question {
  font-weight: 800;
}

.faq-question span:last-child {
  background: rgba(0,159,227,.10);
}

/* Hero width refinement */
.hero-grid > div:first-child {
  max-width: 560px;
}

.hero h1 {
  max-width: 540px;
  font-size: clamp(3rem, 5.4vw, 4.95rem);
}

.hero-copy {
  max-width: 520px;
}

/* Contact map refinement */
.contact-visual {
  min-height: auto;
}

.contact-map-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: #fff;
  border: 1px solid #d8e7ef;
  box-shadow: 0 26px 70px rgba(16,24,32,.10);
}

.contact-map-image {
  display: block;
  width: 100%;
  height: auto;
}

.map-note {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(216,231,239,.95);
  box-shadow: 0 14px 34px rgba(16,24,32,.08);
  backdrop-filter: blur(10px);
}

.map-note small {
  display: block;
  color: var(--ff-slate);
}

.map-note strong {
  display: block;
  margin: 4px 0 4px;
  font-size: 1.06rem;
  color: var(--ff-ink);
}

.map-note span {
  display: block;
  color: var(--ff-blue-dark);
  font-size: .92rem;
  font-weight: 700;
}

@media (max-width: 1040px) {
  .hero-grid > div:first-child,
  .hero h1,
  .hero-copy {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .map-note {
    position: static;
    margin: 14px;
  }
}


/* Final refinement v8 */
.hero-grid > div:first-child {
  max-width: 500px;
}

.hero h1 {
  max-width: 455px;
  font-size: clamp(2.85rem, 4.9vw, 4.55rem);
  line-height: 1.02;
}

.hero-copy {
  max-width: 470px;
  font-size: 1.08rem;
}

.finance-visual {
  min-height: 530px;
}

.visual-panel {
  inset: 26px 0 0 24px;
  width: min(100%, 470px);
}

.float-card {
  width: 292px;
  left: -10px;
  bottom: 8px;
  padding: 16px 18px;
}

.float-top {
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
}

.float-copy {
  min-width: 0;
}

.float-copy small {
  margin-bottom: 4px;
  line-height: 1.2;
  white-space: normal;
}

.float-copy strong {
  line-height: 1.15;
  white-space: normal;
}

.visual-stat small,
.visual-stat strong {
  white-space: nowrap;
}

.contact-map-card {
  border-radius: 36px;
}

.contact-map-image {
  aspect-ratio: 14 / 9.8;
  object-fit: cover;
}

.map-note {
  max-width: 310px;
}

@media (max-width: 1120px) {
  .hero-grid {
    gap: 48px;
  }

  .visual-panel {
    width: min(100%, 430px);
  }
}

@media (max-width: 1040px) {
  .float-card {
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 640px) {
  .hero h1,
  .hero-copy {
    max-width: none;
  }

  .float-card {
    width: min(100%, 300px);
  }

  .visual-stat small,
  .visual-stat strong {
    white-space: normal;
  }
}

/* Generic pages smaller / in house style */
.page-shell {
  padding: 124px 0 92px;
}

.page-card {
  max-width: 880px;
  margin: 0 auto;
  padding: 38px 42px;
  border: 1px solid var(--ff-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(16,24,32,.06);
}

.page-header-block h1 {
  margin: 14px 0 12px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.page-content-body,
.page-content-body p,
.page-content-body li {
  color: var(--ff-slate);
  font-size: 1rem;
  line-height: 1.72;
}

.page-content-body h2 {
  margin: 28px 0 10px;
  font-size: 1.7rem;
  color: var(--ff-ink);
}

.page-content-body h3 {
  margin: 22px 0 8px;
  font-size: 1.28rem;
  color: var(--ff-ink);
}

.page-content-body ul,
.page-content-body ol {
  padding-left: 22px;
}

.page-content-body a {
  color: var(--ff-blue-dark);
  text-decoration: none;
  font-weight: 700;
}

.contact-map-frame svg {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .page-card {
    padding: 28px 22px;
  }
}

/* v11: contact visual + tips pages */
.contact-admin-card {
  padding: 0;
}

.contact-admin-card .contact-map-frame {
  display: block;
}

.contact-admin-card svg {
  display: block;
  width: 100%;
  height: auto;
}

.tips-hero {
  padding: 132px 0 52px;
  background: linear-gradient(180deg, #fff 0%, #f7fbfd 100%);
}

.tips-hero-inner {
  max-width: 760px;
}

.tips-hero h1 {
  margin: 14px 0 16px;
  font-size: clamp(2.35rem, 4.4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.tips-section {
  padding-top: 18px;
}

.tips-intro-card,
.tips-empty {
  max-width: 860px;
  margin: 0 auto 32px;
  padding: 28px 30px;
  border-radius: 24px;
  border: 1px solid var(--ff-line);
  background: #fff;
  box-shadow: 0 16px 42px rgba(16,24,32,.05);
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tip-card {
  padding: 26px;
  border-radius: 24px;
  border: 1px solid var(--ff-line);
  background: #fff;
  box-shadow: 0 14px 36px rgba(16,24,32,.05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tip-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,159,227,.26);
  box-shadow: 0 18px 44px rgba(16,24,32,.08);
}

.tip-card-meta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,159,227,.08);
  color: var(--ff-blue-dark);
  font-size: .82rem;
  font-weight: 800;
}

.tip-card h2 {
  margin: 16px 0 10px;
  font-size: 1.35rem;
  line-height: 1.18;
}

.tip-card h2 a {
  color: var(--ff-ink);
  text-decoration: none;
}

.tip-card p {
  margin: 0;
  color: var(--ff-slate);
  line-height: 1.7;
}

.tip-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--ff-blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.single-shell {
  padding-top: 132px;
}

.single-card {
  max-width: 920px;
}

.single-header-block .tip-card-meta {
  margin-top: 8px;
}

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

@media (max-width: 640px) {
  .tips-grid {
    grid-template-columns: 1fr;
  }

  .tips-hero {
    padding-top: 116px;
  }
}
