.sec__header {
    position: relative;
    z-index: 20;
    height: auto;
    background: #fff;
    border-bottom: 1px solid rgba(22,100,173,.12);
    box-shadow: 0 12px 30px rgba(15,23,42,.08)
}

.sec__header .header__top {
    background: #0f3f75
}

.sec__header .header__down {
    margin: 0;
    background: linear-gradient(270deg,#003265 0,#1b609d 100%)
}

.slider {
    position: relative;
    overflow: hidden;
    background: #f5f8fb;
    padding: 48px 0 42px
}

.slider::before,
.slider::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none
}

.slider::before {
    width: 340px;
    height: 340px;
    top: -190px;
    right: -120px;
    border: 1px solid rgba(44,90,80,.1)
}

.slider::after {
    width: 180px;
    height: 180px;
    bottom: -110px;
    left: 4%;
    background: rgba(216,169,71,.08);
    filter: blur(2px)
}

.slider__container {
    position: relative;
    z-index: 1
}

.slider .carousel .carousel-cell {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0
}

.slider .slider__carousel-item {
    display: flex;
    direction: rtl;
    align-items: center;
    gap: clamp(30px,4vw,64px);
    min-height: 420px;
    padding: 32px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(22,100,173,.12);
    border-radius: 24px;
    box-shadow: 0 22px 60px rgba(23,61,54,.09)
}

.slider .slider__carousel-item::before {
    content: none
}

.slider .carousel .carousel-cell .pic__slider {
    order: 2;
    flex: 0 0 min(70%,900px);
    aspect-ratio: 16/9;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    background: #dbe7f2;
    box-shadow: 0 18px 42px rgba(15,23,42,.14);
    isolation: isolate
}

.slider .carousel .carousel-cell .pic__slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: static;
    transform: scale(1.001);
    transition: transform .65s cubic-bezier(.2,.75,.25,1)
}

.slider .carousel-cell.is-selected .slider__carousel-item:not(.slider__carousel-item--full) .pic__slider:hover img {
    transform: scale(1.035)
}

.slider .slider__carousel-item .slide__text {
    order: 1;
    position: static;
    flex: 1 1 280px;
    margin: 0;
    width: auto;
    color: #162033
}

.slider .slider__carousel-item .slide__text .slide__text-content {
    width: 100%
}

.slide__text-content .title__content {
    position: relative;
    max-width: 520px
}

.slider__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--hums-primary);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.1px
}

.slider__eyebrow::before {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--hums-accent)
}

.slider .carousel .slide__text .title__p {
    padding-bottom: 0
}

.slider .carousel .slide__text .title__p h4 {
    color: #102a43;
    font-size: clamp(25px,2.2vw,34px);
    line-height: 1.55;
    font-weight: 800;
    text-shadow: none;
    margin-bottom: 12px
}

.slider__description {
    color: #4b5f73;
    max-width: 42ch;
    font-size: 15px;
    line-height: 2.05;
    margin-bottom: 26px
}

.slider .slider__carousel-item .slider__carousel-link {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    gap: 12px;
    min-width: 150px;
    min-height: 46px;
    padding: 10px 22px;
    border-radius: 999px;
    background: linear-gradient(270deg,#003265 0,#1b609d 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    order: 3;
    align-self: flex-start;
    margin-top: 0;
    transition: transform .2s ease,box-shadow .2s ease,background .2s ease
}

.slider .slider__carousel-item .slider__carousel-link::before {
    content: none
}

.slider .slider__carousel-item .slider__carousel-link::after {
    content: "←";
    font-size: 18px;
    line-height: 1;
    transition: transform .2s ease
}

.slider .slider__carousel-item .slider__carousel-link:hover::after {
    transform: translateX(-3px)
}

.slider .slider__carousel-item--full {
    display: block;
    padding: 0;
    min-height: 420px;
    background: #dbe7f2
}

.slider .slider__carousel-item--full .slider__full-link {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit
}

.slider .carousel .carousel-cell .slider__carousel-item--full .pic__slider {
    width: 100%;
    height: 100%;
    min-height: inherit;
    aspect-ratio: auto;
    border-radius: inherit;
    box-shadow: none
}

.slider .slider__carousel-item--full .pic__slider img {
    min-height: inherit;
    transition: transform .8s cubic-bezier(.2,.75,.25,1)
}

.slider .slider__carousel-item--full:hover .pic__slider img {
    transform: scale(1.018)
}

.slider .carousel .flickity-button {
    display: flex;
    width: 42px;
    height: 42px;
    background: #fff;
    color: #1b609d;
    box-shadow: 0 10px 25px rgba(15,23,42,.16);
    opacity: .86;
    visibility: visible;
    transform: translateY(-50%) scale(1);
    transition: opacity .22s ease,visibility .22s ease,transform .22s ease
}

.slider .carousel:hover .flickity-button,.slider .carousel:focus-within .flickity-button {
    opacity: 1
}

.slider .carousel .flickity-button:hover {
    background: var(--hums-primary);
    color: #fff
}

.slider .carousel .flickity-page-dots {
    position: absolute;
    right: 34px;
    left: auto !important;
    bottom: 24px!important;
    transform: none;
    width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 12px;
    border: 1px solid rgba(44,90,80,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 10px 24px rgba(23,61,54,.1);
    backdrop-filter: blur(8px)
}

.slider .box {
    display: none
}

@media (max-width: 991.98px) {
    .slider {
        padding: 26px 0
    }

    .slider .slider__carousel-item {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        padding: 16px 16px 22px;
        gap: 22px
    }

    .slider .carousel .carousel-cell .pic__slider,.slider .slider__carousel-item .slide__text {
        flex: 1 1 auto;
        width: 100%
    }

    .slider .carousel .carousel-cell .pic__slider {
        order: 1
    }

    .slider .slider__carousel-item .slide__text {
        order: 2
    }

    .slider .carousel .slide__text .title__p h4 {
        font-size: 21px
    }

    .slider .slider__carousel-item .slider__carousel-link {
        align-self: stretch;
        margin-top: 0
    }

    .slider .slider__carousel-item--full {
        display: block;
        min-height: 0;
        padding: 0
    }

    .slider .slider__carousel-item--full .slider__full-link,
    .slider .carousel .carousel-cell .slider__carousel-item--full .pic__slider,
    .slider .slider__carousel-item--full .pic__slider img {
        min-height: 0
    }

    .slider .carousel .carousel-cell .slider__carousel-item--full .pic__slider {
        aspect-ratio: 16/9
    }
}

@media (max-width: 575.98px) {
    .slider .slider__carousel-item {
        border-radius: 18px
    }

    .slider .carousel .carousel-cell .pic__slider {
        border-radius: 14px
    }

    .slider__eyebrow {
        margin-bottom: 12px
    }

    .slider__description {
        font-size: 14px;
        line-height: 1.9
    }

    .slider .carousel .flickity-page-dots {
        right: 50%;
        bottom: 14px!important;
        transform: translateX(50%)
    }
}

@media (prefers-reduced-motion: reduce) {
    .slider .pic__slider img,
    .slider .slider__carousel-link,
    .slider .slider__carousel-link::after {
        transition: none!important
    }
}

/* Quick access tools */
.tools-section {
    position: relative;
    overflow: hidden;
    padding-block: clamp(64px,7vw,92px);
    background: linear-gradient(145deg,#f4f8f7 0,#fff 52%,#f5f8f7 100%)
}

.tools-section .tools-section__shapes,
.resources-section .resources-section__shapes {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none
}

.tools-section__shapes .ts-shape,
.resources-section__shapes .ts-shape {
    position: absolute;
    display: block;
    color: var(--hums-primary);
    opacity: .5;
    transition: transform .7s cubic-bezier(.22,.61,.36,1),opacity .7s ease
}

.ts-shape--ring {
    width: 150px;
    height: 150px;
    inset-block-start: -46px;
    inset-inline-end: 6%;
    border: 1.5px solid rgba(44,90,80,.18);
    border-radius: 50%
}

.ts-shape--ring2 {
    width: 84px;
    height: 84px;
    inset-block-end: 8%;
    inset-inline-start: 10%;
    border: 1.5px solid rgba(216,169,71,.35);
    border-radius: 50%
}

.ts-shape--dot {
    width: 14px;
    height: 14px;
    inset-block-start: 24%;
    inset-inline-start: 22%;
    border-radius: 50%;
    background: rgba(216,169,71,.5)
}

.ts-shape--square {
    width: 40px;
    height: 40px;
    inset-block-end: 16%;
    inset-inline-end: 15%;
    border: 1.5px solid rgba(44,90,80,.16);
    border-radius: 10px;
    transform: rotate(18deg)
}

.ts-shape--plus,
.ts-shape--triangle {
    width: 34px;
    height: 34px;
    opacity: .35
}

.ts-shape--plus {
    inset-block-start: 34%;
    inset-inline-end: 4%;
    color: var(--hums-accent)
}

.ts-shape--triangle {
    inset-block-end: 22%;
    inset-inline-start: 40%
}

.ts-shape--plus svg,
.ts-shape--triangle svg {
    width: 100%;
    height: 100%
}

.tools-section:hover .ts-shape--ring,
.resources-section:hover .ts-shape--ring {
    transform: translateY(14px) scale(1.12);
    opacity: .75
}

.tools-section:hover .ts-shape--ring2,
.resources-section:hover .ts-shape--ring2 {
    transform: translateY(-16px) scale(1.1);
    opacity: .8
}

.tools-section:hover .ts-shape--dot,
.resources-section:hover .ts-shape--dot {
    transform: translate(10px,-12px) scale(1.4);
    opacity: .9
}

.tools-section:hover .ts-shape--square,
.resources-section:hover .ts-shape--square {
    transform: rotate(-8deg) translateY(-10px) scale(1.1);
    opacity: .7
}

.tools-section:hover .ts-shape--plus,
.resources-section:hover .ts-shape--plus {
    transform: rotate(90deg) scale(1.15);
    opacity: .6
}

.tools-section:hover .ts-shape--triangle,
.resources-section:hover .ts-shape--triangle {
    transform: translateY(-14px) rotate(-12deg);
    opacity: .55
}

@media (prefers-reduced-motion: reduce) {
    .tools-section__shapes .ts-shape,
    .resources-section__shapes .ts-shape {
        transition: none
    }
}

.tools-section__header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin: 0 auto 30px;
}

.tools-section__header .section-title {
    margin: 0 0 10px;
    text-align: right!important
}

.news-section > .tools-section__header,
.info-section > .tools-section__header,
.tech-section > .tools-section__header,
.stats-section > .tools-section__header {
    max-width: none;
    padding-inline: 0
}

.stats-card::after,
.news-side .card::after {
    display: none
}

.tools-section__description {
    margin: 0;
    color: var(--hums-muted);
    font-size: 14px;
    line-height: 1.9
}

.tools-section__archive {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 8px 17px;
    border: 1px solid rgba(44,90,80,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    color: var(--hums-primary);
    font-size: 12px;
    font-weight: 800;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease
}

.tools-section__archive .ui-arrow {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    transition: transform .25s ease
}

.tools-section__archive:hover {
    border-color: var(--hums-primary);
    background: var(--hums-primary);
    color: #fff;
    box-shadow: 0 10px 24px rgba(23,61,54,.18);
    transform: translateX(-2px)
}

.tools-section__archive:hover .ui-arrow {
    transform: translateX(-4px)
}

.tools-section .tools-cards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
    
    
    
}

.tools-section .tool-card {
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(44,90,80,.13);
    border-radius: 18px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 10px 30px rgba(23,61,54,.06)
}

.tools-section .tool-card::after {
    display: none
}

.tools-section .tool-card .box-link {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    min-height: 116px;
    height: 100%;
    width: 100%;
    padding: 18px;
    overflow: hidden;
    text-align: right
}

.tools-section .tool-card .box-link::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 132px;
    height: 132px;
    inset-block-end: -54px;
    inset-inline-start: -46px;
    border: 1.5px solid rgba(44,90,80,.12);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%,rgba(216,169,71,.1),transparent 70%);
    transition: transform .45s cubic-bezier(.22,.61,.36,1),border-color .45s ease
}

