/*
 * GSK Layout Styles — layout.css
 * _Layout.cshtml'den ayrıştırılmış paylaşılan stiller.
 */

/* ── Token aliases ── */
:root {
    --gold:      var(--gsk-red);
    --gold-lt:   rgba(184,36,36,.15);
    --navy:      var(--gsk-navy);
    --navy-dk:   var(--gsk-navy-dk);
    --navy-80:   rgba(36,45,86,.8);
    --red:       var(--gsk-red);
    --red-dk:    var(--gsk-red-dk);
    --light:     var(--gsk-bg);
    --muted:     #6b7280;
    --serif:     'Oswald', sans-serif;
    --sans:      'Inter', sans-serif;
    --sh:        var(--gsk-shadow-sm);
    --sh-lg:     var(--gsk-shadow-lg);
    --shadow:    var(--gsk-shadow-sm);
    --shadow-lg: var(--gsk-shadow-lg);
    --radius:    var(--gsk-radius);
}
img { max-width: 100%; height: auto; }
a   { text-decoration: none; color: inherit; }
/* bootstrap.min.css bu dosyadan sonra yükleniyor ve reboot'taki
   "a { text-decoration: underline }" kuralı yukarıdaki satırı eziyordu.
   :any-link ile özgüllük artırılarak yükleme sırasından bağımsız hale getirildi.
   Kasıtlı alt çizgiler (KVKK bandı, rich-body) aşağıda ayrıca tanımlı. */
a:any-link { text-decoration: none; }

/* ── Yardımcı sınıflar ── */
.sec            { padding: 90px 0; }
.sec-sm         { padding: 60px 0; }
.section-pad    { padding: 90px 0; }
.section-pad-sm { padding: 60px 0; }
.bg-light-gsk   { background: var(--gsk-bg); }

/* İç sayfa başlığı */
.gsk-header {
    position: relative;
    padding: 120px 0 68px;
    background:
        repeating-linear-gradient(135deg, transparent, transparent 30px, rgba(200,169,81,.018) 30px, rgba(200,169,81,.018) 31px),
        var(--gsk-navy);
    overflow: hidden;
    text-align: center;
    box-shadow: inset 0 -4px 0 rgba(200,169,81,.28), 0 6px 32px rgba(0,0,0,.22);
}
.gsk-header::before {
    content: '';
    position: absolute; inset: 0;
    background: url('https://www.gelenekselsporlar.com/slider01.jpg') center/cover no-repeat;
    opacity: .1;
    transition: opacity .4s ease;
}
.gsk-header::after {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 80% 55% at 50% 15%, rgba(200,169,81,.07) 0%, transparent 68%),
        linear-gradient(to bottom, rgba(11,26,44,.52), rgba(11,26,44,.94));
}
.gsk-header-content { position: relative; z-index: 2; }
.gsk-header h1 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 28px rgba(0,0,0,.45), 0 0 70px rgba(200,169,81,.06);
}
.gsk-breadcrumb {
    display: flex; justify-content: center; flex-wrap: wrap;
    list-style: none; padding: 0; margin: 12px 0 0; gap: 6px;
}
/* Kontrast WCAG AA uyumlu değerlere yükseltildi */
.gsk-breadcrumb li { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.65); letter-spacing: .5px; }
.gsk-breadcrumb li:not(:first-child)::before { content: '/'; margin-right: 6px; color: rgba(255,255,255,.35); }
.gsk-breadcrumb a { color: rgba(255,255,255,.8); transition: color .2s; }
.gsk-breadcrumb a:hover { color: var(--gsk-red); }
.gsk-breadcrumb li:last-child { color: var(--gsk-red); }

/* Section title */
.gsk-title { margin-bottom: 44px; }
.gsk-title .subtitle {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 10.5px; font-weight: 800;
    letter-spacing: 4px; text-transform: uppercase;
    color: var(--gsk-red); margin-bottom: 12px;
}
.gsk-title .subtitle::before {
    content: '';
    display: block; width: 24px; height: 2px;
    background: var(--gsk-red); flex-shrink: 0;
}
.gsk-title h2 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative; padding-bottom: 18px;
}
.gsk-title h2::after {
    content: '';
    position: absolute; left: 0; bottom: 0;
    width: 52px; height: 3px;
    background: var(--gsk-red); border-radius: 2px;
}
.gsk-title.center h2::after { left: 50%; transform: translateX(-50%); }
.gsk-title p { font-size: .9rem; color: var(--muted); margin-top: 14px; line-height: 1.75; font-weight: 400; }

