/* =====================================================================
   LikedWin — /iletisim sayfası (ct-*)
   marketing.css primitiflerinin üzerine kurulur; yeni renk tanımlamaz.
   ===================================================================== */

/* Bildirim kutusu açık `display` taşıdığı için `hidden` tek başına gizlemez. */
.ct-alert[hidden] { display: none !important; }

/* ---------------------------------------------------------------------
   1) HERO
   --------------------------------------------------------------------- */
.ct-hero__inner { max-width: 760px; margin: 0 auto; text-align: center; }
.ct-hero__title {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: clamp(30px, 4.4vw, 52px); font-weight: 800; line-height: 1.08;
    letter-spacing: -.03em; color: var(--mk-ink); margin: 0 0 16px; text-wrap: balance;
}
.ct-hero__title .hl {
    background: var(--mk-grad);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
}
.ct-hero__sub {
    font-size: clamp(15px, 1.7vw, 17.5px); line-height: 1.7; color: var(--muted);
    font-weight: 500; margin: 0 auto 24px; max-width: 640px;
}
.ct-live {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 8px 16px; border-radius: var(--radius-pill);
    background: var(--ok-bg); border: 1px solid var(--ok-line); color: var(--ok-fg);
    font-size: 13px; font-weight: 700;
}
.ct-live__dot {
    position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--ok-fg);
}
.ct-live__dot::after {
    content: ""; position: absolute; inset: -4px; border-radius: 50%;
    border: 2px solid var(--ok-fg); opacity: .5;
    animation: ctPulse 1.9s ease-out infinite;
}
@keyframes ctPulse {
    0%   { transform: scale(.6); opacity: .7; }
    100% { transform: scale(1.5); opacity: 0; }
}

/* ---------------------------------------------------------------------
   2) KANAL KARTLARI
   --------------------------------------------------------------------- */
.ct-chansec { padding-block: clamp(30px, 4vw, 52px) clamp(30px, 4vw, 52px); }
.ct-chans { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 1.8vw, 20px); }
.ct-chan { position: relative; display: flex; flex-direction: column; gap: 8px; padding: clamp(20px, 2.4vw, 28px); }
.ct-chan__badge {
    position: absolute; top: 15px; right: 15px;
    padding: 4px 10px; border-radius: var(--radius-pill);
    background: var(--ok-bg); color: var(--ok-fg);
    font-size: 10px; font-weight: 800; letter-spacing: .06em;
}
.ct-chan__t { margin: 12px 0 0; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16.5px; font-weight: 800; color: var(--mk-ink); letter-spacing: -.02em; }
.ct-chan__v { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--muted); font-weight: 500; word-break: break-word; }
.ct-chan__go {
    display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 10px;
    font-size: 13px; font-weight: 700; color: var(--brand);
}
.ct-chan__go i { transition: transform var(--ease); }
.ct-chan:hover .ct-chan__go i { transform: translateX(4px); }

/* ---------------------------------------------------------------------
   3) FORM DÜZENİ
   --------------------------------------------------------------------- */
.ct-grid {
    display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr);
    align-items: start; gap: clamp(20px, 3vw, 34px);
}

.ct-formwrap {
    padding: clamp(24px, 3.2vw, 40px);
    background: var(--surface); border: 1px solid var(--line); border-radius: 26px;
    box-shadow: var(--mk-card);
}
.ct-formhead { margin-bottom: 26px; }
.ct-formhead__t {
    margin: 0 0 8px; font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(21px, 2.4vw, 28px); font-weight: 800; color: var(--mk-ink); letter-spacing: -.025em;
}
.ct-formhead__d { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--muted); font-weight: 500; }
.ct-formhead__d b { color: var(--brand); font-weight: 700; }

/* Bal küpü — ekranda ve ekran okuyucuda yok, botlar doldurur */
.ct-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.ct-form { display: flex; flex-direction: column; gap: 16px; }
.ct-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ct-field { position: relative; display: flex; flex-direction: column; gap: 7px; }

