/* solutions.css - Solutions overview and detail page styles */

/* Solutions Overview Page */
.solutions24-page {
  background: #111319;
  color: #fff;
}

.solutions24-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.solutions24-hero {
  position: relative;
  min-height: clamp(650px, 80vh, 850px);
  display: flex;
  align-items: flex-end;
  padding: 0 20px clamp(80px, 12vh, 120px);
  overflow: hidden;
}

.solutions24-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Main Hero Mappings */
.solutions-main-hero .solutions24-hero-bg {
  background-image: url('../../assets/images/solutions-main-hero-new.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #06111d;
}

.capabilities-main-hero .solutions24-hero-bg {
  background-image: url('../../assets/images/hero-capabilities-main.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #001D3D;
}

.industries-main-hero .solutions24-hero-bg {
  background-image: url('../../assets/images/industries-hero-main.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #001D3D;
}

.solutions24-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 8, 20, 0.08) 0%, rgba(0, 8, 20, 0.92) 100%);
  z-index: 1;
}

.solutions24-hero-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 34px;
}

.solutions24-hero h1 {
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.94;
  margin: 0;
  text-transform: uppercase;
}

.solutions24-intro {
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.32) 0%, transparent 22%),
    linear-gradient(210deg, rgba(126, 140, 158, 0.18) 0%, transparent 30%),
    linear-gradient(145deg, rgba(241, 245, 249, 0.98) 0%, rgba(201, 210, 221, 0.96) 24%, rgba(252, 253, 255, 0.99) 48%, rgba(180, 190, 202, 0.96) 72%, rgba(129, 140, 153, 0.94) 100%);
  color: #141414;
  padding: clamp(50px, 5vw, 90px) 0;
}

.solutions24-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.solutions24-intro h2 {
  color: #171717;
  text-transform: uppercase;
  line-height: 0.95;
  font-size: clamp(30px, 4.4vw, 62px);
}

.solutions24-intro p {
  color: #2f2f2f;
  max-width: 620px;
}

.solutions24-mosaic-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(212, 175, 55, 0.1) 0%, transparent 26%),
    radial-gradient(circle at 84% 76%, rgba(118, 146, 178, 0.14) 0%, transparent 30%),
    linear-gradient(140deg, rgba(8, 20, 38, 0.99) 0%, rgba(12, 28, 52, 0.98) 28%, rgba(17, 39, 70, 0.99) 58%, rgba(9, 23, 44, 0.99) 100%);
  padding-top: clamp(20px, 2.4vw, 32px);
  padding-bottom: clamp(52px, 6vw, 96px);
}

.solutions24-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.mosaic-stat-tile,
.mosaic-note-tile {
  min-height: clamp(210px, 24vw, 300px);
  height: 100%;
}

.mosaic-stat-tile {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.38) 0%, transparent 22%),
    linear-gradient(210deg, rgba(146, 158, 174, 0.16) 0%, transparent 30%),
    linear-gradient(145deg, rgba(243, 247, 251, 0.98) 0%, rgba(206, 214, 224, 0.96) 24%, rgba(252, 253, 255, 0.99) 50%, rgba(182, 191, 202, 0.96) 74%, rgba(132, 142, 155, 0.94) 100%);
  border: 1px solid rgba(170, 180, 192, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.mosaic-stat-tile strong {
  display: block;
  font-size: clamp(48px, 7vw, 90px);
  color: #151515;
  line-height: 0.9;
}

.mosaic-stat-tile p {
  color: #444;
  margin: 10px 0 0;
  max-width: 280px;
}

.mosaic-solution-tile {
  --mosaic-solution-icon: none;
  position: relative;
  min-height: 470px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 12px;
  gap: 6px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.38) 0%, transparent 22%),
    linear-gradient(210deg, rgba(146, 158, 174, 0.16) 0%, transparent 30%),
    linear-gradient(145deg, rgba(243, 247, 251, 0.98) 0%, rgba(206, 214, 224, 0.96) 24%, rgba(252, 253, 255, 0.99) 50%, rgba(182, 191, 202, 0.96) 74%, rgba(132, 142, 155, 0.94) 100%);
  border: 1px solid rgba(170, 180, 192, 0.42);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 18px 34px rgba(4, 14, 28, 0.22);
  text-decoration: none;
}

.mosaic-solution-tile img {
  position: relative;
  width: 100%;
  height: 250px;
  flex: 0 0 250px;
  object-fit: cover;
  border-radius: 12px;
  filter: saturate(1.05) contrast(1.03);
  transition: transform var(--transition-slow);
}

.mosaic-solution-tile__overlay {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  height: 250px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(2, 9, 24, 0.18) 0%, rgba(2, 9, 24, 0.42) 48%, rgba(3, 7, 19, 0.74) 100%);
  pointer-events: none;
  z-index: 1;
}

.mosaic-solution-tile__icon {
  position: absolute;
  left: 50%;
  top: 188px;
  width: 72px;
  height: 72px;
  margin: 0;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.34));
}

.mosaic-solution-tile__icon::before {
  content: '';
  width: 46px;
  height: 46px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.96) 0%, rgba(214, 223, 232, 0.98) 34%, rgba(168, 178, 189, 0.96) 68%, rgba(245, 248, 251, 0.98) 100%);
  -webkit-mask: var(--mosaic-solution-icon) center / contain no-repeat;
  mask: var(--mosaic-solution-icon) center / contain no-repeat;
  filter: drop-shadow(0 2px 10px rgba(238, 244, 250, 0.24));
}

.mosaic-solution-tile__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin-top: 0;
  text-align: center;
  justify-content: flex-start;
}

