/* style/blog-q68bet-official-entry-and-alternative-domains.css */

/* Body background is #0a0a0a (dark), so use light text for main content */
.page-blog-q68bet-official-entry-and-alternative-domains {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Rely on shared.css for body background */
}

.page-blog-q68bet-official-entry-and-alternative-domains__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-q68bet-official-entry-and-alternative-domains__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  overflow: hidden;
}

.page-blog-q68bet-official-entry-and-alternative-domains__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-blog-q68bet-official-entry-and-alternative-domains__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-q68bet-official-entry-and-alternative-domains__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  color: #ffffff;
  padding: 20px;
}

.page-blog-q68bet-official-entry-and-alternative-domains__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-q68bet-official-entry-and-alternative-domains__description {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-q68bet-official-entry-and-alternative-domains__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-q68bet-official-entry-and-alternative-domains__btn-primary,
.page-blog-q68bet-official-entry-and-alternative-domains__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-q68bet-official-entry-and-alternative-domains__btn-primary {
  background-color: #26A9E0; /* Main brand color */
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-q68bet-official-entry-and-alternative-domains__btn-primary:hover {
  background-color: #1a7fb2;
  border-color: #1a7fb2;
}

.page-blog-q68bet-official-entry-and-alternative-domains__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-blog-q68bet-official-entry-and-alternative-domains__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-blog-q68bet-official-entry-and-alternative-domains__content-section {
  padding: 60px 0;
}

.page-blog-q68bet-official-entry-and-alternative-domains__dark-bg {
  background-color: #0d0d0d; /* Slightly lighter than body for contrast, but still dark */
  color: #ffffff;
}

.page-blog-q68bet-official-entry-and-alternative-domains__light-bg {
  background-color: #1a1a1a; /* Lighter dark background for variety */
  color: #ffffff;
}

.page-blog-q68bet-official-entry-and-alternative-domains__text-contrast-fix {
  color: #f0f0f0;
}

.page-blog-q68bet-official-entry-and-alternative-domains__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #26A9E0;
}

.page-blog-q68bet-official-entry-and-alternative-domains__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-q68bet-official-entry-and-alternative-domains__text-block p {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.7;
  color: inherit;
}

.page-blog-q68bet-official-entry-and-alternative-domains__list,
.page-blog-q68bet-official-entry-and-alternative-domains__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-q68bet-official-entry-and-alternative-domains__ordered-list {
  list-style-type: decimal;
}

.page-blog-q68bet-official-entry-and-alternative-domains__list-item {
  margin-bottom: 10px;
  color: inherit;
}

.page-blog-q68bet-official-entry-and-alternative-domains__image-container {
  margin: 40px auto;
  max-width: 800px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.page-blog-q68bet-official-entry-and-alternative-domains__image-full {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-q68bet-official-entry-and-alternative-domains__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-blog-q68bet-official-entry-and-alternative-domains__faq-section {
  padding: 60px 0;
}

.page-blog-q68bet-official-entry-and-alternative-domains__faq-list {
  margin-top: 40px;
}

.page-blog-q68bet-official-entry-and-alternative-domains__faq-item {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white for cards */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-q68bet-official-entry-and-alternative-domains__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-q68bet-official-entry-and-alternative-domains__faq-item[open] .page-blog-q68bet-official-entry-and-alternative-domains__faq-question {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-blog-q68bet-official-entry-and-alternative-domains__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-q68bet-official-entry-and-alternative-domains__faq-question::marker {
  display: none;
}

.page-blog-q68bet-official-entry-and-alternative-domains__faq-qtext {
  flex-grow: 1;
}

.page-blog-q68bet-official-entry-and-alternative-domains__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-q68bet-official-entry-and-alternative-domains__faq-answer {
  padding: 20px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #f0f0f0;
}

.page-blog-q68bet-official-entry-and-alternative-domains__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-q68bet-official-entry-and-alternative-domains__hero-section {
    min-height: 500px;
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__main-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__description {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
  }
}

@media (max-width: 768px) {
  .page-blog-q68bet-official-entry-and-alternative-domains__hero-section {
    min-height: 450px;
    padding-bottom: 40px;
    padding-top: 10px !important; /* body already handles header-offset */
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__hero-content {
    padding: 15px;
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__description {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__btn-primary,
  .page-blog-q68bet-official-entry-and-alternative-domains__btn-secondary {
    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-q68bet-official-entry-and-alternative-domains__content-section,
  .page-blog-q68bet-official-entry-and-alternative-domains__faq-section,
  .page-blog-q68bet-official-entry-and-alternative-domains__conclusion-section {
    padding: 40px 0;
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-q68bet-official-entry-and-alternative-domains img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__image-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-q68bet-official-entry-and-alternative-domains video,
  .page-blog-q68bet-official-entry-and-alternative-domains__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__video-section,
  .page-blog-q68bet-official-entry-and-alternative-domains__video-container,
  .page-blog-q68bet-official-entry-and-alternative-domains__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__faq-question {
    font-size: 1rem;
    padding: 15px;
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__faq-answer {
    padding: 15px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .page-blog-q68bet-official-entry-and-alternative-domains__hero-section {
    min-height: 400px;
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__main-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__description {
    font-size: clamp(0.85rem, 3vw, 0.95rem);
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__section-title {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
  }
  .page-blog-q68bet-official-entry-and-alternative-domains__sub-title {
    font-size: clamp(1.2rem, 3.5vw, 1.5rem);
  }
}