.llsponsors-bg {
    background-color: #10222C;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 2px, transparent 2px, transparent 14px);
    min-height: 100vh;
    padding-top: 60px;
}
.llsponsors-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 80px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.llsponsors-wrap * { text-transform: none !important; }

.llsponsors-header { text-align: center; margin-bottom: 60px; }
.llsponsors-title-line-wrap { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 16px; }
.llsponsors-title-line { width: 180px; max-width: 20vw; height: 1px; background: rgba(255,255,255,0.4); }
.llsponsors-header h1 { color: #FFFFFF; font-size: 32px; font-weight: 700; text-transform: uppercase !important; letter-spacing: 1px; margin: 0; white-space: nowrap; }
.llsponsors-header p { color: #A9C2CE; font-size: 16px; }

.llsponsors-tier-section { margin-bottom: 60px; }
.llsponsors-tier-heading {
    color: #4FB3A0;
    font-size: 20px;
    text-align: center;
    margin-bottom: 6px;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
}
.llsponsors-tier-sub {
    color: #8FA89C;
    font-size: 13px;
    text-align: center;
    margin-bottom: 24px;
    font-style: italic;
}

.llsponsors-grid {
    display: grid;
    gap: 20px;
    justify-content: center;
}
.llsponsors-grid-large { grid-template-columns: repeat(auto-fit, minmax(220px, 260px)); }
.llsponsors-grid-mid { grid-template-columns: repeat(auto-fit, minmax(160px, 190px)); }
.llsponsors-grid-small { grid-template-columns: repeat(auto-fit, minmax(110px, 130px)); }

.llsponsors-placeholder {
    background: #1B3A4B;
    border: 2px dashed #2E4A5A;
    border-radius: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.llsponsors-placeholder-lg { height: 130px; }
.llsponsors-placeholder-sm { height: 80px; }
.llsponsors-placeholder a {
    color: #8FA89C;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}
.llsponsors-placeholder:hover { border-color: #4FB3A0; }
.llsponsors-placeholder:hover a { color: #4FB3A0; }

.llsponsors-cta {
    text-align: center;
    background: #142A38;
    border-top: 3px solid #4FB3A0;
    border-radius: 12px;
    padding: 50px 30px;
}
.llsponsors-cta h2 { color: #FFFFFF; font-size: 24px; margin-bottom: 12px; }
.llsponsors-cta p { color: #C9D9DE; font-size: 14px; margin-bottom: 24px; }
.llsponsors-btn {
    display: inline-block;
    background: #F4F8FA;
    color: #1B3A4B;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 4px;
    text-decoration: none;
}
.llsponsors-btn:hover { background: #4FB3A0; color: #FFFFFF; }