.ct-label { font-size: 13px; font-weight: 700; color: var(--ink); }
.ct-label span[aria-hidden] { color: var(--danger); }
.ct-opt { font-weight: 500; color: var(--muted-2); font-size: 12px; }

.ct-input {
    width: 100%; padding: 13px 15px;
    border-radius: 13px; border: 1px solid var(--line-strong);
    background: var(--surface-2); color: var(--text);
    font-family: inherit; font-size: 14.5px; font-weight: 500;
    transition: border-color var(--ease), box-shadow var(--ease), background var(--ease);
}
.ct-input::placeholder { color: var(--muted-2); }
.ct-input:focus {
    outline: none; background: var(--surface);
    border-color: var(--brand-line-2); box-shadow: var(--mk-ring);
}
.ct-input.is-invalid { border-color: var(--err-line); background: var(--err-bg); }
.ct-input.is-invalid:focus { box-shadow: 0 0 0 4px rgba(239, 68, 68, .12); }

.ct-textarea { resize: vertical; min-height: 148px; line-height: 1.6; }
.ct-counter {
    position: absolute; right: 4px; bottom: -19px;
    font-size: 11.5px; color: var(--muted-2); font-weight: 600;
}

/* Seçim kutusu — yerleşik oku gizleyip kendi okumuzu koyuyoruz */
.ct-selectwrap { position: relative; }
.ct-select { appearance: none; -webkit-appearance: none; padding-right: 40px; cursor: pointer; }
.ct-selectwrap__ico {
    position: absolute; right: 15px; top: 50%; transform: translateY(-50%);
    color: var(--muted-2); font-size: 12px; pointer-events: none;
}

.ct-err { display: none; font-size: 12.5px; font-weight: 600; color: var(--err-fg); }
.ct-err.is-on { display: block; }

/* Onay kutusu */
.ct-consent { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; margin-top: 6px; }
.ct-consent input { position: absolute; opacity: 0; width: 0; height: 0; }
.ct-consent__box {
    flex: none; display: grid; place-items: center; width: 21px; height: 21px; margin-top: 1px;
    border-radius: 7px; border: 1.5px solid var(--line-strong); background: var(--surface);
    color: transparent; font-size: 10px;
    transition: background var(--ease), border-color var(--ease), color var(--ease);
}
.ct-consent input:checked + .ct-consent__box { background: var(--brand); border-color: var(--brand); color: #fff; }
.ct-consent input:focus-visible + .ct-consent__box { box-shadow: var(--mk-ring); }
.ct-consent__t { font-size: 13.5px; line-height: 1.6; color: var(--muted); font-weight: 500; }
.ct-consent__t a { color: var(--brand); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.ct-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 6px; }
.ct-actions__note { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--muted-2); font-weight: 600; }
.ct-submit.is-busy { opacity: .72; cursor: progress; }
.ct-submit.is-busy i { animation: ctSpin .9s linear infinite; }
@keyframes ctSpin { to { transform: rotate(360deg); } }

/* Sonuç bildirimi */
.ct-alert {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 15px 17px; border-radius: 15px;
    font-size: 14px; font-weight: 600; line-height: 1.55;
}
.ct-alert.is-ok  { background: var(--ok-bg);  border: 1px solid var(--ok-line);  color: var(--ok-fg); }
.ct-alert.is-err { background: var(--err-bg); border: 1px solid var(--err-line); color: var(--err-fg); }
.ct-alert__ico { flex: none; font-size: 16px; margin-top: 1px; }
.ct-alert.is-err .ct-alert__ico i::before { content: "\f06a"; }

/* ---------------------------------------------------------------------
   4) YAN SÜTUN
   --------------------------------------------------------------------- */
.ct-aside { display: flex; flex-direction: column; gap: clamp(12px, 1.6vw, 18px); position: sticky; top: calc(var(--header-h) + 16px); }

