/* style/blog-how-to-register-febet-chinh-thuc-account.css */

/* Root variables for colors */
:root {
  --febet-primary: #11A84E;
  --febet-secondary: #22C768;
  --febet-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --febet-card-bg: #11271B;
  --febet-background: #08160F;
  --febet-text-main: #F2FFF6;
  --febet-text-secondary: #A7D9B8;
  --febet-border: #2E7A4E;
  --febet-glow: #57E38D;
  --febet-gold: #F2C14E;
  --febet-divider: #1E3A2A;
  --febet-deep-green: #0A4B2C;
}

/* Base styles for the page content */
.page-blog-how-to-register-febet-chinh-thuc-account {
  font-family: 'Arial', sans-serif;
  color: var(--febet-text-main); /* Default text color for dark background */
  background-color: var(--febet-background);
  line-height: 1.6;
}

.page-blog-how-to-register-febet-chinh-thuc-account__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-register-febet-chinh-thuc-account__dark-bg {
  background-color: var(--febet-background);
  color: var(--febet-text-main);
}

.page-blog-how-to-register-febet-chinh-thuc-account__light-bg {
  background-color: var(--febet-text-main);
  color: #333333; /* Dark text for light background */
}

/* Hero Section */
.page-blog-how-to-register-febet-chinh-thuc-account__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  overflow: hidden;
  min-height: 500px;
}

.page-blog-how-to-register-febet-chinh-thuc-account__hero-image {
  width: 100%;
  height: auto;
  max-height: 675px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-blog-how-to-register-febet-chinh-thuc-account__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
  margin-top: 200px; /* Push content down to avoid overlapping the top of the image */
}

.page-blog-how-to-register-febet-chinh-thuc-account__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--febet-text-main);
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(0,255,0,0.5);
}

.page-blog-how-to-register-febet-chinh-thuc-account__hero-description {
  font-size: 1.15rem;
  color: var(--febet-text-secondary);
  margin-bottom: 30px;
}

/* Section Titles */
.page-blog-how-to-register-febet-chinh-thuc-account__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--febet-glow);
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 0 8px rgba(87, 227, 141, 0.4);
}

/* Text Blocks */
.page-blog-how-to-register-febet-chinh-thuc-account__text-block {
  font-size: 1rem;
  margin-bottom: 20px;
  color: inherit;
}

/* Buttons */
.page-blog-how-to-register-febet-chinh-thuc-account__btn-primary,
.page-blog-how-to-register-febet-chinh-thuc-account__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-register-febet-chinh-thuc-account__btn-primary {
  background: var(--febet-button-gradient);
  color: var(--febet-text-main);
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-how-to-register-febet-chinh-thuc-account__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-how-to-register-febet-chinh-thuc-account__btn-secondary {
  background-color: transparent;
  color: var(--febet-glow);
  border: 2px solid var(--febet-glow);
  margin-top: 20px;
}

.page-blog-how-to-register-febet-chinh-thuc-account__btn-secondary:hover {
  background-color: var(--febet-glow);
  color: var(--febet-background);
  transform: translateY(-2px);
}

/* Intro Section */
.page-blog-how-to-register-febet-chinh-thuc-account__intro-section {
  padding: 80px 0;
}

/* Guide Section */
.page-blog-how-to-register-febet-chinh-thuc-account__guide-section {
  padding: 80px 0;
}

.page-blog-how-to-register-febet-chinh-thuc-account__step-card {
  background-color: var(--febet-card-bg);
  border: 1px solid var(--febet-border);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  color: var(--febet-text-main);
}

.page-blog-how-to-register-febet-chinh-thuc-account__step-title {
  font-size: 1.6rem;
  color: var(--febet-glow);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-register-febet-chinh-thuc-account__step-description {
  font-size: 1rem;
  margin-bottom: 15px;
  color: var(--febet-text-secondary);
}

.page-blog-how-to-register-febet-chinh-thuc-account__step-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--febet-text-secondary);
}

.page-blog-how-to-register-febet-chinh-thuc-account__step-list li {
  margin-bottom: 10px;
}

/* Benefits Section */
.page-blog-how-to-register-febet-chinh-thuc-account__benefits-section {
  padding: 80px 0;
}

