header,header>div:first-of-type{
    background-image:url('/images/products/managed-it/vciso-bg.png') !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right center !important;
    height:900px;
}
    header h1{
    font-weight: bold;
    font-size:2em;
}
header h2{
    text-transform: uppercase;
    color:#a9a9a9 !important;
    font-size: .75em;
    margin-left:10px;
}

header p{
    color:#838383  !important;
}
header>div:last-of-type{
    width:900px;
}
header>div:last-of-type a{
    position: absolute;
    bottom:-20px;
}
header>div:last-of-type a+a{
    left:350px;
}

.quick-benefits {
  padding: 3rem 25px 2rem;
  border-bottom: 1px solid rgba(28, 55, 96, 0.08);
  max-width:1200px;
  display: block;
  margin:15px auto 0;
}

.quick-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.quick-benefit {
  text-align: left;
}

.quick-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(245, 130, 31, 0.12);
  color: #f38021;
  margin-bottom: 1rem;
}

.quick-benefit h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
}

.quick-benefit p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}
#close-the-gap{
    display: flex;
    align-items: center;
    padding:40px 25px;
    justify-content: center;
    background:#f4f6f9;
}
#close-the-gap div{
    max-width:400px;
}
#close-the-gap h2{
    margin-top:-10px;
    margin-right:0;
    text-transform: none;
    line-height: 1em;
    text-align: left;;
}
#close-the-gap h2 span{
    text-transform: none;
}
#close-the-gap p{
    color:#5c6570;
}
#close-the-gap ul{
    display:flex;
    list-style: none;
    max-width:1200px;
    margin:0 15px;
    flex-wrap: wrap;
}
#close-the-gap ul li{
    padding:15px;
    border: thin solid #cecece;
    border-radius:25px;
    position: relative;
    width:calc(33.33% - 30px);
    margin:15px;
    background:white;
    box-shadow: 0 4px 20px rgba(15, 31, 56, 0.06);
}
#close-the-gap ul li img{
    width:40px;
    margin-bottom:15px;
}


#cybersecurity-features h2{
    color:#2a4187;
    position: relative;
    font-size:2.75em;
    margin-bottom:0;
    line-height: 1em;
}
#cybersecurity-features h2::before{
    content:'';
    width:275px;
    height:7px;
    border-radius:50px;
    position: absolute;
    left:50%;
    webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top:-50px;
    background: #020024;
background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
}
#cybersecurity-features h2 span{
    text-transform: none;
}
#cybersecurity-features>p{
    text-align: center;
    max-width: 600px;
    display: block;
    margin:0 auto 30px;
}
#cybersecurity-features>div{
    border-bottom:thin solid #cecece;
    padding:40px 0;
}
#cybersecurity-features>div:last-of-type{
    border:none;
}
#cybersecurity-features .cs-image{
    width:50%;
}
#cybersecurity-features div h3{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom:15px;
}
#cybersecurity-features div ul{
    margin-top:15px;
}
#cybersecurity-features div li{
    margin: 0 0 7px 15px;
    position: relative;
}
#cybersecurity-features div li::before{
    content:'•';
    color:#f38021;
    position: absolute;
    left:-15px;
    top:0;
    font-weight: 600;
}

.approach {
  background: #f4f6f9;
  padding:40px 25px;
  
}
.approach .container{
    max-width:1200px;
  display: block;
  margin:15px auto 0;
}
.approach-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.5rem;
}

.approach-intro .eyebrow {
  text-align: center;
  color:#f38021;
  text-transform: uppercase;
}
.approach h2{
    margin-top:0;
}
.approach-lede {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.65;
}

.approach-lede:last-child {
  margin-bottom: 0;
}

.approach-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.approach-step {
  background: white;
  padding: 2rem 1.75rem 1.75rem;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(15, 31, 56, 0.06);
  border: 1px solid rgba(28, 55, 96, 0.08);
}

.approach-step h3 {

  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.approach-step p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

/* ----- Compare ----- */
#packages{
    overflow-x: auto;
  width:100%;
}
.compare {
  background: #eef2f7;
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}

