
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@500;600&display=swap');

.hz-well,
.hz-well * {
  box-sizing: border-box;
}

.hz-well {
  --hz-orange: #ec682e;
  --hz-orange-soft: rgba(236, 104, 46, 0.12);
  --hz-navy: #071d33;
  --hz-blue: #0b2f4d;
  --hz-cyan: #39c6ff;
  --hz-green: #68d391;
  --hz-yellow: #ffd166;
  --hz-purple: #a78bfa;
  --hz-text: #4b5563;
  --hz-muted: #64748b;
  --hz-border: #e5e7eb;
  --hz-soft: #f7f9fc;
  --hz-white: #ffffff;

  width: 100%;
  overflow: hidden;
  background: #ffffff;
  color: var(--hz-text);
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.65;
}

.hz-well h1,
.hz-well h2,
.hz-well h3,
.hz-well p {
  margin: 0;
}

.hz-well a {
  text-decoration: none !important;
}

.hz-well-section {
  padding: 86px 0;
}

.hz-well-section-white {
  background: #ffffff;
}

.hz-well-section-soft {
  background: var(--hz-soft);
}

.hz-well-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
}

.hz-well-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--hz-orange);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.hz-well-eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--hz-orange);
  display: inline-block;
}

.hz-well-title {
  max-width: 1120px;
  margin-bottom: 18px;
  color: var(--hz-navy);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -1px;
}

.hz-well-desc {
  max-width: 1120px;
  color: var(--hz-text);
  font-size: 17px;
  line-height: 1.8;
}

/* Hero */
.hz-well-hero {
  padding: 92px 0 86px;
  background:
    radial-gradient(circle at 88% 14%, rgba(236, 104, 46, 0.16), transparent 34%),
    linear-gradient(135deg, #071d33 0%, #0b2f4d 100%);
  color: #ffffff;
}

.hz-well-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.hz-well-hero .hz-well-eyebrow {
  color: #ffffff;
}

.hz-well-hero .hz-well-eyebrow::before {
  background: var(--hz-orange);
}

.hz-well-hero h1 {
  max-width: 760px;
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -1.2px;
}

.hz-well-hero p {
  max-width: 760px;
  margin-top: 22px;
  color: rgba(255,255,255,0.76);
  font-size: 17px;
  line-height: 1.85;
}

.hz-well-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hz-well-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);
  color: rgba(255,255,255,0.82);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
}

.hz-well-hero-visual {
  position: relative;
  min-height: 520px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.13);
  overflow: hidden;
}

.hz-well-fiber-demo {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 62% 48%, rgba(57,198,255,0.14), transparent 18%),
    rgba(7,29,51,0.42);
  overflow: hidden;
}

.hz-well-fiber-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 54%;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(57,198,255,0.35), #ffffff, rgba(57,198,255,0.35));
  box-shadow: 0 0 24px rgba(57,198,255,0.65);
}

.hz-well-pulse {
  position: absolute;
  left: 8%;
  top: calc(54% - 9px);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(255,255,255,0.9), 0 0 34px rgba(57,198,255,0.95);
  animation: hz-well-pulse 4.6s linear infinite;
}

@keyframes hz-well-pulse {
  0% { left: 8%; opacity: 0; }
  10% { opacity: 1; }
  86% { opacity: 1; }
  100% { left: calc(92% - 25px); opacity: 0; }
}

.hz-well-event {
  position: absolute;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid rgba(236,104,46,0.56);
  background: rgba(236,104,46,0.15);
  box-shadow: 0 0 38px rgba(236,104,46,0.42);
  animation: hz-well-event-pulse 1.9s ease-in-out infinite;
}

.hz-well-event.vibration {
  left: 34%;
  top: 34%;
}

.hz-well-event.temperature {
  right: 22%;
  top: 50%;
  border-color: rgba(255,209,102,0.6);
  background: rgba(255,209,102,0.13);
  box-shadow: 0 0 38px rgba(255,209,102,0.38);
  animation-delay: 0.45s;
}

