/* ============================================================
   CONVERSIE CHECK — MAIN STYLESHEET
   ============================================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #f5f5f5;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ============================================================
   NAVIGATION
   ============================================================ */

.nav {
  background-color: #f5f5f5;
  padding: 20px 0 16px;
  text-align: center;
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-logo {
  display: inline-block;
  text-decoration: none;
}

.nav-logo svg {
  display: block;
}

.nav-logo-img {
  height: 120px;
  width: auto;
  display: block;
}

/* ============================================================
   HERO SECTION
   ============================================================ */

.hero {
  background-color: #f5f5f5;
  background-image:
    radial-gradient(circle, #c8c8c8 1px, transparent 1px);
  background-size: 22px 22px;
  padding: 60px 0 80px;
  text-align: center;
}

.hero-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-title {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #1a1a1a;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.hero-green {
  color: #22c55e;
}

.hero-text {
  font-size: 20px;
  line-height: 1.7;
  color: #1a1a1a;
  margin-bottom: 36px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.hero-link {
  color: #1a1a1a;
  text-decoration: underline;
}

.hero-link:hover {
  color: #FF6236;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.btn-primary {
  display: inline-block;
  background-color: #FF6236;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 36px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px dashed rgba(255,255,255,0.6);
  outline: 3px solid rgba(255,98,54,0.4);
  outline-offset: 3px;
  box-shadow: 0 8px 24px rgba(255,98,54,0.45), 0 2px 8px rgba(0,0,0,0.15);
  transition: background-color 0.2s, transform 0.1s, box-shadow 0.2s;
  cursor: pointer;
  text-align: center;
}

.btn-primary:hover {
  background-color: #e8522a;
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(255,98,54,0.55), 0 4px 12px rgba(0,0,0,0.2);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-chevrons {
  font-size: 20px;
  letter-spacing: -2px;
}

.btn-note {
  font-size: 15px;
  color: #666;
  margin-top: 12px;
  line-height: 1.5;
  text-align: center;
}

.btn-note-underline {
  text-decoration: underline;
}

.hero-arrow {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  opacity: 0.5;
}

/* ============================================================
   CRO SECTION (dark card)
   ============================================================ */

.cro-section {
  padding: 0 24px 60px;
  background-color: #f5f5f5;
}

.cro-card-outer {
  max-width: 1000px;
  margin: 0 auto;
}

.cro-card-inner {
  background-color: #111;
  border-radius: 20px;
  padding: 60px 56px;
  box-shadow: 0 0 0 1px rgba(34,197,94,0.3), 0 8px 40px rgba(34,197,94,0.15), 0 20px 60px rgba(0,0,0,0.4);
  text-align: center;
}

.cro-title {
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.cro-orange {
  color: #FF6236;
}

.cro-text {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,0.85);
  margin-bottom: 18px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cro-text-bottom {
  margin-top: 28px;
}

.cro-cards-grid {
  display: flex;
  gap: 12px;
  margin: 32px 0 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.cro-icon-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  flex: 1;
  min-width: 140px;
  max-width: 180px;
  text-align: center;
}

.cro-icon-card p {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-top: 10px;
}

.cro-icon {
  width: 44px;
  height: 44px;
  display: block;
  margin: 0 auto;
}

.cro-arrow {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

/* ============================================================
   4 VOORDELEN SECTION
   ============================================================ */

.voordelen-section {
  padding: 80px 24px;
  background-color: #f5f5f5;
  text-align: center;
}

.section-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.section-title {
  font-size: 52px;
  font-weight: 900;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin-bottom: 48px;
}

.voordelen-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}

.voordeel-card {
  border-radius: 16px;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.voordeel-white {
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.voordeel-orange {
  background-color: #FF6236;
}

.voordeel-green {
  background-color: #2d6a4f;
}

.voordeel-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
}

.voordeel-text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
}

.voordeel-orange .voordeel-text,
.voordeel-green .voordeel-text {
  color: #fff;
}

/* ============================================================
   HOE HET WERKT SECTION
   ============================================================ */

.stappen-section {
  padding: 80px 24px;
  background-color: #f5f5f5;
  text-align: center;
}

.stappen-gray {
  color: #888;
}

.stappen-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
}

.stap {
  flex: 1;
  max-width: 260px;
  text-align: center;
}

.stap-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  border-radius: 12px;
  margin-bottom: 20px;
}

.stap-text {
  font-size: 17px;
  line-height: 1.65;
  color: #1a1a1a;
  padding: 0 12px;
}

.stap-arrow-col {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 0;
  flex-shrink: 0;
}

/* ============================================================
   NIET VOOR IEDEREEN SECTION
   ============================================================ */

.niet-section {
  padding: 80px 24px;
  background-color: #f5f5f5;
  text-align: center;
}

.niet-gray {
  color: #888;
}

.niet-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  text-align: left;
  margin-bottom: 48px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.niet-col-title {
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.niet-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.niet-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.niet-item p {
  font-size: 17px;
  line-height: 1.65;
  color: #1a1a1a;
}

.body-link {
  color: #1a1a1a;
  text-decoration: underline;
}

.body-link:hover {
  color: #FF6236;
}

/* ============================================================
   PRIJS INVESTERING SECTION
   ============================================================ */

.prijs-section {
  padding: 80px 24px;
  background-color: #f5f5f5;
  text-align: center;
}

.prijs-section .section-title s {
  text-decoration: line-through;
  color: #888;
}

.prijs-intro {
  font-size: 18px;
  line-height: 1.75;
  color: #1a1a1a;
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.prijs-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.prijs-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.prijs-label {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.prijs-amount {
  font-size: 72px;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 4px;
}

.prijs-euro {
  font-size: 36px;
  vertical-align: super;
}

.prijs-per {
  font-size: 15px;
  color: #888;
  margin-bottom: 20px;
}

.btn-prijs {
  display: block;
  background-color: #FF6236;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px dashed rgba(255,255,255,0.6);
  box-shadow: 0 6px 20px rgba(255,98,54,0.4), 0 2px 6px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  transition: background-color 0.2s, box-shadow 0.2s;
  line-height: 1.3;
}

.btn-prijs:hover {
  background-color: #e8522a;
  box-shadow: 0 8px 28px rgba(255,98,54,0.5);
}

.prijs-includes {
  text-align: left;
}

.prijs-includes-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.prijs-check-item {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.prijs-check {
  color: #22c55e;
  font-weight: 700;
  flex-shrink: 0;
}

/* ============================================================
   DUBBELE GARANTIE
   ============================================================ */

.garantie-section {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  margin: 0 auto 48px;
  max-width: 900px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  text-align: left;
}

.garantie-content {
  flex: 1;
}

.garantie-title {
  font-size: 26px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.garantie-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.garantie-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.garantie-num {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  flex-shrink: 0;
  min-width: 24px;
}

.garantie-item p {
  font-size: 17px;
  line-height: 1.65;
  color: #1a1a1a;
}

.garantie-badge {
  flex-shrink: 0;
}

.garantie-img {
  width: 120px;
  height: auto;
}

/* ============================================================
   HEY IK BEN JORIS SECTION
   ============================================================ */

.joris-section {
  padding: 80px 24px;
  background-color: #f5f5f5;
  text-align: center;
}

.joris-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.joris-title-mobile {
  display: none;
}

.joris-title-desktop {
  display: block;
  text-align: left;
  margin-bottom: 24px;
}

.joris-content {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 48px;
}

.joris-photo-col {
  flex-shrink: 0;
  width: 260px;
}

.joris-photo {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.joris-text-col {
  flex: 1;
}

.joris-text {
  font-size: 17px;
  line-height: 1.75;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.joris-highlights-intro {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}

.joris-highlights {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.joris-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.emoji-icon-sm {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.joris-highlight-item span {
  font-size: 17px;
  line-height: 1.6;
  color: #1a1a1a;
}

/* ============================================================
   FAQ SECTION
   ============================================================ */

.faq-section {
  padding: 80px 24px 0;
  background-color: #f5f5f5;
}

.faq-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-dark-card {
  background-color: #111;
  border-radius: 20px;
  padding: 60px 56px;
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

.faq-left {
  flex-shrink: 0;
  width: 220px;
}

.faq-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.faq-title-white {
  color: #fff;
}

.faq-title-orange {
  color: #FF6236;
}

.faq-contact {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
}

.faq-email {
  color: rgba(255,255,255,0.75);
  text-decoration: underline;
}

.faq-email:hover {
  color: #FF6236;
}

.faq-right {
  flex: 1;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  background-color: #1e1e1e;
  border-radius: 10px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  transition: background-color 0.15s;
}

.faq-question:hover {
  background-color: rgba(255,255,255,0.05);
}

.faq-plus {
  font-size: 22px;
  font-weight: 400;
  color: #FF6236;
  flex-shrink: 0;
  width: 22px;
  text-align: center;
  transition: transform 0.25s ease;
  line-height: 1;
}

.faq-item.open .faq-plus {
  transform: rotate(45deg);
}

.faq-q-text {
  flex: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
  padding: 0 20px 0 56px;
}

.faq-item.open .faq-answer {
  max-height: 600px;
  padding: 0 20px 18px 56px;
}

.faq-answer p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.75);
}

.faq-cta {
  text-align: center;
  padding: 60px 0 80px;
}

/* ============================================================
   FOOTER
   ============================================================ */

.footer {
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  padding: 24px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-copy {
  font-size: 15px;
  color: #666;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-link {
  font-size: 15px;
  color: #666;
  text-decoration: underline;
  transition: color 0.15s;
}

.footer-link:hover {
  color: #1a1a1a;
}

.footer-linkedin {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.footer-linkedin:hover {
  color: #0077b5;
}

/* ============================================================
   RESPONSIVE — TABLET
   ============================================================ */

@media (max-width: 900px) {
  .hero-title {
    font-size: 52px;
  }

  .section-title {
    font-size: 40px;
  }

  .voordelen-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .prijs-cards {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .stappen-grid {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .stap-arrow-col {
    transform: rotate(90deg);
    padding: 0;
  }

  .niet-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .joris-content {
    flex-direction: column;
    align-items: center;
  }

  .joris-photo-col {
    width: 220px;
  }

  .joris-title-desktop {
    text-align: center;
  }

  .faq-dark-card {
    flex-direction: column;
    gap: 36px;
    padding: 40px 32px;
  }

  .faq-left {
    width: 100%;
  }

  .garantie-section {
    flex-direction: column;
    align-items: center;
  }

  .cro-card-inner {
    padding: 40px 28px;
  }

  .cro-title {
    font-size: 28px;
  }
}

/* ============================================================
   RESPONSIVE — MOBILE
   ============================================================ */

@media (max-width: 600px) {
  .hero {
    padding: 40px 0 60px;
  }

  .hero-title {
    font-size: 42px;
    letter-spacing: -0.5px;
  }

  .hero-text {
    font-size: 17px;
  }

  .btn-primary {
    font-size: 16px;
    padding: 16px 28px;
  }

  .section-title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .cro-title {
    font-size: 28px;
  }

  .cro-cards-grid {
    flex-direction: column;
    align-items: center;
  }

  .cro-icon-card {
    max-width: 100%;
    width: 100%;
  }

  .voordelen-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .voordeel-card {
    padding: 20px 14px;
  }

  .voordeel-icon {
    width: 40px;
    height: 40px;
  }

  .voordeel-text {
    font-size: 15px;
  }

  .stap-number {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .prijs-amount {
    font-size: 52px;
  }

  .faq-dark-card {
    padding: 32px 20px;
  }

  .faq-title {
    font-size: 32px;
  }

  .faq-question {
    font-size: 15px;
    padding: 14px 16px;
  }

  .faq-answer {
    padding: 0 16px 0 48px;
  }

  .faq-item.open .faq-answer {
    padding: 0 16px 16px 48px;
  }

  .joris-title-mobile {
    display: block;
    font-size: 34px;
    margin-bottom: 24px;
  }

  .joris-title-desktop {
    display: none;
  }

  .joris-photo-col {
    width: 180px;
  }

  .garantie-section {
    padding: 28px 20px;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .footer-links {
    gap: 16px;
  }

  .cro-card-inner {
    padding: 32px 20px;
  }
}
