:root{
  --mp-navy:#041a33;
  --mp-navy-2:#0a2342;
  --mp-gold:#c5a56a;
  --mp-gold-2:#d7b57a;
  --mp-bg:#f3f3f3;
  --mp-card:#ffffff;
  --mp-text:#10223d;
  --mp-muted:#4f5662;
  --mp-shadow:0 12px 24px rgba(4,26,51,.08);
  --mp-radius:18px;
  --mp-container:1360px;
}
.mp-values-module,
.mp-values-module *{box-sizing:border-box}
.mp-values-module{
  width:100%;
  overflow:hidden;
  background:var(--mp-bg);
  color:var(--mp-text);
  font-family:Arial,Helvetica,sans-serif;
}
.mp-values-hero{
  position:relative;
  background:linear-gradient(125deg,#002d72 0%,#231f20 30%,#002d72 55%,#031326 100%);
  min-height:300px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:34px 20px 36px;
}
.mp-values-hero:before,
.mp-values-hero:after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border:4px solid rgba(197,165,106,.9);
  border-left:none;
  border-bottom:none;
  opacity:.95;
  pointer-events:none;
}
.mp-values-hero:before{left:-110px;top:-115px}
.mp-values-hero:after{right:-110px;bottom:-115px;transform:rotate(180deg)}
.mp-values-watermark{
  position:absolute;
  right:40px;
  top:36px;
  width:170px;
  height:170px;
  opacity:.10;
}
.mp-values-hero-inner{
  position:relative;
  z-index:2;
  max-width:1000px;
}
.mp-values-shield-top{
  width:54px;
  height:54px;
  margin:0 auto 10px;
  display:block;
}
.mp-values-mini-brand{
  display:inline-flex;
  align-items:center;
  gap:16px;
  color:var(--mp-gold-2);
  font-weight:700;
  letter-spacing:.08em;
  font-size:22px;
  text-transform:uppercase;
  margin-bottom:14px;
}
.mp-values-mini-brand:before,
.mp-values-mini-brand:after{
  content:"";
  display:inline-block;
  width:120px;
  height:3px;
  border-radius:999px;
  background:var(--mp-gold);
}
.mp-values-title{
  margin:0;
  line-height:1.05;
  font-size:64px;
  font-weight:900;
  letter-spacing:-.02em;
  text-transform:uppercase;
  color:#fff;
}
.mp-values-title span{color:var(--mp-gold-2)}
.mp-values-subtitle{
  margin:20px auto 0;
  font-size:20px;
  line-height:1.55;
  color:rgba(255,255,255,.9);
  max-width:820px;
}
.mp-values-wrap{
  max-width:var(--mp-container);
  margin:0 auto;
  padding:34px 20px 44px;
}
.mp-values-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:34px;
}
.mp-value-card{
  position:relative;
  background:var(--mp-card);
  border-radius:var(--mp-radius);
  box-shadow:var(--mp-shadow);
  overflow:hidden;
  min-height:312px;
  display:grid;
  grid-template-columns:176px 1fr 32px;
  align-items:center;
  border:1px solid #ececec;
}
.mp-value-corner{
  position:absolute;
  left:0;
  top:0;
  width:74px;
  height:82px;
  background:linear-gradient(135deg,var(--mp-gold) 0 68%,transparent 68% 100%);
  color:#fff;
  font-weight:800;
  font-size:20px;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  padding:12px 0 0 12px;
  z-index:2;
}
.mp-value-icon-side{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:36px 10px 30px 30px;
}
.mp-value-icon-disc{
  width:170px;
  height:170px;
  border-radius:50%;
  background:radial-gradient(circle at 30% 30%,#002d72 0%,#002d72 45%,#002d72 100%);
  border:4px solid var(--mp-gold-2);
  box-shadow:0 8px 18px rgba(4,26,51,.12), inset 0 0 0 1px rgba(255,255,255,.04);
  display:flex;
  align-items:center;
  justify-content:center;
}
.mp-value-icon-disc svg{
  width:92px;
  height:92px;
  stroke:var(--mp-gold-2);
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.mp-value-body{padding:34px 26px 26px 0}
.mp-value-title{
  margin:0;
  font-size:20px !important;
  font-weight:900;
  letter-spacing:-.02em;
  color:#102443;
  text-transform:uppercase;
}
.mp-value-accent{
  width:54px;
  height:5px;
  border-radius:999px;
  background:var(--mp-gold);
  margin:14px 0 18px;
}
.mp-value-text{
  margin:0;
  color:#3f4653;
  font-size:18px;
  line-height:1.65;
  max-width:320px;
}
.mp-value-next{
  align-self:center;
  justify-self:end;
  width:32px;
  height:116px;
  background:var(--mp-gold);
  border-radius:12px 0 0 12px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.mp-value-next svg{
  width:18px;
  height:18px;
  stroke:#15253c;
  stroke-width:3;
  fill:none;
}
.mp-value-slider{
  position:absolute;
  left:76px;
  right:100px;
  bottom:22px;
  display:flex;
  align-items:center;
  gap:22px;
}
.mp-value-slider .dot{
  width:14px;
  height:14px;
  border-radius:50%;
  background:#d7d7d7;
  box-shadow:0 0 0 4px #fff;
}
.mp-value-slider .dot.active{background:var(--mp-gold)}
@media (max-width:1200px){
  .mp-values-title{font-size:54px}
  .mp-values-grid{gap:24px}
  .mp-value-card{grid-template-columns:160px 1fr 28px}
  .mp-value-icon-disc{width:148px;height:148px}
  .mp-value-icon-disc svg{width:82px;height:82px}
  .mp-value-title{font-size:22px}
  .mp-value-text{font-size:17px}
}
@media (max-width:980px){
  .mp-values-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:680px){
  .mp-values-hero{
    min-height:auto;
    padding:28px 16px 30px;
  }
  .mp-values-mini-brand{
    font-size:15px;
    gap:10px;
  }
  .mp-values-mini-brand:before,
  .mp-values-mini-brand:after{width:44px}
  .mp-values-title{font-size:34px}
  .mp-values-subtitle{font-size:16px}
  .mp-values-watermark{width:120px;height:120px;right:12px;top:24px}
  .mp-values-wrap{padding:20px 14px 28px}
  .mp-values-grid{grid-template-columns:1fr;gap:18px}
  .mp-value-card{
    min-height:auto;
    grid-template-columns:1fr;
    padding-bottom:76px;
  }
  .mp-value-icon-side{padding:70px 20px 10px}
  .mp-value-body{
    padding:0 22px 18px;
    text-align:center;
  }
  .mp-value-text{max-width:none}
  .mp-value-accent{margin-left:auto;margin-right:auto}
  .mp-value-next{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    height:94px;
  }
  .mp-value-slider{
    left:24px;
    right:56px;
    bottom:18px;
    gap:14px;
  }
}
