body {  
   font-family: Arial, sans-serif;  
   background-color: #f0f0f0;  
}  
  
header {  
   background-color: #333;  
   color: #fff;  
   padding: 20px;  
   text-align: center;  
}  
  
.rules {  
   padding: 20px;  
}  
  
.rules h1 {  
   margin-top: 20px;  
}  
  
.rules h2 {  
   margin-top: 20px;  
}  
  
.rules p {  
   margin-bottom: 20px;  
}  
  
.sub-nav-box {  
   background-color: #333;  
   color: #fff;  
   padding: 20px;  
   border: 1px solid #444;  
   border-radius: 10px;  
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  
}  
  
.sub-nav-box h3 {  
   margin-top: 0;  
}  
  
.sub-nav-box .nav {  
   margin-top: 20px;  
}  
  
.sub-nav-box .nav a {  
   color: #fff;  
   transition: color 0.2s ease;  
}  
  
.sub-nav-box .nav a:hover {  
   color: #ccc;  
}  
  
.sub-nav-box .nav a.active {  
   color: #fff;  
   background-color: #555;  
}  
  
footer {  
   background-color: #333;  
   color: #fff;  
   padding: 20px;  
   text-align: center;  
}  
  
.social-media {  
   list-style: none;  
   margin: 0;  
   padding: 0;  
   display: flex;  
   justify-content: center;  
}  
  
.social-media li {  
   margin-right: 20px;  
}  
  
.social-media a {  
   color: #fff;  
   transition: color 0.2s ease;  
}  
  
.social-media a:hover {  
   color: #ccc;  
}  
  
.navbar-brand img {  
   margin-right: 10px;  
}  
  
.navbar-nav .nav-link {  
   color: #fff;  
   transition: color 0.2s ease;  
}  
  
.navbar-nav .nav-link:hover {  
   color: #ccc;  
}  
  
.navbar-nav .nav-link.active {  
   color: #fff;  
   background-color: #555;  
}  
  
.navbar {  
   padding: 10px;  
   border-bottom: 1px solid #444;  
}  
  
.navbar-dark .navbar-toggler {  
   border: none;  
   padding: 10px;  
   background-color: #555;  
}  
  
.navbar-dark .navbar-toggler-icon {  
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");  
}  
  
.hero {  
   background-image: url('img/Background.jpg');  
   background-size: cover;  
   background-position: center;  
   height: 60vh;  
   display: flex;  
   justify-content: center;  
   align-items: center;  
   color: #fff;  
}  
  
.hero h1 {  
   font-size: 48px;  
}  
  
.features {  
   padding: 20px;  
}  
  
.features .card {  
   margin-bottom: 20px;  
}  
  
.features .card img {  
   width: 100%;  
   height: 150px;  
   object-fit: cover;  
}  
  
.call-to-action {  
   background-color: #333;  
   color: #fff;  
   padding: 20px;  
   text-align: center;  
}  
  
.call-to-action h2 {  
   margin-top: 0;  
}  
  
.call-to-action .btn {  
   margin-top: 20px;  
}  
  
.btn-discord {  
   background-color: #7289da;  
   border-color: #7289da;  
   color: #fff;  
}  
  
.btn-discord:hover {  
   background-color: #5c6bc0;  
   border-color: #5c6bc0;  
}

.monetization-container {  
   max-width: 1200px;  
   margin: 40px auto;  
   padding: 20px;  
   background-color: #f9f9f9;  
   border: 1px solid #ddd;  
   border-radius: 10px;  
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
}  
  
.donation-packages {  
   margin-top: 20px;  
}  
  
.donation-package {  
   background-color: #fff;  
   padding: 20px;  
   margin-bottom: 20px;  
   border: 1px solid #ccc;  
   border-radius: 10px;  
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
}  
  
.how-to-order {  
   margin-top: 20px;  
}  
  
.how-to-order ol {  
   list-style: decimal;  
   padding: 0;  
   margin: 0;  
}  
  
.how-to-order li {  
   margin-bottom: 10px;  
}  
  
.how-to-order ul {  
   list-style: disc;  
   padding: 0;  
   margin: 0;  
}  

.paypal-button {  
   text-align: center;  
   margin-top: 20px;  
}  
  
.paypal-button form {  
   display: inline-block;  
}  
  
