/* ============================================================
   KURUMSAL İLETİŞİM SAYFASI — contact.css  (ct-* namespace)
   ============================================================ */

/* Hero */
.ct-hero {
    position: relative;
    background: linear-gradient(135deg, #0d0d1a 0%, #1a1a2e 45%, #16213e 100%);
    padding: 72px 0 60px;
    overflow: hidden;
    border-bottom: 3px solid var(--mz-primary);
}

.ct-hero-pattern {
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(192, 57, 43, 0.04) 40px, rgba(192, 57, 43, 0.04) 41px),
        repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(192, 57, 43, 0.04) 40px, rgba(192, 57, 43, 0.04) 41px);
    pointer-events: none;
}

.ct-hero-pattern::after {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(192, 57, 43, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.ct-hero-content {
    position: relative;
    text-align: center;
    color: #fff;
}

.ct-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(192, 57, 43, 0.15);
    border: 1px solid rgba(192, 57, 43, 0.4);
    color: #e74c3c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.ct-hero-title {
    font-family: var(--mz-font-nav, 'Oswald', sans-serif);
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff !important;
    margin: 0 0 14px;
    line-height: 1.1;
}

.ct-hero-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.72) !important;
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Bilgi Kartları Şeridi */
.ct-info-strip {
    background: var(--mz-card);
    border-bottom: 1px solid var(--mz-border);
}

.ct-info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.ct-info-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 26px 22px;
    border-right: 1px solid var(--mz-border);
    transition: background 0.18s;
}

.ct-info-card:last-child {
    border-right: none;
}

.ct-info-card:hover {
    background: rgba(0, 0, 0, 0.015);
}

.dark-mode .ct-info-card:hover {
    background: rgba(255, 255, 255, 0.03);
}

.ct-info-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: rgba(192, 57, 43, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mz-primary);
    border: 1px solid rgba(192, 57, 43, 0.15);
}

.ct-info-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ct-info-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--mz-primary);
}

.ct-info-value {
    font-size: 13.5px;
    font-weight: 500;
    color: var(--mz-text);
    line-height: 1.45;
}

a.ct-link {
    color: var(--mz-text) !important;
    transition: color 0.18s;
}

a.ct-link:hover {
    color: var(--mz-primary) !important;
}

/* Ana Grid */
.ct-main-wrapper {
    padding: 60px 0 70px;
}

.ct-main-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 40px;
    align-items: start;
}

@media (max-width: 960px) {
    .ct-main-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .ct-info-cards {
        grid-template-columns: 1fr 1fr;
    }

    .ct-info-card {
        border-right: none;
        border-bottom: 1px solid var(--mz-border);
    }
}

/* Sol Panel */
.ct-left-panel {
    display: flex;
    flex-direction: column;
}

.ct-panel-block {
    padding: 28px 0;
}

.ct-panel-block:first-child {
    padding-top: 0;
}

.ct-panel-title {
    font-family: var(--mz-font-nav, 'Oswald', sans-serif);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--mz-text);
    margin: 0 0 14px;
    position: relative;
    padding-bottom: 12px;
}

.ct-panel-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 3px;
    background: var(--mz-primary);
    border-radius: 2px;
}

.ct-panel-subtitle {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--mz-primary);
    margin: 0 0 16px;
}

.ct-panel-text {
    font-size: 14px;
    line-height: 1.75;
    color: var(--mz-text-muted);
    margin: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ct-divider {
    height: 1px;
    background: var(--mz-border);
}

/* Detay Listesi */
.ct-detail-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ct-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ct-detail-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: rgba(192, 57, 43, 0.07);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mz-primary);
    margin-top: 2px;
}

.ct-detail-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--mz-text-muted);
    margin-bottom: 2px;
}

.ct-detail-val {
    display: block;
    font-size: 13.5px;
    color: var(--mz-text);
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Sosyal */
.ct-social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ct-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 13px;
    border: 1px solid var(--mz-border);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--mz-text);
    transition: all 0.18s;
    text-decoration: none;
}

.ct-social-btn:hover {
    background: var(--mz-primary);
    border-color: var(--mz-primary);
    color: #fff !important;
}

/* Yol Tarifi Chip */
.ct-directions-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    padding: 10px 20px;
    background: #0d0d1a;
    color: #fff !important;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}

.ct-directions-chip:hover {
    background: var(--mz-primary);
    color: #fff !important;
    transform: translateY(-1px);
}

/* Form Kartı */
.ct-form-card {
    background: var(--mz-card);
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--mz-border);
    overflow: hidden;
}

.dark-mode .ct-form-card {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.ct-form-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-bottom: 3px solid var(--mz-primary);
    padding: 28px 32px 22px;
}

.ct-form-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--mz-font-nav, 'Oswald', sans-serif);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff !important;
    margin: 0 0 6px;
}

.ct-form-title svg {
    color: var(--mz-primary);
    flex-shrink: 0;
}

.ct-form-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55) !important;
    margin: 0;
    padding-left: 30px;
}

.ct-form {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ct-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 600px) {
    .ct-field-row {
        grid-template-columns: 1fr;
    }

    .ct-form {
        padding: 20px;
    }

    .ct-form-header {
        padding: 22px 20px 18px;
    }
}

.ct-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ct-field-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--mz-text-muted);
}

.ct-field-label svg {
    flex-shrink: 0;
    color: var(--mz-primary);
}