.page-blog-how-to-register-febet-chinh-thuc-account__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-register-febet-chinh-thuc-account__benefit-item {
  background-color: var(--febet-card-bg);
  border: 1px solid var(--febet-border);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: var(--febet-text-main);
}

.page-blog-how-to-register-febet-chinh-thuc-account__benefit-title {
  font-size: 1.4rem;
  color: var(--febet-glow);
  margin-bottom: 15px;
}

.page-blog-how-to-register-febet-chinh-thuc-account__benefit-description {
  font-size: 0.95rem;
  color: var(--febet-text-secondary);
}

/* Security Tips Section */
.page-blog-how-to-register-febet-chinh-thuc-account__security-tips-section {
  padding: 80px 0;
}

.page-blog-how-to-register-febet-chinh-thuc-account__security-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-top: 20px;
  color: var(--febet-text-secondary);
}

.page-blog-how-to-register-febet-chinh-thuc-account__security-list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

/* FAQ Section */
.page-blog-how-to-register-febet-chinh-thuc-account__faq-section {
  padding: 80px 0;
}

.page-blog-how-to-register-febet-chinh-thuc-account__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-register-febet-chinh-thuc-account__faq-item {
  background-color: var(--febet-card-bg);
  border: 1px solid var(--febet-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--febet-text-main);
}

.page-blog-how-to-register-febet-chinh-thuc-account__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--febet-text-main);
  background-color: var(--febet-deep-green);
  user-select: none;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-register-febet-chinh-thuc-account__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-febet-chinh-thuc-account__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-register-febet-chinh-thuc-account__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: var(--febet-glow);
}

.page-blog-how-to-register-febet-chinh-thuc-account__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: var(--febet-text-secondary);
  border-top: 1px solid var(--febet-divider);
}

/* CTA Section */
.page-blog-how-to-register-febet-chinh-thuc-account__cta-section {
  padding: 80px 0;
  text-align: center;
}

/* Images */
.page-blog-how-to-register-febet-chinh-thuc-account img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  /* Ensure min size for content images */
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-register-febet-chinh-thuc-account__image-content {
  width: 100%; /* For content images */
  max-width: 800px; /* Example max-width for content images */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-register-febet-chinh-thuc-account__hero-content {
    margin-top: 150px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-febet-chinh-thuc-account__hero-content {
    margin-top: 100px; /* Adjust margin for smaller screens */
    padding: 30px 15px;
  }

  .page-blog-how-to-register-febet-chinh-thuc-account__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-blog-how-to-register-febet-chinh-thuc-account__hero-description {
    font-size: 1rem;
  }

  .page-blog-how-to-register-febet-chinh-thuc-account__section-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-blog-how-to-register-febet-chinh-thuc-account__text-block,
  .page-blog-how-to-register-febet-chinh-thuc-account__step-description,
  .page-blog-how-to-register-febet-chinh-thuc-account__step-list li,
  .page-blog-how-to-register-febet-chinh-thuc-account__benefit-description,
  .page-blog-how-to-register-febet-chinh-thuc-account__security-list li,
  .page-blog-how-to-register-febet-chinh-thuc-account__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-how-to-register-febet-chinh-thuc-account__btn-primary,
  .page-blog-how-to-register-febet-chinh-thuc-account__btn-secondary {
    font-size: 1rem;
    padding: 12px 25px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-register-febet-chinh-thuc-account__step-card {
    padding: 25px;
  }

  .page-blog-how-to-register-febet-chinh-thuc-account__benefit-item {
    padding: 25px;
  }

  .page-blog-how-to-register-febet-chinh-thuc-account__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  /* Image responsive rules */
  .page-blog-how-to-register-febet-chinh-thuc-account img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-register-febet-chinh-thuc-account__hero-image {
    max-height: 400px; /* Adjust hero image height for mobile */
  }

  .page-blog-how-to-register-febet-chinh-thuc-account__container,
  .page-blog-how-to-register-febet-chinh-thuc-account__section,
  .page-blog-how-to-register-febet-chinh-thuc-account__card,
  .page-blog-how-to-register-febet-chinh-thuc-account__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-register-febet-chinh-thuc-account__hero-content {
    margin-top: 80px;
  }
}