.yg-home-page {
    --yg-blue: #1E70E0;
    --yg-blue-dark: #062760;
    --yg-sky: #56B7E8;
    --yg-ink: #10243D;
    --yg-text: #66758A;
    --yg-muted: #8A98AA;
    --yg-line: #E2EAF3;
    --yg-soft: #F6FAFE;
    overflow: hidden;
    color: var(--yg-ink);
    background: #fff;
}

.yg-home-page,
.yg-home-page * {
    box-sizing: border-box;
}

.yg-home-page a {
    text-decoration: none;
}

.yg-home-giving {
    position: relative;
    margin-top: 0;
    padding: 72px 0 92px;
    overflow: hidden;
    background:
        radial-gradient(circle at -4% 8%, rgba(30, 112, 224, .11), transparent 27%),
        radial-gradient(circle at 104% 42%, rgba(86, 183, 232, .12), transparent 25%),
        linear-gradient(180deg, #f3f7fd 0%, #f8fbff 72%, #fff 100%);
}

.yg-home-giving > .container {
    position: relative;
    z-index: 1;
}

.yg-home-quick {
    position: relative;
    z-index: 2;
    padding: 0 0 30px;
    background: transparent;
}

.yg-home-quick-panel {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 38px;
    align-items: center;
    min-height: 108px;
    padding: 0;
    background: transparent;
}

.yg-home-quick-copy {
    position: relative;
    align-self: end;
    padding: 0 0 12px;
}

.yg-home-quick-copy h2 {
    margin: 0;
    color: #062760;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.yg-home-quick-copy::after {
    display: block;
    width: 58px;
    height: 4px;
    margin-top: 14px;
    background: linear-gradient(90deg, #062760 0 38%, #1e70e0 38% 100%);
    border-radius: 999px;
    content: '';
}

.yg-home-quick-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(145px, 1fr)) auto;
    gap: 12px;
    align-items: end;
}

.yg-home-quick-field {
    display: grid;
    gap: 7px;
    min-width: 0;
    margin: 0;
}

.yg-home-quick-field > span:first-child {
    color: #52677f;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.yg-home-quick-control {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 52px;
    padding: 0 15px;
    color: #1E70E0;
    background: #fff;
    border: 1px solid #D6E4F7;
    border-radius: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.yg-home-quick-control:focus-within {
    border-color: #1E70E0;
    box-shadow: 0 0 0 3px rgba(30, 112, 224, .08);
}

.yg-home-quick-form.has-error .yg-home-quick-control,
.yg-home-quick-form.has-error .yg-home-quick-product {
    border-color: #D95D5D;
}

.yg-home-quick-control select,
.yg-home-quick-control input {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    color: var(--yg-ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 500;
}

.yg-home-quick-control select {
    cursor: pointer;
}

.yg-home-quick-control input::placeholder {
    color: #9AA7B7;
}

.yg-home-quick-control input::-webkit-inner-spin-button,
.yg-home-quick-control input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.yg-home-quick-control b {
    color: var(--yg-text);
    font-size: 12px;
    font-weight: 700;
}

.yg-home-quick-control input:read-only {
    color: var(--yg-blue);
    cursor: default;
    font-weight: 700;
}

.yg-home-quick-product {
    width: 100%;
    height: 52px;
    overflow: hidden;
    padding: 0 15px;
    color: var(--yg-ink);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #D6E4F7;
    border-radius: 12px;
    cursor: pointer;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 500;
}

.yg-home-quick-product:disabled {
    color: #9AA7B7;
    cursor: default;
}

.yg-home-quick-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 52px;
    padding: 0 22px;
    color: #fff;
    background: #062760;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

.yg-home-quick-submit:hover {
    background: #1E70E0;
    transform: translateY(-1px);
}

.yg-home-quick-submit:disabled {
    cursor: wait;
    opacity: 0.65;
    transform: none;
}

body.yg-modal-open {
    overflow: hidden;
}

.yg-home-product-modal {
    position: fixed;
    z-index: 99998;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.yg-home-product-modal,
.yg-home-product-modal * {
    box-sizing: border-box;
}

.yg-home-product-modal.is-open {
    display: flex;
}

.yg-home-product-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(16, 36, 61, 0.52);
    border: 0;
    cursor: default;
}

.yg-home-product-dialog {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    max-height: min(720px, 88vh);
    overflow: auto;
    padding: 28px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 28px 80px rgba(16, 36, 61, 0.24);
}

.yg-home-product-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5ECF3;
}

.yg-home-product-head span {
    display: block;
    margin-bottom: 4px;
    color: #66758A;
    font-size: 12px;
    font-weight: 600;
}

.yg-home-product-head h2 {
    margin: 0;
    color: #10243D;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
}

.yg-home-product-close {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    padding: 0 0 3px;
    color: #536277;
    background: #F6F8FB;
    border: 1px solid #E2EAF3;
    border-radius: 50%;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
}

.yg-home-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-top: 20px;
}

