/* style/index-kubet-registration-process.css */

/* Base styles for the page content */
.page-index-kubet-registration-process {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background from shared.css */
}

/* Sections with specific background colors */
.page-index-kubet-registration-process__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-index-kubet-registration-process__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* Hero Section */
.page-index-kubet-registration-process__hero-section {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
}

.page-index-kubet-registration-process__hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-index-kubet-registration-process__hero-content {
  max-width: 800px;
  text-align: center;
}

.page-index-kubet-registration-process__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-index-kubet-registration-process__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-index-kubet-registration-process__hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-kubet-registration-process__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Call to Action Buttons */
.page-index-kubet-registration-process__hero-cta-buttons,
.page-index-kubet-registration-process__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-index-kubet-registration-process__btn-primary,
.page-index-kubet-registration-process__btn-secondary,
.page-index-kubet-registration-process a[class*="btn"] {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-index-kubet-registration-process__btn-primary {
  background-color: #C30808; /* Register color */
  color: #FFFF00; /* Register font color */
  border: 2px solid #C30808;
}

.page-index-kubet-registration-process__btn-primary:hover {
  background-color: #a00606;
  transform: translateY(-3px);
}

.page-index-kubet-registration-process__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-index-kubet-registration-process__btn-secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-3px);
}

/* General Section Styles */
.page-index-kubet-registration-process__content-area,
.page-index-kubet-registration-process__steps-section,
.page-index-kubet-registration-process__important-notes-section,
.page-index-kubet-registration-process__promotions-section,
.page-index-kubet-registration-process__faq-section,
.page-index-kubet-registration-process__cta-section {
  padding: 60px 20px;
}

.page-index-kubet-registration-process__section-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-index-kubet-registration-process__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: inherit;
}

.page-index-kubet-registration-process__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 15px;
  color: inherit;
}

.page-index-kubet-registration-process__text-block {
  font-size: 1.05em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
}

/* Feature List */
.page-index-kubet-registration-process__feature-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
  text-align: left;
}

.page-index-kubet-registration-process__feature-item {
  background-color: #f9f9f9;
  color: #333333;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #017439;
  border-radius: 5px;
  font-size: 1.05em;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Steps Grid */
.page-index-kubet-registration-process__steps-grid,
.page-index-kubet-registration-process__notes-grid,
.page-index-kubet-registration-process__promo-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-kubet-registration-process__step-card,
.page-index-kubet-registration-process__note-card,
.page-index-kubet-registration-process__promo-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333333;
}

.page-index-kubet-registration-process__step-icon {
  background-color: #017439;
  color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.page-index-kubet-registration-process__step-title,
.page-index-kubet-registration-process__note-title,
.page-index-kubet-registration-process__promo-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #017439;
}

.page-index-kubet-registration-process__step-description,
.page-index-kubet-registration-process__note-description,
.page-index-kubet-registration-process__promo-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-index-kubet-registration-process__step-image,
.page-index-kubet-registration-process__security-image,
.page-index-kubet-registration-process__promo-image,
.page-index-kubet-registration-process__faq-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Important Notes Section */
.page-index-kubet-registration-process__note-card {
  text-align: left;
  background-color: #f9f9f9;
  border-left: 5px solid #017439;
}

.page-index-kubet-registration-process__note-card .page-index-kubet-registration-process__note-title {
  color: #017439;
}

/* Promotions Section */
.page-index-kubet-registration-process__promo-card {
  text-align: left;
  background-color: #f9f9f9;
  border-left: 5px solid #C30808;
}

.page-index-kubet-registration-process__promo-card .page-index-kubet-registration-process__promo-title {
  color: #C30808;
}

/* FAQ Section */
.page-index-kubet-registration-process__faq-list {
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

.page-index-kubet-registration-process__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-index-kubet-registration-process__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  color: #017439;
}

.page-index-kubet-registration-process__faq-question:hover {
  background-color: #f0f0f0;
}

.page-index-kubet-registration-process__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-index-kubet-registration-process__faq-item.active .page-index-kubet-registration-process__faq-toggle {
  transform: rotate(45deg);
}

.page-index-kubet-registration-process__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-index-kubet-registration-process__faq-item.active .page-index-kubet-registration-process__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-index-kubet-registration-process__faq-answer p {
  margin-bottom: 0;
  line-height: 1.6;
}

/* CTA Section */
.page-index-kubet-registration-process__cta-section {
  padding-bottom: 80px;
}

.page-index-kubet-registration-process__cta-container {
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-kubet-registration-process__hero-title {
    font-size: 2.8em;
  }
  .page-index-kubet-registration-process__section-title {
    font-size: 2.2em;
  }
  .page-index-kubet-registration-process__hero-container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-index-kubet-registration-process {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-index-kubet-registration-process__hero-section {
    padding: 60px 15px;
    min-height: auto;
  }
  .page-index-kubet-registration-process__hero-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-index-kubet-registration-process__hero-description {
    font-size: 1em;
  }
  .page-index-kubet-registration-process__section-title {
    font-size: 1.8em;
  }
  .page-index-kubet-registration-process__sub-title {
    font-size: 1.4em;
  }
  .page-index-kubet-registration-process__text-block {
    font-size: 0.95em;
  }

  .page-index-kubet-registration-process__hero-cta-buttons,
  .page-index-kubet-registration-process__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-kubet-registration-process__btn-primary,
  .page-index-kubet-registration-process__btn-secondary,
  .page-index-kubet-registration-process a[class*="btn"] {
    padding: 12px 20px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-index-kubet-registration-process__steps-grid,
  .page-index-kubet-registration-process__notes-grid,
  .page-index-kubet-registration-process__promo-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-kubet-registration-process__content-area,
  .page-index-kubet-registration-process__steps-section,
  .page-index-kubet-registration-process__important-notes-section,
  .page-index-kubet-registration-process__promotions-section,
  .page-index-kubet-registration-process__faq-section,
  .page-index-kubet-registration-process__cta-section {
    padding: 40px 15px;
  }

  .page-index-kubet-registration-process__feature-item,
  .page-index-kubet-registration-process__step-card,
  .page-index-kubet-registration-process__note-card,
  .page-index-kubet-registration-process__promo-card,
  .page-index-kubet-registration-process__faq-item {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Image responsiveness for mobile */
  .page-index-kubet-registration-process img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-index-kubet-registration-process__hero-image-wrapper,
  .page-index-kubet-registration-process__security-image,
  .page-index-kubet-registration-process__promo-image,
  .page-index-kubet-registration-process__faq-image {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-index-kubet-registration-process__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-index-kubet-registration-process__faq-answer {
    padding: 10px 20px;
  }

  /* Ensure content containers don't cause overflow */
  .page-index-kubet-registration-process__section-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }
  .page-index-kubet-registration-process__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure header offset for mobile */
  }
}

@media (max-width: 480px) {
  .page-index-kubet-registration-process__hero-title {
    font-size: 1.8em;
  }
  .page-index-kubet-registration-process__section-title {
    font-size: 1.6em;
  }
  .page-index-kubet-registration-process__sub-title {
    font-size: 1.2em;
  }
  .page-index-kubet-registration-process__btn-primary,
  .page-index-kubet-registration-process__btn-secondary,
  .page-index-kubet-registration-process a[class*="btn"] {
    font-size: 0.9em;
    padding: 10px 15px;
  }
}