/* =========================
   CYBER PAGE CARD LAYOUT
   ========================= */

.section-grid .cyber-card{
  padding:0;
}

.section-grid .cyber-card-inner{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  gap:18px;
  padding:20px;
  min-height:100%;
  box-sizing:border-box;
}

.section-grid .cyber-card .card-media{
  order:1;
  flex:0 0 120px;
  width:120px;
  min-width:120px;
  max-width:120px;
  margin:0;
}

.section-grid .cyber-card .card-media img{
  width:120px;
  min-width:120px;
  max-width:120px;
  height:120px;
  object-fit:cover;
  border-radius:12px;
  margin:0;
}

.section-grid .cyber-card .card-content{
  order:2;
  flex:1 1 auto;
  min-width:0;
}

.section-grid .cyber-card .card-content h3{
  margin:0 0 10px;
  line-height:1.2;
  font-size:1.35rem;
}

.section-grid .cyber-card .card-content p{
  margin:0 0 12px;
  line-height:1.55;
}

.section-grid .cyber-card .subheading{
  font-weight:600;
  color:#1d4ed8;
}

/* =========================
   CYBER SECURITY SEO / UX UPDATES
   ========================= */

.cyber-page-modern{
  background:linear-gradient(180deg,#f5f8fc 0%,#ffffff 32%,#f7fbff 100%);
}

.hero-cyber.cyber-hero-force-dark{
  position:relative;
  background:
    linear-gradient(135deg, rgba(15,23,42,.92), rgba(27,45,66,.84)),
    url('https://intuitysandbox.uk/wp-content/uploads/2026/04/cyber-security-image.webp') center/cover no-repeat;
  color:#fff !important;
  min-height:320px;
  display:flex;
  align-items:center;
}

.hero-cyber.cyber-hero-force-dark .hero-content,
.hero-cyber.cyber-hero-force-dark .eyebrow,
.hero-cyber.cyber-hero-force-dark h1,
.hero-cyber.cyber-hero-force-dark p{
  color:#fff !important;
}

.hero-cyber.cyber-hero-force-dark h1{
  margin:0 0 14px !important;
  font-size:clamp(2.1rem, 4vw, 3.8rem) !important;
  line-height:1.08 !important;
  letter-spacing:-0.03em !important;
}

.cyber-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:22px;
}

.cyber-anchor-nav-wrap{
  padding:24px 0 10px;
  background:linear-gradient(180deg, #eef4fb 0%, #f5f8fc 100%);
}

.cyber-anchor-nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}

.cyber-anchor-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 16px;
  background:#ffffff;
  border:1px solid #d9e2ec;
  border-radius:999px;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
  color:#0f172a;
  text-decoration:none;
  font-weight:600;
  transition:all .22s ease;
}

.cyber-anchor-nav a:hover{
  transform:translateY(-2px);
  border-color:#bfd0e4;
  color:#1b66d1;
  box-shadow:0 16px 32px rgba(15,23,42,.08);
}

@media (max-width:767px){
  .hero-cyber.cyber-hero-force-dark{
    min-height:280px;
  }

  .hero-cyber.cyber-hero-force-dark h1{
    font-size:clamp(1.9rem, 8vw, 3rem) !important;
  }

  .cyber-anchor-nav{
    flex-direction:column;
    align-items:stretch;
  }

  .cyber-anchor-nav a{
    width:100%;
  }

  .cyber-hero-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .cyber-hero-actions .button{
    width:100%;
    justify-content:center;
  }
}
