/* ==========================================================
   ac-security.css — v2.0.0
   Security & Governance page styles
   ========================================================== */

/* ── Gradient text accent (overrides global solid-colour ac-text-accent) ── */
.ac-text-accent, .ac-gradient-text {
  background: linear-gradient(135deg, #07A9D1, #06CFC3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Animation base ── */
.ac-fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ac-fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Hero ── */
.ac-sec-hero {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center !important;
  text-align: center;
  overflow: hidden !important;
  background: var(--ac-bg);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box !important;
}
.ac-sec-hero__center-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.ac-sec-hero__badge-wrap { margin-bottom: 0.75rem !important; }
.ac-sec-hero__title {
  font-family: Inter, sans-serif;
  margin-bottom: 0.5625rem !important;
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ac-sec-hero__body {
  max-width: 560px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 1.5rem !important;
}
.ac-sec-hero__ctas { gap: 0.75rem !important; margin-bottom: 0 !important; }
.ac-sec-hero__bg-image {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none; overflow: hidden;
  max-width: none !important; margin-left: 0 !important; margin-right: 0 !important;
}
.ac-sec-hero__bg-image img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 40%; opacity: 1;
  animation: ac-sec-hero-bg-drift 25s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes ac-sec-hero-bg-drift {
  0%   { transform: scale(1.00) translate(0, 0); }
  100% { transform: scale(1.06) translate(-0.5%, -1%); }
}
.ac-sec-hero__bg-fade {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none; max-width: none !important;
  margin-left: 0 !important; margin-right: 0 !important;
  background:
    radial-gradient(ellipse 70% 60% at 50% 45%, transparent 0%, var(--ac-bg) 100%),
    linear-gradient(180deg, rgba(1,13,18,0.15) 0%, var(--ac-bg) 95%);
}
.ac-sec-hero > .wp-block-group,
.ac-sec-hero > .wp-block-heading,
.ac-sec-hero > .wp-block-paragraph,
.ac-sec-hero .ac-sec-hero__badge-wrap,
.ac-sec-hero .ac-sec-hero__title,
.ac-sec-hero .ac-sec-hero__body,
.ac-sec-hero .ac-sec-hero__ctas { position: relative; z-index: 1; }
.ac-sec-hero .ac-hero-scroll-indicator {
  position: absolute !important; bottom: 28px !important;
  left: 50% !important; transform: translateX(-50%) !important; z-index: 2 !important;
}

/* ── Section nav pills ── */
.ac-sec-nav {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 0.75rem; position: relative; z-index: 1; margin-top: 1rem;
}
.ac-sec-nav__link {
  display: inline-block; font-family: var(--font-primary);
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--ac-grey-border); text-decoration: none;
  padding: 0.5rem 1.25rem; border: 1px solid rgba(7,169,209,0.2);
  border-radius: 100px; transition: all 0.3s ease;
}
.ac-sec-nav__link:hover {
  color: #fff; border-color: var(--ac-primary); background: rgba(7,169,209,0.08);
}

/* ── Section label badge ── */
.ac-section-label {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 8px 20px; border-radius: 100px; line-height: 1;
  border: 1px solid rgba(7,169,209,0.35); color: #07A9D1;
  background: rgba(7,169,209,0.06);
}

/* ==========================================================
   SECTION 1: Stats Bar
   ========================================================== */
.ac-sec-stats { width: 100%; }
.ac-sec-stats__strip {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
.ac-sec-stats__item {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; flex: 1;
}
.ac-sec-stats__number {
  font-family: Inter, sans-serif;
  font-size: clamp(2.2rem, 4vw, 2.75rem);
  font-weight: 800; line-height: 1;
  background: linear-gradient(135deg, #07A9D1, #06CFC3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
  display: block; margin-bottom: 0.5rem;
}
.ac-sec-stats__label {
  font-family: var(--font-primary, Inter, sans-serif);
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #111111; display: block;
}

/* ==========================================================
   SECTION 2: Compliance
   ========================================================== */
.ac-sec-compliance__header { text-align: center; margin-bottom: 0; }
.ac-sec-compliance__badge-wrap { margin-bottom: 1.5rem; }
.ac-sec-compliance__title {
  font-family: Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700; line-height: 1.15;
  letter-spacing: -0.01em; color: #1A1A1A;
  margin: 0 0 1rem !important;
}
.ac-sec-compliance__intro {
  font-size: var(--section-subtitle-size, 1.05rem);
  line-height: 1.7; color: #5A6B75;
  max-width: 580px; margin: 0 auto 2.5rem !important;
}

/* Hub (central shield icon) */
/* Connector SVG — matches native SVG width so branches align with card columns */
.ac-sec-compliance__connectors {
  width: 100%; max-width: 884px;
  margin: 0 auto; display: block;
  text-align: center;
}
.ac-sec-connector-img {
  width: 100%; max-width: 884px;
  height: auto; display: block; margin: 0 auto;
  margin-bottom: -106px; /* pulls cards up to SVG y=320 where outer branches end */
}

/* Compliance cards grid — 4 columns, same width as connector */
.ac-sec-badge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 884px;
  margin: 0 auto;
  position: relative; z-index: 1;
}
.ac-sec-badge {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(7,169,209,0.12);
  padding: 1.75rem 1.5rem;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: default; position: relative;
}
.ac-sec-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(7,169,209,0.12);
  border-color: rgba(7,169,209,0.3);
}
.ac-sec-badge__icon-row {
  display: flex; align-items: center; gap: 10px; margin-bottom: 1.1rem;
}
.ac-sec-badge__icon {
  width: 44px; height: 44px;
  background: rgba(7,169,209,0.06);
  border: 1px solid rgba(7,169,209,0.12);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
/* Dark rounded category pill */
.ac-sec-badge__category-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.75);
  background: #1A2A32; border-radius: 100px;
  padding: 4px 10px 4px 8px; line-height: 1;
}
.ac-sec-badge__category-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #07A9D1; flex-shrink: 0;
}
.ac-sec-badge__title {
  font-family: Inter, sans-serif; font-size: 1rem; font-weight: 700;
  color: #1A1A1A; margin: 0 0 0.5rem; line-height: 1.3;
}
.ac-sec-badge__desc {
  font-size: 0.875rem; line-height: 1.65; color: #5A6B75; margin: 0;
}

