:root {
  --navy: #071733;
  --green: #08bd82;
  --green-dark: #079767;
  --green-soft: #e8fff6;
  --gold: #f2b84b;
  --red: #ed1c24;
  --white: #ffffff;
  --text: #111827;
  --soft-text: #4b5563;
  --muted: #dfe5ec;
  --surface: #f6faf8;
  --line: #dce7e2;
  --content-gutter: 18px;
  --header-height: 85px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--white);
  font-family: "Inter", Arial, "Noto Sans Devanagari", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--white);
  border-radius: 3px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  min-height: var(--header-height);
  color: var(--white);
  background: var(--navy);
}

.header-inner {
  min-height: var(--header-height);
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  width: clamp(215px, 17vw, 300px);
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.primary-nav {
  min-width: 0;
  flex: 1 1 auto;
}

.nav-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(18px, 1.65vw, 34px);
  list-style: none;
  white-space: nowrap;
}

.nav-link {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active {
  color: var(--green);
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.registration-button {
  min-height: 44px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--white);
  background: var(--green);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color 180ms ease;
}

.registration-button:hover,
.registration-button:focus-visible {
  background: var(--green-dark);
}

.nav-link:focus-visible,
.registration-button:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

.news-ticker {
  min-height: 66px;
  padding:0 clamp(18px, 10vw, 350px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--red);
  background: var(--white);
  font-size: 16px;
  line-height: 1.45;
}

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

.ticker-viewport {
  width: 100%;
  overflow: hidden;
}

.ticker-track {
  width: max-content;
  margin: 0;
  display: flex;
  gap: 80px;
  white-space: nowrap;
  animation: ticker 25s linear infinite;
}

.ticker-track span {
  display: block;
}

.news-ticker:hover .ticker-track {
  animation-play-state: paused;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 40px)); }
}

.hero-slider {  
  overflow: hidden;
  background: #e5edf2;
}

.slide {
  margin: 0;
}

.slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 3;
  object-fit: cover;
}

.leaders-section {
  padding: clamp(26px, 4vw, 46px) var(--content-gutter) clamp(42px, 6vw, 76px);
  background:
    linear-gradient(135deg, rgba(8, 189, 130, 0.08), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, var(--surface) 100%);
}

.leaders-inner {
  width: min(1220px, 100%);
  margin: 0 auto;
}

.section-inner {
  width: min(1220px, 100%);
  margin: 0 auto;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 26px;
  text-align: center;
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.section-heading h1 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p {
  margin: 0;
  color: var(--soft-text);
  font-size: 16px;
  line-height: 1.65;
}

.honour-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 22px;
}

.honour-card,
.message-card {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(7, 23, 51, 0.08);
}

.honour-card::before,
.message-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

.honour-card img {
  width: 100%;
  aspect-ratio: 8 / 9;
  object-fit: cover;
}

.card-content {
  padding: 18px 18px 20px;
}

.card-content h2,
.message-card h2 {
  margin: 0 0 8px;
  color: var(--green-dark);
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0;
}

.card-content p,
.message-card p {
  margin: 0;
  color: var(--soft-text);
  font-size: 14px;
  line-height: 1.65;
}

.message-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.message-card {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 22px;
}

.message-card:nth-child(-n+2) {
  grid-column: span 3;
}

.message-card img {
  width: 104px;
  aspect-ratio: 13 / 17;
  object-fit: cover;
  border-radius: 6px;
  border: 4px solid var(--green-soft);
}

