.site-banner {
  width: 100%;
  /* background-position: 100% 100%; */
}

.site-banner .site-product-banner {
  position: relative;
  width: 100%;
  height: 100%;
}

.site-banner .banner-img {
  width: 100%;
  height: auto;
  /* maintain aspect ratio */
  display: block;
  /* removes inline gap under image */
}

.description {
  font-size: clamp(14px, 1.5vw, 20px);
  color: #fff;
  margin-bottom: 3rem;
  margin-top: 5rem;
}

.buttons {
  display: flex;
  gap: 1.5rem;
  /* flex-wrap: wrap; */
}

.btn {
  padding: clamp(0.7rem, 1vw, 1rem) clamp(1.2rem, 2vw, 2rem);
  font-size: clamp(0.9rem, 1vw, 1.1rem);
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.product-banner {
  background: #000814;
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}

.compass-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 820px) {
  .description {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 14px;
  }

  .description {
    font-size: 9px;
    margin-bottom: 1.5rem;
  }

  .buttons {
    display: flex;
    gap: 0.5rem;
  }

  .btn {
    padding: 5px 10px;
    font-size: 8px;
  }
}

/* Banner */

.banner-hero-section {
  position: relative;
  background: linear-gradient(0deg, #000026, #000026);
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner-hero-container {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  z-index: 2;
}

/* Decorative circles */
.banner-hero-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
}

.banner-hero-circle-1 {
  width: 300px;
  height: 300px;
  background: #3b82f6;
  top: 120px;
  left: 80px;
  border: 1px solid #e5e7eb;
}

.banner-hero-circle-2 {
  width: 300px;
  height: 300px;
  background: #3b82f6;
  bottom: 120px;
  right: 80px;
  border: 1px solid #e5e7eb;
}

.banner-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(30, 58, 138, 0.3);
  border: 1px solid rgba(59, 130, 246, 0.5);
  border-radius: 20px;
  padding: 8px 16px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(10px);
}

.banner-hero-section h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px;
}

.banner-hero-subtitle {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #94a3b8;
  margin-bottom: 35px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.banner-hero-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  color: #000814;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.banner-hero-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
  color: #000814;
}

.banner-hero-cta-button:hover {
  transform: translateY(3px);
}

@media (max-width: 768px) {
  .banner-hero-section h1 {
    font-size: 2.5rem;
  }

  .banner-hero-subtitle {
    font-size: 1rem;
  }

  .banner-hero-circle-1,
  .banner-hero-circle-2 {
    opacity: 0.1;
  }
}

@media (max-width: 480px) {
  .banner-hero-section h1 {
    font-size: 2rem;
  }

  .banner-hero-circle-1,
  .banner-hero-circle-2 {
    height: 180px;
    width: 180px;
  }
}

/* product-section-two */
.product-section-two {
  padding: 40px 20px;
  text-align: center;
  background-color: #fff;
  /* optional, keep white */
}

.product-section-two-content h1 {
  font-weight: 700;
  font-size: 36px;
  color: #001b36;
  margin-bottom: 16px;
}

.product-section-two-content p {
  font-size: 20px;
  color: #001b36;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .product-section-two-content h1 {
    font-size: 20px;
  }

  .product-section-two-content p {
    font-size: 14px;
  }
}

/*  shieldwise section*/
.shieldwise-section {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 70.71%);
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
}

.shieldwise-section-container {
  text-align: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}


.shieldwise-section-image-container {
  width: 100%;
  max-width: 382px;
  height: 100%;
  max-height: 256px;
  background: red;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto;
}

.shieldwise-section-image {
  width: 100%;
  height: auto;
  display: block;
}

.shieldwise-section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.shieldwise-section h1,
.deepdive-section h1,
.aegisMind-section h1,
.portsweep-section h1,
.api-scanner-section h1,
.host-site-section h1 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #111827;
}

.shieldwise-section-tagline {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #374151;
  margin-bottom: 50px;
}

