/* HERO */
.diensten-hero {
    padding: 80px 20px;
    text-align: center;
}

.diensten-hero h1 {
   
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #1a1a1a;
    text-transform: uppercase;
}

.diensten-hero .subtitle {
    color: #8A8A8D;
    margin-bottom: 30px;
}

/* BUTTONS */
.btn {
    display: inline-block;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.2s ease;
}

.btn-primary {
    background: #58C97C;
    color: #000;
    border: 1px solid #58C97C;
}

.btn-primary:hover {
    color: #ffffff;
    background: #000000;
    text-decoration: none;
}

.btn-secondary {
    border: 1px solid #000;
    color: #000;
    background: #ffffff;
}

.btn-secondary:hover {
   background: #ffffff; 
   color: #000;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    margin-top:50px; /* behoud voor standalone gebruik */
}

/* REVIEWS */
.reviews {
    color: #55565A;
    font-size: 20px;
    padding-top:40px;
}

/* USP */
.diensten-usp {
    padding: 30px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background:#000;
    
}

.diensten-usp * {
    color: #fff !important;
}

.diensten-usp ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.diensten-usp li {
    color: #222222;
    font-size: 16px;
    
}

.diensten-usp li i {
    padding-right:4px;
}

/* STEPS */
.diensten-steps {
    padding: 60px 20px;
    text-align: center;
}

.diensten-steps h2, .page-template-diensten h2,
.diensten-section-heading span {
    font-family: 'Cairo', sans-serif;
    color: #1f1f1f;
    font-weight: 700;
    text-transform: uppercase;
}

.diensten-steps .subtitle {
    color: #8A8A8D;
    margin-bottom: 0;
}

.steps-grid {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.step-card {
    flex: 1;
    border: 1px solid #dcdcdc;
    padding: 28px 24px;
    border-radius: 0px;
    background: #ffffff;
}

.step-card h3 {
    font-family: 'Cairo', sans-serif;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #202020;
    text-transform: uppercase;
}

.step-card p {
    color: #8A8A8D;
    margin-bottom: 0;
    line-height: 1.6;
}

.step-number {
    width: 40px;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 999px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f2f2f;
    font-weight: 700;
    background: #f8f8f8;
}

/* GENERIC SECTION SPACING */
.diensten-proof,
.diensten-cta-panel,
.diensten-faq,
.diensten-team-preview {
    padding-top:80px;
    padding-bottom:80px;
    
}

.diensten-proof {
    background-color: #f6f6f6;
}

/* VIDEO + QUOTES */
.diensten-video-card {
   
}

.diensten-video-preview {
    width: 100%;
    min-height: 210px;
    border: 0;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.diensten-video-caption {
    border-top: 1px solid #d6d6d6;
    text-align: center;
    padding: 14px 20px;
    color: #7f7f7f;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Cairo', sans-serif;
}

.diensten-video-play {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 1px solid #9f9f9f;
    background: #efefef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.diensten-video-play-icon {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #7f7f7f;
    margin-left: 3px;
}

.diensten-quotes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.diensten-quote-card {
    
    border-radius: 0px;
    background: #000;
    padding: 24px 22px;
    color: #fff;
    font-style: italic;
    font-size: 15px;
    line-height: 1.45;
}

.diensten-quote-card p {
    font-weight: 600;
    padding-bottom:4px;
    font-size:18px;
}

/* CTA PANEL */
.diensten-cta-panel {
    text-align: center;
}

.diensten-cta-panel-intro {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #8A8A8D;
    margin-bottom: 18px;
}

.diensten-cta-panel-button {
    min-width: 335px;
}

.diensten-cta-panel-note {
    margin-top: 12px;
    margin-bottom: 0;
    color: #8A8A8D;
    font-size: 14px;
}

/* SECTION HEADING WITH LINES */
.diensten-section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 22px;
}



.diensten-section-heading span {
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
}

/* FAQ */
.diensten-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.diensten-faq-item {
    border: 1px solid #d6d6d6;
    border-radius: 0px;
    background: #ffffff;
    overflow: hidden;
}

.diensten-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 48px 16px 16px;
    position: relative;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.diensten-faq-item summary::-webkit-details-marker {
    display: none;
}

.diensten-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #8A8A8D;
    font-size: 20px;
    line-height: 1;
}

.diensten-faq-item[open] summary::after {
    content: "−";
}

.diensten-faq-answer {
    padding: 0 16px 16px;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.65;
}

.diensten-faq-answer p:last-child {
    margin-bottom: 0;
}

/* TEAM */
.diensten-team-grid {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.diensten-team-card {
    width: 56px;
    height: 56px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    background: #f3f3f3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.diensten-team-card:hover {
    text-decoration: none;
    border-color: #bdbdbd;
}

.diensten-team-icon {
    font-size: 22px;
    line-height: 1;
}

.dd.container-cta-2 {
    height:auto;
    padding-bottom:50px;
}

.dd.container-cta-2 * {
    color:#fff;
}

/* CTA-BLOCK: minder witruimte boven Plan Gratis Intake */
section.diensten-hero:has(.cta-buttons) {
  padding-top: 20px;
}

section.diensten-hero:has(.cta-buttons) .cta-buttons {
  margin-top: 0;
}

/* MOBILE */
@media (max-width: 991px) {
    .diensten-proof .col-lg-6 + .col-lg-6 {
        margin-top: 20px;
    }

    .steps-grid {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .diensten-hero {
        padding: 56px 20px;
    }

    .diensten-hero h1 {
        font-size: 28px;
    }

    .diensten-usp ul {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 360px;
    }

    .diensten-cta-panel-button {
        min-width: 0;
        width: 100%;
        max-width: 360px;
    }

    .diensten-section-heading::before,
    .diensten-section-heading::after {
        max-width: 70px;
    }

    .diensten-section-heading span {
        white-space: normal;
    }

    .diensten-video-preview {
        min-height: 180px;
    }
}




/* OPTIONEEL EXTRA BLOK na stappen */
.diensten-steps-extra {
  padding: 0 20px 60px;
  background: #fff;
}
.diensten-steps-extra p {
  color: #8A8A8D;
  line-height: 1.65;
  max-width: 720px;
  margin: 0 auto 1em;
}
.diensten-steps-extra h2 {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 16px;
}