.ct-req {
    color: var(--mz-primary);
    font-weight: 700;
}

.ct-input {
    width: 100%;
    padding: 12px 16px;
    background: var(--mz-bg);
    border: 1.5px solid var(--mz-border);
    border-radius: 8px;
    font-family: var(--mz-font);
    font-size: 14px;
    color: var(--mz-text);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

.ct-input:focus {
    border-color: var(--mz-primary);
    background: var(--mz-card);
    box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}

.ct-input::placeholder {
    color: var(--mz-text-muted);
    opacity: 0.55;
}

.ct-textarea {
    resize: vertical;
    min-height: 150px;
    line-height: 1.6;
}

/* Submit Butonu */
.ct-submit-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 24px;
    background: var(--mz-primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: var(--mz-font-nav, 'Oswald', sans-serif);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
}

.ct-submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 40%, rgba(255, 255, 255, 0.08) 100%);
    pointer-events: none;
}

.ct-submit-btn:hover {
    background: var(--mz-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(192, 57, 43, 0.35);
}

.ct-submit-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

.ct-btn-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ct-btn-arrow {
    display: flex;
    align-items: center;
    opacity: 0.7;
    transition: transform 0.2s, opacity 0.2s;
}

.ct-submit-btn:hover .ct-btn-arrow {
    transform: translateX(4px);
    opacity: 1;
}

/* Harita */
.ct-map-wrap {
    position: relative;
}

.ct-map-overlay-bar {
    background: #0d0d1a;
    border-top: 3px solid var(--mz-primary);
    padding: 16px 0;
}

.ct-map-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.ct-map-bar-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ct-map-bar-pin {
    width: 36px;
    height: 36px;
    background: var(--mz-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.ct-map-bar-left strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 2px;
}

.ct-map-bar-left span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55) !important;
}

.ct-map-bar-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 20px;
    background: var(--mz-primary);
    color: #fff !important;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
    flex-shrink: 0;
}

.ct-map-bar-btn:hover {
    background: var(--mz-primary-dark);
    color: #fff !important;
}

.ct-map-iframe {
    width: 100%;
    height: 420px;
    border: none;
    display: block;
    filter: grayscale(15%);
}

.dark-mode .ct-map-iframe {
    filter: grayscale(30%) brightness(0.9);
}

/* ── Light Mode Özel Düzeltmeleri ── */
/* (dark-mode class yoksa yani light modda) */
body:not(.dark-mode) .ct-main-wrapper {
    background: #f7f8fb;
}

body:not(.dark-mode) .ct-input {
    background: #fff;
    border-color: #d4d9e2;
}

body:not(.dark-mode) .ct-input:focus {
    border-color: var(--mz-primary);
    background: #fff;
}

body:not(.dark-mode) .ct-form {
    background: #fff;
}

body:not(.dark-mode) .ct-info-strip {
    background: #fff;
    border-bottom: 1px solid #e8ebf0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body:not(.dark-mode) .ct-info-card {
    border-right-color: #e8ebf0;
}

body:not(.dark-mode) .ct-info-card:hover {
    background: #fafbfd;
}

body:not(.dark-mode) .ct-form-card {
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.10), 0 1px 4px rgba(0, 0, 0, 0.06);
    border-color: #dde2ec;
}

body:not(.dark-mode) .ct-left-panel {
    border-right: 1px solid #e8ebf0;
    padding-right: 36px;
}

body:not(.dark-mode) .ct-directions-chip {
    background: #1a1a2e;
    color: #fff !important;
}

body:not(.dark-mode) .ct-social-btn {
    border-color: #d4d9e2;
    color: #444;
}

body:not(.dark-mode) .ct-divider {
    background: #e8ebf0;
}

/* Light modda koyu bölümleri aç */
body:not(.dark-mode) .ct-hero {
    background: #f0f2f5;
    border-bottom: 3px solid var(--mz-primary);
}

body:not(.dark-mode) .ct-hero-pattern {
    display: none;
}

body:not(.dark-mode) .ct-hero-badge {
    background: rgba(192, 57, 43, 0.08);
    border-color: rgba(192, 57, 43, 0.25);
    color: var(--mz-primary);
}

body:not(.dark-mode) .ct-hero-title {
    color: #1a1a2e !important;
}

body:not(.dark-mode) .ct-hero-sub {
    color: #555 !important;
}

body:not(.dark-mode) .ct-form-header {
    background: linear-gradient(135deg, var(--mz-primary) 0%, #96281b 100%);
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}

body:not(.dark-mode) .ct-form-title {
    color: #fff !important;
}

body:not(.dark-mode) .ct-form-desc {
    color: rgba(255, 255, 255, 0.75) !important;
}

body:not(.dark-mode) .ct-map-overlay-bar {
    background: #f0f2f5;
    border-top: 3px solid var(--mz-primary);
    border-bottom: 1px solid #dde2ec;
}

body:not(.dark-mode) .ct-map-bar-left strong {
    color: #1a1a2e !important;
}

body:not(.dark-mode) .ct-map-bar-left span {
    color: #555 !important;
}

body:not(.dark-mode) .ct-map-bar-pin {
    background: var(--mz-primary);
    color: #fff;
}

@media (max-width: 420px) {
    .ct-info-cards {
        grid-template-columns: 1fr;
    }
}
