/* Statische reconstructie van het bestaande ontwerp van kopercoaching.nl */
:root{
  --dark:#213941;
  --hero:#2c5865;
  --nav:#dddddd;
  --light:#ededed;
  --blue:#69b1c4;
  --text:#213941;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:54px}
body{
  margin:0;
  color:var(--text);
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.6;
  background:#fff;
}
img{max-width:100%;height:auto}
a{color:inherit}
.skip-link{
  position:fixed;left:10px;top:10px;z-index:9999;
  background:#fff;color:#000;padding:8px 12px;
  transform:translateY(-160%);
}
.skip-link:focus{transform:none}

.logo-bar{
  height:170px;
  background:var(--dark);
  display:flex;
  align-items:center;
  justify-content:center;
}
.logo-bar a{display:block;width:328px}
.logo-bar img{display:block;width:100%}

.nav-bar{
  height:53px;
  background:var(--nav);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:30;
}
.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:39px;
}
.nav-links a{
  text-decoration:none;
  font-size:13px;
  line-height:1;
  letter-spacing:1.35px;
  font-weight:400;
}
.mobile-toggle{display:none}
.mobile-toggle__icon{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:18px;height:16px}
.mobile-toggle__icon span{display:block;width:18px;height:2px;background:currentColor;transition:transform .24s ease, opacity .24s ease}
.mobile-toggle__label{text-transform:uppercase}

/* HERO */
.hero{
  height:517px;
  position:relative;
  overflow:visible;
  background:#2c5865 url("../img/hero-bg.png") center center/cover no-repeat;
}
.hero-inner{
  position:relative;
  height:100%;
  width:min(1120px,calc(100% - 50px));
  margin:0 auto;
}
.hero-person{
  position:absolute;
  z-index:5;
  left:3px;
  bottom:-1px;
  width:520px;
  height:auto;
}
.hero-copy{
  position:absolute;
  left:567px;
  top:121px;
  width:500px;
  color:#fff;
}
.hero-copy h1{
  margin:0;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:27px;
  line-height:1.35;
  font-weight:400;
  letter-spacing:-.5px;
}
.signature{
  display:block;
  width:164px;
  margin-top:27px;
  margin-left:-3px;
}
.hero-buttons{
  display:flex;
  gap:52px;
  margin-top:43px;
}
.outline-button{
  min-width:174px;
  height:44px;
  border-radius:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 22px;
  text-decoration:none;
  font-size:13px;
  line-height:1;
  white-space:nowrap;
}
.outline-button.light{
  border:1.5px solid #fff;
  color:#fff;
  background:transparent;
}
.outline-button.dark{
  border:2px solid var(--dark);
  color:var(--dark);
  background:transparent;
}

/* CERTIFICERING */
.certificate-strip{
  height:141px;
  background:var(--light);
  position:relative;
  z-index:10;
}
.certificate-inner{
  position:relative;
  width:min(1100px,calc(100% - 50px));
  height:100%;
  margin:0 auto;
  display:grid;
  grid-template-columns:310px 1fr 310px;
  align-items:center;
}
.certificate-badge{
  height:100%;
  position:relative;
}
.certificate-badge img{
  position:absolute;
  width:155px;
  left:13px;
  top:-8px;
}
.certificate-text{
  text-align:center;
  padding-top:3px;
}
.cert-line{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:5px;
  height:37px;
  font-size:23px;
  font-weight:300;
}
.cert-line img{
  width:129px;
  margin:1px -2px 0 -2px;
}
.certificate-text p{
  margin:2px 0 0;
  font-size:21px;
  font-weight:300;
}
.cert-button{
  justify-self:center;
  width:252px;
}
.download-icon{
  font-size:19px;
  line-height:1;
  transform:translateY(-1px);
}

/* Algemeen vervolg */
.content-width{
  width:min(1110px,calc(100% - 50px));
  margin:0 auto;
}
.about-section{
  padding:90px 0 86px;
  background:#fff;
}
.about-section h2,
.coaching-section h2{
  margin:0 0 48px;
  text-align:center;
  font-size:31px;
  line-height:1.25;
  font-weight:400;
}
.about-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
}
.about-columns p,.about-final{
  margin:0 0 20px;
  font-size:15px;
  line-height:1.75;
}
.about-final{
  max-width:910px;
  margin:18px auto 0;
  text-align:center;
}

.listen-section{
  padding:78px 0 73px;
  background:var(--dark);
  color:#fff;
  text-align:center;
}
.listen-inner h2{
  max-width:970px;
  margin:0 auto 34px;
  font-size:28px;
  line-height:1.5;
  font-weight:300;
}
.listen-inner .outline-button{margin:auto}

.flower-section{
  min-height:515px;
  display:flex;
  align-items:center;
  background:url("../img/bloem.png") center center/cover no-repeat;
}
.flower-inner{
  padding:60px 0;
}
.flower-copy{
  width:56%;
  max-width:650px;
  color:#fff;
}
.flower-copy p{
  margin:0;
  font-size:25px;
  line-height:1.55;
  font-weight:300;
  text-shadow:0 1px 1px rgba(0,0,0,.1);
}

.coaching-section{
  padding:90px 0 96px;
  background:#f0f0f0;
}
.coaching-section h2{margin-bottom:55px}
.coaching-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:52px;
}
.coach-block{
  text-align:center;
}
.coach-block img{
  display:block;
  width:84px;
  margin:0 auto 28px;
}
.coach-block p{
  margin:0 0 17px;
  font-size:14px;
  line-height:1.75;
}

