.ul-container p,
main p {
    font-size: 18px;
    line-height: 1.85;
}

.donation-qr-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(10, 14, 20, 0.78);
    backdrop-filter: blur(4px);
    overscroll-behavior: contain;
}

.donation-qr-modal.is-open {
    display: flex;
}

.donation-qr-modal__dialog {
    width: min(94vw, 470px);
    max-height: calc(100dvh - 32px);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(180deg, #fff 0%, #fff7ef 100%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.donation-qr-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px 12px;
    border-bottom: 1px solid rgba(255, 122, 26, 0.16);
}

.donation-qr-modal__head h3 {
    margin: 0;
    font-family: var(--font-quicksand);
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.2;
    color: #1E252F;
}

.donation-qr-modal__close {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 37, 47, 0.09);
    color: #1E252F;
    font-size: 26px;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.donation-qr-modal__close:hover {
    background: #ff7a1a;
    color: #fff;
    transform: rotate(90deg);
}

.donation-qr-modal__body {
    min-height: 0;
    padding: 18px;
    text-align: center;
}

.donation-qr-modal__body img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100dvh - 190px);
    margin: 0 auto;
    object-fit: contain;
    border-radius: 16px;
    border: 1px solid rgba(255, 122, 26, 0.28);
    box-shadow: 0 16px 34px rgba(30, 37, 47, 0.12);
}

.donation-qr-modal__body p {
    margin: 12px 0 0;
    color: var(--ul-p);
    font-size: 15px;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .ul-container p,
    main p {
        font-size: 16px;
        line-height: 1.75;
    }

    .ul-header-bottom {
        padding: 8px 0 !important;
    }

    .ul-header-container {
        max-width: calc(100% - 24px) !important;
    }

    .ul-header-bottom-wrapper {
        gap: 10px !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .ul-header .logo-container {
        margin-top: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        position: relative !important;
    }

    .ul-header .logo-container::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        z-index: -1 !important;
        top: -28px !important;
        left: -34px !important;
        right: -18px !important;
        bottom: -16px !important;
        background: #fff !important;
        border-radius: 0 0 34px 0 !important;
        clip-path: none !important;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16) !important;
    }

    .ul-header .logo-container::after {
        display: none !important;
    }

    .ul-header .logo-container .logo {
        max-width: 120px !important;
        filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
    }

    .ul-header-actions {
        gap: 9px !important;
    }

    .ul-header-search-opener {
        display: none !important;
    }

    .ul-header-actions button,
    .ul-header-actions a {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
    }

    .ul-header-actions button i,
    .ul-header-actions a i {
        font-size: 17px !important;
    }

    .donation-qr-modal {
        align-items: flex-start;
        padding: 10px;
    }

    .donation-qr-modal__dialog {
        width: min(100%, 430px);
        max-height: calc(100dvh - 20px);
        border-radius: 18px;
    }

    .donation-qr-modal__head {
        padding: 12px 14px 10px;
    }

    .donation-qr-modal__close {
        width: 38px;
        height: 38px;
        font-size: 24px;
    }

    .donation-qr-modal__body {
        padding: 12px;
    }

    .donation-qr-modal__body img {
        max-height: calc(100dvh - 155px);
        border-radius: 12px;
    }

    .donation-qr-modal__body p {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Home page */
.home-page {
    background: #fff;
}

.home-hero .ul-banner-title {
    max-width: 760px;
}

.home-hero .ul-banner-descr {
    max-width: 690px;
}

.home-hero .ul-banner-btns {
    gap: 14px;
}

.home-hero__donate {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
}

.home-hero__donate:hover {
    background: #fff;
    color: #1E252F;
}

.home-faith {
    padding: 72px 0 34px;
}

.home-faith__wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: clamp(28px, 4vw, 50px);
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(255, 122, 26, 0.09), rgba(255, 255, 255, 0.98) 58%, rgba(30, 37, 47, 0.045));
    border: 1px solid rgba(30, 37, 47, 0.08);
    box-shadow: 0 22px 58px rgba(30, 37, 47, 0.08);
}

.home-faith__content {
    max-width: 1000px;
}

.home-faith__content .ul-section-title {
    margin-bottom: 16px;
    font-size: clamp(34px, 3.15vw, 56px);
    line-height: 1.12;
}

.home-faith__content p {
    margin: 0;
    color: #7a451f;
    font-weight: 700;
}

.home-faith__btn {
    width: auto;
    min-width: 178px;
    justify-self: end;
    padding: 0 26px;
    box-shadow: 0 16px 34px rgba(255, 74, 13, 0.24);
}

.home-section-top {
    max-width: 820px;
    margin: 0 auto 36px;
    text-align: center;
}

.home-section-top .ul-section-sub-title {
    justify-content: center;
}

.home-section-top p {
    margin: 12px 0 0;
    color: var(--ul-p);
    font-weight: 700;
}

.home-members,
.home-testimonials,
.home-projects,
.home-gallery {
    padding: 80px 0;
}

.home-members__carousel {
    --member-gap: 24px;
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 6px 0 16px;
}

.home-members__carousel::before,
.home-members__carousel::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: clamp(28px, 4vw, 70px);
    pointer-events: none;
}

.home-members__carousel::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.72) 42%, rgba(255, 255, 255, 0) 100%);
}

.home-members__carousel::after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.72) 42%, rgba(255, 255, 255, 0) 100%);
}

.home-members__track {
    display: flex;
    width: max-content;
    gap: var(--member-gap);
    animation: homeMembersScroll 38s linear infinite;
    will-change: transform;
}

.home-members__carousel:hover .home-members__track {
    animation-play-state: paused;
}

.home-member {
    flex: 0 0 calc((100vw - (var(--member-gap) * 2)) / 3);
    width: calc((100vw - (var(--member-gap) * 2)) / 3);
    min-height: 360px;
    padding: 14px;
    border-radius: 26px;
    text-align: left;
    background: #fff;
    border: 1px solid rgba(30, 37, 47, 0.08);
    box-shadow: 0 20px 48px rgba(30, 37, 47, 0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-member::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(30, 37, 47, 0.82) 100%);
    z-index: 1;
    pointer-events: none;
}

.home-member:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(30, 37, 47, 0.14);
}

.home-member__photo {
    height: 100%;
    min-height: 332px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f1f1, #d8d8d8);
}

