/**
 * contact.css — REV-111 Premium Mobile-First Iletisim Sayfasi
 * page-detail.css / corporate.css ile ayni dili kullanan `ct-` prefix.
 */

:root {
    --ct-bg: #f7f8fb;
    --ct-surface: #ffffff;
    --ct-surface-2: #fafbfd;
    --ct-border: #eef0f4;
    --ct-border-strong: #e2e5eb;
    --ct-text: #0f172a;
    --ct-text-2: #334155;
    --ct-text-muted: #64748b;
    --ct-text-faint: #94a3b8;
    --ct-accent: #E31E24;
    --ct-accent-dark: #b91c1f;
    --ct-accent-soft: #fef2f2;
    --ct-ink-1: #0b1220;
    --ct-ink-2: #111827;
    --ct-wa: #25d366;
    --ct-wa-dark: #1da851;
    --ct-blue: #2563eb;
    --ct-blue-dark: #1d4ed8;
    --ct-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
    --ct-shadow-md: 0 10px 30px rgba(15, 23, 42, 0.06);
    --ct-shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.08);
    --ct-radius: 14px;
    --ct-radius-lg: 20px;
    --ct-radius-xl: 28px;
    --ct-font-body: 'Poppins', 'Inter', system-ui, -apple-system, sans-serif;
    --ct-font-head: 'Montserrat', 'Poppins', 'Inter', system-ui, sans-serif;
}

body.ct-body {
    background: var(--ct-bg);
    font-family: var(--ct-font-body);
    color: var(--ct-text);
}

/* ===================== SCROLL PROGRESS ===================== */
.ct-progress {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 3px;
    z-index: 9999;
    pointer-events: none;
}
.ct-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--ct-accent), #ff5a5f, var(--ct-accent-dark));
    background-size: 200% 100%;
    animation: ctShimmer 4s ease infinite;
    transition: width 0.1s linear;
    box-shadow: 0 0 10px rgba(227, 30, 36, 0.5);
}
@keyframes ctShimmer {
    0%,100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* ===================== HERO (kompakt) ===================== */
.ct-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(1200px 500px at 90% -10%, rgba(227,30,36,0.25), transparent 60%),
        radial-gradient(900px 400px at -10% 110%, rgba(59,130,246,0.18), transparent 60%),
        linear-gradient(135deg, #0b1220 0%, #111827 50%, #1a1f35 100%);
    padding: 2.25rem 0 2.75rem;
}
.ct-hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.ct-hero-blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.55; }
.ct-hero-blob-1 {
    width: 260px; height: 260px;
    background: radial-gradient(circle, #E31E24, transparent 70%);
    top: -60px; right: -40px;
    animation: ctFloat1 14s ease-in-out infinite;
}
.ct-hero-blob-2 {
    width: 220px; height: 220px;
    background: radial-gradient(circle, #6366f1, transparent 70%);
    bottom: -70px; left: -60px;
    animation: ctFloat2 18s ease-in-out infinite;
}
@keyframes ctFloat1 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(-30px,40px) scale(1.1);} }
@keyframes ctFloat2 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(40px,-30px) scale(0.95);} }
.ct-hero-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse at center, #000 40%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 40%, transparent 75%);
}
.ct-hero .container { position: relative; z-index: 2; }