.tools-section .tool-card__icon,
.tools-section .tool-card__content,
.tools-section .tool-card__action {
    position: relative;
    z-index: 1
}

.tools-section .tool-card:hover .box-link::before {
    transform: scale(1.35) translate(6px,-6px);
    border-color: rgba(216,169,71,.4)
}

.tools-section .tool-card__icon {
    display: grid;
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 1px solid rgba(44,90,80,.1);
    border-radius: 17px;
    background: linear-gradient(145deg,var(--hums-primary-soft),#fff)
}

.tools-section .tool-card__icon img {
    width: 46px;
    height: 46px;
    margin: 0;
    padding: 5px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    object-fit: contain
}

.tools-section .tool-card__content {
    display: flex;
    flex: 0 1 auto;
    min-width: 0;
    flex-direction: column;
    gap: 6px
}

.tools-section .tool-card .card-title {
    overflow: hidden;
    color: var(--hums-heading);
    font-size: 14px;
    line-height: 1.65;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.tools-section .tool-card__description {
    color: var(--hums-muted);
    font-size: 12px;
    line-height: 1.75
}

.tools-section .tool-card__action {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    margin-inline-start: auto;
    color: var(--hums-primary)
}

.tools-section .tool-card__action-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(44,90,80,.16);
    border-radius: 50%;
    background: var(--hums-primary-soft);
    color: var(--hums-primary);
    transition: background-color .25s ease,border-color .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease
}

.tools-section .tool-card__action-icon svg {
    width: 17px;
    height: 17px
}

.tools-section .tool-card__icon {
    transition: border-color .25s ease,background .25s ease,transform .25s ease
}

.tools-section .tool-card__icon img {
    transition: transform .25s ease
}

.tools-section .tool-card:hover {
    transform: translateY(-5px);
    border-color: rgba(216,169,71,.65);
    box-shadow: 0 22px 48px rgba(23,61,54,.13)
}

.tools-section .tool-card:hover .tool-card__icon {
    border-color: rgba(216,169,71,.5);
    transform: translateY(-1px)
}

.tools-section .tool-card:hover .tool-card__icon img {
    transform: scale(1.08)
}

.tools-section .tool-card:hover .tool-card__action-icon {
    border-color: transparent;
    background: var(--hums-primary);
    color: #fff;
    box-shadow: 0 8px 18px rgba(23,61,54,.22);
    transform: translateX(-3px)
}

.tools-section .tool-card .box-link:focus-visible {
    outline: 2px solid var(--hums-accent);
    outline-offset: 3px;
    border-radius: 14px
}

@media (max-width: 991.98px) {
    .tools-section .tools-cards {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 575.98px) {
    .tools-section {
        padding-block: 52px
    }

    .tools-section__header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px
    }

    .tools-section .tools-cards {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .tools-section .tool-card .box-link {
        min-height: 98px;
        padding: 14px;
        gap: 12px
    }

    .tools-section .tool-card__icon {
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
        border-radius: 15px
    }

    .tools-section .tool-card__icon img {
        width: 40px;
        height: 40px
    }
}

h2.section-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #2c5a50;
    margin-bottom: 40px
}

.section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 50px 20px;
    border-radius: 15px
}

.tools-section {
    background: linear-gradient(27deg,#e7ebf1,#e7ebf1)
}

.tools-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start
}

.tool-card {
    flex: 1 1 calc(14% - 15px);
    border: 3px solid #d8e9e5;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    cursor: pointer;
    text-align: center;
    transition: transform .3s,box-shadow .3s;
    display: flex;
    flex-direction: column;
    align-items: center
}

.tool-card img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 8px
}

.tool-card .card-title {
    font-size: 14px;
    font-weight: 600;
    color: #2c5a50;
    line-height: 1.5
}

.tool-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,.15)
}

.news-section {
    background: linear-gradient(20deg,#e7ebf1,#e7ebf1)
}

.news-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.news-main {
    flex: 2 1 60%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    transition: transform .3s
}

.news-main img {
    width: 100%;
    height: 85%;
    object-fit: cover
}

.news-main .content {
    padding: 10px 15px
}

.news-main .content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2c5a50;
    margin: 20px 3px
}

.news-main .content p {
    font-size: 13px;
    color: #444;
    line-height: 1.5
}

.news-side {
    flex: 1 1 35%;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.news-side .card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    cursor: pointer;
    transition: transform .3s,box-shadow .3s
}

.news-side .card img {
    width: 130px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover
}

.news-side .card .card-content {
    flex: 1
}

.news-side .card .card-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2c5a50;
    margin-bottom: 5px;
    line-height: 1.7
}

.news-side .card .card-content p {
    font-size: 13px;
    color: #555;
    line-height: 1.7
}

.news-main:hover,.news-side .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,.15)
}

.info-section {
    background: linear-gradient(27deg,#e7ebf1,#e7ebf1)
}

.columns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.column {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.card {
    background: #fff;
    border: 3px solid #d8e9e5;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    transition: transform .3s,box-shadow .3s;
    cursor: pointer
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,.15)
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    color: #2c5a50;
    margin-bottom: 8px
}

.card-date {
    font-size: 13px;
    color: #8f3f0f;
    margin-bottom: 5px
}

.card-summary {
    font-size: 14px;
    color: #444;
    line-height: 1.5
}

.tech-section {
    background: linear-gradient(27deg,#e7ebf1,#e7ebf1)
}

.tech-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between
}

.tech-card {
    flex: 1 1 calc(25% - 15px);
    border: 3px solid #d8e9e5;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0,0,0,.08);
    transition: transform .3s,box-shadow .3s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    min-width: 220px
}

.tech-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    text-align: center;
    margin-top: 20px
}

