/*
 * verisizintisi.com v2 — Ana CSS
 * v3.0 — Kurumsal Güvenlik Teması
 * GitHub Dark tabanlı renk sistemi
 */

/* Inter font — <link> ile app.blade.php'den yüklenir */

/* ============================================================
   1. TEMA DEĞİŞKENLERİ
   ============================================================ */

:root,
[data-theme="dark"] {
    --bg:            #000000;
    --bg-surface:    #0a0a0a;
    --bg-card:       #141414;
    --bg-elevated:   #1e1e1e;
    --bg-argus:      #050505;
    --bg-input:      rgba(255,255,255,0.06);

    --border:        #272727;
    --border-hover:  #3d3d3d;
    --border-focus:  rgba(88,166,255,0.5);

    --text:          #e6edf3;
    --text-2:        #8b949e;
    --text-3:        #6e7681;
    --text-link:     #58a6ff;

    --blue:          #58a6ff;
    --blue-dark:     #1f6feb;
    --blue-glow:     rgba(88,166,255,0.1);
    --red:           #f85149;
    --red-surface:   rgba(248,81,73,0.08);
    --red-border:    rgba(248,81,73,0.25);
    --green:         #3fb950;
    --green-surface: rgba(63,185,80,0.08);
    --green-border:  rgba(63,185,80,0.2);
    --yellow:        #d29922;
    --yel-surface:   rgba(210,153,34,0.08);
    --yel-border:    rgba(210,153,34,0.25);
    --purple:        #986ee2;

    --header-bg:     rgba(13,17,23,0.94);
    --shadow:        0 16px 48px rgba(1,4,9,0.7);
    --shadow-sm:     0 2px 8px rgba(1,4,9,0.4);
}

[data-theme="light"] {
    --bg:            #ffffff;
    --bg-surface:    #f8f9fa;
    --bg-card:       #ffffff;
    --bg-elevated:   #f0f2f4;
    --bg-argus:      #090d13;
    --bg-input:      rgba(0,0,0,0.04);

    --border:        #d0d7de;
    --border-hover:  #8c959f;
    --border-focus:  rgba(9,105,218,0.4);

    --text:          #1f2328;
    --text-2:        #636c76;
    --text-3:        #9198a1;
    --text-link:     #0969da;

    --blue:          #0969da;
    --blue-dark:     #0757ba;
    --blue-glow:     rgba(9,105,218,0.08);
    --red:           #cf222e;
    --red-surface:   rgba(207,34,46,0.06);
    --red-border:    rgba(207,34,46,0.2);
    --green:         #1a7f37;
    --green-surface: rgba(26,127,55,0.06);
    --green-border:  rgba(26,127,55,0.2);
    --yellow:        #9a6700;
    --yel-surface:   rgba(154,103,0,0.06);
    --yel-border:    rgba(154,103,0,0.2);
    --purple:        #6639ba;

    --header-bg:     rgba(243,244,246,0.94);
    --shadow:        0 8px 32px rgba(31,35,40,0.12);
    --shadow-sm:     0 1px 6px rgba(31,35,40,0.06);
}

/* ============================================================
   2. RESET
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a     { color: var(--text-link); text-decoration: none; }
a:hover { text-decoration: none; }
img   { display: block; max-width: 100%; }
ul    { list-style: none; }
button { cursor: pointer; font: inherit; border: none; background: none; }
input, select, textarea { font: inherit; }

/* ============================================================
   3. LAYOUT
   ============================================================ */

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.container--narrow {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ============================================================
   4. HEADER
   ============================================================ */

.site-header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: var(--header-bg);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.header-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 62px;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    text-decoration: none;
}
.header-logo-img  { width: 26px; height: 26px; }
.header-logo-text {
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    background: linear-gradient(135deg, #79bfff 0%, #58a6ff 45%, #79bfff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* Header her zaman koyu — light modda da */
[data-theme="light"] .site-header {
    background: rgba(13,17,23,0.94);
    border-bottom-color: #30363d;
    --bg:           #0d1117;
    --bg-surface:   #161b22;
    --bg-card:      #161b22;
    --bg-elevated:  #21262d;
    --bg-input:     rgba(255,255,255,0.04);
    --border:       #30363d;
    --border-hover: #484f58;
    --text:         #e6edf3;
    --text-2:       #8b949e;
    --text-3:       #6e7681;
    --text-link:    #58a6ff;
    --blue:         #58a6ff;
    --blue-dark:    #1f6feb;
}

/* Logo metni light modda da mavi */
[data-theme="light"] .site-header .header-logo-text {
    background: linear-gradient(135deg, #79bfff 0%, #58a6ff 45%, #79bfff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 0.125rem;
    flex: 1;
}

.header-nav-link {
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-2);
    transition: color 0.15s, background 0.15s;
    white-space: nowrap;
}
.header-nav-link:hover,
.header-nav-link.active {
    color: var(--text);
    background: rgba(255,255,255,0.06);
}

.header-tools {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.lang-select {
    appearance: none;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    color: var(--text-2);
    padding: 0.35rem 1.75rem 0.35rem 0.65rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%236e7681' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    transition: border-color 0.15s;
}
.lang-select:hover { border-color: var(--border-hover); color: var(--text); }
.lang-select option { background: var(--bg-surface); color: var(--text); }

.header-theme-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    color: var(--text-2);
    transition: all 0.15s;
}
.header-theme-btn:hover { color: var(--text); border-color: var(--border-hover); }

[data-theme="dark"]  .icon-sun  { display: block; }
[data-theme="dark"]  .icon-moon { display: none; }
[data-theme="light"] .icon-sun  { display: none; }
[data-theme="light"] .icon-moon { display: block; }

.header-login-btn {
    padding: 0.4rem 0.875rem;
    border-radius: 6px;
    background: var(--blue);
    color: #fff !important;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    transition: background 0.15s;
    white-space: nowrap;
}
.header-login-btn:hover { background: var(--blue-dark); }

/* ---- Live butonu ---- */
.header-live-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    border: 1px solid rgba(248,81,73,0.3);
    background: rgba(248,81,73,0.06);
    color: #f85149;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s, border-color 0.15s;
}
.header-live-btn:hover {
    background: rgba(248,81,73,0.13);
    border-color: rgba(248,81,73,0.55);
    color: #f85149;
}
.header-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f85149;
    box-shadow: 0 0 0 0 rgba(248,81,73,0.5);
    animation: pulse-r 2s infinite;
    flex-shrink: 0;
}
@keyframes pulse-r {
    0%   { box-shadow: 0 0 0 0 rgba(248,81,73,0.5); }
    70%  { box-shadow: 0 0 0 6px rgba(248,81,73,0); }
    100% { box-shadow: 0 0 0 0 rgba(248,81,73,0); }
}

.header-burger {
    display: none;
    flex-direction: column;
    gap: 4.5px;
    padding: 7px;
    border-radius: 6px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
}
.header-burger span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: var(--text-2);
    border-radius: 2px;
    transition: background 0.15s;
}
.header-burger:hover span { background: var(--text); }

.header-mobile-menu {
    display: none;
    flex-direction: column;
    padding: 0.625rem 1.25rem 2rem;
    border-top: 1px solid var(--border);
    gap: 0.125rem;
    /* Menü kendi içinde kayar, viewport'u aşmaz */
    max-height: calc(100dvh - 62px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.header-mobile-menu.open { display: flex; }

.mobile-nav-link {
    padding: 0.6rem 0.75rem;
    border-radius: 6px;
    color: var(--text-2);
    font-size: 0.9375rem;
    font-weight: 500;
    transition: all 0.15s;
}
.mobile-nav-link:hover { color: var(--text); background: rgba(255,255,255,0.05); }
.mobile-login {
    margin-top: 0.5rem;
    background: var(--blue) !important;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
}
.mobile-login:hover { background: var(--blue-dark) !important; }

.mobile-section-label {
    padding: 0.375rem 0.75rem 0.25rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-3);
}
.mobile-divider {
    height: 1px;
    background: var(--border);
    margin: 0.375rem 0.75rem;
}

/* ============================================================
   4b. MEGA MENÜ — Kurumsal stil
   ============================================================ */

.mega-item {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}

/* Trigger */
.mega-trigger {
    display: flex;
    align-items: center;
    gap: 3px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}
.mega-chevron {
    transition: transform 0.2s ease;
    opacity: 0.4;
    flex-shrink: 0;
    margin-top: 1px;
}
.mega-trigger[aria-expanded="true"] .mega-chevron {
    transform: rotate(180deg);
    opacity: 0.75;
}
.mega-trigger[aria-expanded="true"] {
    color: var(--text);
    background: var(--bg-input);
}

/* ---- PANEL — tema ile uyumlu ---- */
.mega-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-top: 2px solid var(--blue);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, visibility 0.18s;
    z-index: 300;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15), 0 24px 48px rgba(0,0,0,0.25);
}
.mega-panel.open {
    opacity: 1;
    visibility: visible;
}

/* ---- İÇ YAPI ---- */
.mega-inner {
    display: flex;
    padding: 22px 24px 20px;
    gap: 0;
}

/* Dikey ayırıcı */
.mega-sep {
    width: 1px;
    background: var(--border);
    flex-shrink: 0;
    margin: 0 22px;
    align-self: stretch;
}

/* ---- KOLON ---- */
.mega-col {
    flex: 1;
    min-width: 0;
}

/* Kolon başlığı */
.mega-col-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--border);
}

/* İkon — çerçevesiz, koyu gri, temadan bağımsız */
.mega-col-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--text-3);
    opacity: 0.8;
}
.mega-col-icon--purple,
.mega-col-icon--teal,
.mega-col-icon--blue,
.mega-col-icon--slate {
    color: var(--text-3);
    background: none;
    border: none;
}

/* Ürün meta */
.mega-col-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-top: 1px;
}
.mega-col-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1;
    letter-spacing: -0.01em;
}
.mega-col-tagline {
    font-size: 0.6875rem;
    color: var(--text-3);
    line-height: 1.35;
}

/* ---- LİNK LİSTESİ ---- */
.mega-links {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.mega-link {
    display: flex;
    align-items: center;
    padding: 7px 10px 7px 18px;
    border-radius: 7px;
    font-size: 0.8125rem;
    font-weight: 400;
    color: var(--text-2);
    text-decoration: none;
    transition: color 0.12s, background 0.12s;
    position: relative;
}
.mega-link::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--border);
    transition: background 0.12s;
}
.mega-link:hover {
    color: var(--text);
    background: var(--bg-input);
}
.mega-link:hover::before {
    background: var(--blue);
}

/* Dış bağlantı ikonu */
.mega-link-ext {
    margin-left: auto;
    display: flex;
    align-items: center;
    color: var(--text-3);
    flex-shrink: 0;
    transition: color 0.12s;
    padding-left: 6px;
    opacity: 0.5;
}
.mega-link:hover .mega-link-ext {
    color: var(--blue);
    opacity: 1;
}

/* ---- PANEL FOOTER (CTA) ---- */
.mega-panel-footer {
    border-top: 1px solid var(--border);
    background: var(--bg-surface);
    padding: 13px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.mega-panel-cta-sub {
    font-size: 0.75rem;
    color: var(--text-3);
    flex: 1;
}

.mega-panel-cta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--blue);
    text-decoration: none;
    white-space: nowrap;
    transition: gap 0.18s;
}
.mega-panel-cta:hover { gap: 9px; }

/* ---- ÜRÜNLER MEGA — Genişletilmiş link yapısı ---- */

/* İsim + alt açıklama dikey layout */
.mega-link-product {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.mega-link-name {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-2);
    line-height: 1.2;
    transition: color 0.12s;
}

.mega-link-sub {
    font-size: 0.6875rem;
    color: var(--text-3);
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mega-link:hover .mega-link-name { color: var(--text); }

/* "Yakında" rozeti */
.mega-soon {
    display: inline-flex;
    align-items: center;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--yellow);
    background: var(--yel-surface);
    border: 1px solid var(--yel-border);
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    flex-shrink: 0;
    margin-left: 0.375rem;
    white-space: nowrap;
}

/* "Yakında" linkleri — tıklanamaz */
.mega-link--soon {
    cursor: default;
    pointer-events: none;
}
.mega-link--soon .mega-link-name { color: var(--text-3); }

/* Mobil menü — soon durumu */
.mobile-nav-link--soon {
    cursor: default;
    pointer-events: none;
    color: var(--text-3);
    opacity: 0.7;
}

/* Aktif link */
.mega-link--active {
    color: var(--text);
}
.mega-link--active::before {
    background: var(--blue);
}

/* ============================================================
   5. HERO — Split Layout
   ============================================================ */

.hero {
    /* Her zaman koyu — tema bağımsız */
    --text:         #e6edf3;
    --text-2:       #8b949e;
    --text-3:       #6e7681;
    --bg-card:      #161b22;
    --bg-elevated:  #21262d;
    --bg-input:     rgba(255,255,255,0.04);
    --border:       #30363d;
    --border-focus: rgba(88,166,255,0.5);
    --blue:         #58a6ff;
    --blue-dark:    #1f6feb;
    --blue-glow:    rgba(88,166,255,0.1);
    --green:        #3fb950;
    --green-surface:rgba(63,185,80,0.08);
    --green-border: rgba(63,185,80,0.2);
    --red:          #f85149;
    --red-surface:  rgba(248,81,73,0.08);
    --red-border:   rgba(248,81,73,0.25);
    --yellow:       #d29922;
    --yel-surface:  rgba(210,153,34,0.08);
    --yel-border:   rgba(210,153,34,0.25);
    --shadow:       0 16px 48px rgba(1,4,9,0.7);

    background: #0d1117;
    min-height: calc(100vh - 62px);
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}

/* Üst ince çizgi */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--blue), transparent);
}

/* Sağ üst mavi parıltı */
.hero::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -60px;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(88,166,255,0.05) 0%, transparent 65%);
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 5rem 1.5rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 4rem;
    align-items: center;
}

/* Eyebrow / durum satırı */
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--text-3);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1.5rem;
}

.eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 0 rgba(63,185,80,0.5);
    animation: pulse-g 2.5s infinite;
    flex-shrink: 0;
}

@keyframes pulse-g {
    0%   { box-shadow: 0 0 0 0 rgba(63,185,80,0.5); }
    70%  { box-shadow: 0 0 0 7px rgba(63,185,80,0); }
    100% { box-shadow: 0 0 0 0 rgba(63,185,80,0); }
}

/* Başlık */
.hero-title {
    font-size: clamp(2.2rem, 3.5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--text);
    margin-bottom: 1.25rem;
}

