/* =========================================================
   Cyber Security Assurance & Compliance CSS - Premium Version
   Header, banner and footer remain controlled by common CSS
========================================================= */

:root {
  --cyber-purple: #7c2cff;
  --cyber-purple-dark: #34106f;
  --cyber-purple-soft: #f6f0ff;
  --cyber-violet: #a84dff;
  --cyber-blue: #0ea5ff;
  --cyber-cyan: #18d2ff;
  --cyber-green: #20d58a;
  --cyber-orange: #ff9f1c;
  --cyber-pink: #ff4fd8;
  --cyber-navy: #071528;
  --cyber-ink: #1f2433;
  --cyber-text: #687083;
  --cyber-white: #ffffff;
  --cyber-border: rgba(124, 44, 255, 0.14);
  --cyber-shadow: 0 28px 80px rgba(31, 12, 84, 0.13);
}

/* Banner */

.cyber-security-banner {
  background-image: url("../images/cyber-security-assurance-compliance-banner-desktop.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* =========================================================
   Premium Body + 90% Width
========================================================= */

.premium-cyber-body {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(124, 44, 255, 0.11), transparent 24%),
    radial-gradient(circle at 92% 16%, rgba(14, 165, 255, 0.11), transparent 26%),
    radial-gradient(circle at 78% 80%, rgba(32, 213, 138, 0.07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbf8ff 42%, #ffffff 100%);
}

.premium-cyber-body::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(124, 44, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 255, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 15%, #000 85%, transparent 100%);
}

.premium-cyber-body > section {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .premium-cyber-body > section > .container,
  .cyber-intro-section > .container,
  .cyber-strip-section > .container,
  .cyber-core-section > .container,
  .cyber-assurance-section > .container,
  .cyber-cta-section > .container {
    width: 90% !important;
    max-width: 90% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .premium-cyber-body > section > .container,
  .cyber-intro-section > .container,
  .cyber-strip-section > .container,
  .cyber-core-section > .container,
  .cyber-assurance-section > .container,
  .cyber-cta-section > .container {
    width: 94% !important;
    max-width: 94% !important;
  }
}

/* Common */

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cyber-purple);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 14px;
}

.section-kicker span {
  width: 18px;
  height: 8px;
  display: inline-block;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--cyber-purple), var(--cyber-blue));
  box-shadow: 0 8px 20px rgba(124, 44, 255, 0.25);
}

.cyber-hero-content h2,
.cyber-section-heading h2,
.cyber-cta-card h2 {
  color: var(--cyber-ink);
  font-size: clamp(30px, 2.65vw, 48px);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -0.9px;
  margin-bottom: 16px;
}

.cyber-hero-content p,
.cyber-section-heading p,
.cyber-card p,
.cyber-assurance-card p,
.cyber-cta-card p {
  color: var(--cyber-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.72;
}

/* =========================================================
   Hero
========================================================= */

.cyber-intro-section {
  padding: 62px 0 22px;
  background: transparent;
}

.cyber-hero-card {
  position: relative;
  overflow: hidden;
  padding: 52px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 84% 12%, rgba(14, 165, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 255, 0.96));
  border: 1px solid var(--cyber-border);
  box-shadow: var(--cyber-shadow);
}

.cyber-hero-card::before {
  content: "\F52A";
  position: absolute;
  right: -28px;
  top: -70px;
  font-family: "bootstrap-icons";
  font-size: 260px;
  line-height: 1;
  color: rgba(124, 44, 255, 0.055);
  transform: rotate(-10deg);
}

.cyber-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 44px;
  align-items: center;
}

.cyber-service-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: var(--cyber-purple);
  font-size: 13px;
  font-weight: 800;
  background: var(--cyber-purple-soft);
  border: 1px solid var(--cyber-border);
}

.cyber-service-badge i {
  color: var(--cyber-blue);
}

.cyber-hero-content h2 {
  color: var(--cyber-purple);
  max-width: 900px;
}

.cyber-hero-content p {
  max-width: 900px;
  margin-bottom: 16px;
}