.paypal-button input[type="image"] {  
   width: 150px;  
   height: 50px;  
   border: none;  
   padding: 0;  
   margin: 0;  
}

.how-to-order {  
   margin-top: 20px;  
}  
  
.how-to-order-package {  
   background-color: #fff;  
   padding: 20px;  
   margin-bottom: 20px;  
   border: 1px solid #ccc;  
   border-radius: 10px;  
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
}  
  
.how-to-order-package h3 {  
   margin-top: 0;  
}  
  
.how-to-order-package ul {  
   list-style: disc;  
   padding: 0;  
   margin: 0;  
}  
  
.how-to-order-package li {  
   margin-bottom: 10px;  
}

.about-container {  
   margin-top: 20px;  
}  
  
.about-sections {  
   background-color: #f7f7f7;  
   padding: 20px;  
   border: 1px solid #ccc;  
   border-radius: 10px;  
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
   margin-bottom: 20px;  
}  
  
.about-sections h2 {  
   margin-top: 0;  
}


/* ===== Monetization page refreshed layout (additive) ===== */
.hero-mini.hero-monetization{
  background: linear-gradient(135deg,#111 0%, #1a1a1a 100%);
  color:#fff;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.badge-soft{
  background: rgba(255,255,255,0.08);
  color:#f1f1f1;
  border:1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding:.35rem .75rem;
  font-weight:600;
}

.monetization-container{
  max-width: 1100px;
  margin: 40px auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.section-card{
  background:#ffffff;
  border:1px solid #e7e7e7;
  border-radius: 16px;
  padding: 1.25rem 1.25rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  margin-bottom: 1.25rem;
}
.section-header{
  margin: 1.5rem 0 .75rem 0;
  padding-bottom:.35rem;
  border-bottom:1px dashed #ddd;
}
.section-header h2 i{ margin-right:.5rem; }

/* Package grid */
.package-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
}
.package-card{
  grid-column: span 12;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius: 16px;
  padding: 1rem 1rem;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  transition: transform .15s ease, box-shadow .15s ease;
}
.package-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.08);
}
@media (min-width: 768px){
  .package-card{ grid-column: span 6; }
  .package-card.package-card--wide{ grid-column: span 6; }
}
@media (min-width: 992px){
  .package-card{ grid-column: span 4; }
  .package-card.package-card--wide{ grid-column: span 6; }
}
.package-card__header{
  display:flex; align-items:center; gap:.6rem; margin-bottom:.5rem;
}
.package-icon{
  width:38px; height:38px; border-radius:10px;
  display:inline-flex; align-items:center; justify-content:center;
  background:#111; color:#ffd34d;
}
.package-price{
  font-weight:700; margin-bottom:.35rem;
}

/* How-to grid */
.howto-grid{
  display:grid; grid-template-columns: repeat(12,1fr); grid-gap:1rem;
}
.howto-card{
  grid-column: span 12;
  background:#fff; border:1px solid #e6e6e6; border-radius:16px;
  padding:1rem 1rem; box-shadow:0 10px 20px rgba(0,0,0,0.06);
}
@media (min-width: 768px){
  .howto-card{ grid-column: span 6; }
}
@media (min-width: 992px){
  .howto-card{ grid-column: span 4; }
}
.howto-card__header{ display:flex; align-items:center; gap:.6rem; margin-bottom:.5rem; }
.step-badge{
  display:inline-flex; align-items:center; justify-content:center;
  width:28px; height:28px; border-radius:999px;
  background:#111; color:#ffd34d; font-weight:700;
}

