/* =========================================================
   AppGuard Solution Page CSS
   CHIPS / prevent-ransomware.com
   ========================================================= */

.chips-root {
  --chips-bg: #080b11;
  --chips-bg-dark: #060c15;
  --chips-bg-mid: #091221;
  --chips-card: #131c2d;
  --chips-text: #f8fafc;
  --chips-muted: #9fb0c8;
  --chips-muted-2: #7f92ad;
  --chips-neon: #00e5ff;
  --chips-blue: #0055ff;
  --chips-teal: #00bfa5;
  --chips-green: #00e676;
  --chips-red: #ff4d6d;
  --chips-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  --chips-max: 1280px;

  color: var(--chips-text);
  background: var(--chips-bg);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.45;
  position: relative;
  z-index: 1;
  margin: 0;
  overflow-x: hidden;
}

.chips-root * {
  box-sizing: border-box;
}

.chips-root a {
  color: inherit;
  text-decoration: none;
}

.chips-root img {
  max-width: 100%;
  height: auto;
  display: block;
}

.chips-root .chips-container {
  width: 100%;
  max-width: var(--chips-max);
  margin: 0 auto;
  padding: 0 24px;
}

.chips-root .chips-section {
  position: relative;
  z-index: 1;
}

.chips-root .chips-section-inner {
  padding: 96px 0;
}

/* =========================================================
   Buttons
   ========================================================= */

.chips-root .chips-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px 30px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
  text-align: center;
}

.chips-root .chips-btn-primary {
  color: #04101d;
  background: linear-gradient(135deg, #19d7ff 0%, #0f7dff 100%);
  box-shadow: 0 10px 30px rgba(0, 140, 255, 0.32);
}

.chips-root .chips-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(0, 140, 255, 0.38);
  color: #ffffff;
}

.chips-root .chips-btn-secondary {
  color: #f2f7ff;
  background: rgba(255,255,255,0.035);
  border-color: rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.chips-root .chips-btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.2);
}

/* =========================================================
   Hero
   ========================================================= */

.chips-root .chips-hero {
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background-image:
    linear-gradient(rgba(4, 8, 15, 0.72), rgba(4, 8, 15, 0.88)),
    url('https://prevent-ransomware.com/hubfs/2026%20website/Contained%20Threat%20Intelligence.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.chips-root .chips-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 10%, rgba(0,229,255,0.12), rgba(0,229,255,0) 38%);
}

.chips-root .chips-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 0 110px;
  text-align: center;
}

.chips-root.chips-solution-page .chips-solution-hero-inner {
  min-height: 760px;
  text-align: left;
  justify-content: center;
}

.chips-root.chips-solution-page .chips-solution-hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px;
  align-items: center;
}

.chips-root.chips-solution-page .chips-solution-hero-copy {
  max-width: 760px;
}

.chips-root .chips-eyebrow {
  display: inline-block;
  margin-bottom: 26px;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.035);
  color: var(--chips-neon);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 6px 24px rgba(0,0,0,0.16);
}