/* ==========================================================
   SECTION 3: Incident Response
   ========================================================== */
.ac-sec-incident__badge-wrap { text-align: center; margin-bottom: 1.5rem; }
.ac-sec-incident__title {
  font-family: Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700; line-height: 1.2;
  letter-spacing: -0.01em; color: #FFFFFF;
  text-align: center !important; margin: 0 0 1rem !important; width: 100%;
}
.ac-sec-incident__intro {
  font-size: var(--section-subtitle-size, 1.05rem);
  line-height: 1.7; color: #c8c8c8;
  max-width: 580px; margin: 0 auto 3rem !important;
  text-align: center;
}

/* Steps grid — single row, no wrap */
.ac-sec-steps-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
}
.ac-sec-step {
  flex: 1;
  min-width: 0;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 0 0.75rem;
}
.ac-sec-step__circle {
  width: 68px; height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #07A9D1 0%, #05899F 100%);
  color: #fff; font-family: Inter, sans-serif;
  font-size: 1.3rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem; position: relative;
  box-shadow: 0 0 24px rgba(7,169,209,0.3);
}
.ac-sec-step__title {
  font-family: Inter, sans-serif; font-size: 1rem; font-weight: 700;
  color: #FFFFFF; margin: 0 0 0.625rem; line-height: 1.3;
}
.ac-sec-step__desc {
  font-size: 0.875rem; line-height: 1.65; color: #9AABB5; margin: 0;
}

/* Step connectors — curved dashed arrows */
.ac-sec-step-connector {
  display: flex; align-items: flex-start;
  padding-top: 16px; flex-shrink: 0;
  width: 120px;
}
.ac-sec-step-connector img {
  width: 120px; height: auto; display: block;
}
.ac-step-arrow {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  transition: stroke-dashoffset 0.6s ease;
}
.ac-sec-step-connector.visible .ac-step-arrow {
  stroke-dashoffset: 0;
  animation: acConnectorFlow 2.5s linear infinite 0.6s;
  stroke-dasharray: 5 3;
}

