/* ==========================================
   PAZARIX CONTACT PAGE - MODERN MINIMAL V2
   İletişim Sayfası — Tasarım Kuralları Uyumlu
   Son Güncelleme: 21 Şubat 2026
   ========================================== */

/* ═══════════════════════════════════════════════════════════════
   PAGE CONTAINER
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-page {
    min-height: 100vh;
    background: #f8fafc !important;
}

body.pzx-contact-page {
    background: #f8fafc !important;
}

/* ═══════════════════════════════════════════════════════════════
   HERO - MİNİMAL SİYAH HEADER
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-hero {
    background: #000;
    padding: 40px 0;
}

.pzx-contact-hero-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: left;
}

.pzx-contact-hero h1 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
}

.pzx-contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
}

.pzx-contact-breadcrumb a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.15s ease;
}

.pzx-contact-breadcrumb a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.pzx-contact-breadcrumb span {
    color: rgba(255, 255, 255, 0.25);
}

.pzx-contact-breadcrumb .current {
    color: rgba(255, 255, 255, 0.85);
}

/* ═══════════════════════════════════════════════════════════════
   MAIN CONTAINER
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 24px 60px;
}

/* With Sidebar Layout */
.pzx-contact-container.pzx-contact-with-sidebar {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    align-items: start;
}

/* ═══════════════════════════════════════════════════════════════
   SIDEBAR - MİNİMAL
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-sidebar {
    position: sticky;
    top: 24px;
}

.pzx-contact-sidebar .subpage-nav-desktop {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.pzx-contact-sidebar .subpage_navigation {
    padding: 0 !important;
    background: transparent !important;
}

.pzx-contact-sidebar .subpage_navigation-box {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 0 24px 0 !important;
    margin: 0 !important;
}

.pzx-contact-sidebar .subpage_navigation_header {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #9ca3af !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 0 0 12px 0 !important;
    margin: 0 0 8px 0 !important;
    border: none !important;
    border-bottom: 1px solid #e5e7eb !important;
    background: transparent !important;
    display: block !important;
}

.pzx-contact-sidebar .subpage_navigation_header i {
    display: none !important;
}

.pzx-contact-sidebar .subpage_navigation_a {
    display: block !important;
    padding: 8px 0 !important;
    font-size: 14px !important;
    font-weight: 450 !important;
    color: #6b7280 !important;
    text-decoration: none !important;
    border: none !important;
    background: transparent !important;
    transition: color 0.15s ease !important;
}

.pzx-contact-sidebar .subpage_navigation_a:hover {
    color: #000 !important;
    background: transparent !important;
}

.pzx-contact-sidebar .subpage_navigation_a i {
    display: none !important;
}

.pzx-contact-sidebar .subpage-nav-mobile-main {
    display: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   CONTENT WRAPPER
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-content {
    width: 100%;
}

/* ═══════════════════════════════════════════════════════════════
   MAP - HARİTA
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-map {
    width: 100%;
    height: 320px;
    background: #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
    border: 1px solid #e5e7eb;
}

.pzx-contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}

.pzx-contact-map:hover iframe {
    filter: grayscale(0%);
}

/* ═══════════════════════════════════════════════════════════════
   INFO GRID - BİLGİ KARTLARI
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.pzx-contact-info-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    transition: border-color 0.2s ease;
}

.pzx-contact-info-card:hover {
    border-color: #d1d5db;
}

.pzx-contact-info-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-bottom: 16px;
}

.pzx-contact-info-icon i {
    font-size: 18px;
    color: #000;
}

.pzx-contact-info-label {
    font-size: 12px;
    font-weight: 500;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.pzx-contact-info-value {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    line-height: 1.5;
}

.pzx-contact-info-value a {
    color: #111;
    text-decoration: none;
    transition: color 0.15s ease;
}

.pzx-contact-info-value a:hover {
    color: #fe7200;
}

/* ═══════════════════════════════════════════════════════════════
   SOCIAL LINKS - SOSYAL MEDYA
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e5e7eb;
}

.pzx-contact-social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pzx-contact-social-link:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.pzx-contact-social-link i {
    font-size: 16px;
}

/* ═══════════════════════════════════════════════════════════════
   FORM & WORK HOURS - FORM VE ÇALIŞMA SAATLERİ
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-main {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    align-items: start;
}

.pzx-contact-main.pzx-contact-form-only {
    grid-template-columns: 1fr;
}

/* Work Hours Card */
.pzx-contact-hours {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 28px;
    height: fit-content;
}

.pzx-contact-hours-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pzx-contact-hours-title i {
    font-size: 18px;
    color: #fe7200;
}

.pzx-contact-hours-content {
    font-size: 14px;
    color: #374151;
    line-height: 2;
}

