/* ================================================== */
/* combo.css – style opisów zestawów combo             */
/* Lokalizacja: /themes/akira-child-theme/assets/css/  */
/* ================================================== */

/* === KONTENER GŁÓWNY === */
.da-product-box {
  max-width: 900px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 1.7;
  font-size: 15px;
}

/* === RESET BULLETÓW === */
.da-product-box ul,
.da-product-box ul li,
.da-product-box ol,
.da-product-box ol li {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  background-image: none !important;
  background: none !important;
}

/* === HERO – DESKTOP === */
.da-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 110px;
  margin-bottom: 28px;
}

.da-hero-image-wrap {
  position: absolute;
  bottom: -25px;
  z-index: 2;
  width: 225px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.da-hero-image {
  width: 400px;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,0.2));
}

.da-hero-bar {
  display: flex;
  align-items: stretch;
  background: linear-gradient(135deg, #8cc63f 0%, #6ea830 100%);
  border-radius: 0;
  padding: 22px 24px 22px 195px;
  flex: 1;
  box-sizing: border-box;
  min-height: 80px;
  gap: 20px;
}

.da-hero-item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 16px;
  flex-direction: column;
}

.da-bold-line {
  font-weight: bold;
  text-transform: uppercase;
}

.da-normal-line {
  font-weight: normal;
  margin-top: 4px;
}

.da-hero-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 0;
  width: 1.5px;
  background: rgba(255, 255, 255, 0.45);
}

/* === NAGŁÓWKI === */
.da-product-box h2 {
  font-size: 22px;
  margin: 10px 0 12px 0;
  color: #2b2b2b;
  font-weight: 700;
}

.da-product-box h3 {
  font-size: 18px;
  margin: 28px 0 10px 0;
  color: #2b2b2b;
  font-weight: 700;
  border-left: 4px solid #8cc63f;
  padding-left: 12px;
}

.da-product-box p {
  margin: 0 0 14px 0;
}

/* === LISTA Z CHECKMARKAMI === */
.da-feature-list {
  padding: 0 !important;
  margin: 14px 0 !important;
}

.da-feature-list li {
  margin: 10px 0 !important;
  padding-left: 28px !important;
  position: relative;
  line-height: 1.5;
}

.da-feature-list li::before {
  content: "\2714" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #8cc63f !important;
  font-weight: bold !important;
  font-size: 16px !important;
  background: none !important;
  background-image: none !important;
}

/* === TABELE === */
.da-table-wrapper {
  margin: 18px 0;
  overflow-x: auto;
}

.da-product-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.da-product-table th {
  background: #8cc63f;
  color: #fff;
  text-align: left;
  padding: 11px 14px;
  font-weight: 600;
}

.da-product-table td {
  padding: 10px 14px;
  border: 1px solid #e0e0e0;
  background: #fafafa;
}

.da-product-table tr:nth-child(even) td {
  background: #f3f3f3;
}

/* === OSTRZEŻENIE === */
.da-notice {
  background: #f9f9f2;
  border-left: 4px solid #d4c94a;
  padding: 12px 16px;
  margin: 18px 0;
  font-size: 13px;
  color: #555;
  border-radius: 0;
}

/* === KARTA PRODUKTU W ZESTAWIE === */
.da-set-product {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 24px 0 32px 0;
  padding: 20px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 0;
}

.da-set-product-image {
  flex-shrink: 0;
  width: 160px;
}

.da-set-product-image img {
  width: 160px;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.12));
}

.da-set-product-content {
  flex: 1;
}

.da-set-product-content h3 {
  margin-top: 0 !important;
}

.da-set-product-content h3 a {
  color: #2b2b2b;
  text-decoration: none;
}

.da-set-product-content h3 a:hover {
  color: #6ea830;
}

.da-product-link {
  display: inline-block;
  margin-top: 8px;
  color: #6ea830;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.da-product-link:hover {
  text-decoration: underline;
}

/* === SEKCJA "DLACZEGO ZESTAW" === */
.da-why-set {
  display: flex;
  gap: 16px;
  margin: 20px 0;
}

.da-why-item {
  flex: 1;
  background: #f5faf0;
  border: 1px solid #d4e8c2;
  border-radius: 0;
  padding: 16px;
  text-align: center;
}

.da-why-item b {
  display: block;
  color: #6ea830;
  font-size: 16px;
  margin-bottom: 6px;
}

/* === MOBILE === */
@media (max-width: 700px) {
  .da-hero {
    flex-direction: column;
    align-items: center;
    margin-top: -70px;
    margin-bottom: 24px;
  }

  .da-hero-image-wrap {
    position: relative;
    left: 0;
    bottom: 0;
    width: auto;
    z-index: 2;
    margin-bottom: -110px;
  }

  .da-hero-image {
    width: 280px;
    max-height: 380px;
    filter: drop-shadow(0 8px 28px rgba(0,0,0,0.22));
    position: relative;
    top: 35px;
  }

  .da-hero-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 130px 0 0 0;
    width: 100%;
    box-sizing: border-box;
  }

  .da-hero-item {
    padding: 14px 12px;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    border-right: 1px solid rgba(255,255,255,0.25);
  }

  .da-hero-item:not(:last-child)::after {
    display: none;
  }

  .da-hero-item:nth-child(2n) {
    border-right: none;
  }

  .da-hero-item:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .da-product-box h2 {
    font-size: 18px;
  }

  .da-product-box h3 {
    font-size: 16px;
  }

  /* Karta produktu — mobile stack */
  .da-set-product {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px;
  }

  .da-set-product-image {
    width: 140px;
    margin-bottom: 8px;
  }

  .da-set-product-image img {
    width: 140px;
  }

  .da-set-product-content h3 {
    text-align: left;
  }

  .da-set-product-content .da-feature-list {
    text-align: left;
  }

  /* Sekcja "dlaczego" — mobile stack */
  .da-why-set {
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .da-hero-image {
    width: 240px;
    max-height: 320px;
  }

  .da-hero-image-wrap {
    margin-bottom: -65px;
  }

  .da-hero-bar {
    padding-top: 85px;
  }

  .da-hero-item {
    font-size: 12px;
    padding: 12px 8px;
  }
}