.tech-card .card-content {
    padding: 15px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.tech-card .card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c5a50;
    text-align: center;
}

.tech-card .card-summary {
    font-size: 14px;
    color: #444;
    line-height: 1.5
}

.tech-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,.15)
}

.stats-section {
    background: linear-gradient(135deg,#d4e1f4,#d4e1f4)
}

.stats-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between
}

.stats-card {
    flex: 1 1 calc(20% - 15px);
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 6px 15px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform .3s,box-shadow .3s;
    cursor: pointer;
    min-width: 180px
}

.stats-card img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    margin-bottom: 15px;
    object-fit: cover
}

.stats-card .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 8px
}

.stats-card .card-summary {
    font-size: 13px;
    color: #555;
    line-height: 1.5
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,.15)
}

@media (max-width: 1200px) {
    .tool-card {
        flex:1 1 calc(20% - 15px)
    }
}

@media (max-width: 1024px) {
    .tool-card {
        flex:1 1 calc(25% - 15px)
    }

    .tech-card {
        flex: 1 1 calc(50% - 15px)
    }

    .news-container {
        flex-direction: column
    }

    .news-main,.news-side {
        flex: 1 1 100%
    }

    .stats-card {
        flex: 1 1 calc(33% - 15px)
    }
}

@media (max-width: 768px) {
    .tool-card {
        flex:1 1 calc(33% - 15px)
    }

    .stats-card {
        flex: 1 1 calc(50% - 15px)
    }
}

@media (max-width: 480px) {
    .stats-card,.tech-card,.tool-card {
        flex:1 1 100%
    }

    .columns {
        flex-direction: column
    }

    .column {
        flex: 1 1 100%
    }
}

/* SmartMenus hover normalization
   Keep hover on the active link only; open ancestors receive a quieter state. */
@media (min-width: 992px) {
    .header__menu .sm-simple li,
    .header__menu .sm-simple li:hover,
    .header__menu .sm-simple li.highlighted,
    .header__menu .sm-simple ul li,
    .header__menu .sm-simple ul li:hover {
        background: transparent!important
    }

    .header__menu .sm-simple > li > a,
    .header__menu .sm-simple > li > a:active,
    .header__menu .sm-simple > li > a.highlighted {
        color: #fff!important
    }

    .header__menu .sm-simple > li > a.highlighted {
        background: rgba(255,255,255,.1)!important
    }

    .header__menu .sm-simple > li > a:hover,
    .header__menu .sm-simple > li > a:focus-visible {
        background: rgba(255,255,255,.16)!important;
        color: #fff!important
    }

    .header__menu .sm-simple ul a,
    .header__menu .sm-simple ul a:active {
        padding: 11px 18px 11px 14px;
        background: transparent!important;
        color: var(--hums-heading)!important;
        transition: color .18s ease,background-color .18s ease,padding .18s ease
    }

    .header__menu .sm-simple ul a.highlighted {
        padding-inline-start: 18px;
        background: rgba(231,240,237,.58)!important;
        color: var(--hums-primary-dark)!important
    }

    .header__menu .sm-simple ul li > a:hover,
    .header__menu .sm-simple ul li > a:focus-visible {
        padding-inline-start: 21px;
        background: linear-gradient(90deg,rgba(216,169,71,.13),rgba(231,240,237,.94))!important;
        color: var(--hums-primary-dark)!important
    }

    .header__menu .sm-simple ul li > a::before {
        opacity: 0;
        transform: scaleY(.35)
    }

    .header__menu .sm-simple ul li > a.highlighted::before {
        opacity: .45;
        transform: scaleY(.72)
    }

    .header__menu .sm-simple ul li > a:hover::before,
    .header__menu .sm-simple ul li > a:focus-visible::before {
        opacity: 1;
        transform: scaleY(1)
    }

    .header__menu .sm-simple ul li:hover > a:not(:hover):not(:focus-visible) {
        background: transparent!important;
        color: var(--hums-heading)!important
    }

    .header__menu .sm-simple ul li:hover > a.highlighted:not(:hover):not(:focus-visible) {
        background: rgba(231,240,237,.58)!important;
        color: var(--hums-primary-dark)!important
    }

    .header__menu .sm-simple a:focus-visible {
        outline: 2px solid var(--hums-accent);
        outline-offset: 2px
    }
}

:root {
    --hums-primary: #2c5a50;
    --hums-primary-dark: #173d36;
    --hums-primary-soft: #e7f0ed;
    --hums-primary-line: #c8ddd7;
    --hums-secondary: #315f72;
    --hums-accent: #d8a947;
    --hums-accent-soft: #fff5dc;
    --hums-surface: #ffffff;
    --hums-page: #f4f7f5;
    --hums-muted: #60746f;
    --hums-heading: #17332e;
    --hums-shadow: 0 18px 45px rgba(23, 61, 54, 0.1)
}

body {
    background: var(--hums-page);
    color: var(--hums-heading)
}

.wrapper {
    background: linear-gradient(180deg,rgba(231,240,237,.82) 0,rgba(244,247,245,0) 420px),var(--hums-page)
}

.sec__header {
    background: var(--hums-surface);
    border-bottom-color: rgba(44,90,80,.14);
    box-shadow: 0 12px 30px rgba(23,61,54,.1);
    z-index: 999
}

.sec__header .header__top {
    background: var(--hums-primary-dark)
}

.sec__header .header__down {
    background: linear-gradient(270deg,var(--hums-primary-dark) 0,var(--hums-primary) 100%)
}

.niafam-search:before,.niafam-wifi:before,.search-lang .lang,.search-lang .rss i {
    color: #fff
}

.search-lang p {
    border-inline-color:rgba(255,255,255,.5)}

.sm-simple a,.sm-simple a:active,.sm-simple a:focus,.sm-simple a:hover {
    color: #fff
}

.sm-simple ul {
    border-color: rgba(44,90,80,.16);
    box-shadow: 0 18px 38px rgba(23,61,54,.13)
}

.sm-simple ul a,.sm-simple ul a:active,.sm-simple ul a:focus,.sm-simple ul a:hover {
    color: var(--hums-heading)
}

.sm-simple ul a:focus,.sm-simple ul a:hover {
    background: var(--hums-primary-soft);
    color: var(--hums-primary-dark)
}

.slider {
    background: radial-gradient(circle at 18% 12%,rgba(216,169,71,.12),transparent 26%),linear-gradient(180deg,#eef6f3 0,#f8faf8 100%)
}

.slider .slider__carousel-item {
    background: linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,251,249,.96)),var(--hums-surface);
    border-color: rgba(44,90,80,.16);
    box-shadow: none
}

.slider .carousel .carousel-cell .pic__slider {
    background: linear-gradient(135deg,var(--hums-primary-soft),#dbe8e4);
    box-shadow: 0 18px 42px rgba(23,61,54,.14)
}

.card-title,.news-main .content h3,.news-side .card .card-content h4,.slider .carousel .slide__text .title__p h4,.stats-card .card-title,.tech-card .card-title,.tool-card .card-title,h2.section-title {
    color: var(--hums-heading);
    line-height: normal;
    margin-right: 25px;
    font-size: 18px;
}

h2.section-title>span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

h2.section-title>span::before {
    content: none
}

.section-title-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    filter: drop-shadow(0 8px 14px rgba(44,90,80,.16))
}

.section-title-icon__bg {
    fill: var(--hums-primary-soft);
    stroke: var(--hums-primary);
    stroke-width: 1.6
}