/* ==========================================================
   SECTION 4: Data Capabilities (Six Ways) — Figma cascade
   ========================================================== */
.ac-sec-data__badge-wrap { margin-bottom: 1.5rem; }
.ac-sec-data__heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.ac-sec-data__title {
  font-family: Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700; line-height: 1.15;
  letter-spacing: -0.01em; color: #FFFFFF;
  margin: 0 !important; flex: 1 1 auto;
}
.ac-sec-data__subtitle {
  font-size: 0.95rem;
  line-height: 1.7; color: #c8c8c8;
  max-width: 560px; margin: 0 !important;
  flex: 0 1 560px; text-align: left;
}

/* Two-column layout: illustration left, cascade right */
.ac-sec-capabilities {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 3rem;
  align-items: center;
}

/* Left: Shield illustration — Figma SVG cropped to shield area */
.ac-sec-capabilities__illustration {
  display: flex; align-items: center; justify-content: center;
}
.ac-sec-shield-wrap {
  position: relative;
  width: 320px;
  height: 380px;
  overflow: hidden;
}
.ac-sec-shield-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(7,169,209,0.18) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none; z-index: 2;
  animation: acShieldGlow 5s ease-in-out infinite;
}
@keyframes acShieldGlow {
  0%, 100% { opacity: 0.6; transform: translate(-50%,-50%) scale(1); }
  50%       { opacity: 1;   transform: translate(-50%,-50%) scale(1.1); }
}
/* Figma SVG: 1221×700 — scale so ~420px of width shows in 320px container */
.ac-sec-shield-img {
  position: absolute;
  width: 929px;     /* 1221 × (320÷420) ≈ 929 */
  height: auto;     /* preserves aspect → ~532px tall */
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: none;
  z-index: 1;
  /* No auto-playing animation — fade is driven by JS via .ac-sec-capabilities__illustration.ac-fade-in */
}

/* Illustration fade: scale-in instead of the default translateY slide */
.ac-sec-capabilities__illustration.ac-fade-in {
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.ac-sec-capabilities__illustration.ac-fade-in.visible {
  opacity: 1;
  transform: scale(1);
}

/* Item fade: standard slide-up */
.ac-sec-cap-item.ac-fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease-out, transform 0.55s ease-out;
}
.ac-sec-cap-item.ac-fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Right: Cascade timeline */
.ac-sec-capabilities__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Curved dashed connector SVG — absolute overlay, z-index below items */
.ac-sec-cap-connector-svg {
  position: absolute;
  top: 0; left: 0;
  width: 200px; height: 650px;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

/* Figma arc stagger: 0 → 90 → 125 → 87 → 0 px (bell/arch curve matching Figma node x-positions) */
/* SVG is :nth-child(1), items are :nth-child(2-6) */
.ac-sec-cap-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 0;
  position: relative;
  z-index: 1;
}
.ac-sec-capabilities__timeline > .ac-sec-cap-item:nth-child(2) { margin-left: 0;     }
.ac-sec-capabilities__timeline > .ac-sec-cap-item:nth-child(3) { margin-left: 90px;  }
.ac-sec-capabilities__timeline > .ac-sec-cap-item:nth-child(4) { margin-left: 125px; }
.ac-sec-capabilities__timeline > .ac-sec-cap-item:nth-child(5) { margin-left: 87px;  }
.ac-sec-capabilities__timeline > .ac-sec-cap-item:nth-child(6) { margin-left: 0;     }

/* White rounded icon node — sits on/beside the connector line */
.ac-sec-cap-item__node {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  background: #ffffff;
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 16px rgba(0,0,0,0.25), 0 0 0 3px rgba(7,169,209,0.12);
  position: relative;
  z-index: 2;
}