.chips-root .chips-hero h1,
.chips-root.chips-solution-page .chips-solution-hero-copy h1 {
  margin: 0 0 24px;
  font-size: clamp(44px, 5.4vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #ffffff;
  text-align: left;
}

.chips-root .chips-gradient-text {
  display: inline-block;
  background: linear-gradient(90deg, var(--chips-neon) 0%, #1bb8ff 45%, var(--chips-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.chips-root .chips-hero p,
.chips-root.chips-solution-page .chips-solution-hero-copy p {
  max-width: 820px;
  margin: 0 0 34px;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.4;
  color: #c7d2e3;
  font-weight: 500;
  text-align: left;
}

.chips-root .chips-hero-actions,
.chips-root.chips-solution-page .chips-solution-hero-actions {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.chips-root.chips-solution-page .chips-solution-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.chips-root.chips-solution-page .chips-solution-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.035);
  color: #dce8f8;
  font-size: 14px;
  font-weight: 700;
}

/* =========================================================
   Sections
   ========================================================= */

.chips-root .chips-dark-section {
  background: var(--chips-bg-mid);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.chips-root .chips-darkest-section {
  background: var(--chips-bg-dark);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  border-top: 1px solid rgba(255,255,255,0.05);
}

.chips-root .chips-heading-block {
  max-width: 980px;
  margin: 0 auto 56px;
  text-align: center;
}

.chips-root .chips-heading-block h2 {
  margin: 0 0 20px;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #ffffff;
  font-weight: 800;
}

.chips-root .chips-heading-block p {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.45;
  color: #adbdd2;
  font-weight: 500;
}

/* =========================================================
   Cards
   ========================================================= */

.chips-root .chips-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.chips-root .chips-card,
.chips-root .chips-testimonial,
.chips-root .chips-advantage-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(135deg, rgba(12,23,41,0.96) 0%, rgba(21,31,50,0.96) 100%);
  box-shadow: var(--chips-shadow);
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.chips-root .chips-card {
  padding: 34px 32px 32px;
  min-height: 456px;
}

.chips-root .chips-card::before,
.chips-root .chips-testimonial::before,
.chips-root .chips-advantage-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: transparent;
  transition: background 0.3s ease;
}

.chips-root .chips-card:hover,
.chips-root .chips-testimonial:hover,
.chips-root .chips-advantage-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0,229,255,0.18);
  box-shadow: 0 22px 45px rgba(0,0,0,0.34), 0 0 0 1px rgba(0,229,255,0.05);
}

.chips-root .chips-card.card-neon:hover::before,
.chips-root .chips-testimonial:hover::before,
.chips-root .chips-advantage-card:hover::before {
  background: var(--chips-neon);
}

.chips-root .chips-card.card-teal:hover::before {
  background: var(--chips-teal);
}

.chips-root .chips-card.card-green:hover::before {
  background: var(--chips-green);
}

.chips-root .chips-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 28px;
  border: 1px solid transparent;
}

.chips-root .pill-neon {
  color: var(--chips-neon);
  background: rgba(0,229,255,0.09);
  border-color: rgba(0,229,255,0.22);
}

.chips-root .pill-teal {
  color: var(--chips-teal);
  background: rgba(0,191,165,0.09);
  border-color: rgba(0,191,165,0.22);
}

.chips-root .pill-green {
  color: var(--chips-green);
  background: rgba(0,230,118,0.09);
  border-color: rgba(0,230,118,0.22);
}

.chips-root .chips-card h3 {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.1;
  color: #ffffff;
  font-weight: 800;
}

.chips-root .chips-card p {
  margin: 0 0 28px;
  min-height: 150px;
  font-size: 18px;
  line-height: 1.52;
  color: var(--chips-muted);
}

.chips-root .chips-advantage-card {
  padding: 36px 36px 34px;
}

.chips-root .chips-advantage-card h3 {
  margin: 0 0 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

/* =========================================================
   Lists
   ========================================================= */

.chips-root .chips-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chips-root .chips-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.45;
  color: #deebfa;
  font-weight: 600;
}

.chips-root .chips-list li:last-child {
  margin-bottom: 0;
}

.chips-root .chips-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--chips-neon);
  font-weight: 800;
}

.chips-root .chips-list.teal li::before {
  color: var(--chips-teal);
}

.chips-root .chips-list.green li::before {
  color: var(--chips-green);
}

/* =========================================================
   Bar Graphics
   ========================================================= */

.chips-root .chips-bar-group {
  margin-bottom: 30px;
}

.chips-root .chips-bar-group:last-child {
  margin-bottom: 0;
}

.chips-root .chips-bar-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
}

.chips-root .chips-bar-top .muted {
  color: #8ea2c2;
}

.chips-root .chips-bar-top .right-red {
  color: var(--chips-red);
}

.chips-root .chips-bar-top .right-green {
  color: var(--chips-green);
}

.chips-root .chips-bar-track {
  width: 100%;
  height: 18px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  background: #050912;
  border: 1px solid rgba(255,255,255,0.06);
}

.chips-root .chips-bar-fill-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #a21e38 0%, #ff5c79 100%);
  box-shadow: 0 0 18px rgba(255, 92, 121, 0.35);
}

.chips-root .chips-bar-fill-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--chips-green) 0%, var(--chips-teal) 100%);
  box-shadow: 0 0 18px rgba(0, 230, 118, 0.35);
}

