/*
Theme Name:  INO ZORG
Theme URI:   https://www.inozorg.nl
Author:      INO ZORG
Author URI:  https://www.inozorg.nl
Description: Officieel WordPress-thema voor INO ZORG — hand in hand vooruit.
Version:     1.0.0
License:     GNU General Public License v2 or later
Text Domain: ino-zorg
*/

/* ============================================================
   INO ZORG — Stylesheet
   ============================================================ */

:root {
  --green:        #4E9D2E;
  --dark-green:   #2F6019;
  --blue:         #2B72B8;
  --dark-blue:    #1A4F8A;
  --light-green:  #EDF7E6;
  --light-blue:   #E8F0FB;
  --white:        #FFFFFF;
  --text-dark:    #2C3E50;
  --text-gray:    #6C757D;
  --bg-light:     #F8FBFF;
  --shadow:       0 4px 20px rgba(0,0,0,0.10);
  --radius:       12px;
  --transition:   0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

h1, h2, h3, h4 { line-height: 1.25; font-weight: 700; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: 1.2rem; }
p  { color: var(--text-gray); }

.tagline { font-family: 'Dancing Script', cursive; font-size: 1.4rem; color: var(--green); }
.section-label { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.8rem; font-weight: 600; color: var(--blue); }
.section-title { margin: 0.4rem 0 1rem; }
.section-subtitle { max-width: 600px; margin: 0 auto 3rem; text-align: center; }
.text-center { text-align: center; }
.text-green { color: var(--green); }
.text-blue  { color: var(--blue); }

.btn {
  display: inline-block;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
}
.btn-primary { background: var(--green); color: var(--white); border-color: var(--green); }
.btn-primary:hover { background: var(--dark-green); border-color: var(--dark-green); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(78,157,46,0.35); color: var(--white); }
.btn-outline { background: transparent; color: var(--white); border-color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--green); transform: translateY(-2px); }
.btn-blue { background: var(--blue); color: var(--white); border-color: var(--blue); }
.btn-blue:hover { background: var(--dark-blue); border-color: var(--dark-blue); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(43,114,184,0.35); color: var(--white); }

.section { padding: 90px 0; }
.container { width: 90%; max-width: 1200px; margin: 0 auto; }

/* ---- HEADER ---- */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0.9rem 0;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: background var(--transition), box-shadow var(--transition);
}
.header.scrolled { background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.12); }
.nav { display: flex; align-items: center; justify-content: space-between; }

.logo-wrapper {
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 14px;
  padding: 5px;
  box-shadow: 0 2px 14px rgba(78,157,46,0.18), 0 0 0 1.5px rgba(78,157,46,0.12);
  transition: box-shadow var(--transition);
}
.logo-wrapper:hover { box-shadow: 0 4px 20px rgba(78,157,46,0.28), 0 0 0 1.5px rgba(78,157,46,0.2); }
.logo-img { height: 72px; width: auto; border-radius: 10px; display: block; }

.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: 0.92rem; font-weight: 500; color: var(--text-dark); position: relative; padding-bottom: 2px; transition: color var(--transition); }
.nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--green); transition: width var(--transition); }
.nav-links a:hover { color: var(--green); }
.nav-links a:hover::after { width: 100%; }
.nav-links .btn-primary { padding: 0.55rem 1.4rem; color: var(--white); }
.nav-links .btn-primary::after { display: none; }
.nav-links .btn-primary:hover { color: var(--white); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text-dark); border-radius: 2px; transition: all var(--transition); }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- HERO ---- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding-top: 80px; }
.hero-bg { position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1543333995-a78aea2eee50?w=1600&q=85'); background-size: cover; background-position: center; filter: brightness(0.45); z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(47,96,25,0.55) 0%, rgba(26,79,138,0.55) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; text-align: center; color: var(--white); padding: 2rem; max-width: 820px; }
.hero-content .tagline { color: rgba(255,255,255,0.9); font-size: 1.3rem; margin-bottom: 0.5rem; }
.hero-content h1 { color: var(--white); margin-bottom: 1.2rem; text-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.hero-content p { color: rgba(255,255,255,0.88); font-size: 1.1rem; max-width: 580px; margin: 0 auto 2.5rem; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,0.7); font-size: 0.8rem; display: flex; flex-direction: column; align-items: center; gap: 0.4rem; animation: bounce 2s infinite; }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }

