@charset "utf-8";
/*
Theme Name: Nijm Style
Theme URI: http://www.nijm.nl/
Description: Nijm Webdesign & Hosting Theme.
Version: 1.5
Author: Arjan Nijmeijer
Author URI: http://www.nijm.nl/
Tags: fixed width, two columns, three columns, widgets, special

Nijm Theme by Arjan Nijmeijer || http://www.nijm.nl
Modifications by Arjan Nijmeijer || http://www.nijm.nl
This theme is the main theme for Nijm Webdesign and Hosting.
*/

:root{
      --ink:#0b1220;
      --muted:rgba(11,18,32,.68);
      --border:rgba(11,18,32,.10);
      --card:rgba(255,255,255,.92);
      --shadow:0 18px 70px rgba(11,18,32,.10);

      --accent:#476856;      /* jouw kleur */
      --accent2:#A9C3B6;     /* rustige lichte tint */
      --bg1:#fbfdff;
      --bg2:#f2f5f3;
    }

    html{ scroll-behavior:smooth; scroll-padding-top: 92px; }
    body{
      font-family:"Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color:var(--ink);
      background:
        radial-gradient(900px 520px at 12% 10%, rgba(71,104,86,.14), transparent 60%),
        radial-gradient(900px 520px at 88% 35%, rgba(169,195,182,.14), transparent 55%),
        linear-gradient(180deg, var(--bg1), var(--bg2));
      min-height:100vh;
      letter-spacing:-0.01em;
    }

    /* voorkom “blauwe link tekst” */
    a, a:visited{ color: inherit; }
    a:hover{ color: inherit; }

    .wrap{ max-width: 1480px; margin: 0 auto; }

    /* --- NAV --- */
    .nav-wrap{ z-index: 1030; }
    .nav-glass{
      border:1px solid var(--border);
      background: rgba(255,255,255,.78);
      backdrop-filter: blur(10px);
      border-radius: 999px;
      box-shadow: 0 10px 40px rgba(11,18,32,.08);
    }
    .brand-dot{
      width:10px; height:10px; border-radius:999px;
      background: linear-gradient(90deg, var(--accent), var(--accent2));
      display:inline-block;
      margin-right:.55rem;
    }
    .nav-linkx{
      color: rgba(11,18,32,.78);
      text-decoration:none;
      font-weight: 700;
      padding:.38rem .72rem;
      border-radius: 999px;
      transition: background .12s ease, color .12s ease, transform .12s ease;
      white-space: nowrap;
    }
    .nav-linkx:hover{
      background: rgba(71,104,86,.10);
      color: rgba(11,18,32,.92);
      transform: translateY(-1px);
    }
    .nav-linkx.is-active{
      background: rgba(71,104,86,.14);
      color: rgba(11,18,32,.95);
    }

    /* --- BUTTONS --- */
    .btn-cta{
      border: 1px solid rgba(11,18,32,.16) !important;
      background: rgba(255,255,255,.90) !important;
      font-weight: 800 !important;
      border-radius: 999px !important;
      padding: .62rem 1.02rem !important;
      box-shadow: 0 12px 34px rgba(11,18,32,.08);
      transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
      color: var(--ink) !important;
    }
    .btn-cta:hover{
      transform: translateY(-1px);
      border-color: rgba(11,18,32,.26) !important;
      background: rgba(255,255,255,.98) !important;
      box-shadow: 0 18px 46px rgba(11,18,32,.12);
    }
    .btn-cta--solid{
      border-color: transparent !important;
      background: linear-gradient(90deg, var(--accent), var(--accent2)) !important;
      color: #08110e !important;
    }
    .btn-cta--solid:hover{
      border-color: transparent !important;
      background: linear-gradient(90deg, rgba(60,91,75,.96), rgba(169,195,182,.92)) !important;
    }

    /* --- HERO --- */
    .hero{
      border:1px solid var(--border);
      background: rgba(255,255,255,.72);
      backdrop-filter: blur(12px);
      border-radius: 32px;
      box-shadow: var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:-160px -160px auto auto;
      width:560px; height:560px;
      border-radius:999px;
      background: radial-gradient(circle at 30% 30%, rgba(71,104,86,.30), transparent 62%);
      filter: blur(24px);
      opacity:.95;
      pointer-events:none;
    }
    .hero::after{
      content:"";
      position:absolute;
      left:-200px; bottom:-240px;
      width:720px; height:720px;
      border-radius:999px;
      background: radial-gradient(circle at 35% 35%, rgba(169,195,182,.24), transparent 60%);
      filter: blur(22px);
      pointer-events:none;
    }
    .hero-title{
      letter-spacing:-0.07em;
      line-height: .98;
    }
    .muted{ color: var(--muted); }

    .chip{
      border:1px solid var(--border);
      background: rgba(255,255,255,.72);
      border-radius: 999px;
      padding: .35rem .65rem;
      font-weight: 800;
      font-size: .9rem;
    }

    /* --- SECTIONS / CARDS --- */
    .section{
      border:1px solid var(--border);
      background: var(--card);
      border-radius: 28px;
      box-shadow: 0 16px 60px rgba(11,18,32,.08);
    }
    .cardx{
      border:1px solid var(--border);
      background: rgba(255,255,255,.86);
      border-radius: 20px;
      transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
      box-shadow: 0 12px 40px rgba(11,18,32,.07);
      height:100%;
      position:relative;
      overflow:hidden;
    }
    .cardx:hover{
      transform: translateY(-3px);
      border-color: rgba(11,18,32,.18);
      box-shadow: 0 20px 64px rgba(11,18,32,.12);
    }
    .cardx::after{
      content:"";
      position:absolute;
      inset:0;
      background: radial-gradient(320px 220px at 20% 10%, rgba(71,104,86,.14), transparent 65%);
      opacity:.0;
      transition: opacity .18s ease;
      pointer-events:none;
    }
    .cardx:hover::after{ opacity:1; }

    .iconbox{
      width:48px; height:48px; border-radius: 16px;
      border:1px solid var(--border);
      background: rgba(255,255,255,.78);
      display:grid; place-items:center;
    }
    .iconbox i{ color: var(--accent); font-size: 1.15rem; }

    .stat{
      border:1px solid var(--border);
      border-radius: 20px;
      background: rgba(255,255,255,.74);
      padding: 1.05rem 1.15rem;
    }
    .stat .num{
      font-weight: 900;
      letter-spacing: -0.05em;
      font-size: clamp(1.8rem, 2.4vw, 2.4rem);
      line-height: 1.02;
    }
    .stat .lbl{ color: var(--muted); font-weight: 800; }

    /* --- MARQUEE (Golazo-achtig motion detail) --- */
    .marquee{
      border-top:1px solid rgba(11,18,32,.08);
      border-bottom:1px solid rgba(11,18,32,.08);
      background: rgba(255,255,255,.55);
      overflow:hidden;
      border-radius: 18px;
    }
    .marquee-track{
      display:flex;
      gap: 2.25rem;
      padding: .85rem 1.1rem;
      white-space: nowrap;
      animation: marquee 22s linear infinite;
    }
    .marquee b{
      font-weight: 900;
      letter-spacing:-0.03em;
    }
    .dot{
      width:7px; height:7px; border-radius:999px;
      background: rgba(71,104,86,.65);
      display:inline-block;
      margin: 0 .8rem;
      transform: translateY(-1px);
    }
    @keyframes marquee{
      0%{ transform: translateX(0); }
      100%{ transform: translateX(-50%); }
    }

    /* --- EVENTS GRID --- */
    .event-card{
      border:1px solid var(--border);
      border-radius: 22px;
      overflow:hidden;
      background: rgba(255,255,255,.82);
      box-shadow: 0 12px 40px rgba(11,18,32,.07);
      transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
      height:100%;
      position:relative;
    }
    .event-card:hover{
      transform: translateY(-3px);
      border-color: rgba(11,18,32,.18);
      box-shadow: 0 20px 64px rgba(11,18,32,.12);
    }
    .event-media{
      height: 190px;
      background:
        radial-gradient(380px 180px at 20% 25%, rgba(71,104,86,.28), transparent 60%),
        radial-gradient(380px 180px at 85% 75%, rgba(169,195,182,.32), transparent 58%),
        linear-gradient(180deg, rgba(255,255,255,.0), rgba(255,255,255,.0));
      border-bottom: 1px solid rgba(11,18,32,.08);
      position:relative;
    }
    .event-media::after{
      content:"";
      position:absolute; inset:0;
      background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.78) 95%);
      opacity:.55;
    }
    .tag{
      position:absolute;
      top: 14px;
      left: 14px;
      z-index: 2;
      border:1px solid rgba(11,18,32,.10);
      background: rgba(255,255,255,.78);
      border-radius: 999px;
      padding: .3rem .6rem;
      font-weight: 900;
      font-size: .82rem;
    }

    /* --- Scroll reveal (subtiele effecten) --- */
    .reveal{
      opacity: 0;
      transform: translateY(14px);
      transition: opacity .55s ease, transform .55s ease;
      will-change: opacity, transform;
    }
    .reveal.is-in{
      opacity: 1;
      transform: translateY(0);
    }

    /* footer */
    footer{ opacity:.9; }