/* =========================================================
   dovetail.css (overrides)
   ========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root{
  --dt-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --dt-blue: #1677ff;
  --dt-ice: #7cc7ff;
  --dt-dark: #06142d;

  /* Type scale + rhythm */
  --dt-text: clamp(0.98rem, 0.35vw + 0.92rem, 1.08rem);
  --dt-lead: clamp(1.05rem, 0.5vw + 0.95rem, 1.22rem);
  --dt-h1: clamp(2.15rem, 1.8vw + 1.6rem, 3.15rem);
  --dt-h2: clamp(1.75rem, 1.25vw + 1.35rem, 2.4rem);
  --dt-h3: clamp(1.35rem, 0.9vw + 1.1rem, 1.8rem);

  --dt-radius: 18px;
  --dt-radius-lg: 22px;
  --dt-shadow: 0 18px 55px rgba(0,0,0,.22);
  --dt-shadow-soft: 0 12px 34px rgba(0,0,0,.14);
  --dt-border: 1px solid rgba(255,255,255,.14);
}

html, body{
  font-family: var(--dt-font) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---------- Typography System ---------- */
body{ font-size: var(--dt-text); line-height: 1.6; }
p{ margin: 0 0 1rem; }
.lead{ font-size: var(--dt-lead); line-height: 1.55; }

h1, .h1{ font-size: var(--dt-h1); line-height: 1.08; letter-spacing: -0.02em; }
h2, .h2{ font-size: var(--dt-h2); line-height: 1.14; letter-spacing: -0.015em; }
h3, .h3{ font-size: var(--dt-h3); line-height: 1.2; letter-spacing: -0.01em; }
h4, h5, h6{ line-height: 1.25; letter-spacing: -0.005em; }

/* Consistent heading rhythm */
h1,h2,h3,h4,h5,h6{ margin: 0 0 .65rem; font-weight: 800; }

/* Buttons: consistent weight/spacing */
.btn, .button{
  font-weight: 700;
  letter-spacing: 0.01em;
}
.btn.btn-rounded{ padding: 12px 30px; }

/* ---------- Buttons ---------- */
.dovetail-btn-inverse{
  background:#fff !important;
  color:var(--dt-blue) !important;
  border:1px solid rgba(22,119,255,.25) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.12);
  padding:14px 36px;
  font-weight:800;
  transition:all .25s ease;
}
.dovetail-btn-inverse:hover{
  background:var(--dt-blue) !important;
  color:#fff !important;
  border-color:var(--dt-blue) !important;
  transform:translateY(-2px);
}

/* =========================================================
   HERO (Particles)
   ========================================================= */
#home.dovetail-hero{
  position:relative;
  min-height:100vh;
  background:var(--dt-dark);
  padding-top:80px;
  overflow:hidden;
}

#home.dovetail-hero .part-header{
  position:absolute;
  inset:0;
  z-index:2;
  background-image:url("../images/hero-africa-dark.png") !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

/* Liberia / West Africa focus glow (approx placement) */
#home.dovetail-hero .part-header::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(120px 120px at 41% 56%, rgba(124,199,255,.85), rgba(124,199,255,.25) 45%, rgba(124,199,255,0) 70%),
    radial-gradient(260px 220px at 38% 56%, rgba(22,119,255,.25), rgba(22,119,255,0) 70%);
  filter:blur(.2px);
}

#home.dovetail-hero #particles-js{ position:absolute; inset:0; z-index:3; }
#home.dovetail-hero .overlay.overlay-dark{
  position:absolute;
  inset:0;
  background:rgba(6,18,45,.55) !important;
  z-index:4;
}

#home.dovetail-hero #particles-text-morph{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  width:min(1100px, 92vw);
  text-align:center;
  z-index:5;
  padding:0 12px;
}

#home.dovetail-hero #particles-text-morph::before{
  content:"";
  position:absolute;
  inset:-56px -72px;
  background:radial-gradient(ellipse at center, rgba(6,18,45,.86) 0%, rgba(6,18,45,.65) 45%, rgba(6,18,45,.20) 75%, rgba(6,18,45,0) 100%);
  z-index:-1;
  border-radius:24px;
}

/* Hero headline styling */
#home.dovetail-hero #morph-text{
  color:#fff;
  font-weight:900;
  letter-spacing:-0.02em;
  text-shadow:0 0 1px rgba(0,0,0,.9), 0 0 18px rgba(124,199,255,.30);
}

#home.dovetail-hero .scroll-down{
  position:absolute;
  left:50%;
  bottom:28px;
  transform:translateX(-50%);
  z-index:6;
}

@media (max-width:768px){
  #home.dovetail-hero{ padding-top:70px; }
  #home.dovetail-hero #particles-text-morph::before{ inset:-40px -18px; }
}

/* =========================================================
   WHY NOW (Africa Threat) - single centered card (no 2-col)
   ========================================================= */
#our-feature.dovetail-threat-full{
  position:relative;
  overflow:hidden;
  padding:clamp(80px, 8vw, 120px) 0;
  background:#f7fbff;
}

#our-feature .dovetail-threat-bg,
#our-feature .dovetail-threat-overlay{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

#our-feature .dovetail-threat-bg{
  z-index:1;
  background:url("../images/hero-africa-darkk.png") center/cover no-repeat;
  transform:scale(1.03);
}

/* West Africa glow (approx placement) */
#our-feature .dovetail-threat-bg::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(140px 140px at 41% 56%, rgba(124,199,255,.85), rgba(124,199,255,.25) 45%, rgba(124,199,255,0) 70%),
    radial-gradient(320px 240px at 38% 56%, rgba(22,119,255,.22), rgba(22,119,255,0) 70%);
}

