/* ============================================================
   Kit Section — products + support + certificate
   ============================================================ */

.kit-section {
  width: 100%;
  background: var(--gt-pink-soft);
  padding: 88px 64px;
  font-family: var(--font-sans);
  direction: rtl;
  position: relative;
  overflow: hidden;
}
.kit-blob--a {
  width: 420px; height: 420px;
  background: var(--gt-pink);
  top: -120px; right: -120px;
  opacity: 0.4;
}
.kit-blob--b {
  width: 360px; height: 360px;
  background: var(--gt-cream);
  bottom: -100px; left: -100px;
  opacity: 0.6;
}

.kit-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.kit-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 56px;
}
.kit-headline {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--gt-ink);
  margin: 0;
  text-wrap: balance;
}
.kit-headline em { font-style: normal; color: var(--gt-burgundy); }
.kit-subhead {
  font-size: 24px;
  font-weight: 500;
  color: var(--gt-body);
  margin: 18px 0 0;
  text-wrap: pretty;
  line-height: 1.5;
}

.kit-equipment-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}
.kit-equipment-head .part-title em { color: var(--gt-burgundy); font-style: normal; }

.kit-value-pill {
  color: var(--gt-burgundy-ink);
  font-weight: 600;
  background: white;
  border: 1px solid var(--gt-pink);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 20px;
}

.kit-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.product-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--gt-line);
  box-shadow:
    0 12px 32px rgba(110, 28, 64, 0.08),
    0 1px 2px rgba(110, 28, 64, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 320ms var(--ease-warm), box-shadow 320ms var(--ease-warm);
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(110, 28, 64, 0.16);
}
.product-image {
  height: 280px;
  position: relative;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-image--compressor { background: linear-gradient(160deg, #fff6e8 0%, #f5e6d8 100%); }
.product-image--compressor img { object-position: center 60%; }
.product-image--tent { background: linear-gradient(160deg, #fff6e8 0%, #edc9d3 60%, #d89aae 100%); }
.product-image--tent img { object-position: 40% center; }
.product-image--bottles { background: linear-gradient(160deg, #fff6e8 0%, #f5e6d8 100%); }
.product-image--bottles img { object-position: center 65%; }

.product-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.product-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.product-name {
  margin: 0;
  font-weight: 800;
  line-height: 1.25;
  color: var(--gt-ink);
  letter-spacing: -0.01em;
  flex: 1;
  text-wrap: balance;
  font-size: 24px;
}
.product-price {
  flex-shrink: 0;
  background: var(--gt-burgundy);
  color: white;
  padding: 4px 10px;
  border-radius: 8px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  transform: rotate(-1.5deg);
  white-space: nowrap;
  font-size: 18px;
}
.product-desc {
  margin: 0;
  line-height: 1.55;
  color: var(--gt-body);
  text-wrap: pretty;
  font-size: 17px;
}

.kit-products-note {
  margin: 32px auto 0;
  max-width: 820px;
  line-height: 1.6;
  color: var(--gt-body);
  text-align: center;
  text-wrap: pretty;
  font-size: 16px;
}
.kit-products-note strong { color: var(--gt-burgundy-ink); font-weight: 700; }

/* Support card */
.kit-support {
  margin-top: 64px;
  background: white;
  border-radius: 24px;
  padding: 40px 44px;
  border: 1px solid var(--gt-line);
  box-shadow: 0 12px 32px rgba(110, 28, 64, 0.06);
}
.kit-support .part-title em { font-style: normal; color: var(--gt-burgundy); }
.kit-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 28px;
}
.kit-support-item {
  padding-right: 18px;
  border-right: 2px solid var(--gt-pink);
}
.kit-support-item h4 {
  margin: 0 0 8px;
  font-weight: 800;
  color: var(--gt-ink);
  letter-spacing: -0.01em;
  font-size: 24px;
}
.kit-support-item p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--gt-body);
  text-wrap: pretty;
}

/* Certificate banner */
.kit-cert {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 28px;
  background: linear-gradient(135deg, var(--gt-burgundy-ink) 0%, var(--gt-burgundy) 100%);
  border-radius: 18px;
  color: white;
  box-shadow: 0 12px 32px rgba(110, 28, 64, 0.18);
}
.kit-cert-icon {
  flex-shrink: 0;
  width: 56px;
  height: 72px;
  background: white;
  border-radius: 6px;
  position: relative;
  transform: rotate(-3deg);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.kit-cert-icon::before {
  content: '';
  position: absolute;
  width: 70%; height: 2px;
  background: var(--gt-burgundy);
  top: 24%; right: 15%;
}
.kit-cert-icon::after {
  content: '';
  position: absolute;
  width: 60%; height: 1.5px;
  background: var(--gt-pink);
  top: 42%; right: 15%;
  box-shadow: 0 7px 0 var(--gt-pink);
}
.kit-cert-icon-stamp {
  position: absolute;
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 2px solid var(--gt-burgundy);
  bottom: 8px;
  right: 8px;
  background: var(--gt-pink-soft);
}
.kit-cert-meta {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 4px;
  font-size: 11px;
}
.kit-cert h4 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 24px;
}
.kit-cert p {
  margin: 4px 0 0;
  line-height: 1.5;
  opacity: 0.88;
  text-wrap: pretty;
  color: white;
  font-size: 16px;
}

@media (max-width: 768px) {
  .kit-section { padding: 56px 20px; }
  .kit-blob--a {
    width: 220px; height: 220px;
    top: -60px; right: -60px;
    opacity: 0.45;
  }
  .kit-blob--b { display: none; }

  .kit-headline { font-size: 30px; line-height: 1.1; }
  .kit-subhead { font-size: 20px; margin-top: 12px; }

  .kit-equipment-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 18px;
  }
  .kit-equipment-head .part-title { font-size: 21px; }
  .kit-value-pill { font-size: 16px; padding: 5px 11px; }

  .kit-products {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .kit-products-note { margin-top: 24px; }

  .kit-support {
    margin-top: 36px;
    padding: 24px 22px;
    border-radius: 18px;
  }
  .kit-support .part-title { font-size: 24px; }
  .kit-support-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 18px;
  }
  .kit-support-item {
    padding-right: 14px;
  }
  .kit-support-item h4 { font-size: 20px; }
  .kit-support-item p { font-size: 16px; }

  .kit-cert {
    margin-top: 18px;
    padding: 18px;
    gap: 16px;
    border-radius: 14px;
  }
  .kit-cert-icon { width: 42px; height: 56px; }
}