.section-title-icon__mark {
    fill: none;
    stroke: var(--hums-accent);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.card-summary,.news-main .content p,.news-side .card .card-content p,.slider__description,.stats-card .card-summary,.tech-card .card-summary {
    color: var(--hums-muted);
margin-right: 25px;
text-align: justify;
}

.importan__news .group-title .more__news a,.latest__news .more__news a,.slider .slider__carousel-item .slider__carousel-link {
    background: linear-gradient(270deg,var(--hums-primary-dark) 0,var(--hums-primary) 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(44,90,80,.22)
}

.slider .slider__carousel-item .slider__carousel-link:hover {
    background: linear-gradient(270deg,#12352f 0,#356b60 100%);
    transform: translateY(-2px)
}

.slider .carousel .flickity-button {
    color: var(--hums-primary);
    border: 1px solid rgba(44,90,80,.12);
    box-shadow: 0 10px 25px rgba(23,61,54,.14)
}

.slider .carousel .flickity-page-dots .dot {
    width: 9px;
    height: 9px;
    margin: 0;
    background: rgba(44,90,80,.28);
    opacity: 1;
    transition: width .22s ease,background-color .22s ease
}

.slider .carousel .flickity-page-dots .dot.is-selected {
    width: 28px;
    border-radius: 999px;
    background: var(--hums-accent)!important
}

.section {
    background: var(--hums-surface);
    border: 1px solid rgba(44,90,80,.1);
    box-shadow: 0 14px 35px rgba(23,61,54,.06)
}

.info-section,.news-section,.stats-section,.tech-section,.tools-section {
    background: linear-gradient(135deg,rgba(231,240,237,.92),rgba(255,255,255,.96)),var(--hums-surface)
}

.card,.news-main,.news-side .card,.stats-card,.tech-card,.tool-card {
    background: var(--hums-surface);
    border-color: var(--hums-primary-line);
    box-shadow: 0 10px 28px rgba(23,61,54,.08)
}

.card:hover,.news-main:hover,.news-side .card:hover,.stats-card:hover,.tech-card:hover,.tool-card:hover {
    border-color: rgba(216,169,71,.7);
    box-shadow: 0 18px 38px rgba(23,61,54,.14)
}

.card-date {
    color: #9a6b1f
}

.stats-card img,.tool-card img {
    background: var(--hums-primary-soft);
    border: 1px solid rgba(44,90,80,.12)
}

.tech-card img {
    background: linear-gradient(135deg,rgba(44,90,80,.92),rgba(49,95,114,.86)),var(--hums-primary)
}

.search-area {
    background: rgba(23,61,54,.92)
}

.accessibility__btn,.accessibility__tooltip,.alert-info,.classes_list .button-item.active,.classes_list .button-item:hover,.rvfs-decrease:hover,.rvfs-increase:hover,.search-area__close-btn,.text-customize button:hover {
    background: var(--hums-accent);
    color: #111827
}

.sec__header .header__down {
    background: var(--hums-surface)
}

.header__down .header__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 10px 0 8px
}

.header__logo a {
    display: inline-flex;
    align-items: center
}

.header__logo a img {
    height: 72px;
    margin: 0;
    object-fit: contain;
    filter: brightness(0) saturate(100%)
}

.sec__header .header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: 0 0;
    min-width: max-content
}

.header__actions.sticky {
    display: flex
}

.header__actions .head-top__left {
    display: flex;
    align-items: center
}

.header__actions .search-lang {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 14px
}

.header__actions .search-lang a,.header__actions .search-lang p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid rgba(44,90,80,.14);
    border-radius: 999px;
    background: var(--hums-primary-soft);
    color: var(--hums-primary-dark);
    box-shadow: 0 8px 18px rgba(23,61,54,.06)
}

.header__actions .search-lang p {
    cursor: pointer
}

.header__actions .search-lang a:hover,.header__actions .search-lang p:hover {
    background: var(--hums-primary);
    color: #fff;
    transform: translateY(-1px)
}

.header__actions .search-lang a:hover i::before,.header__actions .search-lang p:hover i::before {
    color: #fff
}

.header__actions .niafam-search:before,.header__actions .niafam-wifi:before,.header__actions .search-lang .lang {
    color: var(--hums-primary-dark)
}

.header__menu {
    position: relative;
    z-index: 900;
    width: 100%;
    margin: 0 0 14px;
    padding: 0 14px;
    border-radius: 14px;
    background: linear-gradient(270deg,var(--hums-primary-dark) 0,var(--hums-primary) 100%);
    box-shadow: 0 14px 32px rgba(23,61,54,.14)
}

.header__menu.is-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    width: min(1320px,calc(100% - 32px));
    margin: 0;
    transform: translateX(-50%);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 18px 42px rgba(23,61,54,.2);
    animation: menuDropIn .22s ease both
}

.header__menu-placeholder {
    display: none
}

.header__menu-placeholder.is-active {
    display: block
}

@keyframes menuDropIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0)
    }
}

.header__menu .es-navbar {
    width: 100%
}

.header__menu .sm-simple {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px 8px;
    background: 0 0
}

.header__menu .sm-simple>li {
    flex: 0 0 auto
}

.header__menu .sm-simple>li>a {
    position: relative;
    min-height: 50px;
    padding: 14px 13px;
    border-radius: 10px;
    color: #fff;
    line-height: 1.6;
    overflow: hidden;
    transition: background-color .2s ease,color .2s ease,transform .2s ease
}

.header__menu .sm-simple>li>a::after {
    content: "";
    position: absolute;
    right: 16px;
    left: 16px;
    bottom: 8px;
    height: 3px;
    border-radius: 999px;
    background: var(--hums-accent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease
}

.header__menu .sm-simple>li:hover>a,.header__menu .sm-simple>li>a:focus,.header__menu .sm-simple>li>a:hover {
    background: rgba(255,255,255,.14);
    color: #fff;
    transform: translateY(-1px)
}

.header__menu .sm-simple>li:hover>a::after,.header__menu .sm-simple>li>a:focus::after,.header__menu .sm-simple>li>a:hover::after {
    transform: scaleX(1)
}

.header__menu .sm-simple ul {
    min-width: 240px;
    padding: 8px;
    border: 1px solid rgba(44,90,80,.14);
    border-radius: 12px;
    background: #fff;
    overflow: visible
}

.header__menu .sm-simple ul a {
    position: relative;
    border-radius: 8px;
    padding: 10px 18px 10px 12px;
    line-height: 1.8;
    color: var(--hums-heading);
    transition: background-color .18s ease,color .18s ease,padding-inline-start .18s ease
}

.header__menu .sm-simple ul a::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 7px;
    width: 3px;
    border-radius: 999px;
    background: var(--hums-accent);
    opacity: 0;
    transform: scaleY(.4);
    transition: opacity .18s ease,transform .18s ease
}

.header__menu .sm-simple ul a:focus,.header__menu .sm-simple ul a:hover,.header__menu .sm-simple ul li:hover>a {
    background: linear-gradient(90deg,rgba(216,169,71,.12),rgba(231,240,237,.95));
    color: var(--hums-primary-dark);
    padding-inline-start:18px}

.header__menu .sm-simple ul a:focus::before,.header__menu .sm-simple ul a:hover::before,.header__menu .sm-simple ul li:hover>a::before {
    opacity: 1;
    transform: scaleY(1)
}

.header__menu .sm-simple ul ul {
    margin-inline-start:8px}

.header__menu .sm-simple a .sub-arrow {
    border-color: currentColor transparent transparent transparent;
    opacity: .78
}

.header__menu .sm-simple a:hover .sub-arrow,.header__menu .sm-simple li:hover>a .sub-arrow {
    opacity: 1
}

@media (max-width: 991.98px) {
    .header__down .header__bottom {
        padding:10px 0
    }

    .header__logo a img {
        height: 58px
    }

    .header__actions .search-lang a,.header__actions .search-lang p {
        min-width: 38px;
        height: 38px;
        padding: 0 11px
    }

    .header__menu {
        display: flex;
        justify-content: flex-start;
        width: auto;
        margin: 0 0 12px;
        padding: 10px;
        border-radius: 12px
    }

    .header__menu .sm-simple {
        display: none
    }
}

@media (max-width: 575.98px) {
    .header__down .header__bottom {
        gap:12px
    }

    .header__actions .search-lang {
        gap: 5px
    }

    .header__actions .search-lang .rss {
        display: none
    }
}

.section {
    position: relative;
    max-width: 1290px;
    margin: 40px auto;
    padding: 30px;
    border-radius: 24px;
    overflow: hidden
}

.section::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(135deg,rgba(216,169,71,.12),transparent 28%),radial-gradient(circle at 8% 12%,rgba(49,95,114,.08),transparent 30%)
}

.section>* {
    position: relative;
    z-index: 1
}

h2.section-title {
    margin-bottom: 24px;
    text-align: right!important
}

h2.section-title>span {
    font-size: 20px!important;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: 0
}

.stats-cards,.tech-cards,.tools-cards {
    display: grid;
    gap: 18px
}

.tools-cards {
    grid-template-columns: repeat(7,minmax(0,1fr))
}

.stats-cards,.tech-cards {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.card,.news-main,.news-side .card,.stats-card,.tech-card,.tool-card {
    position: relative;
    border-width: 1px;
    border-radius: 16px;
    transition: transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease
}

.card::after,.news-side .card::after,.stats-card::after,.tech-card::after,.tool-card::after {
    content: "";
    position: absolute;
    inset-inline: 18px;
    bottom: 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg,var(--hums-accent),var(--hums-primary));
    opacity: 0;
    transform: scaleX(.55);
    transition: opacity .22s ease,transform .22s ease
}

.card:hover::after,.news-side .card:hover::after,.stats-card:hover::after,.tech-card:hover::after,.tool-card:hover::after {
    opacity: 1;
    transform: scaleX(1)
}

