/* Gume section */
.gume-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #0b0b0b;
  color: #fff;
  padding: clamp(72px, 6vw, 110px) 0;
}

.gume-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://www.ustires.org/sites/default/files/styles/2000x800/public/2024-06/iStock-1533878491.jpg?h=1033f001&itok=9uKlmLSA")
    center center / cover no-repeat;
  transform: scaleX(-1);
  transform-origin: center;
  z-index: -2;
}

.gume-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(11, 11, 11, 0.78), rgba(11, 11, 11, 0.78));
  z-index: -1;
}

.gume-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--apex-home-max, 1520px);
  margin: auto;
  padding-inline: var(--apex-home-padding, clamp(16px, 1.9vw, 30px));
  display: grid;
  grid-template-columns: 30% 70%;
  gap: clamp(28px, 3.2vw, 84px);
  align-items: center;
}

.gume-filter {
  background: #111;
  border-radius: 28px;
  padding: 24px;
  border: 1.5px solid rgba(220, 38, 38, 0.35);
  box-shadow: 0 40px 120px rgba(220, 38, 38, 0.2);
  width: min(100%, 420px);
}

.gume-filter-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0.25em;
  color: #9ca3af;
  margin-bottom: 24px;
}

.gume-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.gume-label-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 14px;
  color: #e5e7eb;
  white-space: nowrap;
}

.gume-label-inline i {
  color: #dc2626;
  font-size: 14px;
}

.gume-select {
  height: 44px;
  padding: 8px 14px;
  border-radius: 14px;
  background: #0b0b0b;
  border: 1px solid #262626;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.gume-btn {
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  border-radius: 22px;
  background: linear-gradient(135deg, #dc2626, #991b1b);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  border: none;
  cursor: pointer;
  box-shadow: 0 20px 50px rgba(220, 38, 38, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.gume-wrapper > div:last-child {
  width: 100%;
}

.gume-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1.5px solid rgba(220, 38, 38, 0.5);
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
}

.gume-badge i {
  color: #dc2626;
}

.gume-title {
  display: block;
  width: 100%;
  max-width: none;
  font-size: clamp(36px, 3vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 22px;
}

.gume-title span {
  color: #dc2626;
}

.gume-text {
  font-size: clamp(16px, 1.05vw, 20px);
  color: #d1d5db;
  line-height: 1.6;
}

.gume-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(14px, 1.2vw, 24px);
  margin-top: 48px;
}

.gume-highlight {
  background: #111;
  border-radius: 22px;
  padding: 26px;
  border: 1px solid #262626;
  transition: 0.25s;
}

.gume-highlight i {
  font-size: 26px;
  color: #dc2626;
  margin-bottom: 14px;
}

.gume-highlight h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
}

.gume-highlight p {
  margin: 0;
  color: #9ca3af;
  font-size: 15px;
  line-height: 1.5;
}

.gume-highlight:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(220, 38, 38, 0.25);
}

/* Laptop fit (15" / 17"): reduce vertical bulk so section is fully visible */
@media (max-width: 1700px) and (min-width: 1201px) {
  .gume-section {
    padding: clamp(40px, 3.4vw, 64px) 0;
  }

  .gume-wrapper {
    grid-template-columns: 33% 67%;
    gap: clamp(18px, 2vw, 34px);
    align-items: start;
  }

  .gume-filter {
    width: min(100%, 390px);
    padding: 20px;
    border-radius: 22px;
  }

  .gume-filter-title {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .gume-row {
    margin-bottom: 10px;
    gap: 10px;
  }

  .gume-select {
    height: 40px;
    padding: 6px 12px;
  }

  .gume-btn {
    margin-top: 12px;
    padding: 12px;
    font-size: 16px;
  }

  .gume-badge {
    margin-bottom: 16px;
    padding: 8px 14px;
  }

  .gume-title {
    font-size: clamp(34px, 2.7vw, 48px);
    margin: 0 0 12px;
    line-height: 1.08;
  }

  .gume-text {
    font-size: clamp(15px, 0.96vw, 17px);
    line-height: 1.45;
  }

  .gume-highlights {
    margin-top: 20px;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gume-highlight {
    padding: 18px;
    border-radius: 16px;
  }

  .gume-highlight i {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .gume-highlight h4 {
    font-size: 17px;
    margin: 0 0 6px;
  }

  .gume-highlight p {
    font-size: 14px;
    line-height: 1.4;
  }
}

/* Short laptop screens (1366x768-ish): compress further */
@media (max-width: 1700px) and (min-width: 1201px) and (max-height: 900px) {
  .gume-section {
    padding: 32px 0;
  }

  .gume-highlights {
    margin-top: 14px;
  }
}

@media (max-width: 1536px) and (min-width: 1024px) {
  .gume-section {
    padding: clamp(56px, 5vw, 86px) 0;
  }

  .gume-wrapper {
    max-width: var(--apex-home-max, 1240px);
    padding-left: clamp(24px, 3.1vw, 50px) !important;
    padding-right: clamp(34px, 4.2vw, 68px) !important;
    gap: clamp(22px, 2.5vw, 44px);
  }
}

@media (max-width: 1200px) {
  .gume-wrapper {
    grid-template-columns: 1fr;
  }

  .gume-filter {
    margin: 0 auto;
  }

  .gume-title {
    font-size: 42px;
  }

  .gume-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .gume-highlights {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1800px) {
  .gume-wrapper {
    grid-template-columns: 28% 72%;
  }
}
