/*
Theme Name: AdvAICE
Theme URI: https://advaice.eu
Author: WeReCircle & GreenAumatic
Author URI: https://werecircle.be
Description: Het officiële WordPress thema voor het AdvAICE AI-kennisplatform.
Version: 1.0.0
License: Proprietary
Text Domain: advaice
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800;900&family=Outfit:ital,wght@0,300;0,400&display=swap');

:root {
  --dgroen: #1a3d2b;
  --groen: #2d6a4f;
  --groen-lt: #52b788;
  --groen-pale: #e8f5ee;
  --oranje: #c94a1a;
  --oranje-lt: #f4e6e0;
  --grijs: #f2f2f0;
  --grijs-mid: #e4e4e0;
  --ink: #1a1a18;
  --muted: #5a5a54;
  --white: #ffffff;
  --border: #d4d4cc;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Outfit', system-ui, sans-serif;
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 40px; }

/* ── NAV ── */
nav {
  background: var(--white);
  border-bottom: 2px solid var(--dgroen);
  padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
  position: sticky; top: 0; z-index: 100;
}
.nav-brand { display: flex; align-items: center; gap: 20px; }
.advaice-logo { font-size: 28px; font-weight: 900; letter-spacing: -0.5px; line-height: 1; }
.advaice-logo .adv { color: var(--dgroen); }
.advaice-logo .ai  { color: var(--oranje); }
.advaice-logo .ce  { color: var(--dgroen); }
.nav-divider { width: 1px; height: 28px; background: var(--border); }
.nav-powered { font-size: 11px; color: var(--muted); font-weight: 400; line-height: 1.4; }
.nav-powered strong { color: var(--dgroen); font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color .15s; }
.nav-links a:hover { color: var(--dgroen); }
.nav-cta {
  background: var(--oranje); color: var(--white) !important;
  padding: 9px 20px; border-radius: 6px; font-weight: 700 !important;
  transition: background .15s !important;
}
.nav-cta:hover { background: #a83d15 !important; }

/* ── HERO ── */
.hero {
  background: var(--dgroen);
  padding: 80px 0 0;
  overflow: hidden;
  position: relative;
}
.hero::after {
  content: '»';
  position: absolute;
  right: -20px; bottom: -60px;
  font-size: 400px; font-weight: 900;
  color: rgba(255,255,255,0.03);
  line-height: 1; pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: end;
  max-width: 1080px; margin: 0 auto; padding: 0 40px;
}
.hero-left { padding-bottom: 64px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px; padding: 6px 12px;
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--groen-lt);
  margin-bottom: 28px;
}
.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900; line-height: 1.05;
  color: var(--white); margin-bottom: 8px;
  letter-spacing: -1px;
}
.hero-tagline { font-size: 18px; font-weight: 400; font-style: italic; color: rgba(255,255,255,0.5); margin-bottom: 24px; }
.hero-sub { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.75; margin-bottom: 36px; max-width: 480px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-oranje { background: var(--oranje); color: var(--white); padding: 14px 28px; border-radius: 6px; font-size: 15px; font-weight: 700; text-decoration: none; transition: background .15s; }
.btn-oranje:hover { background: #a83d15; }
.btn-wit { background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.25); color: var(--white); padding: 14px 28px; border-radius: 6px; font-size: 15px; font-weight: 600; text-decoration: none; transition: background .15s; }
.btn-wit:hover { background: rgba(255,255,255,0.18); }
.hero-logos { display: flex; align-items: center; gap: 16px; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.1); }
.hero-logos span { font-size: 11px; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: .1em; }
.logo-werecircle { font-size: 18px; font-weight: 800; letter-spacing: -0.3px; }
.logo-werecircle .were { color: var(--groen-lt); }
.logo-werecircle .circle { color: rgba(255,255,255,0.6); }
.logo-ga { font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.5); }
.logo-ga .green { color: var(--groen-lt); }
.hero-right { position: relative; padding-bottom: 0; align-self: end; }
.hero-card-stack { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px 16px 0 0; padding: 32px 32px 0; margin-top: 20px; }
.hcs-label { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--groen-lt); margin-bottom: 20px; }
.hcs-chat { display: flex; flex-direction: column; gap: 14px; }
.hcs-msg { display: flex; gap: 10px; align-items: flex-start; }
.hcs-msg.user { flex-direction: row-reverse; }
.hcs-av { width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; }
.hcs-av.ai { background: rgba(82,183,136,0.2); color: var(--groen-lt); }
.hcs-av.usr { background: rgba(201,74,26,0.2); color: var(--oranje); }
.hcs-bubble { padding: 10px 14px; border-radius: 10px; font-size: 13px; line-height: 1.55; max-width: 82%; }
.hcs-bubble.ai { background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.8); }
.hcs-bubble.usr { background: rgba(201,74,26,0.15); color: rgba(255,255,255,0.8); }
.hcs-src { font-size: 10px; color: var(--groen-lt); margin-top: 4px; font-weight: 600; letter-spacing: .04em; }
.hcs-footer { margin-top: 16px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.08); display: flex; gap: 8px; align-items: center; }
.hcs-input { flex: 1; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; padding: 8px 12px; font-size: 12px; color: rgba(255,255,255,0.35); font-family: 'Outfit', sans-serif; }
.hcs-send { background: var(--oranje); color: white; border: none; border-radius: 6px; padding: 8px 14px; font-size: 13px; font-weight: 700; cursor: pointer; }

