:root{
--accent-blue:#1f6fff;
--text-main:#ffffff;
--text-muted:#cfd4df;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Segoe UI',sans-serif;
background:#050814;
color:#fff;
overflow-x:hidden;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  padding: 0 70px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  z-index: 1000;
}

.logo{
height:56px;
}

.nav{
justify-self:center;
}

.nav ul{
display:flex;
list-style:none;
gap:28px;
}

.nav a{
color:#d0d3e0;
text-decoration:none;
font-size:12px;
font-weight:600;
}

.member-btn{
justify-self:end;
background:var(--accent-blue);
padding:10px 22px;
font-size:12px;
color:white;
text-decoration:none;
font-weight:700;
}

.hero{
position:relative;
min-height:100vh;
background-image:url('hero/hero1.png');
background-size:cover;
background-position:center;
display:flex;
align-items:flex-end;
padding-left:490px;
padding-bottom:180px;
transition:background-image 1s ease-in-out;
}

.hero-controls{
    position:absolute;
    bottom:30px;
    right:50px;
    display:flex;
    gap:12px;
}

.hero-slider-progress{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:4px;
    background:rgba(255,255,255,0.15);
    z-index:20;
}

.hero-slider-progress-fill{
    height:100%;
    width:0%;
    background:#1f6fff;
}

.hero-overlay{
position:absolute;
inset:0;
background:linear-gradient(
90deg,
rgba(0,0,0,.82) 0%,
rgba(0,0,0,.72) 45%,
rgba(0,0,0,.40) 100%
);
}

.hero-inner{
position:relative;
z-index:2;
max-width:650px;
}

.hero-tagline{
font-size:11px;
letter-spacing:2px;
color:#4c8dff;
margin-bottom:16px;
}

.hero-title{
font-family:'Oswald',sans-serif;
font-size:92px;
line-height:.95;
letter-spacing:3px;
margin-bottom:18px;
}

.powered{
display:flex;
align-items:center;
gap:12px;
margin-bottom:24px;
}

.powered-logo{
height:44px;
}

.hero-text{
max-width:620px;
font-size:18px;
line-height:1.7;
color:var(--text-muted);
}

.hero-buttons{
display:flex;
gap:12px;
margin-top:28px;
}

.btn{
padding:15px 28px;
text-decoration:none;
font-size:12px;
font-weight:700;
}

.primary-btn{
background:var(--accent-blue);
color:#fff;
}

.secondary-btn{
border:1px solid rgba(255,255,255,.4);
color:#fff;
}

.header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 22px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}

.register-btn {
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.05);
}

.member-btn {
  background: #1f6fff;
  border: 1px solid #1f6fff;
}

.page-loader {
    position: fixed;
    inset: 0;
    background: #000;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.page-loader.active {
    display: flex;
}

.loader-ring {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(255,255,255,0.25);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spinLoader 0.8s linear infinite;
}

@keyframes spinLoader {
    to {
        transform: rotate(360deg);
    }
}

.section-kicker {
  color: #1f6fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.about-section,
.operations-section,
.site-footer {
  background: #050814;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.08);
}

.about-section {
  padding: 100px 8%;
  background:
    linear-gradient(rgba(5,8,20,.95), rgba(5,8,20,.95)),
    url('hero/hero2.png') center/cover;
}

.about-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.about-copy h2,
.operations-section h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  line-height: 1;
  margin: 12px 0 25px;
  text-transform: uppercase;
}

.about-copy p {
  color: #c9d1e3;
  line-height: 1.8;
  max-width: 620px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 45px;
}

.values-grid div {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 20px;
}

.values-grid i {
  color: #1f6fff;
  font-size: 26px;
  margin-bottom: 14px;
}

.values-grid h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.values-grid p {
  font-size: 13px;
  color: #9da8bd;
}

.timeline {
  position: relative;
  padding-left: 45px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #1f6fff;
}

.timeline-item {
  position: relative;
  margin-bottom: 48px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 6px;
  width: 14px;
  height: 14px;
  background: #1f6fff;
  box-shadow: 0 0 20px #1f6fff;
}

.timeline-item span {
  color: #1f6fff;
  font-weight: 800;
}

.timeline-item h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 8px 0;
}

.timeline-item p {
  color: #9da8bd;
  line-height: 1.6;
}

.operations-section {
  padding: 90px 8%;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 35px;
}

.outline-btn {
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.25);
  padding: 15px 24px;
  font-weight: 800;
  font-size: 12px;
}

.operations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.operation-card {
  height: 285px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
}

.operation-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.2);
  transition: .3s;
}

.operation-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.72);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  padding: 35px;
  transition: .35s ease;
}