#our-feature .dovetail-threat-overlay{
  z-index:2;
  background:
    radial-gradient(900px 520px at 20% 50%, rgba(6,20,45,.35), rgba(6,20,45,.78)),
    linear-gradient(180deg, rgba(6,20,45,.35), rgba(6,20,45,.82));
}

#our-feature .container{ position:relative; z-index:3; }

/* Center the card in the section */
#our-feature .row{ justify-content:center; }

/* Center the card + text without creating a two-column layout */
#our-feature .dovetail-threat-content{ text-align: center; }
#our-feature .dovetail-checklist{
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  text-align: left; /* keeps the checkmarks + text readable */
}

.dovetail-threat-content{
  text-align:center;
  padding:clamp(22px, 3vw, 34px);
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 60px rgba(0,0,0,.35);
  backdrop-filter:blur(10px);
}

.dovetail-threat-title{
  color:#fff;
  font-weight:900;
  letter-spacing:-0.02em;
  margin:0 0 10px;
  line-height:1.15;
}
.dovetail-threat-title .accent{ color:var(--dt-ice); }

.dovetail-threat-subtitle{
  color:rgba(255,255,255,.88);
  font-size:1.1rem;
  margin:0 0 18px;
  line-height:1.45;
}

/* Center checklist with icons aligned nicely */
.dovetail-checklist{
  list-style:none;
  padding:0;
  margin:0;
  display:inline-block; /* lets the list be centered as a block */
  text-align:left;      /* keep item text readable */
}

.dovetail-checklist li{
  position:relative;
  padding-left:46px;
  margin-bottom:14px;
  color:rgba(255,255,255,.92);
  font-size:1.05rem;
  line-height:1.45;
}

.dovetail-checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:2px;
  width:30px;
  height:30px;
  border-radius:999px;
  display:grid;
  place-items:center;
  color:#06142d;
  background:var(--dt-ice);
  box-shadow:0 10px 28px rgba(124,199,255,.25);
  font-weight:900;
}

.dovetail-threat-cta{ margin-top:22px; }

/* =========================================================
   Multi-page mode (lightweight): hide sections per page
   ========================================================= */