.card:hover,.news-main:hover,.news-side .card:hover,.stats-card:hover,.tech-card:hover,.tool-card:hover {
    transform: translateY(-6px);
    background: linear-gradient(180deg,#fff,#fbfdfc)
}

.tool-card {
    min-height: 154px;
    padding: 18px 12px
}

.tool-card a {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.tool-card img {
    width: 64px;
    height: 64px;
    padding: 10px;
    border-radius: 18px;
    object-fit: contain;
    margin: 0;
    transition: transform .22s ease,background-color .22s ease
}

.tool-card:hover img {
    transform: translateY(-2px) scale(1.04);
    background: var(--hums-accent-soft)
}

.tool-card .card-title {
    font-size: 13px;
    line-height: 1.8
}

.news-container {
    display: grid;
    grid-template-columns: minmax(0,60%) minmax(280px,40%);
    gap: 22px;
    align-items: stretch
}

.news-main {
    display: flex;
    flex-direction: column;
    aspect-ratio: 3/2;
    width: 100%;
    min-height: 0;
    border-radius: 18px;
    overflow: hidden
}

.news-main>a {
    display: block;
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: var(--hums-primary-soft)
}

.news-main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .28s ease
}

.news-main:hover img {
    transform: scale(1.035)
}

.news-main .content {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 88px 24px 24px;
    background: linear-gradient(180deg,rgba(23,61,54,0),rgba(23,61,54,.82));
    color: #fff
}

.news-main .content h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.8;
    color: #fff
}

.news-main .content p {
    color: rgba(255,255,255,.82)
}

.news-side {
    gap: 14px;
    height: 100%;
    max-height: calc((1200px - 22px) * .6 * 2 / 3);
    overflow-y: auto;
    overflow-x: hidden;
    padding-inline-end:4px;scrollbar-width: thin;
    scrollbar-color: rgba(44,90,80,.35) transparent
}

.news-side::-webkit-scrollbar {
    width: 6px
}

.news-side::-webkit-scrollbar-track {
    background: transparent
}

.news-side::-webkit-scrollbar-thumb {
    background: rgba(44,90,80,.35);
    border-radius: 999px
}

.news-side .card {
    align-items: center;
    min-height: 118px;
    padding: 12px
}

.news-side .card>a {
    flex: 0 0 126px;
    align-self: stretch;
    overflow: hidden;
    border-radius: 12px;
    background: var(--hums-primary-soft)
}

.news-side .card img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
    object-fit: cover;
    transition: transform .25s ease
}

.news-side .card:hover img {
    transform: scale(1.05)
}

.news-side .card .card-content h4 {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.75;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-side .card .card-content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.info-section .columns {
    display: block
}

.info-section .column {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px
}

.info-section .card {
    position: relative;
    min-height: 0;
    padding: 14px 16px;
    border: 1px solid var(--hums-primary-line);
    border-radius: 16px;
    background: linear-gradient(180deg,#fff,#fafdfc);
    overflow: hidden;
    transition: transform .28s ease,box-shadow .28s ease,border-color .28s ease
}

.info-section .card::after {
    display: none
}

.info-section .card:hover {
    transform: translateY(-4px);
    border-color: rgba(216,169,71,.6);
    box-shadow: 0 18px 40px rgba(23,61,54,.13)
}

.info-section .card a {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: stretch;
    gap: 16px
}

.card-date {
    display: inline-flex;
    align-self: flex-start;
    margin: 4px 0 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--hums-accent-soft);
    color: #805715;
    font-size: 12px
}

.card-datebox {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 58px;
    border-radius: 13px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--hums-primary-line);
    text-align: center;
    box-shadow: 0 6px 16px rgba(23,61,54,.1);
    transition: transform .28s ease,box-shadow .28s ease,border-color .28s ease
}

.card-datebox__month {
    padding: 4px 4px 3px;
    background: linear-gradient(180deg,#e9b955,var(--hums-accent));
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0 1px 1px rgba(120,78,10,.28)
}

.card-datebox__day {
    padding: 6px 4px 0;
    color: var(--hums-primary-dark);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.5px
}

.card-datebox__year {
    padding: 2px 4px 6px;
    color: var(--hums-muted);
    font-size: 9.5px;
    font-weight: 600
}

.info-section .card:hover .card-datebox {
    transform: translateY(-2px);
    border-color: rgba(216,169,71,.6);
    box-shadow: 0 12px 24px rgba(216,169,71,.22)
}

.card-body {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    justify-content: center
}

.info-section .card-title {
    margin: 0 0 7px;
    color: var(--hums-heading);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.75;
    transition: color .2s ease;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.info-section .card:hover .card-title {
    color: var(--hums-primary)
}

.info-section .card-summary {
    margin: 0;
    color: var(--hums-muted);
    font-size: 12.5px;
    line-height: 1.85;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.info-section .card-summary:empty {
    display: none
}

.tech-card {
    min-height: 330px;
    border-radius: 18px
}

.tech-card img {
    width: calc(100% - 32px);
    height: 138px;
    margin: 16px 16px 0;
    border-radius: 16px;
    object-fit: cover
}

.tech-card .card-content {
    padding: 18px 20px 22px
}

.tech-card .card-title {
    text-align: center;
    font-size: 18px;
    line-height: 1.7
}

.tech-card .card-summary {
    line-height: 1.9
}

.stats-card {
    align-items: flex-start;
    min-height: 190px;
    padding: 22px;
    text-align: right
}

.stats-card img {
    width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 16px;
    object-fit: contain;
    margin-bottom: 16px
}

.stats-card .card-title {
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
}

.stats-card .card-summary {
    line-height: 1.9;
    text-align: center;
}

/* اداره آمار — گرید ۴تایی با آیکن */
.stats-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
    padding: 24px 20px;
    text-align: center;
    border: 1px solid var(--hums-primary-line);
    border-radius: 18px;
    background: #fff
}

.stats-card__icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: 16px;
    border: 1px solid rgba(44,90,80,.1);
    border-radius: 16px;
    background: linear-gradient(145deg,var(--hums-primary-soft),#fff);
    color: var(--hums-primary);
    transition: border-color .22s ease,transform .22s ease,color .22s ease
}

.stats-card__icon svg {
    width: 30px;
    height: 30px
}

.stats-card:hover .stats-card__icon {
    border-color: rgba(216,169,71,.5);
    color: var(--hums-primary-dark);
    transform: translateY(-2px)
}

/* تازه‌های فناوری — گرید بنتو */
.tech-bento {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-auto-rows: minmax(118px,auto);
    gap: 16px
}

.tech-news {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--hums-primary-line);
    border-radius: 18px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(23,61,54,.08);
    transition: transform .22s ease,box-shadow .22s ease,border-color .22s ease
}

.tech-news:hover {
    transform: translateY(-5px);
    border-color: rgba(216,169,71,.6);
    box-shadow: 0 18px 40px rgba(23,61,54,.14)
}

.tech-news__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    padding: 15px 17px
}

.tech-news__cat {
    align-self: flex-start;
    padding: 4px 11px;
    border-radius: 999px;
    background: var(--hums-primary-soft);
    color: var(--hums-primary-dark);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.6
}

.tech-news__title {
    color: var(--hums-heading);
    font-size: 14.5px;
    font-weight: 800;
    line-height: 1.75;
    transition: color .2s ease;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.tech-news:hover .tech-news__title {
    color: var(--hums-primary)
}

.tech-news__text {
    color: var(--hums-muted);
    font-size: 12.5px;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.tech-news__date {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    color: #8a5a12;
    font-size: 11.5px;
    font-weight: 700
}

.tech-news__date::before {
    content: "";
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2a1 1 0 0 1 1 1v1h8V3a1 1 0 1 1 2 0v1h1a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1V3a1 1 0 0 1 1-1Zm12 7H5v10h14V9Z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2a1 1 0 0 1 1 1v1h8V3a1 1 0 1 1 2 0v1h1a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1V3a1 1 0 0 1 1-1Zm12 7H5v10h14V9Z'/%3E%3C/svg%3E") center/contain no-repeat
}

.tech-news--featured {
    grid-column: span 2;
    grid-row: span 2;
    color: #fff;
    border-color: transparent;
    background: linear-gradient(150deg,var(--hums-primary),var(--hums-primary-dark))
}

.tech-news--featured .tech-news__img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tech-news--featured::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(160deg,rgba(15,42,37,.35) 0,rgba(15,42,37,.72) 55%,rgba(15,42,37,.94) 100%);
    pointer-events: none
}

.tech-news--featured .tech-news__media,
.tech-news--featured .tech-news__body {
    position: relative;
    z-index: 2
}

.tech-news--featured .tech-news__media {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-start;
    min-height: 120px;
    padding: 20px;
    overflow: hidden
}

.tech-news--featured .tech-news__media::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    inset-block-start: -54px;
    inset-inline-start: -46px;
    border: 1.5px solid rgba(255,255,255,.14);
    border-radius: 50%;
    pointer-events: none
}

.tech-news--featured .tech-news__cat {
    background: rgba(255,255,255,.16);
    color: #fff
}

.tech-news--featured .tech-news__body {
    gap: 10px;
    padding: 0 22px 22px
}