.operation-card:hover .operation-overlay {
  opacity: 1;
}

.operation-card:hover::before {
  background: rgba(0,0,0,.75);
}

.operation-overlay img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  margin-bottom: 18px;
}

.operation-overlay h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 8px;
}

.operation-overlay span {
  color: #1f6fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.operation-overlay p {
  color: #d7ddec;
  line-height: 1.6;
  font-size: 14px;
}

.site-footer {
  padding: 70px 8% 25px;
  background: #03060f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 55px;
}

.footer-logo {
  width: 80px;
  margin-bottom: 18px;
}

.site-footer h3,
.site-footer h4 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.site-footer p,
.site-footer a {
  color: #9da8bd;
  font-size: 14px;
  line-height: 1.7;
}

.site-footer a {
  display: block;
  text-decoration: none;
  margin-bottom: 8px;
}

.site-footer a:hover {
  color: #1f6fff;
}

.footer-btn {
  display: inline-block !important;
  margin-top: 15px;
  background: #1f6fff;
  color: #fff !important;
  padding: 14px 24px;
  font-weight: 800;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 55px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #68738a;
  font-size: 12px;
  text-transform: uppercase;
}

@media(max-width:1000px) {
  .about-container,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .operations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:700px) {
  .operations-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .section-header,
  .footer-bottom {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  .about-copy h2,
  .operations-section h2 {
    font-size: 42px;
  }
}

.staff-page {
  min-height: 100vh;
  padding: 180px 24% 120px;
  background:
    linear-gradient(to bottom, rgba(5,8,20,.25), #050814 46%),
    url("hero1.png") center top/cover no-repeat;
  color: white;
}

.staff-hero {
  max-width: 620px;
  margin-bottom: 90px;
}

.staff-hero h1 {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 2px;
  margin: 10px 0 25px;
}

.staff-hero p:last-child {
  color: #b8c2d6;
  line-height: 1.7;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255,255,255,.12);
}

.staff-card {
  min-height: 170px;
  padding: 36px;
  background: rgba(255,255,255,.025);
  border-right: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.staff-card:nth-child(3n) {
  border-right: none;
}

.staff-card p {
  color: #1f6fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.staff-card h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.staff-card span {
  display: block;
  color: #68738a;
  margin-bottom: 16px;
}

.staff-card em {
  display: inline-block;
  font-style: normal;
  color: #ff8a4c;
  background: rgba(255,83,32,.12);
  border: 1px solid rgba(255,83,32,.35);
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}

@media(max-width:1100px) {
  .staff-page {
    padding: 150px 8% 90px;
  }

  .staff-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .staff-card:nth-child(3n) {
    border-right: 1px solid rgba(255,255,255,.08);
  }

  .staff-card:nth-child(2n) {
    border-right: none;
  }
}

@media(max-width:700px) {
  .staff-grid {
    grid-template-columns: 1fr;
  }

  .staff-card {
    border-right: none !important;
  }

  .staff-hero h1 {
    font-size: 52px;
  }
}

.rules-page {
  min-height: 100vh;
  padding: 180px 24% 120px;
  background:
    linear-gradient(to bottom, rgba(5,8,20,.25), #050814 42%),
    url("hero1.png") center top/cover no-repeat;
  color: white;
}

.rules-hero {
  max-width: 680px;
  margin-bottom: 120px;
}

.rules-hero h1 {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 2px;
  margin: 10px 0 25px;
}

.rules-hero p {
  color: #b8c2d6;
  line-height: 1.7;
}

.rules-category {
  margin-bottom: 75px;
}

.rules-category h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.rules-category h2::first-letter {
  color: #1f6fff;
}

.rule-block {
  display: grid;
  grid-template-columns: 230px 1fr;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 34px 0;
}

.rule-number strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  color: rgba(31,111,255,.55);
  line-height: 1;
}

.rule-number span {
  display: block;
  margin-top: 12px;
  color: #1f6fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
}

.rule-title {
  width: 100%;
  background: transparent;
  border: 0;
  color: white;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
}

.rule-title span:last-child {
  color: #1f6fff;
}

.rule-list {
  margin-top: 50px;
}

.rule-list div {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 30px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 20px 0;
}

.rule-list b {
  color: #1f6fff;
}

.rule-list p {
  color: #aeb8ca;
  line-height: 1.8;
  margin: 0;
}

@media(max-width:1000px) {
  .rules-page {
    padding: 150px 8% 90px;
  }

  .rule-block {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .rules-hero h1 {
    font-size: 52px;
  }
}

.rules-hero .section-kicker {
  color: #1f6fff !important;
}

.rule-block:not(.open) .rule-list {
  display: none;
}

.rule-block.open .rule-list {
  display: block;
}