.articles{
    margin-bottom: 70px;
}
.articles_header{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify; 
    margin-bottom: 35px;
}
.articles_header_text{

}
.articles_header_title{
    font-weight: 600;
    font-size: 36px;
    color: #151515;
    margin-bottom: 10px;
}
.articles_header_description{
    font-weight: 400;
    font-size: 15px;
    color: #000;
}
.articles_more{
    font-weight: 600;
    font-size: 14px;
    color: #276652;
    position: relative;
    padding-right: 40px;
    padding-top: 10px;
    display: block;
}
.articles_more::after {
    content: '';
    width: 21px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 14px;
    background-image: url(../images/sourse/arrow_right_green_maxi.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.articles_more::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 30px;
    border-bottom: 1px solid #358c70;
}
.articles_sections{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: left;
    -ms-flex-pack: justify;
    max-width: 70%;
    flex-wrap: wrap;
    margin-bottom: 54px;  
}
.article_item{
    background: rgba(238, 238, 238, 0.93);
    border-radius: 50px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #276652;
    margin-right: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}
.article_item:hover{
    background: #276652;
    color: #e6f4f3;    
}
.active_article_item{
    background: #276652;
    color: #e6f4f3;
}
.articles_sections_items{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: left;
    -ms-flex-pack: justify;  
    flex-wrap: wrap;  
}
.articles_sections_items a{
    display: block;
    margin-right: 15px;
    margin-bottom: 50px;
    width: calc( (100% - 45px) / 4 );
}
.articles_sections_items a:nth-child(4n){
    margin-right: 0;
}
.article_section_item_image{
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 326px;
    background-position: center;
    height: 100vh;
    position: relative;
    border-radius: 25px;
    width: 100%;
}
.article_section_item_icon{
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.71);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
}
.article_section_item_title{
    margin-top: 15px;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.article_section_item_info{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: left;
    -ms-flex-pack: justify;      
}
.article_section_item_publishedon{
    font-weight: 400;
    font-size: 15px;
    color: #8f8f8f;
    margin-right: 44px;
}
.article_section_item_see{
    font-weight: 400;
    font-size: 15px;
    color: #8f8f8f;
    position: relative;
    padding-left: 40px;
}
.article_section_item_see::after{
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    bottom: -3px;
    background-image: url(../images/sourse/eye.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.page_article h1{
    margin-bottom: 35px;
}
.article_content{
    margin-top: 45px;
    margin-bottom: 90px;
}
.blog h1{
    margin-bottom: 10px;
}
.blog .articles_header_description{
    margin-bottom: 35px;
}
.raiting_article{
    display: none;
}
.video_article{
    position: relative;
}
.video_article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(189deg, #7c7c7c 0%, #7c7c7c 100%);
    border-radius: 25px;
    opacity: 0.6;
    transition: opacity 1s;
}
.video_article::after{
    content: '';
    width: 72px;
    height: 72px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url(../images/sourse/video.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
    transition: opacity 1s;
}
.video_article:hover::before{
    opacity: 0;   
}
.video_article:hover::after{
    opacity: 1;   
}
.article_video{
    margin-top: 50px;
    background: linear-gradient(180deg, #276652 0%, #0e261e 100%);
}
.piStyle{
    font-weight: 700;
    font-size: 18px;    
}
.psStyle{
    font-weight: 700;
    font-size: 18px;        
}



  .page-head {
    margin-bottom: 20px;
  }

  .eyebrow {
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0f6e64;
    font-weight: 700;
    margin: 0 0 6px;
  }

  .sub {
    color: #5b6663;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 18px 0 14px;
    font-size: 12.5px;
    color: #5b6663;
  }
  .legend span { display:inline-flex; align-items:center; gap:6px; }
  .legend i {
    width: 9px; height: 9px; border-radius: 50%; display:inline-block; flex-shrink:0;
  }
  .dot-premium { background: #2f6f6a; }
  .dot-mid { background: #3d6f9c; }
  .dot-mass { background: #9c7a3d; }
  .dot-state { background: #7a4f9c; }

  .hint {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: #5b6663;
    margin: 0 0 10px;
    background: #ffffff;
    border: 1px solid #e3e6e2;
    border-radius: 8px;
    padding: 8px 12px;
    width: fit-content;
  }
  .hint svg { flex-shrink: 0; animation: nudge 1.6s ease-in-out infinite; }
  @keyframes nudge {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
  }

  .hint .desktop-only { display: inline; }
  .hint .mobile-only { display: none; }
  @media (max-width: 760px) {
    .hint .desktop-only { display: none; }
    .hint .mobile-only { display: inline; }
  }

  .table-shell {
    position: relative;
    border: 1px solid #e3e6e2;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(20,30,28,.04);
    overflow: hidden;
    margin-bottom: 100px;
  }

  .scroll-area {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    cursor: grab;
  }
  .scroll-area.dragging {
    cursor: grabbing;
    user-select: none;
  }
  .scroll-area.dragging * {
    user-select: none;
  }

  .scroll-area::-webkit-scrollbar { height: 9px; }
  .scroll-area::-webkit-scrollbar-track { background: transparent; }
  .scroll-area::-webkit-scrollbar-thumb {
    background: #cfd4cf;
    border-radius: 6px;
  }
  .scroll-area::-webkit-scrollbar-thumb:hover { background: #5b6663; }

  table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    min-width: 1500px;
    font-size: 13.5px;
  }

  thead th {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #ffffff;
    border-bottom: 1px solid #cfd4cf;
    padding: 12px 14px;
    text-align: right;
    font-weight: 600;
    color: #1c2422;
    white-space: nowrap;
    font-size: 12.5px;
  }
  thead th span { display:inline-block; }
  thead th.rowhead {
    text-align: left;
    left: 0;
    z-index: 4;
  }

  tbody th, tbody td {
    padding: 9px 14px;
    border-bottom: 1px solid #e3e6e2;
    white-space: nowrap;
  }
  tbody td { text-align: right; color: #1c2422; font-variant-numeric: tabular-nums; }

  th.rowhead {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left;
    background: #ffffff;
    font-weight: 500;
    box-shadow: 1px 0 0 #cfd4cf;
  }
  th.rowhead span { display:block; }

  /* segment title rows */
  tr.seg-title-row th.seg-title {
    position: sticky;
    left: 0;
    text-align: left;
    padding: 12px 14px 8px;
    font-size: 13px;
    font-weight: 700;
    background: #ffffff;
    border-bottom: none;
    z-index: 2;
  }
  .seg-dot {
    display: inline-block;
    width: 9px; height: 9px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
  }
  tr[data-seg="premium"] .seg-dot { background: #2f6f6a; }
  tr[data-seg="mid"] .seg-dot { background: #3d6f9c; }
  tr[data-seg="mass"] .seg-dot { background: #9c7a3d; }
  tr[data-seg="state"] .seg-dot { background: #7a4f9c; }

  /* segment tinting on clinic rows via left accent + subtle bg on hover */
  tr td.row-clinic, tr th.row-clinic { background: #ffffff; }
  tbody tr:hover td, tbody tr:hover th.rowhead { background: #f5f8f7; }

  th[data-seg="premium"] { border-left: 3px solid #2f6f6a; }
  th[data-seg="mid"] { border-left: 3px solid #3d6f9c; }
  th[data-seg="mass"] { border-left: 3px solid #9c7a3d; }
  th[data-seg="state"] { border-left: 3px solid #7a4f9c; }
  th[data-seg="overall"] { border-left: 3px solid #1c2422; }

  /* avg / median emphasis rows */
  tr td.row-avg, tr th.row-avg { background: #fafbfa; font-weight: 600; }
  tr td.row-median, tr th.row-median { background: #fafbfa; font-style: italic; color: #5b6663; }
  tr th.row-avg span, tr th.row-median span { font-style: normal; }

  tr td.row-overall-avg, tr th.row-overall-avg { background: #ececec; font-weight: 700; }
  tr td.row-overall-median, tr th.row-overall-median { background: #ececec; font-weight: 600; color: #5b6663; }

  td.cell-na { color: #b8434a; font-style: italic; font-weight: 400; font-size: 12.5px; }
  td.cell-request { color: #9c7a1f; font-style: italic; font-weight: 400; font-size: 12.5px; }
  td.cell-anomaly { color: #b8434a; font-style: italic; font-weight: 400; font-size: 12.5px; }

  tfoot th, tfoot td {
    padding: 10px 14px;
    border-top: 2px solid #cfd4cf;
  }
  tfoot th.rowhead { position: sticky; left: 0; background: #ffffff; }

  /* fade edges to hint scrollability */
  .table-shell::before, .table-shell::after {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    width: 24px;
    z-index: 5;
    pointer-events: none;
    transition: opacity .2s ease;
  }
  .table-shell::before {
    left: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.06), transparent);
    opacity: 0;
  }
  .table-shell::after {
    right: 0;
    background: linear-gradient(270deg, rgba(0,0,0,.08), transparent);
    opacity: 1;
  }
  .table-shell.scrolled::before { opacity: 1; }
  .table-shell.at-end::after { opacity: 0; }

  .scroll-badge {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(28, 36, 34, 0.82);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
    opacity: 1;
    transition: opacity .25s ease;
    animation: badge-pulse 1.8s ease-in-out infinite;
  }
  .table-shell.at-end .scroll-badge {
    opacity: 0;
  }
  @keyframes badge-pulse {
    0%, 100% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(1.08); }
  }

  .footnote {
    margin-top: 14px;
    font-size: 12px;
    color: #5b6663;
    line-height: 1.6;
  }