/**
 * Homepage below-hero sections – professional dark theme.
 * Uses design tokens from variables.css.
 * Loaded LAST so these overrides win the cascade.
 */

/* ===== NAVBAR BLUR (homepage) ===== */
html body.homepage-body nav.navbar.navbar-light.navbar-expand-lg.navbar-pill-shape {
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}

/* ===== SHARED ===== */
.hp-section {
  padding: 4.5rem 0;
  background: transparent;
  color: var(--text-primary);
  position: relative;
  overflow: hidden;
}

.hp-section-what,
.hp-section-why {
  background: rgba(0, 0, 0, 0.22);
}

.hp-section-who,
.hp-section-trust {
  background: transparent;
}

.hp-section-cta {
  background: rgba(0, 0, 0, 0.22);
}

.hp-section-title {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 1.15rem;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.hp-section-title-center {
  text-align: center;
  margin-bottom: 2.25rem;
}

.hp-section-intro {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

/* ===== SECTIE 1 – WAT U KRIJGT ===== */
.hp-section-what-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

.hp-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hp-bullet-list li,
.hp-bullet-list li span {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 1.05rem;
  line-height: 1.5;
}

.hp-bullet-list li span {
  display: inline;
  margin-bottom: 0;
  gap: 0;
}

.hp-bullet-icon {
  color: var(--color-primary);
  font-size: 0.8rem;
  flex-shrink: 0;
}

/* --- Schema: 3 circles with arrows --- */
.hp-schema {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
}

.hp-schema-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.hp-schema-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 242, 200, 0.2);
  background: rgba(20, 242, 200, 0.08);
  box-shadow: 0 0 16px rgba(20, 242, 200, 0.06);
  color: var(--color-primary);
  font-size: 1.35rem;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.hp-schema-step:hover .hp-schema-circle {
  border-color: var(--border-medium, rgba(20, 242, 200, 0.3));
  box-shadow: 0 0 24px rgba(20, 242, 200, 0.12);
  transform: translateY(-2px);
}

.hp-schema-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
}

.hp-schema-connector {
  color: var(--color-primary);
  opacity: 0.45;
  font-size: 0.9rem;
  padding: 0 0.85rem;
  margin-bottom: 1.5rem;
}

/* ===== SECTIE 2 – VOOR WIE (zelfde checklist-stijl als sectie 1) ===== */
.hp-who-list {
  margin: 0 auto 1.5rem;
  max-width: 560px;
}

.hp-who-note {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.5;
}

/* ===== SECTIE 3 – WAAROM ANDERS ===== */
.hp-why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 920px;
  margin: 0 auto;
}

.hp-why-card {
  padding: 2rem 1.5rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.hp-why-card:hover {
  border-color: rgba(20, 242, 200, 0.2);
  box-shadow: 0 0 28px rgba(20, 242, 200, 0.08);
  transform: translateY(-3px);
}

.hp-why-card-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 242, 200, 0.08);
  color: var(--color-primary);
  font-size: 1.3rem;
  margin: 0 auto 1rem;
}

.hp-why-card-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.45rem 0;
  color: #fff;
}

.hp-why-card-text {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
  line-height: 1.45;
}

/* ===== SECTIE 4 – TRUST ===== */

.hp-trust-intro {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* Trust: accentbalk-lijst (geen iconen) */
.hp-trust-list {
  max-width: 640px;
  margin: 0 auto 1.5rem;
}

.hp-trust-item {
  padding: 1.25rem 1.25rem 1.25rem 1.5rem;
  margin-bottom: 0.75rem;
  border-radius: 0 10px 10px 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 3px solid var(--color-primary);
  text-align: left;
  transition: border-left-color 0.25s ease, background 0.25s ease;
}

.hp-trust-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-left-color: rgba(20, 242, 200, 0.8);
}

.hp-trust-item-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.35rem 0;
  color: #fff;
}

.hp-trust-item-text {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}

.hp-trust-note {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.5;
}

/* ===== CTA ===== */
.hp-section-cta {
  padding: 3.5rem 0 4.5rem;
  text-align: center;
}

.homepage-body footer,
.homepage-body .footer {
  background: rgba(0, 0, 0, 0.22) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 1.5rem !important;
}

.homepage-body .homepage-footer-spacer {
  display: none !important;
}

.hp-cta-btn,
.hp-cta-btn:link,
.hp-cta-btn:visited {
  display: inline-block;
  padding: 0.85rem 2.25rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0A0F14 !important;
  background: var(--color-primary);
  border: none;
  border-radius: 10px;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(20, 242, 200, 0.3);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hp-cta-btn:hover {
  background: var(--color-primary-hover, #4FFFF0);
  color: #0A0F14 !important;
  box-shadow: 0 6px 28px rgba(20, 242, 200, 0.4);
  transform: translateY(-2px);
  text-decoration: none !important;
}

.hp-cta-note {
  margin-top: 0.85rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 991px) {
  .hp-section {
    padding: 3rem 0;
  }

  .hp-section .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hp-section-what-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hp-section-what-visual {
    order: -1;
  }

  .hp-section-what-text {
    text-align: center;
  }

  .hp-section-title {
    text-align: center;
  }

  .hp-section-intro {
    max-width: none;
    text-align: center;
  }

  .hp-bullet-list {
    display: inline-block;
    text-align: left;
  }

  .hp-who-list {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hp-section-what {
    margin-top: 5rem;
  }

  .hp-section {
    padding: 3.5rem 0;
  }

  .hp-section .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hp-section-title {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
  }

  .hp-section-intro {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
    line-height: 1.55;
  }

  .hp-bullet-list li {
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important;
    padding: 0.75rem 1rem !important;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    align-items: center !important;
    gap: 0.75rem !important;
  }

  .hp-bullet-list li span {
    font-size: 0.9rem !important;
    margin-bottom: 0 !important;
  }

  .hp-bullet-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 242, 200, 0.1);
    border-radius: 50%;
    font-size: 0.6rem;
  }

  .hp-section-what-inner {
    gap: 1.25rem;
  }

  .hp-schema {
    gap: 0;
    justify-content: center;
    padding: 0;
  }

  .hp-schema-circle {
    width: 44px;
    height: 44px;
    font-size: 0.95rem;
  }

  .hp-schema-connector {
    padding: 0 0.35rem;
    font-size: 0.65rem;
  }

  .hp-schema-label {
    font-size: 0.55rem;
  }

  .hp-why-cards {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .hp-why-card {
    padding: 1rem 1.15rem;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0.1rem 0.85rem;
    text-align: left;
    align-items: start;
  }

  .hp-why-card-icon-wrap {
    grid-row: 1 / 3;
    align-self: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 1.1rem;
    margin: 0;
  }

  .hp-why-card-title {
    font-size: 0.95rem;
    margin-bottom: 0;
    align-self: end;
  }

  .hp-why-card-text {
    font-size: 0.85rem;
    align-self: start;
  }

  .hp-trust-item {
    padding: 1rem 1rem 1rem 1.25rem;
  }

  .hp-trust-item-title {
    font-size: 0.98rem;
  }

  .hp-trust-item-text {
    font-size: 0.88rem;
  }

  .hp-trust-note {
    font-size: 0.8rem;
  }

  .hp-section-cta {
    padding: 1.5rem 0 2.5rem;
  }

  .hp-cta-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
  }

  .hp-cta-note {
    font-size: 0.8rem;
  }
}
