/* Homepage (index.html) */
/* HERO */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 70px; }
.hero-left { padding: 5rem 4rem; display: flex; flex-direction: column; justify-content: center; }
.hero-right { background: var(--purple); display: flex; align-items: center; justify-content: center; padding: 4rem; position: relative; overflow: hidden; }
.hero-right::before { content: ''; position: absolute; bottom: -80px; right: -80px; width: 340px; height: 340px; border-radius: 50%; background: rgba(255,204,0,.1); }
.hero-right::after  { content: ''; position: absolute; top: -50px; left: -50px; width: 200px; height: 200px; border-radius: 50%; background: rgba(0,153,255,.08); }

.hero-badge { display: inline-flex; align-items: center; gap: .5rem; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--purple); background: var(--purple-light); padding: .35rem .9rem; border-radius: 2rem; margin-bottom: 1.5rem; }
.hero-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); display: block; flex-shrink: 0; }

.hero h1 { font-family: var(--fd); font-style: italic; font-weight: 900; font-size: clamp(2.4rem, 4vw, 3.6rem); line-height: 1.1; letter-spacing: -.025em; color: var(--ink); margin-bottom: 1.5rem; }
.hero h1 mark { background: none; color: var(--purple); }

.hero-sub { font-size: 1.05rem; font-weight: 300; color: var(--ink-muted); line-height: 1.75; max-width: 46ch; margin-bottom: 1.5rem; }

.hero-sector-tags { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 2.25rem; }
.sector-tag { font-size: .8rem; font-weight: 700; padding: .35rem .85rem; border-radius: 2rem; border: 1.5px solid var(--border); color: var(--ink-muted); }

