:root{
  --p-blue: #0063A6;
  --p-blue-dark: #0b5a92;
  --p-blue-deep: #073b61;
  --p-bg: #f4f7fb;
  --p-text: #15202b;
  --p-text-soft: rgba(21,32,43,.74);
  --p-line: rgba(12,31,49,.10);
  --p-shadow: 0 18px 42px rgba(13, 38, 63, .10);
  --p-shadow-hover: 0 24px 52px rgba(13, 38, 63, .16);
  --p-radius: 22px;
  --p-yellow-1: #FFD814;
  --p-yellow-2: #F4B400;
}

.products2026{
  padding: 84px 0 100px;
  background:
    radial-gradient(circle at top left, rgba(0,99,166,.08), transparent 24%),
    radial-gradient(circle at top right, rgba(0,99,166,.06), transparent 20%),
    linear-gradient(180deg, #f8fbfe 0%, #eef4f9 100%);
}

.products2026 .container{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.products2026-head{
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.products2026-kicker{
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0,99,166,.08);
  color: var(--p-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.products2026-head h1{
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  font-weight: 800;
  color: var(--p-text);
}

.products2026-head p{
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--p-text-soft);
}

.products2026-grid{
  display: grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
  gap: 26px;
  margin-top: 26px;
}

.pcard2026{
  grid-column: span 4;
  background: #fff;
  border-radius: var(--p-radius);
  overflow: hidden;
  box-shadow: var(--p-shadow);
  transition: transform .28s ease, box-shadow .28s ease;
  border: 1px solid rgba(255,255,255,.7);
}

.pcard2026:hover{
  transform: translateY(-8px);
  box-shadow: var(--p-shadow-hover);
}

.pcard2026--featured{
  grid-column: span 4;
}
.pcard2026--primary{
  grid-column: span 6;
}
.pcard2026--secondary{
  grid-column: span 4;
}
.pcard2026-link{
  display: block;
  color: inherit;
  text-decoration: none;
}

.pcard2026-media{
  position: relative;
  min-height: 320px;
  overflow: hidden;
}
.pcard2026--primary .pcard2026-media{
  height: 300px;       /* fixed, not min */
  max-height: 300px;
}
.pcard2026-media img{
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.pcard2026:hover .pcard2026-media img{
  transform: scale(1.05);
}

.pcard2026-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6,25,40,.08) 0%, rgba(6,25,40,.22) 36%, rgba(6,25,40,.78) 100%);
}

.pcard2026-badge{
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: var(--p-text);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(0,0,0,.14);
}

.pcard2026-titlewrap{
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}

.pcard2026-titlewrap h2{
  margin: 0 0 8px;
  font-size: 31px;
  line-height: 1.08;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.24);
}

.pcard2026-titlewrap p{
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  line-height: 1.55;
}

.pcard2026-body{
  padding: 22px;
}

.pcard2026-links{
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.pcard2026-links li a{
  display: block;
  padding: 11px 14px;
  border-radius: 12px;
  background: #f5f8fb;
  border: 1px solid var(--p-line);
  color: var(--p-text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.pcard2026-links li a:hover{
  background: #edf5fb;
  border-color: rgba(0,99,166,.22);
  transform: translateX(3px);
}

.pcard2026-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn2026{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
  transition: transform .2s ease, filter .2s ease;
}

.btn2026:hover{
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.btn2026--primary{
  background: linear-gradient(180deg, var(--p-yellow-1) 0%, var(--p-yellow-2) 100%);
  color: #111;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}

.btn2026--secondary{
  background: linear-gradient(180deg, #0e74bc 0%, #005f9f 100%);
  color: #fff;
}

.products2026-journey{
  margin-top: 58px;
  padding: 34px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f9fc 100%);
  box-shadow: var(--p-shadow);
}

.products2026-journey__intro{
  max-width: 720px;
  margin-bottom: 26px;
}

.products2026-journey__intro h2{
  margin: 0 0 10px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
  color: var(--p-text);
}

.products2026-journey__intro p{
  margin: 0;
  color: var(--p-text-soft);
  font-size: 17px;
  line-height: 1.65;
}

.products2026-steps{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}

.pstep2026{
  background: #fff;
  border: 1px solid var(--p-line);
  border-radius: 18px;
  padding: 22px;
}

.pstep2026-num{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0d72bb 0%, #005e9d 100%);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
}

.pstep2026 h3{
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
  color: var(--p-text);
}

.pstep2026 p{
  margin: 0;
  color: var(--p-text-soft);
  font-size: 15px;
  line-height: 1.65;
}

.products2026-usps{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
  margin-top: 30px;
}

.pusp2026{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(0,99,166,.08);
  box-shadow: 0 8px 24px rgba(13,38,63,.06);
  color: var(--p-text);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

/* responsive */
@media (max-width: 1180px){
  .pcard2026{
    grid-column: span 6;
  }

  .products2026-steps{
    grid-template-columns: 1fr;
  }

  .products2026-usps{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 767px){
  .products2026{
    padding: 62px 0 76px;
  }

  .products2026 .container{
    padding: 0 14px;
  }

  .products2026-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pcard2026{
    grid-column: auto;
  }

  .pcard2026-media{
    min-height: 260px;
  }

  .pcard2026-titlewrap h2{
    font-size: 26px;
  }

  .pcard2026-titlewrap p{
    font-size: 14px;
  }

  .pcard2026-body{
    padding: 18px;
  }

  .products2026-journey{
    padding: 22px;
    margin-top: 38px;
  }

  .products2026-usps{
    grid-template-columns: 1fr;
  }

  .btn2026{
    width: 100%;
  }
}