.cyber-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.cyber-btn {
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.32s ease;
}

.cyber-btn-primary {
  background: linear-gradient(135deg, var(--cyber-purple), var(--cyber-blue));
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(124, 44, 255, 0.24);
}

.cyber-btn-primary:hover {
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 26px 58px rgba(124, 44, 255, 0.30);
}

.cyber-btn-outline {
  background: #ffffff;
  color: var(--cyber-purple);
  border: 1px solid var(--cyber-border);
  box-shadow: 0 12px 30px rgba(31, 12, 84, 0.08);
}

.cyber-btn-outline:hover {
  color: #ffffff;
  background: var(--cyber-navy);
  transform: translateY(-4px);
}

/* Animated Shield Visual */

.cyber-hero-visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cyber-shield-stage {
  position: relative;
  width: min(100%, 540px);
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cyber-security-dashboard {
  position: relative;
  z-index: 3;
  width: min(100%, 460px);
  padding: 20px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 20% 18%, rgba(32, 213, 138, 0.22), transparent 30%),
    radial-gradient(circle at 80% 18%, rgba(14, 165, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #061527, #18083c 55%, #042f39);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 34px 95px rgba(7, 21, 40, 0.30);
  overflow: hidden;
}

.cyber-security-dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.65;
  pointer-events: none;
}

.cyber-window-top,
.cyber-shield-core,
.cyber-risk-meter,
.cyber-scan-lines {
  position: relative;
  z-index: 2;
}

.cyber-window-top {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}

.cyber-window-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255,255,255,0.42);
}

.cyber-shield-core {
  min-height: 145px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  gap: 20px;
}

.cyber-shield-icon {
  position: relative;
  width: 96px;
  height: 96px;
  min-width: 96px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--cyber-purple), var(--cyber-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 44px;
  box-shadow: 0 22px 55px rgba(14,165,255,0.22);
}

.cyber-shield-icon::before,
.cyber-shield-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.30);
  animation: cyberPulseRing 2.2s infinite ease-out;
}

.cyber-shield-icon::before {
  inset: -10px;
}

.cyber-shield-icon::after {
  inset: -23px;
  animation-delay: 0.8s;
}

.cyber-shield-core strong,
.cyber-shield-core small {
  display: block;
}

.cyber-shield-core strong {
  color: #ffffff;
  font-size: 18px;
}

.cyber-shield-core small {
  color: rgba(255,255,255,0.68);
  margin-top: 5px;
}

.cyber-risk-meter {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px;
  margin-top: 14px;
  border-radius: 24px;
  background: rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.10);
}

.risk-ring {
  width: 84px;
  height: 84px;
  min-width: 84px;
  border-radius: 50%;
  background: conic-gradient(var(--cyber-green) 0 78%, rgba(255,255,255,0.14) 78% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: riskGlow 2.8s ease-in-out infinite;
}

.risk-ring i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #08172d;
  color: var(--cyber-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
}

.risk-copy small,
.risk-copy strong {
  display: block;
  color: #ffffff;
}

.risk-copy small {
  font-size: 11px;
  letter-spacing: 1.1px;
  opacity: 0.70;
}

.risk-copy strong {
  font-size: 25px;
  line-height: 1.1;
}

.cyber-scan-lines {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.cyber-scan-lines span {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyber-cyan), var(--cyber-purple));
  animation: cyberScan 2.8s infinite ease-in-out;
}

.cyber-scan-lines span:nth-child(2) {
  animation-delay: 0.3s;
}

.cyber-scan-lines span:nth-child(3) {
  animation-delay: 0.6s;
}

.cyber-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(14,165,255,0.18);
  animation: cyberRotate 14s linear infinite;
}

.orbit-one {
  width: 430px;
  height: 430px;
}

.orbit-two {
  width: 360px;
  height: 360px;
  border-color: rgba(124,44,255,0.20);
  animation-direction: reverse;
  animation-duration: 18s;
}