.chips-root .chips-bar-caption {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.45;
  color: var(--chips-muted-2);
  font-weight: 500;
}

.chips-root .chips-bar-caption .green {
  color: var(--chips-green);
  font-weight: 700;
}

.chips-root.chips-solution-page .chips-solution-bar-85 { width: 85%; }
.chips-root.chips-solution-page .chips-solution-bar-70 { width: 70%; }
.chips-root.chips-solution-page .chips-solution-bar-62 { width: 62%; }
.chips-root.chips-solution-page .chips-solution-bar-78 { width: 78%; }

/* =========================================================
   Stats
   ========================================================= */

.chips-root.chips-solution-page .chips-solution-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.chips-root.chips-solution-page .chips-solution-stat-card {
  min-height: 0;
}

.chips-root.chips-solution-page .chips-solution-stat-card h3 {
  font-size: clamp(36px, 3vw, 54px);
  margin: 0 0 10px;
}

.chips-root.chips-solution-page .chips-solution-stat-card p {
  min-height: 0;
}

/* =========================================================
   Two-Column Sections
   ========================================================= */

.chips-root .chips-msp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 54px;
  align-items: start;
}

.chips-root .chips-msp-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(42px, 4vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #ffffff;
  font-weight: 800;
}

.chips-root .chips-msp-copy p {
  margin: 0 0 28px;
  font-size: 21px;
  line-height: 1.55;
  color: var(--chips-muted);
  font-weight: 500;
}

.chips-root .chips-number-list {
  display: grid;
  gap: 26px;
  margin-top: 32px;
}

.chips-root .chips-number-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.chips-root .chips-number-box {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 26px;
  color: var(--chips-neon);
  border: 1px solid rgba(0,229,255,0.28);
  background: rgba(255,255,255,0.025);
  box-shadow: 0 0 25px rgba(0,229,255,0.08);
}

.chips-root .chips-number-content h4 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.chips-root .chips-number-content p {
  margin: 0;
  font-size: 18px;
}

.chips-root.chips-solution-page .chips-solution-compare-grid,
.chips-root.chips-solution-page .chips-solution-coverage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.chips-root.chips-solution-page .chips-solution-compare-box,
.chips-root.chips-solution-page .chips-solution-coverage-box {
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.025);
  border-radius: 16px;
  padding: 22px 20px;
  min-height: 100%;
}

.chips-root.chips-solution-page .chips-solution-note,
.chips-root.chips-solution-page .chips-solution-panel-copy {
  color: var(--chips-muted);
  font-size: 19px;
  line-height: 1.58;
}

/* =========================================================
   Video Proof Section
   ========================================================= */

.chips-root .chips-video-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.chips-root .chips-video-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.chips-root .chips-video-card p {
  min-height: 120px;
}

.chips-root .chips-video-card .chips-btn {
  margin-top: auto;
  align-self: flex-start;
}

.chips-root .chips-video-library-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

/* =========================================================
   Awards / Recognition
   ========================================================= */

.chips-root .chips-awards-panel {
  max-width: 960px;
  margin: 0 auto 40px;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(12,23,41,0.96) 0%, rgba(21,31,50,0.96) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: var(--chips-shadow);
}

.chips-root .chips-awards-image {
  display: block;
  width: 100%;
  max-width: 840px;
  max-height: 260px;
  margin: 0 auto;
  padding: 18px;
  object-fit: contain;
  border-radius: 14px;
  background: #ffffff;
}

/* =========================================================
   Testimonials
   ========================================================= */

.chips-root .chips-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.chips-root .chips-testimonial {
  min-height: 280px;
  padding: 42px 40px 36px;
}

.chips-root .chips-quote-mark {
  position: absolute;
  top: 22px;
  left: 24px;
  font-size: 120px;
  line-height: 1;
  color: rgba(255,255,255,0.05);
  font-weight: 800;
  pointer-events: none;
}

