/* Slider altı #mp-main tema; --mp-* değişkenleri index.php :root içinde */
/* ========== Slider altı: #mp-main (neon tema) ========== */
#mp-main {
    position: relative;
    background: var(--mp-bg);
    overflow-x: hidden;
    /* Slider altı ile gövde arasındaki 1px / keskin geçişi kapatmak için hafif örtüşme */
    margin-top: clamp(-40px, -5.5vh, -12px);
    padding-top: clamp(40px, 5.5vh, 56px);
}
/* Üstte yukarı taşan yumuşak köprü: slayt altı → mp-bg */
#mp-main::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: clamp(120px, 28vh, 360px);
    transform: translateY(-100%);
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(
        to bottom,
        rgba(11, 14, 20, 0) 0%,
        rgba(11, 14, 20, 0.22) 32%,
        rgba(11, 14, 20, 0.72) 68%,
        var(--mp-bg) 100%
    );
}
#mp-main::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 85% 45% at 8% 0%, rgba(168, 85, 247, 0.09) 0%, transparent 50%),
        radial-gradient(ellipse 70% 50% at 92% 15%, rgba(59, 130, 246, 0.08) 0%, transparent 48%),
        radial-gradient(ellipse 55% 40% at 50% 100%, rgba(168, 85, 247, 0.04) 0%, transparent 55%);
}
#mp-main > section {
    position: relative;
    z-index: 1;
    scroll-margin-top: 6.75rem;
}
/* Bootstrap 5 dark: kart/body renkleri #mp-main ile uyumlu */
#mp-main .card {
    --bs-card-bg: var(--mp-card);
    --bs-card-border-color: var(--mp-border);
    --bs-card-color: #e8eaf0;
}
#mp-main .card-body {
    background: transparent;
}
.mp-eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--mp-muted);
    margin-bottom: 0.75rem;
}
.mp-eyebrow::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 0.9rem;
    margin-right: 0.65rem;
    vertical-align: middle;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--mp-neon-purple), var(--mp-neon-blue));
}
.mp-title {
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.12;
    color: #f1f5f9;
    font-size: clamp(1.65rem, 3.8vw, 2.35rem);
}
.mp-title-sm {
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #f1f5f9;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
}
.mp-lead {
    color: var(--mp-muted);
    font-size: 1.0625rem;
    line-height: 1.72;
    max-width: 38rem;
}
.mp-card {
    background: var(--mp-card);
    border: 1px solid var(--mp-border);
    border-radius: 1rem;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    height: 100%;
}
.mp-card:hover {
    border-color: color-mix(in srgb, var(--mp-neon-purple) 45%, var(--mp-border));
    box-shadow:
        0 0 0 1px rgba(168, 85, 247, 0.12),
        0 24px 48px rgba(0, 0, 0, 0.35);
    transform: translateY(-3px);
}
.mp-icon {
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    color: #fff;
    background: linear-gradient(135deg, var(--mp-neon-purple), var(--mp-neon-blue));
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.12),
        0 12px 28px rgba(59, 130, 246, 0.25);
}
#mp-main .btn-primary {
    background: linear-gradient(135deg, #9333ea 0%, #2563eb 100%) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700;
    padding: 0.65rem 1.4rem;
    border-radius: 0.65rem;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 10px 28px rgba(147, 51, 234, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
#mp-main .btn-primary:hover,
#mp-main .btn-primary:focus {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.15),
        0 14px 36px rgba(37, 99, 235, 0.4);
    color: #fff !important;
}
#mp-main .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.22);
    color: #e2e8f0;
    font-weight: 600;
    border-radius: 0.65rem;
}
#mp-main .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(168, 85, 247, 0.5);
    color: #fff;
}
.mp-portfolio-item {
    position: relative;
    border-radius: 0.85rem;
    overflow: hidden;
    border: 1px solid var(--mp-border);
    aspect-ratio: 4 / 3;
    background: var(--mp-card);
}
.mp-portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.mp-portfolio-item:hover img {
    transform: scale(1.06);
}
.mp-portfolio-item__cap {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem 1.15rem;
    background: linear-gradient(180deg, transparent 35%, rgba(11, 14, 20, 0.92) 100%);
    opacity: 0.92;
    transition: opacity 0.25s ease, background 0.25s ease;
}
.mp-portfolio-item:hover .mp-portfolio-item__cap {
    opacity: 1;
    background: linear-gradient(180deg, transparent 20%, rgba(11, 14, 20, 0.96) 100%);
}
.mp-portfolio-item__artist {
    font-weight: 800;
    font-size: 1rem;
    color: #fff;
    letter-spacing: -0.02em;
}
.mp-portfolio-item__track {
    font-size: 0.875rem;
    color: var(--mp-muted);
}
.mp-team-photo {
    width: 132px;
    height: 132px;
    object-fit: cover;
    border: 2px solid color-mix(in srgb, var(--mp-neon-purple) 35%, transparent);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
.mp-team-name {
    font-weight: 700;
    color: #f8fafc;
    font-size: 1.05rem;
}
.mp-team-role {
    font-size: 0.875rem;
    color: var(--mp-muted);
}
.mp-gallery-thumb {
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid var(--mp-border);
    aspect-ratio: 4 / 3;
}
.mp-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.mp-gallery-thumb:hover img {
    transform: scale(1.05);
}
.mp-form-card {
    background: var(--mp-card);
    border: 1px solid var(--mp-border);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}
.mp-form .form-control {
    background: #0f141f;
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #e8eaf0;
    border-radius: 0.65rem;
    padding: 0.7rem 1rem;
}
.mp-form .form-control:focus {
    background: #121a2a;
    border-color: color-mix(in srgb, var(--mp-neon-purple) 55%, rgba(148, 163, 184, 0.3));
    box-shadow: 0 0 0 0.2rem rgba(168, 85, 247, 0.18);
    color: #fff;
}
.mp-form .form-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--mp-muted);
}
.mp-contact-aside {
    background: var(--mp-card);
    border: 1px solid var(--mp-border);
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
}
.mp-contact-row {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}
.mp-contact-row:last-of-type {
    border-bottom: none;
}
.mp-contact-icon {
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.75rem;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(59, 130, 246, 0.2));
    border: 1px solid var(--mp-border);
    color: #c4b5fd;
    font-size: 1.1rem;
}
.mp-map-wrap {
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid var(--mp-border);
    min-height: 220px;
    margin-top: 1rem;
}
.mp-map-wrap iframe {
    width: 100%;
    height: 220px;
    border: 0;
    filter: saturate(0.85) contrast(1.05);
}
.nav-hero__links a.nav-hero__cta.mp-nav-cta {
    background: linear-gradient(135deg, #9333ea, #2563eb) !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(147, 51, 234, 0.35);
}
.nav-hero__links a.nav-hero__cta.mp-nav-cta:hover {
    filter: brightness(1.08);
    background: linear-gradient(135deg, #a855f7, #3b82f6) !important;
}
footer.mp-footer {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--mp-border);
    background: #080b11;
    padding: 2.5rem 0 2rem;
    color: var(--mp-muted);
    font-size: 0.875rem;
}
footer.mp-footer a {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}
footer.mp-footer a:hover {
    color: #fff;
}
footer.mp-footer .mp-social a {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    border: 1px solid var(--mp-border);
    color: #e2e8f0;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
footer.mp-footer .mp-social a:hover {
    border-color: color-mix(in srgb, var(--mp-neon-purple) 60%, var(--mp-border));
    color: #fff;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.18), rgba(59, 130, 246, 0.12));
}
