/* ============================================================
   WDA MEDIA - Outdoor / Nature Theme
   Kleuren: donkergroen, aardetint, crème, steen
   ============================================================ */

:root {
  --green-deep:   #1e3a2f;
  --green-mid:    #2d5a3d;
  --green-light:  #3d7a52;
  --green-accent: #5a9e6f;
  --earth:        #8b6340;
  --earth-light:  #c4956a;
  --cream:        #f5f0e8;
  --stone:        #d4cbbf;
  --stone-dark:   #9e9488;
  --text-dark:    #1a1a1a;
  --text-mid:     #3d3530;
  --text-muted:   #6b6058;
  --white:        #ffffff;
  --shadow:       0 4px 24px rgba(30,58,47,0.13);
  --radius:       14px;
  --radius-sm:    8px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ── Typography ── */
h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; line-height: 1.15; color: var(--white); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 700; color: var(--green-deep); margin-bottom: 0.5rem; }
h3 { font-size: 1.3rem; font-weight: 700; color: var(--green-deep); margin-bottom: 0.4rem; }
h4 { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--stone-dark); margin-bottom: 0.75rem; }
p { color: var(--text-mid); }

/* ── Utilities ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }

/* ── Navbar ── */
.navbar {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; gap: 1.5rem;
  padding: 0.9rem 2rem;
  background: var(--green-deep);
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.nav-brand {
  display: flex; align-items: center; gap: 0.5rem;
  margin-right: auto;
}
.brand-icon { font-size: 1.4rem; }
.brand-name { font-size: 1.15rem; font-weight: 800; color: var(--white); letter-spacing: 0.02em; }
.nav-links { display: flex; gap: 1.5rem; }
.nav-links a {
  color: var(--stone); font-size: 0.92rem; font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--white); }
.lang-toggle {
  padding: 0.3rem 0.85rem; border-radius: 20px;
  border: 1.5px solid var(--green-accent); background: transparent;
  color: var(--green-accent); font-size: 0.8rem; font-weight: 700;
  cursor: pointer; letter-spacing: 0.05em; transition: all 0.2s;
}
.lang-toggle:hover { background: var(--green-accent); color: var(--white); }

/* ── Hero ── */
.hero {
  background: linear-gradient(135deg, var(--green-deep) 0%, var(--green-mid) 55%, var(--green-light) 100%);
  min-height: 520px;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding: 4rem 2rem;
}
.hero-content {
  max-width: 600px; margin: 0 auto; text-align: center; position: relative; z-index: 2;
}
.hero-content h1 { margin-bottom: 1.2rem; }
.hero-sub { color: var(--stone); font-size: 1.05rem; margin-bottom: 2rem; }
.hero-visual {
  position: absolute; right: -80px; bottom: -60px;
  width: 420px; height: 420px; opacity: 0.08;
}
.hero-shape {
  width: 100%; height: 100%;
  border-radius: 50%;
  border: 60px solid var(--white);
}

/* ── Buttons ── */
.btn-primary {
  display: inline-block;
  padding: 0.75rem 1.8rem; border-radius: 30px;
  background: var(--earth); color: var(--white);
  font-weight: 700; font-size: 0.95rem;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 3px 12px rgba(139,99,64,0.35);
}
.btn-primary:hover { background: var(--earth-light); transform: translateY(-2px); }

.btn-secondary {
  display: inline-block;
  padding: 0.5rem 1.2rem; border-radius: 20px;
  border: 1.5px solid var(--green-accent); color: var(--green-mid);
  font-weight: 600; font-size: 0.85rem;
  transition: all 0.2s;
}
.btn-secondary:hover { background: var(--green-mid); color: var(--white); }

/* ── Apps Section ── */
.apps-section { background: var(--cream); }
.apps-section h2 { text-align: center; }
.section-intro { text-align: center; margin-bottom: 3rem; color: var(--text-muted); }

.apps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(440px, 1fr)); gap: 2rem; }

.app-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  display: flex; gap: 1.5rem;
  border-top: 4px solid var(--green-accent);
  transition: transform 0.2s;
}
.app-card:hover { transform: translateY(-4px); }

