@charset "UTF-8";
.strip[data-id=ba0644] {
  --section-id: "ba0644";
  --storage-url: "https://adik.proweb.cz/_section/ba0644";
  --public-url: "https://adik.proweb.cz/_section/ba0644";
}
.strip[data-id=ba0644] .main-header {
  background-color: #000;
  color: #fff;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid #ff0000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.strip[data-id=ba0644] :global(body) {
  background-color: #000 !important;
  color: #fff;
}
.strip[data-id=ba0644] .header-content {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.strip[data-id=ba0644] .logo a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.strip[data-id=ba0644] .logo img {
  height: 60px; /* Mírně zvětšeno pro lepší čitelnost nového loga */
  width: auto;
  filter: drop-shadow(0 0 10px rgba(255, 0, 0, 0.3));
}
.strip[data-id=ba0644] .brand-name {
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
.strip[data-id=ba0644] .main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.strip[data-id=ba0644] .nav-links {
  list-style: none;
  display: flex;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
}
.strip[data-id=ba0644] .nav-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  letter-spacing: 0.5px;
}
.strip[data-id=ba0644] .nav-links a:hover {
  color: #ff0000;
}
.strip[data-id=ba0644] .discord-btn {
  background-color: #ff0000;
  color: #fff;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.2s;
}
.strip[data-id=ba0644] .discord-btn:hover {
  background-color: #fff;
  color: #000;
  transform: translateY(-2px);
}
.strip[data-id=ba0644] .menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}
.strip[data-id=ba0644] .menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .strip[data-id=ba0644] .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #111;
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
    text-align: center;
    border-bottom: 2px solid #ff0000;
  }
  .strip[data-id=ba0644] .nav-links.active {
    display: flex;
  }
  .strip[data-id=ba0644] .menu-toggle {
    display: flex;
  }
}.strip[data-id=ec7fed] {
  --section-id: "ec7fed";
  --storage-url: "https://adik.proweb.cz/_section/ec7fed";
  --public-url: "https://adik.proweb.cz/_section/ec7fed";
}
.strip[data-id=ec7fed] .factions-hero {
  background-color: #000;
  color: #fff;
  padding: 120px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id=ec7fed] .hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.strip[data-id=ec7fed] .hero-title {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: -2px;
}
.strip[data-id=ec7fed] .hero-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}
.strip[data-id=ec7fed] .hero-accent {
  width: 100px;
  height: 4px;
  background-color: #ff0000;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .strip[data-id=ec7fed] .hero-title {
    font-size: 2.5rem;
  }
}.strip[data-id=d1da22] {
  --section-id: "d1da22";
  --storage-url: "https://adik.proweb.cz/_section/d1da22";
  --public-url: "https://adik.proweb.cz/_section/d1da22";
  /* Application CTA Section */
}
.strip[data-id=d1da22] .factions-list {
  background-color: #000;
  color: #fff;
  padding: 60px 0 100px;
}
.strip[data-id=d1da22] .list-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.strip[data-id=d1da22] .faction-category {
  margin-bottom: 80px;
}
.strip[data-id=d1da22] .category-title {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 1.5rem;
  border-left: 4px solid #ff0000;
}
.strip[data-id=d1da22] .factions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}
.strip[data-id=d1da22] .faction-card {
  background-color: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.strip[data-id=d1da22] .faction-card:hover {
  border-color: #ff0000;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.1);
}
.strip[data-id=d1da22] .faction-name {
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}
.strip[data-id=d1da22] .faction-status {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}
.strip[data-id=d1da22] .application-cta {
  margin-top: 100px;
  background: linear-gradient(145deg, #111, #000);
  border: 2px solid #ff0000;
  border-radius: 20px;
  padding: 4rem 2rem;
  text-align: center;
  box-shadow: 0 0 50px rgba(255, 0, 0, 0.1);
}
.strip[data-id=d1da22] .cta-title {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.strip[data-id=d1da22] .cta-text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}
.strip[data-id=d1da22] .discord-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: #ff0000;
  color: #fff;
  padding: 1.2rem 3rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.1rem;
  transition: all 0.3s;
}
.strip[data-id=d1da22] .discord-cta-btn:hover {
  background-color: #fff;
  color: #000;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .strip[data-id=d1da22] .cta-title {
    font-size: 1.8rem;
  }
  .strip[data-id=d1da22] .category-title {
    font-size: 1.5rem;
  }
}.strip[data-id=a70959] {
  --section-id: "a70959";
  --storage-url: "https://adik.proweb.cz/_section/a70959";
  --public-url: "https://adik.proweb.cz/_section/a70959";
}
.strip[data-id=a70959] .main-footer {
  background-color: #000;
  color: #fff;
  padding: 80px 0 40px;
  border-top: 2px solid #ff0000;
}
.strip[data-id=a70959] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.strip[data-id=a70959] .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr; /* Upraveno na 3 sloupce */
  gap: 60px;
}
.strip[data-id=a70959] .footer-brand img {
  height: 80px;
  margin-bottom: 1.5rem;
}
.strip[data-id=a70959] .footer-brand p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  max-width: 300px;
}
.strip[data-id=a70959] .footer-col h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
.strip[data-id=a70959] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.strip[data-id=a70959] .footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.strip[data-id=a70959] .footer-links a:hover {
  color: #ff0000;
}
.strip[data-id=a70959] .social-icons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.strip[data-id=a70959] .social-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 800;
  font-size: 0.8rem;
}
.strip[data-id=a70959] .social-icon:hover {
  background: #ff0000;
  color: #fff;
  transform: translateY(-3px);
}
.strip[data-id=a70959] .footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4);
}
.strip[data-id=a70959] .footer-bottom strong {
  font-weight: 900;
  color: #ff0000;
}
@media (max-width: 1024px) {
  .strip[data-id=a70959] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .strip[data-id=a70959] .footer-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=a70959] .footer-brand {
    text-align: center;
  }
  .strip[data-id=a70959] .footer-brand p {
    margin: 0 auto 1.5rem;
  }
  .strip[data-id=a70959] .social-icons {
    justify-content: center;
  }
}