:root {
    --contact-accent: #e12e2e;
    --contact-border: #e5e7eb;
    --contact-muted: #6b7280;
    --contact-bg: #f4f5f7;
}

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

.burak-contact-hero {
    margin-bottom: 24px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid var(--contact-border);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.burak-contact-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

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

.burak-contact-title {
    margin: 0 0 8px;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 800;
    line-height: 1.25;
    color: #111;
}

.burak-contact-lead {
    margin: 0;
    max-width: 640px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--contact-muted);
}

.burak-contact-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.burak-contact-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #fafafa;
    border: 1px solid #eef1f4;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

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

.burak-contact-chip i {
    color: var(--contact-accent);
}

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

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

.burak-contact-alert--success {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.burak-contact-card {
    height: 100%;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--contact-border);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.burak-contact-card-title {
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef1f4;
    font-size: 17px;
    font-weight: 800;
    color: #111;
    position: relative;
}

.burak-contact-card-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 48px;
    height: 2px;
    background: var(--contact-accent);
}

.burak-contact-form .form-label {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
}

.burak-contact-form .form-label i {
    margin-right: 4px;
    color: var(--contact-accent);
}

.burak-contact-form .form-control {
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #d5d7da;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.burak-contact-form .form-control:focus {
    border-color: var(--contact-accent);
    box-shadow: 0 0 0 3px rgba(225, 46, 46, 0.12);
}

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

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

.burak-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    background: var(--contact-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.burak-contact-submit:hover {
    color: #fff;
    opacity: 0.92;
    transform: translateY(-1px);
}

.burak-contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
}

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

.burak-contact-info-item:hover {
    border-color: rgba(225, 46, 46, 0.2);
    transform: translateX(2px);
    color: inherit;
}

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

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

.burak-contact-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(225, 46, 46, 0.1);
    color: var(--contact-accent);
    font-size: 18px;
}

.burak-contact-info-body strong {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 800;
    color: #111;
}

.burak-contact-info-body span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: var(--contact-muted);
}

.burak-contact-social {
    padding-top: 18px;
    border-top: 1px solid #eef1f4;
}

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

.burak-contact-social .burak-social-follow {
    padding: 0;
    text-align: left;
    box-shadow: none;
    background: transparent;
}

.burak-contact-social .burak-social-follow h4 {
    display: none;
}

.burak-contact-social .burak-social-follow-grid {
    justify-content: flex-start;
}

.burak-contact-map {
    margin-top: 28px;
    background: #fff;
    border: 1px solid var(--contact-border);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.burak-contact-map-head {
    padding: 16px 20px;
    border-bottom: 1px solid #eef1f4;
    font-size: 15px;
    font-weight: 800;
    color: #111;
}

.burak-contact-map-head i {
    margin-right: 8px;
    color: var(--contact-accent);
}

.burak-contact-map-body {
    min-height: 360px;
}

.burak-contact-map-body iframe {
    display: block;
    width: 100%;
    min-height: 360px;
    border: 0;
}

.burak-contact-map-placeholder {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px 20px;
    text-align: center;
    color: var(--contact-muted);
}

.burak-contact-map-placeholder i {
    font-size: 2.5rem;
    color: #cbd5e1;
}

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

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

.burak-contact-success-card i {
    font-size: 3rem;
    color: #16a34a;
    margin-bottom: 12px;
}

.burak-contact-success-card h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #111;
}

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

.burak-contact-success-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: #f3f4f6;
    color: #374151;
}

@media (max-width: 991px) {
    .burak-contact-wrap {
        padding-top: 16px;
    }

    .burak-contact-hero,
    .burak-contact-card {
        padding: 18px 16px;
    }

    .burak-contact-hero-inner {
        align-items: flex-start;
    }
}