.yg-home-product-option {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-width: 0;
    padding: 8px;
    color: #10243D;
    text-align: left;
    background: #fff;
    border: 1px solid #E2EAF3;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    transition: border-color 0.18s ease, background 0.18s ease;
}

.yg-home-product-option[hidden] {
    display: none;
}

.yg-home-product-option:not(:disabled):hover {
    background: #F8FBFE;
    border-color: #91CDEC;
}

.yg-home-product-option:disabled {
    cursor: not-allowed;
    opacity: 0.48;
}

.yg-home-product-option img {
    width: 76px;
    height: 66px;
    object-fit: cover;
    border-radius: 7px;
}

.yg-home-product-option span {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.yg-home-product-option strong {
    overflow: hidden;
    color: #10243D;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
}

.yg-home-product-option small {
    color: #1B5190;
    font-size: 12px;
    font-weight: 600;
}

.yg-home-product-empty {
    margin: 20px 0 0;
    padding: 22px;
    color: #66758A;
    text-align: center;
    background: #F8FAFC;
    border: 1px solid #E2EAF3;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.yg-home-videos,
.yg-home-latest-donations,
.yg-home-news {
    padding: 86px 0;
}

.yg-home-videos {
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F8FE 100%);
}

.yg-home-latest-donations {
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(30, 112, 224, .08), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f5f9fe 100%);
}

.yg-home-video-head,
.yg-home-donation-head,
.yg-home-news-head {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.yg-home-video-head > span,
.yg-home-donation-head > span,
.yg-home-news-head > span,
.yg-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    margin-bottom: 13px;
    padding: 0 12px;
    color: #062760;
    background: rgba(30, 112, 224, .075);
    border: 1px solid rgba(30, 112, 224, .14);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.yg-home-video-head > span::before,
.yg-home-donation-head > span::before,
.yg-home-news-head > span::before,
.yg-home-eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    background: #1E70E0;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(30, 112, 224, .1);
}

.yg-home-donation-head > span,
.yg-home-news-head > span {
    color: #fff;
    background: #1e70e0;
    border-color: #1e70e0;
    box-shadow: 0 9px 22px rgba(30, 112, 224, .16);
    font-size: 10px;
    letter-spacing: .035em;
    text-transform: none;
}

.yg-home-donation-head > span::before,
.yg-home-news-head > span::before {
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .15);
}

.yg-home-video-head h2,
.yg-home-donation-head h2,
.yg-home-news-head h2 {
    margin: 0;
    color: #062760;
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.yg-home-video-head p,
.yg-home-donation-head p,
.yg-home-news-head p {
    max-width: 590px;
    margin: 13px auto 0;
    color: var(--yg-text);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
}

.yg-home-categories {
    padding: 0;
}

.yg-home-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 34px;
}

.yg-home-section-head > div {
    max-width: 680px;
}

.yg-home-cta-inner > div > span {
    display: block;
    margin-bottom: 9px;
    color: var(--yg-blue);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.yg-home-section-head h1,
.yg-home-section-head h2,
.yg-home-impact-head h2,
.yg-home-cta h2 {
    margin: 0;
    color: var(--yg-ink);
    font-size: clamp(30px, 3.1vw, 42px);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.02em;
}

.yg-home-section-head p,
.yg-home-cta p {
    margin: 14px 0 0;
    color: var(--yg-text);
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.7;
}

.yg-home-text-link,
.yg-home-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--yg-blue);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.yg-home-text-link {
    padding-bottom: 5px;
    border-bottom: 1px solid #C9D8E8;
}