/* ═══════════════════════════════════════════════════════════════
   FORM - İLETİŞİM FORMU
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-form-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
}

.pzx-contact-form-title {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding-left: 14px;
}

.pzx-contact-form-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(calc(-50% - 8px));
    width: 3px;
    height: 18px;
    background: #fe7200;
    border-radius: 2px;
}

.pzx-contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.pzx-contact-form-group {
    display: flex;
    flex-direction: column;
}

.pzx-contact-form-group.pzx-full-width {
    grid-column: 1 / -1;
}

.pzx-contact-form-label {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
}

.pzx-contact-form-input {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: all 0.15s ease;
    outline: none;
    font-family: inherit;
}

.pzx-contact-form-input:focus {
    background: #fff;
    border-color: #fe7200;
    box-shadow: 0 0 0 3px rgba(254, 114, 0, 0.08);
}

.pzx-contact-form-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

textarea.pzx-contact-form-input {
    resize: vertical;
    min-height: 130px;
}

/* Captcha */
.pzx-contact-captcha {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pzx-contact-captcha img {
    height: 44px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.pzx-contact-captcha input {
    width: 120px;
}

/* Submit Button */
.pzx-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: background 0.2s ease;
    font-family: inherit;
}

.pzx-contact-submit:hover {
    background: #1a1a1a;
}

.pzx-contact-submit i {
    font-size: 16px;
}

/* ═══════════════════════════════════════════════════════════════
   LOADING OVERLAY — Monokrom Tasarım
   ═══════════════════════════════════════════════════════════════ */
#shopButtonOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9999;
}

#shopButtonOverlay .shopButtonT {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    animation: pzxFadeInUp 0.3s ease;
}

#shopButtonOverlay .shopButtonT > div:first-child {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px auto;
    position: relative;
}

#shopButtonOverlay .shopButtonT > div:first-child img {
    display: none;
}

#shopButtonOverlay .shopButtonT > div:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border: 3px solid #e5e7eb;
    border-top-color: #000;
    border-radius: 50%;
    animation: pzxSpin 0.7s linear infinite;
}

@keyframes pzxSpin {
    to { transform: rotate(360deg); }
}