/* ── SECTIONS ── */
.sec-label { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--oranje); margin-bottom: 16px; }
.sec-label::before { content: '»'; font-size: 14px; }
.sec-h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 900; color: var(--dgroen); line-height: 1.1; margin-bottom: 12px; letter-spacing: -0.5px; }
.sec-sub { font-size: 16px; color: var(--muted); max-width: 540px; line-height: 1.7; margin-bottom: 48px; }

/* ── PIJN ── */
.pijn-section { padding: 88px 0; background: var(--white); }
.pijn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pijn-card { background: var(--grijs); border-radius: 10px; padding: 24px 26px; border-left: 4px solid var(--oranje); transition: transform .15s; }
.pijn-card:hover { transform: translateX(4px); }
.pijn-card-arrow { font-size: 18px; color: var(--oranje); font-weight: 900; margin-bottom: 10px; display: block; }
.pijn-card h4 { font-size: 15px; font-weight: 700; color: var(--dgroen); margin-bottom: 6px; }
.pijn-card p { font-size: 13.5px; color: var(--muted); line-height: 1.65; }

/* ── WAT IS ADVAICE ── */
.wat-section { padding: 88px 0; background: var(--grijs); }
.wat-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.wat-list { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
.wat-item { display: flex; gap: 16px; align-items: flex-start; }
.wat-arrow { font-size: 20px; color: var(--oranje); font-weight: 900; flex-shrink: 0; line-height: 1.4; }
.wat-item h4 { font-size: 15px; font-weight: 700; color: var(--dgroen); margin-bottom: 4px; }
.wat-item p { font-size: 13.5px; color: var(--muted); line-height: 1.65; }
.wat-visual { background: var(--dgroen); border-radius: 14px; padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.wat-visual-title { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--groen-lt); margin-bottom: 4px; }
.wat-pill { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 14px 18px; color: rgba(255,255,255,0.75); font-size: 13.5px; display: flex; align-items: center; gap: 12px; }
.wat-pill-icon { font-size: 18px; flex-shrink: 0; }
.wat-pill strong { color: var(--white); font-weight: 600; display: block; font-size: 14px; margin-bottom: 2px; }
.wat-arrow-down { text-align: center; font-size: 20px; color: rgba(255,255,255,0.2); }
.wat-output { background: rgba(201,74,26,0.12); border: 1px solid rgba(201,74,26,0.25); border-radius: 8px; padding: 16px 18px; }
.wat-output-label { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--oranje); margin-bottom: 8px; }
.wat-output p { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.6; }