.hz-well-event::before {
  position: absolute;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
  padding: 5px 10px;
  border-radius: 999px;
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.hz-well-event.vibration::before {
  content: "DAS Event";
  background: var(--hz-orange);
}

.hz-well-event.temperature::before {
  content: "DTS Temperature";
  background: #d8a619;
}

@keyframes hz-well-event-pulse {
  0%, 100% { transform: scale(0.92); opacity: 0.72; }
  50% { transform: scale(1.08); opacity: 1; }
}

.hz-well-hero-kpis {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.hz-well-hero-kpi {
  padding: 14px 12px;
  border-radius: 15px;
  background: rgba(7,29,51,0.72);
  border: 1px solid rgba(255,255,255,0.12);
}

.hz-well-hero-kpi strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.hz-well-hero-kpi span {
  display: block;
  color: rgba(255,255,255,0.62);
  font-size: 11.5px;
  line-height: 1.35;
}

/* Product cards */
.hz-well-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 46px;
}

.hz-well-product-card {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid var(--hz-border);
  box-shadow: 0 18px 45px rgba(7, 29, 51, 0.06);
}

.hz-well-product-media {
  position: relative;
  min-height: 280px;
  background:
    radial-gradient(circle at 80% 16%, rgba(236,104,46,0.16), transparent 28%),
    #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hz-well-product-media img {
  width: 100%;
  height: 100%;
  max-height: 330px;
  object-fit: contain;
  display: block;
  padding: 30px;
}

.hz-well-product-badge {
  position: absolute;
  left: 22px;
  top: 22px;
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  background: var(--hz-orange);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.hz-well-product-body {
  padding: 30px;
}

.hz-well-product-body h3 {
  margin-bottom: 12px;
  color: var(--hz-navy);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 28px;
  line-height: 1.22;
  font-weight: 500;
}

.hz-well-product-body p {
  color: var(--hz-text);
  font-size: 15.5px;
  line-height: 1.75;
}

.hz-well-kpi-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.hz-well-kpi {
  padding: 15px;
  border-radius: 16px;
  background: var(--hz-soft);
  border: 1px solid var(--hz-border);
}

.hz-well-kpi strong {
  display: block;
  margin-bottom: 3px;
  color: var(--hz-navy);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.hz-well-kpi span {
  display: block;
  color: var(--hz-muted);
  font-size: 12.5px;
  line-height: 1.35;
}

/* Why */
.hz-well-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 44px;
}

.hz-well-card {
  position: relative;
  min-height: 230px;
  padding: 26px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--hz-border);
  box-shadow: 0 14px 34px rgba(7, 29, 51, 0.045);
  overflow: hidden;
}

.hz-well-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: var(--hz-orange-soft);
}

.hz-well-card span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: var(--hz-orange-soft);
  color: var(--hz-orange);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.hz-well-card h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  color: var(--hz-navy);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 500;
}

.hz-well-card p {
  position: relative;
  z-index: 2;
  color: var(--hz-text);
  font-size: 14.5px;
  line-height: 1.7;
}

/* Principle */
.hz-well-principle {
  margin-top: 46px;
  padding: 42px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(236, 104, 46, 0.18), transparent 34%),
    linear-gradient(135deg, #071d33 0%, #0b2f4d 100%);
  box-shadow: 0 28px 80px rgba(7, 29, 51, 0.16);
}

.hz-well-principle-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: stretch;
}

.hz-well-principle-copy h3 {
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
}

.hz-well-principle-copy p {
  margin-top: 14px;
  color: rgba(255,255,255,0.76);
  font-size: 16px;
  line-height: 1.8;
}

.hz-well-principle-note {
  margin-top: 22px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.65;
}

.hz-well-principle-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.hz-well-principle-card {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);
}

.hz-well-principle-card span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(236,104,46,0.18);
  border: 1px solid rgba(236,104,46,0.38);
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.hz-well-principle-card h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 500;
}

.hz-well-principle-card p {
  color: rgba(255,255,255,0.7);
  font-size: 14.6px;
  line-height: 1.7;
}

/* Comparison table */
.hz-well-compare-wrap {
  margin-top: 44px;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid var(--hz-border);
  box-shadow: 0 18px 45px rgba(7, 29, 51, 0.06);
}

.hz-well-compare {
  width: 100%;
  border-collapse: collapse;
}

.hz-well-compare th,
.hz-well-compare td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--hz-border);
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.55;
}

.hz-well-compare tr:last-child td {
  border-bottom: 0;
}

.hz-well-compare thead th {
  background: var(--hz-navy);
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.hz-well-compare tbody td:first-child {
  width: 26%;
  background: #f9fafb;
  color: var(--hz-navy);
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 600;
}

/* Gallery */
.hz-well-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}

.hz-well-gallery-card {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--hz-border);
  box-shadow: 0 14px 34px rgba(7, 29, 51, 0.045);
}

.hz-well-gallery-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #f8fafc;
  overflow: hidden;
}

.hz-well-gallery-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hz-well-gallery-tag {
  position: absolute;
  left: 16px;
  top: 16px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(236,104,46,0.92);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.hz-well-gallery-body {
  padding: 22px;
}

.hz-well-gallery-body h3 {
  margin-bottom: 8px;
  color: var(--hz-navy);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 19px;
  line-height: 1.32;
  font-weight: 500;
}

.hz-well-gallery-body p {
  color: var(--hz-muted);
  font-size: 14px;
  line-height: 1.65;
}

/* Specs */
.hz-well-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 44px;
}

