/* =====================================================================
   Hull City Academy Türkiye - Ana Stil Dosyası
   Renkler: Hull City AFC resmi kimliği (Amber #F5A11B / Siyah #000000)
   ===================================================================== */

:root {
  /* Marka renkleri */
  --hc-amber:        #F18A01; /* resmi armadaki amber tonu */
  --hc-amber-light:  #FFAE3D;
  --hc-amber-dark:   #C56F00;
  --hc-black:        #101920; /* resmi armadaki koyu ton */
  --hc-charcoal:     #16212A;
  --hc-slate:        #1C2933;
  --hc-grey:         #6B7280;
  --hc-light:        #F7F7F5;
  --hc-white:        #FFFFFF;
  --hc-border:       rgba(255, 255, 255, .10);

  /* Tipografi */
  --font-display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Ölçüler */
  --radius:    14px;
  --radius-sm: 8px;
  --shadow:    0 12px 40px rgba(0, 0, 0, .10);
  --shadow-lg: 0 24px 70px rgba(0, 0, 0, .18);
  --header-h:  84px;
  --ease:      cubic-bezier(.22, 1, .36, 1);
}

/* ---------------------------------------------------------------------
   Temel
   --------------------------------------------------------------------- */
* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }

body {
  font-family: var(--font-body);
  color: var(--hc-charcoal);
  background: var(--hc-white);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .display-font {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.08;
  text-transform: uppercase;
}

a { color: var(--hc-amber-dark); text-decoration: none; transition: color .2s; }
a:hover { color: var(--hc-amber); }

img { max-width: 100%; height: auto; }

::selection { background: var(--hc-amber); color: var(--hc-black); }

.skip-link {
  position: absolute; top: 10px; left: 10px; z-index: 2000;
  background: var(--hc-amber); color: #000; padding: 10px 18px;
  border-radius: var(--radius-sm); font-weight: 700;
}

/* Kaydırma çubuğu */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--hc-light); }
::-webkit-scrollbar-thumb { background: var(--hc-amber); border-radius: 10px; }

/* ---------------------------------------------------------------------
   Butonlar
   --------------------------------------------------------------------- */
.btn {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .78rem 1.9rem;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  transition: all .25s var(--ease);
}

.btn-hc {
  background: var(--hc-amber);
  color: var(--hc-black);
  box-shadow: 0 6px 22px rgba(241, 138, 1, .34);
}
.btn-hc:hover, .btn-hc:focus {
  background: var(--hc-amber-light);
  color: var(--hc-black);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(241, 138, 1, .46);
}

.btn-hc-dark {
  background: var(--hc-black);
  color: var(--hc-white);
}
.btn-hc-dark:hover { background: var(--hc-slate); color: var(--hc-amber); transform: translateY(-2px); }

.btn-hc-outline {
  background: transparent;
  color: var(--hc-white);
  border-color: rgba(255, 255, 255, .55);
}
.btn-hc-outline:hover { background: var(--hc-white); color: var(--hc-black); border-color: var(--hc-white); }

.btn-hc-outline-dark {
  background: transparent;
  color: var(--hc-black);
  border-color: var(--hc-black);
}
.btn-hc-outline-dark:hover { background: var(--hc-black); color: var(--hc-amber); }

.btn-lg { padding: 1rem 2.4rem; font-size: 1.18rem; }
.btn-sm { padding: .5rem 1.2rem; font-size: .92rem; }

/* ---------------------------------------------------------------------
   Üst şerit
   --------------------------------------------------------------------- */
.topbar {
  background: var(--hc-black);
  color: rgba(255, 255, 255, .82);
  font-size: .845rem;
  padding: .55rem 0;
  border-bottom: 1px solid var(--hc-border);
}
.topbar-tag { color: var(--hc-amber); font-weight: 600; letter-spacing: .02em; }
.topbar-link { color: rgba(255, 255, 255, .82); }
.topbar-link:hover { color: var(--hc-amber); }
.topbar-sep { width: 1px; height: 16px; background: var(--hc-border); display: inline-block; }
.topbar-social a {
  color: rgba(255, 255, 255, .7);
  margin-left: .7rem;
  font-size: 1rem;
}
.topbar-social a:hover { color: var(--hc-amber); }

/* ---------------------------------------------------------------------
   Başlık / Navigasyon
   --------------------------------------------------------------------- */
