:root{
  --navy:#063b78;
  --navy-deep:#031d3c;
  --blue:#0b4d8f;
  --cyan:#40c8ef;
  --cyan-soft:#dff5fc;
  --ink:#0a376d;
  --muted:#617084;
  --line:#d7e2ed;
  --white:#fff;
  --shadow:0 18px 50px rgba(2,34,73,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:#1c2c3d;background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 48px));margin:auto}
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(3,29,60,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.10)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:23px;font-weight:800;letter-spacing:-.8px}
.brand>span:last-child>span{font-weight:500}
.brand-mark{width:36px;height:42px;border:2px solid currentColor;clip-path:polygon(50% 0,93% 15%,93% 62%,50% 100%,7% 62%,7% 15%);position:relative;display:inline-block}
.anchor-dot{position:absolute;width:7px;height:7px;border:2px solid currentColor;border-radius:50%;left:50%;top:7px;transform:translateX(-50%)}
.anchor-stem{position:absolute;width:3px;height:22px;background:currentColor;left:50%;top:15px;transform:translateX(-50%)}
.anchor-cross{position:absolute;width:17px;height:3px;background:currentColor;left:50%;top:20px;transform:translateX(-50%)}
.anchor-flukes{position:absolute;width:18px;height:10px;border-bottom:3px solid currentColor;border-radius:0 0 50% 50%;left:50%;top:28px;transform:translateX(-50%)}
.desktop-nav{display:flex;align-items:center;gap:30px;color:#fff;font-size:14px;font-weight:600}
.desktop-nav a:not(.nav-cta){opacity:.9}.desktop-nav a:hover{opacity:1}
.nav-cta{padding:11px 17px;border:1px solid rgba(255,255,255,.55);border-radius:7px}
.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:25px}
.mobile-nav{display:none}

.hero{min-height:860px;position:relative;overflow:hidden;color:#fff;background:#031a36 url('../assets/trustanchor-hero.jpg') center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,17,35,.92) 0%,rgba(3,36,76,.66) 44%,rgba(4,69,126,.28) 100%)}
.hero-pattern{position:absolute;inset:0;opacity:.18;background-image:radial-gradient(circle at 85% 18%,rgba(64,200,239,.55),transparent 28%),linear-gradient(120deg,transparent 50%,rgba(64,200,239,.16) 50%,transparent 51%);mix-blend-mode:screen}
.hero-content{position:relative;z-index:3;padding-top:205px;padding-bottom:170px}
.eyebrow,.kicker{font-size:12px;letter-spacing:2px;font-weight:800}
.eyebrow{color:#a8eaff;margin-bottom:20px}
.hero h1{font-size:clamp(48px,7vw,88px);line-height:1.02;letter-spacing:-4px;margin:0 0 26px;font-weight:800;max-width:900px}
.hero h1 span,.section h2 span,.cta h2 span{color:var(--cyan)}
.hero p{font-size:20px;max-width:800px;margin:0 0 34px;font-weight:500}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;gap:18px;padding:15px 21px;border-radius:7px;font-weight:700;font-size:14px;transition:.25s transform,.25s box-shadow}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--cyan);color:#042c57;box-shadow:0 12px 30px rgba(64,200,239,.22)}
.button-ghost{border:1px solid rgba(255,255,255,.55);color:#fff}
.hero-partner{position:absolute;right:0;bottom:190px;text-align:right;display:flex;flex-direction:column}
.hero-partner strong{font-size:25px}
.hero-partner small{font-style:italic;color:#bceeff}
.wave{position:absolute;left:-5%;width:110%;height:130px;bottom:-58px;border-radius:50% 50% 0 0/35% 35% 0 0;transform:rotate(-2deg)}
.wave-dark{background:#063b78}
.wave-light{background:#b9edf9;bottom:-84px;opacity:.95}

.section{padding:110px 0}
.overview{background:#fff}
.section-heading,.section-title-row{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:55px}
.section-heading h2,.section-title-row h2,.why h2,.cta h2{font-size:clamp(34px,4vw,54px);line-height:1.1;letter-spacing:-2.2px;color:var(--navy);margin:10px 0 0}
.kicker{color:var(--blue)}
.lead,.section-title-row>p{max-width:480px;color:var(--muted);font-size:17px}
.overview-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
.dark-card{background:linear-gradient(145deg,#063d7a,#031f42);color:#fff;border-radius:10px;padding:36px;min-height:510px;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.dark-card:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-120px;bottom:-150px;background:radial-gradient(circle,rgba(64,200,239,.35),transparent 65%)}
.card-label{font-size:12px;letter-spacing:1.5px;font-weight:800;color:#8ee6fb}
.dark-card h3{font-size:28px;line-height:1.15;margin:25px 0}
.dark-card p{color:#d9e8f7;font-size:14px}
.dark-card .strong{color:#fff;font-weight:700}
.mini-line{width:55px;height:3px;background:var(--cyan);margin:25px 0}
.copy-card{padding:16px 20px}
.copy-card h3{color:var(--navy);font-size:22px;margin:0 0 18px}
.copy-card h4{color:var(--navy);font-size:13px;margin:24px 0 6px}
.copy-card p{color:var(--muted);font-size:14px;margin:0 0 14px}
.copy-card .outcome{color:var(--navy);font-weight:800}

.capability-section{background:linear-gradient(180deg,#f5fbfe 0%,#fff 100%);position:relative}
.capability-section:before{content:"";position:absolute;top:0;left:0;right:0;height:90px;background:linear-gradient(100deg,var(--cyan),#09508e,var(--cyan));clip-path:polygon(0 0,100% 0,100% 65%,78% 100%,50% 55%,25% 100%,0 68%)}
.capability-section>.container{position:relative;padding-top:50px}
.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cap-card{background:#e1f3fb;border:1px solid #d0eaf5;border-radius:8px;padding:25px;min-height:475px;position:relative;overflow:hidden;transition:.3s transform,.3s box-shadow,.3s background}
.cap-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);background:#fff}
.cap-card.featured{background:linear-gradient(155deg,#0b4e8f,#062c5a);color:#fff;border-color:transparent}
.cap-card.featured h3,.cap-card.featured strong,.cap-card.featured .cap-outcome{color:#fff}
.cap-card.featured p,.cap-card.featured li{color:#d8ecfb}
.cap-top{display:flex;justify-content:space-between;color:#62809d;font-size:12px;font-weight:800}
.featured .cap-top{color:#9deaff}
.cap-arrow{font-size:20px}
.cap-icon{font-size:34px;color:#0878ad;margin:22px 0 12px}
.featured .cap-icon{color:var(--cyan)}
.cap-card h3{font-size:23px;color:var(--navy);line-height:1.15;margin:0 0 10px}
.cap-card strong{display:block;color:var(--navy);font-size:13px;line-height:1.4;margin-bottom:12px}
.cap-card p,.cap-card li{font-size:12.5px;color:#637285;line-height:1.55}
.cap-card ul{padding-left:18px;margin:17px 0}
.cap-card li{margin-bottom:7px;font-weight:600;color:#315b83}
.cap-outcome{position:absolute;left:25px;right:25px;bottom:23px;padding-top:13px;border-top:1px solid rgba(4,60,116,.14);color:var(--navy);font-size:12px;font-weight:800}

.ecosystem{background:#062d5c;color:#fff;position:relative;overflow:hidden}
.ecosystem:before{content:"";position:absolute;inset:-40% 55% -40% -20%;background:radial-gradient(circle,rgba(64,200,239,.28),transparent 65%)}
.ecosystem-inner{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.ecosystem h2{font-size:clamp(35px,4vw,55px);line-height:1.08;letter-spacing:-2px;margin:14px 0 25px}
.ecosystem h2 span{color:var(--cyan)}
.ecosystem p{color:#c9d9e9;max-width:500px}
.ecosystem .kicker{color:#86e3f8}
.partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.partner-grid div{min-height:88px;border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.055);border-radius:7px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;font-weight:800;letter-spacing:-.5px;transition:.25s}
.partner-grid div:hover{background:rgba(64,200,239,.12);border-color:rgba(64,200,239,.6);transform:translateY(-3px)}
.partner-grid small{font-size:9px;letter-spacing:1px;margin-left:4px}
.partner-grid .aws{font-size:13px;line-height:1.1;color:#dff8ff}

.why{background:#eef8fc}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.why-copy p{color:var(--muted);max-width:570px}
.why-copy strong{color:var(--navy)}
.check-list{display:grid;gap:13px}
.check-list div{background:#fff;border:1px solid #dceaf2;border-radius:8px;padding:18px 20px;color:var(--navy);font-size:14px;font-weight:700;box-shadow:0 8px 20px rgba(0,52,104,.05)}
.check-list span{color:#00a9d9;font-size:18px;margin-right:10px}

.cta{position:relative;background:linear-gradient(115deg,#03234a,#07518f);color:#fff;overflow:hidden}
.cta-inner{min-height:410px;display:flex;align-items:center;justify-content:space-between;gap:60px;position:relative;z-index:2}
.cta .kicker{color:#8de9fb}
.cta h2{color:#fff;margin-bottom:18px}
.cta p{color:#cbe0f1}
.button-light{background:#fff;color:var(--navy);white-space:nowrap}
.cta-glow{position:absolute;width:600px;height:600px;right:-170px;top:-120px;border-radius:50%;background:radial-gradient(circle,rgba(64,200,239,.32),transparent 65%)}

.site-footer{background:#031d3c;color:#b7cadc;padding:28px 0}
.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-brand{font-size:19px}
.footer-brand .brand-mark{width:30px;height:35px}
.footer-right{display:flex;gap:25px;font-size:11px}

@media(max-width:1050px){
  .capability-grid{grid-template-columns:repeat(2,1fr)}
  .overview-grid{grid-template-columns:1fr 1fr}
  .about-card{grid-row:span 2}
}
@media(max-width:760px){
  .container{width:min(100% - 32px,620px)}
  .desktop-nav{display:none}
  .menu-toggle{display:block}
  .mobile-nav{display:flex;max-height:0;overflow:hidden;flex-direction:column;background:#031d3c;transition:max-height .3s;padding:0 16px}
  .mobile-nav.open{max-height:320px;padding:10px 16px 18px}
  .mobile-nav a{color:#fff;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}
  .hero{min-height:800px;background-position:58% center}
  .hero-content{padding-top:155px}
  .hero h1{font-size:51px;letter-spacing:-2.7px}
  .hero p{font-size:17px}
  .hero-partner{position:relative;right:auto;bottom:auto;margin-top:70px;text-align:left}
  .section{padding:80px 0}
  .section-heading,.section-title-row{display:block;margin-bottom:40px}
  .section-heading h2,.section-title-row h2{font-size:38px}
  .overview-grid{grid-template-columns:1fr}
  .dark-card{min-height:auto}
  .capability-section>.container{padding-top:30px}
  .capability-grid{grid-template-columns:1fr}
  .cap-card{min-height:430px}
  .ecosystem-inner,.why-grid{grid-template-columns:1fr;gap:45px}
  .partner-grid{grid-template-columns:repeat(2,1fr)}
  .cta-inner{min-height:470px;display:block;padding-top:85px}
  .cta .button{margin-top:25px}
  .footer-wrap,.footer-right{flex-direction:column;align-items:flex-start}
}
/* TrustAnchor PNG logos */

.ta-header-logo {
  display: flex !important;
  align-items: center !important;
  width: 150px !important;
  height: 55px !important;
  position: relative !important;
  overflow: hidden !important;
}

.ta-header-logo img {
  display: block !important;
  width: 150px !important;
  height: auto !important;
  max-width: 150px !important;
  max-height: 55px !important;
  position: static !important;
  object-fit: contain !important;
}

.ta-footer-logo {
  display: flex !important;
  align-items: center !important;
  width: 130px !important;
  height: 45px !important;
  position: relative !important;
  overflow: hidden !important;
}

.ta-footer-logo img {
  display: block !important;
  width: 130px !important;
  height: auto !important;
  max-width: 130px !important;
  max-height: 45px !important;
  position: static !important;
  object-fit: contain !important;
}

.ta-partner-logo {
  display: block !important;
  width: 120px !important;
  height: auto !important;
  max-width: 120px !important;
  max-height: 50px !important;
  position: static !important;
  object-fit: contain !important;
}
.footer-content {
  transform: translateX(-20px);
}
.brand-mark,
.anchor-dot,
.anchor-stem,
.anchor-cross,
.anchor-flukes {
  display: none !important;
}
.site-footer .footer-wrap {
  justify-content: flex-start !important;
}

.site-footer .footer-content {
  position: relative !important;
  left: -100px !important;
}
.site-footer .footer-wrap {
  display: block !important;
}

.site-footer .footer-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  transform: none !important;
}

.site-footer .ta-footer-logo {
  width: 130px !important;
}

.site-footer .ta-footer-logo img {
  width: 130px !important;
  height: auto !important;
  display: block !important;
}

.site-footer .footer-right {
  margin-top: 6px !important;
  display: block !important;
}
.site-footer .footer-wrap {
  display: block !important;
}

.site-footer .footer-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin-left: -10px !important;
  transform: none !important;
}

.site-footer .ta-footer-logo {
  width: 130px !important;
}

.site-footer .ta-footer-logo img {
  width: 130px !important;
  height: auto !important;
  display: block !important;
}

.site-footer .footer-right {
  margin-top: 6px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 2px !important;
  font-size: 11px !important;
}
.site-footer .ta-footer-logo {
  position: relative !important;
  left: -10px !important;
}
.hero {
  min-height: 860px;
  background-position: center center;
}

.hero-content {
  padding-top: 210px;
}

.hero h1 {
  max-width: 820px;
  font-weight: 800;
}

.hero p {
  max-width: 700px;
  color: #e5f3fb;
}

.hero-actions {
  margin-top: 8px;
}

.hero-partner {
  right: 0;
  bottom: 175px;
}

.hero-partner small {
  font-size: 12px;
  letter-spacing: .3px;
}

/* Stronger statement-style transition into the page */
.wave-dark {
  background: #063b78;
}

.wave-light {
  background: #b9edf9;
}

/* Keep the hero visually continuous with the following section */
.overview {
  position: relative;
  z-index: 2;
}
.capability-section {
  padding-top: 105px;
  padding-bottom: 115px;
}

.capability-section > .container {
  padding-top: 35px;
}

.capability-section .section-title-row {
  margin-bottom: 48px;
}

.capability-section .kicker {
  letter-spacing: 2.2px;
  font-size: 11px;
}

.capability-section h2 {
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -2.4px;
}

.capability-section .section-title-row > p {
  font-size: 16px;
  line-height: 1.6;
}

/* Capability cards */

.capability-grid {
  gap: 18px;
}

.cap-card {
  min-height: 475px;
  border-radius: 10px;
  padding: 28px 26px 25px;
  border: 1px solid #cfe5ef;
  background: #e7f5fa;
  box-shadow: none;
}

.cap-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(2,34,73,.10);
}

/* Card numbering */

.cap-top {
  font-size: 11px;
  letter-spacing: 1.5px;
}

.cap-arrow {
  font-size: 18px;
  opacity: .7;
}

/* Icons */

.cap-icon {
  margin: 27px 0 15px;
  font-size: 31px;
}

/* Headings */

.cap-card h3 {
  font-size: 22px;
  letter-spacing: -.5px;
  margin-bottom: 12px;
}

.cap-card strong {
  font-size: 12.5px;
  margin-bottom: 14px;
}

/* Body copy */

.cap-card p,
.cap-card li {
  font-size: 12.5px;
  line-height: 1.6;
}

.cap-card ul {
  margin-top: 18px;
}

/* Outcome line */

.cap-outcome {
  left: 26px;
  right: 26px;
  bottom: 24px;
  padding-top: 14px;
  font-size: 11.5px;
  line-height: 1.45;
}

/* Featured AI Security card */

.cap-card.featured {
  background: linear-gradient(155deg,#0b4e8f,#062c5a);
  box-shadow: 0 12px 35px rgba(3,45,90,.18);
}

.cap-card.featured .cap-arrow {
  opacity: 1;
}

/* Top graphic strip */

.capability-section:before {
  height: 78px;
  opacity: .95;
}

/* Mobile */

@media(max-width:760px) {

  .capability-section {
    padding-top: 75px;
    padding-bottom: 85px;
  }

  .capability-section > .container {
    padding-top: 25px;
  }

  .capability-section h2 {
    font-size: 38px;
  }

  .cap-card {
    min-height: 430px;
  }
.capability-section {
  padding-top: 105px;
  padding-bottom: 115px;
}

.capability-section > .container {
  padding-top: 35px;
}

.capability-section .section-title-row {
  margin-bottom: 48px;
}

.capability-section .kicker {
  letter-spacing: 2.2px;
  font-size: 11px;
}

.capability-section h2 {
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -2.4px;
}

.capability-section .section-title-row > p {
  font-size: 16px;
  line-height: 1.6;
}

/* Capability cards */

.capability-grid {
  gap: 18px;
}

.cap-card {
  min-height: 475px;
  border-radius: 10px;
  padding: 28px 26px 25px;
  border: 1px solid #cfe5ef;
  background: #e7f5fa;
  box-shadow: none;
}

.cap-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(2,34,73,.10);
}

/* Card numbering */

.cap-top {
  font-size: 11px;
  letter-spacing: 1.5px;
}

.cap-arrow {
  font-size: 18px;
  opacity: .7;
}

/* Icons */

.cap-icon {
  margin: 27px 0 15px;
  font-size: 31px;
}

/* Headings */

.cap-card h3 {
  font-size: 22px;
  letter-spacing: -.5px;
  margin-bottom: 12px;
}

.cap-card strong {
  font-size: 12.5px;
  margin-bottom: 14px;
}

/* Body copy */

.cap-card p,
.cap-card li {
  font-size: 12.5px;
  line-height: 1.6;
}

.cap-card ul {
  margin-top: 18px;
}

/* Outcome line */

.cap-outcome {
  left: 26px;
  right: 26px;
  bottom: 24px;
  padding-top: 14px;
  font-size: 11.5px;
  line-height: 1.45;
}

/* Featured AI Security card */

.cap-card.featured {
  background: linear-gradient(155deg,#0b4e8f,#062c5a);
  box-shadow: 0 12px 35px rgba(3,45,90,.18);
}

.cap-card.featured .cap-arrow {
  opacity: 1;
}

/* Top graphic strip */

.capability-section:before {
  height: 78px;
  opacity: .95;
}

/* Mobile */

@media(max-width:760px) {

  .capability-section {
    padding-top: 75px;
    padding-bottom: 85px;
  }

  .capability-section > .container {
    padding-top: 25px;
  }

  .capability-section h2 {
    font-size: 38px;
  }

  .cap-card {
    min-height: 430px;
  }
/* =========================================================
   TRUSTANCHOR - CAPABILITIES SECTION REFINEMENT
   ========================================================= */

.capability-section {
  padding-top: 105px;
  padding-bottom: 115px;
}

.capability-section > .container {
  padding-top: 35px;
}

.capability-section .section-title-row {
  margin-bottom: 48px;
}

.capability-section .kicker {
  letter-spacing: 2.2px;
  font-size: 11px;
}

.capability-section h2 {
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -2.4px;
}

.capability-section .section-title-row > p {
  font-size: 16px;
  line-height: 1.6;
}

/* Capability cards */

.capability-grid {
  gap: 18px;
}

.cap-card {
  min-height: 475px;
  border-radius: 10px;
  padding: 28px 26px 25px;
  border: 1px solid #cfe5ef;
  background: #e7f5fa;
  box-shadow: none;
}

.cap-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(2,34,73,.10);
}

/* Card numbering */

.cap-top {
  font-size: 11px;
  letter-spacing: 1.5px;
}

.cap-arrow {
  font-size: 18px;
  opacity: .7;
}

/* Icons */

.cap-icon {
  margin: 27px 0 15px;
  font-size: 31px;
}

/* Headings */

.cap-card h3 {
  font-size: 22px;
  letter-spacing: -.5px;
  margin-bottom: 12px;
}

.cap-card strong {
  font-size: 12.5px;
  margin-bottom: 14px;
}

/* Body copy */

.cap-card p,
.cap-card li {
  font-size: 12.5px;
  line-height: 1.6;
}

.cap-card ul {
  margin-top: 18px;
}

/* Outcome line */

.cap-outcome {
  left: 26px;
  right: 26px;
  bottom: 24px;
  padding-top: 14px;
  font-size: 11.5px;
  line-height: 1.45;
}

/* Featured AI Security card */

.cap-card.featured {
  background: linear-gradient(155deg,#0b4e8f,#062c5a);
  box-shadow: 0 12px 35px rgba(3,45,90,.18);
}

.cap-card.featured .cap-arrow {
  opacity: 1;
}

/* Top graphic strip */

.capability-section:before {
  height: 78px;
  opacity: .95;
}

/* Mobile */

@media(max-width:760px) {

  .capability-section {
    padding-top: 75px;
    padding-bottom: 85px;
  }

  .capability-section > .container {
    padding-top: 25px;
  }

  .capability-section h2 {
    font-size: 38px;
  }

  .cap-card {
    min-height: 430px;
  }
}
/* Fix Exposure Management outcome spacing */
.cap-card[data-index="02"] .cap-outcome {
  line-height: 1.6;
  padding-top: 16px;
  bottom: 20px;
}
/* Fix Exposure Management card height */
.cap-card[data-index="02"] {
  min-height: 520px !important;
}

.cap-card[data-index="02"] .cap-outcome {
  bottom: 24px !important;
}
/* Fix Exposure Management text overlap */

.cap-card[data-index="02"] {
  min-height: 520px !important;
}

.cap-card[data-index="02"] .cap-outcome {
  position: absolute !important;
  left: 26px !important;
  right: 26px !important;
  bottom: 24px !important;
  top: auto !important;
  line-height: 1.5 !important;
}

.cap-card[data-index="02"] ul {
  margin-bottom: 75px !important;
}
/* =========================================================
   DEFINITIVE FIX - EXPOSURE MANAGEMENT CARD
   ========================================================= */

.cap-card[data-index="02"] {
  min-height: 520px !important;
  display: flex !important;
  flex-direction: column !important;
}

.cap-card[data-index="02"] .cap-outcome {
  position: static !important;
  margin-top: auto !important;
  padding-top: 16px !important;
  margin-bottom: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  line-height: 1.5 !important;
}

.cap-card[data-index="02"] ul {
  margin-bottom: 20px !important;
}
/* Exposure Management outcome */
.exposure-outcome {
  position: static !important;
  display: block !important;
  margin-top: 25px !important;
  padding-top: 14px !important;
  line-height: 1.5 !important;
  border-top: 1px solid rgba(4,60,116,.14) !important;
}
.cap-card[data-index="02"] {
    background: red !important;
}
@media(max-width:760px){
  .ecosystem:before{
    display:none !important;
  }
}