.home-member__photo img {
    width: 100%;
    height: 100%;
    min-height: 332px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-member:hover .home-member__photo img {
    transform: scale(1.05);
}

.home-member__info {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 28px;
    z-index: 2;
    color: #fff;
}

.home-member__info span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: #ff7a1a;
    color: #fff;
    font-family: var(--font-quicksand);
    font-weight: 700;
}

.home-member h3 {
    margin-bottom: 6px;
    color: #fff;
    font-size: clamp(22px, 1.8vw, 30px);
    line-height: 1.15;
}

.home-member p {
    margin: 0;
    color: #ffb062;
    font-weight: 700;
}

@keyframes homeMembersScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - (var(--member-gap) / 2)));
    }
}

.home-stats {
    padding: 30px 0 70px;
}

.home-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, #1E252F 0%, #283241 58%, #ff7a1a 100%);
    box-shadow: 0 28px 60px rgba(30, 37, 47, 0.14);
}

.home-stat {
    padding: 34px 28px;
    color: #fff;
    position: relative;
}

.home-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    bottom: 22px;
    width: 1px;
    background: rgba(255, 255, 255, 0.16);
}

.home-stat strong {
    display: block;
    font-family: var(--font-quicksand);
    font-size: clamp(34px, 3vw, 54px);
    line-height: 1;
    margin-bottom: 10px;
}

.home-stat span {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
}

.home-testimonials {
    background: #fff7ef;
}

.home-testimonials__carousel {
    width: 100%;
    overflow: hidden;
    padding: 4px 0 18px;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.home-testimonials__track {
    display: flex;
    width: max-content;
    gap: 24px;
    animation: homeTestimonialsMarquee 34s linear infinite;
}

.home-testimonials__carousel:hover .home-testimonials__track {
    animation-play-state: paused;
}

.home-testimonial {
    flex: 0 0 min(440px, calc(100vw - 42px));
    padding: 28px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(30, 37, 47, 0.08);
    box-shadow: 0 18px 42px rgba(30, 37, 47, 0.08);
}

.home-testimonial > p {
    color: var(--ul-p);
    margin-bottom: 22px;
}

.home-testimonial > div {
    display: flex;
    align-items: center;
}

.home-testimonial span {
    display: grid;
    color: var(--ul-p);
}

.home-testimonial strong {
    color: var(--ul-black);
}

@keyframes homeTestimonialsMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 12px));
    }
}

.home-projects {
    background:
        linear-gradient(180deg, #fff 0%, #fff7ef 100%);
}

.home-projects__top {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
    gap: 30px;
    align-items: end;
    margin-bottom: 34px;
}

.home-projects__top .ul-section-title {

}

.home-projects__top p {
    margin: 0;
    padding: 24px 26px;
    border-left: 5px solid #ff7a1a;
    border-radius: 0 22px 22px 0;
    background: #fff;
    color: #7a451f;
    font-weight: 700;
    box-shadow: 0 18px 42px rgba(30, 37, 47, 0.07);
}

.home-projects__carousel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: stretch;
}

.home-projects__stage {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    border-radius: 30px;
    background: #1E252F;
    box-shadow: 0 28px 70px rgba(30, 37, 47, 0.16);
    isolation: isolate;
}

.home-project-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.03);
    transition: opacity 0.45s ease, visibility 0.45s ease, transform 0.6s ease;
}

.home-project-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.home-project-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(30, 37, 47, 0.84) 0%, rgba(30, 37, 47, 0.42) 45%, rgba(30, 37, 47, 0.08) 100%),
        linear-gradient(180deg, transparent 42%, rgba(30, 37, 47, 0.74) 100%);
}

.home-project-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-project-slide__content {
    position: absolute;
    left: clamp(24px, 4vw, 52px);
    bottom: clamp(26px, 4vw, 52px);
    z-index: 2;
    max-width: 560px;
    color: #fff;
}

.home-project-slide__content span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ff7a1a;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.home-project-slide__content h3 {
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(34px, 3.7vw, 62px);
    line-height: 1.04;
}

.home-project-slide__content p {
    max-width: 500px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.72;
}

.home-projects__controls {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 3;
    display: flex;
    gap: 10px;
}

.home-projects__controls button {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    backdrop-filter: blur(8px);
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-projects__controls button:hover {
    background: #ff7a1a;
    transform: translateY(-2px);
}

.home-projects__thumbs {
    display: grid;
    gap: 14px;
}

.home-project-thumb {
    width: 100%;
    min-height: 137px;
    border: 1px solid rgba(30, 37, 47, 0.08);
    border-radius: 24px;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 12px;
    background: #fff;
    text-align: left;
    box-shadow: 0 18px 40px rgba(30, 37, 47, 0.07);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-project-thumb:hover,
.home-project-thumb.is-active {
    border-color: rgba(255, 122, 26, 0.65);
    box-shadow: 0 22px 50px rgba(30, 37, 47, 0.12);
    transform: translateX(-4px);
}

.home-project-thumb img {
    width: 112px;
    height: 112px;
    border-radius: 18px;
    object-fit: cover;
}

.home-project-thumb span {
    display: grid;
    gap: 5px;
    color: var(--ul-p);
    font-size: 15px;
    line-height: 1.45;
}

.home-project-thumb strong {
    color: var(--ul-black);
    font-family: var(--font-quicksand);
    font-size: 22px;
    line-height: 1.12;
}

.home-gallery {
    background: #fff7ef;
}

.home-gallery__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.home-gallery__grid a {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
}

.home-gallery__grid img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.home-gallery__grid a:hover img {
    transform: scale(1.06);
}

.home-gallery__action {
    margin-top: 32px;
    text-align: center;
}

/* Gallery page */
.gallery-page {
    background: #fff;
}

.gallery-hero {
    padding: 190px 0 110px;
    background:
        linear-gradient(90deg, rgba(12, 18, 28, 0.78), rgba(12, 18, 28, 0.4)),
        url('assets/img/main-website/main-banner.jpg') center/cover no-repeat;
}

.gallery-hero__inner {
    max-width: 820px;
    color: #fff;
}

.gallery-hero__inner .ul-section-sub-title {
    color: #ff7a1a;
}

.gallery-hero h1 {
    margin: 12px 0 16px;
    color: #fff;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.04;
}

.gallery-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.9);
}

.gallery-page-section {
    padding: 90px 0;
}

.gallery-page__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px;
    margin-bottom: 34px;
}

.gallery-page__top p {
    margin: 0;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255, 122, 26, 0.12);
    color: #e95d08;
    font-family: var(--font-quicksand);
    font-size: 16px;
    font-weight: 800;
}