.mosaic-solution-tile__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  width: 100%;
  padding: 10px 16px 12px;
  background:
    linear-gradient(145deg, rgba(8, 18, 34, 0.98) 0%, rgba(11, 24, 44, 0.99) 52%, rgba(16, 41, 70, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(76, 112, 156, 0.18),
    0 12px 24px rgba(44, 53, 63, 0.14);
  border: 1px solid rgba(196, 205, 216, 0.24);
  border-radius: 14px;
  color: #f7f9fc;
  font-size: clamp(0.96rem, 1.02vw, 1.08rem);
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  font-weight: var(--home-h3-card-weight);
  text-align: center;
  overflow-wrap: anywhere;
  word-break: normal;
}

.mosaic-solution-tile__cta {
  position: relative;
  min-height: 50px;
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 18px;
  margin: auto 0 0;
  align-self: center;
  border: 1px solid rgba(244, 226, 154, 0.72);
  border-radius: 50px;
  background: var(--gold-gradient);
  box-shadow:
    0 4px 20px rgba(212, 175, 55, 0.22),
    inset 0 1px 0 rgba(244, 226, 154, 0.5);
  color: #000;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base),
    background var(--transition-base);
}

.mosaic-solution-tile__cta-icon-wrap {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  line-height: 0;
  overflow: hidden;
  border-radius: 50%;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.94) 0%, rgba(208, 216, 225, 0.98) 34%, rgba(168, 178, 189, 0.96) 68%, rgba(245, 248, 251, 0.96) 100%);
  border: 1px solid rgba(123, 136, 150, 0.35);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.82),
    inset 0 -2px 4px rgba(88, 99, 112, 0.18),
    0 2px 8px rgba(22, 28, 34, 0.16);
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.mosaic-solution-tile__cta-icon-wrap::before {
  content: '';
  width: 19px;
  height: 19px;
  display: block;
  background: linear-gradient(145deg, #0b1626 0%, #1e3552 28%, #436586 52%, #1b304a 74%, #09121f 100%);
  -webkit-mask-image: url('/assets/icons/signal-button-icon.svg');
  mask-image: url('/assets/icons/signal-button-icon.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
  transition: background 0.35s ease, transform 0.35s ease;
}

.mosaic-solution-tile__cta-icon {
  display: none;
}

.mosaic-solution-tile:has(.mosaic-solution-tile__cta:hover) .mosaic-solution-tile__overlay,
.mosaic-solution-tile:has(.mosaic-solution-tile__cta:focus-visible) .mosaic-solution-tile__overlay {
  background:
    linear-gradient(180deg, rgba(2, 9, 24, 0.12) 0%, rgba(2, 9, 24, 0.34) 48%, rgba(3, 7, 19, 0.66) 100%);
}

.mosaic-solution-tile:has(.mosaic-solution-tile__cta:hover) .mosaic-solution-tile__icon::before,
.mosaic-solution-tile:has(.mosaic-solution-tile__cta:focus-visible) .mosaic-solution-tile__icon::before {
  background:
    linear-gradient(140deg, rgba(255, 247, 219, 0.98) 0%, rgba(214, 165, 76, 0.98) 28%, rgba(142, 91, 22, 0.98) 58%, rgba(244, 216, 146, 0.99) 82%, rgba(116, 71, 18, 0.98) 100%);
  filter:
    drop-shadow(0 1px 0 rgba(78, 49, 6, 0.28))
    drop-shadow(0 0 12px rgba(223, 176, 88, 0.3));
}

.mosaic-solution-tile__cta:hover,
.mosaic-solution-tile__cta:focus-visible {
  background: var(--gold-gradient-hover);
  border-color: var(--color-primary-light);
  box-shadow: var(--gold-glow-strong), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transform: translateY(-3px) scale(1.015);
}

.mosaic-solution-tile__cta:hover .mosaic-solution-tile__cta-icon-wrap,
.mosaic-solution-tile__cta:focus-visible .mosaic-solution-tile__cta-icon-wrap {
  background:
    linear-gradient(140deg, rgba(255, 247, 219, 0.98) 0%, rgba(214, 165, 76, 0.98) 28%, rgba(142, 91, 22, 0.98) 58%, rgba(244, 216, 146, 0.99) 82%, rgba(116, 71, 18, 0.98) 100%);
  border-color: rgba(156, 101, 26, 0.46);
  box-shadow:
    inset 0 1px 1px rgba(255, 250, 232, 0.9),
    inset 0 -3px 5px rgba(99, 57, 10, 0.22),
    0 0 0 1px rgba(255, 228, 165, 0.2),
    0 0 14px rgba(223, 176, 88, 0.42),
    0 4px 12px rgba(66, 35, 8, 0.22);
  transform: translateY(-1px);
}

.mosaic-solution-tile__cta:hover .mosaic-solution-tile__cta-icon-wrap::before,
.mosaic-solution-tile__cta:focus-visible .mosaic-solution-tile__cta-icon-wrap::before {
  background: linear-gradient(145deg, #13233a 0%, #2b4769 30%, #5a7a9e 56%, #25415f 78%, #0d1a2c 100%);
  transform: translateY(-1px);
}

.mosaic-solution-tile--risk-intelligence {
  --mosaic-solution-icon: url('/assets/icons/solutions/risk-intelligence-monitoring.svg');
}

.mosaic-solution-tile--mobility-travel {
  --mosaic-solution-icon: url('/assets/icons/solutions/executive-mobility-secure-travel.svg');
}

.mosaic-solution-tile--protection-coordination {
  --mosaic-solution-icon: url('/assets/icons/solutions/executive-protection-coordination.svg');
}

.mosaic-solution-tile--crisis-response {
  --mosaic-solution-icon: url('/assets/icons/solutions/crisis-response-incident-coordination.svg');
}

.mosaic-solution-tile--strategic-advisory {
  --mosaic-solution-icon: url('/assets/icons/solutions/strategic-risk-advisory.svg');
}

.mosaic-note-tile {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.38) 0%, transparent 22%),
    linear-gradient(210deg, rgba(146, 158, 174, 0.16) 0%, transparent 30%),
    linear-gradient(145deg, rgba(243, 247, 251, 0.98) 0%, rgba(206, 214, 224, 0.96) 24%, rgba(252, 253, 255, 0.99) 50%, rgba(182, 191, 202, 0.96) 74%, rgba(132, 142, 155, 0.94) 100%);
  border: 1px solid rgba(170, 180, 192, 0.42);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 26px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 18px 34px rgba(4, 14, 28, 0.22);
}

.mosaic-note-tile h3 {
  text-transform: uppercase;
  font-size: clamp(21px, 2.8vw, 34px);
  line-height: 1;
  margin-bottom: 10px;
  color: #0f172a;
}

.mosaic-note-tile p {
  color: #334155;
}

.mosaic-note-tile .btn {
  width: auto;
  min-width: 0;
  align-self: center;
  margin-top: auto;
}

.solutions24-needs {
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.16) 0%, transparent 22%),
    linear-gradient(210deg, rgba(140, 152, 168, 0.14) 0%, transparent 30%),
    linear-gradient(145deg, rgba(112, 122, 136, 0.98) 0%, rgba(78, 89, 103, 0.97) 24%, rgba(58, 68, 80, 0.99) 48%, rgba(96, 108, 123, 0.96) 72%, rgba(42, 50, 60, 0.99) 100%);
  color: #eef3f8;
  padding-top: clamp(20px, 2.4vw, 32px);
  padding-bottom: clamp(50px, 6vw, 90px);
}

