
.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-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 44px;
}

.hz-onlinecam-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 44px;
}

.hz-onlinecam-card {
  padding: 28px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--hz-border);
  box-shadow: 0 14px 34px rgba(7, 29, 51, 0.045);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.hz-onlinecam-card:hover {
  transform: translateY(-6px);
  border-color: rgba(236, 104, 46, 0.35);
  box-shadow: 0 22px 52px rgba(7, 29, 51, 0.1);
}

.hz-onlinecam-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--hz-orange-soft);
  color: var(--hz-orange);
  font-size: 13px;
  font-weight: 700;
}

.hz-onlinecam-card h3 {
  margin-bottom: 10px;
  color: var(--hz-navy);
  font-size: 21px;
  line-height: 1.32;
  font-weight: 600;
}

.hz-onlinecam-card p {
  color: var(--hz-text);
  font-size: 14.8px;
  line-height: 1.72;
}

.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;
}

.hz-onlinecam-product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.hz-onlinecam-product {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--hz-border);
  box-shadow: 0 14px 34px rgba(7, 29, 51, 0.045);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.hz-onlinecam-product:hover {
  transform: translateY(-6px);
  border-color: rgba(236, 104, 46, 0.35);
  box-shadow: 0 22px 52px rgba(7, 29, 51, 0.1);
}

.hz-onlinecam-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--hz-orange-soft);
  color: var(--hz-orange);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.hz-onlinecam-product h3 {
  margin-bottom: 10px;
  color: var(--hz-navy);
  font-size: 20px;
  line-height: 1.28;
  font-weight: 700;
}

.hz-onlinecam-product p {
  flex-grow: 1;
  color: var(--hz-text);
  font-size: 14.2px;
  line-height: 1.68;
}

.hz-onlinecam-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: var(--hz-orange);
  font-size: 13px;
  font-weight: 700;
}

.hz-onlinecam-link::after {
  content: "→";
  margin-left: 7px;
}

.hz-onlinecam-table-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-onlinecam-table {
  width: 100%;
  border-collapse: collapse;
}

.hz-onlinecam-table th,
.hz-onlinecam-table 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-onlinecam-table tr:last-child td {
  border-bottom: 0;
}

.hz-onlinecam-table thead th {
  background: var(--hz-navy);
  color: #ffffff;
  font-weight: 700;
}

.hz-onlinecam-table tbody td:first-child {
  background: #f9fafb;
  color: var(--hz-navy);
  font-weight: 700;
}

.hz-onlinecam-cta {
  padding: 44px;
  border-radius: 28px;
  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-onlinecam-cta h2 {
  max-width: 780px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 600;
}

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

.hz-onlinecam-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-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

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

  .hz-onlinecam-grid-3,
  .hz-onlinecam-dark-grid,
  .hz-onlinecam-cta {
    grid-template-columns: 1fr;
  }

  .hz-onlinecam-product-grid {
    grid-template-columns: repeat(2, 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-grid-4,
  .hz-onlinecam-grid-3,
  .hz-onlinecam-dark-list,
  .hz-onlinecam-product-grid {
    grid-template-columns: 1fr;
  }

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

  .hz-onlinecam-table-wrap {
    overflow-x: auto;
  }

  .hz-onlinecam-table {
    min-width: 860px;
  }

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