.message-card .role {
  margin: -2px 0 12px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.news-highlights-section {
  padding: clamp(44px, 6vw, 78px) var(--content-gutter) clamp(28px, 4vw, 48px);
  background: #ffffff;
}

.compact-heading {
  max-width: 620px;
  margin-bottom: 30px;
}

.compact-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: 34px;
  line-height: 1.16;
  letter-spacing: 0;
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.news-card {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(7, 23, 51, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-card-link-card {
  display: block;
  color: inherit;
}

.news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 56px rgba(7, 23, 51, 0.12);
}

.news-card-link-card:focus-visible {
  outline: 3px solid rgba(8, 189, 130, 0.36);
  outline-offset: 4px;
}

.news-card img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.news-card-body {
  padding: 20px 20px 18px;
}

.news-category {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 14px;
  color: var(--green-dark);
  background: var(--green-soft);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
}

.news-card h3 {
  min-height: 96px;
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.news-card p {
  min-height: 48px;
  margin: 0 0 20px;
  color: var(--soft-text);
  font-size: 14px;
  line-height: 1.6;
}

.news-meta {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #6b7280;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-arrow {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--navy);
  background: var(--green-soft);
  border-radius: 50%;
  font-size: 23px;
  line-height: 1;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.news-arrow:hover,
.news-arrow:focus-visible {
  color: var(--white);
  background: var(--green);
  transform: translateX(2px);
}

.section-action {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.read-more-button {
  min-height: 46px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--green);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease;
}

.read-more-button:hover,
.read-more-button:focus-visible {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.members-banner-section {
  padding: 0 var(--content-gutter) clamp(46px, 6vw, 78px);
  background:#101b5b;
}

.members-banner-section img {
  width: 100%;
  max-height:800px;
  object-fit: cover;
  /* border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(7, 23, 51, 0.1); */
}

.achievements-section {
  padding: clamp(48px, 7vw, 88px) var(--content-gutter);
  background:
    linear-gradient(135deg, rgba(8, 189, 130, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, var(--surface) 100%);
}

.achievement-slider {
  position: relative;
}

.achievement-viewport {
  overflow: hidden;
  padding: 4px 2px 6px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.achievement-viewport.is-grabbing {
  cursor: grabbing;
}

.achievement-track {
  display: flex;
  gap: 22px;
  transition: transform 520ms ease;
  will-change: transform;
}

.achievement-track.is-dragging {
  transition: none;
}

.achievement-card {
  min-width: calc((100% - 44px) / 3);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(7, 23, 51, 0.08);
}

.achievement-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.achievement-card h3 {
  min-height: 72px;
  margin: 0;
  padding: 18px 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background:
    linear-gradient(90deg, rgba(8, 189, 130, 0.08), rgba(242, 184, 75, 0.1)),
    var(--white);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0;
}

.achievement-dots {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.achievement-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9d8d2;
  cursor: pointer;
  transition: width 180ms ease, background-color 180ms ease;
}

.achievement-dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: var(--green);
}

.videos-section {
  padding: clamp(42px, 6vw, 76px) var(--content-gutter) clamp(52px, 7vw, 86px);
  background: #ffffff;
}

.video-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.video-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(7, 23, 51, 0.08);
}

.video-poster {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}

.video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 23, 51, 0.1), rgba(7, 23, 51, 0.58));
}

.video-poster img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 220ms ease;
}

.video-poster video {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  pointer-events: none;
}

.video-card:hover .video-poster img {
  transform: scale(1.04);
}

.video-card[role="button"] {
  cursor: pointer;
}

.video-card[role="button"]:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}

.play-button {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  font-size: 20px;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.video-card-body {
  padding: 18px;
  text-align: center;
}

.video-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0;
}

.video-card p {
  margin: 0;
  color: var(--soft-text);
  font-size: 14px;
  line-height: 1.55;
}

.is-video-modal-open {
  overflow: hidden;
}

.video-modal {
  position: fixed;
  z-index: 2000;
  inset: 0;
  padding: clamp(18px, 4vw, 44px);
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(3, 10, 24, 0.86);
  backdrop-filter: blur(8px);
}

.video-modal.is-open {
  display: flex;
}

.video-modal-panel {
  position: relative;
  width: min(1040px, 100%);
  padding: clamp(12px, 2vw, 18px);
  background:
    linear-gradient(135deg, rgba(8, 189, 130, 0.16), rgba(242, 184, 75, 0.12)),
    #071733;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.video-modal-player {
  width: 100%;
  max-height: min(74vh, 720px);
  display: block;
  background: #000000;
  border-radius: 12px;
}

.video-modal-close {
  position: absolute;
  z-index: 2;
  top: -16px;
  right: -16px;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--navy);
  background: var(--white);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.video-modal-close:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
}

