.home-top-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(0, .92fr);
    gap: 12px;
    width: 100%;
    min-width: 0;
    margin-bottom: 2px;
}

.home-prize-fund-link,
.home-instagram-link {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
    min-height: 64px;
    padding: 15px 18px;
    overflow: hidden;
    border-radius: 20px;
    color: #fff4f5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 16px 38px rgba(55, 4, 22, .3);
    font-size: clamp(16px, 2vw, 19px);
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-prize-fund-link {
    border: 1px solid rgba(226, 139, 160, .48);
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 174, 193, .2), transparent 34%),
        linear-gradient(125deg, #e7aa20 0%, #a97f07 48%, #32101d 100%);
}

.home-instagram-link {
    border: 1px solid rgba(239, 154, 196, .52);
    background:
        radial-gradient(circle at 20% 12%, rgba(255, 206, 143, .22), transparent 34%),
        linear-gradient(132deg, #4c1d71 0%, #8f285f 48%, #b75b32 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 16px 38px rgba(66, 12, 59, .28);
}

.home-prize-fund-link::after,
.home-instagram-link::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: '';
    opacity: .42;
    background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, .12) 50%, transparent 70%);
    transform: translateX(-35%);
    transition: transform .45s ease;
}

.home-prize-fund-link:hover,
.home-instagram-link:hover {
    color: #fff;
    transform: translateY(-2px);
}

.home-prize-fund-link:hover {
    border-color: rgba(255, 181, 199, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .13), 0 20px 44px rgba(87, 12, 38, .38);
}

.home-instagram-link:hover {
    border-color: rgba(255, 199, 224, .8);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 20px 44px rgba(87, 20, 75, .38);
}

.home-prize-fund-link:hover::after,
.home-instagram-link:hover::after {
    transform: translateX(35%);
}

.home-prize-fund-link:focus-visible,
.home-instagram-link:focus-visible,
.prize-fund-action:focus-visible {
    outline: 3px solid #9edcff;
    outline-offset: 4px;
}

.home-prize-fund-icon,
.home-instagram-icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 218, 224, .34);
    border-radius: 11px;
    background: rgba(20, 2, 10, .24);
}

.home-top-action-label {
    min-width: 0;
    white-space: nowrap;
}

.home-prize-fund-icon svg,
.home-instagram-icon svg,
.prize-fund-card-icon svg,
.prize-fund-benefit-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.prize-fund-page {
    color: #f8f4f7;
    background:
        radial-gradient(circle at 8% 26%, rgba(117, 23, 57, .28), transparent 34%),
        radial-gradient(circle at 92% 38%, rgba(50, 148, 201, .18), transparent 36%),
        #0c080d;
}

.prize-fund-page .site-glow { opacity: .24; }

.prize-fund-shell {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(188, 210, 227, .2);
    border-radius: 34px;
    background:
        linear-gradient(150deg, rgba(83, 17, 44, .94) 0%, rgba(53, 34, 66, .96) 42%, rgba(26, 91, 126, .92) 100%);
    box-shadow: 0 32px 90px rgba(5, 3, 12, .54);
}

.prize-fund-shell::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: '';
    opacity: .6;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.prize-fund-orb {
    position: absolute;
    z-index: -1;
    width: 340px;
    aspect-ratio: 1;
    border-radius: 50%;
    filter: blur(24px);
    pointer-events: none;
}

.prize-fund-orb-one { top: -150px; left: -110px; background: rgba(174, 46, 85, .34); }
.prize-fund-orb-two { top: 190px; right: -190px; background: rgba(88, 190, 237, .25); }

.prize-fund-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(310px, .88fr);
    gap: 26px 44px;
    align-items: center;
    padding: clamp(44px, 7vw, 88px) clamp(22px, 6vw, 76px) 50px;
}

.prize-fund-eyebrow {
    margin: 0 0 12px;
    color: #d9b76a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .22em;
}