.gallery-masonry {
    columns: 4 250px;
    column-gap: 16px;
}

.gallery-masonry__item {
    display: block;
    break-inside: avoid;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 18px;
    background: #f5f5f5;
    box-shadow: 0 18px 42px rgba(30, 37, 47, 0.08);
}

.gallery-masonry__item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.gallery-masonry__item:hover img {
    transform: scale(1.04);
}

/* Events page */
.events-page {
    background: #fff;
}

.events-hero {
    padding: 190px 0 110px;
    background:
        linear-gradient(90deg, rgba(12, 18, 28, 0.82), rgba(12, 18, 28, 0.46)),
        url('assets/img/main-website/home/s4.jpg') center/cover no-repeat;
}

.events-hero__inner {
    max-width: 820px;
    color: #fff;
}

.events-hero__inner .ul-section-sub-title {
    color: #ff7a1a;
}

.events-hero h1 {
    margin: 12px 0 16px;
    color: #fff;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.04;
}

.events-hero p {
    max-width: 720px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.9);
}

.events-list {
    padding: 90px 0;
}

.events-list__top {

    margin-bottom: 34px;
}

.events-grid {
    display: grid;
    gap: 28px;
}

.event-card {
    display: grid;
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
    overflow: hidden;
    border: 1px solid rgba(30, 37, 47, 0.08);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(30, 37, 47, 0.08);
}

.event-card:nth-child(even) {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
}

.event-card:nth-child(even) .event-card__media {
    order: 2;
}

.event-card__media {
    position: relative;
    min-height: 420px;
    overflow: hidden;
}

.event-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(30, 37, 47, 0.4));
}

.event-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-card__media span {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 1;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff7a1a;
    color: #fff;
    font-family: var(--font-quicksand);
    font-size: 18px;
    font-weight: 800;
}

.event-card__content {
    padding: clamp(28px, 4vw, 54px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.event-card__meta span {
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 122, 26, 0.12);
    color: #e95d08;
    font-family: var(--font-quicksand);
    font-size: 14px;
    font-weight: 800;
}

.event-card h3 {
    margin-bottom: 14px;
    color: #1E252F;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
}

.event-card p {
    margin-bottom: 22px;
    color: var(--ul-p);
}

.event-card__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.event-card__facts div {
    padding: 16px;
    border-radius: 16px;
    background: #f7f7f7;
}

.event-card__facts strong,
.event-card__facts span {
    display: block;
}

.event-card__facts strong {
    margin-bottom: 5px;
    color: #1E252F;
    font-family: var(--font-quicksand);
    font-weight: 800;
}

.event-card__facts span {
    color: var(--ul-p);
    line-height: 1.45;
}

.event-card__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.event-card__gallery a {
    display: block;
    aspect-ratio: 1.35 / 1;
    overflow: hidden;
    border-radius: 14px;
}

.event-card__gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card__gallery a:hover img {
    transform: scale(1.08);
}

.events-photos {
    padding: 0 0 90px;
}

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

.events-photo-grid a {
    display: block;
    aspect-ratio: 1 / 0.82;
    overflow: hidden;
    border-radius: 18px;
    background: #f6f6f6;
    box-shadow: 0 16px 38px rgba(30, 37, 47, 0.08);
}

.events-photo-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.events-photo-grid a:hover img {
    transform: scale(1.06);
}

.events-cta {
    padding: 0 0 90px;
}

.events-cta__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: clamp(28px, 4vw, 48px);
    border-radius: 26px;
    background: linear-gradient(135deg, #1E252F 0%, #2d3746 58%, #ff7a1a 100%);
    color: #fff;
}

.events-cta__box .ul-section-title,
.events-cta__box p {
    color: #fff;
}

.home-cta {
    padding: 90px 0 110px;
}

.home-cta__box {
    width: 100%;
    margin: 0 auto;
    padding: clamp(36px, 4vw, 62px);
    border-radius: 32px;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(30, 37, 47, 0.78), rgba(30, 37, 47, 0.58)),
        url('assets/img/main-website/home/d3.jpg') center/cover no-repeat;
    color: #fff;
}

.home-cta__box .ul-section-title {
    color: #fff;
    margin-bottom: 18px;
}

.home-cta__box p {
    max-width: 760px;
    margin: 0 auto 26px;
    color: rgba(255, 255, 255, 0.88);
}

