/* style/blog-how-to-register-555win-live.css */

/* Base Styles */
.page-blog-how-to-register-555win-live {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  padding-top: 10px; /* Small top padding, body handles header-offset */
}

.page-blog-how-to-register-555win-live__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-register-555win-live__section {
  padding: 60px 0;
}

.page-blog-how-to-register-555win-live__section-title {
  font-size: 2.8em;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.page-blog-how-to-register-555win-live__section-intro {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #A7D9B8; /* Text Secondary */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-555win-live__subtitle {
  font-size: 1.8em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-register-555win-live p {
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-register-555win-live__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-register-555win-live__list li {
  margin-bottom: 8px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-register-555win-live__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #F2FFF6; /* Text Main */
}

/* Buttons */
.page-blog-how-to-register-555win-live__cta-button,
.page-blog-how-to-register-555win-live__btn-primary,
.page-blog-how-to-register-555win-live__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-register-555win-live__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff; /* White text for contrast */
  border: none;
}

.page-blog-how-to-register-555win-live__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-register-555win-live__btn-secondary {
  background: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D; /* Glow */
}

.page-blog-how-to-register-555win-live__btn-secondary:hover {
  background: rgba(87, 227, 141, 0.1);
  transform: translateY(-2px);
}

/* Hero Section */
.page-blog-how-to-register-555win-live__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 10px; /* Small top padding, body handles header-offset */
  overflow: hidden;
}

.page-blog-how-to-register-555win-live__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-how-to-register-555win-live__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-blog-how-to-register-555win-live__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -80px; /* Adjust to slightly overlap the image for visual flow */
  position: relative;
  z-index: 1;
  background-color: rgba(17, 39, 27, 0.8); /* Card BG with transparency for subtle overlay */
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-register-555win-live__main-title {
  font-size: clamp(2.5em, 5vw, 3.5em); /* Responsive H1 font size */
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.page-blog-how-to-register-555win-live__description {
  font-size: 1.2em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

/* Why Choose Section */
.page-blog-how-to-register-555win-live__why-choose {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-how-to-register-555win-live__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-how-to-register-555win-live__feature-card {
  text-align: center;
}

.page-blog-how-to-register-555win-live__feature-icon {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-555win-live__feature-title {
  font-size: 1.5em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-blog-how-to-register-555win-live__feature-description {
  color: #A7D9B8; /* Text Secondary */
}

/* Registration Guide Section */
.page-blog-how-to-register-555win-live__registration-guide {
  background-color: #08160F;
}

.page-blog-how-to-register-555win-live__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-how-to-register-555win-live__step-card {
  text-align: center;
}

.page-blog-how-to-register-555win-live__step-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-555win-live__step-title {
  font-size: 1.6em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-blog-how-to-register-555win-live__step-description {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

/* Verification Section */
.page-blog-how-to-register-555win-live__verification {
  background-color: #0A4B2C;
}

.page-blog-how-to-register-555win-live__verification-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-blog-how-to-register-555win-live__text-block {
  flex: 1;
  min-width: 300px;
  color: #F2FFF6;
}

.page-blog-how-to-register-555win-live__image-right {
  flex: 1;
  min-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* Deposit & Play Section */
.page-blog-how-to-register-555win-live__deposit-play {
  background-color: #08160F;
}

.page-blog-how-to-register-555win-live__deposit-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Game Showcase Section */
.page-blog-how-to-register-555win-live__game-showcase {
  background-color: #0A4B2C;
}

.page-blog-how-to-register-555win-live__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-how-to-register-555win-live__game-card {
  text-align: center;
}

.page-blog-how-to-register-555win-live__game-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-how-to-register-555win-live__game-title {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-blog-how-to-register-555win-live__game-title a {
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
}

.page-blog-how-to-register-555win-live__game-title a:hover {
  color: #57E38D; /* Glow */
}

.page-blog-how-to-register-555win-live__game-description {
  color: #A7D9B8; /* Text Secondary */
}

/* Promotions Section */
.page-blog-how-to-register-555win-live__promotions {
  background-color: #08160F;
}

.page-blog-how-to-register-555win-live__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Support Section */
.page-blog-how-to-register-555win-live__support {
  background-color: #0A4B2C;
}

.page-blog-how-to-register-555win-live__support-contact {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

/* FAQ Section */
.page-blog-how-to-register-555win-live__faq {
  background-color: #08160F;
}

.page-blog-how-to-register-555win-live__faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-how-to-register-555win-live__faq-item {
  cursor: pointer;
}

.page-blog-how-to-register-555win-live__faq-item details > summary {
  list-style: none;
}

.page-blog-how-to-register-555win-live__faq-item details > summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-555win-live__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  background-color: #11271B; /* Card BG */
  border-radius: 8px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-register-555win-live__faq-question:hover {
  background-color: rgba(17, 39, 27, 0.8); /* Slightly darker on hover */
}

.page-blog-how-to-register-555win-live__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-how-to-register-555win-live__faq-answer {
  padding: 15px 20px;
  font-size: 1.05em;
  color: #A7D9B8; /* Text Secondary */
  border-top: 1px solid #1E3A2A; /* Divider */
}

/* Conclusion Section */
.page-blog-how-to-register-555win-live__conclusion {
  text-align: center;
  background-color: #0A4B2C;
}

/* Image Styling */
.page-blog-how-to-register-555win-live img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-register-555win-live__hero-content {
    margin-top: -60px;
    padding: 30px;
  }
  .page-blog-how-to-register-555win-live__section-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-555win-live {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-register-555win-live__section {
    padding: 40px 0;
  }
  .page-blog-how-to-register-555win-live__section-title {
    font-size: 2em !important;
  }
  .page-blog-how-to-register-555win-live__section-intro,
  .page-blog-how-to-register-555win-live__description {
    font-size: 1em;
  }
  .page-blog-how-to-register-555win-live__hero-content {
    margin-top: -40px;
    padding: 20px;
  }
  .page-blog-how-to-register-555win-live__main-title {
    font-size: 2.2em;
  }
  .page-blog-how-to-register-555win-live__features-grid,
  .page-blog-how-to-register-555win-live__steps-grid,
  .page-blog-how-to-register-555win-live__deposit-methods,
  .page-blog-how-to-register-555win-live__games-grid,
  .page-blog-how-to-register-555win-live__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-register-555win-live__verification-content {
    flex-direction: column;
  }

  .page-blog-how-to-register-555win-live__cta-button,
  .page-blog-how-to-register-555win-live__btn-primary,
  .page-blog-how-to-register-555win-live__btn-secondary,
  .page-blog-how-to-register-555win-live a[class*="button"],
  .page-blog-how-to-register-555win-live a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-how-to-register-555win-live__cta-buttons,
  .page-blog-how-to-register-555win-live__button-group,
  .page-blog-how-to-register-555win-live__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    overflow: hidden !important;
  }

  .page-blog-how-to-register-555win-live img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-register-555win-live__hero-section,
  .page-blog-how-to-register-555win-live__section,
  .page-blog-how-to-register-555win-live__card,
  .page-blog-how-to-register-555win-live__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
  .page-blog-how-to-register-555win-live__hero-section {
    padding-top: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-blog-how-to-register-555win-live__hero-content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-register-555win-live__main-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-register-555win-live__section-title {
    font-size: 1.8em !important;
  }
  .page-blog-how-to-register-555win-live__subtitle {
    font-size: 1.4em;
  }
  .page-blog-how-to-register-555win-live__cta-button,
  .page-blog-how-to-register-555win-live__btn-primary,
  .page-blog-how-to-register-555win-live__btn-secondary {
    padding: 12px 20px;
    font-size: 1em;
  }
}