.hero-title-accent {
    background: linear-gradient(135deg, var(--blue) 0%, #a5b4fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Alt yazı */
.hero-subtitle {
    font-size: 1.0625rem;
    color: var(--text-2);
    max-width: 460px;
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

/* Form */
.hero-form { margin-bottom: 1.375rem; }

.hero-form-row {
    display: flex;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.hero-form-row:focus-within {
    border-color: var(--border-focus);
    box-shadow: 0 0 0 3px var(--blue-glow);
}

.hero-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 0.9375rem 1rem;
    color: var(--text);
    font-size: 0.9375rem;
    min-width: 0;
}
.hero-input::placeholder { color: var(--text-3); }

.hero-btn {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.9375rem 1.5rem;
    background: var(--blue);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.15s;
    flex-shrink: 0;
    border-left: 1px solid rgba(88,166,255,0.3);
}
.hero-btn:hover  { background: var(--blue-dark); }
.hero-btn:active { opacity: 0.9; }

/* Trust bar */
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.75rem;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    color: var(--text-3);
    font-weight: 500;
}
.hero-trust-item svg { color: var(--green); flex-shrink: 0; }

/* ============================================================
   HERO SAĞ KART — Breach Database
   ============================================================ */

.hcard {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
    font-size: 0.8125rem;
}

.hcard-header {
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hcard-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.hcard-dot-red    { background: #f85149; }
.hcard-dot-yellow { background: #d29922; }
.hcard-dot-green  { background: #3fb950; }

.hcard-label {
    margin-left: 0.375rem;
    font-size: 0.75rem;
    color: var(--text-3);
    letter-spacing: 0.02em;
}

.hcard-body { padding: 1rem; }

.hcard-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4375rem 0;
    border-bottom: 1px solid var(--border);
}
.hcard-stat:last-of-type { border-bottom: none; }
.hcard-stat-k { color: var(--text-3); }
.hcard-stat-v { font-weight: 600; color: var(--text); }
.hcard-stat-v--blue  { color: var(--blue); }
.hcard-stat-v--green { color: var(--green); }

.hcard-divider { height: 1px; background: var(--border); margin: 0.875rem 0 0.75rem; }

.hcard-section {
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--text-3);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.625rem;
}

.hcard-breach {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.4375rem 0;
    border-bottom: 1px solid var(--border);
}

.hcard-breach-icon {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    font-weight: 800;
    flex-shrink: 0;
    letter-spacing: 0;
}
.hcard-breach-icon--high   { background: var(--red-surface); color: var(--red); border: 1px solid var(--red-border); }
.hcard-breach-icon--medium { background: var(--yel-surface); color: var(--yellow); border: 1px solid var(--yel-border); }
.hcard-breach-icon--low    { background: var(--green-surface); color: var(--green); border: 1px solid var(--green-border); }

.hcard-breach-info { flex: 1; min-width: 0; }
.hcard-breach-name { font-weight: 600; color: var(--text); margin-bottom: 0.1rem; font-size: 0.8125rem; }
.hcard-breach-meta { font-size: 0.6875rem; color: var(--text-3); }


.hcard-footer {
    border-top: 1px solid var(--border);
    margin-top: 0.875rem;
    padding-top: 0.75rem;
    display: flex;
    gap: 1.125rem;
}

.hcard-footer-item {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.6875rem;
    color: var(--text-3);
}
.hcard-footer-item svg { color: var(--green); }

/* ============================================================
   5b. HERO — Arka plan videosu
   ============================================================ */

/* Sol sütun */
.hero-left {
    position: relative;
}

/* Tam hero arka plan videosu */
.hero-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    opacity: 0.48;
    pointer-events: none;
}

/* Metin & form videonun önünde kalır */
.hero-left-body {
    position: relative;
    z-index: 1;
}

/* Sağ sütun wrapper */
.hero-right-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ============================================================
   6. BÖLÜM ORTAK
   ============================================================ */

.section {
    padding: 5.5rem 0;
    background: var(--bg-surface);
    border-top: 1px solid var(--border);
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.875rem;
}
.section-label::before {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background: var(--blue);
    border-radius: 2px;
}

.section-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 0.875rem;
}

.section-subtitle {
    font-size: 1rem;
    color: var(--text-2);
    max-width: 520px;
    line-height: 1.75;
}

.section-head { margin-bottom: 3.5rem; }
.section-head--center { text-align: center; }
.section-head--center .section-label    { justify-content: center; }
.section-head--center .section-subtitle { margin: 0 auto; }

/* ============================================================
   7. NASIL ÇALIŞIR
   ============================================================ */

.how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}

.how-step {
    background: var(--bg-card);
    padding: 2rem 1.75rem;
    position: relative;
}

.how-step-num {
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.how-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(88,166,255,0.07);
    border: 1px solid rgba(88,166,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    margin-bottom: 1.125rem;
}

.how-step-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.5rem;
    letter-spacing: -0.015em;
}

.how-step-desc {
    font-size: 0.9rem;
    color: var(--text-2);
    line-height: 1.7;
}

/* ============================================================
   8. ÖZELLİKLER — Cyber Dark
   ============================================================ */

/* Bölüm — blueprint ızgara arka plan */
.features-section {
    position: relative;
    overflow: hidden;
    background: var(--bg-surface);
    border-top: 1px solid var(--border) !important;
    border-bottom: 1px solid var(--border);
}

/* Blueprint ızgara */
.features-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(88,166,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(88,166,255,0.08) 1px, transparent 1px);
    background-size: 36px 36px;
    pointer-events: none;
    z-index: 0;
}

/* Üst yatay parlayan çizgi */
.features-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(88,166,255,0.4) 25%,
        rgba(88,166,255,0.9) 50%,
        rgba(88,166,255,0.4) 75%,
        transparent 100%);
    pointer-events: none;
    z-index: 1;
}

/* İçerik ızgaranın üzerinde */
.features-section > .container {
    position: relative;
    z-index: 2;
}

/* Başlık */
.features-section .section-label {
    color: var(--blue);
    letter-spacing: 0.18em;
}
.features-section .section-label::before {
    background: var(--blue);
}
.features-section .section-title {
    color: var(--text);
}

/* Kart ızgarası */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(88,166,255,0.1);
    border: 1px solid rgba(88,166,255,0.12);
    border-radius: 4px;
    overflow: hidden;
}

/* Tek kart */
.feature-card {
    background: var(--bg-card);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: background 0.25s;
    counter-increment: feat-n;
}

/* Kart — sol üst köşe köşegen aksen */
.feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 0% 0%, rgba(88,166,255,0.07) 0%, transparent 65%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}
.feature-card:hover { background: var(--bg-elevated); }
.feature-card:hover::before { opacity: 1; }

/* Kart — üst mavi çizgi hover */
.feature-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #58a6ff, rgba(88,166,255,0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}
.feature-card:hover::after { opacity: 1; }

/* İkon */
.feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(88,166,255,0.06);
    border: 1px solid rgba(88,166,255,0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    margin-bottom: 1.125rem;
    flex-shrink: 0;
    transition: background 0.25s, box-shadow 0.25s;
}
.feature-card:hover .feature-icon {
    background: rgba(88,166,255,0.12);
    box-shadow: 0 0 14px rgba(88,166,255,0.25), inset 0 0 8px rgba(88,166,255,0.06);
}

.feature-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.5rem;
    letter-spacing: -0.015em;
}

.feature-desc {
    font-size: 0.875rem;
    color: var(--text-2);
    line-height: 1.75;
}

/* ============================================================
   9. ARGUS AI
   ============================================================ */

.argus-section {
    padding: 5.5rem 0;
    background: var(--bg);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.argus-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}

/* Sol: Karanlık içerik paneli — her iki temada da koyu */
.argus-content-panel {
    background: var(--bg-argus);
    border: 1px solid rgba(152,110,226,0.15);
    border-radius: 16px;
    padding: 2.75rem;
    position: relative;
    overflow: hidden;
}
.argus-content-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(152,110,226,0.5), transparent);
}
.argus-content-panel::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(152,110,226,0.07) 0%, transparent 65%);
    pointer-events: none;
}

/* Sağ: Baykuş görseli */
.argus-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding: 2rem 0;
}

.argus-owl {
    max-width: 320px;
    max-height: 380px;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 50px rgba(152,110,226,0.45))
            drop-shadow(0 0 120px rgba(152,110,226,0.2));
    animation: owl-float 4s ease-in-out infinite;
}

@keyframes owl-float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
}


/* Panel içindeki metinler her zaman açık renk */
.argus-title {
    font-size: clamp(1.625rem, 2.5vw, 2.125rem);
    font-weight: 800;
    color: #e6edf3;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.argus-desc {
    font-size: 0.9375rem;
    color: #8b949e;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.argus-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 1.375rem;
    border-radius: 8px;
    background: var(--purple);
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 600;
    transition: opacity 0.15s;
}
.argus-cta:hover { opacity: 0.88; }

