/* Black Bag Security secondary-page depth system.
 * Loaded after page-specific visual systems and before responsive-v2.css.
 * Adds large-scale composition, elevation, and section hierarchy without
 * changing approved content or the homepage baseline.
 */

.services-v2-body,
.methodology-v2-body,
.arsenal-v2-body {
  background:
    radial-gradient(circle at 50% -12%, rgba(116, 206, 0, 0.08), transparent 28%),
    #e9ece7;
}

.services-v2-page,
.method-v2-page,
.arsenal-v2-page {
  position: relative;
  isolation: isolate;
  box-shadow: 0 0 70px rgba(12, 16, 14, 0.08);
}

/* Shared hero depth */
.services-v2-hero,
.method-v2-hero,
.arsenal-project-hero,
.arsenal-v2-page > .home-v2-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow:
    inset 0 -1px 0 rgba(12, 16, 14, 0.08),
    0 24px 48px rgba(12, 16, 14, 0.055);
}

.services-v2-hero::before,
.method-v2-hero::before,
.arsenal-project-hero::before,
.arsenal-v2-page > .home-v2-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -175px;
  top: -250px;
  border: 1px solid rgba(116, 206, 0, 0.17);
  border-radius: 50%;
  box-shadow:
    0 0 0 56px rgba(116, 206, 0, 0.025),
    0 0 0 112px rgba(116, 206, 0, 0.018);
  pointer-events: none;
}

.services-v2-hero::after,
.method-v2-hero::after,
.arsenal-project-hero::after,
.arsenal-v2-page > .home-v2-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, transparent 0%, rgba(116, 206, 0, 0.75) 28%, rgba(116, 206, 0, 0.16) 63%, transparent 100%);
  opacity: 0.42;
  pointer-events: none;
}