.dt-page-hero{
  background: #06142d;
  padding: 110px 0 60px;
}
.dt-page-hero h1{
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.dt-page-hero p{
  color: rgba(255,255,255,.82);
  margin: 0;
  font-size: 1.1rem;
}

/* Base: on any "page-*" body, hide all <section> blocks by default */

/* Show only the relevant section per page */

/* BCDR: we'll use the existing testimonial section as a placeholder for now */
body.page-bcdr #bcdr{ display: block; }

/* =========================================================
   Navbar polish (Bootstrap 4)
   ========================================================= */
.navbar{ padding: .85rem 0; }
.navbar .navbar-brand img{ height: 38px; }
.navbar-nav .nav-link{ font-weight: 600; letter-spacing: .01em; opacity: .92; }
.navbar-nav .nav-link:hover{ opacity: 1; }
.navbar-nav .nav-link.active{ opacity: 1; }
.navbar-nav .nav-link.active:after{
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin-top: .35rem;
  background: rgba(124,199,255,.95);
  border-radius: 999px;
}

/* CTA inside navbar */
.navbar .nav-cta{
  padding: .55rem 1.1rem !important;
  font-weight: 700;
  border-radius: 999px;
}

/* Use a fontawesome hamburger so it always shows */
.navbar .navbar-toggler{
  border: 1px solid rgba(255,255,255,.25);
  padding: .4rem .55rem;
  border-radius: 12px;
}
.navbar .navbar-toggler:focus{ outline: none; box-shadow: none; }
.navbar .navbar-toggler .fas{ color: #fff; font-size: 1.2rem; }

/* =========================
   Navbar (light variant): active/hover color (not white)
   ========================= */
.navbar.navbar-light .navbar-nav .nav-link{
  color: rgba(6,20,45,.85) !important;
}
.navbar.navbar-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .navbar-nav .nav-link.active{
  color: var(--dt-blue) !important;
}
.navbar.navbar-light .navbar-nav .nav-link.active{
  font-weight: 700;
}
.navbar.navbar-light .navbar-toggler{
  border-color: rgba(6,20,45,.18) !important;
}
.navbar.navbar-light .navbar-toggler .fas{ color: rgba(6,20,45,.9) !important; }

/* =========================================================
   Interactive polish + spacing rhythm
   ========================================================= */

/* Consistent section rhythm (reduces "random" spacing) */
.padding{ padding: clamp(70px, 6vw, 110px) 0 !important; }
.padding_top{ padding-top: clamp(70px, 6vw, 110px) !important; }
.padding_bottom{ padding-bottom: clamp(70px, 6vw, 110px) !important; }

/* Card hover: clean, subtle, modern */
.dt-hover-lift,
.team-box,
.service-box,
.feature-box,
.bgwhite.border.rounded,
.bgwhite.border.rounded-3,
.bgwhite.rounded,
.bgwhite.rounded-3{
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform;
}
.dt-hover-lift:hover,
.team-box:hover,
.service-box:hover,
.feature-box:hover,
.bgwhite.border.rounded:hover,
.bgwhite.border.rounded-3:hover,
.bgwhite.rounded:hover,
.bgwhite.rounded-3:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 60px rgba(0,0,0,.12);
  border-color: rgba(22,119,255,.22);
}

/* Buttons: more premium feel */
.btn, .button{
  letter-spacing: .01em;
}
.btn.btn-primary,
.btn.gradient-btn,
.button.gradient-btn{
  font-weight: 700;
}
.btn.btn-outline-light,
.btn.btn-outline-primary,
.button.dovetail-btn-inverse{
  font-weight: 700;
}

/* Headings: tighter tracking and spacing */
.heading-title h2, .heading-title h1{
  letter-spacing: -0.02em;
}
.heading-title span{
  letter-spacing: .02em;
}

/* Subtle animated underline on nav links */
.navbar-nav .nav-link{
  position: relative;
}
.navbar-nav .nav-link::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: rgba(124,199,255,.95);
  border-radius: 999px;
  transform: translateX(-50%);
  transition: width .22s ease;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:focus::after,
.navbar-nav .nav-link.active::after{
  width: 24px;
}

/* SOC carousel styling */
.dt-soc-carousel{ position: relative; }
.dt-carousel-card{
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 90px rgba(0,0,0,.25);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(8px);
}
.dt-carousel-card .carousel-item img{
  width: 100%;
  height: auto;
  display: block;
}
.dt-carousel-card .carousel-caption{
  text-align: left;
  max-width: 720px;
}
.dt-carousel-card .carousel-caption h3{
  font-size: clamp(1.15rem, .8vw + 1.0rem, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: .35rem;
}
.dt-carousel-card .carousel-caption p{
  font-size: clamp(.95rem, .3vw + .9rem, 1.05rem);
  margin-bottom: 0;
  color: rgba(255,255,255,.88);
}

@media (max-width: 768px){
  .dt-carousel-card .carousel-caption{
    left: 7%;
    right: 7%;
  }
}


/* =========================================================
   SITEWIDE TYPOGRAPHY + INTERACTIVITY (v4)
   ========================================================= */
:root{
  --dt-grad: linear-gradient(135deg, rgba(22,119,255,1) 0%, rgba(124,199,255,1) 100%);
  --dt-text: rgba(6,20,45,.92);
  --dt-muted: rgba(6,20,45,.72);
}

/* Type scale (tight + consistent) */
h1{font-size:clamp(2.05rem, 2.6vw, 3.0rem); line-height:1.08; letter-spacing:-0.02em;}
h2{font-size:clamp(1.65rem, 2.0vw, 2.35rem); line-height:1.12; letter-spacing:-0.018em;}
h3{font-size:clamp(1.35rem, 1.5vw, 1.8rem); line-height:1.18; letter-spacing:-0.012em;}
h4{font-size:1.15rem; line-height:1.22;}
p{color:var(--dt-muted);}

/* Better section rhythm */
section{scroll-margin-top:92px;}
.heading-title span{font-weight:700; letter-spacing:.02em;}

/* Buttons: consistent weight + padding */
.btn, .button{
  font-weight:700;
  letter-spacing:0.01em;
}
.btn.btn-primary, .gradient-btn{
  background-image: var(--dt-grad) !important;
  border: none !important;
}
.btn.btn-primary:hover, .gradient-btn:hover{
  filter: brightness(1.03);
  transform: translateY(-1px);
}

/* Light navbar active/hover should NOT be white */
.navbar.navbar-light .navbar-nav .nav-link,
.navbar.navbar-light .navbar-nav .nav-link:focus{
  color: rgba(6,20,45,.86) !important;
  font-weight:600;
}
.navbar.navbar-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-link.active{
  color: var(--dt-blue) !important;
}
.navbar.navbar-light .navbar-nav .nav-link.active::after{
  content:"";
  display:block;
  height:2px;
  width:100%;
  background: var(--dt-grad);
  border-radius:999px;
  margin-top:6px;
}

/* Interactive cards (used across pages) */
.dt-card{
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(22,119,255,.12);
  box-shadow: 0 16px 48px rgba(0,0,0,.10);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.dt-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 70px rgba(0,0,0,.16);
  border-color: rgba(22,119,255,.30);
}

/* Gradient accent utility */
.dt-grad-text{
  background: var(--dt-grad);
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}

/* Subtle animated glow line divider */
.dt-divider{
  height: 2px;
  width: min(220px, 65vw);
  background: var(--dt-grad);
  border-radius: 999px;
  margin: 14px auto 0;
  box-shadow: 0 10px 40px rgba(124,199,255,.20);
}

/* Services icon pills */
.dt-icon-pill{
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(22,119,255,.10);
  border: 1px solid rgba(22,119,255,.18);
}
.dt-icon-pill i{color: var(--dt-blue); font-size: 22px;}

/* Make Owl / Bootstrap carousel feel more modern */
.carousel-inner{
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
}
.carousel-indicators [data-bs-target]{
  width: 10px; height:10px; border-radius:999px;
}

/* Footer polish */
#site-footer{
  background: radial-gradient(900px 420px at 15% 20%, rgba(22,119,255,.20), rgba(6,20,45,0) 60%),
              linear-gradient(180deg, rgba(6,20,45,1), rgba(6,20,45,.92));
}
#site-footer .links a:hover{ color: var(--dt-ice) !important; }

/* =========================================================
   Interaction patterns (Axcient/Carbonite-inspired)
   Sticky in-page nav + tabs + animated diagrams
   ========================================================= */

.dt-page-subnav{
  position: relative;
  z-index: 40;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

body.darkmode .dt-page-subnav{ /* just in case */
  background: rgba(6,20,45,0.55);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.dt-sticky-nav{
  position: sticky;
  top: 82px; /* fixed navbar height */
  padding: 10px 0;
}

.dt-sticky-nav .nav{
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.dt-sticky-nav .nav-link{
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(22,119,255,0.18);
  background: rgba(255,255,255,0.65);
  color: #0b1c2d;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.dt-sticky-nav .nav-link:hover{
  transform: translateY(-1px);
  border-color: rgba(22,119,255,0.35);
}

.dt-sticky-nav .nav-link.active{
  background: rgba(22,119,255,0.12);
  border-color: rgba(22,119,255,0.65);
  color: #06142d;
}

@media (max-width: 768px){
  .dt-sticky-nav{ top: 72px; }
}

/* Tabs: tighten rhythm */
.dt-tabs{
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 54px rgba(0,0,0,0.10);
}
.dt-tabs .nav{
  padding: 10px;
  gap: 8px;
  background: rgba(22,119,255,0.06);
}
.dt-tabs .nav-link{
  border-radius: 14px;
  font-weight: 800;
  color: #06142d;
  border: 1px solid rgba(22,119,255,0.14);
  background: rgba(255,255,255,0.75);
}
.dt-tabs .nav-link.active{
  background: rgba(22,119,255,0.14);
  border-color: rgba(22,119,255,0.55);
}
.dt-tabs .tab-content{
  padding: 18px 18px 10px;
}
.dt-tabs .tab-pane p{
  color: rgba(11,28,45,0.80);
}

/* Animated diagram */
.dt-flow{
  position: relative;
  display: grid;
  gap: 18px;
}

@media (min-width: 992px){
  .dt-flow{ grid-template-columns: repeat(3, 1fr); }
}

.dt-flow-card{
  position: relative;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 54px rgba(0,0,0,0.10);
}

.dt-flow-card h4{
  font-weight: 900;
  margin-bottom: 6px;
}

.dt-flow-card .dt-kicker{
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: .78rem;
  color: rgba(22,119,255,0.95);
}

/* connector line (desktop) */
@media (min-width: 992px){
  .dt-flow::before{
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, rgba(22,119,255,0.0), rgba(22,119,255,0.5), rgba(124,199,255,0.85), rgba(22,119,255,0.5), rgba(22,119,255,0.0));
    transform: translateY(-50%);
    opacity: .0;
  }
}

.dt-animate{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}
.dt-animate.is-visible{
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 992px){
  .dt-animate.is-visible.dt-flow::before{ opacity: 1; }
}

.dt-pulse-dot{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(124,199,255,0.95);
  box-shadow: 0 0 0 0 rgba(124,199,255,0.55);
  animation: dtPulse 1.8s infinite;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

@keyframes dtPulse{
  0%{ box-shadow: 0 0 0 0 rgba(124,199,255,0.55); }
  70%{ box-shadow: 0 0 0 14px rgba(124,199,255,0); }
  100%{ box-shadow: 0 0 0 0 rgba(124,199,255,0); }
}

/* Navbar (light) active/highlight should not be white */
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .navbar-nav .nav-link:hover{
  color: var(--dt-blue) !important;
}
.navbar.navbar-light .navbar-nav .nav-link.active::after{
  background: var(--dt-blue) !important;
}

/* =========================================================
   Typography system (sitewide)
   ========================================================= */
:root{
  --dt-radius: 18px;
  --dt-space-1: 8px;
  --dt-space-2: 12px;
  --dt-space-3: 18px;
  --dt-space-4: 26px;
  --dt-space-5: 38px;
}

body{ line-height: 1.55; }

h1, .dt-h1{
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
h2, .dt-h2{
  font-weight: 800;
  letter-spacing: -0.018em;
  line-height: 1.18;
}
h3, .dt-h3{
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.25;
}

p{ margin-bottom: 14px; }

.btn, .button{
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Consistent vertical rhythm for sections */
.dt-section{ padding: clamp(64px, 6vw, 92px) 0; }
.dt-section-head{ margin-bottom: clamp(18px, 2.4vw, 28px); }



/* =========================================================
   v5.1 polish overrides (Jan 2026)
   ========================================================= */

/* Tighter, more consistent typography + rhythm */
:root{
  --dt-accent2: #22c1c3; /* subtle teal for secondary highlights */
  --dt-radius: 18px;
}

body{
  line-height: 1.55;
  letter-spacing: -0.01em;
}

h1,h2,h3{
  letter-spacing: -0.02em;
}

h1{ line-height: 1.08; }
h2{ line-height: 1.12; }
h3{ line-height: 1.18; }

.btn, .button{
  font-weight: 700 !important;
  letter-spacing: .01em;
}

/* Section spacing rhythm helper */
.dt-section{
  padding: clamp(70px, 7vw, 110px) 0;
}

/* OUR-PROCESS: force readable white text on dark */
#our-process,
#our-process *{
  color: rgba(255,255,255,.92);
}
#our-process .heading-title span{
  color: rgba(124,199,255,.95) !important;
}
#our-process .process-wrapp p{
  color: rgba(255,255,255,.92) !important;
}
#our-process .process-wrapp .fontbold{
  color: #ffffff !important;
}

/* Keep team/slider images consistent (fix vera.png sizing mismatch) */
.team-box .image img,
#ourteam-slider .item img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 14px;
}

/* Remove the blue connector line across Detect/Contain/Recover */
@media (min-width: 992px){
  .dt-flow::before{ display:none !important; }
}

/* Subtle extra color accents without losing “federal/pro” feel */
.dt-kicker, .defaultcolor{
  color: rgba(124,199,255,.95);
}
.dt-accent2{
  color: var(--dt-accent2);
}

.gradient-btn,
.btn-primary{
  background-image: linear-gradient(90deg, rgba(22,119,255,1), rgba(34,193,195,1)) !important;
  border: none !important;
}
.btn-outline-light:hover{
  background-image: linear-gradient(90deg, rgba(22,119,255,1), rgba(34,193,195,1)) !important;
  border-color: transparent !important;
}

/* Footer quick links in two columns */
.footer_links_grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 8px 22px;
}
.footer_links_grid li{ margin: 0; }
.footer_links_grid a{ display:inline-block; }