/* Eski mockup (artık kullanılmıyor, compatibility için bırakıldı) */
.argus-mockup {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.argus-mockup-bar {
    padding: 0.75rem 1rem;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.dot-red    { background: #f85149; }
.dot-yellow { background: #d29922; }
.dot-green  { background: #3fb950; }

.argus-mockup-label {
    margin-left: 0.375rem;
    font-size: 0.75rem;
    color: var(--text-3);
}

.argus-mockup-body {
    padding: 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.chat-bubble { display: flex; gap: 0.5rem; font-size: 0.8125rem; line-height: 1.55; }
.chat-bubble--user { justify-content: flex-end; }
.chat-bubble--user .chat-text {
    background: rgba(88,166,255,0.1);
    border: 1px solid rgba(88,166,255,0.2);
    color: var(--text);
    padding: 0.5rem 0.75rem;
    border-radius: 10px 10px 3px 10px;
    max-width: 80%;
}

.chat-ai-icon {
    width: 24px; height: 24px;
    border-radius: 5px;
    background: rgba(152,110,226,0.12);
    display: flex; align-items: center; justify-content: center;
    color: #a78bfa;
    font-size: 0.7rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.chat-bubble--ai .chat-text {
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    color: var(--text-2);
    padding: 0.5625rem 0.75rem;
    border-radius: 3px 10px 10px 10px;
    max-width: 85%;
    line-height: 1.6;
}

.chat-divider { height: 1px; background: var(--border); margin: 0.125rem 0; }

.chat-risk-tags { display: flex; gap: 0.3rem; flex-wrap: wrap; margin-top: 0.3rem; }

.risk-tag {
    font-size: 0.625rem;
    font-weight: 700;
    padding: 0.125rem 0.4rem;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.risk-tag--high   { background: var(--red-surface); color: var(--red); border: 1px solid var(--red-border); }
.risk-tag--medium { background: var(--yel-surface); color: var(--yellow); border: 1px solid var(--yel-border); }
.risk-tag--low    { background: var(--green-surface); color: var(--green); border: 1px solid var(--green-border); }

/* ============================================================
   10. İSTATİSTİKLER
   ============================================================ */

.stats-section {
    padding: 5rem 0;
    border-top: 1px solid var(--border);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}

.stat-card {
    background: var(--bg-card);
    padding: 2.5rem 2rem;
    text-align: center;
}

.stat-value {
    font-size: clamp(2.25rem, 4.5vw, 3.25rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    color: var(--text);
    margin-bottom: 0.375rem;
    line-height: 1;
}
.stat-value span { color: var(--blue); }

.stat-label {
    font-size: 0.875rem;
    color: var(--text-2);
    font-weight: 500;
}

/* ============================================================
   11. BLOG
   ============================================================ */

.blog-section {
    padding: 5.5rem 0;
    background: var(--bg-surface);
    border-top: 1px solid var(--border);
}

.blog-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.blog-all-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--blue);
    display: flex;
    align-items: center;
    gap: 0.3rem;
    transition: gap 0.2s;
}
.blog-all-link:hover { gap: 0.5rem; }

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.blog-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s, transform 0.2s;
}
.blog-card:hover {
    border-color: var(--border-hover);
    transform: translateY(-2px);
}

.blog-card-img {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
}
.blog-card-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.blog-card:hover .blog-card-img img { transform: scale(1.03); }

.blog-card-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card-cat {
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.blog-card-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1.4;
    margin-bottom: 0.5rem;
    letter-spacing: -0.015em;
}
.blog-card-title a { color: inherit; }
.blog-card-title a:hover { color: var(--text-link); }

.blog-card-excerpt {
    font-size: 0.875rem;
    color: var(--text-2);
    line-height: 1.65;
    flex: 1;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8125rem;
    color: var(--text-3);
    border-top: 1px solid var(--border);
    padding-top: 0.75rem;
}

.blog-card-read {
    color: var(--blue);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8125rem;
}
.blog-card-read:hover { text-decoration: underline; }

/* ============================================================
   12. CTA
   ============================================================ */

.cta-section {
    padding: 5.5rem 0;
    background: var(--bg-surface);
    border-top: 1px solid var(--border);
}

.cta-box {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--blue), transparent);
}

.cta-box-title {
    font-size: clamp(1.875rem, 3.5vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    color: var(--text);
    margin-bottom: 0.75rem;
}

.cta-box-subtitle {
    font-size: 1rem;
    color: var(--text-2);
    max-width: 460px;
    margin: 0 auto 2rem;
    line-height: 1.75;
}

.cta-box-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8125rem 2rem;
    border-radius: 8px;
    background: var(--blue);
    color: #fff !important;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    transition: background 0.15s, transform 0.1s;
}
.cta-box-btn:hover  { background: var(--blue-dark); }
.cta-box-btn:active { transform: scale(0.98); }

.cta-box-note {
    margin-top: 1rem;
    font-size: 0.8125rem;
    color: var(--text-3);
}

/* ============================================================
   13. BREACH RESULT SAYFASI
   ============================================================ */

.result-page {
    min-height: calc(100vh - 62px);
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.result-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 2.75rem;
    max-width: 600px;
    margin: 0 auto;
}

.result-card--found {
    border-color: var(--red-border);
    background: linear-gradient(180deg, var(--red-surface) 0%, var(--bg-card) 50%);
}

.result-card--clean {
    border-color: var(--green-border);
    background: linear-gradient(180deg, var(--green-surface) 0%, var(--bg-card) 50%);
}

.result-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.375rem;
}
.result-icon--found { background: var(--red-surface); color: var(--red); border: 1px solid var(--red-border); }
.result-icon--clean { background: var(--green-surface); color: var(--green); border: 1px solid var(--green-border); }
.result-icon--error { background: var(--bg-elevated); color: var(--text-3); border: 1px solid var(--border); }

.result-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.025em;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.result-email {
    display: inline-block;
    font-size: 0.875rem;
    color: var(--text-3);
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 5px;
    padding: 0.2rem 0.625rem;
    margin-bottom: 1.125rem;
    font-family: monospace;
}

.result-desc {
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.75;
    margin-bottom: 1.625rem;
}

.result-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.7rem 1.375rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transition: opacity 0.15s;
}
.result-cta--danger  { background: var(--red); color: #fff !important; }
.result-cta--primary { background: var(--blue); color: #fff !important; }
.result-cta:hover { opacity: 0.88; }

.result-divider { height: 1px; background: var(--border); margin: 1.5rem 0; }

.result-new-search {
    font-size: 0.875rem;
    color: var(--text-3);
    margin-bottom: 0.625rem;
}

.result-form { display: flex; gap: 0.5rem; }

.result-input {
    flex: 1;
    padding: 0.625rem 0.875rem;
    border-radius: 7px;
    background: var(--bg-input);
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 0.9375rem;
    transition: border-color 0.15s, box-shadow 0.15s;
    min-width: 0;
}
.result-input:focus {
    outline: none;
    border-color: var(--border-focus);
    box-shadow: 0 0 0 3px var(--blue-glow);
}
.result-input::placeholder { color: var(--text-3); }

.result-btn {
    padding: 0.625rem 1.125rem;
    border-radius: 7px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 0.875rem;
    font-weight: 600;
    transition: background 0.15s, border-color 0.15s;
    white-space: nowrap;
}
.result-btn:hover { background: var(--border); border-color: var(--border-hover); }

/* ============================================================
   14. FOOTER
   ============================================================ */

.site-footer {
    position: relative;
    overflow: hidden;
    background: #0d1117;
    border-top: 1px solid #30363d;
    padding: 3.5rem 0 2rem;
    /* CSS vars — her zaman koyu */
    --bg:           #0d1117;
    --bg-surface:   #161b22;
    --bg-card:      #161b22;
    --bg-elevated:  #21262d;
    --bg-input:     rgba(255,255,255,0.04);
    --border:       #30363d;
    --border-hover: #484f58;
    --text:         #e6edf3;
    --text-2:       #8b949e;
    --text-3:       #6e7681;
    --text-link:    #58a6ff;
    --blue:         #58a6ff;
}

/* Footer canvas — cyber çizgi arka planı */
.footer-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* Footer içeriği canvas'ın üzerinde */
.site-footer > .container {
    position: relative;
    z-index: 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    background: linear-gradient(135deg, #e6edf3 0%, #8b949e 45%, #e6edf3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
[data-theme="light"] .footer-logo {
    background: linear-gradient(135deg, #e6edf3 0%, #8b949e 45%, #e6edf3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.footer-logo:hover { opacity: 0.8; }

.footer-tagline {
    font-size: 0.875rem;
    color: var(--text-2);
    line-height: 1.65;
    margin-bottom: 1.25rem;
    max-width: 260px;
}

.footer-social { display: flex; gap: 0.5rem; }

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    color: var(--text-2);
    transition: all 0.15s;
}
.social-btn:hover { color: var(--text); border-color: var(--border-hover); }

.footer-col-title {
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.875rem;
}

.footer-links { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links a { font-size: 0.875rem; color: var(--text-2); transition: color 0.15s; }
.footer-links a:hover { color: var(--text); }

.footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-copy {
    font-size: 0.8125rem;
    color: var(--text-3);
}

/* ============================================================
   15. RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
    .hero-grid     { grid-template-columns: 1fr; gap: 0; }
    .hcard         { display: none; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid   { grid-template-columns: repeat(2, 1fr); }
    .argus-inner   { gap: 2.5rem; }
}

@media (max-width: 768px) {
    .section, .argus-section, .stats-section, .blog-section, .cta-section { padding: 3.5rem 0; }

    .how-grid      { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr; }
    .stats-grid    { grid-template-columns: 1fr; }
    .blog-grid     { grid-template-columns: 1fr; }
    .argus-inner   { grid-template-columns: 1fr; }
    .argus-mockup  { display: none; }
    .argus-visual  { padding: 1rem 0; }
    .argus-owl     { max-width: 220px; }
    .footer-grid   { grid-template-columns: 1fr 1fr; }

    .header-nav       { display: none; }
    .header-login-btn { display: none; }
    .header-burger    { display: flex; }

    .hero-inner { padding: 3.5rem 1.5rem; }
    .hero-subtitle { max-width: 100%; }
}

@media (max-width: 560px) {
    .hero-form-row { flex-direction: column; border-radius: 10px; }
    .hero-btn      { border-left: none; border-top: 1px solid var(--border); justify-content: center; }
    .hero-trust    { gap: 0.75rem 1.25rem; }
    .result-form   { flex-direction: column; }
    .result-btn    { width: 100%; }
    .result-card   { padding: 2rem 1.25rem; }
    .footer-grid   { grid-template-columns: 1fr; }
    .cta-box       { padding: 2.5rem 1.5rem; }
}

/* ============================================================
   16. YASAL SAYFALAR (Terms, Privacy, Abuse)
   ============================================================ */

/* --- Hero --- */
.legal-hero {
    background: var(--bg-surface);
    border-bottom: 1px solid var(--border);
    padding: 3.5rem 0 2.75rem;
}

.legal-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 0.875rem;
}

.legal-hero-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--text);
    margin-bottom: 0.75rem;
}

.legal-hero-sub {
    font-size: 1rem;
    color: var(--text-2);
    max-width: 580px;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.legal-date {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    color: var(--text-3);
}

.legal-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.legal-meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    background: var(--blue-glow);
    border: 1px solid var(--border);
    color: var(--blue);
}

.legal-meta-badge--green {
    background: rgba(63,185,80,0.08);
    border-color: rgba(63,185,80,0.2);
    color: #3fb950;
}

/* --- Gövde --- */
.legal-body {
    background: var(--bg);
    padding: 2.5rem 0 5rem;
    min-height: 60vh;
}

/* --- İçindekiler --- */
.legal-toc {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2.5rem;
}

.legal-toc-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-3);
    margin-bottom: 0.875rem;
}

.legal-toc-list {
    list-style: decimal;
    list-style-position: inside;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.legal-toc-list li { font-size: 0.875rem; }
.legal-toc-list a  { color: var(--text-link); }
.legal-toc-list a:hover { text-decoration: underline; }

/* --- Bölümler --- */
.legal-section {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(88,166,255,0.08);
}
.legal-section:last-of-type { border-bottom: none; }

.legal-section-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.875rem;
}

.legal-section p {
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.7;
    margin-bottom: 0.75rem;
}
.legal-section p:last-child { margin-bottom: 0; }
.legal-section a { color: var(--text-link); }
.legal-section a:hover { text-decoration: underline; }
.legal-section em { color: var(--text); font-style: normal; font-weight: 500; }

/* --- Liste --- */
.legal-list {
    list-style: none;
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.legal-list li {
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.65;
}
.legal-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--blue);
}
.legal-list--warn li::before { background: var(--red); }
.legal-list--rights li::before { background: var(--green); }

.legal-list strong { color: var(--text); font-weight: 600; }
.legal-list a { color: var(--text-link); }

/* --- CTA Kutusu --- */
.legal-cta-box {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: rgba(88,166,255,0.06);
    border: 1px solid rgba(88,166,255,0.18);
    border-radius: 10px;
    padding: 1.125rem 1.25rem;
    margin-top: 1.25rem;
    color: var(--blue);
}
.legal-cta-box svg { flex-shrink: 0; margin-top: 2px; }
.legal-cta-box p { font-size: 0.9rem; color: var(--text-2); line-height: 1.6; }
.legal-cta-box a { color: var(--text-link); }
.legal-cta-box a:hover { text-decoration: underline; }

/* --- Alt gezinme --- */
.legal-footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 2.5rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(88,166,255,0.1);
}

.legal-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-3);
    transition: color 0.15s;
}
.legal-back-btn:hover { color: var(--text); }

.legal-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-link);
    transition: opacity 0.15s;
}
.legal-link-btn:hover { opacity: 0.8; }

/* =================================================================
   ABUSE SAYFASI — Talep türleri, form, başarı
   ================================================================= */

/* --- Başarı mesajı --- */
.abuse-success {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: var(--green-surface);
    border: 1px solid var(--green-border);
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    margin-bottom: 2rem;
    color: var(--text);
}
.abuse-success-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--green-surface);
    border: 1px solid var(--green-border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--green);
}
.abuse-success h3 { font-size: 1rem; font-weight: 700; color: var(--green); margin-bottom: 0.25rem; }
.abuse-success p  { font-size: 0.9rem; color: var(--text-2); line-height: 1.6; }

/* --- Talep türü kartları --- */
.abuse-type-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
    margin-bottom: 2.5rem;
}

.abuse-type-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.125rem 1.25rem;
    transition: border-color 0.2s;
}
.abuse-type-card:hover { border-color: var(--border-hover); }

.abuse-type-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.625rem;
}
.abuse-type-icon--red    { background: var(--red-surface);    color: var(--red);    border: 1px solid var(--red-border); }
.abuse-type-icon--blue   { background: var(--blue-glow);      color: var(--blue);   border: 1px solid var(--border); }
.abuse-type-icon--yellow { background: var(--yel-surface);    color: var(--yellow); border: 1px solid var(--yel-border); }
.abuse-type-icon--green  { background: var(--green-surface);  color: var(--green);  border: 1px solid var(--green-border); }

.abuse-type-card h4 { font-size: 0.875rem; font-weight: 700; color: var(--text);   margin-bottom: 0.3rem; }
.abuse-type-card p  { font-size: 0.8125rem; color: var(--text-3); line-height: 1.5; }

/* --- Sol bilgi kolonu --- */
.abuse-info-col { display: flex; flex-direction: column; gap: 2rem; }

/* --- Form kartı --- */
.abuse-form-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.abuse-form-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
}

/* Hata listesi */
.abuse-errors {
    background: var(--red-surface);
    border: 1px solid var(--red-border);
    border-radius: 8px;
    padding: 0.875rem 1rem;
    margin-bottom: 1.25rem;
}
.abuse-errors ul { list-style: none; }
.abuse-errors li { font-size: 0.875rem; color: var(--red); padding-left: 1rem; position: relative; }
.abuse-errors li::before { content: '•'; position: absolute; left: 0; }

/* Form alanları */
.abuse-form   { display: flex; flex-direction: column; gap: 1.25rem; }
.abuse-field  { display: flex; flex-direction: column; gap: 0.375rem; }

.abuse-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-2);
}
.abuse-required { color: var(--red); margin-left: 2px; }

.abuse-input,
.abuse-select,
.abuse-textarea {
    background: var(--bg-input);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    color: var(--text);
    font-size: 0.9375rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
}
.abuse-input::placeholder,
.abuse-textarea::placeholder { color: var(--text-3); }
.abuse-input:focus,
.abuse-select:focus,
.abuse-textarea:focus {
    border-color: var(--border-focus);
    box-shadow: 0 0 0 3px var(--blue-glow);
}
.abuse-input--error { border-color: var(--red-border) !important; }

.abuse-select { appearance: none; -webkit-appearance: none; cursor: pointer; }
/* Select: rgba bg-input native widget'ta çalışmıyor — solid override */
:root .abuse-select,
[data-theme="dark"] .abuse-select {
    background: #1e1e1e;
    color: #e6edf3;
    color-scheme: dark;
}
[data-theme="light"] .abuse-select {
    background: #ffffff;
    color: #1f2328;
    color-scheme: light;
}
:root .abuse-select option,
[data-theme="dark"] .abuse-select option { background: #1e1e1e; color: #e6edf3; }
[data-theme="light"] .abuse-select option { background: #ffffff; color: #1f2328; }
.abuse-select-wrap { position: relative; }
.abuse-select-arrow {
    position: absolute;
    right: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-3);
    pointer-events: none;
}

.abuse-textarea { resize: vertical; min-height: 120px; }

.abuse-field-error { font-size: 0.8125rem; color: var(--red); margin-top: 0.25rem; }

/* Form alt kısmı */
.abuse-form-footer {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 0.5rem;
}

.abuse-privacy-note {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    font-size: 0.8125rem;
    color: var(--text-3);
    line-height: 1.5;
}
.abuse-privacy-note svg { flex-shrink: 0; margin-top: 2px; }

.abuse-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: var(--blue);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 8px;
    transition: background 0.15s, opacity 0.15s;
    width: 100%;
}
.abuse-submit-btn:hover  { background: var(--blue-dark); }
.abuse-submit-btn:active { opacity: 0.9; }

/* --- HUBOne uyarı kutusu --- */
.abuse-hubinfo {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: rgba(234,179,8,0.08);
    border: 1px solid rgba(234,179,8,0.28);
    border-radius: var(--radius-lg);
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}
.abuse-hubinfo-icon {
    flex-shrink: 0;
    color: #ca8a04;
    margin-top: 2px;
}
.abuse-hubinfo strong {
    display: block;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    color: #ca8a04;
    margin-bottom: 0.3rem;
}
.abuse-hubinfo p {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.6;
}

/* --- Yasal haklar + süre kutusu --- */
.abuse-legal-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 1.75rem;
}
.abuse-legal-col {
    padding: 1.5rem;
    background: var(--bg-secondary);
}
.abuse-legal-col--border {
    border-left: 1px solid var(--border-primary);
}
.abuse-legal-col-title {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}
.abuse-legal-intro {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
    line-height: 1.6;
}
.abuse-legal-list {
    list-style: none;
    padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 0.4rem;
}
.abuse-legal-list li {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    padding-left: 1rem;
    position: relative;
    line-height: 1.5;
}
.abuse-legal-list li::before { content: '·'; position: absolute; left: 0; color: var(--brand-primary); }
.abuse-legal-ref {
    margin-top: 0.9rem;
    font-size: 0.72rem;
    color: var(--text-muted);
}
.abuse-legal-ref a {
    color: var(--brand-primary);
    text-decoration: none;
}
.abuse-legal-ref a:hover { text-decoration: underline; }
.abuse-legal-timeframe {
    list-style: none;
    padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 0.75rem;
}
.abuse-legal-timeframe li {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    line-height: 1.55;
    padding-left: 0;
}
.abuse-legal-timeframe li strong { color: var(--text-primary); }

/* --- Gerçekçi süreç (timeline) --- */
.abuse-process {
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    background: var(--bg-secondary);
    margin-bottom: 1.75rem;
}
.abuse-process-title {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.4rem;
}
.abuse-process-intro {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    margin-bottom: 1.25rem;
    line-height: 1.6;
}
.abuse-process-timeline { display: flex; flex-direction: column; gap: 0; }
.abuse-process-item {
    display: flex;
    gap: 1rem;
    padding-bottom: 1.25rem;
    position: relative;
}
.abuse-process-item:not(.abuse-process-item--last)::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 32px;
    bottom: 0;
    width: 1px;
    background: var(--border-primary);
}
.abuse-process-step {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--bg-tertiary);
    border: 1px solid var(--border-primary);
    display: flex; align-items: center; justify-content: center;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    color: var(--text-secondary);
    position: relative;
    z-index: 1;
}
.abuse-process-body { padding-top: 5px; }
.abuse-process-body strong {
    display: block;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}