.hero-actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.btn-primary { font-size: .9rem; font-weight: 700; padding: .875rem 2rem; background: var(--purple); color: #fff; border: none; border-radius: var(--r); text-decoration: none; display: inline-block; transition: background .2s, transform .15s; }
.btn-primary:hover { background: var(--purple-dark); transform: translateY(-1px); }
.btn-outline { font-size: .9rem; padding: .875rem 2rem; background: transparent; color: var(--purple); border: 1.5px solid var(--purple); border-radius: var(--r); text-decoration: none; display: inline-block; transition: background .2s; }
.btn-outline:hover { background: var(--purple-light); }

/* DEVICE MOCKUPS (shared) */
.device-scene { position: relative; z-index: 1; width: 100%; max-width: 520px; }
.browser-mockup { background: #1e1e24; border-radius: 10px; overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,.35); }
.browser-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #2a2a32; }
.browser-dot { width: 8px; height: 8px; border-radius: 50%; }
.browser-dot--r { background: #ff5f57; }
.browser-dot--y { background: #febc2e; }
.browser-dot--g { background: #28c840; }
.browser-mockup img { width: 100%; display: block; }
.phone-mockup { position: absolute; width: 140px; background: #1e1e24; border-radius: 20px; padding: 8px; box-shadow: 0 16px 48px rgba(0,0,0,.4); }
.phone-mockup img { width: 100%; display: block; border-radius: 12px; }

/* Hero device composition */
.hero-devices { position: relative; z-index: 1; width: 100%; max-width: 520px; }
.hero-devices .phone-mockup { bottom: -20px; right: -30px; }

.hero-visual { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 1.75rem; }
.hero-logomark { font-family: var(--fd); font-style: italic; font-weight: 900; font-size: clamp(3rem, 5vw, 4.5rem); color: #fff; letter-spacing: -.04em; display: flex; align-items: center; gap: 6px; line-height: 1; }
.hero-baseline { font-size: .95rem; font-weight: 300; color: rgba(255,255,255,.6); letter-spacing: .04em; }
.hero-pills { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; }
.pill { font-size: .78rem; font-weight: 700; padding: .38rem .9rem; border-radius: 2rem; letter-spacing: .04em; }
.pill-y { background: var(--yellow); color: #5a4200; }
.pill-b { background: var(--blue); color: #fff; }
.pill-w { background: rgba(255,255,255,.14); color: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.2); }
.eu-badge-hero { display: flex; align-items: center; gap: .6rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: var(--r); padding: .6rem 1rem; font-size: .8rem; color: rgba(255,255,255,.8); font-weight: 300; }

/* STRIP */
.strip { background: var(--yellow); padding: .85rem 4rem; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.strip-item { font-size: .82rem; font-weight: 700; color: #5a4200; display: flex; align-items: center; gap: .45rem; white-space: nowrap; }
.strip-item::before { content: '✓'; width: 18px; height: 18px; background: var(--purple); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .65rem; flex-shrink: 0; }
.strip-sep { width: 1px; height: 1rem; background: rgba(0,0,0,.15); flex-shrink: 0; }

/* GENERIC */
.section { padding: 6rem 4rem; }
.section-alt { background: var(--bg-soft); }
.section-dark { background: var(--purple); color: #fff; }

.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--purple); margin-bottom: .75rem; }
.eyebrow::before { content: ''; width: 1.5rem; height: 2px; background: var(--yellow); border-radius: 1px; display: block; }
.eyebrow-light { color: var(--yellow); }
.eyebrow-light::before { background: var(--yellow); }

.section-title { font-family: var(--fd); font-style: italic; font-weight: 900; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.025em; line-height: 1.15; color: var(--ink); margin-bottom: 1rem; }
.section-title-light { color: #fff; }
.section-intro { font-size: 1rem; font-weight: 300; color: var(--ink-muted); max-width: 60ch; line-height: 1.75; }
.section-intro-light { color: rgba(255,255,255,.7); }

/* SECTOREN */
.sectors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.sector-card { border-radius: var(--rlg); padding: 2.25rem 2rem; border: 1px solid var(--border); background: var(--bg); position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.sector-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: var(--rlg) var(--rlg) 0 0; }
.sc-t::before { background: var(--purple); }
.sc-h::before { background: var(--yellow); }
.sc-e::before { background: var(--blue); }
.sector-card:hover { transform: translateY(-3px); border-color: var(--purple); box-shadow: 0 8px 30px rgba(102,0,102,.1); }
.sc-emoji { font-size: 2rem; margin-bottom: 1rem; display: block; }
.sector-card h3 { font-family: var(--fd); font-style: italic; font-weight: 700; font-size: 1.25rem; color: var(--ink); margin-bottom: .6rem; }
.sector-card p { font-size: .9rem; font-weight: 300; color: var(--ink-muted); line-height: 1.7; margin-bottom: 1rem; }
.sc-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.sc-tag { font-size: .75rem; font-weight: 700; padding: .25rem .65rem; border-radius: 2rem; background: var(--bg-soft); color: var(--ink-muted); border: 1px solid var(--border); }

/* DIENSTEN */
.diensten-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
.dienst-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--rlg); padding: 2.25rem 2rem; position: relative; overflow: hidden; transition: box-shadow .25s, transform .25s, border-color .25s; }
.dienst-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: var(--rlg) var(--rlg) 0 0; }
.dc-p::before { background: var(--purple); } .dc-y::before { background: var(--yellow); } .dc-b::before { background: var(--blue); }
.dienst-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(102,0,102,.1); border-color: var(--purple); }
.d-icon { width: 48px; height: 48px; border-radius: var(--r); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 1.25rem; }
.d-icon-p { background: var(--purple-light); } .d-icon-y { background: var(--yellow-pale); } .d-icon-b { background: var(--blue-light); }
.dienst-card h3 { font-family: var(--fd); font-style: italic; font-weight: 700; font-size: 1.15rem; color: var(--ink); margin-bottom: .7rem; line-height: 1.25; }
.dienst-card p { font-size: .9rem; font-weight: 300; color: var(--ink-muted); line-height: 1.7; margin-bottom: 1rem; }
.d-list { list-style: none; display: flex; flex-direction: column; gap: .4rem; }
.d-list li { font-size: .85rem; color: var(--ink-muted); display: flex; align-items: flex-start; gap: .5rem; line-height: 1.45; }
.d-list li::before { content: '›'; font-weight: 700; color: var(--purple); flex-shrink: 0; }

/* KLANTEN */
.klanten-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.klant-card { border-radius: var(--rlg); border: 1px solid var(--border); background: var(--bg); padding: 2rem; display: flex; flex-direction: column; gap: .75rem; transition: border-color .2s, transform .2s, box-shadow .2s; }
.klant-card:hover { border-color: var(--purple); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(102,0,102,.08); }
.klant-sector-badge { display: inline-flex; align-items: center; gap: .4rem; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .65rem; border-radius: 2rem; align-self: flex-start; }
.ksb-t { background: var(--purple-light); color: var(--purple); }
.ksb-h { background: var(--yellow-pale); color: var(--yellow-dark); }
.ksb-e { background: var(--blue-light); color: #0066aa; }
.klant-card h3 { font-family: var(--fd); font-style: italic; font-weight: 700; font-size: 1.15rem; color: var(--ink); }
.klant-card p { font-size: .875rem; font-weight: 300; color: var(--ink-muted); line-height: 1.65; flex: 1; }
.klant-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .25rem; }
.klant-tag { font-size: .75rem; font-weight: 700; padding: .22rem .6rem; border-radius: 2rem; background: var(--bg-soft); color: var(--ink-muted); border: 1px solid var(--border); }
.klant-link { font-size: .85rem; font-weight: 700; color: var(--purple); text-decoration: none; margin-top: .5rem; display: inline-block; transition: color .2s; }
.klant-link:hover { color: var(--purple-dark); }

/* Extra clients strip */
.klanten-also { text-align: center; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.klanten-also p { font-size: .82rem; font-weight: 300; color: var(--ink-faint); text-transform: uppercase; letter-spacing: .08em; margin-bottom: .75rem; }
.klanten-also-list { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.klanten-also-list span { font-size: .95rem; font-weight: 700; color: var(--ink-muted); }

/* Smaller browser mockup for klant cards */
.browser-mockup--sm { max-width: 100%; }
.browser-mockup--sm .browser-bar { padding: 7px 10px; }
.browser-mockup--sm .browser-dot { width: 6px; height: 6px; }

/* Featured client card (VIVES / Tugende) */
.klant-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; padding: 2.5rem; }
.klant-card--featured .klant-card-content { display: flex; flex-direction: column; gap: .75rem; }
.klant-card--featured .klant-card-visual { display: flex; justify-content: center; }
.klant-card--featured .phone-mockup { position: relative; width: 180px; bottom: auto; right: auto; }

/* EU / OPEN SOURCE */
.eu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; margin-top: 3rem; }
.eu-values { display: flex; flex-direction: column; gap: 1.25rem; }
.eu-item { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.25rem; border-radius: var(--rlg); border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); transition: background .2s, border-color .2s; }
.eu-item:hover { background: rgba(255,255,255,.1); border-color: rgba(255,204,0,.35); }
.eu-item-icon { font-size: 1.5rem; flex-shrink: 0; line-height: 1; margin-top: 2px; }
.eu-item h4 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: .3rem; }
.eu-item p { font-size: .875rem; font-weight: 300; color: rgba(255,255,255,.65); line-height: 1.65; }
.eu-aside { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--rlg); padding: 2.5rem; }
.eu-aside h3 { font-family: var(--fd); font-style: italic; font-weight: 700; font-size: 1.5rem; color: #fff; margin-bottom: 1rem; letter-spacing: -.02em; line-height: 1.2; }
.eu-aside p { font-size: .9rem; font-weight: 300; color: rgba(255,255,255,.7); line-height: 1.75; margin-bottom: 1.25rem; }
.eu-logos { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.eu-logo-pill { font-size: .75rem; font-weight: 700; padding: .35rem .8rem; background: rgba(255,255,255,.1); color: rgba(255,255,255,.8); border-radius: 2rem; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; gap: .35rem; }

/* AANPAK */
.stappen { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; margin-top: 3.5rem; position: relative; }
.stappen::before { content: ''; position: absolute; top: 1.85rem; left: 10%; right: 10%; height: 2px; background: var(--border); z-index: 0; }
.stap { display: flex; flex-direction: column; gap: .75rem; position: relative; z-index: 1; }
.stap.fu { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.stap.fu:nth-child(2) { transition-delay: .1s; }
.stap.fu:nth-child(3) { transition-delay: .2s; }
.stap.fu:nth-child(4) { transition-delay: .3s; }
.stap.fu.vis { opacity: 1; transform: translateY(0); }
.stap-n { width: 3.75rem; height: 3.75rem; border-radius: 50%; background: var(--bg); border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: var(--fd); font-style: italic; font-weight: 900; font-size: 1.15rem; color: var(--purple); transition: background .2s, border-color .2s, color .2s; flex-shrink: 0; }
.stap:hover .stap-n { background: var(--purple); border-color: var(--purple); color: #fff; }
.stap h4 { font-size: 1rem; font-weight: 700; color: var(--ink); }
.stap p { font-size: .875rem; font-weight: 300; color: var(--ink-muted); line-height: 1.65; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: start; margin-top: 3rem; }
.contact-info p { font-size: .95rem; font-weight: 300; color: var(--ink-muted); line-height: 1.75; margin-bottom: 1.75rem; }
.c-blok { margin-bottom: 1.1rem; }
.c-label { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--purple); margin-bottom: .2rem; }
.c-value { font-size: 1rem; color: var(--ink); text-decoration: none; font-weight: 400; }
.c-value:hover { color: var(--purple); }
.contact-promise { background: var(--yellow-pale); border-left: 3px solid var(--yellow); padding: 1rem 1.25rem; border-radius: 0 var(--r) var(--r) 0; font-size: .875rem; color: var(--ink-muted); line-height: 1.65; margin-top: 1.5rem; }
.contact-promise strong { color: var(--ink); }
.founder-figure { margin: 0 0 1.25rem; }
.founder-photo { width: 100%; max-width: 420px; height: auto; border-radius: var(--rlg); border: 1px solid var(--border); display: block; box-shadow: 0 12px 32px rgba(0,0,0,.08); }

.contact-form { background: var(--bg); border: 1px solid var(--border); border-radius: var(--rlg); padding: 2.25rem; display: flex; flex-direction: column; gap: 1rem; }
.contact-form h3 { font-family: var(--fd); font-style: italic; font-weight: 700; font-size: 1.2rem; color: var(--ink); margin-bottom: .25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: .35rem; }
label { font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-muted); }
input, textarea, select { font-family: var(--fb); font-size: .9rem; font-weight: 300; padding: .7rem .9rem; background: var(--bg-soft); border: 1.5px solid var(--border); border-radius: var(--r); color: var(--ink); outline: none; transition: border-color .2s, background .2s; -webkit-appearance: none; width: 100%; }
input:focus, textarea:focus, select:focus { border-color: var(--purple); background: #fff; }
textarea { resize: vertical; min-height: 110px; }
.form-submit { font-size: .9rem; font-weight: 700; padding: .875rem 2rem; background: var(--purple); color: #fff; border: none; border-radius: var(--r); cursor: pointer; transition: background .2s, transform .15s; align-self: flex-start; }
.form-submit:hover { background: var(--purple-dark); transform: translateY(-1px); }
.form-submit:disabled { cursor: not-allowed; opacity: .92; transform: none; }
.form-note { font-size: .78rem; color: var(--ink-faint); }
.contact-form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.form-status { font-size: .875rem; font-weight: 400; line-height: 1.5; margin: .25rem 0 0; min-height: 1.35em; }
.form-status--success { color: #1a7a3a; }
.form-status--error { color: #b00020; }
.form-submit--success { background: #1a7a3a; }
.form-submit--success:hover { background: #15632f; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .hero-right { padding: 3rem 1.5rem; }
  .hero-left { padding: 4rem 1.5rem 2.5rem; }
  .strip { padding: .85rem 1.5rem; gap: 1rem; }
  .section { padding: 4.5rem 1.5rem; }
  .sectors-grid, .diensten-grid, .klanten-grid { grid-template-columns: 1fr; }
  .klant-card--featured { grid-template-columns: 1fr; gap: 1.5rem; }
  .klant-card--featured .phone-mockup { width: 160px; }
  .hero-devices { max-width: 380px; margin: 0 auto; }
  .hero-devices .phone-mockup { width: 110px; right: -16px; bottom: -12px; }
  .eu-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .stappen { grid-template-columns: 1fr 1fr; }
  .stappen::before { display: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-row { grid-template-columns: 1fr; }
}
