:root {
    --about-accent: #e12e2e;
    --about-accent-soft: rgba(225, 46, 46, 0.08);
    --about-border: #e5e7eb;
    --about-muted: #6b7280;
    --about-bg: #f4f5f7;
    --about-card-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.burak-about-wrap {
    padding: 24px 0 56px;
    background: var(--about-bg);
}

.burak-about-hero {
    margin-bottom: 24px;
    padding: 28px;
    background: linear-gradient(135deg, #fff 0%, #fafafa 55%, #fff5f5 100%);
    border: 1px solid var(--about-border);
    box-shadow: var(--about-card-shadow);
}

.burak-about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 28px;
    align-items: start;
}

.burak-about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--about-accent);
}

.burak-about-title {
    margin: 0 0 8px;
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    font-weight: 800;
    line-height: 1.2;
    color: #111;
}

.burak-about-slogan {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #374151;
}

.burak-about-lead {
    margin: 0 0 18px;
    max-width: 680px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--about-muted);
}

.burak-about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.burak-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.burak-about-btn--primary {
    background: var(--about-accent);
    color: #fff;
    box-shadow: 0 8px 20px rgba(225, 46, 46, 0.22);
}

.burak-about-btn--primary:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(225, 46, 46, 0.28);
}

.burak-about-btn--ghost {
    background: #fff;
    color: #374151;
    border: 1px solid var(--about-border);
}

.burak-about-btn--ghost:hover {
    color: var(--about-accent);
    border-color: rgba(225, 46, 46, 0.25);
    transform: translateY(-1px);
}

.burak-about-profile-card {
    padding: 22px;
    background: #fff;
    border: 1px solid var(--about-border);
    box-shadow: var(--about-card-shadow);
    text-align: center;
}

.burak-about-profile-media {
    margin-bottom: 14px;
}

.burak-about-avatar,
.burak-about-avatar-fallback {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.burak-about-avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--about-accent);
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
}

.burak-about-profile-name {
    margin: 0 0 4px;
    font-size: 1.2rem;
    font-weight: 800;
    color: #111;
}

.burak-about-profile-role {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    color: var(--about-accent);
}

.burak-about-profile-bio {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.65;
    color: var(--about-muted);
    text-align: left;
}

.burak-about-profile-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
}

.burak-about-profile-link:hover {
    color: var(--about-accent);
}

.burak-about-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.burak-about-stat {
    padding: 18px 16px;
    background: #fff;
    border: 1px solid var(--about-border);
    box-shadow: var(--about-card-shadow);
    text-align: center;
}

.burak-about-stat-value {
    display: block;
    margin-bottom: 6px;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--about-accent);
    line-height: 1;
}

.burak-about-stat-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--about-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.burak-about-mission {
    margin-bottom: 24px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--about-border);
    box-shadow: var(--about-card-shadow);
}

.burak-about-mission-head h2 {
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #111;
}

.burak-about-mission-head p {
    margin: 0 0 18px;
    max-width: 720px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--about-muted);
}

.burak-about-mission-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.burak-about-mission-card {
    padding: 18px;
    background: var(--about-accent-soft);
    border: 1px solid rgba(225, 46, 46, 0.12);
}

.burak-about-mission-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #fff;
    color: var(--about-accent);
    font-size: 1.1rem;
}

.burak-about-mission-card h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 800;
    color: #111;
}

.burak-about-mission-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: var(--about-muted);
}

.burak-about-alert {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.burak-about-alert--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.burak-about-card {
    height: 100%;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--about-border);
    box-shadow: var(--about-card-shadow);
}

.burak-about-card-title {
    margin: 0 0 8px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f3f5;
    font-size: 1.1rem;
    font-weight: 800;
    color: #111;
}

.burak-about-card-lead {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--about-muted);
}

.burak-about-form .form-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
}

.burak-about-form .form-control {
    min-height: 46px;
    border-color: #dfe3e8;
    border-radius: 8px;
    font-size: 14px;
}

.burak-about-form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.burak-about-form .form-note {
    margin: 8px 0 0;
    font-size: 12px;
    color: var(--about-muted);
}

.burak-about-turnstile {
    min-height: 65px;
}

.burak-about-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--about-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 20px rgba(225, 46, 46, 0.22);
}

.burak-about-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(225, 46, 46, 0.28);
}

.burak-about-info-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.burak-about-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #fafafa;
    border: 1px solid #eef1f4;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.burak-about-info-item:hover {
    border-color: rgba(225, 46, 46, 0.2);
    transform: translateY(-1px);
}

.burak-about-info-item--static {
    cursor: default;
}

.burak-about-info-item--static:hover {
    transform: none;
}

.burak-about-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--about-accent-soft);
    color: var(--about-accent);
    flex-shrink: 0;
}

.burak-about-info-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.burak-about-info-body strong {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
}

.burak-about-info-body span {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    word-break: break-word;
}

.burak-about-social h3 {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 800;
    color: #111;
}

.burak-about-social .burak-social-follow {
    margin: 0;
}

.burak-about-alt-contact {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #f1f3f5;
}

.burak-about-alt-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--about-accent);
    text-decoration: none;
}

.burak-about-alt-link:hover {
    text-decoration: underline;
}

.burak-about-success-modal {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(17, 24, 39, 0.55);
    backdrop-filter: blur(2px);
}

.burak-about-success-card {
    position: relative;
    width: min(100%, 420px);
    padding: 28px 24px;
    background: #fff;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.burak-about-success-card > .bi-check-circle-fill {
    font-size: 2.4rem;
    color: #10b981;
    margin-bottom: 10px;
}

.burak-about-success-card h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: 800;
    color: #111;
}

.burak-about-success-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--about-muted);
}

.burak-about-success-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f3f4f6;
    color: #6b7280;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .burak-about-hero-grid {
        grid-template-columns: 1fr;
    }

    .burak-about-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .burak-about-mission-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .burak-about-hero,
    .burak-about-mission,
    .burak-about-card {
        padding: 18px;
    }

    .burak-about-stats {
        grid-template-columns: 1fr;
    }
}