@media screen and (max-width: 1199px) {
    .home-gallery__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-projects__top {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-projects__carousel {
        grid-template-columns: 1fr;
    }

    .home-projects__stage {
        min-height: 520px;
    }

    .home-projects__thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 991px) {
    .home-faith__wrap {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .home-faith__wrap .ul-btn {
        width: max-content;
        justify-self: start;
    }

    .home-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-members__carousel {
        --member-gap: 22px;
    }

    .home-member {
        flex-basis: calc((100vw - var(--member-gap)) / 2);
        width: calc((100vw - var(--member-gap)) / 2);
    }

    .event-card,
    .event-card:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .event-card:nth-child(even) .event-card__media {
        order: 0;
    }

    .event-card__media {
        min-height: 360px;
    }

    .events-cta__box {
        grid-template-columns: 1fr;
    }

    .events-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-stat:nth-child(2)::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .home-faith,
    .home-members,
    .home-testimonials,
    .home-projects,
    .home-gallery,
    .home-cta,
    .gallery-page-section,
    .events-list,
    .events-photos {
        padding: 60px 0;
    }

    .gallery-hero,
    .events-hero {
        padding: 150px 0 80px;
    }

    .gallery-hero h1,
    .events-hero h1 {
        font-size: 40px;
    }

    .gallery-page__top {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .event-card {
        border-radius: 22px;
    }

    .event-card__media {
        min-height: 290px;
    }

    .event-card__content {
        padding: 24px 20px;
    }

    .event-card__facts {
        grid-template-columns: 1fr;
    }

    .events-photo-grid {
        grid-template-columns: 1fr;
    }

    .events-cta {
        padding-bottom: 60px;
    }

    .home-faith__wrap {
        padding: 26px 22px;
        border-radius: 22px;
        gap: 20px;
    }

    .home-faith__content .ul-section-title {
        font-size: 32px;
    }

    .home-faith__btn {
        min-width: 0;
        width: auto;
        max-width: 100%;
    }

    .home-gallery__grid,
    .home-stats__grid {
        grid-template-columns: 1fr;
    }

    .home-projects__carousel {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-projects__stage {
        min-height: 430px;
        border-radius: 24px;
    }

    .home-project-slide::after {
        background: linear-gradient(180deg, rgba(30, 37, 47, 0.08) 0%, rgba(30, 37, 47, 0.86) 100%);
    }

    .home-project-slide__content {
        left: 18px;
        right: 18px;
        bottom: 22px;
        max-width: none;
    }

    .home-project-slide__content h3 {
        font-size: 30px;
    }

    .home-project-slide__content p {
        font-size: 15px;
        line-height: 1.6;
    }

    .home-projects__controls {
        top: 16px;
        right: 16px;
    }

    .home-projects__controls button {
        width: 42px;
        height: 42px;
    }

    .home-projects__thumbs {
        grid-template-columns: 1fr;
    }

    .home-project-thumb {
        min-height: 96px;
        grid-template-columns: 82px minmax(0, 1fr);
        border-radius: 20px;
    }

    .home-project-thumb:hover,
    .home-project-thumb.is-active {
        transform: none;
    }

    .home-project-thumb img {
        width: 82px;
        height: 82px;
        border-radius: 14px;
    }

    .home-project-thumb strong {
        font-size: 20px;
    }

    .home-projects__top p {
        padding: 18px 20px;
    }

    .home-stat::after {
        display: none;
    }

    .home-member {
        flex-basis: min(86vw, 420px);
        width: min(86vw, 420px);
        min-height: 330px;
    }

    .home-member__photo,
    .home-member__photo img {
        min-height: 302px;
    }

    .home-member__info {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }
}

/* About page */
.about-hero {
    padding-top: 180px;
    padding-bottom: 110px;
    background:
        linear-gradient(rgba(22, 30, 43, 0.5), rgba(22, 30, 43, 0.54)),
        url('assets/img/main-website/breadcumb.jpg') center/cover no-repeat;
}

.about-hero__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.about-hero__inner .ul-section-sub-title {
    justify-content: center;
    color: #ff7a1a;
    margin-bottom: 16px;
}

.about-hero__title {
    font-family: var(--font-quicksand);
    font-size: clamp(34px, 4vw, 68px);
    line-height: 1.08;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

.about-hero__quote {
    display: inline-flex;
    margin: 0;
    padding: 12px 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.94);
    font-weight: 700;
}

.about-page-section {
    position: relative;
}

.about-intro {
    padding: 110px 0 60px;
}

.about-intro__grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: clamp(28px, 4vw, 64px);
    align-items: center;
}

.about-intro__visual {
    position: relative;
}

.about-intro__visual img {
    width: 100%;
    aspect-ratio: 610 / 690;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 26px 58px rgba(30, 37, 47, 0.13);
}

.about-intro__badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    max-width: 250px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(30, 37, 47, 0.86);
    color: #fff;
}

.about-intro__badge strong {
    display: block;
    font-family: var(--font-quicksand);
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px;
}

.about-intro__content p {
    color: var(--ul-p);
    margin-bottom: 18px;
}

.about-intro__content .ul-btn {
    margin-top: 8px;
}

.about-seva {
    padding: 50px 0 80px;
}

.about-seva__top {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.about-seva__top .ul-section-sub-title {
    justify-content: center;
}

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

.about-seva__card {
    min-height: 100%;
    padding: 28px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 122, 26, 0.07), rgba(30, 37, 47, 0.035));
    border: 1px solid rgba(30, 37, 47, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-seva__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(30, 37, 47, 0.1);
}

.about-seva__card span {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #1E252F;
    color: #fff;
    font-family: var(--font-quicksand);
    font-weight: 700;
}

.about-seva__card h3 {
    font-size: 23px;
    margin-bottom: 10px;
}

.about-seva__card p {
    margin: 0;
    color: var(--ul-p);
}

.about-vision {
    padding: 80px 0;
    background: #fff7ef;
}

.about-vision__wrap {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(26px, 3vw, 54px);
    align-items: center;
}

.about-vision__content p {
    margin: 0;
    color: var(--ul-p);
}

.about-vision__tagline {
    padding: clamp(26px, 3vw, 42px);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(30, 37, 47, 0.92), rgba(30, 37, 47, 0.78)),
        url('assets/img/main-website/home/d3.jpg') center/cover no-repeat;
    color: #fff;
    box-shadow: 0 24px 56px rgba(30, 37, 47, 0.16);
}

.about-vision__tagline span {
    display: inline-flex;
    margin-bottom: 14px;
    color: #ffb062;
    font-weight: 700;
}

.about-vision__tagline strong {
    display: block;
    font-family: var(--font-quicksand);
    font-size: clamp(25px, 2.5vw, 40px);
    line-height: 1.28;
    margin-bottom: 16px;
}

.about-vision__tagline p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
}

.about-cta {
    padding: 90px 0 110px;
}

.about-cta__box {
    padding: clamp(36px, 4vw, 62px);
    border-radius: 32px;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(30, 37, 47, 0.78), rgba(30, 37, 47, 0.58)),
        url('assets/img/main-website/home/d3.jpg') center/cover no-repeat;
    color: #fff;
}

.about-cta__box .ul-section-sub-title {
    justify-content: center;
    color: #ffb062;
}

.about-cta__box .ul-section-title {
    max-width: 850px;
    margin: 0 auto 18px;
    color: #fff;
}

.about-cta__box p {
    max-width: 680px;
    margin: 0 auto 26px;
    color: rgba(255, 255, 255, 0.88);
}

