/* ============================================
   LANDING PAGE STYLES - Google Ads Pages
   cv-installatie / cv-installateur / cv-monteur
   ============================================ */

/* --- Hero Override: match index.css exactly, reset main.css conflicts --- */
.hero {
  background: url('/assets/imgs/image.png') no-repeat center center/cover;
  text-align: center;
  padding: 150px 20px;
  position: relative;
  height: auto;
  display: block;
  align-items: unset;
  justify-content: unset;
}

.hero-content {
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 40px;
  width: 50%;
  border-radius: 10px;
  border: 2px solid var(--yellow);
  color: white;
}

.hero h1 {
  color: var(--yellow);
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.subtext {
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: block;
}

.big-number {
  color: var(--yellow);
  font-size: 2.2rem;
  margin: 10px 0;
}

.trustpilot {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.trustpilot img {
  height: 30px;
}

@media (max-width: 768px) {
  .hero-content {
    width: auto;
  }
}

/* --- Keyword Intro Section --- */
.lp-intro {
  padding: 60px 20px 40px;
  background: #fff;
  text-align: center;
}

.lp-intro .km-container {
  max-width: 800px;
  margin: 0 auto;
}

.lp-intro h2 {
  font-size: 2rem;
  color: var(--yellow);
  margin-bottom: 16px;
  font-weight: 700;
}

.lp-intro p {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.75;
  margin-bottom: 12px;
}

/* --- USP Trust Bullets --- */
.lp-usps {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 0 20px 40px;
  background: #fff;
}

.lp-usp {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.lp-usp-icon {
  width: 28px;
  height: 28px;
  background: var(--yellow);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

/* --- Benefits Section --- */
.lp-benefits {
  padding: 60px 20px;
  background: var(--gray-light);
}

.lp-benefits .km-container {
  max-width: 1000px;
  margin: 0 auto;
}

.lp-benefits h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #111;
  margin-bottom: 40px;
  font-weight: 700;
}

.lp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.lp-benefit-card {
  background: #fff;
  padding: 30px 24px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.lp-benefit-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.lp-benefit-card h3 {
  font-size: 1.15rem;
  color: #111;
  margin-bottom: 10px;
  font-weight: 700;
}

.lp-benefit-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.65;
}

/* --- Process / How It Works --- */
.lp-process {
  padding: 60px 20px;
  background: #fff;
}

.lp-process .km-container {
  max-width: 900px;
  margin: 0 auto;
}

.lp-process h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #111;
  margin-bottom: 40px;
  font-weight: 700;
}

.lp-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.lp-step {
  flex: 1 1 200px;
  max-width: 220px;
  text-align: center;
}

.lp-step-number {
  width: 50px;
  height: 50px;
  background: var(--yellow);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto 14px;
}

.lp-step h3 {
  font-size: 1.05rem;
  color: #111;
  margin-bottom: 8px;
  font-weight: 700;
}

.lp-step p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}

/* --- CTA Banner (mid-page + bottom) --- */
.lp-cta-banner {
  padding: 50px 20px;
  background: var(--yellow);
  text-align: center;
  color: #fff;
}

.lp-cta-banner h2 {
  font-size: 1.7rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.lp-cta-banner p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  opacity: 0.95;
}

.lp-cta-banner .bel-knop {
  background: #fff;
  color: var(--yellow);
  font-size: 1.1rem;
  padding: 14px 36px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.lp-cta-banner .bel-knop:hover {
  background: #f0f0f0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.lp-cta-banner .offerte-knop-white {
  display: inline-block;
  margin-left: 12px;
  padding: 14px 36px;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--yellow);
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.lp-cta-banner .offerte-knop-white:hover {
  background: #f0f0f0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/* --- Lead Form Section --- */
.lp-form-section {
  padding: 60px 20px;
  background: var(--gray-light);
}

.lp-form-section .km-container {
  max-width: 1000px;
  margin: 0 auto;
}

.lp-form-section h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #111;
  margin-bottom: 10px;
  font-weight: 700;
}

.lp-form-section > .km-container > p {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
  font-size: 1rem;
}

.lp-form-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.lp-form-info {
  flex: 1 1 300px;
}

.lp-form-info h3 {
  font-size: 1.2rem;
  color: #111;
  margin-bottom: 16px;
  font-weight: 700;
}

.lp-form-info ul {
  list-style: none;
  padding: 0;
}

.lp-form-info li {
  padding: 10px 0;
  font-size: 0.95rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #eee;
}

.lp-form-info li:last-child {
  border-bottom: none;
}

.lp-form {
  flex: 1 1 400px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.lp-form label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 16px;
  color: #333;
}

.lp-form input,
.lp-form textarea {
  margin-top: 6px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  transition: border-color 0.3s;
}

.lp-form input:focus,
.lp-form textarea:focus {
  border-color: var(--yellow);
  outline: none;
}

.lp-form button {
  width: 100%;
  margin-top: 6px;
  background-color: var(--yellow);
  color: white;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  transition: background-color 0.3s, transform 0.2s;
}

.lp-form button:hover {
  background-color: #b35b3a;
  transform: scale(1.02);
}

/* --- FAQ Section --- */
.lp-faq {
  padding: 60px 20px;
  background: #fff;
}

.lp-faq .km-container {
  max-width: 800px;
  margin: 0 auto;
}

.lp-faq h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #111;
  margin-bottom: 30px;
  font-weight: 700;
}

.lp-faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.lp-faq-item:first-child {
  border-top: 1px solid #e0e0e0;
}

.lp-faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 40px 18px 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #111;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  transition: color 0.3s;
}

.lp-faq-question:hover {
  color: var(--yellow);
}

.lp-faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--yellow);
  transition: transform 0.3s;
}

.lp-faq-item.active .lp-faq-question::after {
  content: '−';
}

.lp-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.lp-faq-item.active .lp-faq-answer {
  max-height: 300px;
  padding-bottom: 18px;
}

.lp-faq-answer p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
}

/* --- Service Area Section --- */
.lp-area {
  padding: 50px 20px;
  background: var(--gray-light);
  text-align: center;
}

.lp-area h2 {
  font-size: 1.5rem;
  color: #111;
  margin-bottom: 14px;
  font-weight: 700;
}

.lp-area p {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .lp-intro h2 {
    font-size: 1.5rem;
  }

  .lp-usps {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .lp-benefits h2,
  .lp-process h2,
  .lp-form-section h2,
  .lp-faq h2 {
    font-size: 1.4rem;
  }

  .lp-steps {
    flex-direction: column;
    align-items: center;
  }

  .lp-step {
    max-width: 100%;
  }

  .lp-form-wrapper {
    flex-direction: column;
  }

  .lp-cta-banner h2 {
    font-size: 1.3rem;
  }

  .lp-cta-banner .bel-knop,
  .lp-cta-banner .offerte-knop-white {
    display: block;
    margin: 10px auto 0;
    text-align: center;
    max-width: 280px;
  }
}
