:root {
  --black: #050505;
  --black-2: #0b0b0c;
  --panel: rgba(18,18,19,.88);
  --panel-solid: #111113;
  --panel-2: rgba(28,28,30,.82);
  --white: #ffffff;
  --soft: rgba(255,255,255,.76);
  --muted: rgba(255,255,255,.55);
  --line: rgba(255,255,255,.14);
  --line-strong: rgba(255,255,255,.27);
  --red: #e01421;
  --red-dark: #b30d16;
  --green: #19c15f;
  --max: 1480px;
  --radius: 6px;
  --shadow: 0 24px 80px rgba(0,0,0,.48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--white);
  background: radial-gradient(circle at 70% -10%, rgba(255,255,255,.08), transparent 26%), var(--black);
  line-height: 1.5;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--max), calc(100% - 96px)); margin-inline: auto; }
.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; }
.text-red { color: var(--red); }
.muted { color: var(--muted); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: linear-gradient(180deg, rgba(0,0,0,.92), rgba(0,0,0,.72) 76%, rgba(0,0,0,.04));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-shell {
  min-height: 92px;
  padding: 14px 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.brand img { width: 58px; height: 74px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.42)); }
.brand strong { display:block; font-size: 23px; line-height: .92; letter-spacing: -.7px; text-transform: uppercase; }
.brand small { display:block; margin-top: 3px; font-size: 18px; font-weight: 400; letter-spacing: .7px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 1.8vw, 32px); font-size: 14px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.main-nav a { position: relative; padding: 18px 0; color: rgba(255,255,255,.84); }
.main-nav a::after { content:""; position:absolute; left:50%; bottom:9px; width:0; height:2px; background:var(--red); transform: translateX(-50%); transition:.22s ease; }
.main-nav a:hover, .main-nav a.active { color:#fff; }
.main-nav a:hover::after, .main-nav a.active::after { width:100%; }
.header-actions { display:flex; align-items:center; gap:18px; flex:0 0 auto; }
.socials { display:flex; align-items:center; gap:16px; }
.socials a, .social { width: 23px; height: 23px; display:inline-flex; align-items:center; justify-content:center; font-weight:900; opacity:.92; transition:.2s ease; }
.socials a:hover, .social:hover { color:var(--red); transform:translateY(-2px); }
.btn { min-height: 48px; padding: 0 26px; display:inline-flex; align-items:center; justify-content:center; gap:10px; border:1px solid transparent; border-radius:var(--radius); text-transform:uppercase; font-size:14px; font-weight:900; letter-spacing:.25px; cursor:pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-outline { color:#fff; background: transparent; border-color: var(--line-strong); }
.btn-outline:hover { background:rgba(255,255,255,.08); border-color:#fff; }
.btn-light { background:#fff; color:#111; border-color:#fff; }
.btn-red { background: linear-gradient(180deg, #f21e2c, #cf101b); color:#fff; border-color: rgba(255,255,255,.08); box-shadow:0 16px 34px rgba(224,20,33,.2); }
.btn-dark { background: #151515; color:#fff; border-color: var(--line); }
.btn-wide { width:100%; }
.menu-btn { display:none; width:46px; height:46px; border:1px solid var(--line); background:rgba(255,255,255,.04); border-radius:var(--radius); color:#fff; position:relative; }
.menu-btn span, .menu-btn::before, .menu-btn::after { content:""; position:absolute; left:12px; right:12px; height:2px; background:#fff; transition:.2s ease; }
.menu-btn span { top:22px; }
.menu-btn::before { top:15px; }
.menu-btn::after { bottom:15px; }
.menu-btn.is-active span { opacity:0; }
.menu-btn.is-active::before { top:22px; transform:rotate(45deg); }
.menu-btn.is-active::after { bottom:22px; transform:rotate(-45deg); }

.hero-home {
  min-height: 790px;
  padding: 154px 0 58px;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.82) 38%, rgba(0,0,0,.46) 66%, rgba(0,0,0,.85) 100%), url('../images/hero-home.png') center/cover no-repeat;
}
.hero-home::after, .page-hero::after { content:""; position:absolute; inset:auto 0 0 0; height:42%; background:linear-gradient(to top, #050505, transparent); pointer-events:none; }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:.82fr 1.18fr; gap:54px; align-items:center; }
.eyebrow { margin:0 0 16px; color:#fff; font-size:16px; font-weight:900; text-transform:uppercase; letter-spacing:1.2px; }
.hero-home h1, .page-hero h1 { margin:0; font-size: clamp(58px, 7vw, 100px); line-height:.85; text-transform:uppercase; letter-spacing:-3px; font-weight:1000; text-shadow:0 12px 34px rgba(0,0,0,.64); }
.hero-home h1 span { color:transparent; -webkit-text-stroke:2px #fff; text-stroke:2px #fff; }
.lead, .hero-lead { position:relative; max-width:610px; margin:42px 0 26px; color:rgba(255,255,255,.92); font-size:18px; line-height:1.42; }
.lead::before, .accent-line, .section-title::after { content:""; display:block; width:74px; height:4px; background:var(--red); }
.lead::before { position:absolute; left:0; top:-23px; }
.hero-buttons { display:flex; gap:16px; flex-wrap:wrap; }
.hero-visual { min-height:420px; display:grid; place-items:center; perspective:900px; }
.flag-visual { position:relative; width:min(760px, 100%); height:360px; transform:rotateY(-10deg) rotateZ(-2deg); filter:drop-shadow(0 36px 56px rgba(0,0,0,.55)); }
.flag-visual::before { content:""; position:absolute; inset:44px 0 0 42px; background:linear-gradient(90deg, #0a0a0a 0 20%, #f2f2f2 20% 40%, #0a0a0a 40% 60%, #f2f2f2 60% 80%, #0a0a0a 80%); clip-path:polygon(0 12%,100% 0,96% 80%,4% 100%); box-shadow:inset 0 0 90px rgba(0,0,0,.65); opacity:.96; }
.flag-visual::after { content:""; position:absolute; inset:44px 0 0 42px; background:linear-gradient(110deg, rgba(0,0,0,.55), transparent 33%, rgba(0,0,0,.4) 62%, transparent); clip-path:polygon(0 12%,100% 0,96% 80%,4% 100%); }
.flag-visual img { position:absolute; left:50%; top:50%; width:160px; transform:translate(-50%, -38%); z-index:2; }
.slider-dots { position:absolute; left:50%; bottom:25px; transform:translateX(-50%); display:flex; gap:10px; z-index:2; }
.slider-dots span { width:30px; height:5px; border-radius:99px; background:rgba(255,255,255,.23); }
.slider-dots span:first-child { background:#fff; }

.page-hero {
  position:relative;
  min-height: 410px;
  padding: 145px 0 58px;
  overflow:hidden;
  background: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.72), rgba(0,0,0,.92)), url('../images/hero-sub.svg') center/cover no-repeat;
}
.page-hero.news { background-image: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.68), rgba(0,0,0,.9)), url('../images/hero-news.svg'); }
.page-hero.events { background-image: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.68), rgba(0,0,0,.9)), url('../images/hero-events.svg'); }
.page-hero.gallery { background-image: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.68), rgba(0,0,0,.9)), url('../images/hero-gallery.svg'); }
.page-hero .container { position:relative; z-index:1; }
.breadcrumb { margin:0 0 20px; display:flex; align-items:center; gap:10px; color:var(--soft); font-size:14px; }
.breadcrumb a:hover { color:#fff; }
.page-hero h1 { font-size: clamp(54px, 5.6vw, 92px); }
.page-hero p { max-width:650px; margin:18px 0 0; color:#fff; font-size:18px; }
.accent-line { margin-top:22px; }

.features { background:linear-gradient(90deg,#101010,#191919,#101010); border-top:1px solid rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.08); }
.feature-grid { display:grid; grid-template-columns: repeat(4, 1fr); }
.feature-card { min-height:112px; display:flex; align-items:center; gap:20px; padding:22px 34px; border-right:1px solid var(--line-strong); }
.feature-card:last-child { border-right:0; }
.feature-card .icon { min-width:52px; font-size:40px; line-height:1; }
.feature-card h3 { margin:0 0 6px; font-size:16px; text-transform:uppercase; }
.feature-card p { margin:0; color:var(--soft); line-height:1.3; }

.section { padding:38px 0; }
.section-tight { padding:26px 0; }
.section-light { background:#f5f5f5; color:#fff; }
.section-dark { background:#070707; }
.section-title { position:relative; margin-bottom:26px; padding-bottom:14px; border-bottom:1px solid var(--line); }
.section-title h2, .panel-title h2 { margin:0; font-size:21px; text-transform:uppercase; letter-spacing:.2px; }
.section-title::after { position:absolute; left:0; bottom:-2px; width:42px; height:2px; }
.panel { position:relative; overflow:hidden; background:linear-gradient(180deg, rgba(23,23,24,.95), rgba(8,8,9,.97)); border:1px solid rgba(255,255,255,.12); border-radius:var(--radius); box-shadow: var(--shadow); }
.panel-pad { padding:26px; }
.grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.grid-3 { display:grid; grid-template-columns:repeat(3, 1fr); gap:18px; }
.grid-4 { display:grid; grid-template-columns:repeat(4, 1fr); gap:18px; }
.home-cards { display:grid; grid-template-columns:1fr 1.35fr .95fr .8fr; gap:18px; }
.news-mini { display:grid; grid-template-columns:112px 1fr; gap:16px; margin-bottom:18px; align-items:center; }
.news-mini img { height:72px; width:112px; object-fit:cover; border-radius:4px; }
.news-mini h3 { margin:0 0 5px; font-size:16px; line-height:1.28; }
.news-mini p, .event-row p, .card-date { margin:0; color:var(--soft); font-size:14px; }
.match-panel { min-height:350px; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; padding:28px; background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.86)), url('../images/news-04.svg') center/cover; }
.versus { display:flex; align-items:center; gap:30px; margin:12px 0 16px; }
.team-logo { width:92px; height:102px; object-fit:contain; filter:drop-shadow(0 14px 22px #000); }
.team-logo.gs { width:98px; height:98px; }
.dash { font-size:34px; color:var(--soft); }
.match-panel h2 { margin:0 0 6px; font-size:26px; text-transform:uppercase; }
.event-row { display:grid; grid-template-columns:82px 1fr; gap:15px; margin-bottom:16px; align-items:center; }
.event-row img { width:82px; height:62px; object-fit:cover; border-radius:4px; }
.event-row h3 { margin:0 0 3px; font-size:16px; }
.join-panel {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    background: url('../images/join-panel.png') center/cover;
}
.join-panel h2 { margin:0 0 30px; font-size:31px; line-height:1.1; text-transform:uppercase; }

.card { overflow:hidden; background:linear-gradient(180deg, rgba(24,24,25,.95), rgba(10,10,11,.98)); border:1px solid rgba(255,255,255,.12); border-radius:var(--radius); transition: transform .22s ease, border-color .22s ease; }
.card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.28); }
.card img { width:100%; height:190px; object-fit:cover; }
.card-body { padding:18px; }
.card-kicker { display:inline-flex; margin-bottom:10px; color:var(--red); font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.5px; }
.card h3 { margin:0 0 8px; font-size:21px; line-height:1.18; }
.card p { margin:0 0 14px; color:var(--soft); }
.card-meta { display:flex; flex-wrap:wrap; gap:14px; color:var(--soft); font-size:13px; }

.about-main { display:grid; grid-template-columns: 1.08fr .92fr; gap:18px; }
.about-photo img { height:100%; min-height:350px; object-fit:cover; }
.mission-list { display:grid; gap:20px; }
.mission-item { display:grid; grid-template-columns:70px 1fr; gap:18px; padding-bottom:20px; border-bottom:1px solid var(--line); }
.mission-item:last-child { border-bottom:0; padding-bottom:0; }
.big-icon { width:64px; height:64px; display:grid; place-items:center; border:1px solid var(--line-strong); border-radius:var(--radius); font-size:34px; }
.stats-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:0; }
.stat { display:flex; align-items:center; gap:22px; min-height:94px; padding:20px 34px; border-right:1px solid var(--line-strong); }
.stat:last-child { border-right:0; }
.stat strong { display:block; font-size:34px; line-height:1; }
.stat span { display:block; color:#fff; font-weight:900; text-transform:uppercase; }
.board-card { padding:18px; text-align:center; }
.board-card img { width:122px; height:122px; margin:0 auto 14px; border-radius:50%; object-fit:cover; border:1px solid var(--line-strong); }
.board-card h3 { margin:0; font-size:17px; }
.board-card p { margin:4px 0 0; color:var(--red); font-weight:900; font-size:13px; }
.value-card { text-align:center; padding:26px 18px; }
.value-card .big-icon { margin:0 auto 14px; }
.info-strip { display:grid; grid-template-columns:repeat(5, 1fr); }
.info-item { padding:24px; border-right:1px solid var(--line-strong); display:grid; grid-template-columns:54px 1fr; gap:14px; align-items:start; }
.info-item:last-child { border-right:0; }
.info-item h3 { margin:0 0 4px; font-size:15px; text-transform:uppercase; }
.info-item p { margin:0; color:var(--soft); font-size:14px; }

.filter-bar { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-bottom:18px; padding:10px; background:linear-gradient(180deg, rgba(25,25,26,.92), rgba(10,10,11,.96)); border:1px solid rgba(255,255,255,.12); border-radius:var(--radius); }
.filter-buttons { display:flex; gap:8px; flex-wrap:wrap; }
.filter-btn { height:42px; padding:0 20px; border:1px solid transparent; background:transparent; color:var(--soft); border-radius:4px; text-transform:uppercase; font-weight:900; font-size:13px; cursor:pointer; }
.filter-btn.active, .filter-btn:hover { background:var(--red); color:#fff; }
.search-box { position:relative; flex:0 0 320px; }
.search-box input { width:100%; height:42px; padding:0 14px 0 38px; color:#fff; background:rgba(255,255,255,.04); border:1px solid var(--line); border-radius:4px; outline:0; }
.search-box::before { content:'⌕'; position:absolute; left:14px; top:8px; color:var(--muted); }
.news-layout { display:grid; grid-template-columns: 1fr 420px; gap:18px; }
.featured-news { display:grid; grid-template-columns:1.1fr .9fr; }
.featured-news img { height:100%; min-height:320px; object-fit:cover; }
.featured-news .card-body { padding:28px; display:flex; flex-direction:column; justify-content:center; }
.news-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; margin-top:14px; }
.sidebar-panel { padding:22px; margin-bottom:18px; }
.popular-item { display:grid; grid-template-columns:42px 86px 1fr; gap:12px; align-items:center; padding:12px 0; border-bottom:1px solid var(--line); }
.popular-item:last-child { border-bottom:0; }
.popular-item .num { width:34px; height:34px; display:grid; place-items:center; border:1px solid var(--line-strong); border-radius:50%; font-weight:900; }
.popular-item img { width:86px; height:54px; object-fit:cover; border-radius:4px; }
.popular-item h3 { margin:0 0 3px; font-size:14px; line-height:1.25; }
.popular-item p { margin:0; color:var(--soft); font-size:12px; }
.list-line { display:flex; justify-content:space-between; gap:16px; padding:9px 0; color:var(--soft); border-bottom:1px solid rgba(255,255,255,.08); }
.list-line strong { color:#fff; font-size:14px; }
.pagination { display:flex; justify-content:center; gap:8px; margin:22px 0 0; }
.pagination a { width:34px; height:34px; display:grid; place-items:center; background:#121212; border:1px solid var(--line); border-radius:4px; font-weight:900; }
.pagination a.active, .pagination a:hover { background:var(--red); }

.events-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:18px; }
.event-card { position:relative; }
.date-badge { position:absolute; top:18px; left:18px; z-index:2; width:64px; height:70px; display:grid; place-items:center; background:var(--red); border-radius:4px; text-align:center; box-shadow:0 12px 22px rgba(0,0,0,.4); }
.date-badge strong { display:block; font-size:25px; line-height:1; }
.date-badge span { display:block; font-size:12px; font-weight:900; text-transform:uppercase; }
.calendar-list { display:grid; gap:12px; }
.calendar-item { display:grid; grid-template-columns:70px 1fr; gap:14px; align-items:center; padding:13px; border:1px solid var(--line); border-radius:var(--radius); }
.calendar-item .date-badge { position:static; width:58px; height:58px; }
.cta-band { padding:32px; display:flex; align-items:center; justify-content:space-between; gap:24px; background:linear-gradient(90deg, rgba(224,20,33,.24), rgba(255,255,255,.04)), #101010; }
.cta-band h2 { margin:0 0 6px; text-transform:uppercase; }
.cta-band p { margin:0; color:var(--soft); }

.gallery-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:10px; }
.gallery-card { position:relative; display:block; overflow:hidden; border-radius:var(--radius); border:1px solid rgba(255,255,255,.12); background:#111; cursor:pointer; }
.gallery-card img { width:100%; height:220px; object-fit:cover; transition:transform .35s ease; }
.gallery-card:hover img { transform:scale(1.06); }
.gallery-overlay { position:absolute; inset:auto 0 0; padding:34px 16px 16px; background:linear-gradient(to top, rgba(0,0,0,.92), transparent); opacity:0; transition:.22s ease; }
.gallery-card:hover .gallery-overlay { opacity:1; }
.gallery-overlay h3 { margin:0 0 2px; font-size:17px; }
.gallery-overlay p { margin:0; color:var(--soft); font-size:13px; }
.lightbox { position:fixed; inset:0; z-index:2000; display:none; align-items:center; justify-content:center; background:rgba(0,0,0,.88); padding:30px; }
.lightbox.is-open { display:flex; }
.lightbox-content { max-width:1050px; width:min(100%, 1050px); background:#101010; border:1px solid var(--line-strong); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }
.lightbox img { width:100%; max-height:72vh; object-fit:contain; background:#000; }
.lightbox-caption { padding:16px 20px; display:flex; justify-content:space-between; gap:16px; align-items:center; }
.lightbox-close { width:42px; height:42px; border:1px solid var(--line); background:transparent; color:#fff; border-radius:4px; font-size:24px; cursor:pointer; }

.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-grid.three { grid-template-columns:repeat(3,1fr); }
.form-field, .form-grid label, .full-input { display:block; }
.form-field span, .form-grid label span, .full-input span { display:block; margin-bottom:6px; color:var(--soft); font-size:13px; }
input, textarea, select { width:100%; color:#fff; background:rgba(255,255,255,.035); border:1px solid var(--line-strong); border-radius:4px; outline:0; transition:.18s ease; }
input, select { height:46px; padding:0 14px; }
textarea { min-height:130px; padding:14px; resize:vertical; }
input:focus, textarea:focus, select:focus { border-color:#fff; background:rgba(255,255,255,.06); }
.checkbox-row, .radio-row { display:flex; align-items:flex-start; gap:10px; color:var(--soft); font-size:14px; }
.checkbox-row input, .radio-row input { width:20px; height:20px; flex:0 0 auto; accent-color:var(--red); }
.membership-layout { display:grid; grid-template-columns:1.2fr .9fr; gap:18px; }
.benefit-item, .process-item { display:grid; grid-template-columns:64px 1fr; gap:16px; align-items:start; padding:16px 0; border-bottom:1px solid var(--line); }
.benefit-item:last-child, .process-item:last-child { border-bottom:0; }
.process-number { width:48px; height:48px; display:grid; place-items:center; border-radius:50%; border:1px solid var(--line-strong); font-size:22px; font-weight:900; }

.payment-grid { display:grid; grid-template-columns:1.45fr 1fr; gap:18px; align-items:start; }
.payment-tabs { display:grid; grid-template-columns:1fr 1fr; border-bottom:1px solid var(--line); margin: -26px -26px 22px; }
.payment-tab { height:58px; border:0; background:transparent; color:var(--muted); border-bottom:2px solid transparent; cursor:pointer; text-transform:uppercase; font-weight:1000; }
.payment-tab.active { color:#fff; border-color:var(--red); }
.payment-form { display:none; }
.payment-form.active { display:block; }
fieldset { border:0; padding:0; margin:0 0 18px; }
legend { margin:0 0 14px; text-transform:uppercase; font-weight:900; }
.amount-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:14px; }
.amount-card { position:relative; min-height:106px; display:flex; flex-direction:column; justify-content:center; padding:16px 16px 16px 58px; border:1px solid var(--line-strong); border-radius:var(--radius); background:rgba(255,255,255,.025); cursor:pointer; }
.amount-card.selected, .amount-card:hover { border-color:#ff727a; background:rgba(224,20,33,.07); }
.amount-card input { position:absolute; left:22px; bottom:16px; width:18px; height:18px; accent-color:var(--red); }
.amount-card .shield { position:absolute; left:18px; top:18px; font-size:28px; }
.amount-card strong { font-size:25px; line-height:1; text-transform:uppercase; }
.amount-card small { color:var(--soft); text-transform:uppercase; line-height:1.2; }
.payment-actions { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:18px; }
.payment-actions.single { grid-template-columns:1fr; }
.secure-note { color:var(--soft); margin:8px 0 0; font-size:13px; }
.status-list { margin:0; padding:16px; border:1px solid var(--line); border-radius:4px; }
.status-list div { display:flex; justify-content:space-between; gap:16px; padding:5px 0; }
.status-list dt { color:var(--soft); }
.status-list dd { margin:0; font-weight:800; }
.paid-pill { display:inline-flex; padding:3px 12px; border:1px solid var(--green); color:var(--green); border-radius:999px; font-size:12px; }
.bank-grid { display:grid; grid-template-columns:1fr 190px; gap:24px; align-items:center; }
.qr-box { text-align:center; padding-left:24px; border-left:1px solid var(--line-strong); }
.qr-box img { width:150px; margin:0 auto 10px; background:#fff; padding:8px; border-radius:4px; }
.use-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:16px; }
.use-card { padding:24px; display:grid; grid-template-columns:58px 1fr; gap:16px; align-items:center; border:1px solid var(--line); border-radius:var(--radius); background:rgba(255,255,255,.03); }
.use-card span { font-size:38px; }
.use-card h3 { margin:0 0 4px; text-transform:uppercase; }
.use-card p { margin:0; color:var(--soft); font-size:14px; }

.contact-layout { display:grid; grid-template-columns:.85fr 1fr 1.1fr; gap:18px; align-items:stretch; }
.contact-list { display:grid; gap:16px; }
.contact-card { display:grid; grid-template-columns:54px 1fr; gap:14px; padding:18px; border:1px solid var(--line); border-radius:var(--radius); background:rgba(255,255,255,.03); }
.contact-card h3 { margin:0 0 5px; text-transform:uppercase; font-size:16px; }
.contact-card p { margin:0; color:var(--soft); }
.map-card img { width:100%; height:100%; min-height:420px; object-fit:cover; }
.faq-item { border-bottom:1px solid var(--line); }
.faq-question { width:100%; min-height:58px; padding:0; display:flex; justify-content:space-between; align-items:center; border:0; background:transparent; color:#fff; text-align:left; cursor:pointer; font-weight:900; text-transform:uppercase; }
.faq-answer { display:none; padding:0 0 18px; color:var(--soft); }
.faq-item.active .faq-answer { display:block; }

.site-footer { padding:36px 0 30px; background:linear-gradient(90deg, #0b0b0b, #151515, #0b0b0b); border-top:1px solid rgba(255,255,255,.08); }
.footer-grid { display:grid; grid-template-columns:1.45fr 1.25fr 1.45fr .95fr; gap:42px; align-items:start; }
.footer-grid .brand img { width:50px; height:64px; }
.footer-grid .brand strong { font-size:22px; }
.footer-grid .brand small { font-size:17px; }
.copyright { margin:18px 0 0; color:var(--soft); font-size:14px; }
.footer-links { display:grid; grid-template-columns:repeat(2, minmax(120px, 1fr)); gap:8px 30px; }
.footer-links h3, .footer-contact h3, .follow-box h3 { grid-column:1/-1; margin:0 0 10px; font-size:15px; text-transform:uppercase; }
.footer-links a, .footer-contact p { color:var(--soft); margin:0; font-size:14px; }
.footer-links a:hover { color:#fff; }
.footer-contact { display:grid; gap:8px; }
.follow-box { padding:20px; text-align:center; border:1px solid var(--line-strong); border-radius:var(--radius); }
.follow-box .socials { justify-content:center; }
.scroll-top { position:fixed; right:22px; bottom:22px; z-index:900; width:46px; height:46px; display:none; place-items:center; border:1px solid var(--line-strong); border-radius:50%; background:#121212; color:#fff; cursor:pointer; }
.scroll-top.is-visible { display:grid; }
.toast { position:fixed; left:50%; bottom:28px; z-index:2200; transform:translateX(-50%) translateY(25px); opacity:0; padding:14px 22px; background:#111; color:#fff; border:1px solid var(--line-strong); border-radius:999px; box-shadow:var(--shadow); transition:.22s ease; pointer-events:none; }
.toast.is-visible { opacity:1; transform:translateX(-50%) translateY(0); }
.notice, .validation-summary-errors {
  margin: 0 0 18px;
  padding: 13px 15px;
  color: #fff;
  background: rgba(29, 191, 102, .13);
  border: 1px solid rgba(29, 191, 102, .34);
  border-radius: var(--radius);
}
.validation-summary-errors {
  background: rgba(224, 20, 33, .14);
  border-color: rgba(224, 20, 33, .36);
}
.validation-summary-valid { display: none; }

/* Kullanıcı logo fontunu sonradan eklemek isterse:
@font-face {
  font-family: 'Logo BJK';
  src: url('../fonts/logo-bjk.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.logo-bjk { position: relative; width: 78px; height: 78px; display: inline-block; }
.logo-bjk i:before { content: "\e902"; color: #000; }
.logo-bjk:before, .logo-bjk:after, .logo-bjk i:before, .logo-bjk i:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Logo BJK';
  font-size: 78px;
  font-style: normal;
}
*/

@media (max-width: 1280px) {
  .nav-shell { padding-inline:28px; }
  .main-nav { gap:16px; font-size:13px; }
  .home-cards { grid-template-columns:1fr 1fr; }
  .news-layout, .membership-layout, .payment-grid, .about-main, .contact-layout { grid-template-columns:1fr; }
  .news-grid { grid-template-columns:repeat(2, 1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 980px) {
  .container { width:min(var(--max), calc(100% - 36px)); }
  .menu-btn { display:block; z-index:1002; }
  .main-nav, .header-actions { position:fixed; left:18px; right:18px; display:none; background:#0b0b0b; border:1px solid var(--line); box-shadow:var(--shadow); }
  .main-nav { top:92px; padding:20px; flex-direction:column; align-items:flex-start; gap:0; }
  .main-nav.is-open { display:flex; }
  .main-nav a { width:100%; padding:13px 0; border-bottom:1px solid rgba(255,255,255,.07); }
  .header-actions { top:calc(92px + 452px); padding:18px; justify-content:space-between; }
  .header-actions.is-open { display:flex; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-visual { display:none; }
  .feature-grid, .grid-4, .stats-grid, .info-strip, .use-grid { grid-template-columns:1fr 1fr; }
  .feature-card:nth-child(2n), .stat:nth-child(2n), .info-item:nth-child(2n) { border-right:0; }
  .events-grid, .gallery-grid { grid-template-columns:repeat(2,1fr); }
  .filter-bar { align-items:stretch; flex-direction:column; }
  .search-box { flex:auto; width:100%; }
}
@media (max-width: 680px) {
  .nav-shell { min-height:84px; padding:12px 16px; }
  .brand img { width:48px; height:62px; }
  .brand strong { font-size:18px; }
  .brand small { font-size:14px; }
  .hero-home, .page-hero { padding-top:122px; min-height:auto; }
  .hero-home h1, .page-hero h1 { font-size:48px; letter-spacing:-1.8px; }
  .lead, .hero-lead, .page-hero p { font-size:16px; }
  .grid-2, .grid-3, .grid-4, .feature-grid, .home-cards, .news-grid, .featured-news, .events-grid, .gallery-grid, .stats-grid, .info-strip, .use-grid, .form-grid, .form-grid.three, .amount-grid, .bank-grid, .footer-grid { grid-template-columns:1fr; }
  .feature-card, .stat, .info-item { border-right:0; border-bottom:1px solid var(--line-strong); }
  .feature-card:last-child, .stat:last-child, .info-item:last-child { border-bottom:0; }
  .payment-actions { grid-template-columns:1fr; }
  .qr-box { border-left:0; border-top:1px solid var(--line); padding-left:0; padding-top:18px; }
  .cta-band { flex-direction:column; align-items:flex-start; }
  .main-nav { top:84px; }
  .header-actions { top:calc(84px + 452px); }
}


@font-face {
    font-family: 'Logo BJK';
    src: url("../fonts/logo-bjk.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.logo-bjk {
    position: relative;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.logo-bjk:before,.logo-bjk:after,.logo-bjk i:before,.logo-bjk i:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Logo BJK';
    font-size: 64px;
    font-style: normal
}

.logo-bjk:before {
    content: "\e900";
    color: #fff
}

.logo-bjk:after {
    content: "\e901";
    color: #ed1c24
}

.logo-bjk i:before {
    content: "\e902";
    color: #000
}