/* ── VERGELIJKING ── */
.vergelijk-section { padding: 88px 0; background: var(--white); }
.vgl-table { width: 100%; border-collapse: collapse; margin-top: 40px; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); }
.vgl-table th { padding: 16px 20px; font-size: 13px; font-weight: 700; text-align: left; background: var(--grijs); border-bottom: 2px solid var(--border); }
.vgl-table th.advaice-col { background: var(--dgroen); color: var(--white); }
.vgl-table td { padding: 14px 20px; font-size: 14px; border-bottom: 1px solid var(--grijs-mid); vertical-align: middle; }
.vgl-table td:first-child { font-weight: 600; color: var(--ink); }
.vgl-table td.chatgpt-col { color: var(--oranje); font-weight: 500; }
.vgl-table td.advaice-col { color: var(--dgroen); font-weight: 700; background: rgba(232,245,238,0.5); }
.vgl-table tr:last-child td { border-bottom: none; }
.vgl-table tr:hover td { background: var(--grijs); }
.vgl-table tr:hover td.advaice-col { background: var(--groen-pale); }

/* ── VOORDELEN ── */
.voordelen-section { padding: 88px 0; background: var(--dgroen); position: relative; overflow: hidden; }
.voordelen-section::before { content: '»»'; position: absolute; right: -40px; top: 50%; transform: translateY(-50%); font-size: 500px; font-weight: 900; line-height: 1; color: rgba(255,255,255,0.02); pointer-events: none; }
.voordelen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.voordeel-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 28px; transition: background .2s; }
.voordeel-card:hover { background: rgba(255,255,255,0.1); }
.voordeel-arrow { font-size: 22px; color: var(--oranje); font-weight: 900; margin-bottom: 14px; display: block; }
.voordeel-card h3 { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.voordeel-card p { font-size: 13.5px; color: rgba(255,255,255,0.55); line-height: 1.7; }

/* ── SECTOREN ── */
.sectoren-section { padding: 88px 0; background: var(--grijs); }
.sectoren-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin-top: 36px; }
.sector-card { background: var(--white); border-radius: 10px; padding: 20px 22px; border-top: 3px solid var(--groen-lt); transition: border-color .15s, box-shadow .15s; }
.sector-card:hover { border-color: var(--oranje); box-shadow: 0 4px 20px rgba(26,61,43,0.1); }
.sector-card h4 { font-size: 14px; font-weight: 700; color: var(--dgroen); margin-bottom: 6px; }
.sector-card p { font-size: 12.5px; color: var(--muted); line-height: 1.6; }

/* ── CTA ── */
.cta-section { padding: 88px 0; background: var(--oranje); text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: '»'; position: absolute; left: -30px; top: -60px; font-size: 400px; font-weight: 900; line-height: 1; color: rgba(0,0,0,0.06); pointer-events: none; }
.cta-section h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: var(--white); margin-bottom: 16px; letter-spacing: -0.5px; position: relative; }
.cta-section p { font-size: 17px; color: rgba(255,255,255,0.75); max-width: 500px; margin: 0 auto 36px; line-height: 1.7; position: relative; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
.btn-wit-solid { background: var(--white); color: var(--oranje); padding: 14px 32px; border-radius: 6px; font-size: 16px; font-weight: 800; text-decoration: none; transition: background .15s; }
.btn-wit-solid:hover { background: var(--grijs); }
.btn-outline-wit { border: 2px solid rgba(255,255,255,0.4); color: var(--white); padding: 14px 28px; border-radius: 6px; font-size: 15px; font-weight: 600; text-decoration: none; transition: border-color .15s; }
.btn-outline-wit:hover { border-color: rgba(255,255,255,0.8); }
.cta-trust { margin-top: 24px; font-size: 12px; color: rgba(255,255,255,0.5); letter-spacing: .08em; position: relative; }

/* ── FOOTER ── */
footer { background: var(--dgroen); border-top: 3px solid var(--oranje); padding: 48px 40px 32px; }
.footer-inner { max-width: 1080px; margin: 0 auto; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand { max-width: 280px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; margin-top: 12px; }
.footer-links { display: flex; gap: 60px; }
footer h4 { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 8px; }
footer ul a { font-size: 14px; color: rgba(255,255,255,0.55); text-decoration: none; transition: color .15s; }
footer ul a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,0.3); }
.footer-logos { display: flex; align-items: center; gap: 20px; }

