:root {
    --panel-glow: rgba(255, 235, 59, 0.12);
    --panel-border: rgba(255, 235, 59, 0.35);
}

.about-page {
    padding: 120px 16px 80px;
    position: relative;
    overflow: hidden;
}

.about-page::before,
.about-page::after {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 235, 59, 0.07) 0%, rgba(255, 235, 59, 0) 60%);
    filter: blur(12px);
    z-index: 0;
}

.about-page::before {
    top: 40px;
    left: -120px;
}

.about-page::after {
    bottom: 10px;
    right: -150px;
}

.about-hero,
.about-section {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about-hero {
    background: linear-gradient(120deg, rgba(255, 235, 59, 0.08) 0%, rgba(26, 26, 26, 0.85) 40%, rgba(10, 10, 10, 0.95) 100%);
    border: 1px solid var(--panel-border);
    border-radius: 20px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 235, 59, 0.05);
}

.about-hero__content .about-kicker {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: var(--accent-light);
    margin-bottom: 12px;
}

.about-title {
    font-size: clamp(42px, 6vw, 56px);
    margin-bottom: 14px;
}

.about-subtitle {
    color: var(--text-muted);
    font-size: 1.02rem;
    line-height: 1.8;
}

.about-hero__chips {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pill {
    background: var(--card-bg);
    border: 1px solid var(--panel-border);
    color: var(--text-light);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    letter-spacing: 0.4px;
}

.about-hero__panel {
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid var(--panel-border);
    border-radius: 16px;
    padding: 18px 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.45);
}

.panel-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--card-bg);
    border: 1px solid var(--panel-border);
    color: var(--accent-neon);
    padding: 10px 14px;
    border-radius: 12px;
    font-weight: 600;
    width: fit-content;
}

.panel-badge__icon {
    background: rgba(255, 235, 59, 0.1);
    padding: 8px;
    border-radius: 10px;
    display: grid;
    place-items: center;
}

.panel-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--text-light);
}

.panel-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    background: rgba(255, 235, 59, 0.05);
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px dashed rgba(255, 235, 59, 0.25);
}

.panel-list i {
    color: var(--accent-neon);
}

.about-section {
    margin-top: 48px;
}

.section-heading {
    text-align: center;
    margin-bottom: 24px;
}

.eyebrow {
    font-size: 0.85rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--accent-light);
    margin-bottom: 6px;
}

.section-heading h2 {
    font-size: clamp(26px, 4vw, 34px);
    margin-bottom: 8px;
}

.section-desc {
    color: var(--text-muted);
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.7;
}

.badge-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.badge-card {
    background: var(--secondary-dark);
    border: 1px solid var(--panel-border);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.badge-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

.badge-card h3 {
    margin: 12px 0 8px;
    font-size: 1.05rem;
}

.badge-card p {
    color: var(--text-muted);
    line-height: 1.6;
}

.badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 235, 59, 0.1);
    border: 1px solid var(--panel-border);
    display: grid;
    place-items: center;
    color: var(--accent-neon);
    font-size: 1.2rem;
}


.commitments {
    background: #050505;
    border-radius: 18px;
    padding: 32px 26px;
    border: 1px solid rgba(255, 235, 59, 0.2);
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 14px;
}

.commit-card {
    background: linear-gradient(145deg, rgba(26, 26, 26, 0.95), rgba(10, 10, 10, 0.96));
    border: 1px solid rgba(255, 235, 59, 0.32);
    border-radius: 14px;
    padding: 18px;
    color: var(--text-light);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5);
}

.commit-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #000;
    border: 2px solid var(--accent-neon);
    display: grid;
    place-items: center;
    color: var(--accent-neon);
    margin-bottom: 10px;
}

.commit-card h3 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.commit-card p {
    color: var(--text-muted);
    line-height: 1.6;
}

.info-section .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.info-card {
    background: var(--card-bg);
    border: 1px solid var(--panel-border);
    border-radius: 12px;
    padding: 16px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-label {
    color: var(--text-muted);
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

.info-value {
    font-size: 1.05rem;
}

.info-value.muted {
    color: var(--text-light);
    font-style: italic;
    font-weight: 600;
}

.channel-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.channel-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.channel-list i {
    color: var(--accent-neon);
}

.channel-list a {
    color: var(--text-light);
    text-decoration: none;
    border-bottom: 1px dashed rgba(255, 235, 59, 0.3);
    padding-bottom: 2px;
}

.channel-list a:hover {
    color: var(--accent-neon);
}

.cta-section {
    margin-bottom: 12px;
}

.cta-card {
    background: linear-gradient(120deg, rgba(255, 235, 59, 0.12), rgba(26, 26, 26, 0.92));
    border: 1px solid var(--panel-border);
    border-radius: 16px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
    align-items: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.btn-primary,
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    border: 1px solid var(--panel-border);
}

.btn-primary {
    background: var(--accent-neon);
    color: var(--button-text-on-yellow);
    box-shadow: 0 10px 24px rgba(255, 235, 59, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(255, 235, 59, 0.35);
}

.btn-ghost {
    background: transparent;
    color: var(--text-light);
}

.btn-ghost:hover {
    transform: translateY(-2px);
    background: rgba(255, 235, 59, 0.08);
}

@media (max-width: 1024px) {
    .about-hero,
    .cta-card {
        grid-template-columns: 1fr;
    }

    .about-hero {
        padding: 28px;
    }

    .about-page {
        padding-top: 110px;
    }
}

@media (max-width: 640px) {
    .about-page {
        padding: 100px 14px 70px;
    }

    .about-hero {
        padding: 22px;
    }

    .badge-card,
    .commit-card,
    .info-card,
    .cta-card {
        padding: 16px;
    }

    .cta-actions {
        justify-content: flex-start;
    }
}


