/* ======================================================================
   CONTACT — /iletisim
   Prefix: .ct-
====================================================================== */

.ct-page {
    background: var(--bg-page, #f9fafb);
    min-height: calc(100vh - var(--header-height, 60px));
}

/* ─────────────── HERO ─────────────── */
.ct-hero {
    position: relative;
    padding: 56px 20px 44px;
    background:
        radial-gradient(circle at 25% 35%, rgba(16, 185, 129, 0.18) 0%, transparent 50%),
        radial-gradient(circle at 75% 65%, rgba(6, 182, 212, 0.16) 0%, transparent 50%),
        linear-gradient(135deg, #064e3b 0%, #0f172a 100%);
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
}
.ct-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.10) 1px, transparent 0);
    background-size: 26px 26px;
    opacity: 0.55;
}

.ct-hero-inner { position: relative; max-width: 800px; margin: 0 auto; z-index: 2; }

.ct-hero-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    margin-bottom: 12px;
    padding: 4px 14px;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.ct-hero-title {
    font-size: clamp(30px, 4.5vw, 46px);
    font-weight: 800;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.ct-hero-subtitle {
    margin: 0;
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    line-height: 1.5;
}

/* ─────────────── CONTAINER ─────────────── */
.ct-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px 20px 60px;
}

.ct-section-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text, #111827);
    margin: 0 0 20px;
    letter-spacing: -0.01em;
}

/* ─────────────── BRANCHES ─────────────── */
.ct-branches { margin-bottom: 36px; }

.ct-branches-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 18px;
}

