/* =========================
   DESKTOP ACCORDION TÁBLÁZAT
   ========================= */

.lifescan-desktop-accordion {
  max-width: 1240px;
  width: 100%;
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* felső csomagfejlécek */
.lda-top {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin-bottom: 18px;
  box-sizing: border-box;
}

.lda-top-plan {
  padding: 24px 16px 20px;
  text-align: center;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  box-sizing: border-box;
}

.lda-top-label {
  border-top-left-radius: 24px;
  display: flex;
  align-items: center;
  padding: 30px;
  font-size: 28px;
  font-weight: 800;
  color: #0f1720;
  min-height: 220px;
  background: #fff;
}

.lda-top-plan {
  padding: 24px 16px 20px;
  text-align: center;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.lda-top-plan:last-child {
  border-top-right-radius: 24px;
}

.lda-top-plan h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  color: #0f1720;
}

.lda-top-plan p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  color: #6d7782;
  font-weight: 500;
}

.lda-price {
  margin-top: 14px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  color: #0f1720;
}

.lda-top-plan-featured {
  transform: translateY(-16px);
  margin-bottom: -16px;
  border-radius: 24px 24px 0 0;
  border: 2px solid rgba(0, 92, 170, 0.18);
  position: relative;
  z-index: 3;
  background: #ffffff;

  box-shadow:
    0 -18px 34px rgba(0, 92, 170, 0.18),
    0 -8px 18px rgba(0, 92, 170, 0.12),
    0 -2px 8px rgba(0, 92, 170, 0.08);
}
.lda-top-label,
.lda-top-plan {
  border: 1px solid #ececec;
}
/* gombok egy vonalba igazítása a felső csomagkártyáknál */
.lda-top-plan .ls-actions,
.lda-top-plan-featured .ls-actions {
  margin-top: auto;
  padding-top: 18px;
}


/* csak a kiemelt (Gold) csomag tartalma menjen lejjebb */
.lda-top-plan-featured {
  padding-top: 26px;
}

/* cím + szövegek lejjebb */
.lda-top-plan-featured h3 {
  margin-top: 15px;
}


.lda-top-plan-featured h3,
.lda-top-plan-featured .lda-price {
  color: #005caa;
}

/* fejlécgombok */
.lda-top .ls-actions {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.lda-top .ls-actions .mlc-btn,
.lda-top .ls-actions .sp-btn {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  height: auto;
  padding: 10px 12px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  border-radius: 12px;
}



/* accordion blokkok */
.lda-section {
  width: 100%;
  margin: 0 auto 16px auto;
  border: 1px solid #ececec;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
}

.lda-section summary {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 18px 54px 18px 20px;
  list-style: none;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #0f1720;
  background: #fff;
  user-select: none;
}

.lda-section summary::-webkit-details-marker {
  display: none;
}

.lda-section summary::after {
  content: "⌄";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #e8f1fb;
  color: #005caa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.lda-section[open] summary::after {
  content: "⌃";
}

/* belső grid */
.lda-grid {
  width: 100%;
  display: block;
  box-sizing: border-box;
  background: #fff;
}

.lda-row {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  box-sizing: border-box;
}

.lda-row:nth-child(even) {
  background: #f8f8f8;
}

.lda-label,
.lda-value {
  min-width: 0;
  padding: 16px 18px;
  border-top: 1px solid #ececec;
  box-sizing: border-box;
}

.lda-label {
  font-size: 15px;
  line-height: 1.45;
  color: #111;
  font-weight: 500;
}

.lda-value {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: #1f2937;
  min-height: 64px;
  white-space: normal;
  overflow-wrap: break-word;
}

.lda-value small {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  color: #667085;
  font-weight: 500;
}

.lda-featured {
  background: #fcfeff;
  box-shadow:
    -8px 0 16px rgba(0, 92, 170, 0.03),
     8px 0 16px rgba(0, 92, 170, 0.03);
}

.lda-value:empty::before {
  content: "";
}

/* pipás cellák */
.lda-value.is-check {
  color: #1da4cb;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

/* desktop only */
@media (max-width: 991px) {
  .lifescan-desktop-accordion {
    display: none;
  }
}



.lifescan-table-wrap {
  max-width: 1240px;
  margin: 1px auto;
  padding: 28px 20px 0;
  overflow: visible;
}

.lifescan-table {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  position: relative;
  align-items: stretch;
  overflow: visible;
}

/* alap cella */
.ls-cell {
  padding: 18px 20px;
  min-height: 72px;
  box-sizing: border-box;
  border-top: 1px solid #ececec;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* fejléc */
.ls-head {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  z-index: 2;
}

.ls-head-label {
  justify-content: flex-start;
  padding-left: 30px;
  font-size: 28px;
  font-weight: 800;
  color: #0f1720;
  border-top-left-radius: 24px;
}

.lifescan-table > .ls-head:nth-child(4) {
  border-top-right-radius: 24px;
}

/* plan content */
.ls-plan {
  width: 100%;
  text-align: center;
}

.ls-plan h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #0f1720;
}

.ls-plan p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  color: #6d7782;
  font-weight: 500;
}

.ls-price {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #0f1720;
}

.ls-note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #005caa;
}

/* bal oszlop */
.ls-label {
  justify-content: flex-start;
  font-size: 15px;
  line-height: 1.45;
  color: #111;
  font-weight: 500;
}

.ls-label strong {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111;
}

/* csíkos sorok */
.lifescan-table > .ls-cell:nth-child(8n + 5),
.lifescan-table > .ls-cell:nth-child(8n + 6),
.lifescan-table > .ls-cell:nth-child(8n + 7),
.lifescan-table > .ls-cell:nth-child(8n + 8) {
  background: #f7f7f7;
}

/* check / empty / text */
.ls-check {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #1da4cb;
}