.chips-root .chips-testimonial blockquote {
  margin: 0 0 34px;
  padding-left: 26px;
  color: #eef5ff;
  font-size: 22px;
  line-height: 1.45;
  font-style: italic;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.chips-root .chips-attribution {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-left: 26px;
}

.chips-root .chips-attribution-bar {
  width: 3px;
  min-height: 46px;
  background: var(--chips-neon);
  border-radius: 999px;
  flex: 0 0 auto;
}

.chips-root .chips-attribution-name {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
}

.chips-root .chips-attribution-role {
  margin: 0;
  color: var(--chips-muted);
  font-size: 16px;
  line-height: 1.45;
}

/* =========================================================
   FAQ
   ========================================================= */

.chips-root.chips-solution-page .chips-solution-faq-heading {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.chips-root.chips-solution-page .chips-faq-list {
  display: grid;
  gap: 16px;
}

.chips-root.chips-solution-page .chips-faq-item {
  padding: 0;
}

.chips-root.chips-solution-page .chips-faq-question {
  width: 100%;
  appearance: none;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-align: left;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
}

.chips-root.chips-solution-page .chips-faq-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--chips-neon);
  font-size: 22px;
  line-height: 1;
  transition: transform 0.25s ease, background 0.25s ease;
}

.chips-root.chips-solution-page .chips-faq-item.is-open .chips-faq-icon {
  transform: rotate(45deg);
  background: rgba(255,255,255,0.04);
}

.chips-root.chips-solution-page .chips-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.chips-root.chips-solution-page .chips-faq-answer-inner {
  padding: 0 26px 24px;
  color: var(--chips-muted);
  font-size: 17px;
  line-height: 1.65;
}

/* =========================================================
   CTA Section
   ========================================================= */

.chips-root .chips-cta {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(0, 85, 255, 0.22), rgba(8,11,17,0) 38%),
    linear-gradient(180deg, #060b14 0%, #07111f 100%);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.chips-root .chips-cta-inner {
  padding: 110px 0 105px;
  text-align: center;
}