.ct-card {
    position: relative; overflow: hidden;
    padding: clamp(20px, 2.4vw, 26px); border-radius: 22px;
    background: var(--surface); border: 1px solid var(--line); box-shadow: var(--mk-card);
}
.ct-card--dark {
    background: linear-gradient(135deg, #16205a 0%, #2544d8 60%, #6d3ce0 100%);
    border-color: transparent; color: #fff;
    box-shadow: 0 24px 52px -26px rgba(37, 68, 216, .95);
}
.ct-card__glow {
    position: absolute; inset: -50% -20% auto auto; width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(255, 255, 255, .2), transparent 62%);
    pointer-events: none;
}
.ct-card__t {
    position: relative; display: flex; align-items: center; gap: 9px; margin: 0 0 10px;
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; font-weight: 800; letter-spacing: -.02em;
}
.ct-card__d { position: relative; margin: 0 0 16px; font-size: 13.8px; line-height: 1.65; color: rgba(255, 255, 255, .86); font-weight: 500; }
.ct-card__t2 {
    display: flex; align-items: center; gap: 9px; margin: 0 0 14px;
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15.5px; font-weight: 800;
    color: var(--mk-ink); letter-spacing: -.02em;
}
.ct-card__t2 i { color: var(--brand); font-size: 14px; }

.ct-times { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.ct-times li {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 11px 13px; border-radius: 12px;
    background: var(--surface-2); border: 1px solid var(--line);
    font-size: 13.5px; color: var(--muted); font-weight: 600;
}
.ct-times b { font-weight: 800; color: var(--ok-fg); font-size: 13px; white-space: nowrap; }

.ct-info { list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 11px; }
.ct-info li { display: flex; align-items: center; gap: 11px; font-size: 13.8px; font-weight: 600; color: var(--text); }
.ct-info i {
    flex: none; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px;
    background: var(--brand-soft); color: var(--brand); font-size: 12px;
}
.ct-info a { color: var(--text); }
.ct-info a:hover { color: var(--brand); }
.ct-info__note { margin: 0; font-size: 12.5px; line-height: 1.6; color: var(--muted-2); font-weight: 500; }
.ct-info__note a { color: var(--brand); font-weight: 600; }
.ct-info__note a:hover { text-decoration: underline; }

/* ---------------------------------------------------------------------
   5) HIZLI YANITLAR
   --------------------------------------------------------------------- */
.ct-quick { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(12px, 1.8vw, 20px); max-width: 940px; margin: 0 auto; }
.ct-quick__i {
    padding: clamp(20px, 2.4vw, 26px); border-radius: 20px;
    background: var(--surface); border: 1px solid var(--line); box-shadow: var(--mk-card);
}
.ct-quick__q {
    display: flex; align-items: flex-start; gap: 10px; margin: 0 0 9px;
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15.5px; font-weight: 800;
    color: var(--mk-ink); letter-spacing: -.02em; line-height: 1.35;
}
.ct-quick__q i { flex: none; margin-top: 2px; color: var(--brand); font-size: 14px; }
.ct-quick__a { margin: 0; font-size: 14px; line-height: 1.7; color: var(--muted); font-weight: 500; }
.ct-quick__a a { color: var(--brand); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ---------------------------------------------------------------------
   6) RESPONSIVE
   --------------------------------------------------------------------- */
@media (max-width: 1080px) {
    .ct-chans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
    .ct-grid { grid-template-columns: 1fr; }
    .ct-aside { position: static; }
}
@media (max-width: 640px) {
    .ct-chans { grid-template-columns: 1fr; }
    .ct-row { grid-template-columns: 1fr; }
    .ct-quick { grid-template-columns: 1fr; }
    .ct-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
    .ct-actions .mk-btn { width: 100%; justify-content: center; }
    /* Sayaç mobilde alan sıkışınca metnin üstüne binmesin */
    .ct-counter { position: static; align-self: flex-end; }
}

/* ---------------------------------------------------------------------
   7) HAREKETİ AZALT
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .ct-live__dot::after, .ct-submit.is-busy i { animation: none; }
    .ct-input, .ct-consent__box, .ct-chan__go i { transition: none; }
}