.services-v2-hero__principles,
.method-v2-hero__expect,
.service-detail-summary,
.arsenal-project-summary {
  transform: translateZ(0);
  box-shadow:
    0 34px 70px rgba(12, 16, 14, 0.13),
    0 8px 18px rgba(12, 16, 14, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

/* SERVICES */
.services-v2-lines {
  position: relative;
  background:
    radial-gradient(circle at 12% 15%, rgba(116, 206, 0, 0.055), transparent 24%),
    linear-gradient(180deg, #f7f8f5 0%, #eef1ec 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), inset 0 -1px 0 rgba(17,22,19,.06);
}

.svc-line-card {
  overflow: hidden;
  box-shadow:
    0 18px 38px rgba(13, 17, 15, 0.085),
    0 3px 8px rgba(13, 17, 15, 0.045),
    inset 0 1px 0 rgba(255,255,255,.98);
}

.svc-line-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -70px;
  bottom: -92px;
  border: 1px solid rgba(116,206,0,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(116,206,0,.018);
  pointer-events: none;
}

.services-v2-process {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 18px 36px rgba(0,0,0,.16), inset 0 -18px 36px rgba(0,0,0,.12);
}

.services-v2-process::before,
.method-v2-lifecycle::before,
.arsenal-project-status::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(116,206,0,.12), transparent 24%);
  background-size: 58px 58px, 58px 58px, auto;
  pointer-events: none;
}

.services-v2-process > .wrap,
.method-v2-lifecycle > .wrap,
.arsenal-project-status > .wrap {
  position: relative;
  z-index: 1;
}

.svc-process-step {
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

.services-v2-specialist {
  position: relative;
  background:
    radial-gradient(circle at 88% 20%, rgba(116,206,0,.07), transparent 22%),
    #fff;
  box-shadow: 0 -18px 46px rgba(13,17,15,.055), 0 18px 46px rgba(13,17,15,.045);
  z-index: 1;
}

.svc-specialist-card,
.svc-model-card,
.service-detail-card,
.service-outcome,
.service-detail-needs__panel {
  box-shadow:
    0 14px 30px rgba(13,17,15,.075),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.services-v2-models {
  background:
    linear-gradient(rgba(18,22,20,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,22,20,.018) 1px, transparent 1px),
    linear-gradient(180deg, #eef1ec 0%, #f5f6f3 100%);
  background-size: 64px 64px, 64px 64px, auto;
  border-top: 1px solid rgba(18,22,20,.08);
  border-bottom: 1px solid rgba(18,22,20,.08);
}

.services-v2-cta {
  background: linear-gradient(180deg, #f1f3ef 0%, #e8ebe6 100%);
}

.services-v2-cta__panel {
  position: relative;
  overflow: hidden;
  box-shadow:
    0 28px 58px rgba(12,16,14,.15),
    inset 0 1px 0 rgba(255,255,255,.09);
}

.services-v2-cta__panel::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -120px;
  top: -125px;
  border: 1px solid rgba(142,226,29,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(142,226,29,.035);
  pointer-events: none;
}

/* Service detail pages */
.service-detail-hero {
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(12,16,14,.06);
}

.service-detail-hero::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -170px;
  top: -210px;
  border: 1px solid rgba(116,206,0,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(116,206,0,.022), 0 0 0 102px rgba(116,206,0,.012);
  pointer-events: none;
}

.service-detail-section {
  position: relative;
  background: linear-gradient(180deg, #f8f9f6 0%, #f1f3ef 100%);
  border-bottom: 1px solid rgba(18,22,20,.08);
}

.service-detail-section:nth-of-type(3) {
  background:
    radial-gradient(circle at 14% 18%, rgba(116,206,0,.06), transparent 22%),
    #fff;
}

.service-detail-section:nth-of-type(4) {
  background:
    linear-gradient(rgba(18,22,20,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,22,20,.018) 1px, transparent 1px),
    #edf0eb;
  background-size: 64px 64px, 64px 64px, auto;
}

.service-detail-card,
.service-outcome,
.service-detail-needs__panel {
  position: relative;
  background: linear-gradient(145deg, #fff 0%, #f8f9f6 100%);
}

.service-detail-card::before,
.service-outcome::before,
.service-detail-needs__panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(116,206,0,.75), rgba(116,206,0,0) 72%);
  opacity: .38;
}

/* METHODOLOGY */
.method-v2-promises {
  background:
    radial-gradient(circle at 10% 18%, rgba(116,206,0,.055), transparent 23%),
    linear-gradient(180deg, #f7f8f5 0%, #eef1ec 100%);
}

.method-promise-card,
.method-v2-standards__grid article,
.method-v2-readers__grid article,
.method-v2-communication__grid article,
.method-v2-delivery__grid article {
  position: relative;
  overflow: hidden;
  box-shadow:
    0 16px 34px rgba(13,17,15,.08),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.method-promise-card::after,
.method-v2-standards__grid article::after,
.method-v2-readers__grid article::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -58px;
  bottom: -68px;
  border: 1px solid rgba(116,206,0,.11);
  border-radius: 50%;
  pointer-events: none;
}

.method-v2-lifecycle,
.arsenal-project-status {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 20px 42px rgba(0,0,0,.16), inset 0 -20px 42px rgba(0,0,0,.12);
}

.method-step {
  background: linear-gradient(145deg, rgba(255,255,255,.034), rgba(255,255,255,.008));
}

.method-v2-evidence {
  position: relative;
  background:
    radial-gradient(circle at 84% 36%, rgba(116,206,0,.065), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f8f9f6 100%);
  box-shadow: 0 -20px 50px rgba(13,17,15,.045), 0 20px 50px rgba(13,17,15,.045);
  z-index: 1;
}

.method-v2-evidence__statement blockquote {
  box-shadow:
    0 14px 28px rgba(13,17,15,.065),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.method-v2-standards,
.method-v2-delivery,
.method-v2-readers {
  background: linear-gradient(180deg, #f3f5f1 0%, #ecefeb 100%);
}

.method-v2-communication {
  background:
    linear-gradient(rgba(18,22,20,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,22,20,.02) 1px, transparent 1px),
    #e8ebe6;
  background-size: 62px 62px, 62px 62px, auto;
  box-shadow: inset 0 16px 34px rgba(13,17,15,.035), inset 0 -16px 34px rgba(13,17,15,.035);
}

.method-v2-retest {
  box-shadow: inset 0 20px 42px rgba(0,0,0,.15), inset 0 -20px 42px rgba(0,0,0,.12);
  background:
    radial-gradient(circle at 82% 28%, rgba(116,206,0,.1), transparent 25%),
    linear-gradient(135deg, #0e1110, #171b18 65%, #101311);
}

/* ARSENAL */
.arsenal-v2-page > .home-v2-research {
  position: relative;
  background:
    radial-gradient(circle at 10% 18%, rgba(116,206,0,.07), transparent 22%),
    linear-gradient(180deg, #f7f8f5 0%, #edf0eb 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), inset 0 -1px 0 rgba(18,22,20,.08);
}

.arsenal-grid {
  perspective: 1000px;
}

.arsenal-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.99) 0%, rgba(247,249,245,.96) 100%);
  box-shadow:
    0 20px 42px rgba(13,17,15,.09),
    0 4px 10px rgba(13,17,15,.045),
    inset 0 1px 0 rgba(255,255,255,.98);
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.arsenal-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #74ce00 0%, rgba(116,206,0,.12) 58%, transparent 100%);
  opacity: .6;
}

.arsenal-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -92px;
  bottom: -104px;
  border: 1px solid rgba(116,206,0,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(116,206,0,.018);
  pointer-events: none;
}

.arsenal-card:hover,
.arsenal-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(77,151,0,.28);
  box-shadow:
    0 30px 58px rgba(13,17,15,.14),
    0 6px 14px rgba(13,17,15,.055),
    inset 0 1px 0 rgba(255,255,255,.98);
}

.arsenal-v2-page > .home-v2-why {
  position: relative;
  background:
    radial-gradient(circle at 86% 20%, rgba(116,206,0,.065), transparent 24%),
    #fff;
  box-shadow: 0 -20px 48px rgba(13,17,15,.05);
}

.arsenal-project-section {
  position: relative;
  background: linear-gradient(180deg, #f7f8f5 0%, #eef1ec 100%);
}

.arsenal-project-section:nth-of-type(even) {
  background:
    radial-gradient(circle at 86% 24%, rgba(116,206,0,.055), transparent 22%),
    #fff;
}

.arsenal-project-block {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fff 0%, #f8f9f6 100%);
  box-shadow:
    0 15px 32px rgba(13,17,15,.075),
    inset 0 1px 0 rgba(255,255,255,.95);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.arsenal-project-block::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(116,206,0,.7), transparent 70%);
  opacity: .38;
}

.arsenal-project-block:hover {
  transform: translateY(-3px);
  border-color: rgba(77,151,0,.24);
  box-shadow: 0 22px 44px rgba(13,17,15,.11), inset 0 1px 0 rgba(255,255,255,.96);
}

.arsenal-project-summary {
  position: relative;
  overflow: hidden;
}

.arsenal-project-summary::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #74ce00, transparent 72%);
}

.arsenal-status-item {
  transition: background 150ms ease, padding-left 150ms ease;
}

.arsenal-status-item:hover {
  padding-left: 12px;
  background: linear-gradient(90deg, rgba(116,206,0,.055), transparent 75%);
}

.arsenal-repo-link {
  box-shadow: 0 10px 22px rgba(13,17,15,.07), inset 0 1px 0 rgba(255,255,255,.95);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.arsenal-repo-link:hover,
.arsenal-repo-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(13,17,15,.11), inset 0 1px 0 rgba(255,255,255,.95);
}

/* Keep interaction restrained and accessible. */
@media (prefers-reduced-motion: reduce) {
  .arsenal-card,
  .arsenal-project-block,
  .arsenal-status-item,
  .arsenal-repo-link {
    transition: none;
  }
}
