.organization-landing {
    position: relative;
    overflow: hidden;
    padding: 46px 0 76px;
    background: #eef8ff url("./images/bg_httc2.png") center top / cover no-repeat;
}

.organization-landing::before {
    position: absolute;
    inset-inline: 0;
    content: "";
    pointer-events: none;
}

    .organization-landing::before {
        top: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(238, 248, 255, .92) 0%, rgba(238, 248, 255, .58) 30%, rgba(238, 248, 255, .12) 62%, rgba(238, 248, 255, 0) 100%), radial-gradient(ellipse 130% 75% at 50% 23%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 34%, rgba(255, 255, 255, .42) 52%, rgba(255, 255, 255, .82) 72%, #fff 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .08) 38%, rgba(255, 255, 255, .72) 72%, #fff 100%);
        
    }

.organization-landing__container {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 26px;
}

.organization-landing__heading {
    max-width: 535px;
    text-align: left;
}

.organization-landing__heading h1 {
    margin: 0;
    color: #08763c;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .42);
}

.organization-landing__ornament {
    position: relative;
    display: block;
    width: 78px;
    height: 18px;
    margin: 12px auto 8px;
    background: radial-gradient(ellipse at center, #15944f 0 5px, transparent 6px);
}

.organization-landing__ornament::before,
.organization-landing__ornament::after {
    position: absolute;
    top: 9px;
    width: 29px;
    height: 2px;
    content: "";
    background: #15944f;
}

.organization-landing__ornament::before { left: 0; }
.organization-landing__ornament::after { right: 0; }

.organization-landing__heading p {
    margin: 17px 0 0;
    color: #33415a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.85;
}

.organization-landing__cta {
    display: inline-flex;
    height: 45px;
    margin-top: 16px;
    align-items: center;
    gap: 22px;
    padding: 0 8px 0 25px;
    border-radius: 9px;
    background: #06753b;
    color: #fff;
    box-shadow: 0 7px 15px rgba(8, 91, 51, .18);
    font-size: 15px;
    font-weight: 800;
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.organization-landing__cta:hover {
    color: #fff;
    background: #058846;
    box-shadow: 0 13px 22px rgba(8, 91, 51, .23);
    transform: translateY(-2px);
}

.organization-landing__cta span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #08763c;
}

.organization-landing__cta svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.organization-landing__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-top: 40px;
}

.organization-card {
    --organization-accent: #1555a4;
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid #e5ebee;
    border-bottom: 4px solid var(--organization-accent);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 11px 26px rgba(29, 76, 116, .18);
    transition: box-shadow .25s ease, transform .25s ease;
}

.organization-card:hover {
    box-shadow: 0 20px 36px rgba(31, 59, 82, .17);
    transform: translateY(-4px);
}

.organization-card--02,
.organization-card--04 { --organization-accent: #078644; }
.organization-card--03 { --organization-accent: #f18319; }

.organization-card__image {
    position: relative;
    height: 156px;
    overflow: visible;
    border-radius: 13px 13px 0 0;
}

.organization-card__image::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
}

.organization-card__image img {
    width: 100%;
    height: 100%;
    border-radius: 13px 13px 0 0;
    object-fit: cover;
    transition: transform .45s ease;
}

.organization-card:hover .organization-card__image img { transform: scale(1.035); }

.organization-card--02 .organization-card__image img {
    object-fit: cover;
    object-position: center 58%;
}

.organization-card--03 .organization-card__image img { object-position: center 55%; }

.organization-card--04 .organization-card__image::after {
    background: rgba(0, 137, 80, .4);
}

.organization-card__number {
    position: absolute;
    right: auto;
    bottom: -22px;
    left: 50%;
    display: flex;
    min-width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 13px 13px;
    background: var(--organization-accent);
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 4px 11px rgba(18, 48, 74, .15);
    transform: translateX(-50%);
}

.organization-card__icon {
    position: absolute;
    top: 75px;
    left: 50%;
    z-index: 1;
    display: inline-flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce8ef;
    border-radius: 50%;
    background: #fff;
    color: var(--organization-accent);
    box-shadow: 0 5px 14px rgba(20, 69, 101, .13);
    transform: translateX(-50%);
}

.organization-card__icon-svg {
    width: 35px;
    height: 35px;
}

.organization-card__body {
    position: relative;
    min-height: 274px;
    padding: 58px 30px 82px;
    color: #566274;
    text-align: center;
}

.organization-card__body h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--organization-accent);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.27;
    text-transform: uppercase;
}

.organization-card__divider {
    display: block;
    width: 29px;
    height: 2px;
    margin: 14px auto 16px;
    background: var(--organization-accent);
}

.organization-card__body p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #566274;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
    text-align: left;
}

.organization-card__more {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    color: var(--organization-accent);
    font-size: 14px;
    font-weight: 800;
}

.organization-card__watermark {
    position: absolute;
    right: 17px;
    bottom: 17px;
    color: #e9edf0;
}

.organization-card__watermark-svg {
    width: 52px;
    height: 52px;
}

.organization-card__arrow {
    position: absolute;
    right: 30px;
    bottom: 24px;
    left: auto;
    z-index: 1;
    display: inline-flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--organization-accent);
    color: #fff;
    box-shadow: 0 7px 15px rgba(13, 61, 108, .18);
}

.organization-card__arrow svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 1100px) {
    .organization-landing__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .organization-landing { padding: 35px 0; }
    .organization-landing__container { padding: 0 18px; }
    .organization-landing__heading h1 { font-size: 35px; }
    .organization-landing__heading p { font-size: 15px; }
    .organization-landing__heading p br { display: none; }
    .organization-landing__cards { grid-template-columns: 1fr; gap: 18px; }
}