.solutions24-needs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.solutions24-needs h3 {
  text-transform: uppercase;
  color: #f5f8fc;
  font-size: clamp(22px, 3vw, 40px);
  line-height: 1;
}

.solutions24-needs p {
  color: rgba(231, 238, 245, 0.9);
}

.solutions24-needs-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  border-top: 1px solid rgba(215, 226, 238, 0.2);
}

.solutions24-needs-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(215, 226, 238, 0.2);
  color: rgba(239, 244, 249, 0.92);
}

.solutions24-needs-accordion {
  margin-top: 14px;
}

.solutions24-people {
  padding: clamp(60px, 6vw, 110px) 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(212, 175, 55, 0.1) 0%, transparent 26%),
    radial-gradient(circle at 84% 76%, rgba(118, 146, 178, 0.14) 0%, transparent 30%),
    linear-gradient(140deg, rgba(8, 20, 38, 0.99) 0%, rgba(12, 28, 52, 0.98) 28%, rgba(17, 39, 70, 0.99) 58%, rgba(9, 23, 44, 0.99) 100%);
}

.solutions24-people-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

.solutions24-people-head h2 {
  text-transform: uppercase;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 0.95;
}

.solutions24-people-head p {
  color: rgba(255, 255, 255, 0.76);
}

/* Shared employee card styles live in about.css */

.solutions24-intel-strip {
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.32) 0%, transparent 22%),
    linear-gradient(210deg, rgba(126, 140, 158, 0.18) 0%, transparent 30%),
    linear-gradient(145deg, rgba(241, 245, 249, 0.98) 0%, rgba(201, 210, 221, 0.96) 24%, rgba(252, 253, 255, 0.99) 48%, rgba(180, 190, 202, 0.96) 72%, rgba(129, 140, 153, 0.94) 100%);
  color: #151515;
  padding: clamp(56px, 6vw, 96px) 0;
}

.solutions24-intel-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 22px;
}

.solutions24-intel-head h2 {
  color: #171717;
  text-transform: uppercase;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 0.95;
}

.solutions24-intel-head p {
  color: #353535;
}

.solutions24-intel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.intel-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 14px 16px;
  background:
    radial-gradient(circle at 18% 14%, rgba(212, 175, 55, 0.08) 0%, transparent 26%),
    linear-gradient(140deg, rgba(8, 20, 38, 0.99) 0%, rgba(12, 28, 52, 0.98) 28%, rgba(17, 39, 70, 0.99) 58%, rgba(9, 23, 44, 0.99) 100%);
  border: 1px solid rgba(20, 38, 67, 0.42);
  border-radius: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 34px rgba(4, 14, 28, 0.18);
}

.intel-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.intel-card h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  margin: 0;
  padding: 12px 16px;
  color: #0b1423;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.38) 0%, transparent 22%),
    linear-gradient(210deg, rgba(146, 158, 174, 0.16) 0%, transparent 30%),
    linear-gradient(145deg, rgba(243, 247, 251, 0.98) 0%, rgba(206, 214, 224, 0.96) 24%, rgba(252, 253, 255, 0.99) 50%, rgba(182, 191, 202, 0.96) 74%, rgba(132, 142, 155, 0.94) 100%);
  border-radius: 16px;
}

.solutions24-cta {
  padding: 44px 0;
  background: #1f2227;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.solutions24-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.07), transparent 34%),
    radial-gradient(circle at 84% 78%, rgba(255, 255, 255, 0.05), transparent 40%);
  z-index: 0;
}

.solutions24-cta::after {
  content: '';
  position: absolute;
  inset: -25% -10%;
  background-image: repeating-linear-gradient(
    -24deg,
    rgba(255, 255, 255, 0) 0px,
    rgba(255, 255, 255, 0) 10px,
    rgba(116, 83, 22, 0.2) 10px,
    rgba(218, 165, 32, 0.52) 10.5px,
    rgba(255, 229, 148, 0.72) 11px,
    rgba(180, 126, 28, 0.48) 11.5px,
    rgba(255, 255, 255, 0) 12px,
    rgba(255, 255, 255, 0) 22px
  );
  opacity: 0.55;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  animation: solutions24-cta-lines-drift 14s linear infinite;
  z-index: 0;
}

.solutions24-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.solutions24-cta h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(16px, 2vw, 30px);
  line-height: 1;
  white-space: nowrap;
  min-width: 0;
}

@keyframes solutions24-cta-lines-drift {
  0% { transform: translate3d(-18px, -18px, 0); }
  100% { transform: translate3d(18px, 18px, 0); }
}

@media (max-width: 1100px) {
  .solutions24-intro-grid,
  .solutions24-needs-grid,
  .solutions24-people-head,
  .solutions24-intel-head {
    grid-template-columns: 1fr;
  }

  .solutions24-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions24-intel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .solutions24-hero {
    min-height: 360px;
  }

  .solutions24-mosaic,
  .solutions24-intel-grid {
    grid-template-columns: 1fr;
  }

  .solutions24-cta-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .solutions24-cta h2 {
    font-size: clamp(22px, 6vw, 36px);
    white-space: normal;
  }
}

