.netseal-hero {
  min-height: 720px;
  background:linear-gradient(120deg, rgba(0, 18, 43, 0.88), rgba(0, 18, 43, 0.6)), url("../image/content/ai-technology-hero.jpg") center/cover no-repeat;
  border-radius: 20px;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 5vw, 5rem);
  display: flex;
  align-items: center;
}

.netseal-hero h1 {
  max-width: 920px;
  color: #fff;
}

.netseal-hero p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.netseal-hero .btn-accent-3 {
  border-color: rgba(255, 255, 255, 0.78);
  color: #fff;
}

.netseal-hero .btn-accent-3:hover {
  border-color: var(--accent-color);
  color: #fff;
}

.netseal-card {
  height: 100%;
  border: 1px solid rgba(40, 104, 237, 0.16);
  border-radius: 8px;
  background: #fff;
  padding: 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.netseal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(5, 24, 53, 0.08);
}

.value-news-grid .news-img.second {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  object-position: center;
}

.value-news-grid .wrapper-news:hover .news-img {
  aspect-ratio: 3/2;
}

#services .card-swiper img {
  aspect-ratio: 3/2;
  object-fit: contain;
  object-position: center;
}

.netseal-icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  color: #fff;
  margin-bottom: 18px;
}

.netseal-service {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.netseal-service a {
  width: max-content;
  color: var(--accent-color);
  font-weight: 700;
  text-decoration: none;
}

.netseal-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.netseal-check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--text-color);
}

.netseal-check-list i {
  color: var(--accent-color);
  margin-top: 5px;
}

.netseal-cta {
  border-radius: 20px;
  background:
    linear-gradient(120deg, rgba(40, 104, 237, 0.95), rgba(0, 18, 43, 0.92)),
    url("../image/placeholders/dummy-img-1920x900-2.jpg") center/cover no-repeat;
  padding: clamp(3rem, 6vw, 5rem);
  color: #fff;
}

.netseal-cta p,
.netseal-cta h2 {
  color: #fff;
}

@media (max-width: 767px) {
  .netseal-hero {
    min-height: auto;
  }
}