.site-header {
  background: var(--hc-black);
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: box-shadow .3s, background .3s;
}
.site-header.scrolled { box-shadow: 0 6px 30px rgba(0, 0, 0, .35); }

.navbar { padding: 0; min-height: var(--header-h); }

.navbar-brand {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .6rem 0;
}
.brand-mark { transition: transform .35s var(--ease); }
.navbar-brand:hover .brand-mark { transform: rotate(-6deg) scale(1.06); }

.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong {
  font-family: var(--font-display);
  font-size: 1.42rem;
  font-weight: 800;
  color: var(--hc-white);
  letter-spacing: .01em;
}
.brand-text small {
  font-size: .68rem;
  font-weight: 600;
  color: var(--hc-amber);
  letter-spacing: .19em;
  margin-top: 3px;
}

.navbar-nav .nav-link {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .045em;
  color: rgba(255, 255, 255, .84);
  padding: .6rem .62rem !important;
  position: relative;
  white-space: nowrap; /* menü öğeleri asla alt satıra kaymasın */
}
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: .62rem; right: .62rem; bottom: .32rem;
  height: 2px;
  background: var(--hc-amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s var(--ease);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--hc-white); }
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { transform: scaleX(1); }

.nav-actions { display: flex; align-items: center; gap: .8rem; }

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--hc-white);
  border: 1px solid var(--hc-border);
  border-radius: var(--radius-sm);
  padding: .5rem .8rem;
  font-weight: 700;
  font-size: .88rem;
  transition: all .22s;
}
.lang-switch:hover { background: var(--hc-amber); color: var(--hc-black); border-color: var(--hc-amber); }

/* Mobil menü açma butonu */
.navbar-toggler { border: 0; padding: .5rem; box-shadow: none !important; }
.toggler-bar {
  display: block;
  width: 26px; height: 2px;
  background: var(--hc-white);
  margin: 6px 0;
  transition: .3s;
}

/* Offcanvas (mobil) */
.offcanvas { background: var(--hc-black); color: var(--hc-white); }
.offcanvas-header { border-bottom: 1px solid var(--hc-border); }
.offcanvas-title { font-family: var(--font-display); color: var(--hc-amber); }

@media (max-width: 1199.98px) {
  .offcanvas-body { display: flex; flex-direction: column; }
  .offcanvas-body .navbar-nav { margin: 0 0 1.5rem !important; }
  .navbar-nav .nav-link { padding: .85rem 0 !important; border-bottom: 1px solid var(--hc-border); }
  .navbar-nav .nav-link::after { display: none; }
  .nav-actions { flex-direction: column; align-items: stretch; }
  .lang-switch { justify-content: center; }
}
@media (min-width: 1200px) {
  .offcanvas { background: transparent; }

  /* Menü tek satıra sığsın: başlıkta daha geniş kap ve sıkı boşluklar */
  .site-header .container { max-width: 1560px; }
  .navbar-nav { flex-wrap: nowrap; }
  .nav-actions { flex-shrink: 0; }
}

/* 1200-1399px arası: Türkçe etiketler uzun olduğundan kademeli daralt */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-nav .nav-link { font-size: .93rem; padding: .6rem .44rem !important; letter-spacing: .02em; }
  .navbar-nav .nav-link::after { left: .44rem; right: .44rem; }
  .nav-actions { gap: .5rem; }
  .nav-actions .btn { padding: .68rem 1.05rem; font-size: .95rem; }
  .lang-switch { padding: .45rem .6rem; font-size: .82rem; }
  .brand-text strong { font-size: 1.24rem; }
  .brand-text small { font-size: .6rem; letter-spacing: .13em; }
}

/* 1400-1599px arası: hafif daralt */
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .navbar-nav .nav-link { font-size: .98rem; padding: .6rem .54rem !important; }
  .navbar-nav .nav-link::after { left: .54rem; right: .54rem; }
}