.ls-empty {
  font-size: 24px;
  line-height: 1;
  color: #d1d5db;
}

.ls-text {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  color: #1f2937;
  text-align: center;
  flex-direction: column;
}

.ls-text small {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  color: #667085;
  font-weight: 500;
}

/* PREMIUM KIEMELÉS */
.ls-featured {
  transform: translateY(-18px);
  margin-bottom: -18px;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 14px 30px rgba(0, 92, 170, 0.14);
  border: 2px solid rgba(0, 92, 170, 0.16);
  z-index: 10;
}

.ls-featured .ls-plan h3,
.ls-featured .ls-price {
  color: #005caa;
}

.ls-featured-col {
  background: #fcfeff !important;
  box-shadow:
    -8px 0 16px rgba(0, 92, 170, 0.04),
     8px 0 16px rgba(0, 92, 170, 0.04);
}
/* CTA cell */
.ls-cta {
  align-items: flex-end;
  padding: 20px;
}

/* gomb wrapper */
.ls-actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* desktop gomb finomhangolás */
.ls-actions .mlc-btn {
  padding: 12px 14px;
  font-size: 13px;
  border-radius: 12px;
}
.special-packages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1240px;
  margin: 30px auto 0;
  padding: 0 20px;
}

.special-packages-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  overflow: hidden;
  border: 1px solid #ececec;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sp-head {
  padding: 26px 24px 18px;
  text-align: center;
  border-bottom: 1px solid #ececec;
}

.sp-head h3 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  color: #0f1720;
}

.sp-head p {
  margin: 0;
  font-size: 16px;
  color: #6d7782;
}

.sp-price {
  margin-top: 14px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  color: #005caa;
}
.sp-price-old {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #6d7782;
  margin-top: 6px;
  margin-bottom: 4px;
}

.sp-list {
  list-style: none;
  margin: 0;
  padding: 18px 24px 24px;
  flex-grow: 1;
}

.sp-list li {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 28px;
  border-top: 1px solid #edf0f2;
  font-size: 15px;
  line-height: 1.45;
  color: #1f2937;
}

.sp-list li:first-child {
  border-top: none;
}

.sp-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  color: #1da4cb;
  font-weight: 800;
}


@media (max-width: 991px) {
  .special-packages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .special-packages {
    grid-template-columns: 1fr;
  }

  .sp-head h3 {
    font-size: 26px;
  }

  .sp-price {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .special-packages {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 14px;
  }

  .sp-head h3 {
    font-size: 24px;
  }

  .sp-price {
    font-size: 26px;
  }

  .sp-list li {
    font-size: 14px;
  }
}
.sp-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 24px 24px;
}

.sp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  transition: 0.2s;
}

/* pink */
.sp-btn-primary {
  background: linear-gradient(135deg, #ff4fa3, #c93c82);
}

/* kék */
.sp-btn-secondary {
  background: linear-gradient(135deg, #2db3c7, #1c8aa3);
}
/* ZÖLDES-KÉK (ajándékkártya) */
.sp-btn-tertiary {
  background: linear-gradient(135deg, #3db7c3, #2b8fa0);
}

.sp-btn:hover {
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .sp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    height: 56px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    border-radius: 12px;
  }
}

/*mobilos táblázatok*/
.mobile-longlife-cards {
  display: none;
  padding: 1px 14px 30px;
  background: #f5f5f5;
}

.mlc-card {
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  margin-bottom: 18px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.mlc-card-head {
  text-align: center;
  padding: 6px 6px 8px;
}

.mlc-card-head h3 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #0f1720;
}

.mlc-card-head p {
  margin: 0;
  font-size: 15px;
  color: #6d7782;
}

.mlc-price {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 800;
  color: #0f1720;
}

.mlc-note-top {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  color: #005caa;
}

.mlc-section-static {
  padding: 16px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  color: #0f1720;
  background: #fff;
  border-radius: 16px;
}

/* PREMIUM KIEMELÉS */
.mlc-card-featured {
  border: 2px solid rgba(0, 92, 170, 0.18);
  box-shadow: 0 12px 26px rgba(0, 92, 170, 0.10);
}

.mlc-card-featured .mlc-card-head h3,
.mlc-card-featured .mlc-price {
  color: #005caa;
}

.mlc-section {
  background: #f9fafb;
  border-radius: 16px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid #ececec;
}

.mlc-section summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 16px 48px 16px 16px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  color: #0f1720;
  background: #fff;
}

.mlc-section summary::-webkit-details-marker {
  display: none;
}

.mlc-section summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #e8f1fb;
  color: #005caa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
}

.mlc-section[open] summary::after {
  content: "−";
}

.mlc-list {
  padding: 0 16px 14px;
  background: #fff;
}

.mlc-item {
  padding: 12px 0;
  border-top: 1px solid #edf0f2;
  font-size: 14px;
  line-height: 1.45;
  color: #1f2937;
}

.mlc-item.is-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.mlc-item.is-check::before {
  content: "✓";
  flex: 0 0 auto;
  color: #1da4cb;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 1px;
}

.mlc-note {
  margin-top: -6px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 1.35;
  color: #6b7280;
}
.mlc-intro h3 {
text-align: center;
font-size: 20px;
line-height: 1.1;
font-weight: bold;
color: #005caa;
}

@media (max-width: 991px) {
  .mobile-longlife-cards {
    display: block;
  }
}
/*mobil gombok*/
.mlc-actions {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mlc-btn {
  display: block;
  text-align: center;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
}

/* kék gomb */
.mlc-btn-primary {
  background: linear-gradient(135deg, #005caa, #1da4cb);
}

/* rózsaszín gomb */
.mlc-btn-secondary {
  background: linear-gradient(135deg, #d9468f, #ec4899);
}
