/* ==========================================================================
   Shared Landing Page Styles (aldre, vs-antivirus, installationsguide)
   ========================================================================== */

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.lp-hero {
  padding-top: 6rem;
}

.lp-hero-content {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
}

.lp-hero-content .subheading {
  margin-bottom: 2rem;
}

/* --------------------------------------------------------------------------
   Steps (How it works)
   -------------------------------------------------------------------------- */

.lp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 56rem;
  margin: 0 auto;
}

.lp-step {
  text-align: center;
  padding: 2rem 1.5rem;
}

.lp-step-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid #000;
  background: #4b9a42;
  font-family: "Lexend", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.5rem;
}

.lp-step h3 {
  font-family: "Lexend", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1e1f28;
}

.lp-step p {
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.lp-step a {
  color: #4b9a42;
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   Feature cards (for inverse sections)
   -------------------------------------------------------------------------- */

.lp-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 56rem;
  margin: 0 auto;
}

.lp-feature-card {
  padding: 2rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
}

.lp-feature-card h3 {
  font-family: "Lexend", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #fff;
}

.lp-feature-card p {
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* --------------------------------------------------------------------------
   Testimonials
   -------------------------------------------------------------------------- */

.lp-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 60rem;
  margin: 0 auto;
}

.lp-testimonial {
  text-align: center;
  padding: 2rem 1.5rem;
  border: 2px solid #e5e3d8;
  border-radius: 0.5rem;
  background: #fff;
}

.lp-testimonial blockquote {
  font-family: "Instrument Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-style: italic;
  color: #444;
  margin: 0 0 1rem 0;
}

.lp-testimonial cite {
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.85rem;
  color: #888;
  font-style: normal;
}

/* --------------------------------------------------------------------------
   Comparison mini (used on aldre page)
   -------------------------------------------------------------------------- */

.lp-comparison-mini {
  max-width: 40rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lp-comparison-item {
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border-radius: 0.5rem;
  position: relative;
}

.lp-comparison-item::before {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  font-size: 1.1rem;
}

.lp-comparison-item.lp-yes {
  background: #e8f5e6;
  border: 1px solid #b8dab3;
}

.lp-comparison-item.lp-yes::before {
  content: "\2713";
  color: #1a5c13;
}

.lp-comparison-item.lp-no {
  background: #fef2f2;
  border: 1px solid #f5c6c6;
}

.lp-comparison-item.lp-no::before {
  content: "\2717";
  color: #9b2c2c;
}

/* --------------------------------------------------------------------------
   Comparison table (vs-antivirus page)
   -------------------------------------------------------------------------- */

.lp-comparison-table {
  max-width: 56rem;
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  font-family: "Instrument Sans", sans-serif;
}

.lp-comparison-table thead th {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem;
  text-align: left;
  border-bottom: 3px solid #000;
  background: #f1efe5;
}

.lp-comparison-table thead th:first-child {
  border-right: 1px solid #ddd;
}

.lp-comparison-table tbody td {
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  border-bottom: 1px solid #e5e3d8;
  vertical-align: top;
}

.lp-comparison-table tbody td:first-child {
  font-weight: 600;
  color: #1e1f28;
  border-right: 1px solid #ddd;
  min-width: 10rem;
}

.lp-comparison-table .lp-check {
  color: #1a5c13;
  font-weight: 700;
}

.lp-comparison-table .lp-cross {
  color: #9b2c2c;
  font-weight: 700;
}

.lp-comparison-table .lp-partial {
  color: #b8860b;
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */

.lp-faq {
  max-width: 42rem;
  margin: 0 auto;
}

.lp-faq-item {
  border-bottom: 1px solid #e5e3d8;
  padding: 0;
}

.lp-faq-item summary {
  font-family: "Lexend", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1e1f28;
  cursor: pointer;
  padding: 1.25rem 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.lp-faq-item summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  color: #666;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform 0.2s;
}

.lp-faq-item[open] summary::after {
  content: "\2212";
}

.lp-faq-item p {
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  padding: 0 0 1.25rem 0;
  margin: 0;
}

.lp-faq-item a {
  color: #4b9a42;
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   CTA card
   -------------------------------------------------------------------------- */

.lp-cta-card {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
  border: 3px solid #000;
  border-radius: 15px;
  padding: 2.5rem 2rem;
  box-shadow: 4px 4px 0 #000;
}

.lp-cta-card h3 {
  font-family: "Lexend", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1e1f28;
}

.lp-cta-card p {
  font-family: "Instrument Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 1.5rem;
}

.lp-cta-links {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.lp-cta-links a {
  color: #666;
  text-decoration: underline;
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.9rem;
}

/* --------------------------------------------------------------------------
   Installation guide specific
   -------------------------------------------------------------------------- */

.lp-guide-steps {
  max-width: 42rem;
  margin: 0 auto;
  counter-reset: guide-step;
}

.lp-guide-step {
  padding: 2rem 0;
  border-bottom: 1px solid #e5e3d8;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.lp-guide-step:last-child {
  border-bottom: none;
}

.lp-guide-step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  border-radius: 50%;
  border: 2px solid #000;
  background: #4b9a42;
  font-family: "Lexend", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}

.lp-guide-step-content h3 {
  font-family: "Lexend", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1e1f28;
}

.lp-guide-step-content p {
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.lp-guide-step-content .lp-guide-tip {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  background: #e8f5e6;
  border-left: 3px solid #4b9a42;
  border-radius: 0 0.25rem 0.25rem 0;
  font-size: 0.9rem;
  color: #333;
}

/* --------------------------------------------------------------------------
   Trust signals / badges
   -------------------------------------------------------------------------- */

.lp-trust-badges {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 42rem;
  margin: 2rem auto 0;
}

.lp-trust-badge {
  text-align: center;
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.85rem;
  color: #666;
}

.lp-trust-badge strong {
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  color: #1e1f28;
  margin-bottom: 0.25rem;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
  .lp-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .lp-testimonials {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .lp-comparison-table {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-steps {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 24rem;
  }

  .lp-step {
    padding: 1.5rem 1rem;
  }

  .lp-step-number {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .lp-feature-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .lp-testimonials {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 24rem;
    margin: 0 auto;
  }

  .lp-cta-card {
    padding: 2rem 1.5rem;
  }

  .lp-comparison-table {
    display: block;
    overflow-x: auto;
  }

  .lp-guide-step {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
  }

  .lp-guide-step-number {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-size: 1rem;
  }

  .lp-trust-badges {
    gap: 1.5rem;
  }
}