.tech-news--featured .tech-news__title,
.tech-news--featured:hover .tech-news__title {
    color: #fff;
    font-size: 20px;
    line-height: 1.85;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.tech-news--featured .tech-news__text {
    color: rgba(255,255,255,.86);
    font-size: 13.5px;
    line-height: 1.95;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.tech-news--featured .tech-news__date {
    color: rgba(255,255,255,.92)
}

@media (max-width: 991.98px) {
    .tech-bento {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .tech-news--featured {
        grid-column: 1 / -1;
        grid-row: auto
    }

    .tech-news--featured .tech-news__media {
        min-height: 96px
    }
}

@media (max-width: 575.98px) {
    .tech-bento {
        grid-template-columns: 1fr
    }

    .tech-news--featured {
        grid-column: auto
    }
}

@media (max-width: 1199.98px) {
    .tools-cards {
        grid-template-columns:repeat(4,minmax(0,1fr))
    }

    .stats-cards,.tech-cards {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 991.98px) {
    .section {
        margin:28px 16px;
        padding: 24px
    }

    .news-container {
        grid-template-columns: 1fr
    }

    .info-section .column {
        grid-template-columns: 1fr
    }
}

@media (max-width: 575.98px) {
    .section {
        margin:22px 12px;
        padding: 18px;
        border-radius: 18px
    }

    h2.section-title>span {
        font-size: 19px!important
    }

    .stats-cards,.tech-cards,.tools-cards {
        grid-template-columns: 1fr
    }

    .news-side .card {
        align-items: stretch;
        flex-direction: column
    }

    .news-side .card>a {
        flex-basis: auto;
        aspect-ratio: 16/9
    }
}

.section.has-section-carousel {
    overflow: visible
}

.section-carousel {
    display: block!important;
    direction: rtl;
    margin-inline:-18px;padding: 10px 9px 16px
}

.section-carousel .flickity-viewport {
    overflow: visible;
    padding: 0;
    clip-path: inset(-34px 0 -44px 0)
}

.section-carousel .flickity-slider {
    direction: rtl
}

.section-carousel .flickity-prev-next-button.previous {
    right: 10px;
    left: auto
}

.section-carousel .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.section-carousel .flickity-button {
    width: 40px;
    height: 40px;
    background: #fff;
    color: var(--hums-primary);
    border: 1px solid rgba(44,90,80,.12);
    box-shadow: 0 10px 24px rgba(23,61,54,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) scale(.92);
    transition: opacity .22s ease,visibility .22s ease,transform .22s ease,background-color .22s ease,color .22s ease
}

.section-carousel:hover .flickity-button,.section-carousel:focus-within .flickity-button {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1)
}

.section-carousel .flickity-button:hover {
    background: var(--hums-primary);
    color: #fff
}

.section-carousel .flickity-page-dots {
    bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    padding-inline:9px;text-align: right
}

.section-carousel .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin: 0;
    background: rgba(44,90,80,.26);
    opacity: 1;
    transition: width .22s ease,background-color .22s ease
}

.section-carousel .flickity-page-dots .dot.is-selected {
    width: 26px;
    border-radius: 999px;
    background: var(--hums-accent)
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.section-title-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto
}

.section-archive-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 30px;
    padding: 6px 12px 6px 8px;
    border: 1px solid rgba(44,90,80,.14);
    border-radius: 999px;
    background: rgba(231,240,237,.72);
    color: var(--hums-primary-dark);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 5px 14px rgba(23,61,54,.06);
    transition: background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease
}

.section-archive-link svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.section-archive-link:hover {
    background: var(--hums-primary);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(44,90,80,.18)
}

.section-title .section-carousel-dots {
    position: static;
    inset: auto;
    transform: none;
    width: auto;
    margin: 0;
    padding: 7px 12px;
    border: 1px solid rgba(44,90,80,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 10px 24px rgba(23,61,54,.1);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px
}

.section-title .section-carousel-dots .dot {
    width: 9px;
    height: 9px;
    margin: 0;
    background: rgba(44,90,80,.28);
    opacity: 1;
    transition: width .22s ease,background-color .22s ease
}

.section-title .section-carousel-dots .dot.is-selected {
    width: 28px;
    border-radius: 999px;
    background: var(--hums-accent)
}

.section-title .section-carousel-dots+.section-carousel-dots {
    display: none
}

.section-carousel .tool-card,.section-carousel .tech-card,.section-carousel .stats-card {
    display: flex;
    direction: rtl;
    width: calc(25% - 24px);
    margin: 0 12px;
    min-height: 100%
}

.section-carousel .tool-card {
    width: calc(16.666% - 24px)
}

.section-carousel .tool-card a {
    width: 100%
}

.section-carousel .tech-card,.section-carousel .stats-card {
    width: calc(25% - 24px)
}

@media (max-width: 1199.98px) {
    .section-carousel .tool-card {
        width:calc(25% - 24px)
    }

    .section-carousel .tech-card,.section-carousel .stats-card {
        width: calc(50% - 24px)
    }
}

@media (max-width: 767.98px) {
    .section-carousel .tool-card,.section-carousel .tech-card,.section-carousel .stats-card {
        width:calc(72% - 24px)
    }

    .section-carousel .flickity-button {
        display: none
    }

    .section-title {
        align-items: flex-start;
        flex-direction: column
    }

    .section-title-actions {
        width: 100%;
        justify-content: space-between
    }

    .news-side {
        max-height: none;
        overflow: visible;
        padding-inline-end:0}
}

@media (max-width: 480px) {
    .section-carousel .tool-card,.section-carousel .tech-card,.section-carousel .stats-card {
        width:calc(88% - 24px)
    }

    .section-archive-link {
        font-size: 10px;
        padding-inline:8px}
}

/* IT resources tabs */
.resources-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,rgba(231,240,237,.94),rgba(255,255,255,.98)),var(--hums-surface)
}

.resources-section__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px
}

.resources-section__header .section-title {
    margin: 0;
    flex: 0 0 auto
}

.resources-section__lead {
    max-width: 620px;
    margin: 0;
    color: var(--hums-muted);
    font-size: 14px;
    line-height: 2;
    text-align: right
}

.resources-tabs {
    display: grid;
    gap: 20px
}

.resources-tabs__nav {
    position: relative;
    display: inline-flex;
    justify-self: start;
    align-items: center;
    gap: 4px;
    padding: 5px;
    border: 1px solid rgba(44,90,80,.12);
    border-radius: 999px;
    background: linear-gradient(180deg,rgba(255,255,255,.92),rgba(231,240,237,.7));
    box-shadow: 0 10px 26px rgba(23,61,54,.07),inset 0 1px 0 rgba(255,255,255,.6);
    backdrop-filter: blur(6px)
}

.resources-tabs__indicator {
    position: absolute;
    z-index: 0;
    inset-block: 5px;
    left: 0;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(135deg,var(--hums-primary),var(--hums-primary-dark));
    box-shadow: 0 8px 18px rgba(44,90,80,.26);
    transition: transform .34s cubic-bezier(.4,0,.2,1),width .34s cubic-bezier(.4,0,.2,1);
    will-change: transform,width
}

.resources-tabs__button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    appearance: none;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--hums-heading);
    cursor: pointer;
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.6;
    white-space: nowrap;
    padding: 7px 15px;
    transition: color .25s ease
}

.resources-tabs__icon {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    opacity: .75;
    transition: transform .25s ease,opacity .25s ease
}

.resources-tabs__button:hover:not(.is-active) {
    color: var(--hums-primary-dark)
}

.resources-tabs__button:hover:not(.is-active) .resources-tabs__icon {
    transform: translateY(-1px) scale(1.08);
    opacity: 1
}

.resources-tabs__button.is-active {
    color: #fff
}

.resources-tabs__button.is-active .resources-tabs__icon {
    opacity: 1
}

.resources-tabs__button:focus-visible {
    outline: 3px solid rgba(216,169,71,.45);
    outline-offset: 2px
}

@media (prefers-reduced-motion: reduce) {
    .resources-tabs__indicator {
        transition: none
    }
}

.resources-tabs__content {
    min-height: 260px
}

.resources-tabs__panel {
    animation: resourcesPanelIn .22s ease both
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px
}

.resource-card {
    position: relative;
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 18px;
    border: 1px solid var(--hums-primary-line);
    border-radius: 16px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(23,61,54,.08);
    transition: transform .22s ease,box-shadow .22s ease,border-color .22s ease
}

.resource-card::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 132px;
    height: 132px;
    inset-block-end: -54px;
    inset-inline-start: -50px;
    border: 1.5px solid rgba(44,90,80,.12);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%,rgba(216,169,71,.1),transparent 70%);
    transition: transform .45s cubic-bezier(.22,.61,.36,1),border-color .45s ease
}

.resource-card > * {
    position: relative;
    z-index: 1
}

.resource-card:hover {
    transform: translateY(-5px);
    border-color: rgba(216,169,71,.7);
    box-shadow: 0 18px 38px rgba(23,61,54,.14)
}

.resource-card:hover::before {
    transform: scale(1.4) translate(6px,-6px);
    border-color: rgba(216,169,71,.4)
}