@media screen and (max-width: 1199px) {
    .about-seva__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 991px) {
    .about-hero {
        padding-top: 160px;
        padding-bottom: 90px;
    }

    .about-intro__grid,
    .about-vision__wrap {
        grid-template-columns: 1fr;
    }

    .about-intro {
        padding-top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .about-hero {
        padding-top: 128px;
        padding-bottom: 70px;
    }

    .about-intro,
    .about-seva,
    .about-vision,
    .about-cta {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-seva__grid {
        grid-template-columns: 1fr;
    }

    .about-intro__badge {
        left: 14px;
        right: 14px;
        bottom: 14px;
        max-width: none;
    }
}

/* Donation page */
.donation-hero {
        padding-top: 180px;
        padding-bottom: 110px;
        background:
            linear-gradient(rgba(22, 30, 43, 0.48), rgba(22, 30, 43, 0.48)),
            url('assets/img/main-website/breadcumb.jpg') center/cover no-repeat;
    }

    .donation-hero__inner {
        max-width: 860px;
        margin: 0 auto;
        text-align: center;
        color: #fff;
    }

    .donation-hero__inner .ul-section-sub-title {
        justify-content: center;
        color: #ff7a1a;
        margin-bottom: 16px;
    }

    .donation-hero__title {
        font-family: var(--font-quicksand);
        font-size: clamp(34px, 4.2vw, 74px);
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.04em;
        color: #fff;
        margin-bottom: 20px;
    }

    .donation-hero__descr {
        max-width: 720px;
        margin: 0 auto 28px;
        font-size: clamp(16px, 1.05vw, 20px);
        line-height: 1.85;
        color: rgba(255, 255, 255, 0.88);
    }

    .donation-hero__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        justify-content: center;
        margin-bottom: 26px;
    }

    .donation-hero__actions .ul-btn--ghost {
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.22);
        color: #fff;
    }

    .donation-hero__actions .ul-btn--ghost:hover {
        background: #fff;
        color: #1E252F;
    }

    .donation-hero__trust {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 12px 20px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.9);
        font-weight: 600;
    }

    .donation-hero__trust i {
        color: #ff7a1a;
    }

    .donation-page-section {
        position: relative;
    }

    .donation-purpose {
        padding: 110px 0 40px;
    }

    .donation-purpose__grid {
        display: grid;
        grid-template-columns: 1.05fr 0.95fr;
        gap: clamp(26px, 3vw, 56px);
        align-items: center;
    }

    .donation-purpose__visual {
        position: relative;
    }

    .donation-purpose__visual img {
        width: 100%;
        border-radius: 28px;
        aspect-ratio: 620 / 700;
        object-fit: cover;
    }

    .donation-purpose__visual-badge {
        position: absolute;
        left: 20px;
        bottom: 20px;
        max-width: 240px;
        padding: 18px 20px;
        border-radius: 22px;
        background: rgba(30, 37, 47, 0.84);
        backdrop-filter: blur(8px);
        color: #fff;
    }

    .donation-purpose__visual-badge strong {
        display: block;
        font-family: var(--font-quicksand);
        font-size: 28px;
        line-height: 1;
        margin-bottom: 8px;
    }

    .donation-purpose__lead {
        margin-bottom: 26px;
        color: var(--ul-p);
        line-height: 1.9;
        max-width: 620px;
    }

    .donation-purpose__list {
        display: grid;
        gap: 18px;
    }

    .donation-purpose__item {
        display: grid;
        grid-template-columns: 78px 1fr;
        gap: 18px;
        align-items: center;
        padding: 18px 22px;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(255, 122, 26, 0.06), rgba(30, 37, 47, 0.03));
        border: 1px solid rgba(30, 37, 47, 0.08);
    }

    .donation-purpose__icon {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #1E252F;
        color: #fff;
        font-family: var(--font-quicksand);
        font-size: 22px;
        font-weight: 700;
        box-shadow: inset 0 0 0 7px rgba(255, 122, 26, 0.14);
    }

    .donation-purpose__item h3 {
        margin-bottom: 6px;
        font-size: clamp(20px, 1.42vw, 27px);
    }

    .donation-purpose__item p {
        margin-bottom: 0;
        color: var(--ul-p);
    }

    .donation-impact {
        padding: 40px 0;
    }

    .donation-impact__top {
        max-width: 760px;
        margin: 0 auto 34px;
        text-align: center;
    }

    .donation-impact__top p {
        color: var(--ul-p);
        line-height: 1.9;
        margin-bottom: 0;
    }

    .donation-impact__band {
        border-radius: 30px;
        overflow: hidden;
        background:
            linear-gradient(135deg, #1E252F 0%, #283241 50%, #ff7a1a 100%);
        box-shadow: 0 28px 60px rgba(30, 37, 47, 0.14);
    }

    .donation-impact__grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .donation-impact__item {
        padding: 34px 28px;
        color: #fff;
        position: relative;
    }

    .donation-impact__item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 22px;
        right: 0;
        bottom: 22px;
        width: 1px;
        background: rgba(255, 255, 255, 0.16);
    }

    .donation-impact__amount {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family: var(--font-quicksand);
        font-size: clamp(24px, 2.1vw, 40px);
        font-weight: 700;
        margin-bottom: 10px;
    }

    .donation-impact__amount span {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.12);
        font-size: 16px;
    }

    .donation-impact__item p {
        margin: 0;
        color: rgba(255, 255, 255, 0.84);
        line-height: 1.75;
    }

    .donation-story {
        padding: 70px 0;
    }

    .donation-story__wrap {
        display: grid;
        grid-template-columns: 0.92fr 1.08fr;
        gap: clamp(28px, 3vw, 56px);
        align-items: center;
    }

    .donation-story__image img {
        width: 100%;
        border-radius: 28px;
        aspect-ratio: 620 / 700;
        object-fit: cover;
    }

    .donation-story__content p {
        color: var(--ul-p);
        line-height: 1.9;
        margin-bottom: 18px;
    }

    .donation-story__quote {
        margin: 30px 0 0;
        padding: 28px 30px;
        border-left: 5px solid #ff7a1a;
        border-radius: 0 22px 22px 0;
        background: rgba(30, 37, 47, 0.04);
    }

    .donation-story__quote strong {
        display: block;
        color: var(--ul-black);
        margin-bottom: 10px;
        font-size: 22px;
    }

    .donation-trust {
        padding: 20px 0 70px;
    }

    .donation-trust__grid {
        display: grid;
        grid-template-columns: 1.08fr 0.92fr;
        gap: clamp(24px, 2.7vw, 44px);
    }

    .donation-trust__panel,
    .donation-payment__panel {
        padding: clamp(28px, 2.6vw, 44px);
        border-radius: 30px;
    }

    .donation-trust__panel {
        background: #1E252F;
        color: #fff;
    }

    .donation-trust__panel .ul-section-title,
    .donation-trust__panel .ul-section-sub-title {
        color: #fff;
    }

    .donation-trust__panel .ul-section-sub-title::before {
        opacity: 0.3;
    }

    .donation-trust__panel p {
        color: rgba(255, 255, 255, 0.82);
        line-height: 1.9;
    }

    .donation-trust__stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin-top: 28px;
    }

    .donation-trust__stat {
        padding: 20px 22px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .donation-trust__stat strong {
        display: block;
        font-family: var(--font-quicksand);
        font-size: clamp(28px, 2.2vw, 42px);
        line-height: 1;
        margin-bottom: 10px;
        color: #ffb062;
    }

    .donation-trust__stat span {
        color: rgba(255, 255, 255, 0.84);
        line-height: 1.6;
    }

    .donation-payment__panel {
        background: linear-gradient(180deg, rgba(255, 122, 26, 0.08), rgba(30, 37, 47, 0.04));
        border: 1px solid rgba(30, 37, 47, 0.08);
    }

    .donation-payment__panel p {
        color: var(--ul-p);
        line-height: 1.9;
    }

    .donation-payment__methods {
        display: grid;
        gap: 14px;
        margin: 26px 0;
    }

    .donation-payment__method {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 18px 20px;
        border-radius: 18px;
        background: #fff;
        border: 1px solid rgba(30, 37, 47, 0.08);
    }

    .donation-payment__method strong {
        font-size: 18px;
        color: var(--ul-black);
    }

    .donation-payment__method span {
        color: var(--ul-p);
        text-align: right;
    }

    .donation-payment__note {
        padding: 18px 22px;
        border-radius: 18px;
        background: #fff4eb;
        color: #7a451f;
        font-weight: 600;
    }

    .donation-cta {
        padding: 0 0 110px;
    }

    .donation-cta__box {
        padding: clamp(36px, 3.2vw, 56px);
        border-radius: 34px;
        text-align: center;
        background:
            linear-gradient(135deg, rgba(30, 37, 47, 0.74), rgba(30, 37, 47, 0.56)),
            url('assets/img/main-website/home/d3.jpg') center/cover no-repeat;
        color: #fff;
        overflow: hidden;
        position: relative;
    }

    .donation-cta__box::before {
        content: "";
        position: absolute;
        inset: auto auto -80px -80px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(255, 122, 26, 0.16);
    }

    .donation-cta__box::after {
        content: "";
        position: absolute;
        inset: -80px -80px auto auto;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.06);
    }

    .donation-cta__content {
        position: relative;
        z-index: 1;
        max-width: 860px;
        margin: 0 auto;
    }

    .donation-cta__content .ul-section-sub-title {
        justify-content: center;
        color: #ffb062;
    }

    .donation-cta__content .ul-section-title {
        color: #fff;
        margin-bottom: 18px;
    }

    .donation-cta__content p {
        color: rgba(255, 255, 255, 0.84);
        line-height: 1.9;
        margin-bottom: 26px;
    }

    .donation-cta__actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
    }

    .donation-cta__actions .ul-btn--ghost {
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .donation-cta__actions .ul-btn--ghost:hover {
        background: #fff;
        color: #1E252F;
    }

    @media screen and (max-width: 1199px) {
        .donation-impact__grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .donation-impact__item:nth-child(2)::after {
            display: none;
        }
    }

    @media screen and (max-width: 991px) {
        .donation-hero {
            padding-top: 160px;
            padding-bottom: 90px;
        }

        .donation-purpose__grid,
        .donation-story__wrap,
        .donation-trust__grid {
            grid-template-columns: 1fr;
        }

        .donation-purpose {
            padding-top: 90px;
        }

        .donation-purpose__visual {
            order: -1;
        }
    }

    @media screen and (max-width: 767px) {
        .donation-hero {
            padding-top: 128px;
            padding-bottom: 70px;
        }

        .donation-hero__actions,
        .donation-cta__actions {
            flex-direction: column;
            align-items: center;
        }

        .donation-purpose__item {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .donation-purpose__icon {
            margin: 0 auto;
        }

        .donation-impact__grid,
        .donation-trust__stats {
            grid-template-columns: 1fr;
        }

        .donation-impact__item::after {
            display: none;
        }

        .donation-payment__method {
            flex-direction: column;
            align-items: flex-start;
        }

        .donation-payment__method span {
            text-align: left;
    }

    }

/* Causes page */
.causes-page {
    background: #fff;
}

.causes-hero {
    padding: 180px 0 105px;
    background:
        linear-gradient(90deg, rgba(30, 37, 47, 0.86), rgba(30, 37, 47, 0.54)),
        url('assets/img/main-website/breadcumb.jpg') center/cover no-repeat;
    color: #fff;
}

.causes-hero__inner {
    max-width: 900px;
}

.causes-hero__inner .ul-section-sub-title {
    color: #ffb062;
    margin-bottom: 18px;
}

.causes-hero__inner h1 {
    max-width: 820px;
    margin-bottom: 20px;
    color: #fff;
    font-family: var(--font-quicksand);
    font-size: clamp(40px, 5vw, 78px);
    line-height: 1.05;
}

.causes-hero__inner p {
    max-width: 700px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.88);
}

.causes-hero__contact {
    width: max-content;
    margin-bottom: 28px !important;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    font-weight: 800;
}

.causes-hero__contact a {
    color: #ffb062;
}

.causes-intro {
    padding: 90px 0 36px;
}

.causes-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.65fr);
    gap: 34px;
    align-items: end;
}

