/* Aqua Tip Supply homepage particle hero */
.hero-tech {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  min-height: calc(100svh - 76px);
  padding: clamp(44px, 5vw, 68px) max(18px, calc((100vw - 1220px) / 2));
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: clamp(36px, 6vw, 86px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 32%, rgba(19, 193, 255, .19), transparent 31rem),
    radial-gradient(circle at 83% 44%, rgba(200, 149, 62, .16), transparent 27rem),
    linear-gradient(125deg, rgba(2, 5, 12, .98), rgba(6, 18, 34, .96) 54%, rgba(3, 7, 14, .99));
}

.hero-tech::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(99, 221, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 221, 255, .045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .88), transparent 96%);
}

.hero-particles {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .86;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero-tech .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 8px 12px;
  border: 1px solid rgba(99, 221, 255, .24);
  border-radius: 999px;
  background: rgba(3, 14, 25, .5);
  box-shadow: inset 0 0 24px rgba(99, 221, 255, .06);
}

.hero-tech .kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ice);
  box-shadow: 0 0 16px var(--ice);
}

.hero-tech h1 {
  max-width: 850px;
  margin: 0 0 24px;
  font-size: clamp(46px, 5.3vw, 76px);
  line-height: .96;
  letter-spacing: -.055em;
}

.hero-tech .hero-copy > p:not(.kicker) {
  max-width: 760px;
  margin: 0;
  color: #b8c7d9;
  font-size: clamp(16px, 1.45vw, 19px);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 26px 0 28px;
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(197, 244, 255, .2);
  border-radius: 999px;
  background: rgba(7, 22, 38, .62);
  color: #d9f8ff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.hero-actions {
  margin-top: 0;
}

.hero-quote-card {
  position: relative;
  z-index: 2;
  align-self: center;
  min-width: 0;
  padding: clamp(20px, 2.4vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(197, 244, 255, .28);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(16, 37, 58, .76), rgba(4, 10, 20, .78));
  box-shadow: 0 34px 100px rgba(0, 0, 0, .52), inset 0 1px rgba(255, 255, 255, .11), 0 0 58px rgba(54, 205, 255, .09);
  backdrop-filter: blur(22px);
}

.hero-quote-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, .1), transparent 28%, transparent 72%, rgba(99, 221, 255, .07));
  pointer-events: none;
}

.quote-status {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ice2);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.quote-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #67f7bd;
  box-shadow: 0 0 14px #67f7bd;
}

.quote-product {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 16px;
  margin: 18px 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 15px;
  background: rgba(255, 255, 255, .055);
}

.quote-product img {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 11px;
}

.quote-product small,
.quote-product strong {
  display: block;
}

.quote-product small {
  color: var(--gold2);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.quote-product strong {
  margin-top: 5px;
  font-size: 17px;
  line-height: 1.28;
}

.quote-eyebrow {
  position: relative;
  margin: 0;
  color: var(--ice);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.hero-quote-card h2 {
  position: relative;
  margin: 8px 0 18px;
  font-size: clamp(27px, 2.35vw, 36px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.quote-points {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-bottom: 18px;
}

.quote-points span {
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
  background: rgba(255, 255, 255, .045);
  color: #c6d5e6;
  font-size: 12px;
}

.quote-points span::before {
  content: "+";
  margin-right: 7px;
  color: var(--ice);
  font-weight: 900;
}

.quote-note {
  position: relative;
  margin: 12px 0 0;
  color: #8fa2b7;
  font-size: 12px;
  text-align: center;
}

.hero-quote-card .btn {
  position: relative;
}

@media (max-width: 980px) {
  .hero-tech {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 72px;
  }

  .hero-tech h1 {
    max-width: 900px;
  }

  .hero-quote-card {
    width: min(680px, 100%);
    justify-self: center;
  }

  .hero-tags {
    max-width: 780px;
  }
}

@media (max-width: 680px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero-tech {
    width: 100%;
    padding: 48px 18px 42px;
    gap: 34px;
  }

  .hero-tech h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: .98;
  }

  .hero-tech .hero-copy > p:not(.kicker) {
    font-size: 16px;
  }

  .hero-tags {
    gap: 7px;
    margin: 22px 0 24px;
  }

  .hero-tags span {
    font-size: 11px;
    white-space: normal;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 50px;
  }

  .hero-quote-card {
    padding: 20px;
    border-radius: 17px;
  }

  .quote-product {
    grid-template-columns: 76px 1fr;
  }

  .quote-product img {
    width: 76px;
    height: 76px;
  }

  .hero-quote-card h2 {
    font-size: 30px;
  }

  .quote-points {
    grid-template-columns: 1fr;
  }

  .hero-particles {
    opacity: .64;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-particles {
    display: none;
  }
}