/* News card */
.gsk-card {
    background: #fff;
    border-radius: var(--gsk-radius);
    box-shadow: var(--gsk-shadow-sm);
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    height: 100%;
}
.gsk-card:hover { transform: translateY(-6px); box-shadow: var(--gsk-shadow-lg); }
.nc-img { position: relative; overflow: hidden; aspect-ratio: 16/9; }
.nc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.gsk-card:hover .nc-img img { transform: scale(1.06); }
.nc-body { padding: 20px 22px 24px; }
.nc-date { font-size: 11px; font-weight: 600; color: var(--gsk-red); letter-spacing: .5px; text-transform: uppercase; margin-bottom: 8px; }
.nc-title { font-family: 'Oswald', sans-serif; font-size: 1.1rem; font-weight: 600; color: var(--gsk-navy); line-height: 1.35; margin-bottom: 14px; }
.nc-link { font-size: 12px; font-weight: 600; color: var(--gsk-red); transition: color .2s; }

/* Sport card */
.sport-card {
    background: #fff; border-left: 4px solid var(--gsk-red);
    border-radius: 10px; padding: 28px 22px;
    box-shadow: var(--gsk-shadow-sm); transition: all .3s; height: 100%;
}
.sport-card:hover { box-shadow: var(--gsk-shadow-lg); transform: translateY(-4px); }
.sport-card .sp-icon { font-size: 1.9rem; color: var(--gsk-red); margin-bottom: 14px; }
.sport-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.sport-card p { font-size: .85rem; color: var(--muted); line-height: 1.7; margin: 0; }