.ct-branch {
    background: white;
    border: 1.5px solid var(--border, #e5e7eb);
    border-radius: 14px;
    padding: 18px 20px;
    transition: all 0.18s;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ct-branch:hover {
    border-color: #10b981;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.1);
}
.ct-branch.is-default {
    border-color: #10b981;
    background: linear-gradient(180deg, #ecfdf5 0%, white 30%);
}

.ct-branch-head {
    border-bottom: 1px solid var(--border, #f3f4f6);
    padding-bottom: 10px;
    margin-bottom: 4px;
}

.ct-branch-name {
    font-size: 17px;
    font-weight: 700;
    color: var(--text, #111827);
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ct-branch-badge {
    display: inline-block;
    background: #10b981;
    color: white;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: fit-content;
}

.ct-branch-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13.5px;
    color: var(--text, #374151);
    line-height: 1.5;
}

.ct-branch-row a {
    color: #0ea5e9;
    text-decoration: none;
}
.ct-branch-row a:hover { text-decoration: underline; }

.ct-branch-icon {
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

.ct-wa-link {
    color: #25d366 !important;
    font-weight: 600;
}

.ct-branch-hours {
    margin-top: 4px;
    border-top: 1px solid var(--border, #f3f4f6);
    padding-top: 10px;
}
.ct-branch-hours summary {
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: var(--muted, #6b7280);
    user-select: none;
    list-style: none;
    padding: 2px 0;
}
.ct-branch-hours summary::-webkit-details-marker { display: none; }
.ct-branch-hours summary::after {
    content: ' ▾';
    font-size: 11px;
}
.ct-branch-hours[open] summary::after { content: ' ▴'; }

.ct-hours-grid {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
    padding-left: 4px;
}

.ct-hours-row {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
    padding: 2px 0;
}
.ct-hours-day {
    color: var(--muted, #6b7280);
    font-weight: 500;
    min-width: 36px;
}
.ct-hours-time {
    color: var(--text, #374151);
    font-variant-numeric: tabular-nums;
}
.ct-hours-row.is-closed .ct-hours-time {
    color: #ef4444;
    font-style: italic;
}

.ct-branch-locate {
    margin-top: auto;
    background: #f0fdf4;
    color: #065f46;
    border: 1px solid #d1fae5;
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
}
.ct-branch-locate:hover {
    background: #d1fae5;
    border-color: #10b981;
}

/* ─────────────── HARITA ─────────────── */
.ct-map-section { margin-bottom: 40px; }

.ct-map {
    width: 100%;
    height: 420px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--border, #e5e7eb);
    background: #e5e7eb;
}

/* Leaflet popup styling */
.leaflet-popup-content {
    margin: 12px 14px !important;
    font-size: 13px;
}
.leaflet-popup-content strong {
    display: block;
    margin-bottom: 4px;
    color: var(--text, #111827);
}
.leaflet-popup-content small {
    color: var(--muted, #6b7280);
}

/* ─────────────── FORM + SIDEBAR ─────────────── */
.ct-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

@media (min-width: 900px) {
    .ct-form-row {
        grid-template-columns: minmax(0, 1.4fr) minmax(280px, 360px);
        align-items: start;
    }
}

/* FORM */
.ct-form-section {
    background: white;
    border-radius: 14px;
    padding: 24px clamp(20px, 3vw, 32px);
    border: 1px solid var(--border, #e5e7eb);
}

.ct-form-intro {
    color: var(--muted, #6b7280);
    margin: -10px 0 22px;
    font-size: 14px;
    line-height: 1.6;
}

.ct-form { display: flex; flex-direction: column; gap: 16px; }

.ct-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.ct-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 640px) {
    .ct-row { grid-template-columns: 1fr 1fr; }
}

.ct-field { display: flex; flex-direction: column; gap: 6px; }

.ct-field label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text, #374151);
}
.ct-required { color: #ef4444; }
.ct-optional { color: var(--muted, #9ca3af); font-weight: 400; font-size: 11px; }

.ct-field input,
.ct-field select,
.ct-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 13px;
    border: 1.5px solid var(--border, #e5e7eb);
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    background: white;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus {
    outline: 0;
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.ct-field textarea { resize: vertical; min-height: 110px; }

.ct-char-count {
    text-align: right;
    font-size: 11px;
    color: var(--muted, #9ca3af);
}

.ct-field-captcha {
    background: #f0fdf4;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #d1fae5;
}
.ct-field-captcha label {
    color: #065f46;
}

.ct-error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
    padding: 11px 14px;
    border-radius: 8px;
    font-size: 13px;
}

.ct-success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
    padding: 14px 16px;
    border-radius: 10px;
}
.ct-success strong { font-size: 15px; }
.ct-success p { margin: 4px 0 0; font-size: 13.5px; }

.ct-submit-btn {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border: 0;
    padding: 13px 22px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.ct-submit-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
}
.ct-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* SIDEBAR */
.ct-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ct-card {
    background: white;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid var(--border, #e5e7eb);
}

.ct-card-title {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 700;
    color: var(--text, #111827);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border, #f3f4f6);
}

.ct-card-body { display: flex; flex-direction: column; gap: 14px; }

.ct-info-block { display: flex; flex-direction: column; gap: 4px; font-size: 13.5px; }
.ct-info-block a {
    color: #0ea5e9;
    text-decoration: none;
}
.ct-info-block a:hover { text-decoration: underline; }

.ct-info-block strong {
    font-size: 15px;
    color: var(--text, #111827);
}

.ct-info-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--muted, #9ca3af);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 2px;
}

.ct-info-sub {
    font-size: 12.5px;
    color: var(--muted, #6b7280);
}

.ct-info-tagline {
    font-style: italic;
    color: #047857;
}

.ct-info-tag {
    display: inline-block;
    background: #f0fdf4;
    color: #065f46;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 4px;
    margin-left: 6px;
    font-weight: 500;
}

.ct-info-legal {
    padding-top: 10px;
    border-top: 1px dashed var(--border, #f3f4f6);
    color: var(--muted, #6b7280);
    font-size: 12px;
    gap: 3px;
}

.ct-info-label-sm {
    color: var(--muted, #9ca3af);
    font-weight: 600;
    margin-right: 4px;
}

/* SOCIAL */
.ct-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ct-social {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-page, #f3f4f6);
    color: var(--muted, #6b7280);
    transition: all 0.15s;
    text-decoration: none;
}
.ct-social:hover {
    transform: translateY(-2px);
    color: white;
}
.ct-social-facebook:hover    { background: #1877f2;
    color: #fff; }
.ct-social-instagram:hover   { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.ct-social-twitter:hover     { background: #000000;
    color: #fff; }
.ct-social-tiktok:hover      { background: #000000;
    color: #fff; }
.ct-social-youtube:hover     { background: #ff0000;
    color: #fff; }
.ct-social-linkedin:hover    { background: #0a66c2;
    color: #fff; }
.ct-social-tripadvisor:hover { background: #34e0a1; color: #000; }

/* WA CARD */
.ct-card-wa {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-color: #34d399;
    text-align: center;
}
.ct-card-wa .ct-card-title {
    border-bottom-color: rgba(0,0,0,0.1);
    color: #065f46;
}
.ct-card-wa p {
    color: #065f46;
    margin: 0 0 14px;
    font-size: 13.5px;
}

.ct-wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #25d366;
    color: white !important;
    padding: 11px 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.15s;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.35);
}
.ct-wa-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.45);
}

/* MOBILE */
@media (max-width: 600px) {
    .ct-map { height: 320px; }
    .ct-branches-grid { grid-template-columns: 1fr; }
}


/* AI/Branch address directions polish: long TinyMCE content must never break mobile layout */
.ct-address-directions-box {
    width: 100%;
    max-width: 100%;
    margin: 12px 0 14px;
    padding: 0;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 16px;
    background: rgba(255,255,255,.84);
    overflow: hidden;
}
.ct-address-directions-box summary {
    cursor: pointer;
    list-style: none;
    padding: 12px 14px;
    font-weight: 800;
    color: var(--text-main, #111827);
    display: flex;
    align-items: center;
    gap: 8px;
}
.ct-address-directions-box summary::-webkit-details-marker { display: none; }
.ct-address-directions-box summary::after {
    content: '▾';
    margin-left: auto;
    opacity: .65;
    transition: transform .16s ease;
}
.ct-address-directions-box[open] summary::after { transform: rotate(180deg); }
.ct-address-directions-content {
    padding: 0 14px 14px;
    color: var(--text-muted, #475569);
    font-size: 14px;
    line-height: 1.62;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.ct-address-directions-content p { margin: 0 0 10px; }
.ct-address-directions-content ul,
.ct-address-directions-content ol { margin: 8px 0 12px 20px; padding: 0; }
.ct-address-directions-content a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    overflow-wrap: anywhere;
    color: var(--primary, #2563eb);
    font-weight: 800;
}
.ct-branch,
.ct-branch.is-default { min-width: 0; }
.ct-branch-row,
.ct-branch-row span,
.ct-branch-row a { min-width: 0; overflow-wrap: anywhere; word-break: break-word; }

/* ─────────────────────────────────────────────
   Contact branch grid full-width restore
   Ana şube / şube kartları küçük kart gibi değil,
   sayfa genişliğini dolduran bloklar halinde gösterilir.
───────────────────────────────────────────── */
.ct-branches-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 18px;
    width: 100%;
}

.ct-branches-grid > .ct-branch,
.ct-branches-grid > .ct-branch.is-default {
    width: 100%;
    max-width: none;
    grid-column: 1 / -1;
}

.ct-branch.is-default {
    padding: 22px 24px;
}

@media (min-width: 900px) {
    .ct-branch.is-default .ct-branch-head,
    .ct-branch.is-default .ct-branch-row,
    .ct-branch.is-default .ct-branch-hours,
    .ct-branch.is-default .ct-branch-locate {
        max-width: 100%;
    }
}

/* ═══════════════════════════════════════════════════════════════════════
 * 🇹🇷 Yasal Sicil Kartı (footer pattern kopyası — VKN/MERSİS/ETBİS/KEP/VERBİS)
 * ═══════════════════════════════════════════════════════════════════════ */
.ct-legal-card {
    margin: 14px 0 0;
    padding: 14px 16px;
    background: linear-gradient(135deg, #FAF6EE 0%, #F5F1E8 100%);
    border: 1px solid rgba(61, 90, 61, 0.18);
    border-left: 3px solid #E30A17;  /* Türk bayrağı kırmızısı */
    border-radius: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.ct-legal-card-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px dashed rgba(61, 90, 61, 0.18);
}
.ct-legal-flag {
    font-family: 'Twemoji Country Flags', 'Segoe UI Emoji', 'Apple Color Emoji',
                 'Noto Color Emoji', system-ui, sans-serif;
    font-size: 16px;
    line-height: 1;
}
.ct-legal-card-title {
    font-size: 12px;
    font-weight: 700;
    color: #2C4530;
    letter-spacing: -0.005em;
    text-transform: uppercase;
}
.ct-legal-list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}
.ct-legal-row {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 12px;
    align-items: center;
    font-size: 12.5px;
    line-height: 1.5;
    padding: 4px 0;
    border-bottom: 1px dashed rgba(61, 90, 61, 0.10);
}
.ct-legal-row:last-child {
    border-bottom: none;
}
.ct-legal-row dt {
    font-weight: 700;
    color: #3D5A3D;
    letter-spacing: 0.01em;
    margin: 0;
}
.ct-legal-row dd {
    color: #4A4239;
    font-variant-numeric: tabular-nums;
    word-break: break-word;
    margin: 0;
}
.ct-legal-sep {
    margin: 0 4px;
    color: rgba(61, 90, 61, 0.4);
}
.ct-legal-sub {
    color: #6B6258;
    font-weight: 500;
}
.ct-legal-etbis-link,
.ct-legal-kep-link {
    color: #4A4239;
    text-decoration: none;
    border-bottom: 1px dotted rgba(61, 90, 61, 0.35);
    transition: color 0.15s, border-color 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.ct-legal-etbis-link:hover,
.ct-legal-kep-link:hover {
    color: #2C4530;
    border-bottom-color: #3D5A3D;
}
.ct-legal-verify-icon {
    width: 11px;
    height: 11px;
    color: #D4A845;
    opacity: 0.7;
    transition: transform 0.15s, opacity 0.15s;
}
.ct-legal-etbis-link:hover .ct-legal-verify-icon {
    transform: translate(1px, -1px);
    opacity: 1;
}

@media (max-width: 480px) {
    .ct-legal-card { padding: 10px 12px; }
    .ct-legal-card-title { font-size: 11px; }
    .ct-legal-row { font-size: 11.5px; grid-template-columns: 60px 1fr; }
}

/* ═══════════════════════════════════════════════════════════════════════
 * Y26 Üyelik Rozeti (iletişim sayfası — footer pattern kopyası)
 * ═══════════════════════════════════════════════════════════════════════ */
.ct-y26-badge {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px 12px 14px;
    margin: 14px 0 0;
    background: linear-gradient(135deg, rgba(61, 90, 61, 0.05) 0%, rgba(212, 168, 69, 0.07) 100%);
    border: 1px solid rgba(61, 90, 61, 0.18);
    border-radius: 14px;
    text-decoration: none;
    color: var(--text);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.25s ease;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.ct-y26-badge::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}
.ct-y26-badge:hover {
    background: linear-gradient(135deg, rgba(61, 90, 61, 0.10) 0%, rgba(212, 168, 69, 0.14) 100%);
    border-color: rgba(212, 168, 69, 0.55);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px -8px rgba(61, 90, 61, 0.35);
    color: var(--text);
}
.ct-y26-badge:hover::before { opacity: 1; }
.ct-y26-badge:focus-visible { outline: 2px solid #D4A845; outline-offset: 2px; }

.ct-y26-badge-logo {
    width: 44px; height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ct-y26-badge-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ct-y26-badge:hover .ct-y26-badge-logo {
    transform: rotate(-6deg) scale(1.06);
    box-shadow: 0 4px 14px rgba(230, 57, 70, 0.30), 0 0 0 1px rgba(230, 57, 70, 0.18);
}

.ct-y26-badge-text {
    display: flex; flex-direction: column;
    line-height: 1.3; min-width: 0; flex: 1;
}
.ct-y26-badge-label {
    font-size: 13.5px; font-weight: 700;
    color: #2C4530; letter-spacing: -0.005em;
}
.ct-y26-badge-sub {
    font-size: 11px;
    color: var(--text-soft, #6B6258);
    margin-top: 3px; letter-spacing: 0.01em;
}

.ct-y26-badge-arrow {
    width: 16px; height: 16px;
    color: #D4A845;
    opacity: 0.55;
    transition: transform 0.2s ease, opacity 0.2s ease;
    flex-shrink: 0;
}
.ct-y26-badge:hover .ct-y26-badge-arrow {
    transform: translate(2px, -2px);
    opacity: 1;
}

@media (max-width: 480px) {
    .ct-y26-badge { padding: 10px 12px; gap: 10px; }
    .ct-y26-badge-logo { width: 38px; height: 38px; }
    .ct-y26-badge-label { font-size: 12.5px; }
    .ct-y26-badge-sub { font-size: 10.5px; }
}

/* ═══════════════════════════════════════════════════════════════════════
 * Google Maps özel pin (logo marker) — AdvancedMarkerElement content'i
 * + InfoWindow zengin format
 * Hem /iletisim hem map-contact section'da kullanılır.
 * ═══════════════════════════════════════════════════════════════════════ */
.ct-map-pin {
    position: relative;
    width: 48px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
    transform-origin: 50% 100%;
    transition: transform 0.18s ease;
}
.ct-map-pin:hover { transform: scale(1.08); }
.ct-map-pin-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #3D5A3D;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3D5A3D;
    font-weight: 700;
    font-size: 18px;
    font-family: var(--font-display, system-ui, sans-serif);
    line-height: 1;
}
.ct-map-pin-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ct-map-pin-tail {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    transform: translate(-50%, 0);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid #3D5A3D;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15));
}

/* Map canvas cursor (varsayılan değil — Google'ın `draggableCursor` ile birlikte) */
.ct-map div[role="region"],
.ct-map .gm-style {
    cursor: grab;
}
.ct-map .gm-style:active {
    cursor: grabbing;
}

/* ─── InfoWindow (Bilgi Balonu) ─────────────────────────────────────── */
.ct-iw {
    font-family: var(--font-body, system-ui, sans-serif);
    color: var(--text, #2C2C2C);
    width: 304px;          /* sabit genişlik — sağda Google'ın bıraktığı padding görünmez */
    box-sizing: border-box;
}
.ct-iw-row .ct-iw-text { display: block; }
.ct-iw-phones {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 14px;
    width: 100%;
    min-width: 0;
}
.ct-iw-phones .ct-iw-link {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.ct-iw-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px 4px 10px;
    border-bottom: 1px dashed rgba(61, 90, 61, 0.18);
}
.ct-iw-logo {
    width: 40px;
    height: 40px;
    border-radius: 8px;          /* Header logo gibi rounded corners */
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid rgba(61, 90, 61, 0.12);
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.ct-iw-logo img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
}
.ct-iw-title {
    font-size: 15px;
    font-weight: 700;
    color: #2C4530;
    line-height: 1.25;
    letter-spacing: -0.005em;
}
.ct-iw-body {
    padding: 10px 4px 4px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 13px;
    line-height: 1.5;
    color: #4A4239;
}
.ct-iw-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.ct-iw-ic {
    flex-shrink: 0;
    width: 18px;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
}
.ct-iw-link {
    color: #3D5A3D;
    text-decoration: none;
    border-bottom: 1px dotted rgba(61, 90, 61, 0.4);
    transition: color 0.15s, border-color 0.15s;
}
.ct-iw-link:hover {
    color: #D4A845;
    border-bottom-color: #D4A845;
}
.ct-iw-foot {
    padding-top: 10px;
    margin-top: 8px;
    border-top: 1px dashed rgba(61, 90, 61, 0.18);
}
.ct-iw-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: linear-gradient(135deg, #3D5A3D 0%, #2C4530 100%);
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 6px rgba(61, 90, 61, 0.25);
    border-bottom: none !important;
}
.ct-iw-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(61, 90, 61, 0.35);
    color: #fff !important;
}
.ct-iw-cta svg {
    color: #D4A845;
}

/* Google InfoWindow konteyner — sağdaki "kapatma butonu" boşluğu kapatılır */
.gm-style .gm-style-iw-c {
    padding: 12px !important;
    padding-right: 12px !important;      /* default ~40px close-button padding'ini ez */
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18) !important;
    max-width: none !important;
}
.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0 !important;
    max-width: none !important;
    max-height: none !important;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar { display: none; }
/* Close butonu — köşede absolute float, içerik akışını bozmasın */
.gm-style .gm-ui-hover-effect {
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;
    width: 24px !important;
    height: 24px !important;
    opacity: 0.55;
    transition: opacity 0.15s;
}
.gm-style .gm-ui-hover-effect:hover { opacity: 1; }
.gm-style .gm-ui-hover-effect > span {
    width: 18px !important;
    height: 18px !important;
    margin: 3px !important;
}
/* InfoWindow alt ok (tail) — varsa orijinal kalır, padding değişikliği etkilemez */

/* ═══════════════════════════════════════════════════════════════════════
 * Kurumsal bilgi listesi (Telefon / E-posta / Adres)
 * Footer Yasal Sicil pattern'inin sade beyaz kart varyantı.
 * ═══════════════════════════════════════════════════════════════════════ */
.ct-info-brand {
    padding: 2px 2px 12px;
    border-bottom: 1px dashed rgba(61, 90, 61, 0.18);
    margin-bottom: 8px;
}
.ct-info-brand strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #2C4530;
    letter-spacing: -0.005em;
    line-height: 1.25;
}
.ct-info-brand .ct-info-sub {
    margin-top: 3px;
    color: #6B6258;
    font-size: 12.5px;
    line-height: 1.4;
}
.ct-info-brand .ct-info-tagline {
    font-style: italic;
    color: #8a8076;
}

.ct-info-list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 4px;
}
.ct-info-row {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 12px;
    align-items: start;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(61, 90, 61, 0.10);
    font-size: 13px;
    line-height: 1.5;
}
.ct-info-row:last-child {
    border-bottom: none;
}
.ct-info-row dt {
    margin: 0;
    font-weight: 700;
    color: #3D5A3D;
    letter-spacing: 0.005em;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.ct-info-row dd {
    margin: 0;
    color: #4A4239;
    display: flex;
    flex-direction: column;
    gap: 3px;
    word-break: break-word;
}
.ct-info-ic {
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
}
.ct-info-link {
    color: #4A4239;
    text-decoration: none;
    border-bottom: 1px dotted rgba(61, 90, 61, 0.32);
    transition: color 0.15s, border-color 0.15s;
    width: fit-content;
    max-width: 100%;
}
.ct-info-link:hover {
    color: #3D5A3D;
    border-bottom-color: #3D5A3D;
}
.ct-info-tag {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 7px;
    font-size: 10.5px;
    font-weight: 600;
    color: #2C4530;
    background: rgba(212, 168, 69, 0.18);
    border-radius: 10px;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .ct-info-row { grid-template-columns: 78px 1fr; font-size: 12.5px; }
    .ct-info-brand strong { font-size: 15px; }
}
