body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #0b0b14;
  color: #fff;
  line-height: 1.6;
}

body::before, body::after {
  content: "";
  position: fixed;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(200px);
  background: rgba(180, 0, 255, 0.25);
  z-index: -1;
}
body::before { top: 10%; left: 5%; }
body::after { bottom: 10%; right: 5%; }

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 80px;
  background: rgba(0,0,0,0.6);
}
header .logo {
  font-size: 24px;
  font-weight: bold;
  color: #c43fff;
}
nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}
nav a:hover {
  color: #c43fff;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px;
}
.hero-text { max-width: 600px; }
.hero-text h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.hero-text p {
  margin-bottom: 20px;
  font-size: 18px;
}


.btn {
  display: inline-block;
  padding: 12px 24px;
  margin-right: 10px;
  border-radius: 8px;
  text-decoration: none;
  background: #c43fff;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}
.btn:hover { background: #9c2cd9; }
.hero img {
  max-width: 400px;
  border-radius: 12px;
}
.counter {
  margin-top: 15px;
  font-weight: bold;
  color: #ccc;
}

.features { padding: 50px 80px; }
.features h2 { margin-bottom: 30px; }
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.card {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 12px;
  transition: transform 0.3s;
}
.card:hover { transform: translateY(-5px); }
.card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* FAQ */
.faq { padding: 50px 80px; }
.faq h2 { margin-bottom: 20px; }
.faq-item { margin-bottom: 15px; }
.faq-item summary {
  background: rgba(255,255,255,0.1);
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}
.faq-item p {
  padding: 10px;
  margin: 0;
}

.extra-image img {
  width: 100%;
  display: block;
  margin-top: 40px;
  border-radius: 8px;
}

footer {
  background: #0a0a12;
  margin-top: 40px;
}
.footer-top {
  text-align: center;
  padding: 40px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 30px 80px;
  flex-wrap: wrap;
}
.footer-left { max-width: 400px; }
.footer-right {
  display: flex;
  gap: 60px;
}
.footer-right h4 {
  margin-bottom: 10px;
}
.footer-right a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-right a:hover { color: #c43fff; }

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 80px;
  background: rgba(0,0,0,0.6);
}

header .logo {
  font-size: 24px;
  font-weight: bold;
  color: #c43fff;
}

nav {
  display: flex;
  gap: 20px;
}

nav a {
  position: relative;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}

nav a:hover {
  font-weight: bold;
  transform: scale(1.1);
}

nav a:hover::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c43fff;
}

.socials {
  display: flex;
  gap: 15px;
}

.socials a {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s;
}

.socials a:hover {
  color: #c43fff;
}

.regulamin {
  padding: 60px 80px;
}

.regulamin h1 {
  color: #f7f7f7;
  margin-bottom: 20px;
}

.regulamin h2 {
  margin-top: 30px;
  color: #fff;
}

.regulamin ul {
  margin: 10px 0 20px 20px;
}
nav a i {
  margin-right: 6px;
  color: #c43fff;
  transition: color 0.3s;
}

.videos {
  text-align: center;
  padding: 60px 20px;
  background: #0e001800;
}
.videos h2 {
  color: #c43fff;
  margin-bottom: 30px;
}
.video-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.video-list img {
  width: 300px;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.video-list img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #c43fff;
}

.howto {
  background: #14002200;
  padding: 60px 20px;
}
.howto h2 {
  color: #c43fff;
  margin-bottom: 20px;
  text-align: center;
}
.howto ol {
  max-width: 800px;
  margin: auto;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #eee;
}
.howto a {
  color: #c43fff;
  text-decoration: underline;
}
.video-list a {
  display: inline-block;
  margin: 15px;
  text-align: center;
  text-decoration: none;
}

.video-caption {
  margin-top: 8px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff; 
}

.team {
  background: #0e001800;
  padding: 30px 20px;
  text-align: center;
}
.team h2 {
  color: #c43fff;
  margin-bottom: 40px;
}
.team-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.member {
  background: #1a002b;
  border-radius: 12px;
  padding: 20px;
  width: 250px;
  text-align: center;
  box-shadow: 0 0 10px #c43fff44;
  transition: transform 0.3s, box-shadow 0.3s;
}
.member:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px #c43fff;
}
.member img {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 15px;
}
.member h3 {
  margin: 10px 0;
  color: #fff;
}
.member p {
  color: #ccc;
  font-size: 14px;
}


.creators {
  background: #14002200;
  padding: 60px 20px;
  text-align: center;
}
.creators h2 {
  color: #c43fff;
  margin-bottom: 40px;
}
.creator-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.creator {
  background: #1a002b;
  border-radius: 12px;
  padding: 20px;
  width: 220px;
  text-align: center;
  box-shadow: 0 0 10px #c43fff44;
  transition: transform 0.3s, box-shadow 0.3s;
}
.creator:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px #c43fff;
}
.creator img {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 10px;
}
.creator h3 {
  color: #fff;
  margin: 10px 0;
}
.creator .icon {
  display: inline-block;
  font-size: 28px;
  color: #c43fff;
  transition: transform 0.3s, color 0.3s;
}
.creator .icon:hover {
  color: #fff;
  transform: scale(1.2);
}

.applications {
  padding: 60px 20px;
  background: #140022;
  text-align: center;
}
.applications h2 {
  color: #ffffff;
  margin-bottom: 40px;
}
.application-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  background: #1a002b;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 15px #c43fff55;
}
.application-box img {
  width: 300px;
  border-radius: 12px;
}
.application-text {
  max-width: 400px;
  text-align: left;
}
.application-text h3 {
  color: #fff;
  margin-bottom: 15px;
}
.application-text p {
  margin-bottom: 20px;
}

.applications {
  padding: 60px 40px;
  background: #140022;
  text-align: center;
}

.applications h2 {
  color: #c43fff;
  margin-bottom: 40px;
  font-size: 28px;
}

.application-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px; 
  max-width: 1400px;
  margin: 0 auto;
}

.application-card {
  background: #1a002b;
  border-radius: 16px;
  padding: 18px;
  width: 280px; 
  text-align: center;
  box-shadow: 0 0 12px #c43fff44;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.application-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 24px #c43fff88;
}

.application-card .card-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 20px;
  color: #c43fff;
}

.application-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 14px;
}

.application-card h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}

.application-card p {
  color: #cfcfe6;
  font-size: 14px;
  margin-bottom: 16px;
  min-height: 44px;
}

.application-card .btn {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  background: #c43fff;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
}

.application-card .btn:hover {
  background: #ff66ff;
}

.regulamin-toc {
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  text-align: center;
}

.toc-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.toc-btn {
  background: #6200ff;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.toc-btn:hover {
  background: #818181;
}