.abuse-process-body p {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.55;
}

/* --- Başvuru sahibi türü toggle --- */
.abuse-requester-toggle {
    display: flex;
    gap: 0.75rem;
}
.abuse-requester-opt {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    padding: 0.6rem 1rem;
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-md);
    transition: border-color var(--transition-fast), color var(--transition-fast), background var(--transition-fast);
}
.abuse-requester-opt input[type="radio"] { accent-color: var(--brand-primary); }
.abuse-requester-opt:has(input:checked) {
    border-color: var(--brand-primary);
    background: rgba(59,130,246,0.07);
    color: var(--text-primary);
}

/* --- Domain TXT notu --- */
.abuse-domain-txt-note {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    background: rgba(59,130,246,0.06);
    border: 1px solid rgba(59,130,246,0.18);
    border-radius: var(--radius-md);
    padding: 0.75rem 1rem;
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    line-height: 1.5;
}
.abuse-domain-txt-note svg { flex-shrink: 0; margin-top: 2px; color: var(--brand-primary); }

/* --- Platform açıklaması: yapabilir / yapamayız --- */
.abuse-notice {
    margin-bottom: 2rem;
    border: 1px solid var(--border-primary);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    background: var(--surface-secondary);
}
.abuse-notice-title {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
}
.abuse-section-title {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
}
.abuse-notice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.abuse-notice-col {
    border-radius: var(--radius-md);
    padding: 1rem;
}
.abuse-notice-col--can    { background: rgba(34,197,94,0.07);  border: 1px solid rgba(34,197,94,0.2); }
.abuse-notice-col--cannot { background: rgba(239,68,68,0.07);  border: 1px solid rgba(239,68,68,0.2); }
.abuse-notice-col-head {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    margin-bottom: 0.75rem;
}
.abuse-notice-col--can    .abuse-notice-col-head { color: #22c55e; }
.abuse-notice-col--cannot .abuse-notice-col-head { color: #ef4444; }
.abuse-notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.abuse-notice-list li {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    padding-left: 0.75rem;
    position: relative;
}
.abuse-notice-list li::before {
    content: '–';
    position: absolute;
    left: 0;
    color: var(--text-muted);
}

/* --- ticket ref başarı mesajında --- */
.abuse-success-ref {
    margin-top: 0.5rem;
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
}
.abuse-success-ref strong {
    color: var(--text-primary);
    font-family: monospace;
    letter-spacing: 0.05em;
}

/* --- 3-adım süreci --- */
.abuse-steps {
    display: flex;
    align-items: flex-start;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
}
.abuse-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.625rem;
    padding: 0 0.75rem;
}
.abuse-step-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--blue-glow);
    border: 2px solid var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--blue);
    flex-shrink: 0;
}
.abuse-step-label {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--text);
}
.abuse-step-desc {
    font-size: 0.8125rem;
    color: var(--text-3);
    line-height: 1.5;
}
.abuse-step-sep {
    display: flex;
    align-items: center;
    padding-top: 1.25rem;
    color: var(--text-3);
    font-size: 1.125rem;
    flex-shrink: 0;
}

/* --- Responsive --- */
@media (max-width: 600px) {
    .abuse-type-grid        { grid-template-columns: 1fr; }
    .abuse-notice-grid      { grid-template-columns: 1fr; }
    .abuse-legal-box        { grid-template-columns: 1fr; }
    .abuse-legal-col--border { border-left: none; border-top: 1px solid var(--border-primary); }
    .abuse-requester-toggle { flex-direction: column; }
    .abuse-steps            { flex-direction: column; align-items: center; padding: 1.5rem; }
    .abuse-step         { width: 100%; max-width: 260px; padding: 0.5rem 0; }
    .abuse-step-sep     { padding-top: 0; transform: rotate(90deg); }
    .legal-footer-nav   { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   18. HAKKIMIZDA SAYFASI
   ============================================================ */

/* --- Hero --- */
.about-hero {
    background: var(--bg-surface);
    border-bottom: 1px solid var(--border);
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
}

/* Blueprint ızgara arka plan */
.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(88,166,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(88,166,255,0.04) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}

/* Alt parlayan çizgi */
.about-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(88,166,255,0.35), transparent);
    pointer-events: none;
}

.about-hero > .container { position: relative; z-index: 1; }

.about-hero-inner { max-width: 680px; }

.about-hero-title {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: var(--text);
    margin-bottom: 1.25rem;
}

.about-hero-subtitle {
    font-size: 1.0625rem;
    color: var(--text-2);
    max-width: 580px;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* --- İstatistik çubuğu --- */
.about-stats-bar {
    background: var(--bg);
    padding: 4rem 0;
}

.about-stats-grid {
    grid-template-columns: repeat(4, 1fr);
}

/* --- Misyon bölümü --- */
.about-mission-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-mission-p {
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.8;
    margin-top: 1rem;
}

.about-mission-text .section-label { margin-bottom: 0.875rem; }
.about-mission-text .section-title  { margin-bottom: 0; }

/* Sağdaki olgu kartı */
.about-mission-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 2rem 2rem 0.5rem;
    position: relative;
    overflow: hidden;
}

/* Üst parlayan çizgi */
.about-mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(88,166,255,0.45), transparent);
}

/* Arka köşe radyal glow */
.about-mission-card::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(88,166,255,0.05) 0%, transparent 70%);
    pointer-events: none;
}

.about-fact {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--border);
    position: relative;
    z-index: 1;
}
.about-fact:last-child { border-bottom: none; padding-bottom: 1.5rem; }

.about-fact-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(88,166,255,0.06);
    border: 1px solid rgba(88,166,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    flex-shrink: 0;
}

.about-fact-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.25rem;
}

.about-fact-desc {
    font-size: 0.8125rem;
    color: var(--text-2);
    line-height: 1.65;
}

/* --- Değerler ızgarası (features-section içinde 2x2) --- */
.about-values-section { padding: 5.5rem 0; }

.about-values-grid {
    grid-template-columns: repeat(2, 1fr);
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .about-mission-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .about-values-grid   { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .about-hero          { padding: 3.5rem 0 3rem; }
    .about-stats-bar     { padding: 3rem 0; }
    .about-stats-grid    { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .about-stats-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   19. FAQ SAYFASI
   ============================================================ */

.faq-section { padding: 4.5rem 0 5.5rem; }

/* ── Sidebar + Main grid ── */
.faq-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 3.5rem;
    align-items: start;
}

/* ── Sol sidebar ── */
.faq-sidebar-inner {
    position: sticky;
    top: 5.5rem;
}

.faq-sidebar-heading {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-3);
    margin: 0 0 0.75rem 0.5rem;
}

.faq-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

/* Sidebar kategori butonları */
.faq-cat {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    width: 100%;
    padding: 0.6rem 0.875rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-2);
    cursor: pointer;
    text-align: left;
    transition: background 0.15s, color 0.15s;
}

.faq-cat svg { flex-shrink: 0; opacity: 0.6; }

.faq-cat:hover {
    background: var(--bg-elevated);
    color: var(--text);
}

.faq-cat.active {
    background: var(--bg-elevated);
    color: var(--blue);
    font-weight: 600;
}

.faq-cat.active svg { opacity: 1; }

/* ── Sağ: ana içerik ── */
.faq-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* ── Arama çubuğu ── */
.faq-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.faq-search-icon {
    position: absolute;
    left: 1rem;
    width: 17px;
    height: 17px;
    color: var(--text-3);
    pointer-events: none;
    flex-shrink: 0;
}

.faq-search {
    width: 100%;
    padding: 0.8rem 2.75rem 0.8rem 2.625rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    font-size: 0.9375rem;
    color: var(--text);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.faq-search::placeholder { color: var(--text-3); }

.faq-search:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(var(--blue-rgb, 59,130,246), 0.12);
}

.faq-search-clear {
    position: absolute;
    right: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--bg-elevated);
    border: none;
    border-radius: 6px;
    color: var(--text-3);
    cursor: pointer;
    padding: 0;
    transition: background 0.15s, color 0.15s;
}

.faq-search-clear:hover { background: var(--border); color: var(--text); }

/* ── Soru listesi ── */
.faq-wrap {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

/* --- Kategori başlığı --- */
.faq-category-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 1rem;
}

/* --- Accordion listesi --- */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* --- Her soru (details öğesi) --- */
.faq-item {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.faq-item[open]          { border-color: var(--border-hover); }
.faq-item[open] > summary { border-bottom: 1px solid var(--border); }

/* --- Summary (tıklanabilir başlık) --- */
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.125rem 1.375rem;
    cursor: pointer;
    user-select: none;
    list-style: none;
}

.faq-question::-webkit-details-marker { display: none; }
.faq-question::marker { display: none; }
.faq-question:hover { background: var(--bg-elevated); }

.faq-question-text {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.45;
    flex: 1;
}

/* --- Chevron ikonu --- */
.faq-chevron {
    width: 18px;
    height: 18px;
    color: var(--text-3);
    flex-shrink: 0;
    transition: transform 0.25s ease, color 0.2s;
}

.faq-item[open] .faq-chevron {
    transform: rotate(180deg);
    color: var(--blue);
}

/* --- Cevap metni --- */
.faq-answer {
    padding: 1.125rem 1.375rem;
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.8;
    margin: 0;
}

/* --- Sonuç yok mesajı --- */
.faq-no-results {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--text-3);
    font-size: 0.9375rem;
}

/* --- Gizleme sınıfları (JS tarafından) --- */
.faq-item--hidden     { display: none !important; }
.faq-category--hidden { display: none !important; }

/* --- Responsive --- */
@media (max-width: 900px) {
    .faq-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .faq-sidebar-inner { position: static; }
    .faq-sidebar-nav   { flex-direction: row; flex-wrap: wrap; gap: 0.375rem; }
    .faq-cat           { width: auto; padding: 0.4rem 0.875rem; border: 1px solid var(--border); border-radius: 999px; }
    .faq-cat.active    { background: var(--blue); border-color: var(--blue); color: #fff; }
    .faq-sidebar-heading { display: none; }
}

@media (max-width: 640px) {
    .faq-section  { padding: 3.5rem 0 4rem; }
    .faq-question { padding: 1rem 1.125rem; }
    .faq-answer   { padding: 1rem 1.125rem; }
    .faq-search   { font-size: 1rem; } /* iOS zoom'u önler */
}

/* ============================================================
   20. İLETİŞİM SAYFASI
   ============================================================ */

.contact-section { padding: 4rem 0 6rem; }

/* 2 kolonlu düzen */
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 3rem;
    align-items: start;
}

/* Sol bilgi paneli */
.contact-info { display: flex; flex-direction: column; gap: 2.5rem; }

/* Blok başlıkları (e-posta + sosyal + form) */
.contact-block-title {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--text);
    margin: 0 0 4px;
}
.contact-block-sub {
    font-size: 0.8125rem;
    color: var(--text-3);
    margin: 0 0 1.25rem;
}

/* E-posta kartları grid */
.email-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
}

.email-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0.875rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 8px;
    text-decoration: none;
    transition: border-color 0.15s, background 0.15s;
}
.email-card:hover { border-color: var(--border-hover); background: var(--bg-elevated); }
.email-card--int { grid-column: 1 / -1; } /* 5. kart tam genişlik */

.email-card-icon {
    flex-shrink: 0;
    margin-top: 1px;
    color: var(--text-3);
}

.email-card-body {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}
.email-card-label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-3);
}
.email-card-addr {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--blue);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.email-card-desc {
    font-size: 0.75rem;
    color: var(--text-3);
    line-height: 1.4;
}

/* Sosyal medya grupları */
.social-group {
    margin-bottom: 1.125rem;
}
.social-group:last-child { margin-bottom: 0; }

.social-group-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.625rem;
}
.social-group-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--text-2);
}
.social-group-desc {
    font-size: 0.75rem;
    color: var(--text-3);
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.4rem 0.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-2);
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.social-link:hover {
    border-color: var(--border-hover);
    color: var(--text);
    background: var(--bg-elevated);
}

/* Sağ form kartı */
.contact-form-col { position: sticky; top: 88px; }

.contact-form-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.75rem;
}

.contact-form { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.25rem; }

.contact-form-group { display: flex; flex-direction: column; gap: 5px; }

.contact-form-label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-2);
}

.contact-field {
    background: var(--bg-input);
    border: 1px solid var(--border);
    border-radius: 7px;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    color: var(--text);
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.15s, box-shadow 0.15s;
    outline: none;
}
.contact-field:focus {
    border-color: var(--border-focus);
    box-shadow: 0 0 0 3px rgba(88,166,255,0.08);
}
.contact-field--select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236e7681' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75rem center; padding-right: 2.25rem; }
.contact-field--select option { background: var(--bg-elevated); color: var(--text); }
.contact-field--textarea { resize: vertical; min-height: 130px; }
.contact-field--err { border-color: var(--red); }
.contact-field-err { font-size: 0.75rem; color: var(--red); }

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0.7rem 1.5rem;
    background: var(--blue-dark);
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: opacity 0.15s;
    width: 100%;
}
.contact-submit:hover { opacity: 0.85; }

.contact-success {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1rem 1.125rem;
    background: var(--green-surface);
    border: 1px solid var(--green-border);
    border-radius: 8px;
    font-size: 0.875rem;
    color: var(--green);
    margin-top: 1rem;
}
.contact-mail-error {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.875rem 1rem;
    background: var(--red-surface);
    border: 1px solid var(--red-border);
    border-radius: 8px;
    font-size: 0.875rem;
    color: var(--red);
    margin-bottom: 1rem;
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }
    .contact-form-col { position: static; }
}
@media (max-width: 560px) {
    .email-grid { grid-template-columns: 1fr; }
    .email-card--int { grid-column: auto; }
    .contact-form-card { padding: 1.25rem; }
    .abuse-form-card { padding: 1.25rem; }
}

/* ============================================================
   21. KURUCUNUN NOTU SAYFASI
   ============================================================ */

.founder-section { padding: 3.5rem 0 6rem; }

/* Merkezi okuma kolonu */
.founder-wrap {
    max-width: 680px;
    margin: 0 auto;
}

/* Yazar kartı */
.founder-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border);
}

.founder-avatar-img {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid var(--border);
    object-fit: cover;
    display: block;
}

.founder-author-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.founder-author-name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text);
}
.founder-author-title {
    font-size: 0.8125rem;
    color: var(--text-3);
}

/* Mektup gövdesi */
.founder-body { display: flex; flex-direction: column; gap: 1.5rem; }

.founder-p {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--text-2);
    margin: 0;
}

.founder-p--lead {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text);
    padding: 1.25rem 1.5rem;
    border-left: 3px solid var(--blue);
    background: var(--blue-glow);
    border-radius: 0 8px 8px 0;
}