.orbit-three {
  width: 290px;
  height: 290px;
  border-color: rgba(32,213,138,0.18);
  animation-duration: 11s;
}

.cyber-node {
  position: absolute;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cyber-purple), var(--cyber-blue));
  box-shadow: 0 18px 38px rgba(14,165,255,0.22), 0 0 0 8px rgba(124,44,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  animation: cyberFloatNode 3.4s infinite ease-in-out;
}

.node-iam { top: 44px; left: 86px; }
.node-cloud { top: 96px; right: 62px; animation-delay: 0.6s; }
.node-data { bottom: 84px; left: 54px; animation-delay: 1.2s; }
.node-ai { bottom: 48px; right: 88px; animation-delay: 1.8s; }

.cyber-floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
  padding: 14px 16px;
  border-radius: 22px;
  color: #ffffff;
  background: rgba(7, 21, 40, 0.92);
  box-shadow: 0 22px 54px rgba(7, 21, 40, 0.28);
  backdrop-filter: blur(10px);
  z-index: 5;
}

.cyber-floating-card i {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--cyber-purple), var(--cyber-blue));
  font-size: 21px;
}

.cyber-floating-card strong,
.cyber-floating-card span {
  display: block;
}

.cyber-floating-card strong {
  font-size: 14px;
}

.cyber-floating-card span {
  color: rgba(255,255,255,0.70);
  font-size: 12px;
}

.cyber-floating-card-1 {
  left: -24px;
  top: 78px;
}

.cyber-floating-card-2 {
  right: -18px;
  bottom: 54px;
}

/* =========================================================
   Dark Capability Strip
========================================================= */

.cyber-strip-section {
  padding: 18px 0 30px;
  background: transparent;
}

.cyber-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 16px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 15%, rgba(124, 44, 255, 0.55), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(14, 165, 255, 0.30), transparent 30%),
    linear-gradient(135deg, #061527, #18083c 50%, #052b35);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 30px 80px rgba(7, 21, 40, 0.24);
}

.cyber-strip-item {
  min-height: 126px;
  padding: 20px;
  border-radius: 23px;
  color: #ffffff;
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.10);
  transition: all 0.3s ease;
}

.cyber-strip-item:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, rgba(124,44,255,0.72), rgba(14,165,255,0.30));
}

.cyber-strip-item i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 19px;
  font-size: 28px;
  color: #ffffff;
  background: rgba(255,255,255,0.12);
}

.cyber-strip-item strong,
.cyber-strip-item span {
  display: block;
}

.cyber-strip-item strong {
  font-size: 16px;
  line-height: 1.25;
}

.cyber-strip-item span {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255,255,255,0.72);
}

/* =========================================================
   Core Cards - Solid Colors
========================================================= */

.cyber-core-section {
  padding: 58px 0 66px;
  background: transparent;
}

.cyber-section-heading {
  max-width: 920px;
  margin: 0 auto 38px;
}

.cyber-section-heading h2 {
  color: var(--cyber-purple);
}

.cyber-section-heading p {
  max-width: 830px;
  margin: 0 auto;
}

.cyber-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cyber-card {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border-radius: 30px;
  padding: 34px 26px;
  border: none;
  box-shadow: 0 22px 55px rgba(31, 12, 84, 0.16);
  transition: all 0.32s ease;
}

.cyber-card::before {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255,255,255,0.13);
}

