.ambassador-page {
    color: #f0f0f0;
    min-height: 100vh;
}

.ambassador-hero {
    text-align: center;
    padding: 5rem 1.5rem 3rem;
    max-width: 720px;
    margin: 0 auto;
}

.ambassador-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #fff 0%, #F4CA81 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ambassador-hero p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.ambassador-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #7d19ff;
    color: #fff;
    border: none;
    padding: 0.85rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
}

.ambassador-cta-btn:hover {
    background: #6a10e0;
    color: #fff;
    transform: translateY(-1px);
}

.ambassador-section {
    max-width: 860px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 2.5rem;
}

.ambassador-section h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #fff;
}

.ambassador-section ul {
    list-style: none;
    padding: 0;
}

.ambassador-section ul li {
    padding: 0.25rem 0;
    padding-left: 1.25rem;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.ambassador-section ul li::before {
    content: "\25AA";
    position: absolute;
    left: 0;
    color: #f0f0f0;
}

.ambassador-note {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    margin-top: 1rem;
}

.ambassador-tiers {
    max-width: 860px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 2.5rem;
}

.ambassador-tiers h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}

.ambassador-tiers > p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
}

.tier-item {
    padding: 0;
    margin-bottom: 0;
}

.tier-item:last-child {
    border-bottom: none;
}

.tier-item h3,
.tier-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    color: #fff;
}

.tier-item .tier-subtitle,
.tier-card .tier-subtitle {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem;
}

.tier-item h4,
.tier-card h4 {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.5rem;
}

.tier-item ul,
.tier-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
}

.tier-item ul li,
.tier-card ul li {
    padding: 0.35rem 0 0.35rem 1.25rem;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

.tier-item ul li::before,
.tier-card ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #F4CA81;
    font-weight: 700;
}

.tier-item .tier-requirements,
.tier-card .tier-requirements {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
}

.star-section {
    max-width: 860px;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 2rem;
}

.star-card {
    padding: 1.5rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.star-card h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #fff;
}

.star-card .star-subtitle {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.star-card .star-note {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.star-card h4 {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.5rem;
}

.star-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
}

.star-card ul li {
    padding: 0.35rem 0 0.35rem 1.25rem;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

.star-card ul li::before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #F4CA81;
}

.star-card .tier-requirements {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
}

/* Star Partnership promo card (before FAQ) */
.ambassador-star-cta-wrapper {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 1.5rem 2rem;
}

.ambassador-featured-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: rgba(125, 25, 255, 0.12);
    border: 1px solid rgba(125, 25, 255, 0.25);
    border-radius: 12px;
    text-decoration: none;
    color: #f0f0f0;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.ambassador-featured-card:hover {
    background: rgba(125, 25, 255, 0.18);
    border-color: rgba(125, 25, 255, 0.4);
    color: #fff;
}

.ambassador-featured-card-icon {
    flex-shrink: 0;
}

.ambassador-featured-card-text {
    flex: 1;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
}

.ambassador-featured-card-link {
    flex-shrink: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #F4CA81;
}

.ambassador-featured-card:hover .ambassador-featured-card-link {
    color: #F4CA81;
}

@media (max-width: 480px) {
    .ambassador-featured-card {
        flex-wrap: wrap;
    }

    .ambassador-featured-card-link {
        width: 100%;
        text-align: left;
        padding-left: calc(1.25em + 1rem);
    }
}

/* FAQ */
.ambassador-faq {
    max-width: 860px;
    margin: 0 auto;
    padding: 4rem 1.5rem 5rem;
}

.ambassador-faq h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: #f0f0f0;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    padding: 1.25rem 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    color: #F4CA81;
}

.faq-question .faq-chevron {
    transition: transform 0.2s ease;
    font-size: 0.8rem;
    opacity: 0.5;
}

.faq-item.open .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
}

.faq-item.open .faq-answer {
    max-height: 300px;
}

.faq-answer p {
    padding-bottom: 1.25rem;
    margin: 0;
}