/* Navbar (light theme): keep active/hover highlight colored (not white) */
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-link:focus{
  color: var(--dt-blue) !important;
}
.navbar.navbar-light .navbar-nav .nav-link.active::after{
  background: linear-gradient(90deg, rgba(22,119,255,1), rgba(34,193,195,1)) !important;
}
/* =========================================================
   Capabilities Page Header – Resilience Banner
   ========================================================= */
.hero-resilience-banner{
  position: relative;
  background:
    radial-gradient(900px 520px at 18% 22%, rgba(77,163,255,0.22), transparent 60%),
    radial-gradient(700px 420px at 72% 30%, rgba(120,210,255,0.12), transparent 62%),
    linear-gradient(180deg, rgba(6,20,45,.75), rgba(6,20,45,.85));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: clamp(110px, 10vw, 150px) 0 clamp(70px, 6vw, 90px);
  overflow: hidden;
}

body.page-home .hero-resilience-banner{
  background-image:
    radial-gradient(900px 520px at 18% 22%, rgba(77,163,255,0.22), transparent 60%),
    radial-gradient(700px 420px at 72% 30%, rgba(120,210,255,0.12), transparent 62%),
    linear-gradient(180deg, rgba(6,20,45,.75), rgba(6,20,45,.85)),
    url("../images/hero-home.png");
}