.hz-well-spec-card {
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid var(--hz-border);
  box-shadow: 0 18px 45px rgba(7, 29, 51, 0.06);
}

.hz-well-spec-head {
  padding: 22px 24px;
  background: var(--hz-navy);
  color: #ffffff;
}

.hz-well-spec-head h3 {
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.hz-well-spec-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  border-bottom: 1px solid var(--hz-border);
}

.hz-well-spec-row:last-child {
  border-bottom: 0;
}

.hz-well-spec-row div {
  padding: 15px 20px;
  font-size: 14.5px;
  line-height: 1.55;
}

.hz-well-spec-row div:first-child {
  background: #f9fafb;
  color: var(--hz-navy);
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 600;
}

/* FAQ */
.hz-well-faq-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}

.hz-well-faq-list {
  display: grid;
  gap: 16px;
  margin-top: 44px;
}

.hz-well-faq-item {
  overflow: hidden;
  border-radius: 20px;
  background: var(--hz-soft);
  border: 1px solid var(--hz-border);
  box-shadow: 0 12px 30px rgba(7, 29, 51, 0.035);
}

.hz-well-faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 24px 64px 24px 26px;
  color: var(--hz-navy);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}

.hz-well-faq-item summary::-webkit-details-marker {
  display: none;
}

.hz-well-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--hz-orange-soft);
  color: var(--hz-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.hz-well-faq-item[open] summary::after {
  content: "−";
  background: var(--hz-orange);
  color: #ffffff;
}

.hz-well-faq-answer {
  padding: 0 26px 26px 26px;
  color: var(--hz-text);
  font-size: 15.5px;
  line-height: 1.8;
}

/* CTA */
.hz-well-cta {
  padding: 46px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 18%, rgba(236,104,46,0.22), transparent 34%),
    linear-gradient(135deg, #071d33 0%, #0b2f4d 100%);
  box-shadow: 0 28px 80px rgba(7, 29, 51, 0.16);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.hz-well-cta h2 {
  max-width: 800px;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 500;
}

.hz-well-cta p {
  max-width: 880px;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.7;
}

.hz-well-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--hz-orange);
  color: #ffffff !important;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.3s ease, transform 0.3s ease;
}

.hz-well-btn:hover {
  background: #d95a22;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1180px) {
  .hz-well-hero-grid,
  .hz-well-principle-grid {
    grid-template-columns: 1fr;
  }

  .hz-well-hero h1 {
    font-size: 44px;
  }

  .hz-well-title {
    font-size: 38px;
  }

  .hz-well-why-grid,
  .hz-well-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hz-well-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hz-well-container,
  .hz-well-faq-wrap {
    padding: 0 22px;
  }

  .hz-well-section {
    padding: 62px 0;
  }

  .hz-well-hero {
    padding: 68px 0 62px;
  }

  .hz-well-hero h1 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }

  .hz-well-title {
    font-size: 30px;
    letter-spacing: -0.7px;
  }

  .hz-well-desc,
  .hz-well-hero p {
    font-size: 16px;
  }

  .hz-well-hero-visual {
    min-height: 620px;
    padding: 22px;
  }

  .hz-well-fiber-demo {
    left: 22px;
    right: 22px;
    top: 22px;
    bottom: 22px;
  }

  .hz-well-hero-kpis {
    grid-template-columns: 1fr 1fr;
    left: 18px;
    right: 18px;
  }

  .hz-well-product-grid,
  .hz-well-why-grid,
  .hz-well-principle-cards,
  .hz-well-gallery-grid,
  .hz-well-spec-grid {
    grid-template-columns: 1fr;
  }

  .hz-well-product-body {
    padding: 24px 22px;
  }

  .hz-well-kpi-row {
    grid-template-columns: 1fr;
  }

  .hz-well-principle {
    padding: 24px;
  }

  .hz-well-principle-copy h3 {
    font-size: 26px;
  }

  .hz-well-compare-wrap {
    overflow-x: auto;
  }

  .hz-well-compare {
    min-width: 860px;
  }

  .hz-well-spec-card {
    overflow-x: auto;
  }

  .hz-well-spec-head,
  .hz-well-spec-row {
    min-width: 650px;
  }

  .hz-well-faq-item summary {
    padding: 22px 58px 22px 22px;
    font-size: 17px;
  }

  .hz-well-faq-answer {
    padding: 0 22px 24px 22px;
    font-size: 15px;
  }

  .hz-well-cta {
    padding: 28px 22px;
  }

  .hz-well-cta h2 {
    font-size: 27px;
  }

  .hz-well-btn {
    width: 100%;
  }
}
