/* Start custom CSS *//* === HERO STYLES === */

.pf-hero-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #EADDCB;
  color: #3A2A1A;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.pf-hero-title {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 10px;
  color: #111111;
}

/* Hero layout (basis: 2 kolommen via .pf-two-col) */
.pf-hero-layout {
  align-items: center;
  gap: 32px;
}

/* Offer box in hero */
.pf-offer-box {
  margin-top: 14px;
  margin-bottom: 10px;
  background: #F1FBF8;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
  color: #128A7A;
}

/* Desktop: iets grotere hero-titel */
@media (min-width: 768px) {
  .pf-hero-title {
    font-size: 26px;
  }
}


/* === GENERIEKE LAYOUT & TYPO === */

.pf-section {
  padding: 40px 16px;
  background: #FFFFFF;
}

.pf-section-alt {
  background: #F7F7F7;
}

.pf-container {
  max-width: 1100px;
  margin: 0 auto;
}

.pf-h2 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 12px;
  color: #0B0B0B;
  font-weight: 700;
}

.pf-h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #0B0B0B;
  font-weight: 600;
}

.pf-body {
  font-size: 14px;
  line-height: 1.7;
  color: #444444;
  margin: 0 0 12px;
}

.pf-body-small {
  font-size: 13px;
  line-height: 1.6;
  color: #555555;
  margin: 0 0 10px;
}

.pf-center {
  text-align: center;
}

.pf-max-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Lijsten */

.pf-list {
  list-style: disc;
  padding-left: 22px;
  margin: 0 0 14px;
  font-size: 14px;
  color: #444444;
}

.pf-list li {
  margin-bottom: 6px;
  line-height: 1.6;
}

/* Hero checklist: geen bullets, alleen de ✓ in de tekst */
.pf-list-check {
  list-style: none;
  padding-left: 0;
  margin: 0 0 14px;
  font-size: 14px;
  color: #444444;
}

/* Bullets in hero iets compacter */
.pf-list-check li {
  margin-bottom: 6px;
}

/* Kolom-layouts */