.video-modal-title {
  margin: 14px 6px 2px;
  color: var(--white);
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.national-match-section {
  padding: clamp(44px, 6vw, 76px) var(--content-gutter) clamp(52px, 7vw, 86px);
  background:
    linear-gradient(135deg, rgba(242, 184, 75, 0.08), transparent 36%),
    linear-gradient(180deg, var(--surface) 0%, #ffffff 100%);
}

.match-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.match-video-card .video-poster img {
  aspect-ratio: 16 / 9;
}

.affiliation-strip {
  margin: clamp(44px, 6vw, 72px) auto 0;
  width: min(680px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.affiliation-card {
  min-height: 154px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(7, 23, 51, 0.08);
}

.affiliation-card img {
  max-width: min(260px, 100%);
  max-height: 112px;
  object-fit: contain;
}

.coming-soon-section {
  min-height: 52vh;
  padding: clamp(54px, 7vw, 96px) var(--content-gutter);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 18% 0%, rgba(8, 189, 130, 0.11), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, var(--surface) 100%);
}

.coming-soon-image-card {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 26px 80px rgba(7, 23, 51, 0.1);
}

.coming-soon-image-card img {
  width: min(626px, 100%);
  height: auto;
  object-fit: contain;
}

.news-page-hero {
  padding: 54px var(--content-gutter) 30px;
  background:
    linear-gradient(135deg, rgba(8, 189, 130, 0.1), transparent 42%),
    var(--surface);
}

.page-hero {
  padding: clamp(46px, 6vw, 74px) var(--content-gutter) clamp(34px, 5vw, 56px);
  background:
    linear-gradient(135deg, rgba(8, 189, 130, 0.1), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, var(--surface) 100%);
}

.page-content-section,
.gallery-page-section {
  padding: clamp(42px, 6vw, 72px) var(--content-gutter) clamp(58px, 7vw, 88px);
  background: #ffffff;
}

.alternate-section {
  background:
    linear-gradient(135deg, rgba(242, 184, 75, 0.08), transparent 36%),
    var(--surface);
}

.videos-page-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 26px;
}

.gallery-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(7, 23, 51, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(7, 23, 51, 0.11);
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--surface);
}

.gallery-card h2 {
  min-height: 70px;
  margin: 0;
  padding: 17px 18px 19px;
  display: flex;
  align-items: center;
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
}

.compact-page-hero {
  padding-block: clamp(38px, 5vw, 58px) clamp(28px, 4vw, 42px);
}

.blog-detail-hero {
  padding: clamp(42px, 6vw, 70px) var(--content-gutter) clamp(30px, 5vw, 52px);
  background:
    radial-gradient(circle at 14% 0%, rgba(8, 189, 130, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, var(--surface) 100%);
}

.back-link {
  width: fit-content;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
}

.blog-hero-copy {
  max-width: 980px;
}

.blog-hero-copy h1 {
  margin: 8px 0 18px;
  color: var(--navy);
  font-size: clamp(30px, 4.8vw, 58px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
}

.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  color: var(--soft-text);
  font-size: 14px;
  font-weight: 700;
}

.blog-detail-section {
  padding: clamp(38px, 6vw, 78px) var(--content-gutter);
  background: #ffffff;
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 30px;
  align-items: start;
}

.blog-detail-card,
.share-card,
.related-news-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(7, 23, 51, 0.08);
}

.blog-featured-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
}

.blog-content {
  padding: clamp(22px, 4vw, 38px);
}

.blog-content p {
  margin: 0 0 18px;
  color: #263244;
  font-size: 17px;
  line-height: 1.8;
}

.blog-content p:last-child {
  margin-bottom: 0;
}

.blog-side-panel {
  position: sticky;
  top: calc(var(--header-height) + 18px);
  display: grid;
  gap: 18px;
}

.share-card,
.related-news-card {
  padding: 24px;
}

.share-card h2,
.related-news-card h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 20px;
}

.share-card p {
  margin: 0 0 18px;
  color: var(--soft-text);
  line-height: 1.55;
}

.share-buttons {
  display: grid;
  gap: 10px;
}

.share-button {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease;
}

.share-button:hover,
.share-button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.share-button.facebook {
  background: #1877f2;
}

.share-button.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.share-button.whatsapp {
  background: #25d366;
}