/* İmza */
.founder-signature {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 1rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
}
.founder-signature-closing {
    font-size: 0.9375rem;
    color: var(--text-2);
}
.founder-signature-name {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--text);
}
.founder-signature-role {
    font-size: 0.8125rem;
    color: var(--text-3);
}

/* Bağlantı butonları */
.founder-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-top: 0.5rem;
}

.founder-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0.5rem 1rem;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 7px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-2);
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s;
}
.founder-btn:hover { border-color: var(--border-hover); color: var(--text); }

.founder-btn--primary {
    background: var(--blue-dark);
    border-color: var(--blue-dark);
    color: #fff;
}
.founder-btn--primary:hover { opacity: 0.85; color: #fff; }

/* --- Responsive --- */
@media (max-width: 640px) {
    .founder-p       { font-size: 0.9375rem; line-height: 1.75; }
    .founder-p--lead { font-size: 1rem; padding: 1rem 1.125rem; }
    .founder-links   { flex-direction: column; }
    .founder-btn     { justify-content: center; }
}

/* ============================================================
   22. BRAND KIT SAYFASI
   ============================================================ */

.bk-section { padding: 4.5rem 0 6rem; }

.bk-wrap {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

/* --- Bölüm başlığı --- */
.bk-block-head { margin-bottom: 1.75rem; }

.bk-block-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.375rem;
}

.bk-block-sub {
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.6;
}

/* --- Logo kartları --- */
.bk-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.bk-logo-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}

.bk-logo-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem;
}

.bk-logo-preview--dark  { background: #000000; }
.bk-logo-preview--light { background: #ffffff; }

.bk-logo-text {
    font-size: 1.375rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #e6edf3;
}

.bk-logo-text--dark { color: #1f2328; }

.bk-logo-meta {
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--border);
    background: var(--bg-card);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.bk-logo-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.125rem;
}

.bk-logo-hint {
    font-size: 0.8125rem;
    color: var(--text-3);
}

.bk-logo-actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.bk-dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-2);
    background: transparent;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
    white-space: nowrap;
}

.bk-dl-btn:hover {
    border-color: var(--border-hover);
    color: var(--text);
    background: var(--bg-elevated);
}

/* --- Tüm dosyalar ZIP butonu --- */
.bk-dl-all {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.25rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-2);
    transition: border-color 0.2s, color 0.2s;
}

.bk-dl-all:hover {
    border-color: var(--blue);
    color: var(--blue);
}

/* --- Renk paleti --- */
.bk-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.bk-color-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 90px;
}

.bk-swatch {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    border: 1px solid var(--border);
    flex-shrink: 0;
}

.bk-color-name {
    font-size: 0.75rem;
    color: var(--text-2);
    text-align: center;
    line-height: 1.3;
}

.bk-color-hex {
    font-size: 0.75rem;
    font-family: 'SF Mono', 'Fira Code', monospace;
    color: var(--text-3);
}

/* --- Kullanım kuralları --- */
.bk-guides {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.bk-guide {
    padding: 1.375rem 1.5rem;
    border-radius: 12px;
    border: 1px solid var(--border);
}

.bk-guide--do   { border-color: var(--green-border); background: var(--green-surface); }
.bk-guide--dont { border-color: var(--red-border);   background: var(--red-surface);   }

.bk-guide-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.bk-guide--do   .bk-guide-head { color: var(--green); }
.bk-guide--dont .bk-guide-head { color: var(--red);   }

.bk-guide-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.bk-guide-list li {
    font-size: 0.875rem;
    color: var(--text-2);
    padding-left: 1rem;
    position: relative;
    line-height: 1.5;
}

.bk-guide--do   .bk-guide-list li::before { content: '·'; color: var(--green); position: absolute; left: 0; }
.bk-guide--dont .bk-guide-list li::before { content: '·'; color: var(--red);   position: absolute; left: 0; }

/* --- Basın soruları --- */
.bk-press {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 2.5rem;
    text-align: center;
}

.bk-press-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.625rem;
}

.bk-press-sub {
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.65;
    max-width: 520px;
    margin: 0 auto 1.5rem;
}

.bk-press-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.5rem;
    background: var(--blue);
    color: #fff;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    transition: opacity 0.2s;
}

.bk-press-btn:hover { opacity: 0.85; }

/* --- Contact sayfası basın bölümü --- */
.contact-press-block {
    padding-top: 2rem;
    border-top: 1px solid var(--border);
}

.contact-press-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.contact-press-email,
.contact-press-kit {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-2);
    transition: border-color 0.2s, color 0.2s;
}

.contact-press-email:hover,
.contact-press-kit:hover {
    border-color: var(--blue);
    color: var(--blue);
}

.contact-removal-btn {
    border-color: rgba(88,166,255,0.3) !important;
    color: var(--blue) !important;
    background: rgba(88,166,255,0.06);
}
.contact-removal-btn:hover {
    border-color: var(--blue) !important;
    background: rgba(88,166,255,0.12) !important;
}

/* --- Responsive --- */
@media (max-width: 640px) {
    .bk-logos  { grid-template-columns: 1fr; }
    .bk-guides { grid-template-columns: 1fr; }
    .bk-colors { gap: 0.75rem; }
    .bk-color-card { width: 80px; }
    .bk-logo-meta { flex-direction: column; align-items: flex-start; }
    .bk-press { padding: 1.75rem 1.25rem; }
}

/* ============================================================
   23. PLATFORM VIDEO
   ============================================================ */

.video-section { padding-bottom: 5.5rem; }

/* Dış showcase kutusu */
.video-showcase {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}

/* Arka plan parıltısı */
.video-glow {
    position: absolute;
    inset: -40px;
    background: radial-gradient(ellipse 70% 50% at 50% 60%,
        rgba(88,166,255,0.12) 0%,
        transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Tarayıcı çerçevesi */
.video-browser {
    position: relative;
    z-index: 1;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(88,166,255,0.08),
        0 32px 80px rgba(0,0,0,0.6);
    background: var(--bg-surface);
}

/* Üst bar */
.video-browser-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 1rem;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
    gap: 1rem;
}

/* macOS renk noktaları */
.video-browser-dots {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.vbd {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--border);
}

.vbd--red    { background: #ff5f57; }
.vbd--yellow { background: #febc2e; }
.vbd--green  { background: #28c840; }

/* Phantom: sağda boşluk dengeleyici */
.video-browser-dots--phantom .vbd { opacity: 0; }

/* URL çubuğu */
.video-browser-url {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.875rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 0.8125rem;
    color: var(--text-3);
    flex: 1;
    max-width: 260px;
    margin: 0 auto;
}

/* Video içeriği */
.video-browser-body {
    background: #000;
    line-height: 0;
}

.video-player {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 640px) {
    .video-browser      { border-radius: 10px; }
    .video-browser-url  { max-width: 140px; font-size: 0.75rem; }
    .vbd                { width: 9px; height: 9px; }
}

/* ============================================================
   25. BLOG — INDEX & SHOW PAGES
   ============================================================ */

/* ── Blog Index: Sayfa Sarmalayıcı ── */
.blog-page { padding: 3.5rem 0 5rem; }

/* ── Sayfa Başlığı ── */
.blog-page-hdr {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-page-hdr-text { flex: 1; min-width: 0; }
.blog-page-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 0 0 0.5rem;
}
.blog-page-sub {
    font-size: 0.9375rem;
    color: var(--text-3);
    line-height: 1.6;
    margin: 0;
}

/* ── Arama Kutusu ── */
.bi-search-wrap {
    position: relative;
    width: 260px;
    flex-shrink: 0;
}
.bi-search-icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-3);
    pointer-events: none;
    display: flex;
    align-items: center;
}
.bi-search-input {
    width: 100%;
    padding: 0.625rem 0.875rem 0.625rem 2.25rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 9px;
    color: var(--text);
    font-size: 0.875rem;
    transition: border-color 0.15s;
    box-sizing: border-box;
}
.bi-search-input:focus { outline: none; border-color: var(--blue); }
.bi-search-input::placeholder { color: var(--text-3); }

/* ── Kategori Filtre Çubuğu ── */
.blog-filter-bar {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid var(--border);
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.blog-filter-bar::-webkit-scrollbar { display: none; }
.blog-filter-tab {
    display: inline-flex;
    align-items: center;
    padding: 0.875rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-3);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    white-space: nowrap;
    transition: color 0.15s, border-color 0.15s;
}
.blog-filter-tab:hover { color: var(--text-2); }
.blog-filter-tab.active { color: var(--text); border-bottom-color: var(--blue); }
.blog-filter-tab--argus-flow.active          { color: #a78bfa; border-bottom-color: #a78bfa; }
.blog-filter-tab--platform-duyurulari.active { color: #58a6ff; border-bottom-color: #58a6ff; }
.blog-filter-tab--basin-merkezi.active       { color: #2dd4bf; border-bottom-color: #2dd4bf; }
.blog-filter-tab--analizler.active           { color: #fbbf24; border-bottom-color: #fbbf24; }

/* ── Öne Çıkan / Hero Kart ── */
.blog-hero-card {
    display: grid;
    grid-template-columns: 1fr 480px;
    min-height: 360px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--bg-card);
    text-decoration: none;
    margin-bottom: 2rem;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.22s;
}
.blog-hero-card:hover {
    border-color: rgba(99,102,241,0.4);
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}
.blog-hero-body {
    padding: 3rem 2.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
.blog-hero-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.blog-hero-title {
    font-size: clamp(1.375rem, 2.5vw, 1.875rem);
    font-weight: 800;
    color: var(--text);
    line-height: 1.3;
    letter-spacing: -0.025em;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-hero-excerpt {
    font-size: 1rem;
    color: var(--text-3);
    line-height: 1.7;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--blue);
    margin-top: 0.25rem;
}
.blog-hero-img {
    overflow: hidden;
    background: var(--bg-elevated);
}
.blog-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.blog-hero-card:hover .blog-hero-img img { transform: scale(1.04); }
.blog-hero-img.blog-thumb--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-3);
}
/* Hero — kategori renkleri */
.blog-hero-card--argus-flow          .blog-meta-cat { background: rgba(167,139,250,0.12); color: #a78bfa; }
.blog-hero-card--platform-duyurulari .blog-meta-cat { background: rgba(88,166,255,0.12);  color: #58a6ff; }
.blog-hero-card--basin-merkezi       .blog-meta-cat { background: rgba(45,212,191,0.12);  color: #2dd4bf; }
.blog-hero-card--analizler           .blog-meta-cat { background: rgba(251,191,36,0.12);  color: #fbbf24; }

/* ── Yazı Kartları Grid (3 Kolon) ── */
.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.blog-card {
    display: flex;
    flex-direction: column;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.22s;
}
.blog-card:hover {
    border-color: rgba(99,102,241,0.4);
    box-shadow: 0 8px 28px rgba(0,0,0,0.16);
    transform: translateY(-3px);
}
.blog-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--bg-elevated);
    flex-shrink: 0;
}
.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-img.blog-thumb--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-3);
    text-align: center;
    padding: 1rem;
}
.blog-card-body {
    padding: 1.125rem 1.25rem 1.375rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}
.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.blog-card-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1.42;
    letter-spacing: -0.01em;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card-excerpt {
    font-size: 0.875rem;
    color: var(--text-3);
    line-height: 1.65;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Kart — kategori renkleri */
.blog-card--argus-flow          .blog-meta-cat { background: rgba(167,139,250,0.12); color: #a78bfa; }
.blog-card--platform-duyurulari .blog-meta-cat { background: rgba(88,166,255,0.12);  color: #58a6ff; }
.blog-card--basin-merkezi       .blog-meta-cat { background: rgba(45,212,191,0.12);  color: #2dd4bf; }
.blog-card--analizler           .blog-meta-cat { background: rgba(251,191,36,0.12);  color: #fbbf24; }

/* ── Paylaşılan Meta Elementleri ── */
.blog-meta-cat {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: rgba(99,102,241,0.12);
    color: var(--blue);
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
    line-height: 1.4;
}
.blog-meta-dot  { color: var(--text-3); font-size: 0.75rem; }
.blog-meta-date { font-size: 0.8125rem; color: var(--text-3); }
.blog-meta-badge {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fbbf24;
    background: rgba(251,191,36,0.12);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

/* ── Boş Durum ── */
.blog-empty {
    text-align: center;
    padding: 5rem 2rem;
    color: var(--text-3);
}
.blog-empty-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}
.blog-empty h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-2);
    margin-bottom: 0.5rem;
}
.blog-empty p { font-size: 0.9375rem; }

/* ── Pagination ── */
.blog-pagination {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}
.pg-nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.pg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.625rem;
    border-radius: 9px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid var(--border);
    background: var(--bg-card);
    color: var(--text-2);
    text-decoration: none;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
    user-select: none;
}
.pg-btn:not(.pg-btn--active):not(.pg-btn--disabled):not(.pg-btn--dots):hover {
    border-color: var(--blue);
    color: var(--blue);
}
.pg-btn--active {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
    cursor: default;
}
.pg-btn--disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.pg-btn--dots {
    border-color: transparent;
    background: transparent;
    color: var(--text-3);
    cursor: default;
    min-width: 1.75rem;
}

/* ── Okuma İlerleme Çubuğu ── */
.blog-reading-progress {
    position: fixed;
    top: 0; left: 0;
    height: 2px;
    background: var(--blue);
    z-index: 200;
    width: 0%;
    transition: width 0.1s linear;
    pointer-events: none;
}

/* ── Editorial Layout (Show Sayfası) ── */
.ba-section { padding: 3rem 0 5rem; }
.ba-editorial {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 4rem;
    align-items: start;
}

/* Sidebar */
.ba-sidebar {
    position: sticky;
    top: 5.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.ba-back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--text-3);
    text-decoration: none;
    transition: color 0.15s;
    margin-bottom: 0.5rem;
}
.ba-back:hover { color: var(--text); }

.ba-cat {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    align-self: flex-start;
}
.ba-cat--argus-flow           { background: rgba(167,139,250,0.12); color: #a78bfa; }
.ba-cat--platform-duyurulari  { background: rgba(88,166,255,0.12);  color: #58a6ff; }
.ba-cat--basin-merkezi        { background: rgba(45,212,191,0.12);  color: #2dd4bf; }
.ba-cat--analizler            { background: rgba(251,191,36,0.12);  color: #fbbf24; }

.ba-meta-date,
.ba-meta-read {
    font-size: 0.8125rem;
    color: var(--text-3);
    line-height: 1.5;
}
.ba-divider {
    height: 1px;
    background: var(--border);
    margin: 0.25rem 0;
}
.ba-author {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.ba-author-avatar {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.ba-author-info {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.ba-author-name {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--text);
}
.ba-author-org {
    font-size: 0.75rem;
    color: var(--text-3);
}

.ba-share { display: flex; flex-direction: column; gap: 0.5rem; }
.ba-share-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-3);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.ba-share-btns {
    display: flex;
    gap: 0.375rem;
    flex-wrap: wrap;
}
.ba-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px; height: 32px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--text-3);
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
    text-decoration: none;
    flex-shrink: 0;
}
.ba-share-btn:hover {
    border-color: var(--border-hover);
    color: var(--text);
    background: var(--bg-elevated);
}
.ba-share-btn--copy.copied {
    color: #2dd4bf;
    border-color: rgba(45,212,191,0.5);
    background: rgba(45,212,191,0.06);
}

/* Yazı sonu paylaşım */
.ba-share-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 20px 0 0;
    margin-top: 32px;
    border-top: 1px solid var(--border);
}
.ba-share-footer-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--text-2);
    white-space: nowrap;
    margin-right: 4px;
}
.ba-share-footer-btns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.ba-share-footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-2);
    border: 1px solid var(--border);
    background: none;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    transition: color .15s, border-color .15s;
}
.ba-share-footer-btn:hover { color: var(--text); border-color: var(--text-3); }

/* Sidebar Sorgu CTA */
.ba-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 18px 16px 16px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 12px;
    position: relative;
}
.ba-cta-icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--bg-surface);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
    flex-shrink: 0;
}
.ba-cta-icon-wrap svg {
    width: 16px;
    height: 16px;
    color: var(--text-2);
}
.ba-cta-label {
    font-size: 0.8125rem;
    font-weight: 650;
    color: var(--text);
    line-height: 1.4;
    letter-spacing: -.01em;
    margin: 0;
}
.ba-cta-desc {
    font-size: 0.75rem;
    color: var(--text-2);
    line-height: 1.6;
    margin: 0;
}
.ba-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
    padding: 7px 13px;
    border-radius: 7px;
    border: 1px solid var(--border);
    background: var(--bg-surface);
    color: var(--text);
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .15s, background .15s;
}
.ba-cta-btn:hover {
    border-color: var(--green);
    color: var(--green);
    background: var(--bg-elevated);
}