.causes-intro__grid p {
    margin: 0;
    padding: 24px 26px;
    border-left: 5px solid #ff7a1a;
    border-radius: 0 22px 22px 0;
    background: #fff7ef;
    color: #7a451f;
    font-weight: 700;
}

.causes-list {
    padding: 44px 0 84px;
}

.causes-list__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.cause-card {
    min-height: 100%;
    overflow: hidden;
    border-radius: 28px;
    display: grid;
    grid-template-rows: auto 1fr;
    background: #fff;
    border: 1px solid rgba(30, 37, 47, 0.08);
    box-shadow: 0 22px 52px rgba(30, 37, 47, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cause-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 68px rgba(30, 37, 47, 0.13);
}

.cause-card--wide {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    grid-template-rows: none;
    align-items: stretch;
    background: #1E252F;
}

.cause-card--spotlight {
    grid-column: 1 / -1;
    overflow: hidden;
    border: 0;
    border-radius: 30px;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
    grid-template-rows: none;
    align-items: stretch;
    background:
        radial-gradient(circle at 90% 12%, rgba(255, 122, 26, 0.26), transparent 28%),
        linear-gradient(135deg, #1E252F 0%, #283241 62%, #ff7a1a 160%);
    box-shadow: 0 30px 78px rgba(30, 37, 47, 0.18);
}

.cause-card__image {
    min-height: 320px;
    background: #1E252F;
}

.cause-card__image--symbol {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: clamp(30px, 4.2vw, 64px);
    background:
        radial-gradient(circle at 22% 18%, rgba(255, 122, 26, 0.26), transparent 22%),
        radial-gradient(circle at 72% 72%, rgba(30, 37, 47, 0.1), transparent 27%),
        linear-gradient(135deg, #ffffff 0%, #fff8f0 46%, #ffffff 100%);
}

.cause-card--spotlight .cause-card__image--symbol {
    min-height: 430px;
    padding: clamp(36px, 5vw, 76px);
    background:
        radial-gradient(circle at 50% 45%, rgba(255, 122, 26, 0.3), transparent 34%),
        radial-gradient(circle at 12% 18%, rgba(255, 176, 98, 0.2), transparent 28%),
        linear-gradient(135deg, rgba(255, 247, 239, 0.96) 0%, rgba(255, 255, 255, 0.88) 55%, rgba(255, 226, 202, 0.94) 100%);
}

.cause-card__image--symbol::before {
    content: "";
    position: absolute;
    left: -11%;
    top: 50%;
    width: 56%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 122, 26, 0.14);
    transform: translateY(-50%);
}

.cause-card__image--symbol::after {
    content: "";
    position: absolute;
    right: -86px;
    top: 0;
    bottom: 0;
    width: 170px;
    background:
        linear-gradient(180deg, rgba(255, 122, 26, 0), rgba(255, 122, 26, 0.16), rgba(255, 122, 26, 0));
    transform: skewX(-12deg);
}

.cause-symbol {
    position: relative;
    z-index: 1;
    width: min(94%, 720px);
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(24px, 3vw, 46px);
    border-radius: 38px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(255, 122, 26, 0.65), rgba(255, 255, 255, 0.7), rgba(30, 37, 47, 0.18)) border-box;
    border: 1px solid transparent;
    box-shadow:
        0 30px 70px rgba(30, 37, 47, 0.14),
        inset 0 0 0 10px rgba(255, 246, 238, 0.9);
}

.cause-card--spotlight .cause-symbol {
    width: min(100%, 700px);
    min-height: 300px;
    border-radius: 32px;
    padding: clamp(26px, 3vw, 48px);
    background:
        linear-gradient(135deg, #ffffff 0%, #fff8f1 52%, #ffffff 100%) padding-box,
        linear-gradient(135deg, rgba(255, 122, 26, 0.9), rgba(255, 255, 255, 0.64), rgba(30, 37, 47, 0.28)) border-box;
    box-shadow:
        0 34px 90px rgba(30, 37, 47, 0.2),
        inset 0 0 0 12px rgba(255, 248, 241, 0.9);
}

.cause-card--spotlight .cause-symbol::after {
    border-radius: 24px;
}

.cause-symbol::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 40%;
    width: min(64%, 460px);
    aspect-ratio: 1.12;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 24%, rgba(255, 176, 98, 0.68), rgba(255, 122, 26, 0.26) 38%, transparent 64%),
        conic-gradient(from 145deg, rgba(30, 37, 47, 0.08), rgba(255, 122, 26, 0.3), rgba(126, 65, 22, 0.12), rgba(255, 176, 98, 0.24), rgba(30, 37, 47, 0.08));
    filter: blur(2px);
    transform: translate(-50%, -50%);
}