/* Solution Detail Pages */
.solution-detail-page {
  background-color: #ffffff;
  padding-top: 0 !important;
}

/* Hero Section */
.solution-detail-hero {
  margin-top: var(--header-height);
  min-height: clamp(560px, 72vh, 760px);
  background: #000814;
  display: flex;
  align-items: flex-end;
  padding: 0 20px clamp(80px, 12vh, 120px);
  position: relative;
  overflow: hidden;
}

.solution-detail-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  z-index: 0;
}

.solution-detail-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 8, 20, 0.08) 0%, rgba(0, 8, 20, 0.92) 100%);
  z-index: 1;
}

.solution-detail-hero .container {
  position: relative;
  z-index: 2;
}

/* Hero Background Images - Sub Pages */

/* Solutions */
.hero-sol-risk::before {
  background-image: url('../../assets/images/solution-risk-intelligence.webp');
  background-size: cover;
  background-position: center;
}

.hero-sol-mobility::before {
  background-image: url('../../assets/images/solution-mobility-travel.webp');
  background-size: cover;
  background-position: center;
}

.hero-sol-protection::before {
  background-image: url('../../assets/images/solution-protection-coordination.webp');
  background-size: cover;
  background-position: center top;
}

.hero-sol-crisis::before {
  background-image: url('../../assets/images/solution-crisis-response.webp');
  background-size: cover;
  background-position: center;
}

.hero-sol-advisory::before {
  background-image: url('../../assets/images/solution-strategic-advisory.webp');
  background-size: cover;
  background-position: center;
}

/* Capabilities */
.hero-cap-intel::before {
  background-image: url('../../assets/images/capabilities-intelligence-risk-card.webp');
  background-size: cover;
  background-position: center;
}

.hero-cap-security-ops::before {
  background-image: url('../../assets/images/capabilities-security-operations-card.webp');
  background-size: cover;
  background-position: center;
}

.hero-cap-protection::before {
  background-image: url('../../assets/images/capabilities-protective-operations-card.webp');
  background-size: cover;
  background-position: center;
}

.hero-cap-crisis::before {
  background-image: url('../../assets/images/capabilities-incident-crisis-card.webp');
  background-size: cover;
  background-position: center;
}

.hero-cap-mobility::before {
  background-image: url('../../assets/images/capabilities-mobility-planning-card.webp');
  background-size: cover;
  background-position: center;
}

.hero-cap-advisory::before {
  background-image: url('../../assets/images/capabilities-strategic-advisory-card.webp');
  background-size: cover;
  background-position: center;
}

/* Industries */
.hero-ind-corporate::before {
  background-image: url('../../assets/images/industry-corporate-executives.webp');
  background-size: cover;
  background-position: center 28%;
}

.hero-ind-visitors::before {
  background-image: url('../../assets/images/industry-international-visitors.webp');
  background-size: cover;
  background-position: center 28%;
}

.hero-ind-diplomats::before {
  background-image: url('../../assets/images/industry-diplomats-delegations.webp');
  background-size: cover;
  background-position: center 28%;
}

.hero-ind-ngos::before {
  background-image: url('../../assets/images/industry-ngos-project-teams.webp');
  background-size: cover;
  background-position: center 28%;
}

.hero-ind-investors::before {
  background-image: url('../../assets/images/industry-investors-consultants.webp');
  background-size: cover;
  background-position: center 28%;
}

.hero-ind-events::before {
  background-image: url('../../assets/images/industry-event-organisers.webp');
  background-size: cover;
  background-position: center 28%;
}

.hero-ind-family::before {
  background-image: url('../../assets/images/industry-family-offices.webp');
  background-size: cover;
  background-position: center 28%;
}

.solution-detail-hero-title {
  font-size: clamp(38px, 5.5vw, 72px);
  font-weight: 700;
  line-height: 0.95;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-transform: uppercase;
}

/* Intro Section */
.solution-detail-intro {
  padding: clamp(60px, 8vh, 100px) 20px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.38) 0%, transparent 22%),
    linear-gradient(210deg, rgba(146, 158, 174, 0.16) 0%, transparent 30%),
    linear-gradient(145deg, rgba(243, 247, 251, 0.98) 0%, rgba(206, 214, 224, 0.96) 24%, rgba(252, 253, 255, 0.99) 50%, rgba(182, 191, 202, 0.96) 74%, rgba(132, 142, 155, 0.94) 100%);
}

.solution-detail-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(40px, 6vw, 80px);
  max-width: 1400px;
  margin: 0 auto;
}

.solution-detail-intro h2 {
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  color: #000814;
}

.solution-detail-intro p {
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.7;
  color: #333333;
  margin-bottom: 20px;
}

.solution-detail-intro p:last-child {
  margin-bottom: 0;
}

/* Stats Section */
.solution-detail-stats {
  padding: clamp(50px, 7vh, 90px) 20px;
  background:
    radial-gradient(circle at 14% 18%, rgba(212, 175, 55, 0.1) 0%, transparent 26%),
    radial-gradient(circle at 84% 76%, rgba(118, 146, 178, 0.14) 0%, transparent 30%),
    linear-gradient(140deg, rgba(8, 20, 38, 0.99) 0%, rgba(12, 28, 52, 0.98) 28%, rgba(17, 39, 70, 0.99) 58%, rgba(9, 23, 44, 0.99) 100%);
}

.solution-detail-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.stat-card {
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
  padding: 14px 14px 16px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.38) 0%, transparent 22%),
    linear-gradient(210deg, rgba(146, 158, 174, 0.16) 0%, transparent 30%),
    linear-gradient(145deg, rgba(243, 247, 251, 0.98) 0%, rgba(206, 214, 224, 0.96) 24%, rgba(252, 253, 255, 0.99) 50%, rgba(182, 191, 202, 0.96) 74%, rgba(132, 142, 155, 0.94) 100%);
  border: 1px solid rgba(170, 180, 192, 0.42);
  border-radius: 24px;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 34px rgba(4, 14, 28, 0.22);
}