.cyber-card:nth-child(1) { background: linear-gradient(135deg, #7c2cff, #5b18d6); }
.cyber-card:nth-child(2) { background: linear-gradient(135deg, #0ea5ff, #0077d9); }
.cyber-card:nth-child(3) { background: linear-gradient(135deg, #20d58a, #059669); }

.cyber-card-icon {
  position: relative;
  z-index: 2;
  width: 76px;
  height: 76px;
  margin: 0 0 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.16);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.cyber-card h3,
.cyber-card p {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.cyber-card h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.32;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.cyber-card p {
  color: rgba(255,255,255,0.92);
  font-size: 14.5px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.cyber-card p:last-child {
  margin-bottom: 0;
}

.cyber-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(31,12,84,0.22);
}

/* =========================================================
   Assurance Blocks - Solid Colors
========================================================= */

.cyber-assurance-section {
  padding: 40px 0 66px;
  background: transparent;
}

.cyber-assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.cyber-assurance-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border-radius: 30px;
  padding: 30px 24px;
  border: none;
  box-shadow: 0 22px 55px rgba(31, 12, 84, 0.16);
  transition: all 0.32s ease;
}

.cyber-assurance-card::before {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255,255,255,0.13);
}

.cyber-assurance-card:nth-child(1) { background: linear-gradient(135deg, #ff4fd8, #c026d3); }
.cyber-assurance-card:nth-child(2) { background: linear-gradient(135deg, #ff9f1c, #f97316); }
.cyber-assurance-card:nth-child(3) { background: linear-gradient(135deg, #243b6b, #0f172a); }
.cyber-assurance-card:nth-child(4) { background: linear-gradient(135deg, #4f46e5, #1e1b4b); }

.cyber-assurance-icon {
  position: relative;
  z-index: 2;
  width: 66px;
  height: 66px;
  margin-bottom: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.16);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.cyber-assurance-card h3,
.cyber-assurance-card p {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.cyber-assurance-card h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.32;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.cyber-assurance-card p {
  color: rgba(255,255,255,0.92);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.cyber-assurance-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(31,12,84,0.22);
}

/* =========================================================
   CTA
========================================================= */

.cyber-cta-section {
  padding: 0 0 90px;
  background: transparent;
}

.cyber-cta-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 42px 48px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 15%, rgba(124,44,255,0.55), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(14,165,255,0.30), transparent 30%),
    linear-gradient(135deg, #061527, #18083c 50%, #052b35);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 34px 90px rgba(7,21,40,0.26);
}

.cyber-cta-card::before {
  content: "\F52A";
  position: absolute;
  right: 28px;
  bottom: -62px;
  font-family: "bootstrap-icons";
  font-size: 230px;
  color: rgba(255,255,255,0.04);
  line-height: 1;
}

.cyber-cta-card > * {
  position: relative;
  z-index: 2;
}

.cyber-cta-icon {
  width: 96px;
  height: 96px;
  border-radius: 30px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cyber-purple), var(--cyber-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  box-shadow: 0 24px 56px rgba(14,165,255,0.22);
}

.cyber-cta-card .section-kicker,
.cyber-cta-card h2,
.cyber-cta-card p {
  color: #ffffff;
}

.cyber-cta-card .section-kicker span {
  background: #ffffff;
  box-shadow: none;
}

.cyber-cta-card h2 {
  margin-bottom: 12px;
}

.cyber-cta-card p {
  color: rgba(255,255,255,0.82);
  margin: 0;
  max-width: 850px;
}

.cyber-cta-btn {
  min-height: 50px;
  padding: 14px 20px;
  border-radius: 16px;
  background: #ffffff;
  color: var(--cyber-purple);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.32s ease;
}

.cyber-cta-btn:hover {
  color: var(--cyber-purple-dark);
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(20,20,45,0.18);
}

/* Animations */

@keyframes cyberPulseRing {
  0% { transform: scale(0.96); opacity: 0.7; }
  70% { transform: scale(1.08); opacity: 0.1; }
  100% { transform: scale(1.12); opacity: 0; }
}

@keyframes cyberRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes cyberFloatNode {
  0%, 100% { transform: translateY(0px) scale(0.96); }
  50% { transform: translateY(-10px) scale(1.06); }
}

@keyframes cyberScan {
  0%, 100% { opacity: 0.55; transform: scaleX(0.94); transform-origin: left; }
  50% { opacity: 1; transform: scaleX(1); transform-origin: left; }
}

@keyframes riskGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(32,213,138,0); }
  50% { box-shadow: 0 0 28px rgba(32,213,138,0.30); }
}

/* Responsive */

@media (max-width: 1399px) {
  .cyber-assurance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1199px) {
  .cyber-hero-grid {
    grid-template-columns: 1fr;
  }

  .cyber-hero-visual {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .cyber-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .cyber-card-grid {
    grid-template-columns: 1fr;
  }

  .cyber-card {
    min-height: auto;
  }

  .cyber-cta-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .cyber-security-banner {
    background-image: url("../images/cyber-security-assurance-compliance-banner-mobile.jpg");
    background-position: center center;
  }

  .cyber-intro-section {
    padding: 52px 0 18px;
  }

  .cyber-hero-card {
    padding: 40px 32px;
  }

  .cyber-cta-section {
    padding-bottom: 72px;
  }
}

@media (max-width: 767px) {
  .cyber-hero-content h2,
  .cyber-section-heading h2,
  .cyber-cta-card h2 {
    font-size: 28px;
  }

  .cyber-hero-card,
  .cyber-cta-card {
    padding: 32px 24px;
    border-radius: 28px;
  }

  .cyber-actions {
    width: 100%;
  }

  .cyber-btn,
  .cyber-cta-btn {
    width: 100%;
    justify-content: center;
  }

  .cyber-hero-visual {
    min-height: auto;
  }

  .cyber-shield-stage {
    min-height: 420px;
  }

  .cyber-security-dashboard {
    width: min(100%, 100%);
    padding: 16px;
    border-radius: 30px;
  }

  .cyber-shield-core {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
  }

  .cyber-shield-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 25px;
    font-size: 34px;
  }

  .cyber-risk-meter {
    align-items: flex-start;
    flex-direction: column;
  }

  .cyber-floating-card {
    position: relative;
    inset: auto !important;
    width: 100%;
    margin-top: 14px;
  }

  .cyber-strip,
  .cyber-assurance-grid {
    grid-template-columns: 1fr;
  }

  .cyber-orbit {
    opacity: 0.55;
  }

  .orbit-one { width: 320px; height: 320px; }
  .orbit-two { width: 270px; height: 270px; }
  .orbit-three { width: 220px; height: 220px; }

  .cyber-node {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    font-size: 19px;
  }
}

@media (max-width: 575px) {
  .cyber-security-banner {
    background-image: url("../images/cyber-security-assurance-compliance-banner-mobile.jpg");
    background-position: center top;
  }

  .premium-cyber-body > section > .container,
  .cyber-intro-section > .container,
  .cyber-strip-section > .container,
  .cyber-core-section > .container,
  .cyber-assurance-section > .container,
  .cyber-cta-section > .container {
    width: 94% !important;
    max-width: 94% !important;
  }

  .cyber-intro-section {
    padding: 42px 0 16px;
  }

  .cyber-hero-card,
  .cyber-cta-card {
    padding: 28px 20px;
  }

  .cyber-hero-content h2,
  .cyber-section-heading h2,
  .cyber-cta-card h2 {
    font-size: 24px;
  }

  .cyber-hero-content p,
  .cyber-section-heading p,
  .cyber-card p,
  .cyber-assurance-card p,
  .cyber-cta-card p {
    font-size: 14px;
  }

  .section-kicker {
    font-size: 11px;
    line-height: 1.45;
  }

  .cyber-shield-stage {
    min-height: 360px;
  }

  .orbit-one { width: 260px; height: 260px; }
  .orbit-two { width: 220px; height: 220px; }
  .orbit-three { width: 180px; height: 180px; }

  .node-iam { top: 38px; left: 38px; }
  .node-cloud { top: 68px; right: 30px; }
  .node-data { bottom: 66px; left: 20px; }
  .node-ai { bottom: 38px; right: 44px; }

  .cyber-card,
  .cyber-assurance-card {
    min-height: auto;
    padding: 28px 20px;
  }

  .cyber-card h3,
  .cyber-assurance-card h3 {
    font-size: 18px;
  }

  .cyber-cta-section {
    padding-bottom: 58px;
  }

  .cyber-cta-icon {
    width: 78px;
    height: 78px;
    border-radius: 24px;
    font-size: 36px;
  }
}