.yg-home-text-link:hover,
.yg-home-card-link:hover {
    color: var(--yg-blue-dark);
}

.yg-home-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.yg-home-category-card {
    min-width: 0;
    padding: 8px 8px 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--yg-line);
    border-radius: 16px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.yg-home-category-card:hover {
    border-color: rgba(86, 183, 232, 0.7);
    transform: translateY(-3px);
}

.yg-home-category-media {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--yg-soft);
    border-radius: 11px;
}

.yg-home-category-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.yg-home-category-card:hover .yg-home-category-media img {
    transform: scale(1.025);
}

.yg-home-category-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 68px;
    padding: 12px 8px 11px;
}

.yg-home-category-footer h2 {
    margin: 0;
    color: var(--yg-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.yg-home-category-footer > a {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: var(--yg-blue);
    background: var(--yg-soft);
    border-radius: 50%;
    font-size: 18px;
    transition: color 0.2s ease, background 0.2s ease;
}

.yg-home-category-card:hover .yg-home-category-footer > a {
    color: #fff;
    background: var(--yg-blue);
}

.yg-home-impact {
    padding: 74px 0;
    background:
        radial-gradient(circle at 12% 15%, rgba(86, 183, 232, 0.16), transparent 30%),
        #F6FAFE;
    border-block: 1px solid var(--yg-line);
}

.yg-home-impact-head {
    max-width: 680px;
    margin-bottom: 34px;
}

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

.yg-home-impact-item {
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: 164px;
    padding: 22px 12px 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--yg-line);
    border-radius: 14px;
}

.yg-home-impact-item img {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    object-fit: contain;
}

.yg-home-impact-item strong {
    color: var(--yg-blue);
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 700;
    line-height: 1.1;
}

.yg-home-impact-item span {
    margin-top: 8px;
    color: var(--yg-text);
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.4;
}

.yg-home-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.yg-home-video-card {
    padding: 8px;
    background: #fff;
    border: 1px solid var(--yg-line);
    border-radius: 16px;
}

.yg-home-video-action,
.yg-home-news-action {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.yg-home-video-action a,
.yg-home-news-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 20px;
    color: #fff;
    background: #062760;
    border: 1px solid #062760;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 700;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.yg-home-video-action a:hover,
.yg-home-news-action a:hover {
    color: #fff;
    background: #1E70E0;
    border-color: #1E70E0;
}

.yg-home-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--yg-soft);
    border-radius: 11px;
}

.yg-home-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.yg-home-donation-slider {
    position: relative;
}

.yg-home-donation-slider .splide__track {
    overflow: hidden;
    padding: 5px 2px 10px !important;
}

.yg-home-donation-slider .splide__slide {
    display: flex;
    height: auto;
}

.yg-home-donation-card {
    width: 100%;
    box-shadow: none;
}

.yg-home-donation-card:hover {
    box-shadow: none;
}

.yg-home-donation-slider .splide__arrows {
    display: none;
}

.yg-home-news {
    background: #F7FAFE;
}

.yg-home-news-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #DDE8F5;
    border-radius: 16px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.yg-home-news-slider {
    position: relative;
}

.yg-home-news-slider .splide__track {
    padding: 4px 2px 6px !important;
}

.yg-home-news-slider .splide__slide {
    height: auto;
}

.yg-home-news-slider .yg-home-news-card {
    height: 100%;
}

.yg-home-news-slider .splide__arrow {
    width: 44px;
    height: 44px;
    background: #062760;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scale(.94);
    transition: opacity .2s ease, background .2s ease, transform .2s ease;
}

.yg-home-news-slider:hover .splide__arrow,
.yg-home-news-slider:focus-within .splide__arrow {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
}

.yg-home-news-slider .splide__arrow--prev {
    left: -22px;
}

.yg-home-news-slider .splide__arrow--next {
    right: -22px;
}