/* Gallery */
.gal-item { display: block; overflow: hidden; border-radius: 10px; aspect-ratio: 1; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gal-item:hover img { transform: scale(1.08); }

/* Contact card */
.contact-card {
    background: #fff; border-radius: var(--gsk-radius);
    padding: 28px 22px; box-shadow: var(--gsk-shadow-sm);
    height: 100%; transition: transform .3s;
}
.contact-card:hover { transform: translateY(-4px); }
.cc-icon {
    width: 50px; height: 50px;
    background: linear-gradient(135deg, var(--gsk-red), var(--gsk-red-dk));
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; color: #fff; margin-bottom: 16px;
}
.contact-card h5 { font-size: .95rem; font-weight: 600; margin-bottom: 8px; }
.contact-card p, .contact-card a { font-size: .85rem; color: var(--muted); text-decoration: none; margin: 0; }
.contact-card a:hover { color: var(--gsk-red); }
.gsk-map { border-radius: 14px; overflow: hidden; box-shadow: var(--gsk-shadow-lg); }
.hours-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px solid #f3f4f6; font-size: .83rem; }
.hours-row:last-child { border: none; }
.hours-row .day { font-weight: 500; color: var(--gsk-navy); }
.hours-row .time { color: var(--muted); }

/* Rich text */
.rich-body img { max-width: 100%; border-radius: 8px; margin: .75rem auto; }
.rich-body table { width: 100%; border-collapse: collapse; font-size: .875rem; }
.rich-body table td, .rich-body table th { padding: 8px 12px; border: 1px solid #e5e7eb; }
.rich-body p { line-height: 1.75; margin-bottom: 1rem; font-size: .9375rem; }
.rich-body a { color: var(--gsk-red); text-decoration: underline; }
.rich-body h2, .rich-body h3 { margin: 1.5rem 0 .75rem; }

/* Restoran */
.restoran-intro {
    background: linear-gradient(150deg, var(--gsk-navy), #18304a);
    border-radius: 16px; padding: 48px 40px; color: #fff; position: relative; overflow: hidden;
}
.restoran-intro h2 { color: #fff; font-size: 2rem; }
.restoran-intro .gold-bar { width: 48px; height: 3px; background: var(--gsk-red); border-radius: 2px; margin: 14px 0 20px; }
.restoran-intro p { color: rgba(255,255,255,.78); line-height: 1.75; font-size: .9rem; }

/* Buttons */
.btn-gold {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--gsk-red); color: #fff !important;
    font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 800;
    letter-spacing: 1.2px; text-transform: uppercase;
    padding: 13px 28px;
    border-radius: 4px; border: none;
    transition: background .25s, transform .2s, box-shadow .2s;
    box-shadow: 0 4px 16px rgba(184,36,36,.3);
}
.btn-gold:hover {
    background: var(--gsk-red-dk);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(184,36,36,.45);
}
.btn-outline-w {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: #fff !important;
    font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase;
    padding: 12px 26px; border-radius: 4px;
    border: 2px solid rgba(255,255,255,.45);
    transition: all .25s;
}
.btn-outline-w:hover { background: var(--gsk-red); border-color: var(--gsk-red); }

/* Lang switcher (desktop) */
.gsk-lang-switcher { position: relative; }
.gsk-lang-trigger {
    background: none;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 5px; padding: 5px 10px 5px 8px;
    display: flex; align-items: center; gap: 5px;
    cursor: pointer; font-family: 'Inter', sans-serif;
    font-size: 12px; font-weight: 700;
    color: rgba(255,255,255,.8);
    transition: border-color .2s;
    line-height: 1;
}
.gsk-lang-trigger:hover { border-color: var(--gsk-red); }
.gsk-lang-caret { font-size: 14px; color: rgba(255,255,255,.45); transition: transform .22s; }
.gsk-lang-switcher.open .gsk-lang-caret { transform: rotate(180deg); }
.gsk-lang-menu {
    display: none; position: absolute;
    top: calc(100% + 8px); right: 0;
    background: var(--gsk-navy-dk);
    border: 1px solid rgba(184,36,36,.25);
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0,0,0,.4);
    padding: 6px 0; min-width: 148px;
    list-style: none; margin: 0; z-index: 1100;
}
.gsk-lang-switcher.open .gsk-lang-menu { display: block; }
.gsk-lang-item {
    display: flex; align-items: center; gap: 9px;
    padding: 9px 16px; cursor: pointer;
    transition: background .15s;
    font-family: 'Inter', sans-serif;
    font-size: 12.5px; font-weight: 500;
    color: rgba(255,255,255,.72);
    border: none; background: none; width: 100%; text-align: left;
}
.gsk-lang-item:hover { background: rgba(184,36,36,.1); }
.gsk-lang-item.active { background: rgba(184,36,36,.07); color: var(--gsk-red); }

/* Mobile lang pills */
.gsk-lang-mobile {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 16px; flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 4px;
}
.gsk-lang-mobile-label { font-size: 11px; color: rgba(255,255,255,.4); font-family: 'Inter', sans-serif; }
.gsk-lang-pills { display: flex; flex-wrap: wrap; gap: 5px; }
.gsk-lang-pill {
    background: none; border: 1px solid rgba(255,255,255,.15);
    border-radius: 4px; padding: 4px 9px;
    font-size: 11px; font-weight: 700; cursor: pointer;
    color: rgba(255,255,255,.6); font-family: 'Inter', sans-serif;
    transition: border-color .2s, color .2s;
}
.gsk-lang-pill.active,
.gsk-lang-pill:hover { border-color: var(--gsk-red); color: var(--gsk-red); }

.gsk-footer-social a { display: inline-flex; align-items: center; justify-content: center; }

@media (max-width: 991.98px) {
    .gsk-header { padding: 100px 0 50px; }
}
@media (max-width: 575.98px) {
    .sec, .section-pad { padding: 60px 0; }
    .sec-sm, .section-pad-sm { padding: 44px 0; }
}

/* ══ FLOATING CONTACT BUTTON ══ */
.float-cta {
    position: fixed;
    bottom: 28px; right: 24px;
    z-index: 990;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 10px;
}
.float-cta-toggle {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: var(--gsk-red); color: #fff;
    border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 4px 22px rgba(184,36,36,.45);
    transition: background .25s, transform .2s, box-shadow .2s;
    flex-shrink: 0;
}
.float-cta-toggle:hover { transform: scale(1.08); box-shadow: 0 6px 28px rgba(184,36,36,.55); }
.float-cta.open .float-cta-toggle { background: var(--gsk-navy); box-shadow: 0 4px 22px rgba(36,45,86,.4); }
.float-cta-options {
    display: flex;
    flex-direction: column;
    gap: 8px; align-items: flex-end;
    opacity: 0; pointer-events: none;
    transform: translateY(10px) scale(.95);
    transform-origin: bottom right;
    transition: opacity .2s ease, transform .22s ease;
}
.float-cta.open .float-cta-options { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.float-opt {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 9px 16px 9px 9px;
    border-radius: 50px; text-decoration: none;
    font-size: 13px; font-weight: 700;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
    transition: transform .18s, box-shadow .18s;
    color: #fff;
}
.float-opt:hover { transform: translateX(-4px); box-shadow: 0 6px 20px rgba(0,0,0,.22); color: #fff; }
.float-opt-ico {
    width: 34px; height: 34px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; flex-shrink: 0;
}
.float-opt-phone { background: var(--gsk-navy); }
.float-opt-phone .float-opt-ico { background: rgba(255,255,255,.15); }
.float-opt-wa    { background: #25d366; }
.float-opt-wa .float-opt-ico { background: rgba(255,255,255,.18); }
@media (max-width: 767px) { .float-cta { right: 16px; } }

/* ══ TRUST BADGES ══ */
.gsk-trust {
    background: rgba(255,255,255,.04);
    border-top: 1px solid rgba(255,255,255,.09);
    padding: 20px 0;
}
.gsk-trust-inner {
    display: flex; align-items: center;
    justify-content: center; flex-wrap: wrap;
    gap: 10px 18px;
}
.gsk-trust-label {
    flex-basis: 100%; text-align: center;
    font-size: 9px; font-weight: 800;
    letter-spacing: 2.5px; text-transform: uppercase;
    color: rgba(255,255,255,.32); margin-bottom: 2px;
}
.gsk-tbadge {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 8px 14px 8px 8px; border-radius: 8px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.75); text-decoration: none;
    transition: background .2s, border-color .2s, color .2s;
}
.gsk-tbadge:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); color: #fff; }
.gsk-tbadge-ico {
    width: 32px; height: 32px; border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    font-size: .95rem; flex-shrink: 0;
    background: rgba(255,255,255,.1);
}
.gsk-tbadge-ico.gold-ico { background: rgba(200,169,81,.22); color: #c8a951; }
.gsk-tbadge-txt strong { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: .3px; }
.gsk-tbadge-txt span   { font-size: 9.5px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: rgba(255,255,255,.42); }
@media (max-width: 575.98px) {
    .gsk-tbadge { padding: 7px 11px 7px 7px; }
    .gsk-tbadge-ico { width: 28px; height: 28px; font-size: .82rem; }
    .gsk-tbadge-txt strong { font-size: 10px; }
    .gsk-tbadge-txt span { display: none; }
}

/* ── KVKK Cookie Banner ── */
.gsk-kvkk-banner {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 9998;
    background: #1a2248; color: rgba(255,255,255,.82);
    font-size: .83rem; padding: 14px 20px;
    box-shadow: 0 -4px 24px rgba(0,0,0,.25);
    border-top: 2px solid rgba(200,169,81,.35);
}
.gsk-kvkk-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
.gsk-kvkk-text { flex: 1; min-width: 220px; line-height: 1.6; }
.gsk-kvkk-text a { color: var(--gold); text-decoration: underline; }
.gsk-kvkk-actions { display: flex; gap: 8px; flex-shrink: 0; }
.gsk-kvkk-accept {
    background: var(--gold); color: #1a2248; border: none; border-radius: 6px;
    padding: 8px 20px; font-weight: 800; font-size: .8rem;
    letter-spacing: 1px; text-transform: uppercase; cursor: pointer;
}
.gsk-kvkk-reject {
    background: transparent; color: rgba(255,255,255,.5);
    border: 1px solid rgba(255,255,255,.2); border-radius: 6px;
    padding: 8px 16px; font-size: .8rem; cursor: pointer;
}

/* ── Exit-Intent Popup ── */
.gsk-exit-popup {
    display: none;
    position: fixed; inset: 0; z-index: 10000;
    background: rgba(10,14,26,.72); backdrop-filter: blur(4px);
    align-items: center; justify-content: center;
}
.gsk-exit-popup-box {
    background: #fff; border-radius: 20px; max-width: 480px; width: 90%;
    padding: 40px 36px; text-align: center; position: relative;
    box-shadow: 0 32px 80px rgba(0,0,0,.3);
}
.gsk-exit-close {
    position: absolute; top: 14px; right: 16px;
    background: none; border: none; font-size: 1.4rem;
    color: #aaa; cursor: pointer; line-height: 1;
}
.gsk-exit-icon {
    width: 56px; height: 56px; background: rgba(200,169,81,.12);
    border-radius: 50%; display: flex; align-items: center;
    justify-content: center; margin: 0 auto 16px;
    font-size: 1.5rem; color: var(--gold);
}
.gsk-exit-title {
    font-family: 'Oswald', sans-serif; color: var(--navy);
    font-size: 1.6rem; text-transform: uppercase; margin-bottom: 10px;
}
.gsk-exit-body { color: #666; font-size: .9rem; line-height: 1.7; margin-bottom: 18px; }
.gsk-exit-input {
    display: block; width: 100%; padding: 11px 14px;
    border: 1.5px solid #ddd; border-radius: 10px;
    font-size: .9rem; margin-bottom: 10px; outline: none;
    font-family: inherit; transition: border-color .2s; box-sizing: border-box;
}
.gsk-exit-input:focus { border-color: var(--gold); }
.ig-handle-link { display:inline-flex; align-items:center; gap:8px; color:rgba(255,255,255,.6); font-size:.84rem; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; text-decoration:none; transition:color .2s; }
.ig-handle-link:hover { color:#c8a951; }

/* ── OTP Widget (popup + formlar ortak) ── */
.otp-code-inputs { display:flex; gap:8px; margin:10px 0; }
.otp-digit { width:40px; height:50px; border:2px solid rgba(36,45,86,.18); border-radius:9px; background:#fff; text-align:center; font-size:1.25rem; font-weight:700; color:var(--navy); outline:none; transition:border-color .2s; }
.otp-digit:focus { border-color:var(--gold); }
.otp-verify-btn { display:inline-flex; align-items:center; gap:7px; background:linear-gradient(135deg,#c8a951,#e8c66b); color:#1a2248; font-size:12px; font-weight:800; letter-spacing:1px; text-transform:uppercase; padding:10px 18px; border-radius:8px; border:none; cursor:pointer; transition:all .25s; }
.otp-verify-btn:disabled { opacity:.5; cursor:not-allowed; }

/* ── Google Translate gizli alan ── */
.gsk-translate-hidden {
    position: absolute; left: -9999px; width: 0; height: 0; overflow: hidden;
}

/* ── Erişilebilirlik: Focus Visible ── */
:focus-visible {
    outline: 3px solid var(--gsk-red);
    outline-offset: 3px;
    border-radius: 4px;
}
.go-top:focus-visible,
.float-cta-toggle:focus-visible,
#exitClose:focus-visible,
#kvkkAccept:focus-visible,
#kvkkReject:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 2px;
}
.form-control:focus,
.form-select:focus {
    border-color: var(--gsk-red);
    box-shadow: 0 0 0 3px rgba(184,36,36,.18);
    outline: none;
}
.btn:focus-visible,
.btn-gold:focus-visible,
.nav-link:focus-visible,
.dropdown-item:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 2px;
}
/* Skip to content bağlantısı */
.skip-link {
    position: absolute;
    top: -40px;
    left: 8px;
    z-index: 99999;
    background: var(--gsk-navy);
    color: #fff;
    padding: 8px 16px;
    border-radius: 0 0 6px 6px;
    font-weight: 700;
    font-size: .85rem;
    text-decoration: none;
    transition: top .2s;
}
.skip-link:focus { top: 0; }