.resource-card__icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border: 1px solid rgba(44,90,80,.1);
    border-radius: 15px;
    background: linear-gradient(145deg,var(--hums-primary-soft),#fff);
    overflow: hidden;
    transition: border-color .22s ease,transform .22s ease
}

.resource-card__icon img {
    width: 36px;
    height: 36px;
    object-fit: contain
}

.resource-card:hover .resource-card__icon {
    border-color: rgba(216,169,71,.5);
    transform: translateY(-1px)
}

.resource-card__title {
    margin: 0 0 8px;
    color: var(--hums-heading);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.7
}

.resource-card__text {
    margin: 0;
    color: var(--hums-muted);
    font-size: 13px;
    line-height: 1.8
}

.resource-card__link {
    position: absolute;
    z-index: 2;
    inset-block-start: 14px;
    inset-inline-end: 14px;
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(216,169,71,.4);
    border-radius: 50%;
    background: var(--hums-accent-soft);
    color: #8a5a12;
    font-size: 0;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(216,169,71,.18);
    transition: background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease
}

.resource-card__link::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a1 1 0 0 1 1 1v9.6l2.3-2.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.4l2.3 2.3V4a1 1 0 0 1 1-1Zm-7 15a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a1 1 0 0 1 1 1v9.6l2.3-2.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.4l2.3 2.3V4a1 1 0 0 1 1-1Zm-7 15a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Z'/%3E%3C/svg%3E") center/contain no-repeat
}

.resource-card:hover .resource-card__link {
    background: var(--hums-accent);
    color: #3a2708;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(216,169,71,.3)
}

.resources-list {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px
}

.resource-list-item {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 13px;
    row-gap: 3px;
    padding: 13px 15px;
    border: 1px solid var(--hums-primary-line);
    border-radius: 14px;
    background: #fff;
    color: var(--hums-heading);
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(23,61,54,.07);
    transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease
}

.resource-list-item::before {
    content: "";
    grid-row: 1 / span 2;
    grid-column: 1;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(44,90,80,.1);
    border-radius: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c5a50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 3v5h5'/%3E%3C/svg%3E"),linear-gradient(145deg,var(--hums-primary-soft),#fff);
    background-position: center,center;
    background-size: 20px 20px,100% 100%;
    background-repeat: no-repeat,no-repeat;
    transition: border-color .22s ease
}

.resource-list-item:hover {
    transform: translateY(-3px);
    border-color: rgba(216,169,71,.7);
    box-shadow: 0 15px 30px rgba(23,61,54,.12)
}

.resource-list-item:hover::before {
    border-color: rgba(216,169,71,.5)
}

.resource-list-item span {
    grid-row: 1;
    grid-column: 2;
    color: var(--hums-heading);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.65;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.resource-list-item small {
    grid-row: 2;
    grid-column: 2;
    justify-self: start;
    color: var(--hums-muted);
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.5
}

.resource-list-item strong {
    grid-row: 1 / span 2;
    grid-column: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--hums-accent-soft);
    color: #805715;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    transition: background-color .22s ease,color .22s ease
}

.resource-list-item strong::after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a1 1 0 0 1 1 1v9.6l2.3-2.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.4l2.3 2.3V4a1 1 0 0 1 1-1Zm-7 15a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a1 1 0 0 1 1 1v9.6l2.3-2.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.4l2.3 2.3V4a1 1 0 0 1 1-1Zm-7 15a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Z'/%3E%3C/svg%3E") center/contain no-repeat
}

.resource-list-item:hover strong {
    background: var(--hums-accent);
    color: #3a2708
}

.resources-course-layout {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px
}

.resources-course-card {
    padding: 24px;
    border: 1px solid var(--hums-primary-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23,61,54,.08)
}

.resources-course-card h3 {
    margin: 0 0 8px;
    color: var(--hums-heading);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.8
}

.resources-course-card p {
    margin: 0 0 18px;
    color: var(--hums-muted);
    font-size: 14px;
    line-height: 1.9
}

.resources-course-card__years {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.resources-course-card__years a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 9px 14px;
    border-radius: 999px;
    background: var(--hums-primary-soft);
    color: var(--hums-primary-dark);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .2s ease,color .2s ease,transform .2s ease
}

.resources-course-card__years a:hover {
    background: var(--hums-primary);
    color: #fff;
    transform: translateY(-2px)
}

@keyframes resourcesPanelIn {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width: 1199.98px) {
    .resources-grid {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
}

@media (max-width: 991.98px) {
    .resources-section__header {
        display:block
    }

    .resources-section__header .section-title {
        margin-bottom: 12px
    }

    .resources-tabs__nav {
        overflow-x: auto;
        justify-content: flex-start
    }

    .resources-tabs__button {
        white-space: nowrap
    }

    .resources-grid,.resources-list,.resources-course-layout {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 575.98px) {
    .resources-grid,.resources-list,.resources-course-layout {
        grid-template-columns:1fr
    }

    .resource-list-item {
        grid-template-columns: 1fr
    }

    .resource-list-item small,.resource-list-item strong {
        justify-self: flex-start
    }

    .resources-tabs__nav {
        border-radius: 14px
    }

    .resources-tabs__button {
        padding: 9px 14px
    }
}

/* Site footer */
.site-footer {
    width: 100%;
    margin: 44px 0 0;
    padding: 38px 20px;
    color: #fff;
    background: linear-gradient(135deg,var(--hums-primary-dark),var(--hums-primary))
}

.site-footer__inner {
    max-width: 1290px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: rgba(255,255,255,.055);
    box-shadow: 0 18px 45px rgba(23,61,54,.16);
    backdrop-filter: blur(10px)
}

.site-footer__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 34px;
    border-bottom: 1px solid rgba(255,255,255,.12)
}

.site-footer__title {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.7
}

.site-footer__description {
    margin: 3px 0 0;
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.9
}

.site-footer__update {
    display: grid;
    gap: 4px;
    min-width: 210px;
    padding: 12px 18px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 16px;
    background: rgba(11,31,22,.5);
    text-align: center
}

.site-footer__update span {
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.7
}

.site-footer__update strong {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: .3px
}

.site-footer__main {
    display: grid;
    grid-template-columns: 1.15fr 1fr .9fr;
    gap: 18px;
    padding: 28px 34px
}

.site-footer__column {
    padding: 22px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    background: rgba(255,255,255,.05)
}

.site-footer__heading {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.8
}

.site-footer__heading::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--hums-accent);
    box-shadow: 0 0 0 5px rgba(216,169,71,.14)
}

.site-footer__link-list,.site-footer__contact-list {
    display: grid;
    gap: 0px;
    margin: 0;
    padding: 0;
    list-style: none
}

.site-footer__link-list {
    grid-template-columns: 1fr
}

.site-footer__link-list a,.site-footer__contact-list a {
    color: rgba(255,255,255,.84);
    text-decoration: none;
    transition: color .18s ease,transform .18s ease,background-color .18s ease
}

.site-footer__link-list a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 3px 16px 3px 0;
    border-radius: 0;
    line-height: 1.9
}

.site-footer__link-list a::before {
    content: "";
    position: absolute;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(216,169,71,.8)
}

.site-footer__link-list a:hover {
    background: transparent;
    color: var(--hums-accent);
    transform: translateX(-3px)
}

.site-footer__contact-list li {
    display: grid;
    grid-template-columns: 38px minmax(0,1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 12px;
    color: rgba(255,255,255,.86);
    line-height: 1.7;
    transition: background-color .18s ease
}

.site-footer__contact-list li:hover {
    background: rgba(255,255,255,.06)
}

.site-footer__contact-icon {
    grid-row: 1 / span 2;
    grid-column: 1;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 11px;
    background: rgba(255,255,255,.06);
    color: var(--hums-accent);
    transition: border-color .18s ease,background-color .18s ease
}

.site-footer__contact-icon svg {
    width: 18px;
    height: 18px
}

.site-footer__contact-list li:hover .site-footer__contact-icon {
    border-color: rgba(216,169,71,.5);
    background: rgba(216,169,71,.12)
}

.site-footer__contact-label {
    grid-row: 1;
    grid-column: 2;
    color: rgba(255,255,255,.58);
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.5
}

.site-footer__contact-list li > strong,
.site-footer__contact-list li > a {
    grid-row: 2;
    grid-column: 2;
    min-width: 0;
    color: rgba(255,255,255,.92);
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.6;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .18s ease
}

.site-footer__contact-list a:hover {
    color: var(--hums-accent)
}

.site-footer__map-column {
    padding: 8px
}

.site-footer__map {
    position: relative;
    display: block;
    height: 100%;
    min-height: 240px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px
}

.site-footer__map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.site-footer__map:hover img {
    transform: scale(1.06)
}

.site-footer__map::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,rgba(11,31,27,.7),transparent 55%);
    pointer-events: none
}

