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

.hz-onlinecam {
  --hz-orange: #ec682e;
  --hz-orange-soft: rgba(236, 104, 46, 0.12);
  --hz-navy: #071d33;
  --hz-blue: #0b2f4d;
  --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: Arial, sans-serif;
  line-height: 1.65;
}

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

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

.hz-onlinecam-section {
  padding: 82px 0;
}

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

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

.hz-onlinecam-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--hz-orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

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

.hz-onlinecam-title {
  max-width: 1080px;
  margin-bottom: 18px;
  color: var(--hz-navy);
  font-size: 42px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.8px;
}

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

.hz-onlinecam-dark {
  margin-top: 44px;
  padding: 46px;
  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%);
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(7, 29, 51, 0.16);
}

.hz-onlinecam-dark-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.hz-onlinecam-dark h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
}

.hz-onlinecam-dark p {
  color: rgba(255,255,255,0.74);
  font-size: 16px;
  line-height: 1.8;
}

.hz-onlinecam-dark-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.hz-onlinecam-dark-item {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.hz-onlinecam-dark-item strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.hz-onlinecam-dark-item span {
  color: rgba(255,255,255,0.68);
  font-size: 13.5px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .hz-onlinecam-dark-grid {
    grid-template-columns: 1fr;
  }

  .hz-onlinecam-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .hz-onlinecam-container {
    padding: 0 22px;
  }

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

  .hz-onlinecam-title {
    font-size: 30px;
  }

  .hz-onlinecam-desc {
    font-size: 16px;
  }

  .hz-onlinecam-dark-list {
    grid-template-columns: 1fr;
  }

  .hz-onlinecam-dark {
    padding: 28px 22px;
  }
}