.prize-fund-hero h1,
.prize-fund-section-heading h2,
.prize-fund-cta h2,
.prize-fund-glass-card h2 {
    margin: 0;
    color: #fff;
    font-family: var(--font-display);
    font-weight: 500;
}

.prize-fund-hero h1 {
    max-width: 780px;
    font-size: clamp(38px, 6vw, 74px);
    line-height: .98;
    text-wrap: balance;
}

.prize-fund-lead {
    max-width: 700px;
    margin: 24px 0 0;
    color: rgba(247, 242, 248, .82);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
}

.prize-fund-amount-card {
    position: relative;
    display: grid;
    gap: 8px;
    min-height: 290px;
    place-content: center;
    padding: 34px 24px;
    overflow: hidden;
    border: 1px solid rgba(203, 235, 255, .44);
    border-radius: 30px;
    background:
        radial-gradient(circle at 50% 8%, rgba(255, 255, 255, .2), transparent 44%),
        linear-gradient(145deg, rgba(103, 23, 54, .6), rgba(37, 128, 169, .56));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 24px 54px rgba(4, 12, 28, .34);
    text-align: center;
    backdrop-filter: blur(16px);
}

.prize-fund-amount-card::before {
    position: absolute;
    inset: 15px;
    border: 1px solid rgba(219, 185, 104, .32);
    border-radius: 21px;
    content: '';
    pointer-events: none;
}

.prize-fund-amount-card span {
    color: #dcefff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .24em;
}

.prize-fund-amount-card strong {
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(58px, 8vw, 92px);
    font-weight: 600;
    line-height: 1;
    text-shadow: 0 0 32px rgba(145, 213, 250, .28);
    white-space: nowrap;
}

.prize-fund-amount-card small { color: rgba(255, 244, 232, .78); font-size: 14px; }

.prize-fund-current-note {
    grid-column: 1 / -1;
    margin: 0;
    padding: 15px 20px;
    border-left: 3px solid #d9b76a;
    border-radius: 0 12px 12px 0;
    color: rgba(255, 255, 255, .84);
    background: rgba(10, 8, 20, .22);
}

.prize-fund-info-grid,
.prize-fund-benefits,
.prize-fund-cta { margin-inline: clamp(18px, 4.5vw, 56px); }

.prize-fund-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 10px 0 54px;
}

.prize-fund-glass-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 25px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}

.prize-fund-glass-card--burgundy { background: rgba(76, 13, 39, .5); }
.prize-fund-glass-card--blue { background: rgba(18, 83, 121, .42); }

.prize-fund-card-icon,
.prize-fund-benefit-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(217, 183, 106, .42);
    border-radius: 15px;
    color: #f0cc76;
    background: rgba(8, 8, 18, .22);
}