.stat-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  margin: 0;
  padding: 10px 14px;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 700;
  color: #f5f8fc;
  background:
    linear-gradient(140deg, rgba(8, 20, 38, 0.99) 0%, rgba(12, 28, 52, 0.98) 28%, rgba(17, 39, 70, 0.99) 58%, rgba(9, 23, 44, 0.99) 100%);
  border-radius: 16px 16px 0 0;
  line-height: 1.05;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .solution-detail-resilience .resilience-content {
    text-align: center;
  }

  .solution-detail-resilience .resilience-content h2 {
    font-size: clamp(22px, 6vw, 36px);
    white-space: normal;
  }
}

.stat-card p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  margin: 0;
  padding: 12px 14px 14px;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #0b1423;
  text-transform: uppercase;
  line-height: 1.35;
  background:
    linear-gradient(140deg, rgba(108, 72, 20, 0.98) 0%, rgba(182, 131, 46, 0.98) 26%, rgba(232, 197, 132, 0.98) 52%, rgba(167, 114, 34, 0.98) 74%, rgba(96, 62, 18, 0.98) 100%);
  border-radius: 0 0 16px 16px;
}

/* Resources Section */
.solution-detail-resources {
  padding: clamp(60px, 9vh, 120px) 20px;
  background-color: #ffffff;
}

.solution-detail-resources-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.2fr;
  gap: clamp(30px, 4vw, 60px);
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
}

.resources-col h2 {
  font-size: clamp(32px, 4.5vw, 58px);
  line-height: 0.95;
  text-transform: uppercase;
  font-weight: 700;
  color: #000814;
  letter-spacing: -0.01em;
}

.resources-image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.resources-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.resources-image:hover img {
  transform: scale(1.05);
}

.resources-list h3 {
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
  color: #000814;
  text-transform: uppercase;
}

.resources-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resources-list li {
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 500;
  padding: 14px 0;
  border-bottom: 1px solid #e0e0e0;
  color: #333333;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.5;
}

.resources-list li:last-child {
  border-bottom: none;
}

.resources-interactive .solution-detail-resources-grid {
  grid-template-columns: 0.8fr 2.2fr;
}

.resources-list-accordion h3 {
  border-top: none;
  padding: 14px 18px;
  margin-bottom: 16px;
  color: #0b1423;
  text-align: center;
  background:
    linear-gradient(140deg, rgba(130, 97, 18, 0.98) 0%, rgba(213, 173, 64, 0.98) 28%, rgba(255, 240, 184, 0.98) 52%, rgba(201, 157, 42, 0.98) 74%, rgba(140, 103, 21, 0.98) 100%);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 224, 0.78),
    0 10px 22px rgba(63, 41, 10, 0.18);
}

.resource-accordion-item {
  margin-bottom: 12px;
  border: 1px solid rgba(170, 180, 192, 0.42);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.36) 0%, transparent 22%),
    linear-gradient(210deg, rgba(146, 158, 174, 0.16) 0%, transparent 30%),
    linear-gradient(145deg, rgba(243, 247, 251, 0.98) 0%, rgba(206, 214, 224, 0.96) 24%, rgba(252, 253, 255, 0.99) 50%, rgba(182, 191, 202, 0.96) 74%, rgba(132, 142, 155, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 24px rgba(4, 14, 28, 0.12);
}

.resource-accordion-item summary {
  list-style: none;
  cursor: pointer;
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f172a;
  padding: 18px 46px 18px 18px;
  position: relative;
}

.resource-accordion-item summary::-webkit-details-marker {
  display: none;
}

.resource-accordion-item summary::after {
  content: '\25BE';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #6b7280;
  transition: transform 0.2s ease, color 0.2s ease;
}

.resource-accordion-item summary:hover,
.resource-accordion-item summary:focus-visible {
  color: #8f5f18;
}

.resource-accordion-item summary:hover::after,
.resource-accordion-item summary:focus-visible::after {
  color: #8f5f18;
}

.resource-accordion-item[open] summary {
  color: #8f5f18;
}

.resource-accordion-item[open] summary::after {
  content: '\25B4';
  color: #8f5f18;
}

.resource-accordion-panel {
  display: grid;
  grid-template-columns: minmax(240px, 46%) 1fr;
  gap: 18px;
  margin: 0 12px 12px;
  padding: 16px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.34) 0%, transparent 24%),
    linear-gradient(210deg, rgba(146, 158, 174, 0.14) 0%, transparent 32%),
    linear-gradient(145deg, rgba(239, 244, 249, 0.98) 0%, rgba(202, 211, 221, 0.96) 26%, rgba(252, 253, 255, 0.99) 52%, rgba(184, 193, 204, 0.96) 76%, rgba(136, 146, 158, 0.94) 100%);
  border: 1px solid rgba(170, 180, 192, 0.38);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 8px 20px rgba(4, 14, 28, 0.1);
  align-items: stretch;
}

.resource-accordion-panel img {
  width: 100%;
  height: clamp(160px, 24vw, 250px);
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(214, 223, 233, 0.24);
}

.resource-accordion-panel p {
  margin: 0;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.7;
  color: #334155;
  padding-left: 18px;
  border-left: 1px solid rgba(136, 146, 158, 0.28);
  display: flex;
  align-items: center;
}

/* Image Cards Section */
.solution-detail-cards {
  padding: clamp(60px, 8vh, 100px) 20px;
  background-color: #f8f8f8;
}

.solution-detail-cards .section-label {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  color: #000814;
  margin-bottom: clamp(40px, 6vh, 70px);
  text-align: left;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.solution-detail-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 40px);
  max-width: 1400px;
  margin: 0 auto;
}

.solution-detail-card {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background-color: #000814;
  cursor: pointer;
  border-radius: 3px;
  color: inherit;
  text-decoration: none;
}