.yg-home-news-slider .splide__arrow svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.yg-home-news-slider .splide__arrow:hover {
    background: #1E70E0;
}

.yg-home-news-card:hover {
    border-color: rgba(30, 112, 224, 0.5);
    transform: translateY(-3px);
}

.yg-home-news-media {
    display: block;
    aspect-ratio: 1.58 / 1;
    margin: 8px 8px 0;
    overflow: hidden;
    background: var(--yg-soft);
    border-radius: 11px;
}

.yg-home-news-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.yg-home-news-card:hover .yg-home-news-media img {
    transform: scale(1.025);
}

.yg-home-news-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 20px 22px;
}

.yg-home-news-body time {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 28px;
    padding: 0 10px;
    color: #1E70E0;
    background: #EAF3FF;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .025em;
}

.yg-home-news-body h3 {
    margin: 12px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.yg-home-news-body h3 a {
    color: var(--yg-ink);
    transition: color .2s ease;
}

.yg-home-news-body h3 a:hover {
    color: #1E70E0;
}

.yg-home-news-body p {
    margin: 10px 0 0;
    color: var(--yg-text);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.65;
}

.yg-home-card-link {
    align-self: flex-start;
    min-height: 38px;
    margin-top: auto;
    padding: 0 15px;
    color: #fff;
    background: #062760;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    transition: color .2s ease, background .2s ease;
}

.yg-home-card-link:hover {
    color: #fff;
    background: #1E70E0;
}

.yg-home-cta {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: #1E70E0;
}

.yg-home-cta::before,
.yg-home-cta::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    pointer-events: none;
}

.yg-home-cta::before {
    top: -250px;
    right: -90px;
    width: 500px;
    height: 500px;
}

.yg-home-cta::after {
    top: -164px;
    right: 5px;
    width: 320px;
    height: 320px;
}

.yg-home-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    min-height: 330px;
    padding: 76px 0;
    background: transparent;
}

.yg-home-cta-inner > div:first-child {
    max-width: 720px;
}

.yg-home-cta-inner > div > span {
    color: #CFE2FF;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.yg-home-cta h2 {
    color: #fff;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 750;
    line-height: 1.08;
}

.yg-home-cta p {
    max-width: 610px;
    color: #DCEAFF;
    font-size: 15px;
}

.yg-home-cta-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    padding-left: 48px;
    border-left: 1px solid rgba(255, 255, 255, .28);
}

.yg-home-primary-button,
.yg-home-secondary-button,
.yg-home-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.yg-home-cta .yg-home-primary-button,
.yg-home-cta .yg-home-secondary-button {
    min-height: 50px;
    padding: 0 25px;
    font-weight: 700;
}

.yg-home-primary-button {
    gap: 8px;
    color: #062760;
    background: #fff;
}

.yg-home-primary-button:hover {
    color: #fff;
    background: #062760;
}

.yg-home-outline-button {
    color: var(--yg-blue);
    background: #fff;
    border: 1px solid #D5E1ED;
}

.yg-home-secondary-button {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .58);
}

.yg-home-outline-button:hover {
    color: var(--yg-blue-dark);
    background: #F9FCFF;
}

.yg-home-secondary-button:hover {
    color: #062760;
    background: #fff;
}

.yg-home-mobile-action {
    display: none;
    margin-top: 26px;
}

.yg-home-outline-button {
    width: 100%;
    gap: 8px;
}