.chips-root .chips-cta h2 {
  margin: 0 0 24px;
  font-size: clamp(44px, 5vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #ffffff;
  font-weight: 800;
}

.chips-root .chips-cta p {
  max-width: 900px;
  margin: 0 auto 38px;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.45;
  color: #d9e5f3;
  font-weight: 500;
}

.chips-root .chips-cta-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.chips-root .chips-cta-note {
  margin: 0;
  color: #b8c6da;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-weight: 700;
}

/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 1199px) {
  .chips-root .chips-card-grid,
  .chips-root .chips-testimonial-grid,
  .chips-root .chips-msp-grid,
  .chips-root.chips-solution-page .chips-solution-hero-grid,
  .chips-root.chips-solution-page .chips-solution-stats {
    grid-template-columns: 1fr;
  }

  .chips-root .chips-card p {
    min-height: 0;
  }

  .chips-root .chips-msp-grid {
    gap: 48px;
  }

  .chips-root .chips-video-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {
  .chips-root .chips-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .chips-root .chips-section-inner {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .chips-root .chips-hero-inner {
    min-height: 560px;
    padding-top: 88px;
    padding-bottom: 78px;
  }

  .chips-root.chips-solution-page .chips-solution-hero-inner {
    min-height: 620px;
  }

  .chips-root .chips-hero h1,
  .chips-root.chips-solution-page .chips-solution-hero-copy h1 {
    text-align: center;
    font-size: clamp(42px, 12vw, 58px);
  }

  .chips-root .chips-hero p,
  .chips-root.chips-solution-page .chips-solution-hero-copy p {
    text-align: center;
    font-size: 19px;
  }

  .chips-root.chips-solution-page .chips-solution-hero-actions,
  .chips-root.chips-solution-page .chips-solution-chip-row {
    justify-content: center;
  }

  .chips-root .chips-btn {
    width: 100%;
    font-size: 17px;
  }

  .chips-root .chips-heading-block {
    margin-bottom: 48px;
  }

  .chips-root .chips-heading-block h2,
  .chips-root .chips-msp-copy h2,
  .chips-root .chips-cta h2 {
    font-size: clamp(42px, 11vw, 56px);
    line-height: 1.02;
    text-align: center;
  }

  .chips-root .chips-heading-block p,
  .chips-root .chips-msp-copy p,
  .chips-root .chips-cta p {
    font-size: 20px;
    text-align: center;
  }

  .chips-root .chips-card-grid,
  .chips-root .chips-video-proof-grid,
  .chips-root.chips-solution-page .chips-solution-compare-grid,
  .chips-root.chips-solution-page .chips-solution-coverage-grid {
    grid-template-columns: 1fr;
  }

  .chips-root .chips-card,
  .chips-root .chips-testimonial,
  .chips-root .chips-advantage-card {
    padding: 30px 24px 28px;
  }

  .chips-root .chips-video-card {
    min-height: 0;
  }

  .chips-root .chips-video-card p {
    min-height: 0;
  }

  .chips-root .chips-video-library-cta .chips-btn {
    width: 92%;
    margin: 0 auto;
  }

  .chips-root #appguard-video-proof,
  .chips-root #appguard-complements-edr,
  .chips-root #coverage-map,
  .chips-root #recognition {
    scroll-margin-top: 90px;
  }

  .chips-root #appguard-complements-edr .chips-msp-grid,
  .chips-root #coverage-map .chips-msp-grid,
  .chips-root #recognition .chips-testimonial-grid {
    gap: 42px;
  }

  .chips-root .chips-solution-note {
    margin-bottom: 34px;
  }

  .chips-root .chips-awards-panel {
    margin-top: 38px;
    padding: 22px;
  }

  .chips-root .chips-awards-image {
    padding: 14px;
    max-height: 240px;
  }

  .chips-root .chips-testimonial blockquote {
    padding-left: 10px;
    font-size: 19px;
  }

  .chips-root .chips-attribution {
    padding-left: 10px;
  }

  .chips-root.chips-solution-page .chips-faq-question {
    padding: 22px 20px;
    font-size: 17px;
  }

  .chips-root.chips-solution-page .chips-faq-answer-inner {
    padding: 0 20px 22px;
  }

  .chips-root .chips-cta-inner {
    padding-top: 84px;
    padding-bottom: 92px;
  }

  .chips-root .chips-cta-note {
    margin-top: 42px;
  }
}/* Add breathing room before the global footer */
.chips-root.chips-appguard-page {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .chips-root.chips-appguard-page {
    padding-bottom: 64px;
  }
}/* Give the final AppGuard CTA section more breathing room before the global footer */



}/* Match global footer transition used on other pages */
.chips-root.chips-appguard-page .chips-cta {
  border-bottom: none !important;
}

/* Prevent a hard divider where the AppGuard module meets the global footer */
.chips-root.chips-appguard-page .chips-cta-inner {
  padding-bottom: 105px;
}/* Remove AppGuard page divider before global footer */
.chips-root.chips-appguard-page .chips-cta {
  border-bottom: none !important;
}

.chips-root.chips-appguard-page .chips-cta::after,
.chips-root.chips-appguard-page .chips-cta::before {
  display: none !important;
}/* =========================================================
   AppGuard to Global Footer Transition Fix
   Keeps the global footer unchanged
   ========================================================= */

.chips-root.chips-appguard-page .chips-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 132, 255, 0.16), transparent 42%),
    linear-gradient(180deg, #07111f 0%, #05080f 100%) !important;
  border-top: none !important;
  border-bottom: none !important;
}

.chips-root.chips-appguard-page .chips-cta::before,
.chips-root.chips-appguard-page .chips-cta::after {
  display: none !important;
}

.chips-root.chips-appguard-page .chips-cta-inner {
  padding-bottom: 110px !important;
}/* Hide any theme-level divider between the AppGuard module and global footer */
.chips-root.chips-appguard-page {
  border-bottom: none !important;
  margin-bottom: -1px;
}/* Reduce height of final CTA section before global footer */
.chips-root.chips-appguard-page .chips-cta-inner {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.chips-root.chips-appguard-page .chips-cta h2 {
  margin-bottom: 18px !important;
}

.chips-root.chips-appguard-page .chips-cta p {
  margin-bottom: 24px !important;
}

.chips-root.chips-appguard-page .chips-cta-actions {
  margin-bottom: 22px !important;
}

@media (max-width: 767px) {
  .chips-root.chips-appguard-page .chips-cta-inner {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}