.compare-shell {
  background: linear-gradient(180deg, #fbfcff 0%, #f5f7fb 100%);
  border-radius: 20px;
  padding: 2.5rem 2rem 2.75rem;
  display: block;
  margin:0 auto;
  box-shadow: 0 18px 44px rgba(10, 22, 40, 0.12);
  border: 1px solid #d9e1ef;
  width:1200px;
  

}
/* Package hero heading */
.pkg-hero {
  text-align: center;
  margin-bottom: 1.65rem;
}

.pkg-hero h2 {
  font-size: clamp(1.75rem, 4.2vw, 2.75rem);
  font-weight: 800;
  color: var(--pkg-navy-dark);
  margin: 0 0 0.65rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.pkg-hero p {
  margin: 0;
  font-size: clamp(1rem, 1.9vw, 1.2rem);
  line-height: 1.45;
  max-width: 52rem;
  margin-inline: auto;
}

/* Package cards */
.pkg-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.125rem;
  margin-bottom: 1.125rem;
}

.pkg-card {
  background: #fff;
  border: 1px solid #d9e1ef;
  border-radius: 24px;
  padding: 1.65rem 1.65rem 1.15rem;
  box-shadow: 0 10px 30px rgba(8, 43, 115, 0.05);
}

.pkg-card-head {
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
  margin-bottom: 0.875rem;
}

.pkg-icon-box {
  width: 92px;
  height: 92px;
  border-radius: 18px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #0b357f 0%, #07235d 100%);
}

.pkg-icon-box-vanguard {
  background: linear-gradient(180deg, #ff8a32 0%, #f38021 100%);
}

.pkg-icon-box svg {
  width: 56px;
  height: 56px;
}

.pkg-card-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0.25rem 0 0.35rem;
  color: #1c2d44;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1.1;
}

.pkg-vanguard-name {
  color: #f38021 !important;
}

.pkg-subhead {
  font-size: 0.8125rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1c2d44;
  line-height: 1.25;
}

.pkg-subhead-vanguard {
  color: #f38021;
}

.pkg-marker {
  display: inline-block;
  width: 44px;
  height: 4px;
  border-radius: 999px;
  margin-top: 0.875rem;
  background: currentColor;
}

.pkg-marker-genesis {
  color: #1c2d44;
}

.pkg-marker-vanguard {
  color: #f38021;
}

.pkg-desc {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.pkg-notice {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 16px;
  padding: 1.1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.35rem;
}

.pkg-notice strong {
  letter-spacing: 0.01em;
}

.pkg-notice-genesis {
  background: #f3f6fc;
  color: #1c2d44;
}

.pkg-notice-vanguard {
  background: #fff3ea;
  color: #9a4200;
}

.pkg-bubble {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid currentColor;
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

.compare-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.services-matrix {
  background: transparent;
  padding: 0;
}

.matrix-addon-wrap {
  margin-top: 1.25rem;
}

.matrix-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1rem;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #d9e1ef;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(8, 43, 115, 0.05);
  margin-bottom: 0;
}

.matrix-table-program {
  min-width: 640px;
}

.matrix-table-addons {
  min-width: 0;
}

.matrix-table thead th {
  background: #1c2d44;
  color: #fff;
  font-weight: 800;
  font-size: clamp(0.75rem, 1.5vw, 1.05rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 1rem 1.125rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.matrix-table thead th:first-child {
  text-align: left;
}

.matrix-table thead th:last-child {
  border-right: 0;
}

.matrix-table tbody th,
.matrix-table tbody td {
  padding: 0.875rem 1rem;
  border-top: 1px solid #d9e1ef;
  border-right: 1px solid #d9e1ef;
  vertical-align: middle;
  background: #fff;
  font-weight: 400;
}

.matrix-table tbody tr td:last-child,
.matrix-table tbody tr th:last-child {
  border-right: 0;
}

.matrix-table tbody th.label,
.matrix-table tbody td.label {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #1c2d44;
  text-align: left;
  width: 29%;
}

.matrix-table tbody td.value {
  width: 35.5%;
  text-align: center;
  font-size: 1rem;
}

.matrix-table tbody th.label {
  font-size: 0.8125rem;
}

.matrix-table-program tbody th.label {
  width: 32%;
  vertical-align: middle;
}

.matrix-label-inner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.matrix-table-program .matrix-row-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: rgba(11, 31, 79, 0.08);
  color: #1c2d44;
}

.matrix-table-program .matrix-row-icon svg {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  overflow: visible;
}

.matrix-label-text {
  flex: 1;
  min-width: 0;
  line-height: 1.3;
}

.matrix-table-addons tbody th.label {
  width: 32%;
  line-height: 1.35;
}

.matrix-table-addons tbody td.value {
  width: 68%;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .pkg-cards {
    grid-template-columns: 1fr;
  }

  .pkg-hero p {
    font-size: 1.05rem;
  }
  header>div:first-of-type{
    display:none;
  }
  header>div:last-of-type{
    width:100% !important;
  }
  header{
    margin-top:150px;
  }
  .imagenetPath{
    fill:#095687;
    }
}

@media (max-width: 760px) {
    header>div:last-of-type{
        padding:25px 25px 50px;
    }
    header>div:last-of-type a{
        position: relative;
        left:0 !important;
    }
    #close-the-gap{
        display:block;
    }
  .compare-shell {
    padding: 1.5rem 1rem 2rem;
  }

  
}

    
    #how-it-works{
        padding-bottom:50px;
    }
    #how-it-works h2{
        margin-top:0;
    }
    #how-it-works h3{
       text-align: center;
       text-transform: uppercase;
       color:#708de4;
       font-size:1.4em;
    }
    #how-it-works h3 span{
        text-transform: none;
    }
    #how-it-works p{
        color:white;
        text-align: center;
    }
    #how-it-works::after{
        display:none;
    }
#program-compare{
    margin:0 auto;
    max-width:1200px;
    background:#2a4187;
    color:#fff;
}
#program-compare h2{
    margin-left:0;
    text-align: left;
}
#program-compare p{
    color:#fff;
}
#make-it-simple h2{
    margin-top:0;
    line-height: 1em;
}
#make-it-simple h3{
    text-transform: uppercase;
    color:#8f8f8f;
}
@media (max-width: 600px) {
    #close-the-gap div{
        width:100% !important;
        text-align:center;
        max-width: none;
    }
    #close-the-gap div h2{
         text-align:center;
    }
    #close-the-gap ul{
        display:block;
        margin:0;
        width:100%;
    }
    #close-the-gap li{
        width:100% !important;
        margin:10px 0 !important;
    }
}
@media (max-width: 440px) {
    #cybersecurity-features .cs-image{
        width:100%;
    }
}
