/* TimeApp — homepage & conversiepagina's (audit P0) */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-results {
  padding: 2.25rem 0;
  background: #f7f9fb;
}

.home-results__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.home-results__item {
  padding: 1.25rem 1rem;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  text-align: center;
}

.home-results__value {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #507294;
  line-height: 1.2;
}

.home-results__label {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #5c5c5c;
}

.home-screenshots {
  padding: 2.5rem 0;
}

.home-screenshots__intro {
  max-width: 40em;
  margin: 0 auto 2rem;
  text-align: center;
}

.home-screenshots__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.home-screenshots__card {
  margin: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(18, 28, 42, 0.06);
}

.home-screenshots__card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-screenshots__caption {
  padding: 1rem 1.1rem 1.15rem;
}

.home-screenshots__caption h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  color: #12202e;
}

.home-screenshots__caption p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #5c5c5c;
}

.home-klanten__title {
  text-align: center;
  margin-bottom: 0.35rem;
}

.home-klanten__lead {
  text-align: center;
  max-width: 36em;
  margin: 0 auto 1.5rem;
  color: #5c5c5c;
  font-size: 0.975rem;
}

.home-cta-band {
  padding: 2.5rem 0;
  background: linear-gradient(135deg, #507294 0%, #3d5a75 100%);
  color: #fff;
  text-align: center;
}

.home-cta-band__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  color: #fff;
}

.home-cta-band__text {
  margin: 0 auto 1.5rem;
  max-width: 36em;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.home-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.home-cta-band__secondary {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  background: transparent !important;
  display: inline-block;
  padding: 9px 36px 13px 34px;
  font-weight: 600;
  border-radius: 2px;
  text-decoration: none;
}

.home-cta-band__secondary:hover {
  background: #fff !important;
  color: #12202e !important;
}

.conversion-sidebar section {
  margin-bottom: 1.75rem;
}

.conversion-sidebar h2 {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #12202e;
}

.conversion-sidebar p,
.conversion-sidebar li {
  line-height: 1.55;
  color: #5c5c5c;
  font-size: 0.9375rem;
}

.conversion-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: conversion-step;
}

.conversion-steps li {
  position: relative;
  margin-bottom: 0.85rem;
  padding-left: 2.25rem;
  counter-increment: conversion-step;
}

.conversion-steps li::before {
  content: counter(conversion-step);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #507294;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
}

.conversion-faq {
  margin: 0;
  padding: 0;
  list-style: none;
}

.conversion-faq li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
}

.conversion-faq li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.conversion-faq strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #12202e;
}

.conversion-trust {
  padding: 0.85rem 1rem;
  background: #f7f9fb;
  border-left: 3px solid #f2c21a;
  border-radius: 0 4px 4px 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #5c5c5c;
}

.conversion-form-card {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  padding: 1.5rem 1.35rem 1.35rem;
  box-shadow: 0 8px 24px rgba(18, 28, 42, 0.06);
}

/* Homepage iconbox hover — theme zet witte tekst op lichte achtergrond */
.section-icon .iconbox.effect.bg-image {
  background-color: #fff;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.section-icon .iconbox.effect.bg-image:hover {
  background-color: #eef3f8;
  box-shadow: 0 12px 28px rgba(18, 28, 42, 0.12);
}

.section-icon .iconbox.effect.bg-image:hover .box-content .box-title,
.section-icon .iconbox.effect.bg-image:hover .box-content p {
  color: #12202e !important;
}

.section-icon .iconbox.effect.bg-image:hover .box-header .box-icon i {
  color: #507294 !important;
}

.section-icon .iconbox.effect .effecthover {
  display: none;
}

@media (max-width: 991px) {
  .home-results__grid,
  .home-screenshots__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-results__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-screenshots__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Landing pages — sector & functie (audit P1) */

.landing-use-cases__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.landing-use-cases__card {
  padding: 1.15rem 1.2rem;
  background: #f7f9fb;
  border: 1px solid #ebebeb;
  border-radius: 6px;
}

.landing-use-cases__label {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #507294;
}

.landing-use-cases__title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: #12202e;
}

.landing-use-cases__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #5c5c5c;
}

.landing-workflow__intro,
.landing-screenshots__intro {
  max-width: 42em;
  margin-bottom: 1rem;
  line-height: 1.55;
}

.landing-screenshots__grid {
  margin-top: 1rem;
}

.landing-workflow__steps {
  max-width: 42em;
}

@media (max-width: 767px) {
  .landing-use-cases__grid {
    grid-template-columns: 1fr;
  }
}

/* Nieuws & tips hub + artikelen */

.news-hub__lead {
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
}

.news-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.news-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(18, 28, 42, 0.06);
  height: 100%;
}

.news-card__media {
  display: block;
  overflow: hidden;
}

.news-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.news-card__media:hover img {
  transform: scale(1.03);
}

.news-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.2rem 1.25rem;
}

.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  color: #5c5c5c;
}

.news-card__tag {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
  background: #eef3f8;
  color: #507294;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.news-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  line-height: 1.35;
}

.news-card__title a {
  color: #12202e;
  text-decoration: none;
}

.news-card__title a:hover {
  color: #507294;
}

.news-card__excerpt {
  margin: 0 0 1rem;
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #5c5c5c;
}

.news-card__link {
  align-self: flex-start;
  font-weight: 600;
  color: #507294;
  text-decoration: none;
}

.news-card__link:hover {
  text-decoration: underline;
}

.news-hub__guides {
  border-top: 1px solid #ebebeb;
}

.news-hub__guides-lead {
  max-width: 40em;
  margin-bottom: 0.85rem;
}

.news-hub__guide-list {
  line-height: 1.65;
}

.news-article__back {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
}

.news-article__back a {
  color: #507294;
  text-decoration: none;
  font-weight: 600;
}

.news-article__back a:hover {
  text-decoration: underline;
}

.news-article__header {
  margin-bottom: 1.5rem;
}

.news-article__lead {
  max-width: 42em;
  margin: 0.75rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: #5c5c5c;
}

.news-article__hero {
  margin: 0 0 1.75rem;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}

.news-article__hero img {
  display: block;
  width: 100%;
  height: auto;
}

.news-article__section {
  margin-bottom: 1.35rem;
}

.news-article__section h2 {
  margin-bottom: 0.5rem;
}

.news-article__section p {
  margin: 0;
  line-height: 1.6;
  color: #5c5c5c;
}

.news-article__cta {
  margin-top: 2rem;
  padding: 1.35rem 1.25rem;
  background: #f7f9fb;
  border: 1px solid #ebebeb;
  border-left: 3px solid #507294;
  border-radius: 0 6px 6px 0;
}

.news-article__cta h2 {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
}

.news-article__cta p {
  color: #5c5c5c;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .news-hub__grid {
    grid-template-columns: 1fr;
  }

  .news-article__cta .flat-button {
    display: block !important;
    margin: 0.5rem 0 0 !important;
    text-align: center;
  }
}