body.page-about .hero-resilience-banner{
  background-image:
    radial-gradient(900px 520px at 18% 22%, rgba(77,163,255,0.22), transparent 60%),
    radial-gradient(700px 420px at 72% 30%, rgba(120,210,255,0.12), transparent 62%),
    linear-gradient(180deg, rgba(6,20,45,.75), rgba(6,20,45,.85)),
    url("../images/hero-about.png");
}

body.page-soc .hero-resilience-banner{
  background-image:
    radial-gradient(900px 520px at 18% 22%, rgba(77,163,255,0.22), transparent 60%),
    radial-gradient(700px 420px at 72% 30%, rgba(120,210255,0.12), transparent 62%),
    linear-gradient(180deg, rgba(6,20,45,.75), rgba(6,20,45,.85)),
    url("../images/hero-soc.png");
}

body.page-bcdr .hero-resilience-banner{
  background-image:
    radial-gradient(900px 520px at 18% 22%, rgba(77,163,255,0.22), transparent 60%),
    radial-gradient(700px 420px at 72% 30%, rgba(120,210,255,0.12), transparent 62%),
    linear-gradient(180deg, rgba(6,20,45,.75), rgba(6,20,45,.85)),
    url("../images/hero-bcdr.png");
}

body.page-contact .hero-resilience-banner{
  background-image:
    linear-gradient(180deg, rgba(6,20,45,.80), rgba(6,20,45,.90)),
    url("../images/hero-contact.png");
}


.hero-resilience-banner::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(77,163,255,0.10) 45%,
      rgba(77,163,255,0.18) 50%,
      rgba(77,163,255,0.10) 55%,
      transparent 100%
    );
  opacity:.22;
}

.hero-resilience-banner h1,
.hero-resilience-banner p,
.hero-resilience-banner span{
  color:#fff !important;
}

.hero-resilience-banner .lead{
  color: rgba(255,255,255,.85) !important;
}/* =========================================================
   Capabilities Page Header – Resilience Banner
   ========================================================= */
.hero-resilience-banner{
  position: relative;
  background:
    radial-gradient(900px 520px at 18% 22%, rgba(77,163,255,0.22), transparent 60%),
    radial-gradient(700px 420px at 72% 30%, rgba(120,210,255,0.12), transparent 62%),
    linear-gradient(180deg, rgba(6,20,45,.75), rgba(6,20,45,.85)),
    url("../images/hero-resilience.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: clamp(110px, 10vw, 150px) 0 clamp(70px, 6vw, 90px);
  overflow: hidden;
}

.hero-resilience-banner::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(77,163,255,0.10) 45%,
      rgba(77,163,255,0.18) 50%,
      rgba(77,163,255,0.10) 55%,
      transparent 100%
    );
  opacity:.22;
}

.hero-resilience-banner h1,
.hero-resilience-banner p,
.hero-resilience-banner span{
  color:#fff !important;
}

.hero-resilience-banner .lead{
  color: rgba(255,255,255,.85) !important;
}
/* =========================================================
   Footer spacing fix (reduce vertical height)
   ========================================================= */

/* Reduce top padding applied by utility classes */
#site-footer{
  padding-top: clamp(50px, 5vw, 70px) !important;
  padding-bottom: 20px !important;
}

/* Kill excess padding on footer panels */
#site-footer .footer_panel{
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Tighten logo spacing */
#site-footer .footer_logo{
  margin-bottom: 14px !important;
}

/* Reduce paragraph spacing */
#site-footer p{
  margin-bottom: 12px !important;
}

/* Address block spacing */
#site-footer .address-item{
  margin-bottom: 12px !important;
}

/* Quick links heading spacing */
#site-footer h3{
  margin-bottom: 14px !important;
}

/* Social icons spacing */
#site-footer .social-icons{
  margin-top: 10px !important;
}

/* Copyright line spacing */
#site-footer .padding_bottom_half{
  padding-bottom: 10px !important;
}


/* =========================================================
   Managed SOC page polish (tabs, cards, spacing, motion)
   ========================================================= */

/* --- Tabs layout (Operations model) --- */
.dt-tabs{
  display:grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 0;
  padding: 0;
}