.cause-symbol::after {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 28px;
    border: 1px solid rgba(255, 122, 26, 0.2);
    pointer-events: none;
}

.cause-card--wide .cause-card__image {
    min-height: 430px;
}

.cause-card--spotlight .cause-card__image {
    min-height: 440px;
}

.cause-card__image img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.cause-symbol img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    filter: drop-shadow(0 22px 26px rgba(30, 37, 47, 0.22));
}

.cause-card--wide .cause-card__image img {
    min-height: 430px;
}

.cause-card--wide .cause-card__image--symbol img {
    min-height: 0;
}

.cause-card--spotlight .cause-card__image--symbol img {
    min-height: 0;
}

.cause-card:hover .cause-card__image img {
    transform: scale(1.05);
}

.cause-card__body {
    padding: clamp(24px, 2.6vw, 42px);
}

.cause-card--wide .cause-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.cause-card--spotlight .cause-card__body {
    max-width: none;
    margin: 0;
    padding: clamp(34px, 4.5vw, 68px);
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    background: transparent;
    color: #fff;
}

.cause-card__body span {
    width: max-content;
    margin-bottom: 14px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 122, 26, 0.12);
    color: #ff5a14;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.cause-card--wide .cause-card__body span {
    background: #ff7a1a;
    color: #fff;
}

.cause-card--spotlight .cause-card__body span {
    margin-left: 0;
    margin-right: 0;
    background: #ff7a1a;
    color: #fff;
}

.cause-card__body h3 {
    margin-bottom: 12px;
    font-family: var(--font-quicksand);
    font-size: clamp(26px, 2.2vw, 40px);
    line-height: 1.14;
    color: var(--ul-black);
}

.cause-card--wide .cause-card__body h3 {
    color: #fff;
    font-size: clamp(34px, 3vw, 58px);
}

.cause-card--spotlight .cause-card__body h3 {
    max-width: 760px;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
    font-size: clamp(36px, 4vw, 68px);
}

.cause-card__body p {
    margin-bottom: 10px;
    color: var(--ul-p);
}

.cause-card__body p:last-child {
    margin-bottom: 0;
}

.cause-card--wide .cause-card__body p {
    color: rgba(255, 255, 255, 0.86);
}

.cause-card--spotlight .cause-card__body p {
    max-width: 820px;
    margin-left: 0;
    margin-right: 0;
    color: rgba(255, 255, 255, 0.86);
}

.cause-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    align-items: center;
    margin-top: 28px;
}

.cause-card__actions .ul-btn {
    width: max-content;
    flex-shrink: 0;
}

.cause-card__actions p {
    max-width: 300px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    font-weight: 700;
}

.causes-cta {
    padding: 0 0 110px;
}

.causes-cta__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: clamp(32px, 4vw, 58px);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 122, 26, 0.1), rgba(30, 37, 47, 0.04));
    border: 1px solid rgba(30, 37, 47, 0.08);
}

.causes-cta__box p {
    max-width: 760px;
    margin: 0;
    color: var(--ul-p);
}

.causes-cta__box .ul-btn {
    width: max-content;
}

@media screen and (max-width: 991px) {
    .causes-hero {
        padding-top: 160px;
        padding-bottom: 86px;
    }

    .causes-intro__grid,
    .cause-card--wide,
    .cause-card--spotlight,
    .causes-cta__box {
        grid-template-columns: 1fr;
    }

    .cause-card--spotlight .cause-symbol {
        width: min(92%, 760px);
    }

    .cause-card--spotlight .cause-card__body {
        order: 2;
    }

    .cause-card--spotlight .cause-card__image--symbol {
        order: 1;
    }

    .causes-cta__box .ul-btn {
        justify-self: start;
    }
}