/* Dark rounded card — Figma gradient: #093E4C → #042028 → #010D12 */
.ac-sec-cap-item__card {
  background: linear-gradient(135deg, #093e4c 0%, #042028 50%, #010d12 100%);
  border: 1px solid #083344;
  border-radius: 16px;
  padding: 24px;
  max-width: 420px;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.ac-sec-cap-item__card:hover {
  border-color: rgba(7,169,209,0.3);
  box-shadow: 0 8px 32px rgba(7,169,209,0.1);
}

.ac-sec-cap-item__title {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 0.375rem;
  line-height: 1.3;
}
.ac-sec-cap-item__desc {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #E7E7E7;
  margin: 0;
}

/* ==========================================================
   Other sections (AI, Practices)
   ========================================================== */
.ac-sec-ai__title,
.ac-sec-practices__title { font-family: Inter, sans-serif; margin-bottom: 0.5rem !important; }
.ac-sec-ai__intro,
.ac-sec-practices__intro {
  max-width: 620px;
  margin-left: auto !important; margin-right: auto !important;
  margin-bottom: 3rem !important;
}
.ac-sec-card-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem;
  max-width: 1200px; margin: 0 auto;
}
.ac-sec-card {
  border-radius: 16px; padding: 2rem 1.75rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.ac-sec-card:hover { transform: translateY(-4px); }
.ac-sec-card--dark {
  background: var(--ac-dark-card, #020f15); border: 1px solid rgba(7,169,209,0.08);
}
.ac-sec-card--dark:hover { box-shadow: 0 12px 40px rgba(7,169,209,0.1); border-color: rgba(7,169,209,0.2); }
.ac-sec-card--light { background: #fff; border: 1px solid rgba(7,169,209,0.12); }
.ac-sec-card--light:hover { box-shadow: 0 12px 40px rgba(7,169,209,0.12); border-color: rgba(7,169,209,0.25); }
.ac-sec-card__icon {
  width: 56px; height: 56px;
  background: rgba(7,169,209,0.08); border-radius: 14px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem;
}
.ac-sec-card__title { font-family: Inter, sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--ac-text-light,#faffff); margin: 0 0 0.75rem; }
.ac-sec-card__title--dark { color: #1A1A1A; }
.ac-sec-card__list { list-style: none; padding: 0; margin: 0; }
.ac-sec-card__list li { font-size: 0.88rem; line-height: 1.7; color: var(--ac-text-muted, var(--ac-grey-muted)); padding: 0.25rem 0 0.25rem 1.25rem; position: relative; }
.ac-sec-card__list--dark li { color: #5A6B75; }
.ac-sec-card__list li::before { content: ''; position: absolute; left: 0; top: 0.65rem; width: 5px; height: 5px; border-radius: 50%; background: var(--ac-primary); opacity: 0.5; }

/* ── CTA ── */
.ac-sec-cta {
  position: relative; text-align: center; overflow: hidden;
  background: linear-gradient(180deg, #093e4c 0%, #042028 42%, #010d12 85%);
  border-radius: 40px 40px 0 0;
}
.ac-sec-cta__decorations { position: absolute; inset: 0; pointer-events: none; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
.ac-sec-cta > .wp-block-group,
.ac-sec-cta > .wp-block-heading,
.ac-sec-cta > .wp-block-paragraph,
.ac-sec-cta__body,
.ac-sec-cta__buttons,
.ac-sec-cta__includes,
.ac-sec-cta__title { position: relative; z-index: 2; }
.ac-sec-cta__title { font-family: Inter, sans-serif; margin-bottom: 1.25rem !important; }
.ac-sec-cta__body { max-width: 640px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 2rem !important; }
.ac-sec-cta__includes { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem 1.5rem; max-width: 600px; margin: 0 auto 2.5rem; position: relative; z-index: 2; }
.ac-sec-cta__include-item { display: flex; align-items: center; gap: 0.5rem; font-family: var(--font-primary); font-size: 0.85rem; font-weight: 500; color: var(--ac-grey-border); }
.ac-sec-cta__buttons { gap: 1rem !important; }

/* ==========================================================
   RESPONSIVE BREAKPOINTS
   ========================================================== */

/* Tablet (≤1024px) */
@media (max-width: 1024px) {
  .ac-sec-badge-grid { grid-template-columns: repeat(2, 1fr); }
  .ac-sec-card-grid  { grid-template-columns: repeat(2, 1fr); }
  .ac-sec-capabilities { grid-template-columns: 1fr; }
  .ac-sec-capabilities__illustration { display: none; }
  .ac-sec-data__heading-row { flex-direction: column; align-items: flex-start; }
  .ac-sec-data__subtitle { text-align: left; max-width: 100%; }
  /* Scale stagger proportionally for tablet */
  .ac-sec-capabilities__timeline > .ac-sec-cap-item:nth-child(2) { margin-left: 0;    }
  .ac-sec-capabilities__timeline > .ac-sec-cap-item:nth-child(3) { margin-left: 60px; }
  .ac-sec-capabilities__timeline > .ac-sec-cap-item:nth-child(4) { margin-left: 83px; }
  .ac-sec-capabilities__timeline > .ac-sec-cap-item:nth-child(5) { margin-left: 58px; }
  .ac-sec-capabilities__timeline > .ac-sec-cap-item:nth-child(6) { margin-left: 0;    }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
  .ac-sec-hero { padding-top: 7rem !important; padding-bottom: 3rem !important; }
  .ac-sec-hero .ac-hero-scroll-indicator { display: none; }

  .ac-sec-stats__strip { flex-wrap: wrap; justify-content: center; }
  .ac-sec-stats__item  { flex: 0 1 calc(50% - 1rem); min-width: 130px; }

  .ac-sec-badge-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .ac-sec-compliance__connectors { display: none; }

  .ac-sec-steps-grid {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .ac-sec-step { width: 100%; max-width: 400px; }
  .ac-sec-step-connector { display: none; }

  .ac-sec-card-grid  { grid-template-columns: 1fr; gap: 1.25rem; }
  .ac-sec-card { padding: 1.5rem; }

  .ac-sec-data__heading-row { flex-direction: column; align-items: flex-start; }
  .ac-sec-data__subtitle { text-align: left; max-width: 100%; }
  .ac-sec-capabilities { grid-template-columns: 1fr; }
  .ac-sec-capabilities__illustration { display: none; }
  /* No stagger on mobile — straight stack */
  .ac-sec-capabilities__timeline > .ac-sec-cap-item:nth-child(n) { margin-left: 0 !important; }
  .ac-sec-cap-connector-svg { display: none; }
  .ac-sec-cap-item__card { max-width: 100%; }

  .ac-sec-cta { border-radius: 24px 24px 0 0; }
  .ac-sec-cta__buttons { flex-direction: column; align-items: center; }
}

/* Narrow mobile (≤480px) */
@media (max-width: 480px) {
  .ac-sec-badge-grid { grid-template-columns: 1fr; }
  .ac-sec-badge { padding: 1.5rem; }
  .ac-sec-stats__item { flex: 0 1 100%; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .ac-fade-in,
  .ac-sec-capabilities__illustration.ac-fade-in,
  .ac-sec-cap-item.ac-fade-in              { transition: none; }
  .ac-sec-step-connector img               { opacity: 0.6; }
  .ac-sec-shield-glow                      { animation: none; }
  .ac-sec-badge, .ac-sec-card, .ac-sec-cap-item__card { transition: none; }
  .ac-sec-hero__bg-image img               { animation: none; }
  .ac-sec-step-connector.visible .ac-step-arrow { animation: none; transition: none; }
  .ac-sec-cap-connector-path               { transition: none !important; }
}

/* Trust carousel + CTA note: normal flow below CTAs (match Capabilities) */
.ac-sec-hero .ac-trust-carousel,.ac-sec-hero__center-content>.ac-trust-carousel{position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;width:100%!important;margin-top:3rem!important;margin-bottom:0!important;opacity:1!important}
.ac-sec-hero__center-content>.ac-cta-note{margin-top:2rem!important}
@media(max-width:768px){.ac-sec-hero__center-content>.ac-cta-note{margin-bottom:1.5rem!important}}
.ac-sec-hero .ac-trust-carousel__label{display:block;font-family:'Inter',sans-serif;font-size:0.7rem!important;font-weight:500;letter-spacing:0.13em!important;text-transform:uppercase;color:rgba(255,255,255,0.35)!important;margin-bottom:1rem;text-align:center}