.shieldwise-section-cta-button {
  display: inline-block;
  background: linear-gradient(90deg, #2563eb 0%, #0891b2 100%);
  padding: 18px 145px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px rgba(59, 130, 246, 0.3),
    0px 10px 15px rgba(59, 130, 246, 0.3);
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.shieldwise-section-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: #021746;
}

.shieldwise-section-cta-button:active {
  transform: translateY(-1px);
}

/* Responsive design */
@media (max-width: 768px) {

  .shieldwise-section h1,
  .deepdive-section h1,
  .aegisMind-section h1,
  .portsweep-section h1,
  .api-scanner-section h1,
  .host-site-section h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .shieldwise-section-tagline {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .shieldwise-section-cta-button {
    padding: 16px 80px;
    font-size: 14px;
  }
}

.shieldwise-section-cta-button {
  animation: slideUp 0.8s ease-out 0.3s both;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Deepdive section */
.deepdive-section {
  background: linear-gradient(135deg, #faf5ff 0%, #f5f3ff 70.71%);
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
}

.deepdive-section-cta-button {
  display: inline-block;
  background: linear-gradient(90deg, #2563eb 0%, #0891b2 100%);
  padding: 18px 145px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px rgba(59, 130, 246, 0.3),
    0px 10px 15px rgba(59, 130, 246, 0.3);
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.deepdive-section-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: #083492;
  color: white;
}

@media (max-width: 768px) {
  .deepdive-section-cta-button {
    padding: 18px 45px;
  }

  .deepdive-section {
    padding: 70px 40px;
  }
}

/* AegisMind section */
.aegisMind-section {
  background: linear-gradient(135deg, #eff6ff 0%, #ecfeff 70.71%);
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
}

.aegisMind-section-cta-button {
  display: inline-block;
  background: linear-gradient(90deg, #2563eb 0%, #0891b2 100%);
  padding: 18px 145px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px rgba(59, 130, 246, 0.3),
    0px 10px 15px rgba(59, 130, 246, 0.3);
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.aegisMind-section-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: #083492;
  color: white;
}

@media (max-width: 768px) {
  .aegisMind-section-cta-button {
    padding: 18px 45px;
  }

  .aegisMind-section {
    padding: 70px 40px;
  }
}

/* portsweep section */
.portsweep-section {
  background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 70.71%);
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
}

.portsweep-section-cta-button {
  display: inline-block;
  background: linear-gradient(90deg, #f8931f 0%, #ffcc06 100%);
  padding: 18px 145px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px rgba(59, 130, 246, 0.3),
    0px 10px 15px rgba(59, 130, 246, 0.3);
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.portsweep-section-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: #a75d0a;
  color: white;
}

@media (max-width: 768px) {
  .portsweep-section-cta-button {
    padding: 18px 45px;
  }

  .portsweep-section {
    padding: 70px 40px;
  }
}

/* api-scanner section */
.api-scanner-section {
  background: linear-gradient(135deg, #f0fdfa 0%, #ecfeff 70.71%);
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
}

.api-scanner-section-cta-button {
  display: inline-block;
  background: linear-gradient(90deg, #2563eb 0%, #0891b2 100%);
  padding: 18px 145px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px rgba(59, 130, 246, 0.3),
    0px 10px 15px rgba(59, 130, 246, 0.3);
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.api-scanner-section-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: #1240a3;
  color: white;
}

@media (max-width: 768px) {
  .api-scanner-section-cta-button {
    padding: 18px 45px;
  }

  .api-scanner-section {
    padding: 70px 40px;
  }
}

/* host-site section */
.host-site-section {
  background: linear-gradient(135deg, #fef2f2 0%, #fff1f2 70.71%);
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
}

.host-site-section-cta-button {
  display: inline-block;
  background: linear-gradient(90deg, #fe0000 0%, #ff8e8e 100%);
  padding: 18px 145px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px rgba(59, 130, 246, 0.3),
    0px 10px 15px rgba(59, 130, 246, 0.3);
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.host-site-section-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: #d31111;
  color: white;
}

@media (max-width: 768px) {
  .host-site-section-cta-button {
    padding: 18px 45px;
  }

  .host-site-section {
    padding: 70px 40px;
  }
}

/* run-scan-section */
.run-scan-section {
  background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
}

.run-scan-container {
  text-align: center;
  max-width: 800px;
  width: 100%;
}

.run-scan-container h1 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.run-scan-tagline {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #dbeafe;
  margin-bottom: 50px;
}

.run-scan-cta-button {
  display: inline-block;
  background: white;
  padding: 18px 45px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #3b82f6;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.run-scan-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: #f8f9fa;
}

.run-scan-cta-button:active {
  transform: translateY(-1px);
}

/* Responsive design */
@media (max-width: 768px) {
  .run-scan-section h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }

  .run-scan-tagline {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }

  .run-scan-cta-button {
    padding: 16px 40px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .run-scan-section h1 {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  .run-scan-tagline {
    font-size: 1rem;
    margin-bottom: 35px;
  }

  .run-scan-cta-button {
    padding: 14px 35px;
    font-size: 0.95rem;
    border-radius: 10px;
  }
}

.run-scan-cta-button {
  animation: slideUp 0.8s ease-out 0.3s both;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}