@media screen and (max-width: 767px) {
    .causes-hero {
        padding-top: 128px;
        padding-bottom: 70px;
    }

    .causes-intro {
        padding: 60px 0 28px;
    }

    .causes-list {
        padding: 32px 0 64px;
    }

    .causes-list__grid {
        grid-template-columns: 1fr;
    }

    .cause-card,
    .cause-card--wide,
    .cause-card--spotlight,
    .causes-cta__box {
        border-radius: 22px;
    }

    .cause-card__image,
    .cause-card__image img,
    .cause-card--wide .cause-card__image,
    .cause-card--wide .cause-card__image img {
        min-height: 260px;
    }

    .cause-card__image--symbol {
        padding: 26px;
    }

    .cause-card--spotlight .cause-card__image--symbol {
        min-height: 330px;
        padding: 34px 18px 74px;
    }

    .cause-symbol {
        width: 100%;
        min-height: 240px;
        border-radius: 26px;
    }

    .cause-card--spotlight .cause-symbol {
        width: 100%;
        min-height: 210px;
        border-radius: 24px;
        padding: 28px;
    }

    .cause-symbol::after {
        inset: 12px;
        border-radius: 20px;
    }

    .cause-card--spotlight .cause-symbol::after {
        border-radius: 18px;
    }

    .cause-card--spotlight .cause-card__body {
        margin-top: 0;
        border-radius: 0;
        text-align: left;
    }

    .cause-card--spotlight .cause-card__body span,
    .cause-card--spotlight .cause-card__body h3,
    .cause-card--spotlight .cause-card__body p {
        margin-left: 0;
        margin-right: 0;
    }

    .cause-card__actions,
    .cause-card__actions .ul-btn {
        width: 100%;
    }

    .cause-symbol img,
    .cause-card--wide .cause-card__image--symbol img {
        min-height: 0;
    }

    .causes-cta {
        padding-bottom: 70px;
    }
}

/* Contact page */
.contact-page {
    background: #fff;
}

.contact-hero {
    padding: 180px 0 105px;
    background:
        linear-gradient(90deg, rgba(30, 37, 47, 0.88), rgba(30, 37, 47, 0.58)),
        url('assets/img/main-website/breadcumb.jpg') center/cover no-repeat;
    color: #fff;
}

.contact-hero__inner {
    max-width: 860px;
}

.contact-hero__inner .ul-section-sub-title {
    color: #ffb062;
    margin-bottom: 18px;
}

.contact-hero__inner h1 {
    max-width: 820px;
    margin-bottom: 20px;
    color: #fff;
    font-family: var(--font-quicksand);
    font-size: clamp(40px, 5vw, 76px);
    line-height: 1.05;
}

.contact-hero__inner p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
}

.contact-info-section {
    position: relative;
    z-index: 2;
    margin-top: -52px;
    padding-bottom: 74px;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.contact-info-card {
    min-width: 0;
    height: 100%;
    padding: 28px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(30, 37, 47, 0.08);
    box-shadow: 0 22px 54px rgba(30, 37, 47, 0.12);
}

.contact-info-card__icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(255, 122, 26, 0.12);
    color: #ff5a14;
    font-size: 24px;
}

.contact-info-card span,
.contact-help-box span {
    display: block;
    margin-bottom: 10px;
    color: #ff5a14;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-info-card h3 {
    margin: 0;
    color: var(--ul-black);
    font-family: var(--font-quicksand);
    font-size: clamp(20px, 1.45vw, 27px);
    line-height: 1.2;
}

.contact-info-card a {
    color: inherit;
    overflow-wrap: anywhere;
}

.contact-main {
    padding: 0 0 84px;
}

.contact-main__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
    gap: 34px;
    align-items: stretch;
}

.contact-main__content {
    padding: clamp(30px, 4vw, 56px);
    border-radius: 28px;
    background:
        radial-gradient(circle at 96% 0%, rgba(255, 122, 26, 0.18), transparent 28%),
        linear-gradient(135deg, #1E252F 0%, #283241 70%, #ff7a1a 165%);
    color: #fff;
}

.contact-main__content .ul-section-sub-title,
.contact-main__content .ul-section-title {
    color: #fff;
}

.contact-main__content .ul-section-sub-title {
    color: #ffb062;
}

.contact-main__content p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.84);
}

.contact-help-box {
    margin-top: 32px;
    padding: 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-help-box span {
    color: #ffb062;
}

.contact-help-box h3 {
    max-width: 430px;
    margin-bottom: 16px;
    color: #fff;
    font-family: var(--font-quicksand);
    font-size: clamp(24px, 2vw, 36px);
    line-height: 1.16;
}

.contact-help-box a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.contact-form {
    padding: clamp(26px, 3.4vw, 48px);
    border-radius: 28px;
    background: #fff7ef;
    border: 1px solid rgba(255, 122, 26, 0.14);
}

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

.contact-form .form-group {
    margin-bottom: 18px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    color: #1E252F;
    font-weight: 900;
}

.contact-form input,
.contact-form textarea {
    border-color: rgba(30, 37, 47, 0.08);
    box-shadow: 0 12px 30px rgba(30, 37, 47, 0.05);
}

.contact-form .ul-btn {
    margin-top: 4px;
}

.contact-map-section {
    padding: 0 0 110px;
}

.contact-map {
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(30, 37, 47, 0.08);
    box-shadow: 0 24px 62px rgba(30, 37, 47, 0.12);
}

.contact-map iframe {
    display: block;
    width: 100%;
    min-height: 430px;
    border: 0;
}

@media screen and (max-width: 991px) {
    .contact-hero {
        padding-top: 160px;
        padding-bottom: 86px;
    }

    .contact-info-grid,
    .contact-main__grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .contact-hero {
        padding-top: 128px;
        padding-bottom: 72px;
    }

    .contact-info-section {
        margin-top: -36px;
        padding-bottom: 54px;
    }

    .contact-info-card,
    .contact-main__content,
    .contact-form,
    .contact-map {
        border-radius: 22px;
    }

    .contact-info-card {
        padding: 22px;
    }

    .contact-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-map-section {
        padding-bottom: 70px;
    }

    .contact-map iframe {
        min-height: 340px;
    }
}