.site-footer__map-pin {
    position: absolute;
    inset-block-start: 40%;
    inset-inline-start: 50%;
    z-index: 1;
    width: 34px;
    height: 34px;
    transform: translate(50%,-50%);
    color: var(--hums-accent);
    filter: drop-shadow(0 6px 10px rgba(0,0,0,.45));
    animation: footerPin 2s ease-in-out infinite
}

.site-footer__map-pin svg {
    width: 100%;
    height: 100%
}

@keyframes footerPin {
    0%,100% {
        transform: translate(50%,-50%)
    }
    50% {
        transform: translate(50%,-64%)
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-footer__map-pin {
        animation: none
    }
}

.site-footer__map-cta {
    position: absolute;
    z-index: 1;
    inset-inline: 12px;
    inset-block-end: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(6px);
    transition: background-color .2s ease,color .2s ease
}

.site-footer__map-cta svg {
    width: 15px;
    height: 15px;
    transition: transform .2s ease
}

.site-footer__map:hover .site-footer__map-cta {
    background: var(--hums-accent);
    color: #3a2708
}

.site-footer__map:hover .site-footer__map-cta svg {
    transform: translateX(-3px)
}

.site-footer__stats {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
    padding: 0 34px 28px
}

.site-footer__stat {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 0;
    padding: 15px 16px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    background: rgba(255,255,255,.05);
    transition: transform .2s ease,border-color .2s ease,background-color .2s ease
}

.site-footer__stat:hover {
    transform: translateY(-3px);
    border-color: rgba(216,169,71,.5);
    background: rgba(255,255,255,.08)
}

.site-footer__stat-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(216,169,71,.14);
    color: var(--hums-accent)
}

.site-footer__stat-icon svg {
    width: 22px;
    height: 22px
}

.site-footer__stat-text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
    text-align: right
}

.site-footer__stat-text span {
    color: rgba(255,255,255,.64);
    font-size: 12px;
    line-height: 1.6
}

.site-footer__stat-text strong {
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.5
}

.site-footer__links {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1)
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 34px;
    border-top: 1px solid rgba(255,255,255,.12);
    background: rgba(12,38,34,.32);
    color: rgba(255,255,255,.7);
    font-size: 13px;
    line-height: 1.9
}

.site-footer__bottom p {
    margin: 0;
    font-size: 15px;
}

@media (max-width: 991.98px) {
    .site-footer {
        padding-inline:16px
    }

    .site-footer__intro {
        align-items: flex-start;
        flex-direction: column
    }

    .site-footer__update {
        width: 100%
    }

    .site-footer__main {
        grid-template-columns: 1fr 1fr
    }

    .site-footer__map-column {
        grid-column: 1/-1
    }

    .site-footer__stats {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .site-footer__bottom {
        display: grid
    }

    .site-footer__link-list {
        grid-template-columns: 1fr
    }
}

@media (max-width: 575.98px) {
    .site-footer {
        padding-inline:12px
    }

    .site-footer__intro,.site-footer__main {
        padding: 22px
    }

    .site-footer__main {
        grid-template-columns: 1fr
    }

    .site-footer__column {
        padding: 18px
    }

    .site-footer__contact-list li {
        grid-template-columns: 34px minmax(0,1fr);
        column-gap: 10px
    }

    .site-footer__stats {
        grid-template-columns: 1fr;
        padding: 0 22px 22px
    }

    .site-footer__bottom {
        padding: 18px 22px
    }

    .site-footer__map {
        min-height: 180px
    }
}

@media (min-width: 992px) {
    .header__menu .sm-simple ul li:hover > a:not(:hover):not(:focus-visible)::before {
        opacity: 0;
        transform: scaleY(.35)
    }

    .header__menu .sm-simple ul li:hover > a.highlighted:not(:hover):not(:focus-visible)::before {
        opacity: .45;
        transform: scaleY(.72)
    }

    .header__menu .sm-simple {
        gap: 4px 6px
    }

    .header__menu .sm-simple > li > a,
    .header__menu .sm-simple > li > a:active,
    .header__menu .sm-simple > li > a.highlighted {
        min-height: 46px;
        margin-inline: 3px;
        padding: 12px 12px;
        border-radius: 9px
    }

    .header__menu .sm-simple > li > a::after {
        right: 13px;
        left: 13px;
        bottom: 6px
    }

    .header__menu .sm-simple.sm-rtl > li:last-child > a {
        margin-inline: 3px;
        padding-inline: 12px
    }

    .header__menu .sm-simple a .sub-arrow,
    .header__menu .sm-simple .niafam {
        width: auto;
        height: auto;
        margin-right: 5px;
        font-size: 10px!important;
        line-height: 1;
        background: transparent;
        opacity: .68;
        transform: translateY(1px)
    }

    .header__menu .sm-simple ul a .sub-arrow,
    .header__menu .sm-simple ul .niafam {
        margin-right: 0;
        margin-left: 6px;
        font-size: 9px!important;
        transform: rotate(90deg);
        transform-origin: center
    }
}

/* Modern site header */
.sec__header {
    position: relative;
    height: auto;
    border: 0;
    background: radial-gradient(circle at 12% -40%,rgba(216,169,71,.16),transparent 42%),linear-gradient(180deg,#fff 0%,#f6faf8 100%)
}

.sec__header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg,transparent,rgba(44,90,80,.2),transparent)
}

.sec__header .header__down {
    margin: 0;
    background: transparent
}

.header__down .header__bottom {
    min-height: 96px;
    padding: 12px 4px
}

.header__logo a {
    gap: 16px;
    color: var(--hums-heading);
    text-decoration: none
}

.header__logo a img {
    width: auto;
    height: 60px;
}

.header__identity {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 16px;
    border-right: 1px solid rgba(44,90,80,.16)
}

.header__identity strong {
    color: var(--hums-primary-dark);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.55
}

.header__identity small {
    color: #66756f;
    font-size: 12px;
    line-height: 1.5
}

.header__actions .search-lang {
    padding: 5px;
    border: 1px solid rgba(44,90,80,.1);
    border-radius: 999px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 10px 28px rgba(23,61,54,.07)
}

.header__actions .search-lang a,
.header__actions .search-lang p,
.header__actions .search-lang button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--hums-primary-dark);
    box-shadow: none;
    cursor: pointer;
    transition: background-color .2s ease,color .2s ease,transform .2s ease
}

.header__actions .search-lang .lang {
    border-radius: 999px;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em
}

.header__actions .search-lang a:hover,
.header__actions .search-lang p:hover,
.header__actions .search-lang button:hover,
.header__actions .search-lang a:focus-visible,
.header__actions .search-lang button:focus-visible {
    background: var(--hums-primary);
    color: #fff;
    outline: none;
    transform: translateY(-1px)
}

.header__actions .search-lang button:hover i::before,
.header__actions .search-lang button:focus-visible i::before {
    color: #fff
}

.header__menu {
    margin-bottom: 16px;
    padding: 5px 8px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    background: linear-gradient(110deg,rgba(255,255,255,.07),transparent 38%),linear-gradient(270deg,var(--hums-primary-dark),var(--hums-primary));
    box-shadow: 0 16px 36px rgba(23,61,54,.16),inset 0 1px rgba(255,255,255,.12)
}

@media (min-width: 992px) {
    .header__menu .sm-simple > li > a,
    .header__menu .sm-simple > li > a:active,
    .header__menu .sm-simple > li > a.highlighted {
        min-height: 44px;
        margin-inline: 2px;
        padding: 10px 12px;
        border: 1px solid transparent;
        border-radius: 10px
    }

    .header__menu .sm-simple > li:hover > a,
    .header__menu .sm-simple > li > a:hover,
    .header__menu .sm-simple > li > a:focus-visible,
    .header__menu .sm-simple > li > a.highlighted {
        border-color: rgba(255,255,255,.12);
        background: rgba(255,255,255,.12);
        box-shadow: inset 0 1px rgba(255,255,255,.08)
    }

    .header__menu .sm-simple ul {
        margin-top: 8px;
        padding: 7px;
        border: 1px solid rgba(44,90,80,.12);
        border-radius: 14px;
        box-shadow: 0 18px 45px rgba(23,61,54,.16)
    }
}

@media (max-width: 991.98px) {
    .header__down .header__bottom {
        min-height: 82px
    }

    .header__identity strong {
        font-size: 15px
    }

    .header__menu {
        min-height: 52px;
        align-items: center;
        margin-bottom: 12px
    }

    .header-hamburger-btn .mburger {
        border-radius: 9px;
        background: rgba(255,255,255,.1)
    }
}

@media (max-width: 575.98px) {
    .header__logo a {
        gap: 9px
    }

    .header__logo a img {
        height: 52px
    }

    .header__identity {
        padding-right: 9px
    }

    .header__identity strong {
        max-width: 145px;
        font-size: 13px
    }

    .header__identity small {
        display: none
    }

    .header__actions .search-lang {
        gap: 2px;
        padding: 3px
    }

    .header__actions .search-lang a,
    .header__actions .search-lang button {
        min-width: 34px;
        width: 34px;
        height: 34px;
        padding: 0
    }
}