.promo-popup {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.promo-popup.is-hidden {
    display: none;
}

.promo-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(16, 36, 61, 0.38);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.promo-popup__content {
    position: relative;
    z-index: 1;
    width: min(560px, 92vw);
    max-height: 90vh;
    animation: ygPopupIn 0.28s ease both;
}

.promo-popup__image {
    display: block;
    width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 16px;
}

.promo-popup__close {
    position: absolute;
    z-index: 2;
    top: -12px;
    right: -12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #10243D;
    background: #fff;
    border: 1px solid #E2EAF3;
    border-radius: 50%;
    box-shadow: 0 10px 26px rgba(16, 36, 61, 0.18);
    cursor: pointer;
    font-size: 24px;
}

@keyframes ygPopupIn {
    from { opacity: 0; transform: translateY(8px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 991px) {
    .yg-home-giving {
        margin-top: 0;
        padding-top: 58px;
        background:
            radial-gradient(circle at -8% 6%, rgba(30, 112, 224, .1), transparent 25%),
            linear-gradient(180deg, #f3f7fd 0%, #f8fbff 72%, #fff 100%);
    }

    .yg-home-quick-panel {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-top: 0;
    }

    .yg-home-quick-copy {
        align-self: auto;
        padding-bottom: 0;
    }

    .yg-home-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .yg-home-impact-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .yg-home-video-card:nth-child(3) {
        grid-column: span 2;
    }

    .yg-home-cta-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 58px 0;
    }

    .yg-home-cta-actions {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .yg-home-giving {
        margin-top: 0;
        padding: 44px 0 62px;
        background:
            radial-gradient(circle at -12% 5%, rgba(30, 112, 224, .1), transparent 22%),
            linear-gradient(180deg, #f3f7fd 0%, #f8fbff 78%, #fff 100%);
    }

    .yg-home-quick {
        padding: 0 0 30px;
    }

    .yg-home-quick-panel {
        gap: 22px;
        padding: 0;
    }

    .yg-home-quick-copy h2 {
        font-size: 27px;
    }

    .yg-home-quick-form {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .yg-home-quick-submit {
        width: 100%;
        margin-top: 2px;
    }

    .yg-home-product-modal {
        align-items: flex-end;
        padding: 12px;
    }

    .yg-home-product-dialog {
        width: 100%;
        max-height: 88vh;
        padding: 22px 16px 18px;
        border-radius: 14px 14px 8px 8px;
    }

    .yg-home-product-head h2 {
        font-size: 21px;
    }

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

    .yg-home-videos,
    .yg-home-latest-donations,
    .yg-home-news {
        padding: 56px 0;
    }

    .yg-home-video-head,
    .yg-home-donation-head,
    .yg-home-news-head {
        margin-bottom: 28px;
    }

    .yg-home-video-head h2,
    .yg-home-donation-head h2,
    .yg-home-news-head h2 {
        font-size: 28px;
    }

    .yg-home-video-head p,
    .yg-home-donation-head p,
    .yg-home-news-head p {
        font-size: 14px;
    }

    .yg-home-video-action,
    .yg-home-news-action {
        margin-top: 24px;
    }

    .yg-home-news-slider .splide__arrows {
        display: none;
    }

    .yg-home-donation-slider .splide__arrows {
        display: none;
    }

    .yg-home-categories {
        padding: 10px 0 0;
    }

    .yg-home-section-head {
        margin-bottom: 26px;
    }

    .yg-home-section-head > .yg-home-text-link {
        display: none;
    }

    .yg-home-mobile-action {
        display: block;
    }

    .yg-home-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .yg-home-category-card {
        padding: 6px 6px 0;
        border-radius: 13px;
    }

    .yg-home-category-media {
        border-radius: 9px;
    }

    .yg-home-category-footer {
        min-height: 60px;
        padding: 9px 5px;
    }

    .yg-home-category-footer h2 {
        font-size: 12.5px;
    }

    .yg-home-category-footer > a {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .yg-home-impact {
        padding: 54px 0;
    }

    .yg-home-impact-head {
        margin-bottom: 26px;
    }

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

    .yg-home-video-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .yg-home-video-card:nth-child(3) {
        grid-column: auto;
    }

    .yg-home-cta {
        padding: 0;
    }

    .yg-home-cta-inner {
        gap: 28px;
        min-height: 0;
        padding: 48px 0;
    }

    .yg-home-cta-actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .promo-popup {
        padding: 16px;
    }

    .promo-popup__close {
        top: -10px;
        right: -10px;
        width: 38px;
        height: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yg-home-category-card,
    .yg-home-category-media img,
    .yg-home-news-card,
    .yg-home-news-media img,
    .yg-home-quick-control,
    .yg-home-quick-submit,
    .promo-popup__content {
        transition: none;
        animation: none;
    }
}