/* İçerik içi CTA */
.ba-inline-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 20px 24px;
    margin: 2em 0;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: var(--bg-elevated);
}
.ba-inline-cta-text {
    font-size: 0.875rem;
    color: var(--text-2);
    margin: 0;
    line-height: 1.5;
}
.ba-inline-cta-text strong { color: var(--text); font-weight: 600; }
.ba-inline-cta-btn {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--green);
    text-decoration: none;
}
.ba-inline-cta-btn:hover { text-decoration: underline; }

/* Sayfa altı bülten banner */
.nl-banner {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 300;
    background: var(--bg-elevated);
    border-top: 1px solid var(--border);
    box-shadow: 0 -8px 32px rgba(0,0,0,.25);
    transform: translateY(100%);
    transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.nl-banner.nl-banner--visible { transform: translateY(0); }
.nl-banner-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 16px 24px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.nl-banner-body { flex: 1; min-width: 160px; }
.nl-banner-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 2px;
}
.nl-banner-sub {
    font-size: 0.8125rem;
    color: var(--text-2);
    margin: 0;
}
.nl-banner-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}
.nl-banner-input {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid var(--border);
    background: var(--bg-surface);
    color: var(--text);
    font-size: 0.8125rem;
    font-family: inherit;
    width: 220px;
    outline: none;
    transition: border-color .15s;
}
.nl-banner-input:focus { border-color: var(--green); }
.nl-banner-input::placeholder { color: var(--text-3); }
.nl-banner-btn {
    padding: 8px 18px;
    border-radius: 6px;
    background: var(--green);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
    transition: opacity .15s;
}
.nl-banner-btn:hover { opacity: .85; }
.nl-banner-close {
    background: none;
    border: none;
    color: var(--text-3);
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
    transition: color .15s;
}
.nl-banner-close:hover { color: var(--text); }
.nl-banner-ok {
    font-size: 0.8125rem;
    color: var(--green);
    font-weight: 600;
}
@media (max-width: 600px) {
    .nl-banner-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 16px 16px 20px;
    }
    .nl-banner-body { width: 100%; }
    .nl-banner-form { width: 100%; flex-direction: column; }
    .nl-banner-input { width: 100%; }
    .nl-banner-btn { width: 100%; justify-content: center; }
    .nl-banner-close { position: absolute; top: 12px; right: 12px; }
}

/* Sidebar Newsletter */
.ba-nl { display: flex; flex-direction: column; gap: 0.5rem; }
.ba-nl-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-3);
}
.ba-nl-desc {
    font-size: 0.8rem;
    color: var(--text-2);
    line-height: 1.6;
}
.ba-nl-form { display: flex; flex-direction: column; gap: 0.375rem; margin-top: 0.25rem; }
.ba-nl-input {
    width: 100%;
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--border);
    border-radius: 7px;
    background: var(--bg);
    color: var(--text);
    font-size: 0.8125rem;
    outline: none;
    transition: border-color 0.18s;
}
.ba-nl-input::placeholder { color: var(--text-3); }
.ba-nl-input:focus { border-color: var(--border-hover); }
.ba-nl-btn {
    width: 100%;
    padding: 0.55rem;
    border: none;
    border-radius: 7px;
    background: var(--text);
    color: var(--bg);
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.18s;
}
.ba-nl-btn:hover { opacity: 0.8; }
.ba-nl-note {
    font-size: 0.7rem;
    color: var(--text-3);
    line-height: 1.5;
}
.ba-nl-feedback {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    padding: 0.5rem 0.7rem;
    border-radius: 7px;
}
.ba-nl-feedback--ok {
    background: rgba(63, 185, 80, 0.08);
    border: 1px solid rgba(63, 185, 80, 0.22);
    color: var(--green, #3fb950);
}
.ba-nl-feedback--info {
    background: rgba(88, 166, 255, 0.07);
    border: 1px solid rgba(88, 166, 255, 0.2);
    color: var(--blue, #58a6ff);
}

/* Ana İçerik */
.ba-main { min-width: 0; }
.ba-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--text);
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin: 0 0 1.25rem;
}
.ba-lead {
    font-size: 1.0625rem;
    color: var(--text-2);
    line-height: 1.7;
    margin: 0 0 2rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--border);
}
.ba-cover { margin-bottom: 2.5rem; }
.ba-cover img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid var(--border);
    display: block;
}

/* ── İçindekiler Kutusu (Makale İçi) ── */
.ba-toc-inline {
    margin: 0 0 2rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--bg-card);
    overflow: hidden;
}
.ba-toc-inline-hd {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.125rem;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-2);
    list-style: none;
    user-select: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s;
}
.ba-toc-inline-hd::-webkit-details-marker { display: none; }
.ba-toc-inline-hd::marker { content: none; }
.ba-toc-inline-hd svg { flex-shrink: 0; color: var(--text-3); }
.ba-toc-chevron { margin-left: auto; color: var(--text-3); transition: transform 0.2s; }
.ba-toc-inline[open] .ba-toc-inline-hd { border-bottom-color: var(--border); }
.ba-toc-inline[open] .ba-toc-chevron { transform: rotate(180deg); }
.ba-toc-inline-list {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
}
.ba-toc-il {
    display: block;
    padding: 0.35rem 1.125rem;
    font-size: 0.8125rem;
    color: var(--text-3);
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s;
    line-height: 1.4;
}
.ba-toc-il--h3 { padding-left: 2.25rem; }
.ba-toc-il:hover { color: var(--text); }
.ba-toc-il.active {
    color: var(--blue);
    border-left-color: var(--blue);
    font-weight: 500;
}

/* ── Prose Typography ── */
.blog-prose { color: var(--text-2); line-height: 1.8; font-size: 1.0625rem; overflow-wrap: break-word; }
.blog-prose h2 {
    font-size: 1.5rem; font-weight: 800;
    color: var(--text); letter-spacing: -0.02em;
    margin: 2.5rem 0 1rem;
}
.blog-prose h3 {
    font-size: 1.25rem; font-weight: 700;
    color: var(--text); letter-spacing: -0.015em;
    margin: 2rem 0 0.75rem;
}
.blog-prose h4 {
    font-size: 1.0625rem; font-weight: 700;
    color: var(--text);
    margin: 1.75rem 0 0.5rem;
}
.blog-prose p { margin: 0 0 1.25rem; }
.blog-prose ul,
.blog-prose ol { padding-left: 1.5rem; margin: 0 0 1.25rem; }
.blog-prose li { margin-bottom: 0.4rem; }
.blog-prose blockquote {
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    border-left: 3px solid var(--blue);
    background: var(--bg-elevated);
    border-radius: 0 8px 8px 0;
    color: var(--text-2);
    font-style: italic;
}
.blog-prose code {
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 0.15em 0.4em;
    font-size: 0.875em;
    color: var(--blue);
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
}
.blog-prose pre {
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    overflow-x: auto;
    margin: 1.5rem 0;
}
.blog-prose pre code {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.875rem;
    color: var(--text);
}
.blog-prose hr {
    border: none;
    border-top: 1px solid var(--border);
    margin: 2.5rem 0;
}
.blog-prose a {
    color: var(--blue);
    text-decoration: underline;
    text-decoration-color: rgba(88,166,255,0.4);
    text-underline-offset: 3px;
    word-break: break-all;
}
.blog-prose a:hover { text-decoration-color: var(--blue); }
.blog-prose strong { color: var(--text); font-weight: 700; }
.blog-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--border);
    margin: 1.25rem 0;
    display: block;
}
.blog-prose figure { margin: 1.75rem 0; }
.blog-prose figcaption {
    text-align: center;
    font-size: 0.8125rem;
    color: var(--text-3);
    margin-top: 0.5rem;
    font-style: italic;
}
.blog-prose .video-embed {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--border);
    margin: 1.5rem 0;
    background: var(--bg-elevated);
}
.blog-prose .video-embed iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
}

/* ── Prev / Next Navigasyon ── */
.blog-nav {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 2.5rem;
    margin-top: 3rem;
    border-top: 1px solid var(--border);
}
.blog-nav-card {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    max-width: 45%;
    text-decoration: none;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    transition: border-color 0.2s, background 0.2s;
}
.blog-nav-card:hover {
    border-color: var(--border-hover);
    background: var(--bg-elevated);
}
.blog-nav-card--next { margin-left: auto; text-align: right; }
.blog-nav-dir {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.blog-nav-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── Responsive ── */
@media (max-width: 860px) {
    /* Blog index: başlık yığılır, arama tam genişlik */
    .blog-page-hdr { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
    .bi-search-wrap { width: 100%; }
    /* Hero kart: tek kolon (metin üstte, görsel altta) */
    .blog-hero-card { grid-template-columns: 1fr; min-height: 0; }
    .blog-hero-img { aspect-ratio: 16 / 9; }
    .blog-hero-body { padding: 2rem 1.75rem; }
    /* Kart grid: 2 kolon */
    .blog-card-grid { grid-template-columns: repeat(2, 1fr); }
    /* Blog show: içerik önce, sidebar sonra */
    .ba-editorial {
        display: flex;
        flex-direction: column;
    }
    .ba-main { order: 1; max-width: 100%; overflow: hidden; }
    .ba-sidebar {
        order: 2;
        position: static;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 0.625rem;
        padding-top: 2rem;
        border-top: 1px solid var(--border);
        margin-top: 2rem;
    }
    .ba-divider { display: none; }
    /* Bülten formu → sadece bottom popup kalsın */
    .ba-nl { display: none; }
    /* CTA → içeriğe inline ekleniyor, sidebar'da gizle */
    .ba-cta { display: none; }
}
@media (max-width: 640px) {
    /* Blog index: tek kolon */
    .blog-card-grid { grid-template-columns: 1fr; }
    .blog-hero-body { padding: 1.5rem 1.25rem; }
    .blog-hero-title { font-size: 1.25rem; }
    .blog-card-excerpt { display: none; }
    /* Blog show */
    .blog-nav { flex-direction: column; }
    .blog-nav-card { max-width: 100%; }
    .blog-nav-card--next { text-align: left; }
    .ba-title { font-size: 1.625rem; }
}

/* ============================================================
   26. ARGUS FLOW SAYFASI
   ============================================================ */

/* --- Hero --- */
.af-hero {
    position: relative;
    padding: 6rem 0 5.5rem;
    border-bottom: 1px solid var(--border);
    overflow: hidden;
    background-image: url('/images/argus-flow.jpg');
    background-size: cover;
    background-position: center 20%;
}
.af-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(2, 8, 25, 0.52) 0%,
        rgba(2, 8, 25, 0.68) 100%
    );
    pointer-events: none;
}
.af-hero-inner {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.af-eyebrow {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(160, 210, 255, 0.75);
    margin-bottom: 1.75rem;
}
.af-hero-title {
    font-size: clamp(2.25rem, 5.5vw, 3.75rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 1.25rem;
}
.af-hero-subtitle {
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    max-width: 580px;
    margin: 0 auto 2.25rem;
}
.af-hero-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.55);
}
.af-live {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--green);
    font-weight: 600;
}
.af-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    animation: af-pulse 2.2s ease-in-out infinite;
}
@keyframes af-pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.35; }
}
.af-hero-actions {
    display: flex;
    gap: 0.875rem;
    justify-content: center;
    flex-wrap: wrap;
}
.af-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #0a1628;
    border: 1px solid #fff;
    padding: 0.75rem 1.625rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.18s;
}
.af-btn-primary:hover { opacity: 0.88; }
.af-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0.75rem 1.625rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.18s, background 0.18s;
}
.af-btn-outline:hover { border-color: rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.16); }

/* --- Nasıl Çalışır --- */
.af-how-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
}
.af-how-header { margin-bottom: 3.5rem; }
.af-how-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 0.5rem;
}
.af-how-intro { font-size: 0.9375rem; color: var(--text-2); }
.af-how-track { display: grid; grid-template-columns: repeat(3, 1fr); }
.af-how-node {
    padding: 2rem 2rem 2rem 0;
    border-top: 2px solid var(--border);
}
.af-how-node + .af-how-node {
    padding-left: 2rem;
    border-left: 1px solid var(--border);
}
.af-node-num {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--text-3);
    margin-bottom: 1.5rem;
}
.af-node-icon { color: var(--text-2); margin-bottom: 1rem; }
.af-node-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.625rem;
}
.af-node-desc { font-size: 0.9rem; color: var(--text-2); line-height: 1.72; }