.ct-breadcrumb {
    display: flex; align-items: center; gap: 0.4rem;
    font-size: 0.72rem; color: rgba(255,255,255,0.7);
    margin-bottom: 0.9rem; flex-wrap: wrap;
}
.ct-breadcrumb a {
    display: inline-flex; align-items: center; gap: 0.3rem;
    color: rgba(255,255,255,0.85); text-decoration: none;
    padding: 0.25rem 0.6rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 999px;
    backdrop-filter: blur(10px);
    transition: all 0.2s ease;
}
.ct-breadcrumb a:hover { background: rgba(255,255,255,0.15); color: #fff; }
.ct-breadcrumb a i { font-size: 0.8rem; color: #fca5a5; }
.ct-breadcrumb-sep { opacity: 0.5; font-size: 0.68rem; }
.ct-breadcrumb-current {
    color: rgba(255,255,255,0.95); font-weight: 600;
    padding: 0.25rem 0.6rem;
    background: rgba(227,30,36,0.2);
    border: 1px solid rgba(227,30,36,0.3);
    border-radius: 999px;
}

.ct-hero-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.85rem;
    max-width: 900px;
    margin: 0 auto;
}
.ct-hero-icon-wrap {
    display: flex; align-items: center; justify-content: center;
    grid-row: span 2;
}
.ct-hero-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,0.25), rgba(255,255,255,0) 60%),
        linear-gradient(135deg, #ef4444 0%, #E31E24 55%, #991b1b 100%);
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 10px 24px rgba(227,30,36,0.4), inset 0 1px 0 rgba(255,255,255,0.2);
    position: relative;
}
.ct-hero-icon::before {
    content: '';
    position: absolute; inset: -4px;
    border-radius: 16px;
    border: 1px solid rgba(227,30,36,0.3);
    animation: ctPulse 2.8s ease infinite;
}
@keyframes ctPulse {
    0%,100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.15); opacity: 0; }
}

