/* style/blog-safe-fast-bot88-registration.css */

/* Base styles for the page */
.page-blog-safe-fast-bot88-registration {
  color: var(--text-main);
  background-color: var(--background);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Hero Section */
.page-blog-safe-fast-bot88-registration__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  text-align: center;
  overflow: hidden;
}

.page-blog-safe-fast-bot88-registration__hero-image-wrapper {
  width: 100%;
  max-height: 70vh; /* Limit height to prevent image being too tall */
  overflow: hidden;
  position: relative;
}

.page-blog-safe-fast-bot88-registration__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly darken image for text readability */
}

.page-blog-safe-fast-bot88-registration__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 900px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-safe-fast-bot88-registration__main-title {
  color: var(--text-main);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-blog-safe-fast-bot88-registration__hero-description {
  color: var(--text-secondary);
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* General Section Styling */
.page-blog-safe-fast-bot88-registration__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-safe-fast-bot88-registration__section-title {
  color: var(--text-main);
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  font-weight: 600;
}

.page-blog-safe-fast-bot88-registration__section-description {
  color: var(--text-secondary);
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-safe-fast-bot88-registration__sub-title {
  color: var(--text-main);
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-safe-fast-bot88-registration__text-block p,
.page-blog-safe-fast-bot88-registration p {
  color: var(--text-secondary);
  margin-bottom: 15px;
}

/* Buttons */
.page-blog-safe-fast-bot88-registration__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: var(--text-main);
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-safe-fast-bot88-registration__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-safe-fast-bot88-registration__btn-center {
  display: block;
  margin: 40px auto;
  text-align: center;
}

/* Links */
.page-blog-safe-fast-bot88-registration__link {
  color: var(--glow);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-safe-fast-bot88-registration__link:hover {
  color: var(--gold);
  text-decoration: underline;
}

/* Image Styling */
.page-blog-safe-fast-bot88-registration__image-wrapper {
  margin: 40px auto;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-safe-fast-bot88-registration__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Step Cards */
.page-blog-safe-fast-bot88-registration__steps-section {
  padding: 80px 0;
  background-color: var(--card-bg);
}

.page-blog-safe-fast-bot88-registration__step-card {
  background-color: var(--background);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  border: 1px solid var(--border);
}

.page-blog-safe-fast-bot88-registration__step-icon {
  background: var(--glow);
  color: #08160F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-blog-safe-fast-bot88-registration__step-title {
  color: var(--text-main);
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.page-blog-safe-fast-bot88-registration__step-card p {
  color: var(--text-secondary);
}

.page-blog-safe-fast-bot88-registration__sub-step h4 {
  color: var(--text-main);
  font-size: 1.3rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Feature Grid (Security Section) */
.page-blog-safe-fast-bot88-registration__security-section {
  padding: 80px 0;
  background-color: var(--background);
}

.page-blog-safe-fast-bot88-registration__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-safe-fast-bot88-registration__feature-card {
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border);
}

.page-blog-safe-fast-bot88-registration__feature-title {
  color: var(--text-main);
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.page-blog-safe-fast-bot88-registration__feature-card p {
  color: var(--text-secondary);
}

/* Benefits Section */
.page-blog-safe-fast-bot88-registration__benefits-section {
  padding: 80px 0;
  background-color: var(--card-bg);
}

.page-blog-safe-fast-bot88-registration__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-safe-fast-bot88-registration__benefit-card {
  background-color: var(--background);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border);
}

.page-blog-safe-fast-bot88-registration__benefit-title {
  color: var(--text-main);
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.page-blog-safe-fast-bot88-registration__benefit-card p,
.page-blog-safe-fast-bot88-registration__benefit-list {
  color: var(--text-secondary);
}

.page-blog-safe-fast-bot88-registration__benefit-list {
  list-style-type: disc;
  margin-left: 20px;
}

.page-blog-safe-fast-bot88-registration__benefit-list li strong {
  color: var(--text-main);
}

/* Troubleshooting Section */
.page-blog-safe-fast-bot88-registration__troubleshooting-section {
  padding: 80px 0;
  background-color: var(--background);
}

.page-blog-safe-fast-bot88-registration__trouble-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-safe-fast-bot88-registration__trouble-card {
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border);
}

.page-blog-safe-fast-bot88-registration__trouble-title {
  color: var(--text-main);
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.page-blog-safe-fast-bot88-registration__trouble-card p {
  color: var(--text-secondary);
}

/* FAQ Section */
.page-blog-safe-fast-bot88-registration__faq-section {
  padding: 80px 0;
  background-color: var(--card-bg);
}

.page-blog-safe-fast-bot88-registration__faq-list {
  margin-top: 40px;
}

.page-blog-safe-fast-bot88-registration__faq-item {
  background-color: var(--background);
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border);
}

.page-blog-safe-fast-bot88-registration__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
  color: var(--text-main);
  font-size: 1.2rem;
  font-weight: 600;
  list-style: none; /* For details/summary */
}

.page-blog-safe-fast-bot88-registration__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-safe-fast-bot88-registration__faq-toggle {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--glow);
}

.page-blog-safe-fast-bot88-registration__faq-answer {
  padding: 0 30px 20px;
  color: var(--text-secondary);
  font-size: 1rem;
}

/* Conclusion Section */
.page-blog-safe-fast-bot88-registration__conclusion-section {
  padding: 80px 0;
  text-align: center;
  background-color: var(--background);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-safe-fast-bot88-registration__hero-content {
    max-width: 80%;
  }
  .page-blog-safe-fast-bot88-registration__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-safe-fast-bot88-registration__section-title {
    font-size: 2rem;
  }
  .page-blog-safe-fast-bot88-registration__sub-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  /* General mobile text sizes */
  .page-blog-safe-fast-bot88-registration {
    font-size: 16px;
    line-height: 1.6;
  }

  /* Hero section */
  .page-blog-safe-fast-bot88-registration__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* Small top padding, body handles --header-offset */
  }
  .page-blog-safe-fast-bot88-registration__hero-content {
    position: static;
    transform: none;
    max-width: 100%;
    padding: 0;
  }
  .page-blog-safe-fast-bot88-registration__hero-image-wrapper {
    margin-bottom: 20px;
  }
  .page-blog-safe-fast-bot88-registration__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-top: 20px;
  }
  .page-blog-safe-fast-bot88-registration__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  /* Containers and sections */
  .page-blog-safe-fast-bot88-registration__container {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-safe-fast-bot88-registration__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .page-blog-safe-fast-bot88-registration__section-description {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .page-blog-safe-fast-bot88-registration__sub-title {
    font-size: 1.4rem;
  }

  /* Images responsiveness */
  .page-blog-safe-fast-bot88-registration img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-safe-fast-bot88-registration__image-wrapper,
  .page-blog-safe-fast-bot88-registration__content-image {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Buttons responsiveness */
  .page-blog-safe-fast-bot88-registration__btn-primary,
  .page-blog-safe-fast-bot88-registration a[class*="button"],
  .page-blog-safe-fast-bot88-registration 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-safe-fast-bot88-registration__btn-center {
    margin: 30px auto;
  }

  /* Grid layouts to single column */
  .page-blog-safe-fast-bot88-registration__feature-grid,
  .page-blog-safe-fast-bot88-registration__benefits-grid,
  .page-blog-safe-fast-bot88-registration__trouble-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Card paddings */
  .page-blog-safe-fast-bot88-registration__step-card,
  .page-blog-safe-fast-bot88-registration__feature-card,
  .page-blog-safe-fast-bot88-registration__benefit-card,
  .page-blog-safe-fast-bot88-registration__trouble-card,
  .page-blog-safe-fast-bot88-registration__faq-item {
    padding: 20px;
  }

  /* FAQ specific */
  .page-blog-safe-fast-bot88-registration__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-safe-fast-bot88-registration__faq-answer {
    padding: 0 20px 15px;
  }
}

/* Color Contrast Fixes (if needed, based on body background and specific elements) */
/* Assuming body background is dark from shared.css (var(--background) = #08160F) */
.page-blog-safe-fast-bot88-registration {
  color: var(--text-main); /* #F2FFF6 */
}

.page-blog-safe-fast-bot88-registration__dark-bg {
  background-color: var(--background);
  color: var(--text-main);
}

.page-blog-safe-fast-bot88-registration__light-bg {
  background-color: var(--card-bg); /* #11271B, slightly lighter dark green */
  color: var(--text-main);
}

/* Ensure min-size for images in content area */
.page-blog-safe-fast-bot88-registration__content-area img,
.page-blog-safe-fast-bot88-registration__steps-section img,
.page-blog-safe-fast-bot88-registration__security-section img,
.page-blog-safe-fast-bot88-registration__benefits-section img,
.page-blog-safe-fast-bot88-registration__troubleshooting-section img {
  min-width: 200px;
  min-height: 200px;
}