/* --- Platformlar --- */
.af-platforms-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
}
.af-pf-header { margin-bottom: 2.5rem; }
.af-pf-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 0.5rem;
}
.af-pf-intro { font-size: 0.9375rem; color: var(--text-2); }
.af-pf-list {
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}
.af-pf-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.125rem 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
    border-bottom: 1px solid var(--border);
}
.af-pf-row:last-child { border-bottom: none; }
.af-pf-row:hover { background: var(--bg-elevated); }
.af-pf-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-2);
    flex-shrink: 0;
}
.af-pf-info { flex: 1; }
.af-pf-name { font-size: 0.9375rem; font-weight: 600; color: var(--text); line-height: 1.3; }
.af-pf-lang { font-size: 0.8rem; color: var(--text-3); margin-top: 2px; }
.af-pf-action {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--text-3);
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    transition: color 0.15s;
}
.af-pf-row:hover .af-pf-action { color: var(--text); }

/* --- Blog CTA --- */
.af-cta-section { padding: 5rem 0; }
.af-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.af-cta-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 0.625rem;
}
.af-cta-desc {
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.7;
    max-width: 480px;
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .af-how-track { grid-template-columns: 1fr; }
    .af-how-node + .af-how-node { padding-left: 0; border-left: none; }
    .af-how-node { padding: 1.75rem 0; }
    .af-cta-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
    .af-hero { padding: 4rem 0 3.5rem; }
    .af-how-section,
    .af-platforms-section,
    .af-cta-section { padding: 3.5rem 0; }
    .af-pf-row { padding: 1rem 1.125rem; }
}

/* ============================================================
   29. HUBONE TANITIM SAYFASI
   ============================================================ */

/* --- Hero --- */
.hb-hero {
    padding: 6rem 0 5rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}
.hb-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(var(--border) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.45;
    pointer-events: none;
}
.hb-hero-inner {
    position: relative;
    max-width: 680px;
}
.hb-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--text-3);
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.hb-hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--text);
    margin-bottom: 1.25rem;
}
.hb-hero-subtitle {
    font-size: 1.0625rem;
    color: var(--text-2);
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 560px;
}
.hb-hero-actions {
    display: flex;
    gap: 0.875rem;
    flex-wrap: wrap;
}
.hb-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--text);
    color: var(--bg);
    border: 1px solid var(--text);
    padding: 0.75rem 1.625rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.18s;
}
.hb-btn-primary:hover { opacity: 0.82; }
.hb-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
    padding: 0.75rem 1.625rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.18s, background 0.18s;
}
.hb-btn-outline:hover { border-color: var(--border-hover); background: var(--bg-elevated); }

/* --- Neden --- */
.hb-why-section {
    padding: 4.5rem 0;
    border-bottom: 1px solid var(--border);
}
.hb-why-title {
    font-size: clamp(1.25rem, 2.5vw, 1.625rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 1rem;
}
.hb-why-body {
    font-size: 1rem;
    color: var(--text-2);
    line-height: 1.8;
    max-width: 760px;
}

/* --- Ortak bölüm başlığı --- */
.hb-section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 2.5rem;
}

/* --- Özellikler --- */
.hb-features-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
}
.hb-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.hb-feature-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.75rem;
}
.hb-feature-icon {
    color: var(--text-2);
    margin-bottom: 1rem;
}
.hb-feature-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.5rem;
}
.hb-feature-desc {
    font-size: 0.875rem;
    color: var(--text-2);
    line-height: 1.75;
}

/* --- Ekran Görüntüleri --- */
.hb-screens-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
}
.hb-screens-header { margin-bottom: 2.5rem; }
.hb-screens-intro {
    font-size: 0.9375rem;
    color: var(--text-2);
    margin-top: -1.75rem; /* section-title margin-bottom ile dengelemek için */
}
.hb-screenshot {
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.hb-screenshot img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px 12px 0 0;
}
.hb-screenshot img[src=""] ,
.hb-screenshot img:not([src]) {
    display: none; /* görüntü yolu boşsa gizle */
}
.hb-screen-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-3);
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--border);
    letter-spacing: 0.02em;
}
.hb-screen-main {
    margin-bottom: 1.25rem;
}
.hb-screen-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

/* --- Zoom hint (hover'da beliren büyüt ikonu) --- */
.hb-zoomable { cursor: zoom-in; }
.hb-zoom-hint {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(0,0,0,0.45);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.18s;
    pointer-events: none;
}
.hb-zoomable:hover .hb-zoom-hint,
.hb-zoomable:focus-visible .hb-zoom-hint { opacity: 1; }

/* --- Lightbox --- */
.hb-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}
.hb-lightbox[hidden] { display: none; }
.hb-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.hb-lightbox-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}
.hb-lightbox-close:hover { background: rgba(255,255,255,0.2); }
.hb-lightbox-content {
    position: relative;
    z-index: 1;
    max-width: min(1280px, 92vw);
    width: 100%;
    text-align: center;
}
.hb-lightbox-content img {
    width: 100%;
    height: auto;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 10px;
    display: block;
    box-shadow: 0 24px 80px rgba(0,0,0,0.6);
}
.hb-lightbox-caption {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.65);
    letter-spacing: 0.02em;
}

/* --- CTA --- */
.hb-cta-section { padding: 5rem 0; }
.hb-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.hb-cta-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 0.625rem;
}
.hb-cta-desc {
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.7;
    max-width: 480px;
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .hb-features-grid { grid-template-columns: repeat(2, 1fr); }
    .hb-cta-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
    .hb-hero { padding: 4rem 0 3.5rem; }
    .hb-features-section,
    .hb-screens-section,
    .hb-cta-section { padding: 3.5rem 0; }
    .hb-features-grid { grid-template-columns: 1fr; }
    .hb-screen-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   28. ARGUS ENGINE SAYFASI
   ============================================================ */

/* --- Hero --- */
.ae-hero {
    padding: 6rem 0 5rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}
.ae-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(var(--border) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.45;
    pointer-events: none;
}
.ae-hero-inner {
    position: relative;
    max-width: 700px;
}
.ae-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--text-3);
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.ae-hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--text);
    margin-bottom: 1.25rem;
}
.ae-hero-subtitle {
    font-size: 1.0625rem;
    color: var(--text-2);
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 580px;
}
.ae-hero-actions {
    display: flex;
    gap: 0.875rem;
    flex-wrap: wrap;
}
.ae-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--text);
    color: var(--bg);
    border: 1px solid var(--text);
    padding: 0.75rem 1.625rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.18s;
}
.ae-btn-primary:hover { opacity: 0.82; }
.ae-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
    padding: 0.75rem 1.625rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.18s, background 0.18s;
}
.ae-btn-outline:hover { border-color: var(--border-hover); background: var(--bg-elevated); }

/* --- Nedir --- */
.ae-intro-section {
    padding: 4rem 0;
    border-bottom: 1px solid var(--border);
}
.ae-intro-title {
    font-size: clamp(1.25rem, 2.5vw, 1.625rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 1rem;
}
.ae-intro-body {
    font-size: 1rem;
    color: var(--text-2);
    line-height: 1.8;
    max-width: 760px;
}

/* --- Modül bölümleri (Gözler + Beyin) --- */
.ae-modules-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
}
.ae-modules-section--brain {
    background: var(--bg-elevated);
}
.ae-section-header {
    margin-bottom: 3rem;
}
.ae-section-eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--text-3);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.ae-section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 0.625rem;
}
.ae-section-intro {
    font-size: 0.9375rem;
    color: var(--text-2);
    max-width: 600px;
    line-height: 1.7;
}

/* Modül kartları (4 kolon varsayılan) */
.ae-module-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}
.ae-module-grid--2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 860px;
}
.ae-module-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.75rem;
    background: var(--bg);
    display: flex;
    flex-direction: column;
    gap: 0;
}
.ae-modules-section--brain .ae-module-card {
    background: var(--bg);
}
.ae-module-badge {
    display: inline-block;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--text-3);
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 3px 7px;
    margin-bottom: 1.25rem;
    width: fit-content;
}
.ae-module-icon {
    color: var(--text-2);
    margin-bottom: 1rem;
}
.ae-module-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.625rem;
}
.ae-module-desc {
    font-size: 0.875rem;
    color: var(--text-2);
    line-height: 1.75;
}

/* --- Live Platform --- */
.ae-live-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
}
.ae-live-header { margin-bottom: 3rem; }
.ae-live-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 0.75rem;
}
.ae-live-intro {
    font-size: 1rem;
    color: var(--text-2);
    line-height: 1.75;
    max-width: 680px;
}
.ae-live-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2rem;
}
.ae-stat {
    padding: 2rem 1.75rem;
    border-right: 1px solid var(--border);
}
.ae-stat:last-child { border-right: none; }
.ae-stat-num {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--text);
    margin-bottom: 0.375rem;
    line-height: 1;
}
.ae-stat-label {
    font-size: 0.8125rem;
    color: var(--text-3);
    line-height: 1.4;
}
.ae-live-feats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 2rem;
    margin-bottom: 2.5rem;
}
.ae-live-feat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--text-2);
}
.ae-live-feat svg { color: var(--text-3); flex-shrink: 0; }
.ae-live-cta-btn { align-self: flex-start; }

/* --- CTA --- */
.ae-cta-section { padding: 5rem 0; }
.ae-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.ae-cta-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 0.625rem;
}
.ae-cta-desc {
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.7;
    max-width: 480px;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .ae-live-stats { grid-template-columns: repeat(2, 1fr); }
    .ae-stat:nth-child(2) { border-right: none; }
    .ae-stat:nth-child(3) { border-top: 1px solid var(--border); border-right: 1px solid var(--border); }
    .ae-stat:nth-child(4) { border-top: 1px solid var(--border); border-right: none; }
}
@media (max-width: 900px) {
    .ae-module-grid,
    .ae-module-grid--2 { grid-template-columns: 1fr; }
    .ae-cta-inner { flex-direction: column; align-items: flex-start; }
    .ae-module-grid--2 { max-width: 100%; }
}
@media (max-width: 600px) {
    .ae-hero { padding: 4rem 0 3.5rem; }
    .ae-modules-section,
    .ae-live-section,
    .ae-cta-section { padding: 3.5rem 0; }
    .ae-live-stats { grid-template-columns: repeat(2, 1fr); }
    .ae-stat { padding: 1.5rem 1.25rem; }
}

/* ============================================================
   27. ARGUS AI SAYFASI
   ============================================================ */

/* --- Hero --- */
.aa-hero {
    padding: 6rem 0 5rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}
.aa-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(var(--border) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.45;
    pointer-events: none;
}
.aa-hero-inner {
    position: relative;
    max-width: 680px;
}
.aa-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--text-3);
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.aa-hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--text);
    margin-bottom: 1.25rem;
}
.aa-hero-subtitle {
    font-size: 1.0625rem;
    color: var(--text-2);
    line-height: 1.75;
    margin-bottom: 1.75rem;
    max-width: 560px;
}
.aa-hero-meta {
    font-size: 0.875rem;
    color: var(--text-3);
    margin-bottom: 2rem;
}
.aa-hero-actions {
    display: flex;
    gap: 0.875rem;
    flex-wrap: wrap;
}
.aa-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--text);
    color: var(--bg);
    border: 1px solid var(--text);
    padding: 0.75rem 1.625rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.18s;
}
.aa-btn-primary:hover { opacity: 0.82; }

/* --- Nedir --- */
.aa-intro-section {
    padding: 4rem 0;
    border-bottom: 1px solid var(--border);
}
.aa-intro-title {
    font-size: clamp(1.25rem, 2.5vw, 1.625rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 1rem;
}
.aa-intro-body {
    font-size: 1rem;
    color: var(--text-2);
    line-height: 1.8;
    max-width: 720px;
}

/* --- Nasıl Çalışır --- */
.aa-how-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
}
.aa-how-header { margin-bottom: 3.5rem; }
.aa-how-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 0.5rem;
}
.aa-how-intro { font-size: 0.9375rem; color: var(--text-2); }
.aa-how-track { display: grid; grid-template-columns: repeat(3, 1fr); }
.aa-how-node {
    padding: 2rem 2rem 2rem 0;
    border-top: 2px solid var(--border);
}
.aa-how-node + .aa-how-node {
    padding-left: 2rem;
    border-left: 1px solid var(--border);
}
.aa-node-num {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--text-3);
    margin-bottom: 1.5rem;
}
.aa-node-icon { color: var(--text-2); margin-bottom: 1rem; }
.aa-node-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.625rem;
}
.aa-node-desc { font-size: 0.9rem; color: var(--text-2); line-height: 1.72; }

/* --- Ne Analiz Eder? --- */
.aa-cap-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
}
.aa-cap-header { margin-bottom: 2.5rem; }
.aa-cap-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
}
.aa-cap-list {
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}
.aa-cap-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border);
}
.aa-cap-row:last-child { border-bottom: none; }
.aa-cap-icon {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-2);
    flex-shrink: 0;
}
.aa-cap-info { flex: 1; }
.aa-cap-name { font-size: 0.9375rem; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.aa-cap-desc { font-size: 0.85rem; color: var(--text-3); line-height: 1.6; }

/* --- Aylık Limit --- */
.aa-plans-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
}
.aa-plans-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 2.5rem;
}
.aa-plans {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 560px;
}
.aa-plan-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 2rem 1.75rem;
}
.aa-plan-tier {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-3);
    margin-bottom: 1rem;
}
.aa-plan-num {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--text);
    line-height: 1;
    margin-bottom: 0.375rem;
}
.aa-plan-label { font-size: 0.875rem; color: var(--text-2); }

/* --- CTA --- */
.aa-cta-section { padding: 5rem 0; }
.aa-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.aa-cta-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 0.625rem;
}
.aa-cta-desc {
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.7;
    max-width: 480px;
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .aa-how-track { grid-template-columns: 1fr; }
    .aa-how-node + .aa-how-node { padding-left: 0; border-left: none; }
    .aa-how-node { padding: 1.75rem 0; }
    .aa-cta-inner { flex-direction: column; align-items: flex-start; }
    .aa-plans { max-width: 100%; }
}
@media (max-width: 600px) {
    .aa-hero { padding: 4rem 0 3.5rem; }
    .aa-how-section,
    .aa-cap-section,
    .aa-plans-section,
    .aa-cta-section { padding: 3.5rem 0; }
    .aa-cap-row { padding: 1rem 1.125rem; }
    .aa-plans { grid-template-columns: 1fr; }
}

/* ============================================================
   29. BREACH RADAR SAYFASI
   ============================================================ */

/* --- Hero --- */
.br-hero {
    padding: 6rem 0 5rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}
.br-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(var(--border) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.45;
    pointer-events: none;
}
.br-hero-inner {
    position: relative;
    max-width: 680px;
}
.br-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--text-3);
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.br-hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--text);
    margin-bottom: 1.25rem;
}
.br-hero-subtitle {
    font-size: 1.0625rem;
    color: var(--text-2);
    line-height: 1.75;
    margin-bottom: 1rem;
    max-width: 560px;
}
.br-hero-meta {
    font-size: 0.8125rem;
    color: var(--text-3);
    margin-bottom: 2.25rem;
    letter-spacing: 0.01em;
}
.br-hero-actions {
    display: flex;
    gap: 0.875rem;
    flex-wrap: wrap;
    align-items: center;
}

