/*
Theme Name: SICTC Professional
Theme URI: https://sictc.nl/
Author: Sengers ICT Consulting
Description: Lichtgewicht professioneel WordPress-thema voor Sengers ICT Consulting, zonder Elementor.
Version: 1.0.7
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: sictc-professional
*/

:root {
  --sictc-blue: #203040;
  --sictc-blue-light: #2d4358;
  --sictc-orange: #f49d37;
  --sictc-bg: #f6f8fb;
  --sictc-text: #26313d;
  --sictc-muted: #667380;
  --sictc-border: #e4e9ef;
  --sictc-white: #ffffff;
  --sictc-radius: 18px;
  --sictc-shadow: 0 14px 35px rgba(32, 48, 64, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--sictc-text);
  background: var(--sictc-white);
  line-height: 1.65;
  font-size: 17px;
}
a { color: var(--sictc-blue); text-decoration: none; }
a:hover { color: var(--sictc-orange); }
img { max-width: 100%; height: auto; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top:0; z-index: 20; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--sictc-border); backdrop-filter: blur(10px); }
.header-inner { min-height: 76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.logo { display:flex; align-items:center; gap:12px; line-height:1.1; font-weight:800; color: var(--sictc-blue); font-size:24px; letter-spacing:.02em; }
.logo-mark { width:54px; height:54px; flex:0 0 54px; display:block; }
.logo-image-link { gap:0; }
.logo-image { width:183px; max-width:183px; height:auto; display:block; }
.logo-text { display:flex; flex-direction:column; }
.logo small { font-size:13px; color:var(--sictc-muted); font-weight:500; margin-top:4px; letter-spacing:0; }
.custom-logo-link img, .logo .custom-logo { max-height:68px; width:auto; display:block; }
.main-nav ul { margin:0; padding:0; display:flex; gap:24px; list-style:none; align-items:center; }
.main-nav a { font-weight:650; font-size:15px; color:var(--sictc-blue); }
.main-nav a:hover { color: var(--sictc-orange); }
.nav-cta a, .button, .wp-block-button__link { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:13px 22px; background: var(--sictc-orange); color:#fff !important; border-radius:999px; font-weight:700; box-shadow: 0 10px 25px rgba(244,157,55,.22); }
.nav-cta a:hover, .button:hover, .wp-block-button__link:hover { transform: translateY(-1px); color:#fff !important; background:#e78d26; }
.hero { background: linear-gradient(135deg, #f8fafc 0%, #eef3f7 100%); padding: 92px 0 72px; overflow:hidden; }
.hero-grid { display:grid; grid-template-columns: 1.15fr .85fr; gap:50px; align-items:center; }
.eyebrow { color: var(--sictc-orange); font-weight:800; text-transform:uppercase; letter-spacing:.08em; font-size:13px; margin:0 0 14px; }
h1, h2, h3 { color: var(--sictc-blue); line-height:1.15; margin:0 0 18px; }
h1 { font-size: clamp(42px, 6vw, 68px); letter-spacing:-.04em; }
h2 { font-size: clamp(32px, 4vw, 46px); letter-spacing:-.03em; }
h3 { font-size:24px; }
.lead { font-size:21px; color:#405060; max-width:720px; margin:0 0 28px; }
.hero-card { background: var(--sictc-blue); color:#fff; border-radius: 28px; padding:32px; box-shadow: var(--sictc-shadow); position:relative; overflow:hidden; }
.hero-card:before { content:""; position:absolute; right:-60px; top:-60px; width:180px; height:180px; border-radius:50%; background: rgba(244,157,55,.25); }
.hero-card h3 { color:#fff; }
.hero-card p { color:#dfe7ee; }
.hero-tags { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.hero-tags span, .tag { padding:8px 12px; border-radius:999px; background:rgba(255,255,255,.12); color:#fff; font-size:14px; font-weight:650; }
.section { padding: 78px 0; }
.section.alt { background: var(--sictc-bg); }
.section-header { max-width:780px; margin-bottom:38px; }
.section-header p { color:var(--sictc-muted); font-size:19px; margin:0; }
.grid-3 { display:grid; grid-template-columns: repeat(3, 1fr); gap:24px; }
.grid-2 { display:grid; grid-template-columns: repeat(2, 1fr); gap:28px; }
.card { background:#fff; border:1px solid var(--sictc-border); border-radius: var(--sictc-radius); padding:28px; box-shadow: 0 8px 28px rgba(32,48,64,.06); }
.card:hover { transform: translateY(-2px); box-shadow: var(--sictc-shadow); transition:.2s ease; }
.icon { width:46px; height:46px; display:flex; align-items:center; justify-content:center; border-radius:14px; background:#fff3e6; color:var(--sictc-orange); font-weight:900; margin-bottom:18px; }
.card p { color:var(--sictc-muted); margin-bottom:0; }
.badge-list { display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
.badge-list span { padding:9px 12px; background:#eef3f7; color:var(--sictc-blue); border-radius:999px; font-size:14px; font-weight:650; }
.check-list { padding:0; margin:20px 0 0; list-style:none; display:grid; gap:12px; }
.check-list li { position:relative; padding-left:30px; }
.check-list li:before { content:"✓"; position:absolute; left:0; top:0; color:var(--sictc-orange); font-weight:900; }
.cta { background: var(--sictc-blue); color:#fff; border-radius: 30px; padding:44px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.cta h2 { color:#fff; margin-bottom:10px; }
.cta p { color:#dfe7ee; margin:0; }
.site-footer { background:#172431; color:#dbe3ea; padding:46px 0 28px; }
.footer-grid { display:grid; grid-template-columns: 1.2fr .8fr .8fr; gap:30px; }
.site-footer h3, .site-footer h4 { color:#fff; margin-bottom:12px; }
.site-footer ul { padding:0; margin:0; list-style:none; display:grid; gap:8px; }
.site-footer a { color:#dbe3ea; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:28px; padding-top:22px; color:#9fb0bf; font-size:14px; }
.page-hero { background: var(--sictc-bg); padding:60px 0; border-bottom:1px solid var(--sictc-border); }
.page-content { padding:64px 0; }
.wp-block-group, .entry-content > * { max-width: 920px; margin-left:auto; margin-right:auto; }
.entry-content h2 { margin-top:42px; }
.entry-content ul { padding-left: 24px; }
@media (max-width: 860px) {
  .header-inner { align-items:flex-start; flex-direction:column; padding:18px 0; }
  .main-nav ul { flex-wrap:wrap; gap:14px 18px; }
  .hero-grid, .grid-3, .grid-2, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding:60px 0; }
  .section { padding:56px 0; }
  .cta { flex-direction:column; align-items:flex-start; padding:30px; }
}

.contact-grid { display:grid; grid-template-columns: .85fr 1.15fr; gap:28px; align-items:start; }
.contact-list { list-style:none; padding:0; margin:24px 0 0; display:grid; gap:18px; }
.contact-list li { padding:18px; background:var(--sictc-bg); border:1px solid var(--sictc-border); border-radius:14px; }
.contact-form { display:grid; gap:16px; }
.contact-form p { margin:0; }
.contact-form label { display:block; font-weight:700; color:var(--sictc-blue); margin-bottom:7px; }
.contact-form input, .contact-form textarea { width:100%; border:1px solid var(--sictc-border); border-radius:14px; padding:13px 14px; font:inherit; color:var(--sictc-text); background:#fff; }
.contact-form input:focus, .contact-form textarea:focus { outline:3px solid rgba(244,157,55,.22); border-color:var(--sictc-orange); }
.contact-form button { border:0; cursor:pointer; justify-self:start; }
.form-message { border-radius:14px; padding:14px 16px; margin-bottom:18px; font-weight:650; }
.form-message.success { background:#ecfdf3; color:#17633a; border:1px solid #b7ebc8; }
.form-message.error { background:#fff1f1; color:#8a1f1f; border:1px solid #f2c1c1; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }


.contact-list li a { display:inline-flex; align-items:center; gap:10px; font-weight:700; }
.contact-icon { width:22px; height:22px; flex:0 0 22px; color:var(--sictc-orange); }
.footer-contact-link { display:inline-flex; align-items:center; gap:9px; }
.footer-contact-link .contact-icon { width:18px; height:18px; color:var(--sictc-orange); }
.site-favicon-preview { width:28px; height:28px; border-radius:8px; margin-right:8px; vertical-align:middle; }

@media (max-width: 640px) { .logo-image { width:145px; } }


/* Styled subpages: Expertise & Over mij */
.subhero { background: linear-gradient(135deg, #f8fafc 0%, #eef3f7 100%); padding: 78px 0 68px; border-bottom:1px solid var(--sictc-border); overflow:hidden; }
.subhero-grid { display:grid; grid-template-columns: 1.05fr .95fr; gap:44px; align-items:center; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:26px; }
.button.secondary { background:#fff; color:var(--sictc-blue) !important; border:1px solid var(--sictc-border); box-shadow:none; }
.button.secondary:hover { color:var(--sictc-orange) !important; background:#fff; }
.profile-card, .expertise-highlight { background:#fff; border:1px solid var(--sictc-border); border-radius:28px; padding:34px; box-shadow:var(--sictc-shadow); }
.profile-avatar { width:86px; height:86px; border-radius:26px; background:linear-gradient(135deg, var(--sictc-orange), #f7bd7b); color:#fff; display:flex; align-items:center; justify-content:center; font-size:30px; font-weight:900; margin-bottom:18px; }
.stat-list { display:grid; gap:12px; margin-top:22px; }
.stat-list span { display:block; padding:14px 16px; border-radius:14px; background:var(--sictc-bg); border:1px solid var(--sictc-border); color:var(--sictc-muted); }
.stat-list strong { color:var(--sictc-blue); display:block; font-size:20px; }
.rich-text p:first-child { margin-top:0; }
.grid-4 { display:grid; grid-template-columns: repeat(4, 1fr); gap:22px; }
.expertise-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:24px; }
.expertise-card { background:#fff; border:1px solid var(--sictc-border); border-radius:var(--sictc-radius); padding:28px; box-shadow:0 8px 24px rgba(32,48,64,.06); transition: transform .18s ease, box-shadow .18s ease; }
.expertise-card:hover, .card:hover { transform:translateY(-3px); box-shadow:var(--sictc-shadow); }
.expertise-card ul { list-style:none; padding:0; margin:18px 0 0; display:grid; gap:10px; }
.expertise-card li { position:relative; padding-left:24px; color:var(--sictc-muted); }
.expertise-card li:before { content:""; width:8px; height:8px; border-radius:50%; background:var(--sictc-orange); position:absolute; left:0; top:.72em; }
.hero-tags.large { margin-top:18px; }
.hero-tags.large span { font-size:15px; padding:10px 14px; }
.process-list { display:grid; gap:16px; }
.process-list div { background:#fff; border:1px solid var(--sictc-border); border-radius:18px; padding:20px 22px; display:grid; gap:4px; }
.process-list strong { color:var(--sictc-blue); font-size:18px; }
.process-list span { color:var(--sictc-muted); }
@media (max-width: 980px) { .grid-4, .expertise-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) { .subhero-grid { grid-template-columns:1fr; } .subhero { padding:56px 0; } }
@media (max-width: 640px) { .grid-4, .expertise-grid { grid-template-columns: 1fr; } .profile-card, .expertise-highlight { padding:24px; } }


/* Over mij photo layout */
.profile-card.has-photo { padding:0; overflow:hidden; }
.profile-photo { width:100%; aspect-ratio: 4 / 5; object-fit: cover; display:block; }
.profile-card-body { padding:28px 30px 32px; }
.profile-card.has-photo .stat-list { margin-top:20px; }
.timeline { display:grid; gap:16px; }
.timeline-item { display:grid; grid-template-columns: 92px 1fr; gap:18px; align-items:start; background:#fff; border:1px solid var(--sictc-border); border-radius:18px; padding:20px 22px; }
.timeline-year { color:var(--sictc-orange); font-weight:900; letter-spacing:.02em; }
.timeline-item strong { color:var(--sictc-blue); display:block; margin-bottom:4px; }
.timeline-item span { color:var(--sictc-muted); }
@media (max-width:640px){ .timeline-item { grid-template-columns:1fr; gap:6px; } .profile-card-body { padding:24px; } }


/* v1.0.7 - compact black-and-white profile photo on Over mij */
.about-intro-grid { display:grid; grid-template-columns: 260px 1fr; gap:54px; align-items:center; max-width: 960px; margin:0 auto; }
.about-photo-frame { width:220px; margin:0 auto; border-radius:16px; overflow:hidden; box-shadow:0 18px 40px rgba(32,48,64,.18); border:1px solid var(--sictc-border); background:#eef0f2; }
.about-photo-small { width:100%; aspect-ratio: 4 / 5; object-fit: cover; display:block; filter: grayscale(100%); }
.about-copy { border-left:2px solid var(--sictc-orange); padding-left:28px; }
.about-copy h2 { font-size: clamp(26px,3vw,34px); margin-bottom:12px; }
.about-badges { display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; margin-top:26px; }
.about-badge { background:#fff; border:1px solid var(--sictc-border); border-radius:15px; padding:15px 16px; box-shadow:0 8px 24px rgba(32,48,64,.06); font-weight:800; color:var(--sictc-blue); display:flex; align-items:center; gap:10px; }
.about-badge .icon { width:36px; height:36px; border-radius:12px; margin:0; flex:0 0 36px; }
@media (max-width: 860px) { .about-intro-grid { grid-template-columns:1fr; gap:28px; } .about-copy { border-left:0; padding-left:0; } .about-badges { grid-template-columns:1fr; } .about-photo-frame { width:190px; } }