.reviews-section{
  padding:88px 0 92px;
  background:#fff;
}
.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:45px;
}
.reviews-grid article{
  position:relative;
  padding-top:45px;
  text-align:center;
}
.big-quote{
  position:absolute;
  top:-15px;
  left:0;
  right:0;
  color:#70afc0;
  font-family:Georgia,serif;
  font-size:78px;
  line-height:1;
}
.reviews-grid p{
  margin:0 0 15px;
  font-size:14px;
  line-height:1.75;
}
.reviews-grid strong{
  display:block;
  margin-top:22px;
  font-size:15px;
}
.reviews-grid span{
  display:block;
  margin-top:4px;
  color:#687d84;
  font-size:12px;
  line-height:1.45;
}

.contact-section{
  padding:70px 0;
  background:var(--hero);
  color:#fff;
}
.contact-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
}
.contact-inner h2{
  margin:0 0 5px;
  font-size:25px;
  font-weight:400;
}
.contact-inner p{margin:0;font-size:16px}

.footer{
  background:var(--dark);
  color:#fff;
  padding:25px 0;
  font-size:12px;
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.footer p{margin:0}
.footer a{text-decoration:none}
.footer nav{
  display:flex;
  gap:22px;
}

/* Tablet / mobiel: zelfde ontwerp, alleen gestapeld. */
@media (max-width: 900px){
  .logo-bar{height:135px}
  .logo-bar a{width:270px}
  .nav-bar{
    justify-content:center;
    overflow:visible;
  }
  .mobile-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-width:122px;
    height:40px;
    padding:0 18px;
    border:1px solid rgba(33,57,65,.18);
    border-radius:999px;
    background:rgba(255,255,255,.65);
    color:var(--dark);
    box-shadow:0 8px 24px rgba(33,57,65,.08);
    letter-spacing:1.35px;
    font-size:12px;
    line-height:1;
    cursor:pointer;
    transition:background .2s ease, box-shadow .2s ease, transform .2s ease;
    backdrop-filter:blur(6px);
  }
  .mobile-toggle:hover,
  .mobile-toggle:focus-visible{
    background:rgba(255,255,255,.9);
    box-shadow:0 10px 28px rgba(33,57,65,.13);
    transform:translateY(-1px);
    outline:none;
  }
  .mobile-toggle[aria-expanded="true"] .mobile-toggle__icon span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .mobile-toggle[aria-expanded="true"] .mobile-toggle__icon span:nth-child(2){opacity:0}
  .mobile-toggle[aria-expanded="true"] .mobile-toggle__icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .nav-links{
    position:absolute;
    top:calc(100% + 12px);
    left:16px;
    right:16px;
    display:flex;
    flex-direction:column;
    gap:8px;
    padding:14px;
    border:1px solid rgba(33,57,65,.10);
    border-radius:20px;
    background:rgba(246,246,246,.98);
    box-shadow:0 18px 45px rgba(33,57,65,.16);
    backdrop-filter:blur(8px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-8px);
    transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
  }
  .nav-links.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }
  .nav-links a{
    width:100%;
    padding:14px 16px;
    border-radius:14px;
    text-align:center;
    background:transparent;
    transition:background .2s ease, color .2s ease, transform .2s ease;
  }
  .nav-links a:hover,
  .nav-links a:focus-visible{
    background:rgba(33,57,65,.06);
    outline:none;
    transform:none;
  }
  .nav-item--contact{
    margin-top:4px;
    background:var(--dark)!important;
    color:#fff;
    box-shadow:0 10px 22px rgba(33,57,65,.16);
  }
  .nav-item--contact:hover,
  .nav-item--contact:focus-visible{
    background:#2c4c56!important;
    color:#fff;
  }

  .hero{
    height:auto;
    overflow:hidden;
    background-position:center center;
  }
  .hero-inner{
    width:100%;
    min-height:710px;
  }
  .hero-person{
    left:50%;
    transform:translateX(-50%);
    width:440px;
    bottom:0;
    opacity:.36;
  }
  .hero-copy{
    z-index:8;
    position:relative;
    left:auto;top:auto;
    width:min(580px,calc(100% - 40px));
    margin:0 auto;
    padding:95px 0 145px;
    text-align:center;
  }
  .hero-copy h1{font-size:28px}
  .signature{margin:25px auto 0}
  .hero-buttons{justify-content:center;gap:15px;flex-wrap:wrap}

  .certificate-strip{height:auto;padding:28px 0 34px}
  .certificate-inner{
    width:min(600px,calc(100% - 40px));
    grid-template-columns:1fr;
    gap:20px;
    text-align:center;
  }
  .certificate-badge{height:auto}
  .certificate-badge img{position:static;width:140px;margin:0 auto}
  .cert-button{justify-self:center}

  .about-columns{grid-template-columns:1fr;gap:0}
  .coaching-grid,.reviews-grid{grid-template-columns:1fr;gap:55px}
  .flower-copy{width:75%}
  .contact-inner{flex-direction:column;text-align:center}
}

@media (max-width: 560px){
  .logo-bar{height:115px}
  .logo-bar a{width:225px}
  .content-width{width:min(100% - 32px,1110px)}
  .hero-inner{min-height:650px}
  .hero-copy{padding-top:75px}
  .hero-copy h1{font-size:24px}
  .hero-person{width:410px}
  .hero-buttons{flex-direction:column;align-items:center;margin-top:36px}
  .certificate-text p{font-size:17px}
  .cert-line{font-size:20px}
  .cert-line img{width:115px}
  .about-section,.coaching-section,.reviews-section{padding:65px 0}
  .about-section h2,.coaching-section h2{font-size:27px}
  .listen-inner h2{font-size:23px}
  .flower-section{min-height:560px;background-position:63% center}
  .flower-copy{width:100%;background:rgba(33,57,65,.72);padding:25px}
  .flower-copy p{font-size:20px}
  .footer-inner{flex-direction:column;text-align:center}
}