/* ---------------------------------------------------------------------
   Hero
   --------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: clamp(560px, 88vh, 860px);
  display: flex;
  align-items: center;
  background: var(--hc-black);
  overflow: hidden;
  color: var(--hc-white);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 78% 42%, rgba(241, 138, 1, .30) 0%, transparent 62%),
    linear-gradient(135deg, #101920 0%, #1d1607 48%, #101920 100%);
}
/* Kaplan çizgisi doku efekti */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    118deg,
    transparent 0 42px,
    rgba(241, 138, 1, .045) 42px 60px
  );
}
.hero-glow {
  position: absolute;
  width: 620px; height: 620px;
  right: -140px; top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(241, 138, 1, .24) 0%, transparent 68%);
  filter: blur(46px);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; padding: 5rem 0; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(241, 138, 1, .13);
  border: 1px solid rgba(241, 138, 1, .38);
  color: var(--hc-amber);
  padding: .48rem 1.1rem;
  border-radius: 100px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}

.hero-title {
  font-size: clamp(2.9rem, 7.4vw, 5.6rem);
  color: var(--hc-white);
  margin-bottom: 1.4rem;
  text-shadow: 0 4px 40px rgba(0, 0, 0, .5);
}
.hero-title .accent {
  color: var(--hc-amber);
  display: block;
}

.hero-subtitle {
  font-size: clamp(1.02rem, 1.9vw, 1.22rem);
  color: rgba(255, 255, 255, .82);
  max-width: 660px;
  margin-bottom: 2.4rem;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }

.hero-scroll {
  position: absolute;
  bottom: 1.8rem; left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .5);
  font-size: .74rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  z-index: 2;
  text-align: center;
}
.hero-scroll i { display: block; font-size: 1.3rem; animation: bounce 2.2s infinite; }
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(9px); }
}

/* ---------------------------------------------------------------------
   İstatistik şeridi
   --------------------------------------------------------------------- */
.stats-strip {
  background: var(--hc-amber);
  color: var(--hc-black);
  padding: 2.4rem 0;
}
.stat-item { text-align: center; }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
  display: block;
}
.stat-label {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  opacity: .78;
}

/* ---------------------------------------------------------------------
   Bölüm başlıkları
   --------------------------------------------------------------------- */
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-dark { background: var(--hc-black); color: var(--hc-white); }
.section-light { background: var(--hc-light); }

.section-kicker {
  display: inline-block;
  color: var(--hc-amber-dark);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
  margin-bottom: .85rem;
  position: relative;
  padding-left: 34px;
}
.section-kicker::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 24px; height: 3px;
  background: var(--hc-amber);
  transform: translateY(-50%);
}
.section-dark .section-kicker { color: var(--hc-amber); }

.section-title {
  font-size: clamp(2.1rem, 4.4vw, 3.2rem);
  margin-bottom: 1rem;
}
.section-text {
  color: var(--hc-grey);
  font-size: 1.06rem;
  max-width: 720px;
}
.section-dark .section-text { color: rgba(255, 255, 255, .68); }
.section-head-center { text-align: center; }
.section-head-center .section-text { margin-inline: auto; }
.section-head-center .section-kicker { padding-left: 0; }
.section-head-center .section-kicker::before { display: none; }

/* ---------------------------------------------------------------------
   Sayfa başlığı (iç sayfalar)
   --------------------------------------------------------------------- */
.page-hero {
  background:
    radial-gradient(ellipse 70% 100% at 80% 50%, rgba(241, 138, 1, .22) 0%, transparent 62%),
    linear-gradient(135deg, #101920 0%, #1d1607 50%, #101920 100%);
  color: var(--hc-white);
  padding: clamp(3.4rem, 7vw, 5.6rem) 0 clamp(3rem, 6vw, 4.6rem);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(118deg, transparent 0 42px, rgba(241,138,1,.04) 42px 60px);
}
.page-hero > .container { position: relative; z-index: 2; }
.page-hero h1 {
  font-size: clamp(2.3rem, 5.4vw, 3.8rem);
  margin-bottom: .7rem;
}
.page-hero p { color: rgba(255, 255, 255, .74); font-size: 1.08rem; max-width: 720px; margin: 0; }

.breadcrumb-hc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: 0;
  margin: 0 0 1.1rem;
  font-size: .86rem;
}
.breadcrumb-hc li { color: rgba(255, 255, 255, .52); }
.breadcrumb-hc li + li::before { content: '/'; margin-right: .5rem; opacity: .5; }
.breadcrumb-hc a { color: rgba(255, 255, 255, .78); }
.breadcrumb-hc a:hover { color: var(--hc-amber); }

