@charset "utf-8";
/* Infinite Fidelis Consulting | Donate CSS | V1.0 */

/* DONATE HERO */
.donate-hero {
    position: relative;
    overflow: hidden;
    padding: 275px 0 320px;
    background: url('../images/hero-sponsor.webp') center/cover no-repeat;
}

.donate-hero-inner {
    position: relative;
    z-index: 5;
}

.donate-hero-content {
    max-width: 500px;
}

/* SPONSORSHIP LEVELS */
.sponsorship-levels {
    padding: 0 0 140px;
}

.sponsorship-levels .container {
    max-width: 1600px;
}

.section-heading h3 {
    text-align: center;
}

.sponsorship-levels .section-heading p {
    max-width: 780px;
    margin: 50px auto;
    text-align: center;
    color: #333;
}

.sponsor-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    align-items: start;
}

.sponsor-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 34px 24px;
    min-height: 415px;
    height: auto;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-top: 5px solid #d5a647;
    border-radius: 10px;
    box-shadow: 0 16px 35px rgba(0,0,0,.06);
}

.sponsor-card.featured {
    border-top-color: #98000f;
    transform: translateY(-10px);
}

.sponsor-card.legacy {
    background: linear-gradient(180deg, #fff, #fff8eb);
}

.sponsor-ribbon {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 12px;
    background: #98000f;
    border-radius: 20px;
    font-family: 'Antonio', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.sponsor-card h3 {
    margin-bottom: 18px;
    font-size: 22px;
}

.sponsor-price {
    margin-bottom: 24px;
    font-family: 'Antonio', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #98000f;
}

.sponsor-price span {
    display: block;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.sponsor-card p {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.65;
    color: #444;
}

.sponsor-card h4 {
    margin: 26px 0 14px;
    font-family: 'Antonio', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.sponsor-card ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sponsor-card li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.45;
    color: #333;
}

.sponsor-card li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: #d5a647;
}

.sponsor-more {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(0,0,0,.08);
}

.sponsor-more summary {
    cursor: pointer;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Antonio', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #98000f;
}

.sponsor-more summary::-webkit-details-marker {
    display: none;
}

.sponsor-more summary::after {
    content: '+';
    font-size: 24px;
    line-height: 1;
    color: #d5a647;
}

.sponsor-more[open] summary::after {
    content: '−';
}

.sponsor-more h4:first-of-type {
    margin-top: 24px;
}

/* DONATE SECTION */
.donate-section {
    position: relative;
    padding: 0 0;
    background: url('../images/ifc-bg-4.webp') center/cover no-repeat;
}

.donate-inner {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
    align-items: start;
}

.donate-content h2 {
    margin-bottom: 30px;
    text-align: left;
}

.donate-content h2 span {
    color: #98000f;
}

.donate-points {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 50px;
}

.donate-point {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.donate-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    width: 72px;
    height: 72px;
    background: #f4f1eb;
    border-radius: 100%;
    font-size: 28px;
    color: #98000f;
}

.donate-point h3 {
    margin-bottom: 10px;
}

.donate-point p {
    margin-bottom: 0;
}

/* CARD */
.donate-card {
    padding: 50px;
}

.donate-card-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
}

.donate-card-header h2 {
    flex-shrink: 0;
    margin: 0;
}

.donate-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #d5a647, transparent);
}

.zeffy-shell {
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 28px;
    box-shadow:
        0 20px 60px rgba(0,0,0,.08),
        inset 0 0 0 1px rgba(255,255,255,.4);
}

.zeffy-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 30px;
    background: linear-gradient(90deg,#98000f,#c01824);
    border-bottom: 4px solid #d5a647;
}

.zeffy-topbar span {
    font-family: 'Antonio', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.zeffy-embed {
    position: relative;
    overflow: hidden;
    height: 565px;
    width: 100%;
}

.zeffy-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
}

.donate-security {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 35px;
}

.donate-security-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    width: 70px;
    height: 70px;
    background: #f4f1eb;
    border-radius: 100%;
    color: #98000f;
    font-size: 28px;
}

.donate-security p {
    margin: 0;
}