.prize-fund-glass-card h2 { font-size: clamp(25px, 3vw, 34px); line-height: 1.08; }
.prize-fund-glass-card p { margin: 14px 0 0; color: rgba(246, 243, 248, .8); line-height: 1.65; }
.prize-fund-glass-card .prize-fund-card-note { color: #dbeffd; font-weight: 700; }

.prize-fund-benefits {
    padding: clamp(40px, 6vw, 76px) 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.prize-fund-section-heading { max-width: 720px; margin-bottom: 28px; }
.prize-fund-section-heading h2 { font-size: clamp(34px, 5vw, 54px); line-height: 1.05; }

.prize-fund-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.prize-fund-benefit-card {
    position: relative;
    min-height: 270px;
    padding: clamp(24px, 4vw, 38px);
    overflow: hidden;
    border: 1px solid rgba(190, 227, 247, .2);
    border-radius: 25px;
    background: linear-gradient(145deg, rgba(20, 21, 42, .55), rgba(75, 17, 47, .38));
}

.prize-fund-benefit-number {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(190, 225, 244, .24);
    font-family: var(--font-display);
    font-size: 58px;
}

.prize-fund-benefit-card h3 {
    margin: 28px 0 10px;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 500;
}

.prize-fund-benefit-card p { margin: 0; color: rgba(245, 244, 248, .78); line-height: 1.7; }

.prize-fund-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: clamp(18px, 4.5vw, 56px);
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid rgba(219, 183, 106, .36);
    border-radius: 28px;
    background:
        radial-gradient(circle at 84% 18%, rgba(115, 202, 247, .2), transparent 38%),
        linear-gradient(120deg, rgba(84, 16, 43, .72), rgba(25, 75, 107, .62));
}

.prize-fund-cta h2 { font-size: clamp(34px, 5vw, 54px); }
.prize-fund-cta p { max-width: 680px; margin: 12px 0 0; color: rgba(249, 245, 248, .8); font-size: 17px; line-height: 1.6; }

.prize-fund-closed-note {
    display: block;
    margin-top: 18px;
    color: #d9ecf7;
}

.prize-fund-action {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 24px;
    border: 1px solid rgba(255, 231, 173, .7);
    border-radius: 15px;
    color: #25120a;
    background: linear-gradient(135deg, #f5dc9b, #d8ad53);
    box-shadow: 0 14px 32px rgba(22, 4, 13, .28);
    font-weight: 900;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.prize-fund-action:hover { color: #140905; box-shadow: 0 18px 38px rgba(22, 4, 13, .36); transform: translateY(-2px); }
.prize-fund-action--secondary { color: #fff; border-color: rgba(193, 230, 249, .56); background: rgba(12, 39, 57, .48); }
.prize-fund-action--secondary:hover { color: #fff; }

@media (max-width: 800px) {
    .prize-fund-hero { grid-template-columns: 1fr; }
    .prize-fund-amount-card { min-height: 240px; }
    .prize-fund-info-grid,
    .prize-fund-benefit-grid { grid-template-columns: 1fr; }
    .prize-fund-cta { align-items: flex-start; flex-direction: column; }
    .prize-fund-action { width: 100%; }
}

@media (max-width: 520px) {
    .home-top-actions {
        grid-template-columns: minmax(0, 1.28fr) minmax(0, .92fr);
        gap: 9px;
    }

    .home-prize-fund-link,
    .home-instagram-link {
        min-height: 58px;
        padding: 11px 10px;
        border-radius: 17px;
        gap: 8px;
        font-size: clamp(13px, 3.6vw, 16px);
        letter-spacing: .01em;
    }

    .home-prize-fund-icon,
    .home-instagram-icon {
        width: 30px;
        height: 30px;
        border-radius: 10px;
    }

    .home-prize-fund-icon svg,
    .home-instagram-icon svg {
        width: 19px;
        height: 19px;
    }
    .prize-fund-shell { border-radius: 24px; }
    .prize-fund-hero { gap: 24px; padding-inline: 18px; }
    .prize-fund-amount-card { min-height: 210px; border-radius: 22px; }
    .prize-fund-amount-card strong { font-size: clamp(50px, 17vw, 70px); }
    .prize-fund-info-grid,
    .prize-fund-benefits,
    .prize-fund-cta { margin-inline: 12px; }
    .prize-fund-glass-card { grid-template-columns: 1fr; }
    .prize-fund-benefit-card { min-height: 0; }
}

@media (max-width: 360px) {
    .home-top-actions { gap: 7px; }

    .home-prize-fund-link,
    .home-instagram-link {
        min-height: 54px;
        padding-inline: 6px;
        gap: 5px;
        font-size: 12px;
    }

    .home-prize-fund-icon,
    .home-instagram-icon {
        width: 26px;
        height: 26px;
        border-radius: 9px;
    }

    .home-prize-fund-icon svg,
    .home-instagram-icon svg {
        width: 17px;
        height: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-prize-fund-link,
    .home-instagram-link,
    .home-prize-fund-link::after,
    .home-instagram-link::after,
    .prize-fund-action {
        transition: none;
    }

    .home-prize-fund-link:hover,
    .home-instagram-link:hover,
    .prize-fund-action:hover { transform: none; }

    .home-prize-fund-link::after,
    .home-instagram-link::after { display: none; }
}