/* ---- OVER ONS ---- */
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-image-wrapper { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.about-image-wrapper img { height: 500px; width: 100%; object-fit: cover; transition: transform 0.5s ease; }
.about-image-wrapper:hover img { transform: scale(1.03); }
.about-badge { position: absolute; bottom: 1.5rem; right: 1.5rem; background: var(--green); color: var(--white); padding: 0.9rem 1.5rem; border-radius: var(--radius); text-align: center; box-shadow: 0 4px 16px rgba(78,157,46,0.4); }
.about-badge .badge-number { font-size: 2rem; font-weight: 800; display: block; line-height: 1; }
.about-badge .badge-label { font-size: 0.75rem; opacity: 0.9; }
.about-text h2 { margin-bottom: 1rem; }
.about-text p  { margin-bottom: 1.5rem; line-height: 1.9; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.value-item { display: flex; align-items: flex-start; gap: 0.8rem; padding: 1rem; background: var(--light-green); border-radius: var(--radius); transition: transform var(--transition); }
.value-item:hover { transform: translateY(-2px); }
.value-icon { width: 40px; height: 40px; background: var(--green); color: var(--white); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.value-item h4 { font-size: 0.9rem; margin-bottom: 0.15rem; color: var(--dark-green); }
.value-item p   { font-size: 0.8rem; margin: 0; }

/* ---- DIENSTEN ---- */
.diensten { background: var(--bg-light); }
.diensten-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.dienst-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.dienst-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(0,0,0,0.15); }
.dienst-card-img { height: 200px; overflow: hidden; }
.dienst-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.dienst-card:hover .dienst-card-img img { transform: scale(1.06); }
.dienst-card-body { padding: 1.5rem; }
.dienst-icon { width: 46px; height: 46px; background: var(--light-green); color: var(--green); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 1rem; }
.dienst-card h3 { margin-bottom: 0.5rem; color: var(--text-dark); }
.dienst-card p  { font-size: 0.9rem; margin-bottom: 1rem; }
.dienst-card a  { font-size: 0.85rem; font-weight: 600; color: var(--green); display: inline-flex; align-items: center; gap: 0.4rem; transition: gap var(--transition); }
.dienst-card a:hover { gap: 0.8rem; }

/* ---- CONTACT ---- */
.contact { background: var(--bg-light); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.contact-info h3 { margin-bottom: 1.5rem; font-size: 1.5rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; padding: 1rem 1.2rem; background: var(--white); border-radius: var(--radius); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.contact-item-icon { width: 44px; height: 44px; background: var(--light-green); color: var(--green); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-item-text strong { display: block; font-size: 0.85rem; color: var(--text-gray); margin-bottom: 0.15rem; }
.contact-item-text span { font-weight: 600; color: var(--text-dark); }
.contact-form-wrapper { background: var(--white); border-radius: var(--radius); padding: 2.5rem; box-shadow: var(--shadow); }
.contact-form-wrapper h3 { margin-bottom: 1.8rem; font-size: 1.4rem; }
.form-group { margin-bottom: 1.3rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text-dark); margin-bottom: 0.5rem; }
input, textarea, select { width: 100%; padding: 0.8rem 1rem; border: 1.5px solid #e0e8f0; border-radius: 8px; font-family: 'Poppins', sans-serif; font-size: 0.9rem; color: var(--text-dark); background: var(--bg-light); transition: border-color var(--transition), box-shadow var(--transition); outline: none; }
input:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(78,157,46,0.1); }
textarea { resize: vertical; min-height: 130px; }
.form-submit { width: 100%; padding: 1rem; font-size: 1rem; margin-top: 0.5rem; border: none; border-radius: 50px; cursor: pointer; }
.form-message { margin-top: 1rem; padding: 0.8rem 1rem; border-radius: 8px; font-size: 0.9rem; display: none; }
.form-message.success { background: var(--light-green); color: var(--dark-green); display: block; }
.form-message.error   { background: #fde8e8; color: #c0392b; display: block; }

/* ---- FOOTER ---- */
.footer { background: var(--text-dark); color: rgba(255,255,255,0.75); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .logo-wrapper { background: var(--green); box-shadow: 0 2px 14px rgba(78,157,46,0.35), 0 0 0 1.5px rgba(255,255,255,0.15); }
.footer-brand .logo-wrapper:hover { box-shadow: 0 4px 20px rgba(78,157,46,0.5), 0 0 0 1.5px rgba(255,255,255,0.25); }
.footer-brand p { margin-top: 1rem; font-size: 0.875rem; line-height: 1.8; }
.footer-social { display: flex; gap: 0.8rem; margin-top: 1.5rem; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.1); color: var(--white); display: flex; align-items: center; justify-content: center; transition: background var(--transition), transform var(--transition); }
.footer-social a:hover { background: var(--green); transform: translateY(-2px); }
.footer-col h4 { color: var(--white); font-size: 1rem; margin-bottom: 1.2rem; }
.footer-col li { margin-bottom: 0.7rem; }
.footer-col a { font-size: 0.875rem; color: rgba(255,255,255,0.65); transition: color var(--transition); }
.footer-col a:hover { color: var(--white); }
.footer-bottom { padding: 1.4rem 0; display: flex; align-items: center; justify-content: space-between; font-size: 0.82rem; color: rgba(255,255,255,0.45); }
.footer-bottom a { color: rgba(255,255,255,0.65); }
.footer-bottom a:hover { color: var(--white); }

/* ---- ANIMATIES ---- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left  { opacity: 0; transform: translateX(-30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal-right { opacity: 0; transform: translateX(30px);  transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal-left.visible, .reveal-right.visible { opacity: 1; transform: translateX(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

/* ---- SUBPAGINA'S ---- */
.page-hero { background: linear-gradient(135deg, var(--dark-blue) 0%, var(--dark-green) 100%); padding: 140px 0 70px; color: var(--white); text-align: center; }
.page-hero h1 { color: var(--white); margin-bottom: 0.8rem; }
.page-hero p { color: rgba(255,255,255,0.8); font-size: 1.05rem; }
.page-hero .breadcrumb { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 1rem; }
.page-hero .breadcrumb a { color: rgba(255,255,255,0.7); }
.page-content { padding: 70px 0 90px; }
.page-body { max-width: 820px; margin: 0 auto; }
.page-body h2 { font-size: 1.3rem; color: var(--dark-blue); margin: 2.5rem 0 0.8rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--light-blue); }
.page-body h2:first-of-type { margin-top: 0; }
.page-body p { color: var(--text-gray); margin-bottom: 1rem; line-height: 1.9; }
.page-body ul { margin: 0.5rem 0 1rem 1.2rem; color: var(--text-gray); line-height: 1.9; }
.page-body ul li { margin-bottom: 0.4rem; list-style: disc; }
.page-body a { color: var(--blue); font-weight: 500; }
.page-updated { display: inline-block; background: var(--light-green); color: var(--dark-green); font-size: 0.82rem; font-weight: 600; padding: 0.35rem 0.9rem; border-radius: 50px; margin-bottom: 2rem; }
.info-card { background: var(--light-blue); border-left: 4px solid var(--blue); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.2rem 1.5rem; margin: 1.5rem 0; }
.info-card p { margin: 0; color: var(--dark-blue); font-weight: 500; }
.contact-box { background: var(--bg-light); border-radius: var(--radius); padding: 1.8rem; margin-top: 1.5rem; border: 1px solid #e0e8f0; }
.contact-box h3 { margin-top: 0; color: var(--dark-green); font-size: 1.05rem; }
.contact-box p { margin-bottom: 0.5rem; }
.steps { margin: 1.5rem 0; }
.step { display: flex; gap: 1.2rem; align-items: flex-start; margin-bottom: 1.5rem; padding: 1.3rem 1.5rem; background: var(--white); border-radius: var(--radius); box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.step-number { width: 40px; height: 40px; background: var(--blue); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1rem; flex-shrink: 0; }
.step-text h3 { margin: 0 0 0.35rem; font-size: 1rem; color: var(--text-dark); }
.step-text p  { margin: 0; font-size: 0.9rem; }
.kpz-box { background: linear-gradient(135deg, var(--light-blue) 0%, var(--light-green) 100%); border-radius: var(--radius); padding: 2rem; margin: 2rem 0; border: 1px solid #c8dff5; text-align: center; }
.kpz-box h3 { color: var(--dark-blue); margin-bottom: 0.5rem; }
.kpz-box p  { max-width: 560px; margin: 0 auto 1.2rem; font-size: 0.92rem; }
.privacy-card { background: var(--light-green); border-left: 4px solid var(--green); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.2rem 1.5rem; margin: 1.5rem 0; }
.privacy-card p { margin: 0; color: var(--dark-green); font-weight: 500; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .about-grid    { gap: 3rem; }
  .diensten-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid   { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .nav-links { display: none; flex-direction: column; gap: 0; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); padding: 1rem 1.5rem 1.5rem; box-shadow: 0 8px 24px rgba(0,0,0,0.12); border-top: 1px solid #eee; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 0.75rem 0; border-bottom: 1px solid #f0f0f0; font-size: 1rem; }
  .nav-links a::after { display: none; }
  .nav-links .btn-primary { margin-top: 0.5rem; text-align: center; border-radius: 8px; }
  .hamburger { display: flex; }
  .hero-btns { flex-direction: column; align-items: center; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-image-wrapper img { height: 320px; }
  .values-grid { grid-template-columns: 1fr; }
  .diensten-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid  { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
}
@media (max-width: 480px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
}
