/* The Pocket CV — gedeelde site-stijl (landing + contentpagina's) */
:root {
  --groen: #22423c; --groen-l: #2e5a52; --oranje: #e2a262; --oranje-d: #b97a3c;
  --bg: #f4f1ec; --kaart: #ffffff; --lijn: #e2dcd2; --tekst: #2c2c2c; --grijs: #77716a;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Segoe UI", system-ui, Arial, sans-serif; background: var(--bg);
       color: var(--tekst); font-size: 17px; line-height: 1.65; }
img { max-width: 100%; }
a { color: var(--groen-l); }

.wrap { max-width: 1060px; margin: 0 auto; padding: 0 20px; }
.smal { max-width: 760px; }

/* ---- navigatie ---- */
.nav { position: sticky; top: 0; z-index: 50; background: var(--groen); color: #f2ede6;
       box-shadow: 0 2px 10px rgba(0,0,0,.16); }
.nav-binnen { display: flex; align-items: center; justify-content: space-between;
              gap: 14px; padding: 13px 20px; max-width: 1060px; margin: 0 auto; }
.logo { font-size: 19px; font-weight: 700; letter-spacing: .4px; color: #f2ede6;
        text-decoration: none; white-space: nowrap; }
.logo span { color: var(--oranje); }
.nav-links { display: flex; align-items: center; gap: 20px; font-size: 15px; }
.nav-links a { color: #d9d2c7; text-decoration: none; }
.nav-links a:hover { color: #fff; }
.nav-links .knop { color: #2c2c2c; }
@media (max-width: 720px) { .nav-links a:not(.knop) { display: none; } }

.knop { display: inline-block; border: 0; border-radius: 12px; padding: 13px 24px;
        font-size: 16px; font-weight: 700; cursor: pointer; text-decoration: none;
        background: var(--oranje); color: #2c2c2c; transition: transform .15s, box-shadow .15s; }
.knop:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(226,162,98,.45); }
.knop-groot { padding: 16px 34px; font-size: 18px; border-radius: 14px; }
.knop-omlijnd { background: transparent; border: 2px solid var(--groen); color: var(--groen); }
.knop-omlijnd:hover { box-shadow: 0 6px 18px rgba(34,66,60,.18); }

/* ---- hero ---- */
.hero { background: linear-gradient(160deg, var(--groen) 0%, #2e5a52 60%, #3c6258 100%);
        color: #f2ede6; padding: 72px 0 84px 0; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 380px;
               height: 380px; border-radius: 50%; background: rgba(226,162,98,.14); }
.hero::before { content: ""; position: absolute; left: -80px; bottom: -140px; width: 300px;
                height: 300px; border-radius: 50%; background: rgba(255,255,255,.05); }
.hero-binnen { display: flex; gap: 48px; align-items: center; position: relative; z-index: 1; }
.hero-tekst { flex: 1.2; }
.hero h1 { font-size: clamp(30px, 4.6vw, 46px); line-height: 1.15; font-weight: 800; }
.hero h1 em { font-style: normal; color: var(--oranje); }
.hero .sub { margin-top: 18px; font-size: clamp(16px, 2vw, 19px); color: #d9d2c7; max-width: 52ch; }
.hero .cta-rij { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero .mini-noot { margin-top: 14px; font-size: 13.5px; color: #b8c4bd; }
.badges { margin-top: 26px; display: flex; gap: 10px; flex-wrap: wrap; }
.badge { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
         border-radius: 30px; padding: 7px 15px; font-size: 13.5px; }
.hero-visual { flex: 1; display: flex; justify-content: center; }
@media (max-width: 860px) { .hero-binnen { flex-direction: column; } .hero-visual { display: none; } }

/* CSS-mockup van een cv */
.cv-mock { background: #fff; color: #333; width: 300px; border-radius: 10px;
           box-shadow: 0 24px 60px rgba(0,0,0,.35); padding: 22px; transform: rotate(2.5deg); }
.cv-mock .m-kop { display: flex; gap: 12px; align-items: center; border-bottom: 2px solid var(--oranje); padding-bottom: 12px; }
.cv-mock .m-foto { width: 46px; height: 46px; border-radius: 50%;
                   background: linear-gradient(135deg, var(--oranje), var(--oranje-d)); }
.cv-mock .m-naam { height: 11px; width: 120px; background: #2c2c2c; border-radius: 3px; }
.cv-mock .m-sub { height: 7px; width: 90px; background: #c9c2b6; border-radius: 3px; margin-top: 6px; }
.cv-mock .m-blok { margin-top: 16px; }
.cv-mock .m-titel { height: 8px; width: 80px; background: var(--groen); border-radius: 3px; }
.cv-mock .m-regel { height: 6px; background: #e4ded4; border-radius: 3px; margin-top: 7px; }

/* ---- secties ---- */
section.blok { padding: 64px 0; }
section.blok-wit { background: #fbf9f6; border-top: 1px solid var(--lijn); border-bottom: 1px solid var(--lijn); }
.blok h2 { font-size: clamp(24px, 3.4vw, 34px); color: var(--groen); line-height: 1.2; }
.blok .blok-sub { margin-top: 10px; color: var(--grijs); font-size: 17px; max-width: 64ch; }
.midden { text-align: center; }
.midden .blok-sub { margin-left: auto; margin-right: auto; }

.kaarten { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
           gap: 18px; margin-top: 36px; }
.kaart { background: var(--kaart); border: 1px solid var(--lijn); border-radius: 16px;
         padding: 24px; }
.kaart .icoon { font-size: 28px; }
.kaart h3 { margin-top: 10px; font-size: 18px; color: var(--groen); }
.kaart p { margin-top: 7px; font-size: 15px; color: var(--grijs); }

/* stappen */
.stappen { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
           gap: 18px; margin-top: 36px; counter-reset: stap; }
.stap { background: var(--kaart); border: 1px solid var(--lijn); border-radius: 16px;
        padding: 26px 24px; position: relative; }
.stap::before { counter-increment: stap; content: counter(stap);
        position: absolute; top: -16px; left: 22px; width: 34px; height: 34px;
        background: var(--oranje); color: #2c2c2c; font-weight: 800; border-radius: 50%;
        display: flex; align-items: center; justify-content: center; font-size: 16px; }
.stap h3 { font-size: 17px; color: var(--groen); margin-top: 4px; }
.stap p { margin-top: 7px; font-size: 15px; color: var(--grijs); }

/* template-galerij */
.galerij { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
           gap: 18px; margin-top: 36px; }
.t-kaart { background: var(--kaart); border: 1px solid var(--lijn); border-radius: 14px;
           overflow: hidden; text-decoration: none; color: var(--tekst);
           transition: transform .15s, box-shadow .15s; }
.t-kaart:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(34,66,60,.14); }
.t-thumb { height: 150px; background: #fff; border-bottom: 1px solid var(--lijn);
           padding: 14px; display: flex; flex-direction: column; gap: 6px; overflow: hidden; }
.t-naam { padding: 11px 14px 3px 14px; font-weight: 700; font-size: 14.5px; color: var(--groen); }
.t-sub { padding: 0 14px 13px 14px; font-size: 12.5px; color: var(--grijs); }
.tl-r { height: 6px; border-radius: 3px; background: #e4ded4; }
.tl-r.kort { width: 55%; } .tl-r.middel { width: 75%; }

/* faq */
.faq { margin-top: 32px; }
.faq details { background: var(--kaart); border: 1px solid var(--lijn); border-radius: 13px;
               padding: 18px 22px; margin-bottom: 12px; }
.faq summary { font-weight: 700; font-size: 16.5px; color: var(--groen); cursor: pointer; }
.faq details p { margin-top: 10px; color: #4a463f; font-size: 15.5px; }

/* gratis-uitleg band */
.gratis-band { background: linear-gradient(135deg, #294f47, var(--groen)); color: #ece6dc;
               border-radius: 20px; padding: 40px 36px; margin-top: 36px; }
.gratis-band h3 { font-size: 22px; color: #fff; }
.gratis-band p { margin-top: 12px; font-size: 16px; color: #cfd8d2; max-width: 72ch; }
.gratis-band a { color: var(--oranje); font-weight: 600; }

/* ---- artikelpagina's ---- */
.artikel { background: var(--kaart); border: 1px solid var(--lijn); border-radius: 18px;
           padding: clamp(24px, 5vw, 48px); margin: 40px auto; }
.artikel h1 { font-size: clamp(26px, 4vw, 36px); color: var(--groen); line-height: 1.2; }
.artikel .intro { margin-top: 14px; font-size: 18px; color: var(--grijs); }
.artikel h2 { font-size: 22px; color: var(--groen); margin-top: 38px; }
.artikel h3 { font-size: 18px; color: var(--groen-l); margin-top: 24px; }
.artikel p { margin-top: 12px; }
.artikel ul, .artikel ol { margin: 12px 0 0 24px; }
.artikel li { margin-bottom: 6px; }
.artikel .tip { background: #fdf3e6; border-left: 4px solid var(--oranje); border-radius: 0 10px 10px 0;
                padding: 14px 18px; margin-top: 18px; font-size: 15.5px; }
.artikel .cta-blok { text-align: center; background: #f0ece4; border-radius: 14px;
                     padding: 28px; margin-top: 36px; }
.artikel .cta-blok p { color: var(--grijs); margin-bottom: 16px; margin-top: 0; }

/* ---- footer ---- */
footer { background: var(--groen); color: #cfc8bd; margin-top: 72px; padding: 48px 0 36px 0; font-size: 14.5px; }
.foot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; }
footer h4 { color: #fff; font-size: 15px; margin-bottom: 12px; }
footer a { color: #cfc8bd; text-decoration: none; display: inline-block; margin-bottom: 7px; }
footer a:hover { color: #fff; }
.foot-onder { border-top: 1px solid rgba(255,255,255,.14); margin-top: 34px; padding-top: 20px;
              font-size: 13px; color: #9aa69f; }
