    :root{
      --bg:#e9f3fb;
      --hero-top:#66b7f3;
      --hero-bottom:#93cfff;
      --accent:#0b4f9f;
      --card:#ffffff;
      --muted:#5b7ea6;
      --soft-blue:#d9ecff;
      --deep-navy:#08355b;
    }


    .Product_post-hero {
    background: white;
    padding: 36px 28px;
    margin: 0 auto 28px;
    box-shadow: 0 10px 24px rgba(7,55,95,0.06);
    display: flex;
    gap: 20px;
    align-items: center;
}
    .Product_post-hero h1{margin:0 0 12px;font-size:32px;font-weight:800;color:#062a4d}
    .Product_post-hero p{margin:0 0 18px;color:#143f66;font-size:15px}
    .Product_post-btn{background:#0b73c7;color:#fff;border:0;padding:10px 16px;border-radius:6px;font-weight:700}
.Product_post-illustration {
    display: inline-block;
    filter: drop-shadow(0 8px 26px rgba(11,73,126,0.12));
    width: 100%;
}
    .Product_post-section-title{color:var(--accent);font-size:18px;font-weight:700;margin:14px 0 12px}

    .Product_post-grid-card{
      background:var(--card);
      border-radius:12px;
      padding:18px;
      box-shadow:0 6px 18px rgba(12,45,80,0.06);
      display:flex;
      gap:12px;
      align-items:flex-start;
      height:100%;
    }
    .Product_post-grid-card img {
    width: 132px;
    height: 132px;
    border-radius: 10px;
}
    .Product_post-grid-card h4{font-size:15px;margin:0 0 6px;font-weight:700}
    .Product_post-grid-card p{margin:0;font-size:13px}

    .Product_post-mini-card{
      padding:18px;background:#fff;border-radius:10px;
      box-shadow:0 6px 18px rgba(12,45,80,0.04);
      text-align:center;
      height:100%;
    }
.Product_post-mini-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 10px;
}    .Product_post-mini-card h5{font-size:14px;margin:0;font-weight:700}
.Product_post-mini-card p {
    font-size: 12px;
    margin-top: 6px;
    text-align: left;
}
    .Product_post-feature-row{margin-top:18px;display:flex;gap:20px;align-items:stretch}
    .Product_post-feature{
      border-radius:12px;padding:22px;display:flex;gap:18px;
      align-items:center;justify-content:space-between;box-shadow:0 8px 22px rgba(9,47,80,0.04);
      flex:1 1 50%;height:100%;
    }
    .Product_post-blue{background:linear-gradient(180deg,#d8eeff,#c7e7ff)}
    .Product_post-white{background:#fff}
    .Product_post-ft-text{flex:1 1 60%}
    .Product_post-ft-text h3{margin:0 0 8px;font-size:16px;font-weight:800}
    .Product_post-ft-text ul{margin:0;padding-left:16px;font-size:13px}
    .Product_post-ft-media{text-align:right;width:180px}
    .Product_post-ft-media img{width:160px;border-radius:8px}

    .Product_post-cta {
    margin-top: 28px;
    background: #0b3b67;
    color: #fff;
    padding: 26px;
    border-radius: 10px;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: center;
}
.Product_post-cta button {
    background: #e7a242;
    color: white;
    border: 0;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 700;
}
    @media(max-width:991px){.Product_post-hero{flex-direction:column;text-align:left}.Product_post-right{text-align:left}.Product_post-feature-row{flex-direction:column}}