.dt-tabs-left{
  padding: 22px 22px 18px;
  background: linear-gradient(180deg, rgba(22,119,255,0.08), rgba(255,255,255,0));
  border-right: 1px solid rgba(0,0,0,0.06);
}

.dt-tabs-right{
  padding: 18px 18px 10px;
}

@media (max-width: 991px){
  .dt-tabs{
    grid-template-columns: 1fr;
  }
  .dt-tabs-left{
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
}

/* Pills: more "product" feel */
.dt-pills{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  padding: 10px;
  margin: 0 0 10px;
  border-radius: 16px;
  background: rgba(22,119,255,0.06);
}

.dt-pills .nav-link{
  position: relative;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid rgba(22,119,255,0.16);
  background: rgba(255,255,255,0.75);
  color: rgba(6,20,45,.92);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.dt-pills .nav-link:hover{
  transform: translateY(-1px);
  border-color: rgba(22,119,255,0.35);
}

.dt-pills .nav-link.active{
  background: rgba(22,119,255,0.14);
  border-color: rgba(22,119,255,0.55);
  box-shadow: 0 10px 30px rgba(22,119,255,0.10);
}

/* Tab content animation */
.dt-tab-content .tab-pane{
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease;
}
.dt-tab-content .tab-pane.active{
  opacity: 1;
  transform: translateY(0);
}

/* Bullets: check + spacing */
.dt-bullets{
  list-style:none;
  padding-left: 0;
  margin: 10px 0 4px;
  display:grid;
  gap: 10px;
}

.dt-bullets li{
  position: relative;
  padding-left: 34px;
  color: rgba(6,20,45,.82);
  line-height: 1.5;
}

.dt-bullets li::before{
  content:"";
  position:absolute;
  left: 0;
  top: .25rem;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(22,119,255,0.12);
  border: 1px solid rgba(22,119,255,0.22);
  box-shadow: 0 10px 28px rgba(22,119,255,0.10);
}

.dt-bullets li::after{
  content:"✓";
  position:absolute;
  left: 6px;
  top: .12rem;
  font-weight: 900;
  font-size: .9rem;
  color: rgba(22,119,255,0.95);
}

/* --- Deliverables cards --- */
#deliverables .dt-card{
  padding: 22px 22px 18px;
  height: 100%;
  border-radius: 20px;
}

.dt-card--feature{
  position: relative;
  overflow: hidden;
}

.dt-card--feature::before{
  content:"";
  position:absolute;
  inset: -60% -20% auto auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at center, rgba(22,119,255,0.20), rgba(22,119,255,0) 62%);
  transform: rotate(18deg);
  pointer-events:none;
}

.dt-card-icon{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(22,119,255,0.10);
  border: 1px solid rgba(22,119,255,0.18);
  margin-bottom: 12px;
}

.dt-card-icon i{
  color: rgba(22,119,255,0.95);
  font-size: 20px;
}

/* Slightly tighter copy rhythm inside feature cards */
.dt-card--feature p{ margin-bottom: 0; }

/* --- Engagement timeline --- */
.dt-section--soft{
  background: linear-gradient(180deg, rgba(22,119,255,0.06), rgba(255,255,255,0));
  border-top: 1px solid rgba(0,0,0,0.04);
}

.dt-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-top: 12px;
}

.dt-chip{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(22,119,255,0.18);
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  font-weight: 800;
  color: rgba(6,20,45,.86);
}

.dt-chip::before{
  content:"";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(22,119,255,0.95);
  box-shadow: 0 0 0 0 rgba(22,119,255,0.35);
  animation: dtPulse 1.8s infinite;
}

@media (prefers-reduced-motion: reduce){
  .dt-chip::before{ animation: none; }
}

.dt-mini-diagram{
  position: relative;
  padding: 18px 18px 6px;
  border-radius: 20px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(22,119,255,0.14);
  box-shadow: 0 18px 54px rgba(0,0,0,0.10);
}

.dt-mini-diagram::before{
  content:"";
  position:absolute;
  left: 26px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, rgba(22,119,255,0.55), rgba(34,193,195,0.55));
  border-radius: 999px;
  opacity: .75;
}

.dt-mini-step{
  position: relative;
  display:flex;
  gap: 12px;
  padding: 10px 6px 14px 6px;
}

.dt-mini-dot{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(124,199,255,0.95);
  margin-top: 6px;
  box-shadow: 0 0 0 0 rgba(124,199,255,0.45);
  animation: dtPulse 1.8s infinite;
}

@media (prefers-reduced-motion: reduce){
  .dt-mini-dot{ animation: none; }
}

/* --- Reveal animation (works with .dt-animate + is-visible) --- */
.dt-animate[data-stagger="children"] > *{
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .55s ease, transform .55s ease;
}
.dt-animate.is-visible[data-stagger="children"] > *{
  opacity: 1;
  transform: translateY(0);
}
.dt-animate.is-visible[data-stagger="children"] > *:nth-child(2){ transition-delay: .06s; }
.dt-animate.is-visible[data-stagger="children"] > *:nth-child(3){ transition-delay: .12s; }
.dt-animate.is-visible[data-stagger="children"] > *:nth-child(4){ transition-delay: .18s; }
.dt-animate.is-visible[data-stagger="children"] > *:nth-child(5){ transition-delay: .24s; }
.dt-animate.is-visible[data-stagger="children"] > *:nth-child(6){ transition-delay: .30s; }




/* =========================================================
   Engagement timeline alignment fix
   ========================================================= */
.dt-timeline-card{
  padding: 18px 18px 12px;
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(6,20,45,.08);
  box-shadow: 0 18px 60px rgba(0,0,0,.10);
}