/* Bottom CTA */
.ambassador-bottom-cta {
    text-align: center;
    padding: 3rem 1.5rem 5rem;
}

/* Responsive */
@media (max-width: 480px) {
    .ambassador-hero {
        padding: 3rem 1rem 2rem;
    }

    .ambassador-hero h1 {
        font-size: 2rem;
    }

    .ambassador-hero p {
        font-size: 1rem;
    }

    .star-card {
        padding: 1.5rem;
    }

    .ambassador-section, .ambassador-tiers, .star-section, .ambassador-faq {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Ambassador Modal Styles */
.ambassador-modal .modal-content {
    background: #141414;
    color: #f0f0f0;
    border: none;
    border-radius: 16px;
    max-height: 85vh;
    overflow-y: auto;
}

.ambassador-modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.25rem 1.5rem;
}

.ambassador-modal .modal-header .modal-title {
    color: #fff !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #fff !important;
}

.ambassador-modal .modal-header .btn-close {
    filter: invert(1);
}

.ambassador-modal .modal-body {
    padding: 1.5rem;
}

.ambassador-modal .modal-body h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
}

.ambassador-modal .modal-body h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.ambassador-modal .modal-body p,
.ambassador-modal .modal-body li {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.ambassador-modal .modal-body ul {
    list-style: none;
    padding: 0;
}

.ambassador-modal .modal-body ul li {
    padding: 0.3rem 0 0.3rem 1.25rem;
    position: relative;
}

.ambassador-modal .modal-body ul li::before {
    content: "\25AA";
    position: absolute;
    left: 0;
    color: #f0f0f0;
}

.ambassador-modal .modal-body .modal-tier-card {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0;
    padding: 1.25rem 0;
    margin-bottom: 0;
}

.ambassador-modal .modal-body .modal-star-card {
    background: none;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0;
    padding: 1.25rem 0;
    margin-bottom: 0;
}

.ambassador-modal .modal-body .modal-tier-card ul li::before,
.ambassador-modal .modal-body .modal-star-card ul li::before {
    content: "\2713";
    color: #F4CA81;
    font-weight: 700;
}

.tier-item ul.requirements-list li::before,
.tier-card ul.requirements-list li::before,
.star-card ul.requirements-list li::before,
.ambassador-modal .modal-body .modal-tier-card ul.requirements-list li::before,
.ambassador-modal .modal-body .modal-star-card ul.requirements-list li::before {
    content: "\25AA";
    color: #f0f0f0;
    font-weight: normal;
}

/* Sidebar ambassador banner */
.ambassador-sidebar-banner {
    background: linear-gradient(135deg, rgba(125, 25, 255, 0.12) 0%, rgba(244, 202, 129, 0.12) 100%);
    border: 1px solid rgba(125, 25, 255, 0.25);
    border-radius: 12px;
    padding: 1rem;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.ambassador-sidebar-banner:hover {
    border-color: rgba(125, 25, 255, 0.5);
}

.ambassador-sidebar-banner .badge-new {
    display: inline-block;
    background: #7d19ff;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Server detail dismissible banner */
.ambassador-detail-banner {
    background: linear-gradient(135deg, rgba(125, 25, 255, 0.06) 0%, rgba(244, 202, 129, 0.06) 100%);
    border: 1px solid rgba(125, 25, 255, 0.15);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

.ambassador-detail-banner:hover {
    border-color: rgba(125, 25, 255, 0.35);
}

.ambassador-detail-banner .banner-text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.ambassador-detail-banner .banner-dismiss {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
    padding: 0.25rem;
    cursor: pointer;
    flex-shrink: 0;
}

.ambassador-detail-banner .banner-dismiss:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* Analytics page small ambassador link */
.ambassador-analytics-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 0.4rem 0;
    border: none;
    background: none;
    transition: color 0.2s ease;
}

.ambassador-analytics-link:hover {
    color: #F4CA81;
}