.solution-detail-card:focus-visible {
  outline: 3px solid rgba(244, 226, 154, 0.95);
  outline-offset: 4px;
}

.solution-detail-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, opacity 0.3s ease;
  opacity: 0.85;
}

.solution-detail-card:hover img {
  transform: scale(1.08);
  opacity: 0.75;
}

.solution-detail-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(24px, 4vw, 50px);
  background: linear-gradient(to top, rgba(0, 8, 20, 0.95), transparent);
  z-index: 2;
}

.solution-detail-card .card-label {
  display: block;
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.solution-detail-card h3 {
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

.solution-detail-card .card-content p {
  display: none;
}

/* Resilience CTA Section */
.solution-detail-resilience {
  padding: clamp(80px, 12vh, 140px) 20px;
  background: linear-gradient(135deg, #000814 0%, #0a1929 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Services Section */
.solution-services-section {
  padding: clamp(60px, 8vh, 100px) 20px;
  background-color: #ffffff;
}

.solution-services-section .section-heading {
  font-size: clamp(28px, 3.8vw, 48px);
  color: #000814;
  margin-bottom: clamp(40px, 6vh, 70px);
}

.solution-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
  max-width: 1400px;
  margin: 0 auto;
}

.service-item {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-item:hover {
  transform: translateY(-6px);
  border-color: var(--color-primary);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.service-item h3 {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  color: #000814;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.service-item p {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.6;
  color: #333333;
  margin-bottom: 0;
}

/* Benefits Section */
.solution-benefits-section {
  padding: clamp(60px, 8vh, 100px) 20px;
  background: linear-gradient(135deg, #f8f8f8 0%, #efefef 100%);
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
}

.benefits-col h2 {
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 700;
  color: #000814;
  margin-bottom: 20px;
}

.benefits-col p {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.7;
  color: #333333;
  margin-bottom: 0;
}

.benefits-list {
  display: grid;
  gap: clamp(20px, 3vw, 30px);
}

.benefit-item {
  background-color: #ffffff;
  padding: clamp(20px, 3vw, 28px);
  border-left: 4px solid var(--color-primary);
  border-radius: 2px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.benefit-item strong {
  display: block;
  font-size: clamp(16px, 1.6vw, 18px);
  color: #000814;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.benefit-item p {
  font-size: clamp(14px, 1.4vw, 15px);
  line-height: 1.6;
  color: #333333;
  margin-bottom: 0;
}

/* Integration Section */
.solution-integration-section {
  padding: clamp(60px, 8vh, 100px) 20px;
  background-color: #ffffff;
}

.integration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
}

.integration-col h2 {
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 700;
  color: #000814;
  margin-bottom: 20px;
}

.integration-col p {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.7;
  color: #333333;
  margin-bottom: 0;
}

.integration-list h3 {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  color: #000814;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.integration-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.integration-list li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.integration-list a {
  display: block;
  font-size: clamp(14px, 1.4vw, 16px);
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 500;
  padding: 12px 16px;
  background-color: #f8f8f8;
  border-left: 3px solid transparent;
  border-radius: 2px;
  transition: all 0.2s ease;
  text-transform: uppercase;
}

.integration-list a:hover {
  background-color: #efefef;
  border-left-color: var(--color-primary);
  padding-left: 20px;
}

/* CTA Section */
.solution-cta-section {
  padding: clamp(60px, 9vh, 120px) 20px;
  background: linear-gradient(135deg, #000814 0%, #0a1929 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.solution-cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(212, 175, 55, 0.05), transparent 70%);
  pointer-events: none;
}

/* Shared detail employee card styles live below */

.solution-cta-section .container {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.solution-cta-section h2 {
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 0.95;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.solution-cta-section p {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 36px;
}

.solution-detail-resilience::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(212, 175, 55, 0.05), transparent 70%);
  pointer-events: none;
}

.solution-detail-resilience::after {
  content: '';
  position: absolute;
  inset: -25% -10%;
  background-image: repeating-linear-gradient(
    -24deg,
    rgba(255, 255, 255, 0) 0px,
    rgba(255, 255, 255, 0) 10px,
    rgba(116, 83, 22, 0.2) 10px,
    rgba(218, 165, 32, 0.52) 10.5px,
    rgba(255, 229, 148, 0.72) 11px,
    rgba(180, 126, 28, 0.48) 11.5px,
    rgba(255, 255, 255, 0) 12px,
    rgba(255, 255, 255, 0) 22px
  );
  opacity: 0.55;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  animation: solution-detail-lines-drift 14s linear infinite;
  z-index: 0;
}

.resilience-content {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}

.resilience-label {
  display: inline-block;
  font-size: clamp(12px, 1.3vw, 14px);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 8px 20px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 2px;
}

.resilience-content h2 {
  font-size: clamp(22px, 4.2vw, 56px);
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
  letter-spacing: 0;
  white-space: nowrap;
}

@keyframes solution-detail-lines-drift {
  0% { transform: translate3d(-18px, -18px, 0); }
  100% { transform: translate3d(18px, 18px, 0); }
}

/* People Section */
.solution-detail-people {
  padding: clamp(60px, 8vh, 100px) 20px;
  background-color: #0f1218;
}

.solution-detail-people .section-label {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: clamp(40px, 6vh, 70px);
  text-align: left;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/* FAQ Section */
.solution-detail-faq {
  padding: clamp(60px, 8vh, 100px) 20px;
  background-color: #ffffff;
}

.solution-detail-faq .section-label {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  color: #000814;
  margin-bottom: clamp(40px, 6vh, 70px);
  text-align: left;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.faq-list {
  max-width: 1400px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 28px 0;
  cursor: pointer;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item summary {
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 700;
  color: #000814;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  list-style: none;
  cursor: pointer;
  padding-right: 40px;
  position: relative;
  line-height: 1.4;
}

.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 300;
  color: var(--color-primary);
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  content: '−';
  transform: translateY(-50%) rotate(0deg);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  color: #555555;
  margin-top: 20px;
  padding-right: 40px;
}

/* Intelligence Strip */
.solution-detail-intel-strip {
  padding: clamp(60px, 8vh, 100px) 20px;
  background:
    linear-gradient(120deg, rgba(108, 117, 129, 0.98) 0%, rgba(72, 81, 93, 0.99) 26%, rgba(96, 106, 118, 0.98) 52%, rgba(58, 66, 77, 0.99) 76%, rgba(38, 45, 54, 0.99) 100%);
}

.intel-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2.5vw, 32px);
  max-width: 1400px;
  margin: 0 auto;
}

.intel-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(11, 28, 52, 0.98) 0%, rgba(18, 38, 67, 0.98) 42%, rgba(9, 22, 43, 0.98) 100%);
  border: 1px solid rgba(214, 223, 233, 0.2);
  overflow: hidden;
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 34px rgba(4, 14, 28, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.intel-card:hover {
  transform: translateY(-6px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 38px rgba(4, 14, 28, 0.3);
}

.intel-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.intel-card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.intel-label {
  display: block;
  width: 100%;
  padding: 12px 18px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #111827;
  text-transform: uppercase;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(106, 69, 20, 0.98) 0%, rgba(177, 117, 34, 0.98) 26%, rgba(228, 188, 120, 0.98) 52%, rgba(166, 109, 31, 0.98) 76%, rgba(96, 61, 18, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 243, 214, 0.54),
    0 10px 18px rgba(54, 32, 8, 0.2);
}

.intel-card-content h4 {
  margin: 0;
  padding: 14px 18px;
  font-size: clamp(16px, 1.75vw, 19px);
  font-weight: 700;
  color: #08111f;
  line-height: 1.3;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(243, 247, 251, 0.98) 0%, rgba(210, 219, 229, 0.96) 26%, rgba(252, 253, 255, 0.99) 52%, rgba(183, 192, 203, 0.96) 76%, rgba(140, 149, 161, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 10px 20px rgba(4, 14, 28, 0.14);
}

.intel-card-content p {
  margin: 0;
  padding: 14px 18px;
  font-size: clamp(13px, 1.35vw, 15px);
  line-height: 1.6;
  color: #0b1423;
  border-radius: 18px;
  background:
    linear-gradient(140deg, rgba(130, 97, 18, 0.98) 0%, rgba(213, 173, 64, 0.98) 28%, rgba(255, 240, 184, 0.98) 52%, rgba(201, 157, 42, 0.98) 74%, rgba(140, 103, 21, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 224, 0.72),
    0 10px 20px rgba(63, 41, 10, 0.18);
}

/* Responsive Design */
@media (max-width: 1100px) {
  .solution-detail-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .solution-detail-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-detail-resources-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .resources-interactive .solution-detail-resources-grid {
    grid-template-columns: 1fr;
  }

  .intel-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .solution-detail-stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .resource-accordion-panel {
    grid-template-columns: 1fr;
  }

  .solution-detail-cards-grid {
    grid-template-columns: 1fr;
  }

  .intel-strip-grid {
    grid-template-columns: 1fr;
  }

  .intel-card {
    gap: 10px;
    padding: 14px;
    border-radius: 24px;
  }

  .intel-card img {
    border-radius: 18px;
  }
}

@media (max-width: 480px) {
  .solution-detail-hero {
    min-height: 380px;
    padding: calc(var(--header-height) + 40px) 20px 40px;
  }

  .solution-detail-hero::before {
    background-position: center 22%;
  }

  .faq-item summary {
    padding-right: 30px;
    font-size: 15px;
  }

  .faq-item p {
    padding-right: 0;
  }
}

/* Shared overview card styles migrated from pages.css */
/* Capabilities + Industries Theme */
.capabilities-main-page,
.industries-main-page,
.capability-detail-page,
.industry-detail-page {
  background: #0f1218;
  padding-top: 0 !important;
}

.capabilities-main-page .page-hero,
.industries-main-page .page-hero,
.capability-detail-page .page-hero,
.industry-detail-page .page-hero {
  min-height: clamp(300px, 48vh, 470px);
  padding: calc(var(--header-height) + 58px) 0 52px;
  text-align: left;
  background:
    linear-gradient(120deg, rgba(0, 8, 20, 0.9), rgba(0, 29, 61, 0.78)),
    url('../../assets/images/intelligence-monitoring-bg.webp');
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.capabilities-main-page .page-breadcrumb,
.industries-main-page .page-breadcrumb,
.capability-detail-page .page-breadcrumb,
.industry-detail-page .page-breadcrumb {
  justify-content: flex-start;
}

.capabilities-main-page .page-title,
.industries-main-page .page-title,
.capability-detail-page .page-title,
.industry-detail-page .page-title {
  font-size: clamp(36px, 5.2vw, 72px);
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.capabilities-main-page .page-subtitle,
.industries-main-page .page-subtitle,
.capability-detail-page .page-subtitle,
.industry-detail-page .page-subtitle {
  max-width: 920px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.capabilities-main-page .capabilities-overview-section,
.industries-main-page .content-section,
.industries-main-page .industries-showcase-section,
.capability-detail-page .content-section,
.industry-detail-page .content-section {
  background: #efefef;
  border-bottom: none;
}

.capabilities-main-page .capabilities-overview-section {
  padding: clamp(50px, 6vw, 96px) 0;
}

.capability-detail-page .content-section,
.industry-detail-page .content-section,
.industries-main-page .content-section {
  padding: clamp(52px, 6vw, 96px) 0;
}

.capabilities-main-page .section-heading,
.industries-main-page .section-heading,
.capability-detail-page .content-primary h2,
.industry-detail-page .content-primary h2,
.industries-main-page .content-primary h2 {
  color: #171717;
}

.capability-detail-page .content-primary,
.industry-detail-page .content-primary,
.industries-main-page .content-primary {
  max-width: 980px;
}

.capability-detail-page .content-primary p,
.industry-detail-page .content-primary p,
.industries-main-page .content-primary p {
  color: #333333;
}

.capabilities-main-page .capability-card,
.industries-main-page .industry-card-large {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}

.capabilities-main-page .capability-card:hover,
.industries-main-page .industry-card-large:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 117, 185, 0.35);
}

.capabilities-main-page .capability-card h3,
.industries-main-page .industry-card-large h3 {
  color: #171717;
}

.capabilities-main-page .capability-card p,
.industries-main-page .industry-card-large p {
  color: #474747;
}

.capabilities-main-page .capability-link,
.industries-main-page .industry-link {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
}

@media (max-width: 900px) {
  .capabilities-main-page .page-hero,
  .industries-main-page .page-hero,
  .capability-detail-page .page-hero,
  .industry-detail-page .page-hero {
    min-height: 0;
    padding: calc(var(--header-height) + 42px) 0 40px;
  }

  .capabilities-main-page .page-title,
  .industries-main-page .page-title,
  .capability-detail-page .page-title,
  .industry-detail-page .page-title {
    font-size: clamp(32px, 8.5vw, 54px);
    line-height: 0.98;
  }

  .capabilities-main-page .page-subtitle,
  .industries-main-page .page-subtitle,
  .capability-detail-page .page-subtitle,
  .industry-detail-page .page-subtitle {
    font-size: 15px;
    line-height: 1.55;
    max-width: 100%;
  }

  .capabilities-main-page .capabilities-overview-section,
  .industries-main-page .content-section,
  .industries-main-page .industries-showcase-section,
  .capability-detail-page .content-section,
  .industry-detail-page .content-section {
    padding: 44px 0;
  }

  .capabilities-main-page .capability-card,
  .industries-main-page .industry-card-large {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .capabilities-main-page .page-hero,
  .industries-main-page .page-hero,
  .capability-detail-page .page-hero,
  .industry-detail-page .page-hero {
    padding: calc(var(--header-height) + 32px) 0 32px;
  }

  .capabilities-main-page .page-breadcrumb,
  .industries-main-page .page-breadcrumb,
  .capability-detail-page .page-breadcrumb,
  .industry-detail-page .page-breadcrumb {
    font-size: 11px;
    gap: 6px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .capabilities-main-page .section-heading,
  .industries-main-page .section-heading,
  .capability-detail-page .content-primary h2,
  .industry-detail-page .content-primary h2,
  .industries-main-page .content-primary h2 {
    font-size: clamp(24px, 7vw, 34px);
    margin-bottom: 14px;
    line-height: 1.06;
  }

  .capability-detail-page .content-primary p,
  .industry-detail-page .content-primary p,
  .industries-main-page .content-primary p {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 14px;
  }

}

/* Content Section */
.content-section {
  padding: var(--spacing-3xl) 0;
  background-color: #001D3D;
  border-bottom: 1px solid var(--color-border);
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-2xl);
}

.content-primary {
  max-width: 900px;
  margin: 0 auto;
}

.content-primary h2 {
  font-size: var(--font-size-3xl);
  font-weight: 600;
  margin-bottom: var(--spacing-lg);
  line-height: 1.2;
}

.content-primary p {
  font-size: var(--font-size-lg);
  color: var(--color-text-secondary);
  line-height: 1.8;
  margin-bottom: var(--spacing-lg);
}

/* Section Heading */
.section-heading {
  font-size: var(--font-size-3xl);
  font-weight: 600;
  text-align: center;
  margin-bottom: var(--spacing-3xl);
  color: var(--color-text);
}

/* Solutions Grid */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-2xl);
}

.solution-card {
  background: linear-gradient(135deg, rgba(0, 29, 61, 0.4), rgba(0, 53, 102, 0.2));
  border: 1px solid rgba(0, 117, 185, 0.4);
  border-radius: 12px;
  padding: var(--spacing-xl);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.solution-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #4CC9F0, transparent);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.solution-card:hover {
  transform: translateY(-8px);
  border-color: rgba(76, 201, 240, 0.6);
  box-shadow: 0 12px 48px rgba(0, 117, 185, 0.25);
}

.solution-card:hover::before {
  opacity: 1;
}

.solution-icon {
  width: 48px;
  height: 48px;
  margin-bottom: var(--spacing-lg);
  color: #4CC9F0;
  filter: drop-shadow(0 0 12px rgba(76, 201, 240, 0.5));
  transition: all var(--transition-base);
}

.solution-card:hover .solution-icon {
  transform: scale(1.1);
  filter: drop-shadow(0 0 20px rgba(76, 201, 240, 0.8));
}

.solution-icon svg {
  width: 100%;
  height: 100%;
}

.solution-card h3 {
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--spacing-md);
  line-height: 1.2;
}

.solution-card p {
  font-size: var(--font-size-base);
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin-bottom: var(--spacing-lg);
}



.capabilities-grid-large {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-xl);
}

.capability-card {
  background: linear-gradient(135deg, rgba(0, 29, 61, 0.4), rgba(0, 53, 102, 0.2));
  border: 1px solid rgba(0, 117, 185, 0.4);
  border-radius: 12px;
  padding: var(--spacing-xl);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.capability-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #4CC9F0, transparent);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.capability-card:hover {
  transform: translateY(-8px);
  border-color: rgba(76, 201, 240, 0.6);
  box-shadow: 0 12px 48px rgba(0, 117, 185, 0.25);
}

.capability-card:hover::before {
  opacity: 1;
}

.capability-icon {
  width: 80px;
  height: 80px;
  margin-bottom: var(--spacing-lg);
  color: #4CC9F0;
  filter: drop-shadow(0 0 12px rgba(76, 201, 240, 0.5));
  transition: all var(--transition-base);
}

.capability-card:hover .capability-icon {
  transform: scale(1.1);
  filter: drop-shadow(0 0 20px rgba(76, 201, 240, 0.8));
}

.capability-icon svg {
  width: 100%;
  height: 100%;
}

.capability-card h3 {
  font-size: var(--font-size-2xl);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--spacing-md);
  line-height: 1.2;
}