.dt-mini-diagram--rail{
  position: relative;
  padding-left: 18px; /* space for rail */
}

.dt-mini-diagram--rail::before{
  content:"";
  position:absolute;
  left: 24px;           /* centers rail under dot */
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: linear-gradient(180deg, rgba(124,199,255,.95), rgba(22,119,255,.20));
  border-radius: 999px;
  opacity: .9;
}

.dt-mini-step{
  position: relative;
  display:flex;
  align-items:flex-start;
  gap: 12px;
  padding: 12px 10px;
  border-radius: 14px;
  transition: background .18s ease;
}

.dt-mini-step:hover{ background: rgba(22,119,255,.06); }

.dt-mini-dot{
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 6px;
  border-radius: 999px;
  background: rgba(124,199,255,.95);
  box-shadow: 0 0 0 0 rgba(124,199,255,.55);
  animation: dtPulse 1.8s infinite;
}

@media (prefers-reduced-motion: reduce){
  .dt-mini-dot{ animation:none; }
  .dt-mini-diagram--rail::before{ opacity: .7; }
}


/* =========================================================
   Deliverables cards icon layout fix
   ========================================================= */
.dt-card--feature{
  display: block;
}
.dt-card--feature .dt-card-icon{
  margin-bottom: 12px;
}


/* =========================================================
   Cohesive design language for Typical Outcomes + Services
   ========================================================= */

/* Typical Outcomes section */
.typical-outcomes,
#typical-outcomes{
  margin-top: clamp(36px, 4vw, 56px);
}

.typical-outcomes .outcome-item,
#typical-outcomes .outcome-item{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(6,20,45,.08);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 14px 44px rgba(0,0,0,.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.typical-outcomes .outcome-item:hover,
#typical-outcomes .outcome-item:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 70px rgba(0,0,0,.14);
  border-color: rgba(22,119,255,.22);
}

.typical-outcomes .outcome-item::before,
#typical-outcomes .outcome-item::before{
  content:"";
  display:block;
  height:3px;
  width:100%;
  border-radius:999px;
  margin-bottom:10px;
  background: linear-gradient(90deg, rgba(22,119,255,1), rgba(124,199,255,1));
}

/* 6 Service blocks */
.service-block,
.dt-service-card{
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(6,20,45,.08);
  border-radius: 18px;
  padding: 18px;
  height: 100%;
  box-shadow: 0 14px 44px rgba(0,0,0,.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-block:hover,
.dt-service-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 70px rgba(0,0,0,.14);
  border-color: rgba(22,119,255,.25);
}

.service-block .service-icon,
.dt-service-card .service-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  margin-bottom: 12px;
  background: rgba(22,119,255,0.10);
  border: 1px solid rgba(22,119,255,0.16);
}

.service-block h3,
.dt-service-card h3{
  margin-bottom: 6px;
  font-weight: 800;
}

/* Shared spacing rhythm */
.typical-outcomes .row,
.services-grid,
.dt-services{
  row-gap: 24px;
}



/* =========================================================
   SOC Overview (intro + outcomes + service blocks)
   ========================================================= */
#soc-overview .dt-section-head{
  margin-bottom: clamp(18px, 2.4vw, 28px);
}
#soc-overview .dt-section-head .defaultcolor{
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: .85rem;
}
#soc-overview .dt-section-head .dt-h2{
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
#soc-overview .dt-section-head .dt-lead{
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* Typical outcomes: tighten */
#typical-outcomes h3{ margin-bottom: 14px; }
#typical-outcomes .outcome-item{
  height: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height: 72px;
  padding: 14px 16px;
}
#typical-outcomes .outcome-item strong{
  color: rgba(6,20,45,.90);
}

/* Services: intro icons */
.dt-service-card .service-icon i{
  color: rgba(22,119,255,.95);
  font-size: 18px;
}

/* Keep engagement columns side-by-side on md+ */
@media (min-width: 768px){
  #engagement .dt-chip-row{ justify-content: flex-start; }
}

/* =========================================================
   v6 – Managed SOC polish (Typical Outcomes, Deliverables, Engagement layout)
   ========================================================= */

/* Typical outcomes: centered label with lines on BOTH sides */
#typical-outcomes .outcome-item{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-align:center;
  padding:22px 18px;
  border-radius:18px;
}
#typical-outcomes .outcome-item::before,
#typical-outcomes .outcome-item::after{
  content:"";
  height:2px;
  flex:1 1 auto;
  border-radius:999px;
  background: linear-gradient(90deg,
    rgba(22,119,255,0.0),
    rgba(22,119,255,0.35),
    rgba(124,199,255,0.85)
  );
  opacity:.85;
}
#typical-outcomes .outcome-item::after{
  background: linear-gradient(90deg,
    rgba(124,199,255,0.85),
    rgba(22,119,255,0.35),
    rgba(22,119,255,0.0)
  );
}
#typical-outcomes .outcome-item .outcome-text{
  flex:0 0 auto;
  font-weight:900;
  color:#06142d;
  letter-spacing:-0.01em;
  line-height:1.2;
}

/* What you get: consistent feature cards (icon + copy) */
.dt-card.dt-card--feature{
  padding:26px 26px 24px;
  min-height: 190px;
}
.dt-card--feature .dt-card-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  background: rgba(22,119,255,0.10);
  border: 1px solid rgba(22,119,255,0.18);
}
.dt-card--feature .dt-card-icon i{
  font-size: 20px;
  color: var(--dt-blue);
}
.dt-card--feature p{ margin-bottom:0; }

/* Engagement: keep timeline to the RIGHT (and align rail + dots) */
#engagement .dt-timeline-card{
  height:100%;
}