.app-icon {
  flex-shrink: 0;
  width: 72px; height: 72px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
}
.opruimer-icon { background: linear-gradient(135deg, #e8f5e0, #b8ddb0); }
.dagverslag-icon { background: linear-gradient(135deg, #e0eef5, #a8c8db); }

.app-info { flex: 1; }
.app-meta { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 0.6rem; align-items: center; }

.platform-tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--stone-dark);
  border-left: 2px solid var(--stone-dark);
  padding-left: 0.45rem;
}

.status-tag {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-muted);
  padding-left: 0.6rem;
  border-left: 2px solid var(--stone);
}
.status-tag.coming { color: var(--stone-dark); border-left-color: var(--stone); }
.status-tag.testflight { color: var(--green-light); border-left-color: var(--green-accent); }

.app-tagline { font-weight: 600; color: var(--green-mid); margin-bottom: 0.5rem; font-size: 0.95rem; }
.app-desc { font-size: 0.9rem; margin-bottom: 1rem; }

.feature-list { margin-bottom: 1.2rem; }
.feature-list li {
  font-size: 0.85rem; color: var(--text-mid);
  padding: 0.18rem 0;
}

.app-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }

/* ── Projects Section ── */
.projects-section { background: #f0ebe1; }
.projects-section h2 { text-align: center; }

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.project-item {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  background: var(--white);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--earth-light);
  box-shadow: 0 2px 10px rgba(30,58,47,0.07);
  transition: transform 0.15s;
}
.project-item:hover { transform: translateY(-2px); }

.project-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  width: 2.4rem;
  text-align: center;
  padding-top: 0.1rem;
}

.project-body { flex: 1; }
.project-body h3 { font-size: 1rem; margin-bottom: 0.35rem; color: var(--green-deep); }
.project-body .platform-tag { display: inline-block; margin-bottom: 0.5rem; }
.project-body .status-tag { display: inline-block; margin-bottom: 0.5rem; margin-left: 0.75rem; }
.project-body p { font-size: 0.85rem; color: var(--text-muted); margin: 0; }

/* ── About Section ── */
.about-section { background: var(--green-deep); }
.about-section h2 { color: var(--cream); }
.about-section p { color: var(--stone); margin-bottom: 1rem; }
.about-inner {
  display: flex; align-items: center; gap: 3rem;
}
.about-text { flex: 1; }
.about-visual { flex-shrink: 0; width: 200px; height: 200px; position: relative; }
.terrain-shape {
  width: 100%; height: 100%;
  background: linear-gradient(to bottom, var(--green-light) 0%, var(--earth) 100%);
  border-radius: 50% 50% 48% 52% / 60% 60% 40% 40%;
  opacity: 0.25;
}

/* ── Footer ── */
footer {
  background: #111d17;
  color: var(--stone);
  padding-top: 3rem;
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .brand-name { color: var(--white); font-size: 1.1rem; }
.footer-brand p { font-size: 0.85rem; color: var(--stone-dark); margin-top: 0.4rem; }
.footer-links { display: flex; flex-direction: column; }
.footer-links a { font-size: 0.88rem; color: var(--stone-dark); padding: 0.18rem 0; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom {
  text-align: center; padding: 1.2rem 0;
  font-size: 0.8rem; color: var(--stone-dark);
}

/* ── Legal pages ── */
.legal-page { max-width: 760px; margin: 3rem auto; padding: 0 1.5rem 4rem; }
.legal-page h1 { font-size: 2rem; color: var(--green-deep); margin-bottom: 0.3rem; }
.legal-page .last-updated { font-size: 0.82rem; color: var(--stone-dark); margin-bottom: 2rem; }
.legal-page h2 { font-size: 1.15rem; margin: 2rem 0 0.5rem; color: var(--green-deep); }
.legal-page p, .legal-page li { font-size: 0.92rem; color: var(--text-mid); margin-bottom: 0.6rem; }
.legal-page ul { list-style: disc; padding-left: 1.4rem; }
.legal-page a { color: var(--green-light); text-decoration: underline; }
.legal-lang-switch { display: flex; gap: 0.75rem; margin-bottom: 2rem; }
.legal-lang-switch button {
  padding: 0.35rem 1rem; border-radius: 16px; border: 1.5px solid var(--green-accent);
  background: transparent; cursor: pointer; font-size: 0.85rem; font-weight: 600;
  color: var(--green-mid);
}
.legal-lang-switch button.active { background: var(--green-mid); color: var(--white); border-color: var(--green-mid); }

/* ── Responsive ── */
@media (max-width: 768px) {
  .apps-grid { grid-template-columns: 1fr; }
  .app-card { flex-direction: column; }
  .nav-links { display: none; }
  .about-inner { flex-direction: column; }
  .about-visual { display: none; }
  .footer-inner { grid-template-columns: 1fr; }
}