/* ---------------------------------------------------------------------
   Kartlar
   --------------------------------------------------------------------- */
.hc-card {
  background: var(--hc-white);
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.hc-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(241, 138, 1, .4);
}
.section-dark .hc-card {
  background: var(--hc-slate);
  border-color: var(--hc-border);
  color: var(--hc-white);
}

/* Program kartı */
.program-card { display: flex; flex-direction: column; }
.program-card .card-top {
  background: linear-gradient(135deg, var(--hc-black) 0%, #241a08 100%);
  padding: 1.9rem 1.7rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.program-card .card-top::after {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(118deg, transparent 0 26px, rgba(241,138,1,.06) 26px 38px);
}
.program-icon {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  background: var(--hc-amber);
  color: var(--hc-black);
  border-radius: 12px;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative; z-index: 2;
}
.program-card h3 {
  color: var(--hc-white);
  font-size: 1.6rem;
  margin: 0;
  position: relative; z-index: 2;
}
.program-age {
  display: inline-block;
  color: var(--hc-amber);
  font-weight: 700;
  font-size: .84rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: .3rem;
  position: relative; z-index: 2;
}
.program-card .card-body { padding: 1.5rem 1.7rem 1.8rem; flex: 1; display: flex; flex-direction: column; }
.program-card .card-body p { color: var(--hc-grey); font-size: .96rem; flex: 1; }

.program-meta {
  display: flex;
  gap: 1.4rem;
  padding: .9rem 0;
  margin: .4rem 0 1rem;
  border-top: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  font-size: .84rem;
}
.program-meta div { display: flex; flex-direction: column; }
.program-meta strong { font-family: var(--font-display); font-size: 1.25rem; color: var(--hc-charcoal); }
.program-meta span { color: var(--hc-grey); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }

.card-link {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--hc-amber-dark);
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.card-link i { transition: transform .25s; }
.card-link:hover i { transform: translateX(5px); }

/* Değer kartı */
.value-card {
  background: var(--hc-slate);
  border: 1px solid var(--hc-border);
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  height: 100%;
  transition: all .35s var(--ease);
}
.value-card:hover {
  border-color: var(--hc-amber);
  transform: translateY(-6px);
  background: #26200f;
}
.value-num {
  font-family: var(--font-display);
  font-size: 2.7rem;
  font-weight: 800;
  color: rgba(241, 138, 1, .3);
  line-height: 1;
  margin-bottom: .7rem;
}
.value-card h3 { color: var(--hc-white); font-size: 1.42rem; margin-bottom: .7rem; }
.value-card p { color: rgba(255, 255, 255, .62); font-size: .95rem; margin: 0; }

/* Metodoloji adımı */
.method-step {
  display: flex;
  gap: 1.4rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.method-step:last-child { border-bottom: 0; }
.method-num {
  flex-shrink: 0;
  width: 54px; height: 54px;
  display: grid; place-items: center;
  background: var(--hc-amber);
  color: var(--hc-black);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
}
.method-step h3 { font-size: 1.35rem; margin-bottom: .4rem; }
.method-step p { color: var(--hc-grey); margin: 0; font-size: .97rem; }

/* Antrenör kartı */
.coach-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--hc-slate);
  height: 100%;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.coach-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.coach-photo {
  aspect-ratio: 3 / 4;
  background: linear-gradient(160deg, #241a08 0%, #101920 100%);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.coach-photo img { width: 100%; height: 100%; object-fit: cover; }
.coach-initials {
  font-family: var(--font-display);
  font-size: 3.6rem;
  font-weight: 800;
  color: rgba(241, 138, 1, .34);
  letter-spacing: .02em;
}
.coach-info { padding: 1.3rem 1.4rem 1.6rem; }
.coach-info h3 { color: var(--hc-white); font-size: 1.28rem; margin-bottom: .25rem; }
.coach-role { color: var(--hc-amber); font-size: .86rem; font-weight: 600; letter-spacing: .04em; }
.coach-licence {
  display: inline-block;
  margin-top: .7rem;
  background: rgba(241, 138, 1, .14);
  border: 1px solid rgba(241, 138, 1, .3);
  color: var(--hc-amber);
  border-radius: 100px;
  padding: .2rem .8rem;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .06em;
}
.coach-bio { color: rgba(255, 255, 255, .6); font-size: .93rem; margin-top: .9rem; }
.coach-bio p { margin-bottom: .7rem; }
.coach-bio p:last-child { margin-bottom: 0; }

/* Haber kartı */
.news-card { display: flex; flex-direction: column; height: 100%; }
.news-thumb {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #241a08 0%, #101920 100%);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.hc-card:hover .news-thumb img { transform: scale(1.06); }
.news-thumb-icon { font-size: 2.6rem; color: rgba(241, 138, 1, .34); }
.news-cat {
  position: absolute;
  top: .9rem; left: .9rem;
  background: var(--hc-amber);
  color: var(--hc-black);
  border-radius: 6px;
  padding: .22rem .7rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  z-index: 2;
}
.news-body { padding: 1.4rem 1.5rem 1.6rem; flex: 1; display: flex; flex-direction: column; }
.news-date { color: var(--hc-grey); font-size: .82rem; margin-bottom: .55rem; display: flex; align-items: center; gap: .4rem; }
.news-body h3 { font-size: 1.3rem; margin-bottom: .6rem; }
.news-body h3 a { color: inherit; }
.news-body h3 a:hover { color: var(--hc-amber-dark); }
.news-body p { color: var(--hc-grey); font-size: .95rem; flex: 1; }

/* Tesis kartı */
.location-card { display: flex; flex-direction: column; height: 100%; }
.location-head {
  background: linear-gradient(135deg, var(--hc-black) 0%, #241a08 100%);
  padding: 1.5rem 1.6rem;
  position: relative;
  overflow: hidden;
}
.location-head::after {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(118deg, transparent 0 26px, rgba(241,138,1,.06) 26px 38px);
}
.location-head h3 { color: var(--hc-white); font-size: 1.42rem; margin: 0; position: relative; z-index: 2; }
.location-city {
  color: var(--hc-amber);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  position: relative; z-index: 2;
}
.location-body { padding: 1.4rem 1.6rem 1.7rem; flex: 1; display: flex; flex-direction: column; }
.location-address { color: var(--hc-grey); font-size: .95rem; display: flex; gap: .6rem; margin-bottom: 1rem; }
.location-address i { color: var(--hc-amber-dark); margin-top: .2rem; }

.facility-list { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.facility-list li {
  font-size: .9rem;
  color: var(--hc-grey);
  padding: .28rem 0 .28rem 1.55rem;
  position: relative;
}
.facility-list li::before {
  content: '\F26E';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  color: var(--hc-amber-dark);
  font-size: .82rem;
}

.days-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(241, 138, 1, .12);
  color: var(--hc-amber-dark);
  border-radius: var(--radius-sm);
  padding: .45rem .9rem;
  font-size: .86rem;
  font-weight: 600;
  margin-bottom: 1.1rem;
}

/* ---------------------------------------------------------------------
   Neden biz listesi
   --------------------------------------------------------------------- */
.why-list { list-style: none; padding: 0; margin: 0; }
.why-list li {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  padding: .82rem 0;
  border-bottom: 1px solid var(--hc-border);
  color: rgba(255, 255, 255, .84);
  font-size: 1rem;
}
.why-list li:last-child { border-bottom: 0; }
.why-list i { color: var(--hc-amber); font-size: 1.2rem; flex-shrink: 0; margin-top: .12rem; }

/* ---------------------------------------------------------------------
   Zaman çizelgesi (kulüp tarihi)
   --------------------------------------------------------------------- */
.timeline { position: relative; padding-left: 2.6rem; }
.timeline::before {
  content: '';
  position: absolute;
  left: 9px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--hc-amber), rgba(241, 138, 1, .18));
}
.timeline-item { position: relative; padding-bottom: 2rem; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -2.6rem; top: 6px;
  width: 20px; height: 20px;
  background: var(--hc-amber);
  border: 4px solid var(--hc-black);
  border-radius: 50%;
}
.timeline-year {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--hc-amber);
  line-height: 1;
}
.timeline-item p { color: rgba(255, 255, 255, .72); margin: .35rem 0 0; }

/* Kulüp bilgi kutusu */
.fact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1px; background: var(--hc-border); border: 1px solid var(--hc-border); border-radius: var(--radius); overflow: hidden; }
.fact-item { background: var(--hc-slate); padding: 1.3rem 1.4rem; }
.fact-label { color: var(--hc-amber); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.fact-value { color: var(--hc-white); font-family: var(--font-display); font-size: 1.32rem; font-weight: 700; margin-top: .25rem; }

/* ---------------------------------------------------------------------
   İçerik / prose
   --------------------------------------------------------------------- */
.prose { font-size: 1.05rem; color: #3a3a3a; }
.prose p { margin-bottom: 1.3rem; }
.prose h2 { font-size: 1.9rem; margin: 2.4rem 0 1rem; }
.prose h3 { font-size: 1.45rem; margin: 2rem 0 .8rem; }
.prose ul, .prose ol { margin-bottom: 1.3rem; padding-left: 1.4rem; }
.prose li { margin-bottom: .5rem; }
.prose a { text-decoration: underline; }
.prose blockquote {
  border-left: 4px solid var(--hc-amber);
  padding: .4rem 0 .4rem 1.4rem;
  margin: 1.8rem 0;
  font-size: 1.14rem;
  font-style: italic;
  color: var(--hc-charcoal);
}

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
  position: relative;
  padding: .48rem 0 .48rem 2rem;
  color: #3a3a3a;
}
.check-list li::before {
  content: '\F26B';
  font-family: 'bootstrap-icons';
  position: absolute; left: 0; top: .42rem;
  color: var(--hc-amber-dark);
  font-size: 1.05rem;
}

/* ---------------------------------------------------------------------
   Akordiyon (SSS)
   --------------------------------------------------------------------- */
.accordion-hc .accordion-item {
  border: 1px solid rgba(0, 0, 0, .09);
  border-radius: var(--radius) !important;
  margin-bottom: .85rem;
  overflow: hidden;
  background: var(--hc-white);
}
.accordion-hc .accordion-button {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 700;
  text-transform: none;
  color: var(--hc-charcoal);
  background: var(--hc-white);
  padding: 1.15rem 1.4rem;
  box-shadow: none !important;
}
.accordion-hc .accordion-button:not(.collapsed) {
  color: var(--hc-amber-dark);
  background: rgba(241, 138, 1, .07);
}
.accordion-hc .accordion-button::after {
  background-image: none;
  content: '\F64D';
  font-family: 'bootstrap-icons';
  font-size: 1.05rem;
  width: auto; height: auto;
  transition: transform .3s;
}
.accordion-hc .accordion-button:not(.collapsed)::after { transform: rotate(45deg); }
.accordion-hc .accordion-body { padding: 0 1.4rem 1.4rem; color: var(--hc-grey); }

/* ---------------------------------------------------------------------
   Formlar
   --------------------------------------------------------------------- */
.form-card {
  background: var(--hc-white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1.6rem, 4vw, 2.8rem);
  border: 1px solid rgba(0, 0, 0, .06);
}

.form-section-title {
  font-size: 1.25rem;
  color: var(--hc-charcoal);
  padding-bottom: .7rem;
  margin-bottom: 1.3rem;
  border-bottom: 2px solid var(--hc-amber);
  display: flex;
  align-items: center;
  gap: .6rem;
}
.form-section-title i { color: var(--hc-amber-dark); }

.form-label { font-weight: 600; font-size: .92rem; color: #333; margin-bottom: .38rem; }
.form-label .req { color: #dc3545; }

.form-control, .form-select {
  border: 1.5px solid #dfe1e5;
  border-radius: var(--radius-sm);
  padding: .72rem .95rem;
  font-size: .98rem;
  transition: border-color .2s, box-shadow .2s;
}
.form-control:focus, .form-select:focus {
  border-color: var(--hc-amber);
  box-shadow: 0 0 0 .22rem rgba(241, 138, 1, .18);
}
.form-control.is-invalid, .form-select.is-invalid { border-color: #dc3545; }

.form-check-input:checked { background-color: var(--hc-amber); border-color: var(--hc-amber); }
.form-check-input:focus { box-shadow: 0 0 0 .22rem rgba(241, 138, 1, .2); border-color: var(--hc-amber); }
.form-check-label { font-size: .92rem; color: #4a4a4a; }

.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.alert-hc-success {
  background: #e8f6ec;
  border: 1px solid #b7e0c3;
  color: #1a6b33;
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
}
.alert-hc-error {
  background: #fdeaea;
  border: 1px solid #f3c2c2;
  color: #a32020;
  border-radius: var(--radius);
  padding: 1.1rem 1.3rem;
}

.success-box { text-align: center; padding: clamp(2rem, 6vw, 3.4rem); }
.success-icon {
  width: 90px; height: 90px;
  margin: 0 auto 1.4rem;
  display: grid; place-items: center;
  background: rgba(241, 138, 1, .14);
  color: var(--hc-amber-dark);
  border-radius: 50%;
  font-size: 2.7rem;
}

/* İletişim bilgi kutusu */
.contact-box {
  background: var(--hc-black);
  color: var(--hc-white);
  border-radius: var(--radius);
  padding: 2rem 1.9rem;
  height: 100%;
}
.contact-box h3 { color: var(--hc-white); font-size: 1.5rem; margin-bottom: 1.4rem; }
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li {
  display: flex;
  gap: 1rem;
  padding: .95rem 0;
  border-bottom: 1px solid var(--hc-border);
}
.contact-list li:last-child { border-bottom: 0; }
.contact-list .ci {
  flex-shrink: 0;
  width: 42px; height: 42px;
  display: grid; place-items: center;
  background: rgba(241, 138, 1, .13);
  color: var(--hc-amber);
  border-radius: 10px;
  font-size: 1.1rem;
}
.contact-list .cl { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.5); }
.contact-list .cv { color: var(--hc-white); font-weight: 600; }
.contact-list .cv a { color: var(--hc-white); }
.contact-list .cv a:hover { color: var(--hc-amber); }

/* ---------------------------------------------------------------------
   CTA bandı
   --------------------------------------------------------------------- */
.cta-band {
  background:
    radial-gradient(ellipse 60% 100% at 50% 50%, rgba(241, 138, 1, .26) 0%, transparent 65%),
    linear-gradient(135deg, #101920 0%, #20180a 50%, #101920 100%);
  color: var(--hc-white);
  padding: clamp(3.4rem, 7vw, 5.4rem) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::after {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(118deg, transparent 0 42px, rgba(241,138,1,.045) 42px 60px);
}
.cta-band > .container { position: relative; z-index: 2; }
.cta-band h2 { font-size: clamp(2rem, 4.6vw, 3.1rem); margin-bottom: 1rem; }
.cta-band p { color: rgba(255, 255, 255, .74); font-size: 1.1rem; max-width: 620px; margin: 0 auto 2rem; }
.cta-phone { color: var(--hc-amber); font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; }
.cta-phone:hover { color: var(--hc-amber-light); }

/* ---------------------------------------------------------------------
   Galeri
   --------------------------------------------------------------------- */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.1rem; }
.gallery-item {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--hc-slate);
  position: relative;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery-item:hover img { transform: scale(1.07); }

.empty-state { text-align: center; padding: 4rem 1rem; color: var(--hc-grey); }
.empty-state i { font-size: 3.4rem; color: rgba(241, 138, 1, .38); display: block; margin-bottom: 1rem; }

/* ---------------------------------------------------------------------
   Sayfalama
   --------------------------------------------------------------------- */
.pagination-hc { display: flex; justify-content: center; gap: .4rem; list-style: none; padding: 0; margin: 3rem 0 0; }
.pagination-hc a, .pagination-hc span {
  display: grid; place-items: center;
  min-width: 44px; height: 44px;
  padding: 0 .7rem;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: var(--radius-sm);
  font-weight: 700;
  color: var(--hc-charcoal);
}
.pagination-hc a:hover { background: var(--hc-amber); border-color: var(--hc-amber); color: var(--hc-black); }
.pagination-hc .current { background: var(--hc-black); border-color: var(--hc-black); color: var(--hc-amber); }
.pagination-hc .disabled { opacity: .4; pointer-events: none; }

/* ---------------------------------------------------------------------
   WhatsApp yüzen buton
   --------------------------------------------------------------------- */
.wa-float {
  position: fixed;
  right: 20px; bottom: 20px;
  width: 56px; height: 56px;
  display: grid; place-items: center;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  font-size: 1.7rem;
  box-shadow: 0 6px 24px rgba(37, 211, 102, .42);
  z-index: 1040;
  transition: transform .25s var(--ease);
}
.wa-float:hover { transform: scale(1.09); color: #fff; }

/* Çerez bildirimi */
.cookie-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: rgba(10, 10, 10, .97);
  color: rgba(255, 255, 255, .84);
  padding: .9rem 0;
  z-index: 1050;
  border-top: 2px solid var(--hc-amber);
}

/* ---------------------------------------------------------------------
   Alt bilgi
   --------------------------------------------------------------------- */
.site-footer { background: var(--hc-black); color: rgba(255, 255, 255, .66); }
.footer-main { padding: clamp(3rem, 6vw, 4.6rem) 0; }

.footer-brand { display: flex; align-items: center; gap: .85rem; margin-bottom: 1.2rem; }
.footer-brand span { display: flex; flex-direction: column; line-height: 1; }
.footer-brand strong { font-family: var(--font-display); font-size: 1.5rem; color: var(--hc-white); }
.footer-brand small { font-size: .7rem; color: var(--hc-amber); letter-spacing: .18em; margin-top: 3px; }

.footer-about { font-size: .93rem; color: rgba(255, 255, 255, .56); }

.footer-social { display: flex; gap: .6rem; margin-top: 1.3rem; }
.footer-social a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid var(--hc-border);
  border-radius: 10px;
  color: rgba(255, 255, 255, .74);
  font-size: 1.05rem;
  transition: all .25s;
}
.footer-social a:hover { background: var(--hc-amber); color: var(--hc-black); border-color: var(--hc-amber); }

.footer-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--hc-white);
  letter-spacing: .09em;
  margin-bottom: 1.15rem;
  padding-bottom: .6rem;
  border-bottom: 2px solid var(--hc-amber);
  display: inline-block;
}

.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a { color: rgba(255, 255, 255, .62); font-size: .93rem; }
.footer-links a:hover { color: var(--hc-amber); padding-left: 4px; }

.footer-contact li { display: flex; gap: .7rem; margin-bottom: .85rem; font-size: .92rem; align-items: flex-start; }
.footer-contact i { color: var(--hc-amber); margin-top: .22rem; }
.footer-contact a { color: rgba(255, 255, 255, .74); }
.footer-contact a:hover { color: var(--hc-amber); }

.footer-bottom {
  border-top: 1px solid var(--hc-border);
  padding: 1.2rem 0;
  font-size: .87rem;
  color: rgba(255, 255, 255, .48);
}
.footer-legal { list-style: none; display: flex; flex-wrap: wrap; gap: 1.3rem; padding: 0; font-size: .87rem; }
.footer-legal a { color: rgba(255, 255, 255, .56); }
.footer-legal a:hover { color: var(--hc-amber); }

/* ---------------------------------------------------------------------
   Animasyonlar
   --------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ---------------------------------------------------------------------
   Duyarlı düzenlemeler
   --------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  :root { --header-h: 72px; }
  .hero { min-height: auto; padding: 2.4rem 0 3.4rem; }
  .hero-scroll { display: none; }
  .timeline { padding-left: 2.2rem; }
}

@media (max-width: 575.98px) {
  .btn { padding: .7rem 1.5rem; font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .brand-text strong { font-size: 1.22rem; }
  .brand-text small { font-size: .6rem; letter-spacing: .14em; }
  .program-meta { flex-wrap: wrap; gap: 1rem; }
  .wa-float { width: 50px; height: 50px; font-size: 1.5rem; right: 14px; bottom: 14px; }
}

/* Yazdırma */
@media print {
  .topbar, .site-header, .site-footer, .wa-float, .cookie-bar, .btn { display: none !important; }
  body { color: #000; }
}

/* ---------------------------------------------------------------------
   Resmi arma (158x200 en-boy oranı korunur)
   --------------------------------------------------------------------- */
.brand-mark { height: 52px; width: auto; display: block; }
.footer-brand img { height: 64px; width: auto; display: block; }
@media (max-width: 575.98px) { .brand-mark { height: 42px; } }

/* ---------------------------------------------------------------------
   Mobil menü açıkken çerez bildirimi butonları kapatmasın
   --------------------------------------------------------------------- */
body.nav-open .cookie-bar { display: none; }
body.nav-open .wa-float   { display: none; }

/* Menü içeriği alt kenara yapışmasın */
@media (max-width: 1199.98px) {
  .offcanvas-body { padding-bottom: 2rem; }
}