.dt-card--timeline{
  height:100%;
}

.dt-mini-diagram.dt-card--timeline{
  position:relative;
  padding:22px 22px 22px 28px;
}
.dt-mini-diagram.dt-card--timeline::before{
  content:"";
  position:absolute;
  left:34px; /* padding-left (28) + dot radius (6) */
  top:26px;
  bottom:26px;
  width:2px;
  border-radius:999px;
  background: rgba(22,119,255,0.20);
}
.dt-mini-diagram.dt-card--timeline .dt-mini-step{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:10px 0;
}
.dt-mini-diagram.dt-card--timeline .dt-mini-dot{
  width:12px;
  height:12px;
  border-radius:999px;
  margin-top:6px;
  background: rgba(124,199,255,0.95);
  box-shadow: 0 0 0 6px rgba(124,199,255,0.18);
  flex:0 0 auto;
}

/* Prevent strange spacing when stacked on mobile */
@media (max-width: 991.98px){
  .dt-mini-diagram.dt-card--timeline{ margin-top: 0 !important; }
}


/* =========================================================
   BCDR Page — cohesive system (v1)
   ========================================================= */

/* Typical outcomes: centered label with lines on both sides */
.typical-outcomes .outcome-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(22,119,255,0.12);
  box-shadow: var(--dt-shadow-soft);
  overflow: hidden;
  text-align: center;
}
.typical-outcomes .outcome-item::before,
.typical-outcomes .outcome-item::after{
  content:"";
  flex: 1 1 auto;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(22,119,255,0.0), rgba(22,119,255,0.85));
  opacity: .9;
}
.typical-outcomes .outcome-item::after{
  background: linear-gradient(90deg, rgba(22,119,255,0.85), rgba(22,119,255,0.0));
}
.typical-outcomes .outcome-text{
  font-weight: 800;
  color: rgba(6,20,45,0.92);
  line-height: 1.2;
}

/* Feature cards ("What you get"): consistent padding + icon placement */
.dt-card.dt-card--feature{
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 220px;
}
.dt-card.dt-card--feature .dt-card-icon{
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(22,119,255,0.10);
  border: 1px solid rgba(22,119,255,0.18);
  margin-bottom: 2px;
}
.dt-card.dt-card--feature .dt-card-icon i{
  color: var(--dt-blue);
  font-size: 22px;
}

/* CTA band (used on Managed SOC + BCDR) */
.dt-cta-band{
  padding: clamp(34px, 4vw, 54px) 0;
  background:
    radial-gradient(900px 420px at 12% 35%, rgba(22,119,255,.12), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(248,251,255,1) 0%, rgba(241,247,255,1) 100%);
  border-top: 1px solid rgba(22,119,255,0.10);
  border-bottom: 1px solid rgba(22,119,255,0.10);
}
.dt-cta-band h3{ font-weight: 900; letter-spacing: -0.02em; }
.dt-btn{ border-radius: 999px; padding: 12px 22px; font-weight: 800; }


/* =========================================================
   Hero Banner Image Overrides (per page)
   ========================================================= */
/* Default hero (Capabilities / general) */
.hero-resilience-banner{
  background:
    radial-gradient(900px 520px at 18% 22%, rgba(77,163,255,0.22), transparent 60%),
    radial-gradient(700px 420px at 72% 30%, rgba(120,210,255,0.12), transparent 62%),
    linear-gradient(180deg, rgba(6,20,45,.75), rgba(6,20,45,.85)),
    url("../images/hero-resilience.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* About */
.hero-about-banner{
  background:
    radial-gradient(900px 520px at 18% 22%, rgba(77,163,255,0.18), transparent 60%),
    radial-gradient(700px 420px at 72% 30%, rgba(34,193,195,0.10), transparent 62%),
    linear-gradient(180deg, rgba(6,20,45,.74), rgba(6,20,45,.86)),
    url("../images/hero-about.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Managed SOC */
.hero-soc-banner{
  background:
    radial-gradient(900px 520px at 20% 20%, rgba(77,163,255,0.20), transparent 60%),
    radial-gradient(700px 420px at 72% 34%, rgba(124,199,255,0.12), transparent 62%),
    linear-gradient(180deg, rgba(6,20,45,.78), rgba(6,20,45,.88)),
    url("../images/hero-soc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* BCDR */
.hero-bcdr-banner{
  background:
    radial-gradient(900px 520px at 18% 20%, rgba(77,163,255,0.18), transparent 60%),
    radial-gradient(700px 420px at 74% 28%, rgba(34,193,195,0.10), transparent 62%),
    linear-gradient(180deg, rgba(6,20,45,.78), rgba(6,20,45,.88)),
    url("../images/hero-bcdr.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Contact */
.hero-contact-banner{
  background:
    radial-gradient(900px 520px at 18% 22%, rgba(77,163,255,0.16), transparent 60%),
    radial-gradient(700px 420px at 72% 30%, rgba(120,210,255,0.10), transparent 62%),
    linear-gradient(180deg, rgba(6,20,45,.76), rgba(6,20,45,.90)),
    url("../images/hero-contact.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =========================================================
   Capabilities – Outcome Emphasis
   ========================================================= */

.dt-outcome{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.dt-outcome:hover{
  transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.14);
}

/* Icon emphasis */
.dt-outcome i{
  font-size: 28px;            /* was ~16–18px */
  color: #2563eb;             /* brand blue */
  background: rgba(37,99,235,.10);
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 14px;
}

/* Text emphasis */
.dt-outcome span{
  font-size: 1.15rem;         /* ~18.5px */
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}
 .d-block {color: #fff;}

 .d-block small {color: #fff;}