* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", sans-serif;
  background-color: #02172c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23132c43' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  color: #e0e0e0;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel", serif;
  margin-bottom: 1rem;
  color: #d69200;
}

h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2 {
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

a {
  color: #d69200;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #fff;
  text-shadow: 0 0 5px #d69200;
}

p {
  margin-bottom: 1rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Custom Forum Header */
.custom-forum-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0px;
}

.banner-container {
  width: 100%;
  height: 110px;
  position: relative;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 8s ease-in-out;
}

.custom-forum-header:hover .banner-image {
  transform: scale(1.1);
}

.header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.logo-image {
  max-width: 240px;
  max-height: 80px;
  object-fit: contain;
}

/* Header */
header {
  position: sticky;
  top: 0;
  background-color: rgba(20, 25, 31, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  font-family: "Cinzel", serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 10px;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d69200;
  transition: width 0.3s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.external-links {
  display: flex;
  gap: 20px;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid rgba(212, 175, 55, 0.3);
}

.external-links a {
  font-family: "Cinzel", serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 10px;
  position: relative;
  color: #d69200;
}

.external-links a:hover {
  color: #fff;
  text-shadow: 0 0 5px #d69200;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    gap: 15px;
  }

  .external-links {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    padding-top: 15px;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
  }
}

/* Hero Section */
.hero {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  z-index: 1;
}

.hero-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(2, 23, 44, 0.7), rgba(2, 23, 44, 0.9));
  z-index: -1;
}

.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.hero-content {
  max-width: 800px;
  padding: 20px;
  position: relative;
  z-index: 10;
}

.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.hero p {
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 2.5rem;
  color: #f4f4f4;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.9),
    0 0 20px rgba(214, 146, 0, 0.4),
    0 0 30px rgba(214, 146, 0, 0.2);
  letter-spacing: 1px;
  line-height: 1.8;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  font-family: "Cinzel", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #d69200;
  background: transparent;
  color: #d69200;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.btn:hover {
  background-color: #d69200;
  color: #02172c;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.btn-primary {
  background: linear-gradient(135deg, #1e5fcc 0%, #3b8dff 100%);
  border: 2px solid #3b8dff;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 14px 32px;
  box-shadow: 
    0 0 20px rgba(59, 141, 255, 0.6),
    0 0 40px rgba(59, 141, 255, 0.4),
    inset 0 0 20px rgba(255, 255, 255, 0.1);
  animation: portalPulse 2s ease-in-out infinite;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-primary:hover::before {
  width: 300px;
  height: 300px;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #2d6fdc 0%, #4b9dff 100%);
  transform: translateY(-5px);
  box-shadow: 
    0 0 30px rgba(59, 141, 255, 0.8),
    0 0 60px rgba(59, 141, 255, 0.6),
    0 10px 25px rgba(59, 141, 255, 0.5),
    inset 0 0 30px rgba(255, 255, 255, 0.2);
}

@keyframes portalPulse {
  0%, 100% {
    box-shadow: 
      0 0 20px rgba(59, 141, 255, 0.6),
      0 0 40px rgba(59, 141, 255, 0.4),
      inset 0 0 20px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 
      0 0 30px rgba(59, 141, 255, 0.8),
      0 0 60px rgba(59, 141, 255, 0.6),
      inset 0 0 30px rgba(255, 255, 255, 0.2);
  }
}

/* Main Content */
.section {
  padding: 50px 0;
  scroll-margin-top: 80px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d69200;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5),
               0 0 10px rgba(214, 146, 0, 0.3);
  border-bottom: none;
}

.section-header p {
  font-size: 1.1rem;
  color: #b8b8b8;
  font-style: italic;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-header::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    #d69200 50%, 
    transparent 100%);
  margin: 20px auto 0;
  box-shadow: 0 0 10px rgba(214, 146, 0, 0.5);
}