/* ── BLOG & PAGINA ── */
.page-hero { background: var(--dgroen); padding: 64px 0 48px; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: var(--white); letter-spacing: -0.5px; margin-bottom: 12px; }
.page-hero p { font-size: 17px; color: rgba(255,255,255,0.6); max-width: 540px; }
.page-content { padding: 64px 0; }
.page-content h2 { font-size: 1.8rem; font-weight: 800; color: var(--dgroen); margin: 40px 0 16px; letter-spacing: -0.3px; }
.page-content h3 { font-size: 1.3rem; font-weight: 700; color: var(--dgroen); margin: 28px 0 12px; }
.page-content p { font-size: 16px; color: var(--ink); line-height: 1.8; margin-bottom: 20px; max-width: 700px; }
.page-content ul, .page-content ol { padding-left: 24px; margin-bottom: 20px; max-width: 700px; }
.page-content li { font-size: 15px; color: var(--ink); line-height: 1.7; margin-bottom: 8px; }
.page-content a { color: var(--oranje); text-decoration: none; font-weight: 600; }
.page-content a:hover { text-decoration: underline; }
.page-content img { max-width: 100%; border-radius: 10px; margin: 24px 0; }
.page-content blockquote { border-left: 4px solid var(--oranje); padding: 16px 24px; background: var(--grijs); border-radius: 0 8px 8px 0; margin: 24px 0; font-style: italic; color: var(--muted); }

/* ── BLOG GRID ── */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; margin-top: 48px; }
.blog-card { background: var(--white); border-radius: 12px; overflow: hidden; border: 1px solid var(--border); transition: box-shadow .2s, transform .2s; }
.blog-card:hover { box-shadow: 0 8px 32px rgba(26,61,43,0.12); transform: translateY(-2px); }
.blog-card-img { width: 100%; height: 200px; object-fit: cover; background: var(--grijs); display: block; }
.blog-card-body { padding: 24px; }
.blog-card-meta { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 10px; font-weight: 600; }
.blog-card h3 { font-size: 17px; font-weight: 800; color: var(--dgroen); margin-bottom: 10px; line-height: 1.3; }
.blog-card h3 a { color: inherit; text-decoration: none; }
.blog-card h3 a:hover { color: var(--oranje); }
.blog-card p { font-size: 13.5px; color: var(--muted); line-height: 1.65; margin-bottom: 16px; }
.blog-card-link { font-size: 13px; font-weight: 700; color: var(--oranje); text-decoration: none; }
.blog-card-link:hover { text-decoration: underline; }
.blog-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.blog-pagination a, .blog-pagination span { padding: 8px 14px; border-radius: 6px; font-size: 14px; font-weight: 600; text-decoration: none; border: 1px solid var(--border); color: var(--muted); transition: all .15s; }
.blog-pagination a:hover, .blog-pagination .current { background: var(--dgroen); color: var(--white); border-color: var(--dgroen); }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 48px; }
.contact-form label { display: block; font-size: 13px; font-weight: 700; color: var(--dgroen); margin-bottom: 6px; letter-spacing: .04em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 15px; font-family: 'Outfit', sans-serif; color: var(--ink); background: var(--white); transition: border-color .15s; margin-bottom: 20px; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--dgroen); }
.contact-form textarea { height: 140px; resize: vertical; }
.contact-form button { background: var(--oranje); color: var(--white); border: none; padding: 14px 32px; border-radius: 6px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: 'Outfit', sans-serif; transition: background .15s; }
.contact-form button:hover { background: #a83d15; }
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-person { background: var(--grijs); border-radius: 12px; padding: 24px; border-top: 3px solid var(--groen-lt); }
.contact-person h4 { font-size: 15px; font-weight: 700; color: var(--dgroen); margin-bottom: 4px; }
.contact-person .role { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; font-weight: 600; }
.contact-person a { font-size: 14px; color: var(--oranje); text-decoration: none; font-weight: 600; }
.contact-person a:hover { text-decoration: underline; }

/* ── ANIMATIES ── */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .45s, transform .45s; }
.reveal.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media(max-width: 900px) {
  .hero-inner, .wat-inner, .pijn-grid, .voordelen-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .wrap, nav, footer { padding-left: 20px; padding-right: 20px; }
  .footer-top { flex-direction: column; }
  .footer-links { gap: 32px; flex-wrap: wrap; }
  .blog-grid { grid-template-columns: 1fr; }
}
@media(max-width: 600px) {
  .voordelen-grid, .sectoren-grid { grid-template-columns: 1fr; }
  nav { padding: 0 16px; }
  .nav-powered { display: none; }
}