.ct-hero-text { min-width: 0; }
.ct-hero-title {
    font-family: var(--ct-font-head);
    font-size: 1.25rem; font-weight: 800;
    letter-spacing: -0.02em; line-height: 1.2;
    margin: 0; color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.ct-hero-subtitle {
    font-size: 0.78rem; line-height: 1.45;
    color: rgba(255,255,255,0.7);
    margin: 0.2rem 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ct-hero-meta {
    grid-column: 1 / -1;
    display: flex; flex-wrap: wrap; gap: 0.4rem;
    margin: 0.75rem 0 0;
}
.ct-hero-meta-item {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.3rem 0.6rem;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    backdrop-filter: blur(16px);
    transition: all 0.25s ease;
}
.ct-hero-meta-item:hover { background: rgba(255,255,255,0.11); border-color: rgba(255,255,255,0.22); }
.ct-hero-meta-item > i { color: #fca5a5; font-size: 0.82rem; }
.ct-hero-meta-item > div {
    display: inline-flex; flex-direction: row; align-items: baseline;
    gap: 0.3rem; line-height: 1;
}
.ct-meta-label {
    font-size: 0.62rem; color: rgba(255,255,255,0.55);
    text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600;
}
.ct-meta-value { font-size: 0.72rem; color: #fff; font-weight: 600; }

.ct-hero-wave {
    position: absolute; bottom: -1px; left: 0; right: 0;
    line-height: 0; pointer-events: none;
}
.ct-hero-wave svg { display: block; width: 100%; height: 28px; }
.ct-hero-wave svg path { fill: var(--ct-bg); }

/* ===================== MAIN ===================== */
.ct-main {
    padding: 1.25rem 0 3rem;
    position: relative; z-index: 1;
}

/* ===================== QUICK ACTIONS ===================== */
.ct-quick-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}
.ct-qa {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    font-family: inherit;
    transition: all 0.25s ease;
    overflow: hidden;
    position: relative;
    box-shadow: var(--ct-shadow-md);
}
.ct-qa::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
    opacity: 0;
    transition: opacity 0.25s ease;
}
.ct-qa:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(0,0,0,0.2);
}
.ct-qa:hover::after { opacity: 1; }
.ct-qa-whatsapp { background: linear-gradient(135deg, #25d366, #1da851); box-shadow: 0 10px 24px rgba(37,211,102,0.35); }
.ct-qa-phone    { background: linear-gradient(135deg, #E31E24, #b91c1f); box-shadow: 0 10px 24px rgba(227,30,36,0.35); }
.ct-qa-email    { background: linear-gradient(135deg, #3b82f6, #1d4ed8); box-shadow: 0 10px 24px rgba(59,130,246,0.35); }
.ct-qa-ico {
    width: 44px; height: 44px;
    min-width: 44px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.18);
    color: #fff;
    font-size: 1.25rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    position: relative;
    z-index: 1;
}
.ct-qa-text {
    display: flex; flex-direction: column;
    line-height: 1.2; flex: 1; min-width: 0;
    position: relative; z-index: 1;
}
.ct-qa-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    opacity: 0.85;
}
.ct-qa-value {
    font-weight: 700; font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ct-qa-arrow {
    font-size: 1rem;
    opacity: 0.8;
    transition: transform 0.25s ease;
    position: relative; z-index: 1;
}
.ct-qa:hover .ct-qa-arrow { transform: translate(3px, -3px); opacity: 1; }

/* ===================== LAYOUT ===================== */
.ct-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

/* ===================== CARD BASE ===================== */
.ct-card {
    background: var(--ct-surface);
    border: 1px solid var(--ct-border);
    border-radius: var(--ct-radius-lg);
    box-shadow: var(--ct-shadow-md);
    overflow: hidden;
    position: relative;
}
.ct-card-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0.9rem;
    border-bottom: 1px solid var(--ct-border);
    background: var(--ct-surface-2);
}
.ct-card-head > i {
    flex: 0 0 auto;
    width: 38px; height: 38px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--ct-accent), var(--ct-accent-dark));
    color: #fff; font-size: 1rem;
    box-shadow: 0 6px 14px rgba(227,30,36,0.25);
}
.ct-card-head > div { min-width: 0; flex: 1; }
.ct-card-head h3 {
    font-family: var(--ct-font-head);
    font-size: 1.05rem; font-weight: 800;
    color: var(--ct-ink-2);
    margin: 0 0 0.2rem;
    letter-spacing: -0.01em;
}
.ct-card-head p {
    margin: 0;
    font-size: 0.82rem;
    color: var(--ct-text-muted);
    line-height: 1.45;
}

/* ===================== INFO LIST ===================== */
.ct-info-list {
    list-style: none;
    padding: 0.5rem 0.75rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.ct-info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0.6rem;
    border-radius: 10px;
    transition: background 0.2s ease;
}
.ct-info-item:hover { background: var(--ct-surface-2); }
.ct-info-ico {
    flex: 0 0 auto;
    width: 38px; height: 38px;
    border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1rem;
    margin-top: 2px;
}
.ct-info-ico-red    { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #dc2626; }
.ct-info-ico-blue   { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
.ct-info-ico-green  { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #059669; }
.ct-info-ico-purple { background: linear-gradient(135deg, #ede9fe, #ddd6fe); color: #7c3aed; }
.ct-info-ico-orange { background: linear-gradient(135deg, #ffedd5, #fed7aa); color: #ea580c; }
.ct-info-body {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
    flex: 1;
}
.ct-info-title {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ct-text-faint);
}
.ct-info-value {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ct-text);
    text-decoration: none;
    word-break: break-word;
    line-height: 1.45;
}
a.ct-info-value { color: var(--ct-accent); transition: color 0.2s ease; }
a.ct-info-value:hover { color: var(--ct-accent-dark); text-decoration: underline; }

/* ===================== SOCIAL ===================== */
.ct-social {
    padding: 1rem 1.2rem 1.2rem;
    border-top: 1px solid var(--ct-border);
    background: var(--ct-surface-2);
}
.ct-social-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ct-text-muted);
    margin-bottom: 0.65rem;
}
.ct-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.ct-social-link {
    width: 38px; height: 38px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 1.05rem;
    transition: all 0.25s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.ct-social-link:hover { transform: translateY(-3px) scale(1.05); }
.ct-social-ig { background: linear-gradient(135deg, #833AB4, #E1306C, #F77737); }
.ct-social-fb { background: #1877f2; }
.ct-social-tw { background: #0f1419; }
.ct-social-yt { background: #ff0000; }
.ct-social-in { background: #0a66c2; }

/* ===================== GUVENCE KUTUSU ===================== */
.ct-assure {
    margin-top: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    background: linear-gradient(135deg, #f0fdf4, #d1fae5);
    border: 1px solid #a7f3d0;
    border-radius: 14px;
}
.ct-assure > i {
    width: 34px; height: 34px;
    min-width: 34px;
    border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    background: #059669; color: #fff;
    font-size: 1rem;
    box-shadow: 0 4px 10px rgba(5,150,105,0.25);
}
.ct-assure > div { display: flex; flex-direction: column; line-height: 1.4; }
.ct-assure strong { color: #065f46; font-size: 0.88rem; font-weight: 700; }
.ct-assure span { color: #047857; font-size: 0.78rem; }

/* ===================== FORM ===================== */
.ct-form { padding: 1rem 0.9rem 1.25rem; }
.ct-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
}
.ct-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0; /* overflow fix */
}
.ct-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ct-text-2);
    margin: 0;
}
.ct-label i { color: var(--ct-accent); font-size: 0.88rem; }
.ct-label em {
    font-style: normal;
    color: var(--ct-accent);
    font-weight: 700;
}
.ct-input {
    width: 100%;
    height: 48px;
    padding: 0.75rem 0.9rem;
    font-family: inherit;
    /* Mobilde iOS Safari 16px alti input'lara focus'ta zoom yapar — 16px minimum zorunlu */
    font-size: 16px;
    color: var(--ct-text);
    background: var(--ct-surface);
    border: 1.5px solid var(--ct-border-strong);
    border-radius: 11px;
    transition: all 0.2s ease;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 1px 2px rgba(15,23,42,0.02) inset;
    min-width: 0;
    max-width: 100%;
}
.ct-input::placeholder { color: var(--ct-text-faint); font-size: 0.92rem; }
.ct-input:hover { border-color: var(--ct-border-strong); }
.ct-input:focus {
    border-color: var(--ct-accent);
    box-shadow: 0 0 0 4px rgba(227,30,36,0.1);
    background: #fff;
}
.ct-textarea {
    height: auto;
    min-height: 130px;
    resize: vertical;
    line-height: 1.5;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    font-size: 16px;
}

/* Telefon Input */
.ct-phone {
    position: relative;
    display: flex;
    align-items: stretch;
    background: var(--ct-surface);
    border: 1.5px solid var(--ct-border-strong);
    border-radius: 11px;
    transition: all 0.2s ease;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(15,23,42,0.02) inset;
    min-width: 0;
}
.ct-phone:focus-within {
    border-color: var(--ct-accent);
    box-shadow: 0 0 0 4px rgba(227,30,36,0.1);
}
.ct-phone-prefix {
    padding: 0 0.7rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ct-text);
    border-right: 1.5px solid var(--ct-border-strong);
    height: 48px;
    display: inline-flex; align-items: center;
    background: var(--ct-surface-2);
    flex: 0 0 auto;
}
.ct-input-phone {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    height: 48px;
    padding-left: 0.75rem;
    padding-right: 0.6rem;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
}
.ct-input-phone:focus { box-shadow: none !important; }

/* Select */
.ct-select-wrap {
    position: relative;
    width: 100%;
}
.ct-select {
    padding-right: 2.5rem;
    cursor: pointer;
    background-image: none;
}
.ct-select-arrow {
    position: absolute;
    right: 1rem; top: 50%;
    transform: translateY(-50%);
    color: var(--ct-text-muted);
    font-size: 0.85rem;
    pointer-events: none;
    transition: transform 0.2s ease;
}
.ct-select-wrap:focus-within .ct-select-arrow {
    transform: translateY(-50%) rotate(180deg);
    color: var(--ct-accent);
}

/* TOPIC CHIPS */
.ct-topic-chips {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    overflow-y: hidden;
    margin: -0.2rem -0.9rem 0.85rem;
    padding: 0.25rem 0.9rem 0.75rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
}
.ct-topic-chips::-webkit-scrollbar { display: none; }
.ct-topic-chips .ct-chip { scroll-snap-align: start; }
.ct-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: var(--ct-surface-2);
    border: 1px solid var(--ct-border-strong);
    color: var(--ct-text-2);
    font-family: inherit;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}
.ct-chip i { font-size: 0.88rem; opacity: 0.8; }
.ct-chip:hover {
    background: var(--ct-accent-soft);
    color: var(--ct-accent);
    border-color: #fecaca;
}
.ct-chip.active {
    background: linear-gradient(135deg, var(--ct-accent), var(--ct-accent-dark));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 14px rgba(227,30,36,0.25);
}

/* MESAJ METER */
.ct-msg-meter {
    margin-top: 0.45rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.ct-msg-progress {
    flex: 1;
    height: 5px;
    background: var(--ct-border);
    border-radius: 999px;
    overflow: hidden;
}
.ct-msg-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--ct-accent), #ff5a5f);
    border-radius: 999px;
    transition: width 0.25s ease, background 0.25s ease;
}
.ct-msg-progress-bar.done {
    background: linear-gradient(90deg, #10b981, #059669);
}
.ct-msg-count {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--ct-text-muted);
    white-space: nowrap;
    min-width: 52px;
    text-align: right;
    font-variant-numeric: tabular-nums;
}
.ct-msg-count.done { color: #059669; }

/* CHECKBOX */
.ct-check {
    margin: 1rem 0 1.1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}
.ct-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.ct-check-label {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    cursor: pointer;
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--ct-text-2);
    user-select: none;
    margin: 0;
}
.ct-check-box {
    flex: 0 0 auto;
    width: 22px; height: 22px;
    border-radius: 6px;
    border: 1.5px solid var(--ct-border-strong);
    background: var(--ct-surface);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    margin-top: 1px;
}
.ct-check-box i {
    color: #fff;
    font-size: 0.85rem;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.2s ease;
}
.ct-checkbox:checked + .ct-check-label .ct-check-box {
    background: linear-gradient(135deg, var(--ct-accent), var(--ct-accent-dark));
    border-color: transparent;
    box-shadow: 0 4px 10px rgba(227,30,36,0.3);
}
.ct-checkbox:checked + .ct-check-label .ct-check-box i {
    opacity: 1;
    transform: scale(1);
}
.ct-checkbox:focus + .ct-check-label .ct-check-box {
    box-shadow: 0 0 0 4px rgba(227,30,36,0.15);
}
.ct-check-label a {
    color: var(--ct-accent);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed rgba(227,30,36,0.4);
}
.ct-check-label a:hover { border-bottom-style: solid; }
.ct-check-label em {
    font-style: normal;
    color: var(--ct-accent);
    font-weight: 700;
}

/* SUBMIT BUTTON */
.ct-submit {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
}
.ct-submit-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.95rem 1.25rem;
    background: linear-gradient(135deg, var(--ct-accent) 0%, var(--ct-accent-dark) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.98rem;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(227,30,36,0.35);
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
    min-height: 50px;
}
.ct-submit-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
    opacity: 0;
    transition: opacity 0.25s ease;
}
.ct-submit:hover .ct-submit-inner {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(227,30,36,0.45);
}
.ct-submit:hover .ct-submit-inner::before { opacity: 1; }
.ct-submit:active .ct-submit-inner { transform: translateY(0); }
.ct-submit:disabled { opacity: 0.7; cursor: not-allowed; }
.ct-submit:disabled .ct-submit-inner { transform: none !important; }

.ct-form-note {
    margin: 0.9rem 0 0;
    display: flex; align-items: center; gap: 0.35rem;
    font-size: 0.75rem; color: var(--ct-text-muted);
    justify-content: center;
}
.ct-form-note i { color: #059669; }

/* ===================== TRUST ===================== */
.ct-trust {
    margin-top: 2rem;
    padding: 1.75rem 1rem;
    background: var(--ct-surface);
    border: 1px solid var(--ct-border);
    border-radius: var(--ct-radius-lg);
    box-shadow: var(--ct-shadow-sm);
}
.ct-trust-header { text-align: center; margin-bottom: 1.5rem; }
.ct-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ct-accent);
    padding: 0.28rem 0.75rem;
    background: var(--ct-accent-soft);
    border-radius: 999px;
    margin-bottom: 0.55rem;
}
.ct-section-title {
    font-family: var(--ct-font-head);
    font-size: 1.3rem; font-weight: 800;
    color: var(--ct-ink-2);
    margin: 0 0 0.35rem;
    letter-spacing: -0.01em;
}
.ct-trust-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}
.ct-trust-card {
    padding: 1rem;
    background: var(--ct-surface-2);
    border: 1px solid var(--ct-border);
    border-radius: 14px;
    transition: all 0.28s ease;
}
.ct-trust-card:hover {
    transform: translateY(-3px);
    border-color: var(--ct-border-strong);
    box-shadow: var(--ct-shadow-md);
}
.ct-trust-ico {
    width: 40px; height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center; justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 0.65rem;
}
.ct-trust-ico-red    { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #dc2626; }
.ct-trust-ico-blue   { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
.ct-trust-ico-green  { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #059669; }
.ct-trust-ico-purple { background: linear-gradient(135deg, #ede9fe, #ddd6fe); color: #7c3aed; }
.ct-trust-card h4 {
    font-family: var(--ct-font-head);
    font-size: 0.95rem; font-weight: 700;
    color: var(--ct-ink-2); margin: 0 0 0.35rem;
}
.ct-trust-card p {
    font-size: 0.83rem;
    color: var(--ct-text-muted);
    line-height: 1.55;
    margin: 0;
}

/* ===================== MAP ===================== */
.ct-map {
    margin-top: 2rem;
    background: var(--ct-surface);
    border: 1px solid var(--ct-border);
    border-radius: var(--ct-radius-lg);
    overflow: hidden;
    box-shadow: var(--ct-shadow-sm);
}
.ct-map-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.15rem;
    border-bottom: 1px solid var(--ct-border);
    background: var(--ct-surface-2);
    flex-wrap: wrap;
}
.ct-map-head .ct-section-kicker { margin-bottom: 0.3rem; }
.ct-map-head .ct-section-title { font-size: 1.1rem; margin: 0; }
.ct-map-city {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.85rem;
    background: var(--ct-accent-soft);
    color: var(--ct-accent);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
}
.ct-map-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 240px;
}
.ct-map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* ===================== BACK TO TOP ===================== */
.ct-back-top {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 46px; height: 46px;
    border-radius: 50%;
    border: 0;
    background: linear-gradient(135deg, var(--ct-accent), var(--ct-accent-dark));
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.15rem;
    box-shadow: 0 10px 24px rgba(227,30,36,0.4);
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1040;
}
.ct-back-top.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.ct-back-top:hover {
    transform: translateY(-4px) scale(1.05);
    filter: brightness(1.1);
}
body.has-mobile-nav .ct-back-top { bottom: 78px; }

/* ===================== COK KUCUK MOBIL (<=375px) ===================== */
@media (max-width: 375px) {
    .ct-main .container { padding-left: 0.75rem; padding-right: 0.75rem; }
    .ct-card-head { padding: 0.85rem 0.75rem; gap: 0.6rem; }
    .ct-card-head h3 { font-size: 1rem; }
    .ct-card-head p { font-size: 0.78rem; }
    .ct-form { padding: 0.9rem 0.75rem 1.1rem; }
    .ct-info-list { padding: 0.4rem 0.5rem; }
    .ct-info-item { padding: 0.6rem 0.5rem; gap: 0.6rem; }
    .ct-info-ico { width: 34px; height: 34px; font-size: 0.92rem; }
    .ct-info-value { font-size: 0.86rem; }
    .ct-social { padding: 0.85rem 0.9rem 1rem; }
    .ct-topic-chips { margin-left: -0.75rem; margin-right: -0.75rem; padding-left: 0.75rem; padding-right: 0.75rem; }
    .ct-chip { padding: 0.4rem 0.75rem; font-size: 0.75rem; }
    .ct-phone-prefix { padding: 0 0.55rem; font-size: 0.9rem; }
    .ct-submit-inner { padding: 0.85rem 1rem; font-size: 0.94rem; }
}

/* ===================== TABLET (>=576px) ===================== */
@media (min-width: 576px) {
    .ct-form-row { grid-template-columns: 1fr 1fr; }
}

/* ===================== TABLET (>=768px) ===================== */
@media (min-width: 768px) {
    .ct-hero { padding: 2.75rem 0 3.25rem; }
    .ct-hero-title { font-size: 1.65rem; }
    .ct-hero-subtitle { font-size: 0.88rem; -webkit-line-clamp: unset; display: block; overflow: visible; }
    .ct-hero-icon { width: 60px; height: 60px; font-size: 1.6rem; border-radius: 14px; }
    .ct-hero-inner { gap: 1.1rem; }
    .ct-hero-meta { gap: 0.55rem; margin-top: 1rem; }
    .ct-hero-meta-item { padding: 0.4rem 0.8rem; }
    .ct-meta-label { font-size: 0.65rem; }
    .ct-meta-value { font-size: 0.8rem; }
    .ct-hero-wave svg { height: 42px; }

    .ct-qa { padding: 1rem 1.15rem; }
    .ct-qa-ico { width: 48px; height: 48px; min-width: 48px; font-size: 1.4rem; }
    .ct-qa-value { font-size: 1rem; }

    .ct-card-head { padding: 1.4rem 1.75rem; }
    .ct-card-head > i { width: 46px; height: 46px; font-size: 1.2rem; }
    .ct-card-head h3 { font-size: 1.2rem; }

    .ct-info-list { padding: 0.75rem 1rem 0.5rem; }
    .ct-info-item { padding: 0.85rem 0.8rem; }

    .ct-form { padding: 1.5rem 1.75rem 1.75rem; }
    .ct-topic-chips { margin: -0.2rem -1.75rem 1rem; padding: 0.25rem 1.75rem 0.85rem; }

    .ct-trust { padding: 2.25rem 1.75rem; }
    .ct-trust-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .ct-section-title { font-size: 1.55rem; }

    .ct-map-head { padding: 1.3rem 1.75rem; }
    .ct-map-head .ct-section-title { font-size: 1.3rem; }
    .ct-map-frame { min-height: 340px; }

    .ct-back-top { width: 50px; height: 50px; right: 24px; bottom: 24px; }
    body.has-mobile-nav .ct-back-top { bottom: 24px; }
}

/* ===================== DESKTOP (>=992px) ===================== */
@media (min-width: 992px) {
    .ct-hero { padding: 3.25rem 0 3.75rem; }
    .ct-hero-title { font-size: 1.95rem; letter-spacing: -0.02em; }
    .ct-hero-subtitle { font-size: 0.95rem; }

    .ct-quick-actions { grid-template-columns: repeat(3, 1fr); }

    .ct-layout {
        grid-template-columns: minmax(320px, 360px) 1fr;
        gap: 1.75rem;
        align-items: start;
    }
    .ct-info { position: sticky; top: 90px; }

    .ct-card-head { padding: 1.5rem 2rem; }
    .ct-card-head h3 { font-size: 1.25rem; }
    .ct-form { padding: 1.75rem 2rem 2rem; }
    .ct-topic-chips { margin: -0.2rem -2rem 1rem; padding: 0.25rem 2rem 0.85rem; flex-wrap: wrap; overflow-x: visible; }

    .ct-trust { margin-top: 2.75rem; padding: 2.5rem 2rem; }
    .ct-trust-grid { grid-template-columns: repeat(4, 1fr); gap: 1.15rem; }
    .ct-trust-card { padding: 1.25rem; }
    .ct-section-title { font-size: 1.75rem; }

    .ct-map { margin-top: 2.25rem; }
    .ct-map-frame { min-height: 420px; }
}

@media (min-width: 1200px) {
    .ct-hero-title { font-size: 2.15rem; }
    .ct-layout { grid-template-columns: 380px 1fr; gap: 2.25rem; }
}

/* ===================== REDUCED MOTION ===================== */
@media (prefers-reduced-motion: reduce) {
    .ct-hero-blob-1, .ct-hero-blob-2, .ct-progress-bar,
    .ct-hero-icon::before {
        animation: none !important;
    }
}
