/* === BENEFITS BAR — diamond cards like .pl === */
.benefit {
  background: #eaf4fb;
  border-radius: 14px;
  padding: 36px 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  max-width: 200px;
  position: relative;
  margin-top: 28px;
}
.benefit-icon {
  width: 56px; height: 56px;
  background: #1aabdb;
  transform: rotate(45deg);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -28px;
  flex-shrink: 0;
}
.is-like-article h1,.is-like-article h2, .is-like-article h3,.is-like-article h4,.is-like-article h5,.is-like-article h6{
    font-size:24px;
    margin:10px 0;
    font-weight:600;
}
.is-like-article b,.is-like-article strong{
    font-weight:600;
}
.benefit-icon svg {
  width: 24px; height: 24px;
  fill: none; stroke: #fff; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
  transform: rotate(-45deg);
}
.category-description{
    line-height:18px;
}
.benefit span { font-size: 13px; color: #0d3f6e; font-weight: 700; line-height: 1.35; margin-top: 6px; }

/* === SECTIONS: blue-toned backgrounds like .pl === */
.section { padding: 36px 40px; }
.section-light { background: #eaf4fb; }   /* lightest blue — like .pl product section bg */
.section-mid   { background: #deeef7; }   /* medium blue — page default */
.section-dark  { background: #c8e2f2; }   /* slightly deeper for alternating */

.section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 22px; }
.section-title { font-size: 19px; font-weight: 700; color: #0d3f6e; }
.section-link { font-size: 12px; color: #1a5c9a; font-weight: 600; text-decoration: none; }
.section-link:hover { text-decoration: underline; }

/* === PRODUCTS GRID === */
.products-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.product-card { background: #fff; border: 1px solid #b8d8ee; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; }
.product-card-img { background: linear-gradient(160deg, #daeef8, #b8d5eb); height: 170px; display: flex; align-items: center; justify-content: center; padding: 16px; }
.product-card-img img { max-height: 140px; max-width: 100%; object-fit: contain; }
.product-card-body { padding: 16px 18px; flex: 1; display: flex; flex-direction: column; }
.product-tag {
    display: inline-block;
    font-size: 16px;
    color: #1a5c9a;
    background: #d4ecf7;
    border-radius: 4px;
    padding: 9px 16px;
    margin-bottom: 7px;
    font-weight: 600;
    width: max-content;
}
.product-name {
    font-size: 30px;
    font-weight: 700;
    color: #0d3f6e;
    margin: 10px 0;
}
.product-desc {
    font-size: 16px;
    color: #3a6080;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 12px;
}
.product-btn { display: inline-block; font-size: 16px; color: #fff; background: #1a5c9a; padding: 8px 18px; border-radius: 20px; text-decoration: none; font-weight: 500; align-self: flex-start; }
.product-btn a{
    color:#FFF;
    text-decoration: none;
}
.product-btn:hover { background: #0d3f6e; }

/* === INFO CARDS (4 tematice) === */
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.faq-grid{
    grid-template-columns: repeat(2, 1fr);
}
.faq-icon{
    background: #d4ecf7 !important;
}
.faq-icon svg{
    stroke: #1a5c9a !important;
}
.info-card { background: #fff; border: 1px solid #b8d8ee; border-radius: 12px; padding: 18px; display: flex; flex-direction: column; gap: 8px; }
.info-card:hover { border-color: #1a5c9a; box-shadow: 0 2px 12px rgba(26,92,154,0.12); }
.info-icon {
    width: 50px;
    height: 50px;
    background: #1a5c9a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.info-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.info-card h3 {
    font-size: 24.5px;
    font-weight: 700;
    color: #0d3f6e;
    margin: 10px 0;
    height: 55px;
}
.info-card p {
    font-size: 16px;
    color: #3a6080;
    line-height: 1.5;
}
.info-text{
    min-height:2.5vw;
}
.info-card a {
    font-size: 16px;
    color: #1a5c9a;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    display: block;
}
.info-card a:hover { text-decoration: underline; }

/* === ARTICLE CARDS (2) === */
.articles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.article-card { background: #fff; border: 1px solid #b8d8ee; border-radius: 12px; padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.article-card:hover { box-shadow: 0 2px 14px rgba(26,92,154,0.1); }
.article-icon { width: 36px; height: 36px; background: #d4ecf7; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.article-icon svg { width: 17px; height: 17px; fill: none; stroke: #1a5c9a; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.article-card h3 { font-size: 14px; font-weight: 700; color: #0d3f6e; }
.article-card p { font-size: 12px; color: #3a6080; line-height: 1.6; flex: 1; }
.article-card a { font-size: 12px; color: #1a5c9a; font-weight: 600; text-decoration: none; }
.article-card a:hover { text-decoration: underline; }

.search-form {
    display: flex;
    align-items: center;
    border: 1.5px solid #b8d4e8;
    border-radius: 20px;
    background: #eef6fb;
}
.search-form input {
    border: none;
    background: transparent;
    padding: 6px 13px;
    font-size: 12px;
    color: #333;
    outline: none;
}
.search-form button {
    background: #1a5c9a;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 100%;
}
.search-form button svg{
    width:22px;
    height:22px;
}
.navbar-brand{
    width:15%;
}
.navbar-brand img{
    display:block;
    width:100%; 
    height:100%;
}

@media screen and (max-width:991px){
    .search-form{
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .treatment-section{
        padding:3rem 0 !important;
    }
    .medium-column{
        flex-direction:column !important;
    }
    .w-50{
        width:100% !important;
    }
    .text-end.see-more{
        text-align:left !important;
    }
    .info-grid{
        grid-template-columns: repeat(2, 1fr);
        padding: 0 10px;
    }
}
@media screen and (max-width:600px){
    .smaller-column{
        flex-direction:column !important;
        gap: 15px;
    }
    .info-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .pt-5{
        padding-top:1rem !important;
    }
    .prod-img img{
        height:auto;
    }
}