/* Minor navbar refinements (non-breaking) */
.navbar { border-bottom: 1px solid #444; }
.navbar-brand img { margin-right: 10px; }



/* Number badges for How-to steps */
.howto-card {
  position: relative;
  padding-top: 2.2rem; /* make room for badge above text */
}

.howto-card__header {
  position: relative;
  margin-bottom: .75rem;
  padding-left: 0;
}

.step-badge {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111;
  color: #ffd34d;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}


/* ===== Rules page refreshed layout (additive) ===== */
.rules-hero{
  background: linear-gradient(135deg,#111 0%, #1a1a1a 100%);
  color:#fff;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.rules-layout{
  display:grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  margin: 32px 0;
}
@media (min-width: 992px){
  .rules-layout{
    grid-template-columns: 280px 1fr;
    grid-gap: 1.5rem;
  }
}

.rules-nav{ position: relative; }
@media (min-width: 992px){
  .rules-nav{
    position: sticky;
    top: 90px;
    height: fit-content;
  }
}
.rules-nav .sub-nav-box{
  background-color: #111;
  color: #eee;
  border: 1px solid #2a2a2a;
}
.rules-nav .nav .nav-link{
  color: #ddd;
  padding-left: .25rem;
}
.rules-nav .nav .nav-link:hover{
  color: #fff;
  text-decoration: underline;
}

.rules-content .section-card{
  background:#fff;
  border:1px solid #e7e7e7;
  border-radius: 16px;
  padding: 1.25rem 1.25rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  margin-bottom: 1.25rem;
}
.rules-content .section-header{
  margin-bottom: .75rem;
  padding-bottom: .35rem;
  border-bottom: 1px dashed #ddd;
}
.rules-content h2{ font-size: 1.25rem; }

/* Ordered/Unordered lists tidy styling (keep numbers for clarity) */
.rules-content ol{
  counter-reset: item;
  padding-left: 1.25rem;
}
.rules-content ol > li{
  margin-bottom: .5rem;
  padding-left: .25rem;
}
.rules-content ul{
  padding-left: 1.25rem;
  margin-bottom: .5rem;
}
.rules-content li > p{ margin-bottom: .25rem; }

/* Improve readability of long paragraphs */
.rules-content p{
  line-height: 1.6;
  margin-bottom: .5rem;
}

/* Anchor offset for sticky navbar */
[id]{
  scroll-margin-top: 90px;
}



/* ===== Home page refreshed layout (additive) ===== */
.hero-home{
  position: relative;
  min-height: 60vh;
}
.hero-card{
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 1.25rem 1.25rem;
  color: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  backdrop-filter: blur(2px);
}
.hero-card h1{ font-size: 2.25rem; }
@media (min-width: 992px){
  .hero-card h1{ font-size: 2.5rem; }
}

/* Feature cards */
.feature-card{
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: transform .15s ease, box-shadow .15s ease;
}
.feature-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.1);
}
.feature-card .card-img-top{
  height: 180px;
  object-fit: cover;
}

/* CTA */
.cta-home{
  background: linear-gradient(180deg, #111, #1a1a1a);
  border-top: 1px solid #222;
  color: #fff;
  padding: 2rem 0;
}
.cta-home .btn-discord{
  font-weight: 600;
}

/* Social strip */
.social-media{
  display:flex;
  gap: 12px;
  justify-content: flex-end;
}
.social-media li{ margin-right: 0; }


/* ===== Monetization format polish (additive) ===== */

/* Global typographic rhythm */
body{
  line-height: 1.5;
}
h1, h2, h3{
  line-height: 1.25;
  margin-bottom: .5rem;
}
p{ margin-bottom: .5rem; }

/* Hero spacing */
.hero-mini.hero-monetization{
  padding: 2.25rem 0;
}
.hero-mini .badge-soft{
  font-size: .85rem;
}

/* Card spacing consistency */
.section-card, .package-card, .howto-card{
  padding: 1.25rem 1.15rem;
}

/* Price badge sits top-right without altering markup */
.package-card{
  position: relative;
}
.package-card .package-price{
  position: absolute;
  top: 14px;
  right: 14px;
  padding: .25rem .6rem;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 700;
  background: #111;
  color: #ffd34d;
  border: 1px solid rgba(0,0,0,0.2);
}

/* Align header + icon nicely */
.package-card__header{
  margin-right: 4.5rem; /* make space for price badge */
}

/* Clean list style across this page (green checks) */
.monetization-container ul{
  margin: .5rem 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.monetization-container ul li{
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: .4rem;
}
.monetization-container ul li:before{
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745;
}

/* Step card fine-tuning */
.howto-card p{ margin-bottom: .5rem; }
.howto-card ul{ margin-left: .5rem; }

/* PayPal button visual (uses existing text) */
.btn-paypal{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border-radius: 999px;
  padding: .5rem 1rem;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.btn-paypal:after{
  content: "\f1ed"; /* Font Awesome Paypal logo */
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Slightly denser grid on wide screens */
@media (min-width: 1200px){
  .package-grid{ grid-gap: 1.1rem; }
  .howto-grid{ grid-gap: 1.1rem; }
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce){
  .package-card, .feature-card{ transition: none; }
}

/* Fix overlapping step badges */
.howto-card__header {
  display: flex;
  align-items: center;
  margin-bottom: .75rem;
  padding-left: 2.5rem; /* space for the badge */
  position: relative;
}

.step-badge {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  font-size: .9rem;
}


/* ===== Events page refreshed layout (additive) ===== */
.events-hero{
  background: linear-gradient(135deg,#111 0%, #1a1a1a 100%);
  color:#fff;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.calendar-card{
  background:#fff;
  border:1px solid #e7e7e7;
  border-radius: 16px;
  padding: 1rem 1rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* FullCalendar v3 (unthemed) light styling */
.fc{
  font-family: inherit;
}
.fc-toolbar{
  margin-bottom: .75rem;
}
.fc-toolbar h2{
  font-size: 1.1rem;
  margin: 0;
}
.fc button{
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: .25rem .6rem;
  line-height: 1.2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.fc button:hover{
  background: #f7f7f7;
}
.fc-state-active,
.fc-state-down{
  background: #111;
  color: #ffd34d;
  border-color: #111;
}

.fc-unthemed td, .fc-unthemed th{
  border-color: #eaeaea;
}
.fc-unthemed .fc-today{
  background: #fff9e6; /* subtle gold tint */
}
.fc-unthemed .fc-event{
  background: #111;
  border: 1px solid #111;
  color: #ffd34d;
  border-radius: 6px;
  padding: 2px 4px;
}
.fc-unthemed .fc-event:hover{
  filter: brightness(1.05);
}


/* ===== Servers page refreshed layout (additive) ===== */
.servers-hero{
  background: linear-gradient(135deg,#111 0%, #1a1a1a 100%);
  color:#fff;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.server-grid{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
@media (min-width: 992px){
  .server-grid{ grid-template-columns: 1fr 1fr; }
}

.servers-list{
  margin: .25rem 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.servers-list li{
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: .4rem;
  line-height: 1.5;
}
.servers-list li:before{
  content: "\f058"; /* check circle */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0;
}

/* Status button */
.btn-status{
  border-radius: 999px;
  font-weight: 700;
  padding: .5rem 1rem;
}


/* ===== About page refreshed layout (additive) ===== */
.about-hero{
  background: linear-gradient(135deg,#111 0%, #1a1a1a 100%);
  color:#fff;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.about-container{
  margin: 32px 0;
}

.about .section-card{
  background:#fff;
  border:1px solid #e7e7e7;
  border-radius: 16px;
  padding: 1.25rem 1.25rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  margin-bottom: 1.25rem;
}
.about .section-header{
  margin-bottom: .75rem;
  padding-bottom: .35rem;
  border-bottom: 1px dashed #ddd;
}
.about .section-header h2{ font-size: 1.25rem; }
.about p{ line-height: 1.6; margin-bottom: .5rem; }


/* ===== Events list layout (no calendar) ===== */
.event-list{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: .75rem;
}
.event-card{
  display: grid;
  grid-template-columns: 86px 1fr auto;
  align-items: center;
  gap: 1rem;
  background:#fff;
  border:1px solid #e7e7e7;
  border-radius: 16px;
  padding: .9rem 1rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
@media (max-width: 575.98px){
  .event-card{ grid-template-columns: 72px 1fr; }
  .event-card .event-cta{ grid-column: 1 / -1; }
}
.event-date{
  background:#111;
  color:#ffd34d;
  border-radius: 12px;
  text-align:center;
  padding: .4rem .25rem;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  line-height: 1;
}
.event-day{ font-size: 1.6rem; font-weight: 800; }
.event-month{ font-size: .8rem; letter-spacing: .08em; }

.event-body p{ margin-bottom: .25rem; }
.event-cta .btn{ border-radius: 999px; font-weight: 700; }
.event-footnote{ font-size: .85rem; }

/* BattleMetrics widget styling */
.bm-widget {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.server-widget {
  background: #111; /* dark card background */
  color: #ffd34d;   /* gold text */
  border: 1px solid #2a2a2a;
  margin-bottom: 1.5rem;
}

.server-widget h2 {
  color: #ffd34d;
}