.pf-two-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pf-two-col-reverse {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

.pf-three-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Boxen */

.pf-box {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.pf-box-soft {
  background: #FFFFFF;
}

/* Steps / Uitleg */

.pf-steps-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.pf-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  font-size: 14px;
  color: #444444;
}

.pf-steps li {
  margin-bottom: 10px;
}

/* CTA-knoppen */

.pf-cta-btn {
  display: inline-block;
  background: #128A7A;
  color: #FFFFFF;
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.pf-cta-btn:hover {
  background: #1CA897;
}

.pf-trust-line {
  margin-top: 8px;
  font-size: 11px;
  color: #777777;
}

/* Reviews */

.pf-reviews {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.pf-review-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.pf-stars {
  color: #F2B01E;
  font-size: 16px;
  margin-bottom: 6px;
}

.pf-review-text {
  font-size: 14px;
  line-height: 1.7;
  color: #444444;
  margin: 0 0 6px;
}

.pf-review-meta {
  font-size: 12px;
  color: #777777;
  margin: 0;
}

/* Vergelijkingstabel */

.pf-table-wrapper {
  overflow-x: auto;
  margin-top: 16px;
}

.pf-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.pf-compare-table th,
.pf-compare-table td {
  padding: 10px 8px;
  border-bottom: 1px solid #E2E2E2;
  text-align: left;
}

.pf-compare-table th {
  background: #EADDCB;
  font-weight: 600;
}

.pf-highlight-row {
  background: #FFFFFF;
}

/* FAQ */

.pf-faq {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
}

.pf-faq-q {
  font-size: 15px;
  margin: 0 0 4px;
  font-weight: 600;
}

.pf-faq-a {
  font-size: 13px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
}

/* Garantie-blok */

.pf-guarantee {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.pf-guarantee-badge {
  align-self: center;
}

.pf-guarantee-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid #128A7A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.pf-guarantee-main {
  font-size: 20px;
  font-weight: 700;
  color: #0B0B0B;
}

.pf-guarantee-sub {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #128A7A;
}


/* === TABLET & DESKTOP LAYOUTS (>=768px) === */

@media (min-width: 768px) {
  .pf-section {
    padding: 56px 24px;
  }

  .pf-two-col {
    flex-direction: row;
    align-items: flex-start;
  }

  .pf-two-col > div {
    flex: 1;
  }

  .pf-two-col-reverse {
    flex-direction: row-reverse;
  }

  .pf-three-col {
    flex-direction: row;
  }

  .pf-three-col > div {
    flex: 1;
  }

  .pf-reviews {
    flex-direction: row;
  }

  .pf-review-card {
    flex: 1;
  }

  .pf-guarantee {
    flex-direction: row;
    align-items: center;
  }

  .pf-guarantee-badge {
    align-self: center;
  }

  /* Extra lucht in technische details box */
  .pf-box .pf-three-col {
    gap: 24px;
  }
}


/* === STICKY BAR & IMAGE CARDS (MOBILE) === */

@media (max-width: 768px) {
  .pf-sticky-bar {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #FFFFFF;
    box-shadow: 0 -4px 14px rgba(0,0,0,0.15);
    padding: 8px 10px;
    display: flex !important;
    align-items: center;
    gap: 8px;
  }

  .pf-sticky-text {
    font-size: 12px;
    line-height: 1.4;
    color: #222222;
    flex: 1;
  }

  .pf-sticky-btn {
    background: #128A7A;
    color: #FFFFFF;
    text-decoration: none;
    padding: 9px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
  }

  /* Extra ruimte zodat content niet achter de bar verdwijnt */
  body {
    padding-bottom: 70px;
  }

  .pf-image-card {
    margin-top: 12px;
  }

  .pf-side-image {
    margin-bottom: 16px;
  }
}

/* Image block styling (basis) */
.pf-image-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pf-side-image {
  width: 100%;
  max-width: 440px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}


/* === OVERIGE COMPONENTS === */

.pf-mini-cta {
  margin-top: 8px;
}

.pf-link {
  font-size: 13px;
  font-weight: 600;
  color: #128A7A;
  text-decoration: none;
}

.pf-link:hover {
  text-decoration: underline;
}

/* Iets meer ruimte tussen tekst en CTA in secties */
.pf-section .pf-cta-btn {
  margin-top: 10px;
}

/* Meer ruimte tussen de twee kolommen op brede desktop */
@media (min-width: 1024px) {
  .pf-two-col {
    gap: 48px; /* premium spacing */
  }
}

/* Compare grid (PosturaFlex vs alternatieven) */

.pf-compare-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.pf-compare-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
  border: 1px solid #E4E4E4;
}

/* Belangrijkste kaart */
.pf-compare-card-main {
  border: 1px solid #128A7A;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  position: relative;
}

.pf-compare-tag {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 999px;
  background: #E0F2EF;
  color: #0B5F54;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Desktop grid voor vergelijking */
@media (min-width: 900px) {
  .pf-compare-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .pf-compare-card-main {
    grid-column: 1 / -1; /* neemt hele bovenste rij */
  }
}

/* Icon blocks in technische details / lieferung section */

.pf-icon-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.pf-icon-block svg {
  margin-bottom: 2px;
}

.pf-icon-title {
  font-weight: 700;
  margin: 0 0 4px;
}

/* Accordion FAQ styling */

.pf-faq-accordion details {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 12px;
  border: 1px solid #E5E5E5;
}

.pf-faq-accordion summary {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pf-faq-accordion summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 600;
  color: #128A7A;
  transition: transform 0.25s ease;
}

.pf-faq-accordion details[open] summary::after {
  content: "-";
  transform: rotate(180deg);
}

.pf-faq-accordion p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  color: #444444;
}

/* Footer */

.pf-footer {
  background: #F7F7F7;
  padding: 32px 16px;
  margin-top: 40px;
  border-top: 1px solid #E5E5E5;
}

.pf-footer-brand {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.pf-footer-links a {
  font-size: 13px;
  color: #128A7A;
  text-decoration: none;
}

.pf-footer-links a:hover {
  text-decoration: underline;
}

.pf-footer-copy {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}


/* === HERO MOBILE LAYOUT FIX (MOBILE FIRST) === */

/* Op mobiele schermen: image boven, tekst eronder */
@media (max-width: 767px) {
  .pf-two-col.pf-hero-layout {
    flex-direction: column-reverse;
  }

  .pf-hero-image {
    margin-bottom: 12px;
  }
}/* End custom CSS */