@keyframes pzxFadeInUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    .pzx-contact-container.pzx-contact-with-sidebar {
        grid-template-columns: 1fr;
    }

    .pzx-contact-sidebar {
        display: none;
    }

    .pzx-contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .pzx-contact-hero h1 {
        font-size: 22px;
    }

    .pzx-contact-container {
        padding: 28px 16px 48px;
    }

    .pzx-contact-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .pzx-contact-info-card {
        padding: 20px;
    }

    .pzx-contact-info-icon {
        width: 38px;
        height: 38px;
        border-radius: 8px;
    }

    .pzx-contact-info-icon i {
        font-size: 16px;
    }

    .pzx-contact-info-value {
        font-size: 14px;
    }

    .pzx-contact-main {
        grid-template-columns: 1fr;
    }

    .pzx-contact-hours {
        order: -1;
    }

    .pzx-contact-form {
        grid-template-columns: 1fr;
    }

    .pzx-contact-form-group.pzx-full-width {
        grid-column: 1;
    }

    .pzx-contact-map {
        height: 220px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .pzx-contact-form-card {
        padding: 24px;
        border-radius: 10px;
    }

    .pzx-contact-hours {
        padding: 24px;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .pzx-contact-hero {
        padding: 28px 0;
    }

    .pzx-contact-hero-content {
        padding: 0 16px;
    }

    .pzx-contact-hero h1 {
        font-size: 20px;
    }

    .pzx-contact-breadcrumb {
        font-size: 12px;
    }

    .pzx-contact-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pzx-contact-info-card {
        padding: 18px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .pzx-contact-info-icon {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .pzx-contact-info-label {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .pzx-contact-info-value {
        font-size: 13px;
    }

    .pzx-contact-form-card {
        padding: 20px;
    }

    .pzx-contact-hours {
        padding: 20px;
    }

    .pzx-contact-form-title {
        font-size: 15px;
    }

    .pzx-contact-form-label {
        font-size: 12px;
    }

    .pzx-contact-form-input {
        padding: 10px 12px;
        font-size: 13px;
    }

    .pzx-contact-submit {
        padding: 12px 24px;
        font-size: 13px;
    }

    .pzx-contact-social-link {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    .pzx-contact-social-link i {
        font-size: 14px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   INFO GRID - BİLGİ KARTLARI (V2 Modern)
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.pzx-contact-info-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    transition: border-color 0.2s ease;
}

.pzx-contact-info-card:hover {
    border-color: #d1d5db;
}

.pzx-contact-info-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-bottom: 14px;
}

.pzx-contact-info-icon i {
    font-size: 17px;
    color: #000;
}

.pzx-contact-info-label {
    font-size: 12px;
    font-weight: 500;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.pzx-contact-info-value {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
}

.pzx-contact-info-value a {
    color: #000;
    text-decoration: none;
    transition: color 0.15s ease;
}

.pzx-contact-info-value a:hover {
    color: #374151;
}

/* ═══════════════════════════════════════════════════════════════
   SOCIAL LINKS - SOSYAL MEDYA
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e5e7eb;
}

.pzx-contact-social-link {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.15s ease;
}

.pzx-contact-social-link:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.pzx-contact-social-link i {
    font-size: 15px;
}

/* ═══════════════════════════════════════════════════════════════
   FORM & WORK HOURS - FORM VE ÇALIŞMA SAATLERİ
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-main {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 20px;
    align-items: start;
}

.pzx-contact-main.pzx-contact-form-only {
    grid-template-columns: 1fr;
}

/* Work Hours Card */
.pzx-contact-hours {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 28px;
    height: fit-content;
}

.pzx-contact-hours-title {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pzx-contact-hours-title i {
    font-size: 16px;
    color: #9ca3af;
}

.pzx-contact-hours-content {
    font-size: 14px;
    color: #374151;
    line-height: 1.9;
}

/* ═══════════════════════════════════════════════════════════════
   FORM - İLETİŞİM FORMU (V2 Modern)
   ═══════════════════════════════════════════════════════════════ */
.pzx-contact-form-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
}

.pzx-contact-form-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.pzx-contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.pzx-contact-form-group {
    display: flex;
    flex-direction: column;
}

.pzx-contact-form-group.pzx-full-width {
    grid-column: 1 / -1;
}

.pzx-contact-form-label {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
}

.pzx-contact-form-input {
    width: 100%;
    padding: 11px 14px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: all 0.15s ease;
    outline: none;
    font-family: inherit;
}

.pzx-contact-form-input:focus {
    background: #fff;
    border-color: #fe7200;
    box-shadow: 0 0 0 3px rgba(254, 114, 0, 0.08);
}

.pzx-contact-form-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

textarea.pzx-contact-form-input {
    resize: vertical;
    min-height: 110px;
}

/* Captcha */
.pzx-contact-captcha {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pzx-contact-captcha img {
    height: 42px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.pzx-contact-captcha input {
    width: 120px;
}

/* Submit Button */
.pzx-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: background 0.15s ease;
}

.pzx-contact-submit:hover {
    background: #1a1a1a;
}

.pzx-contact-submit i {
    font-size: 16px;
}

/* RESPONSIVE (duplicate bölüm) */

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    .pzx-contact-container.pzx-contact-with-sidebar {
        grid-template-columns: 1fr;
    }

    .pzx-contact-sidebar {
        display: none;
    }

    .pzx-contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pzx-contact-hero {
        padding: 32px 0;
    }

    .pzx-contact-hero h1 {
        font-size: 20px;
    }

    .pzx-contact-container {
        padding: 28px 16px 48px;
    }

    .pzx-contact-main {
        grid-template-columns: 1fr;
    }

    .pzx-contact-hours {
        order: -1;
    }

    .pzx-contact-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .pzx-contact-form {
        grid-template-columns: 1fr;
    }

    .pzx-contact-form-group.pzx-full-width {
        grid-column: 1;
    }

    .pzx-contact-map {
        height: 220px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .pzx-contact-form-card {
        padding: 24px;
        border-radius: 10px;
    }

    .pzx-contact-hours {
        padding: 24px;
        border-radius: 10px;
    }

    .pzx-contact-info-card {
        padding: 20px;
        border-radius: 10px;
    }

    .pzx-contact-social {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .pzx-contact-hero-content {
        padding: 0 16px;
    }

    .pzx-contact-hero {
        padding: 28px 0;
    }

    .pzx-contact-breadcrumb {
        font-size: 12px;
    }

    .pzx-contact-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pzx-contact-info-card {
        padding: 18px;
        display: flex;
        align-items: center;
        gap: 14px;
        flex-direction: row;
    }

    .pzx-contact-info-icon {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 36px;
        height: 36px;
    }

    .pzx-contact-info-icon i {
        font-size: 15px;
    }

    .pzx-contact-info-label {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .pzx-contact-info-value {
        font-size: 14px;
    }

    .pzx-contact-form-card {
        padding: 20px;
    }

    .pzx-contact-hours {
        padding: 20px;
    }

    .pzx-contact-form-title {
        font-size: 15px;
        margin-bottom: 20px;
        padding-bottom: 14px;
    }

    .pzx-contact-form-label {
        font-size: 12px;
    }

    .pzx-contact-form-input {
        padding: 10px 12px;
        font-size: 14px;
    }

    .pzx-contact-submit {
        padding: 13px 24px;
        font-size: 13px;
    }

    .pzx-contact-social-link {
        width: 36px;
        height: 36px;
    }

    .pzx-contact-social-link i {
        font-size: 14px;
    }
}