/* Features */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.feature-card {
  background-color: rgba(19, 44, 67, 0.5);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: rgba(212, 175, 55, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #d69200;
}

/* FAQ */
.faq-item {
  margin-bottom: 20px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
  font-family: "Cinzel", serif;
  background-color: rgba(19, 44, 67, 0.5);
  padding: 15px 20px;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background-color: rgba(19, 44, 67, 0.7);
}

.faq-answer {
  padding: 20px;
  background-color: rgba(2, 23, 44, 0.7);
}

/* History */
.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: rgba(212, 175, 55, 0.3);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline-item {
  padding: 10px 40px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #d69200;
  border-radius: 50%;
  top: 15px;
  z-index: 1;
}

.timeline-left {
  left: 0;
}

.timeline-right {
  left: 50%;
}

.timeline-left::after {
  right: -10px;
}

.timeline-right::after {
  left: -10px;
}

.timeline-content {
  padding: 20px;
  background-color: rgba(19, 44, 67, 0.5);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 5px;
  position: relative;
}

.timeline-date {
  font-family: "Cinzel", serif;
  color: #d69200;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Getting Started */
.steps {
  counter-reset: step-counter;
  margin-bottom: 40px;
}

.step {
  position: relative;
  padding: 30px;
  background-color: rgba(19, 44, 67, 0.5);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 80px;
}

.step::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #d69200;
  color: #02172c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 1.2rem;
}

/* Credits page specific */
.credits-section {
  margin-bottom: 50px;
}

.credits-category {
  margin-top: 30px;
}

.credits-list {
  list-style-type: none;
  margin-left: 20px;
}

.credits-item {
  margin-bottom: 15px;
  background-color: rgba(19, 44, 67, 0.3);
  padding: 15px 20px;
  border-radius: 5px;
  border-left: 3px solid #d69200;
}

.credits-name {
  font-weight: bold;
  color: #e0e0e0;
}

.credits-role {
  color: #d69200;
  font-style: italic;
  margin-bottom: 5px;
}

.credits-desc {
  font-size: 0.95rem;
}

/* Footer */
footer {
  background-color: rgba(1, 16, 32, 0.9);
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.footer-links a {
  font-family: "Cinzel", serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.copyright {
  font-size: 0.9rem;
  color: #888;
}

/* Responsive */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    gap: 15px;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .timeline::after {
    left: 31px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 0;
  }

  .timeline-right,
  .timeline-left {
    left: 0;
  }

  .timeline-left::after,
  .timeline-right::after {
    left: 21px;
  }

  .banner-container {
    height: 90px;
  }

  .logo-image {
    max-width: 200px;
    max-height: 70px;
  }
}

@media (max-width: 480px) {
  .nav-links {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .hero {
    height: 90vh;
  }

  .banner-container {
    height: 70px;
  }

  .logo-image {
    max-width: 160px;
    max-height: 50px;
  }
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.feature-box {
  display: flex;
  background-color: rgba(19, 44, 67, 0.5);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.feature-img {
  flex: 0 0 200px;
  overflow: hidden;
}

.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.feature-box:hover .feature-img img {
  transform: scale(1.1);
}

.feature-text {
  flex: 1;
  padding: 20px;
}

.feature-text h3 {
  color: #d69200;
  font-family: "Cinzel", serif;
  font-size: 1.3rem;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  padding-bottom: 8px;
}

.feature-text p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(19, 44, 67, 0.8);
  border: 2px solid #d69200;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d69200;
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  background-color: #d69200;
  color: #02172c;
}

.credits-callout {
  margin: 20px 0;
  padding: 12px 20px;
  border-left: 3px solid #d69200;
  background: rgba(214, 146, 0, 0.08);
  font-size: 0.95rem;
  line-height: 1.5;
  border-radius: 0 4px 4px 0;
}

.credits-callout a {
  color: #d69200;
  font-weight: bold;
  transition: all 0.2s ease;
}

.credits-callout a:hover {
  color: #ffb732;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .about-credits-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* Make responsive for smaller screens */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-box {
    flex-direction: column;
  }

  .feature-img {
    flex: 0 0 180px;
  }
}

/* Preload for key assets */
.preload-images {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

/* Hero countdown styles */
  .hero-countdown {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #8a7d4e;
    border-radius: 5px;
    padding: 20px 25px;
    margin: 20px auto;
    max-width: 600px;
    position: relative;
  }
  
  .countdown-label {
    font-family: 'Cinzel', serif;
    color: #d4af37;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  }
  
  #countdown-timer {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  }
  
  .time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .time-unit span:first-child {
    font-family: 'Cinzel', serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #d4af37;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #8a7d4e;
    border-radius: 5px;
    padding: 8px;
    min-width: 60px;
    display: inline-block;
  }
  
  .time-unit .label {
    font-family: 'Cinzel', serif;
    color: #fff;
    margin-top: 5px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  /* Timezone info styles */
  .timezone-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
  }
  
  .timezone-item {
    font-size: 0.85rem;
    color: #e0e0e0;
    padding: 8px 12px;
    background: rgba(19, 44, 67, 0.4);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 4px;
    text-align: left;
  }
  
  .timezone-item strong {
    font-family: 'Cinzel', serif;
    color: #d4af37;
    display: block;
    margin-bottom: 3px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .countdown-complete {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    color: #d4af37;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .hero-countdown {
      padding: 15px 20px;
      max-width: 95%;
    }
    
    #countdown-timer {
      gap: 10px;
      margin-bottom: 15px;
      padding-bottom: 15px;
    }
    
    .time-unit span:first-child {
      font-size: 1.8rem;
      min-width: 50px;
      padding: 6px;
    }
    
    .time-unit .label {
      font-size: 0.7rem;
    }
    
    .timezone-info {
      grid-template-columns: 1fr;
      gap: 8px;
    }
    
    .timezone-item {
      font-size: 0.8rem;
      padding: 6px 10px;
    }
  }
  
  @media (max-width: 480px) {
    .time-unit span:first-child {
      font-size: 1.5rem;
      min-width: 40px;
      padding: 5px;
    }
    
    .countdown-label {
      font-size: 0.85rem;
      letter-spacing: 1px;
    }
    
    .timezone-item strong {
      font-size: 0.7rem;
    }
  }

/* Discord Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-content {
  background: linear-gradient(135deg, #1a2f42 0%, #0f1f2e 100%);
  margin: 10% auto;
  padding: 30px 40px;
  border: 2px solid #d69200;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  animation: slideDown 0.3s ease;
  position: relative;
}

@keyframes slideDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-content h2 {
  color: #d69200;
  margin-bottom: 20px;
  font-size: 1.8rem;
  border-bottom: 2px solid rgba(214, 146, 0, 0.3);
  padding-bottom: 15px;
}

.modal-content p {
  color: #e0e0e0;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 1rem;
}

.modal-close {
  color: #d69200;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
}

.modal-close:hover,
.modal-close:focus {
  color: #fff;
  text-shadow: 0 0 10px #d69200;
  transform: rotate(90deg);
}

@media (max-width: 600px) {
  .modal-content {
    margin: 20% auto;
    padding: 25px 20px;
    width: 95%;
  }
  
  .modal-content h2 {
    font-size: 1.4rem;
  }
  
  .modal-content p {
    font-size: 0.95rem;
  }
}