.related-news-card a {
  padding: 13px 0;
  display: block;
  color: var(--navy);
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.related-news-card a:hover,
.related-news-card a:focus-visible {
  color: var(--green-dark);
}

.national-players-section {
  padding: clamp(42px, 6vw, 72px) var(--content-gutter) clamp(62px, 7vw, 92px);
  background:
    radial-gradient(circle at 8% 0%, rgba(8, 189, 130, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
}

.national-players-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.national-player-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(220, 231, 226, 0.95);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(7, 23, 51, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.national-player-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

.national-player-card:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 189, 130, 0.45);
  box-shadow: 0 24px 58px rgba(7, 23, 51, 0.13);
}

.national-player-photo {
  padding: 12px 12px 0;
  background:
    linear-gradient(135deg, rgba(8, 189, 130, 0.1), rgba(242, 184, 75, 0.08));
}

.national-player-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  border-radius: 14px;
  background: #edf4f1;
}

.national-player-card.is-placeholder .national-player-photo img {
  object-fit: contain;
  padding: 10px;
}

.national-player-info {
  min-height: 118px;
  padding: 15px 13px 16px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.national-player-info h2 {
  margin: 0;
  color: var(--green-dark);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.22;
}

.national-player-info p {
  margin: 0;
  padding: 7px 10px;
  color: var(--navy);
  background: var(--green-soft);
  border: 1px solid rgba(8, 189, 130, 0.18);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.featured-player-card::before {
  height: 5px;
  background: linear-gradient(90deg, var(--gold), var(--green), var(--gold));
}

.committee-page-section .national-player-info p {
  text-transform: uppercase;
}

.committee-card .national-player-photo img {
  object-position: center top;
}

.people-subsection-heading {
  margin: 0 0 24px;
  text-align: center;
}

.people-subsection-heading h2 {
  margin: 6px 0 0;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.scorer-heading,
.squad-team-block {
  margin-top: clamp(42px, 6vw, 72px);
}

.official-card .national-player-photo img {
  object-position: center top;
}

.coach-grid,
.scorer-grid {
  justify-content: center;
}

.squad-heading h2 {
  text-transform: none;
}

.squad-player-card {
  position: relative;
  overflow: hidden;
  min-height: 206px;
  padding: 22px 14px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(7, 23, 51, 0.72), rgba(7, 23, 51, 0.98)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(7, 23, 51, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.squad-player-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

.squad-player-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(7, 23, 51, 0.18);
}

.squad-avatar {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background:
    radial-gradient(circle at 35% 25%, #ffffff 0%, #eefbf5 48%, #c7f5e4 100%);
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.squad-player-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.news-list-section {
  padding: 44px var(--content-gutter) 76px;
  background: #ffffff;
}

.news-list-section .news-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-footer {
  margin-top: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 0%, rgba(8, 189, 130, 0.16), transparent 34%),
    linear-gradient(135deg, #071733 0%, #0b1220 62%, #090d13 100%);
}

.footer-inner {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 72px) 0 32px;
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(160px, 1fr));
  gap: 34px;
  align-items: start;
}

.footer-brand {
  width: min(270px, 60vw);
  margin-bottom: 18px;
}

.footer-about p,
.footer-column p,
.footer-column address {
  margin: 0;
  color: #d5dde8;
  font-size: 14px;
  line-height: 1.75;
  font-style: normal;
}

.footer-about p {
  max-width: 420px;
}

.footer-about h2,
.footer-column h2 {
  margin: 0 0 20px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-column a {
  color: #eaf3ff;
  transition: color 180ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--green);
}

.powered-by {
  margin-top: 18px !important;
}

.visitor-count {
  display: inline-flex;
  min-width: 92px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  color: var(--white) !important;
  background: rgba(8, 189, 130, 0.16);
  border: 1px solid rgba(8, 189, 130, 0.35);
  border-radius: 6px;
  font-size: 18px !important;
  font-weight: 800;
}

.footer-socials {
  margin-top: 22px;
  display: flex;
  gap: 12px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
  transition: background-color 180ms ease, transform 180ms ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  background: var(--green);
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
  padding: 18px 0;
  color: #aeb9c9;
  font-size: 13px;
  text-align: center;
}

.copyright {
  margin: 0;
  color: #d8e0ed;
  font-size: 14px;
  text-align: right;
}

@media (max-width: 1500px) {
  .header-inner {
    gap: 20px;
  }

  .nav-list {
    gap: 16px;
  }

  .nav-link {
    font-size: 12px;
  }

  .registration-button {
    padding-inline: 14px;
    font-size: 11px;
  }
}

@media (max-width: 1180px) {
  .header-inner {
    padding: 10px 18px;
    flex-wrap: wrap;
    gap: 6px 18px;
  }

  .brand {
    width: 240px;
  }

  .registration-button {
    margin-left: auto;
  }

  .primary-nav {
    order: 3;
    flex-basis: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .primary-nav::-webkit-scrollbar {
    display: none;
  }

  .nav-list {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
  }

  .national-players-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  :root {
    --content-gutter: 10px;
  }

  .header-inner {
    padding-inline: 12px;
  }

  .brand {
    width: min(170px, 48vw);
  }

  .registration-button {
    min-height: 40px;
    padding-inline: 10px;
    font-size: 9px;
    letter-spacing: 0.6px;
  }

  .nav-list {
    gap: 19px;
  }

  .nav-link {
    min-height: 42px;
    font-size: 11px;
  }

  .news-ticker {
    min-height: 52px;
    padding-inline: 14px;
    font-size: 14px;
  }

  .hero-slider {
    min-height: 0;
    
  }

  .slide img {
    min-height: 0;
    aspect-ratio: 8 / 3;
    object-fit: contain;
  }

  .leaders-section {
    padding-top: 24px;
  }

  .honour-grid,
  .message-grid {
    grid-template-columns: 1fr;
  }

  .honour-card,
  .message-card,
  .message-card:nth-child(-n+2) {
    grid-column: auto;
  }

  .message-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .message-card img {
    width: 92px;
  }

  .compact-heading h2 {
    font-size: 28px;
  }

  .news-card-grid,
  .news-list-section .news-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .news-card h3,
  .news-card p {
    min-height: 0;
  }

  .coming-soon-section {
    min-height: 42vh;
  }

  .coming-soon-image-card {
    padding: 14px;
    border-radius: 18px;
  }

  .blog-hero-copy h1 {
    font-size: 28px;
    letter-spacing: -0.4px;
  }

  .blog-detail-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-side-panel {
    position: static;
  }

  .share-card,
  .related-news-card {
    padding: 20px;
  }

  .blog-content p {
    font-size: 15px;
  }

  .members-banner-section {
    padding-bottom: 42px;
  }

  .achievement-track {
    gap: 16px;
  }

  .achievement-card {
    min-width: 100%;
  }

  .achievement-card h3 {
    min-height: 0;
    font-size: 14px;
  }

  .video-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .videos-page-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .national-players-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .national-player-card {
    border-radius: 14px;
  }

  .national-player-photo {
    padding: 8px 8px 0;
  }

  .national-player-photo img {
    border-radius: 10px;
  }

  .national-player-info {
    min-height: 104px;
    padding: 12px 8px 13px;
  }

  .national-player-info h2 {
    font-size: 13px;
  }

  .national-player-info p {
    padding: 6px 8px;
    font-size: 9px;
  }

  .gallery-grid {
    gap: 18px;
  }

  .gallery-card h2 {
    min-height: 0;
  }

  .match-video-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .affiliation-strip {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .affiliation-card {
    min-height: 126px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 38px 28px;
  }

  .footer-about,
  .footer-column {
    text-align: center;
  }

  .footer-brand,
  .footer-about p {
    margin-inline: auto;
  }

  .footer-socials {
    justify-content: center;
  }
  .members-banner-section img{max-height: 380px;}
}

@media (min-width: 641px) and (max-width: 1024px) {
  .honour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .message-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .message-card,
  .message-card:nth-child(-n+2) {
    grid-column: auto;
  }

  .news-card-grid,
  .news-list-section .news-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-detail-layout {
    grid-template-columns: 1fr;
  }

  .blog-side-panel {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .achievement-card {
    min-width: calc((100% - 22px) / 2);
  }

  .video-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .videos-page-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .national-players-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .match-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ticker-track {
    width: auto;
    white-space: normal;
    animation: none;
  }

  .achievement-track {
    transition: none;
  }

  .ticker-track span[aria-hidden="true"] {
    display: none;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
