/*
Theme Name:   Woostify Child
Template:     woostify
Version:      1.0
*/

.vds-sticky-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 1rem 1.5rem;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
}

.vds-sticky-inner {
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.vds-sticky-price {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
	font-weight:bold;
	border:1px solid white;
	border-radius:10px;
	padding:4px 10px 4px 10px;
	background-color:#3E70AD;
}

.vds-sticky-cart form.cart {
  margin: 0;
}

@media (max-width: 768px) {
  .vds-sticky-cart {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }

  .vds-sticky-inner {
    flex-direction: column;
  }

  .vds-sticky-price {
    margin-bottom: 0.5rem;
  }
}

.vds-specs-block ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.vds-specs-block li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.vds-specs-block li i {
  color: #22c55e; /* Tailwind's green-500, of 'text-success' in Bootstrap */
  margin-top: 0.15rem;
}

.vds-stamp-bg {
  position: absolute;
  top: 17%;
  left: 75%;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.05;
  filter: grayscale(100%);
  transform: translate(-50%, -50%) rotate(-10deg);
  pointer-events: none;
  z-index: 0;
}

<style>
  /* Algemene styling, behouden van eerdere aanpassingen */
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
  }

  .homepage-hero {
    padding: 4rem 1.5rem;
    text-align: center;
  }

  .vdr-shortcode {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .homepage-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
  }

  .homepage-hero p {
    max-width: 700px;
    margin: 0 auto 2rem auto;
    color: #4b5563;
    font-size: 1.125rem;
  }

  .homepage-hero a.button {
    background-color: #2563eb;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
  }

  .homepage-hero a.button:hover {
    background-color: #1d44d8;
  }

  .section {
    padding: 2rem 1.5rem;
    text-align: center;
    background-color: white;
  }

  .section h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 2rem;
  }

  .steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
  }

  @media (min-width: 768px) {
    .steps {
      flex-direction: row;
      justify-content: space-between;
    }
  }

  .step {
    flex: 1;
  }

  .step-number {
    font-size: 2.5rem;
    color: #6366f1;
    margin-bottom: 0.5rem;
  }

  .step h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #111827;
  }

  .step p {
    color: #6b7280;
  }

  .feature-list {
    display: grid;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    text-align: left;
    color: #374151;
    padding: 0 1rem;
  }

  @media (min-width: 640px) {
    .feature-list {
      grid-template-columns: 1fr 1fr;
    }
  }

  .feature-list div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .example-link {
    margin-top: 2rem;
    display: inline-block;
    color: #2563eb;
    font-weight: 500;
    text-decoration: underline;
  }

  .trusted {
    font-size: 1.125rem;
    color: #4b5563;
    margin-bottom: 1.5rem;
  }

  .main-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    max-width: none;
    width: 100%;
  }

  @media (min-width: 992px) {
    .main-content-wrapper {
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
    }
  }

  .homepage-hero-column {
    flex: 1;
    padding: 4rem 1.5rem;
    text-align: left;
    min-height: 1px;
    background: linear-gradient(135deg, #dbeafe 0%, #e0eaff 100%);
    color: #1f2937;
  }

  .right-column-sections {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 1px;
  }

  .how-it-works-section {
    background-color: white;
    padding: 2rem 1.5rem;
    border-radius: 0;
    box-shadow: none;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .how-it-works-section h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .pdf-report-section {
    background-color: #f9fafb;
    padding: 2rem 1.5rem;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .cta-section-bottom {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: linear-gradient(135deg, #dbeafe 0%, #e0eaff 100%);
    border-radius: 0;
  }

  .cta-section-bottom h2 {
    margin-bottom: 1.5rem;
  }

  .cta-section-bottom p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #334155;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-section-bottom .vdr-shortcode {
    margin-top: 2rem;
  }

  /* Styling voor de "Real-World Benefits" en "Access Your Report" secties */
  .section.benefits-section,
  .section.access-report-section {
    padding: 4rem 1.5rem;
  }

  .benefits-section .inner-content {
    background-color: #fef3c7;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .benefits-section .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 0;
  }

  .benefits-section .benefit-item {
    background-color: #f3f4f6;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
  }

  .benefits-section .benefit-item i {
    font-size: 2.5rem;
    color: #2B6E99;
    margin-bottom: 10px;
  }

  .benefits-section .benefit-item h4 {
    color: #1e293b;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .benefits-section .benefit-item p {
    color: #475569;
    font-size: 0.9rem;
  }

  .access-report-section .inner-content {
    background-color: #ffe4e6;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .access-report-section .inner-content h3 {
    color: #b91c1c;
    margin-top: 0;
  }

  .access-report-section .inner-content h3 i {
    margin-right: 10px;
  }

  .access-report-section .inner-content p {
    color: #b91c1c;
  }

  /* Responsive aanpassingen voor padding */
  @media (max-width: 991px) {
    .homepage-hero-column,
    .how-it-works-section,
    .pdf-report-section,
    .benefits-section,
    .access-report-section,
    .cta-section-bottom {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

  /* NIEUWE STIJLEN VOOR VOERTUIGDETAILS SECTIE */
  .vehicle-details-section {
    background-color: #e0f2fe; /* Behoud de lichte blauwe achtergrond */
    border-radius: 8px; /* Afgeronde hoeken voor de hele sectie */
    padding: 2rem; /* Iets meer padding rondom de content */
    margin: 2rem auto; /* Centreer de sectie en geef wat marge */
    max-width: 1200px; /* Max breedte voor de sectie om leesbaar te blijven */
  }

  .vehicle-details-section p {
    color: #334155;
    margin-bottom: 1.5rem; /* Meer ruimte onder de inleidende tekst */
    text-align: center; /* Centreer de inleidende tekst */
    max-width: 800px; /* Beperk breedte voor betere leesbaarheid */
    margin-left: auto;
    margin-right: auto;
  }

  .details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* 3 kolommen op desktop, flexibel op kleiner */
    gap: 1.5rem; /* Ruimte tussen de kaartjes */
    justify-items: center; /* Centreer de kaartjes in de grid cellen */
  }

  .detail-card {
    background-color: white; /* Witte achtergrond voor de kaartjes */
    border: 1px solid #cceeff; /* Zachte rand */
    border-radius: 0.75rem; /* Afgeronde hoeken voor de kaartjes */
    padding: 1.5rem;
    text-align: center; /* Centreer inhoud van de kaartjes */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* Subtiele schaduw */
    display: flex; /* Gebruik flexbox voor uitlijning binnen de kaart */
    flex-direction: column; /* Icon en tekst onder elkaar */
    align-items: center; /* Centreer items horizontaal */
    justify-content: flex-start; /* Lijn bovenaan uit als kaarten variëren in hoogte */
    height: 100%; /* Zorgt dat alle kaarten dezelfde hoogte hebben in de rij */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  }

  .detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  }

  .detail-card .icon-wrapper {
    background-color: #dbeafe; /* Lichte blauwe cirkel achter het icoon */
    border-radius: 50%; /* Rond maken */
    width: 80px; /* Grotere cirkel */
    height: 80px; /* Grotere cirkel */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem; /* Ruimte onder de icon */
  }

  .detail-card .icon-wrapper i {
    font-size: 3rem; /* Flink grotere iconen */
    color: #2563eb; /* Blauwe kleur voor iconen */
  }

  .detail-card p {
    color: #334155;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0; /* Verwijder standaard paragraaf marges */
    text-align: center; /* Zorg dat tekst in kaart gecentreerd is */
  }

  .detail-card strong {
    font-weight: 700;
  }

  @media (max-width: 768px) {
    .details-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Twee kolommen op tablets */
    }
  }

  @media (max-width: 500px) {
    .details-grid {
      grid-template-columns: 1fr; /* Eén kolom op kleine mobiele schermen */
    }
    .vehicle-details-section {
      padding: 1.5rem;
      margin: 1.5rem auto;
    }
  }
</style>