/* --- Butonlar --- */
.br-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--text);
    color: var(--bg);
    border: 1px solid var(--text);
    padding: 0.75rem 1.625rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.18s;
    white-space: nowrap;
}
.br-btn-primary:hover { opacity: 0.82; }
.br-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
    padding: 0.75rem 1.625rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.18s, background 0.18s;
    white-space: nowrap;
}
.br-btn-outline:hover { border-color: var(--border-hover); background: var(--bg-elevated); }
.br-btn-text {
    font-size: 0.875rem;
    color: var(--text-3);
    text-decoration: none;
    transition: color 0.15s ease;
}
.br-btn-text:hover { color: var(--text-2); }

/* --- Açıklama (2 sütun: metin sol, radar sağ) --- */
.br-about-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
}
.br-about-grid {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 4.5rem;
    align-items: center;
}
.br-radar-wrap {
    width: 280px;
    height: 280px;
    flex-shrink: 0;
}
.br-radar-svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* SVG radar elemanları — CSS variable uyumlu, saydam zemin */
.br-radar-outer    { stroke: var(--border); stroke-width: 1.5; fill: none; }
.br-radar-ring     { fill: none; stroke-width: 1; }
.br-radar-ring--md { stroke: var(--border); opacity: 0.7; }
.br-radar-ring--hi { stroke: var(--border); opacity: 0.9; }
.br-radar-axis     { stroke: var(--border); stroke-width: 1; opacity: 0.55; }
.br-radar-diag     { stroke: var(--border); stroke-width: 1; opacity: 0.28; }
.br-sweep-t1       { fill: var(--green); opacity: 0.05; }
.br-sweep-t2       { fill: var(--green); opacity: 0.09; }
.br-sweep-t3       { fill: var(--green); opacity: 0.16; }
.br-sweep-ln       { stroke: var(--green); stroke-width: 1.5; fill: none; opacity: 0.88; }
.br-dot-green      { fill: var(--green); opacity: 0.85; }
.br-dot-ring-g     { stroke: var(--green); fill: none; stroke-width: 1; }
.br-dot-red        { fill: #f87171; }
.br-dot-ring-r     { stroke: #f87171; fill: none; stroke-width: 1.5; }
.br-center-dot     { fill: var(--green); opacity: 0.95; }
.br-center-ring    { stroke: var(--green); fill: none; stroke-width: 1; opacity: 0.32; }

/* Dönen tarama animasyonu */
.br-radar-sweep {
    transform-box: fill-box;
    transform-origin: center;
    animation: br-scan 4s linear infinite;
}
@keyframes br-scan {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
/* Blip halkaları — genişleyip solar */
.br-blip-ring {
    transform-box: fill-box;
    transform-origin: center;
    animation: br-blip-pulse 2.8s ease-out infinite;
}
.br-blip-1 .br-blip-ring { animation-delay: 0s; }
.br-blip-2 .br-blip-ring { animation-delay: 0.95s; }
.br-blip-3 .br-blip-ring { animation-delay: 1.9s; }
@keyframes br-blip-pulse {
    0%   { transform: scale(1); opacity: 0.85; }
    100% { transform: scale(5); opacity: 0; }
}
/* Tehdit noktası yanıp sönme */
.br-threat-dot {
    animation: br-threat-blink 1.8s ease-in-out infinite;
}
@keyframes br-threat-blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.2; }
}

.br-about-title {
    font-size: clamp(1.25rem, 2.5vw, 1.625rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 1rem;
}
.br-about-body {
    font-size: 1rem;
    color: var(--text-2);
    line-height: 1.8;
}

/* --- Nasıl Çalışır (3 sütun, Argus AI tarzı) --- */
.br-how-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--border);
}
.br-how-header { margin-bottom: 3.5rem; }
.br-how-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 0.5rem;
}
.br-how-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.br-how-node {
    padding: 2rem 2rem 2rem 0;
    border-top: 2px solid var(--border);
}
.br-how-node + .br-how-node {
    padding-left: 2rem;
    border-left: 1px solid var(--border);
}
.br-node-num {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--text-3);
    margin-bottom: 1.5rem;
    display: block;
}
.br-node-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.625rem;
}
.br-node-desc {
    font-size: 0.9rem;
    color: var(--text-2);
    line-height: 1.72;
}

/* --- CTA --- */
.br-cta-section { padding: 5rem 0; }
.br-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.br-cta-text { flex: 1; min-width: 0; }
.br-cta-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 0.625rem;
}
.br-cta-desc {
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.7;
    max-width: 480px;
}
.br-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    flex-shrink: 0;
    align-items: flex-start;
}
.br-cta-btns {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
}

/* --- Responsive --- */
@media (max-width: 960px) {
    .br-about-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .br-radar-wrap {
        width: 220px;
        height: 220px;
        margin: 0 auto;
        order: -1; /* Mobil/tablet: görsel üstte, metin altta */
    }
}
@media (max-width: 900px) {
    .br-how-track { grid-template-columns: 1fr; }
    .br-how-node + .br-how-node { padding-left: 0; border-left: none; }
    .br-how-node { padding: 1.75rem 0; }
    .br-cta-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
    .br-hero { padding: 4rem 0 3.5rem; }
    .br-about-section,
    .br-how-section,
    .br-cta-section { padding: 3.5rem 0; }
    .br-radar-wrap { width: 180px; height: 180px; }
}

/* ============================================================
   30. BASIN & MEDYA SAYFASI
   ============================================================ */

.press-section { padding: 4.5rem 0 6rem; }

/* ── Layout: nav + main ── */
.press-layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 3.5rem;
    align-items: start;
}

/* ── Sol: sayfa içi nav ── */
.press-nav-inner {
    position: sticky;
    top: 5.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.press-nav-link {
    display: block;
    padding: 0.55rem 0.875rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-2);
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.press-nav-link:hover {
    background: var(--bg-elevated);
    color: var(--text);
}

/* ── Sağ: ana içerik ── */
.press-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* ── Kart ── */
.press-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 2rem 2.25rem;
}

.press-card-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 0.5rem;
}

.press-card-desc {
    font-size: 0.9rem;
    color: var(--text-2);
    margin: 0 0 1.5rem;
    line-height: 1.6;
}

/* ── Şirket künyesi ── */
.press-boilerplate {
    position: relative;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.25rem 1.375rem;
    padding-right: 3.5rem;
}

.press-boilerplate-text {
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.8;
    margin: 0;
}

.press-copy-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.4rem 0.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 7px;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-2);
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
}

.press-copy-btn:hover    { background: var(--border); color: var(--text); }
.press-copy-btn--done    { border-color: var(--green); color: var(--green); }

/* ── Temel bilgiler ── */
.press-facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin: 0;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.press-fact {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
}

.press-fact:nth-child(even)  { border-right: none; }
.press-fact:nth-last-child(-n+2) { border-bottom: none; }

.press-fact-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-3);
    margin-bottom: 0.3rem;
}

.press-fact-value {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--text);
    margin: 0;
}

/* ── Medya iletişim ── */
.press-contact-box {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
}

.press-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--blue);
    flex-shrink: 0;
}

.press-contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.press-contact-email {
    font-size: 1rem;
    font-weight: 600;
    color: var(--blue);
    text-decoration: none;
    transition: opacity 0.15s;
}

.press-contact-email:hover { opacity: 0.75; }

.press-contact-note {
    font-size: 0.8125rem;
    color: var(--text-3);
}

/* ── Marka kaynakları butonu ── */
.press-assets-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 1.375rem;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 9px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

.press-assets-btn:hover {
    border-color: var(--border-hover);
    background: var(--border);
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .press-layout {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }
    .press-nav-inner {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.375rem;
    }
    .press-nav-link {
        border: 1px solid var(--border);
        border-radius: 999px;
        padding: 0.35rem 0.875rem;
        font-size: 0.8125rem;
    }
}

@media (max-width: 600px) {
    .press-section  { padding: 3.5rem 0 4rem; }
    .press-card     { padding: 1.5rem; }
    .press-facts    { grid-template-columns: 1fr; }
    .press-fact     { border-right: none !important; }
    .press-fact:last-child { border-bottom: none; }
    .press-boilerplate { padding-right: 1.375rem; padding-top: 3.5rem; }
    .press-copy-btn { top: 0.75rem; right: 0.75rem; }
}

/* ============================================================
   24. UTILITY
   ============================================================ */

.sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* ============================================================
   COOKIE CONSENT BANNER
   ============================================================ */

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(7, 9, 22, 0.88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-top: 1px solid rgba(99, 102, 241, 0.28);
    box-shadow: 0 -2px 48px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    pointer-events: none;
}
.cookie-banner--visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
.cookie-banner-inner {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    padding: 1.125rem 2rem;
    max-width: 1280px;
    margin: 0 auto;
}
.cookie-banner-text { flex: 1; min-width: 0; }
.cookie-banner-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 0.2rem;
}
.cookie-banner-desc {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0;
}
.cookie-banner-link {
    color: #818cf8;
    text-decoration: none;
}
.cookie-banner-link:hover { color: #a5b4fc; text-decoration: underline; }
.cookie-banner-actions {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
}
.cookie-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background 0.15s, border-color 0.15s, color 0.15s, opacity 0.15s;
    font-family: inherit;
}
.cookie-btn--primary {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}
.cookie-btn--primary:hover { filter: brightness(0.88); }
.cookie-btn--secondary {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.18);
}
.cookie-btn--secondary:hover {
    border-color: rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 640px) {
    .cookie-banner-inner { flex-direction: column; align-items: flex-start; gap: 1rem; padding: 1.25rem 1.25rem; }
    .cookie-banner-actions { width: 100%; }
    .cookie-btn { flex: 1; }
}


/* ============================================================
   NEWSLETTER SUBSCRIBE + STANDALONE PAGES
   ============================================================ */

/* --- Blog Newsletter Section --- */
.nl-subscribe-section {
    padding: 4rem 0;
    border-top: 1px solid var(--border);
    background: var(--bg-elevated);
}
.nl-subscribe-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    flex-wrap: wrap;
}
.nl-subscribe-text { flex: 1; min-width: 220px; }
.nl-subscribe-title {
    font-size: clamp(1.25rem, 2.5vw, 1.625rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 0.5rem;
}
.nl-subscribe-subtitle {
    font-size: 0.9375rem;
    color: var(--text-2);
    line-height: 1.65;
}
.nl-subscribe-form-wrap { flex: 1; min-width: 280px; max-width: 420px; }
.nl-input-row {
    display: flex;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: 9px;
    overflow: hidden;
    background: var(--bg-input, var(--bg));
    transition: border-color 0.18s;
}
.nl-input-row:focus-within { border-color: var(--border-hover); }
.nl-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    color: var(--text);
    min-width: 0;
}
.nl-input::placeholder { color: var(--text-3); }
.nl-input--err { box-shadow: inset 0 0 0 1px var(--red, #f85149); }
.nl-submit {
    background: var(--text);
    color: var(--bg);
    border: none;
    padding: 0.7rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.18s;
    white-space: nowrap;
    flex-shrink: 0;
}
.nl-submit:hover { opacity: 0.82; }
.nl-field-err {
    display: block;
    font-size: 0.8rem;
    color: var(--red, #f85149);
    margin-top: 0.4rem;
}
.nl-privacy-note {
    font-size: 0.775rem;
    color: var(--text-3);
    margin-top: 0.6rem;
}
.nl-msg {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
}
.nl-msg--success {
    background: rgba(63, 185, 80, 0.1);
    border: 1px solid rgba(63, 185, 80, 0.3);
    color: var(--green, #3fb950);
}
.nl-msg--info {
    background: rgba(88, 166, 255, 0.08);
    border: 1px solid rgba(88, 166, 255, 0.25);
    color: var(--blue, #58a6ff);
}

/* --- Standalone Pages (unsubscribe / preferences) --- */
.nl-standalone-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg);
    padding: 2rem 1rem;
}
.nl-standalone-inner {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.nl-standalone-logo {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text);
    text-decoration: none;
    letter-spacing: -0.02em;
}
.nl-standalone-card {
    width: 100%;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 2.25rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}
.nl-standalone-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-2);
    margin-bottom: 0.25rem;
}
.nl-standalone-icon--muted {
    color: var(--green, #3fb950);
    background: rgba(63, 185, 80, 0.08);
    border-color: rgba(63, 185, 80, 0.2);
}
.nl-standalone-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.02em;
}
.nl-standalone-desc {
    font-size: 0.9rem;
    color: var(--text-2);
    line-height: 1.65;
}
.nl-standalone-success {
    width: 100%;
    padding: 0.65rem 1rem;
    background: rgba(63, 185, 80, 0.1);
    border: 1px solid rgba(63, 185, 80, 0.25);
    border-radius: 8px;
    font-size: 0.875rem;
    color: var(--green, #3fb950);
    text-align: center;
}
.nl-standalone-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    background: var(--text);
    color: var(--bg);
    transition: opacity 0.18s;
}
.nl-standalone-btn:hover { opacity: 0.82; }
.nl-standalone-btn--outline {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
}
.nl-standalone-btn--danger {
    background: rgba(248, 81, 73, 0.12);
    color: var(--red, #f85149);
    border: 1px solid rgba(248, 81, 73, 0.3);
}
.nl-standalone-btn--danger:hover { background: rgba(248, 81, 73, 0.2); opacity: 1; }
.nl-standalone-link {
    font-size: 0.875rem;
    color: var(--text-2);
    text-decoration: none;
}
.nl-standalone-link:hover { color: var(--text); }
.nl-standalone-link--muted { color: var(--text-3); font-size: 0.8125rem; }

/* --- Preferences Form --- */
.nl-prefs-form { width: 100%; display: flex; flex-direction: column; gap: 1rem; }
.nl-prefs-group { display: flex; flex-direction: column; gap: 0.4rem; text-align: left; }
.nl-prefs-label { font-size: 0.8125rem; font-weight: 600; color: var(--text-2); }
.nl-prefs-select {
    width: 100%;
    padding: 0.65rem 0.875rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--bg);
    color: var(--text);
    font-size: 0.9rem;
    outline: none;
    cursor: pointer;
    transition: border-color 0.18s;
}
.nl-prefs-select:focus { border-color: var(--border-hover); }

@media (max-width: 700px) {
    .nl-subscribe-inner { flex-direction: column; }
    .nl-subscribe-form-wrap { max-width: 100%; width: 100%; }
}
@media (max-width: 400px) {
    .nl-input-row { flex-direction: column; border-radius: 9px; }
    .nl-input { border-radius: 8px 8px 0 0; }
    .nl-submit { border-radius: 0 0 8px 8px; padding: 0.7rem; }
    .nl-standalone-card { padding: 1.75rem 1.25rem; }
}