/* style/resources-66ff-link-future-trends.css */
.page-resources-66ff-link-future-trends {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text-color, #333333);
  background-color: var(--dark-color);
}

.page-resources-66ff-link-future-trends__dark-bg {
  background-color: var(--dark-color, #1a1a1a);
  color: #ffffff;
}

.page-resources-66ff-link-future-trends__light-bg {
  background-color: var(--white-color, #ffffff);
  color: var(--text-color, #333333);
}

.page-resources-66ff-link-future-trends__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-color: #26A9E0;
}

.page-resources-66ff-link-future-trends__hero-content {
  z-index: 1;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-66ff-link-future-trends__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-66ff-link-future-trends__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-66ff-link-future-trends__hero-cta-buttons,
.page-resources-66ff-link-future-trends__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-66ff-link-future-trends__cta-buttons--center {
  margin-top: 30px;
}

.page-resources-66ff-link-future-trends__btn-primary,
.page-resources-66ff-link-future-trends__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, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-66ff-link-future-trends__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #ffffff;
  border: 2px solid transparent;
}

.page-resources-66ff-link-future-trends__btn-primary:hover {
  background-color: #d16d06;
}

.page-resources-66ff-link-future-trends__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-66ff-link-future-trends__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-66ff-link-future-trends__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-66ff-link-future-trends__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: brightness(0.7);
}

.page-resources-66ff-link-future-trends__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-resources-66ff-link-future-trends__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-66ff-link-future-trends__section-title--white {
  color: #ffffff;
}

.page-resources-66ff-link-future-trends__sub-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-66ff-link-future-trends__sub-title--white {
  color: #ffffff;
}

.page-resources-66ff-link-future-trends__text-block p {
  margin-bottom: 15px;
  color: inherit;
}

.page-resources-66ff-link-future-trends__text-block a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-66ff-link-future-trends__text-block a:hover {
  color: #1e87b6;
}

.page-resources-66ff-link-future-trends__feature-list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-66ff-link-future-trends__feature-list li {
  margin-bottom: 10px;
}

.page-resources-66ff-link-future-trends__image-gallery {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.page-resources-66ff-link-future-trends__image-item {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
  display: block;
}

.page-resources-66ff-link-future-trends__video-section {
  padding: 60px 20px;
  text-align: center;
  background-color: var(--dark-color, #1a1a1a);
  color: #ffffff;
}

.page-resources-66ff-link-future-trends__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 960px;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  width: 100%;
  box-sizing: border-box;
}

.page-resources-66ff-link-future-trends__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  max-width: 100%;
  display: block;
  cursor: pointer;
}

.page-resources-66ff-link-future-trends__video-caption {
  margin-top: 20px;
  font-style: italic;
  color: #f0f0f0;
}

.page-resources-66ff-link-future-trends__cta-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-66ff-link-future-trends__faq-section {
  padding: 60px 20px;
  background-color: #f8f8f8;
  color: var(--text-color, #333333);
}

.page-resources-66ff-link-future-trends__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-66ff-link-future-trends__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-66ff-link-future-trends__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #333333;
  background-color: #f9f9f9;
  list-style: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.page-resources-66ff-link-future-trends__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-66ff-link-future-trends__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-resources-66ff-link-future-trends__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #555555;
}

.page-resources-66ff-link-future-trends__faq-answer p {
  margin-bottom: 0;
}

/* --------------------------------------------------- */
/* Responsive Design - Mobile First */
/* --------------------------------------------------- */

@media (max-width: 768px) {
  .page-resources-66ff-link-future-trends {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-66ff-link-future-trends__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-66ff-link-future-trends__hero-title {
    font-size: 2.2em;
  }

  .page-resources-66ff-link-future-trends__hero-description {
    font-size: 1em;
  }

  .page-resources-66ff-link-future-trends__hero-cta-buttons,
  .page-resources-66ff-link-future-trends__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-resources-66ff-link-future-trends__btn-primary,
  .page-resources-66ff-link-future-trends__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-66ff-link-future-trends__content-area,
  .page-resources-66ff-link-future-trends__video-section,
  .page-resources-66ff-link-future-trends__cta-section,
  .page-resources-66ff-link-future-trends__faq-section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-66ff-link-future-trends__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-66ff-link-future-trends__sub-title {
    font-size: 1.4em;
  }

  .page-resources-66ff-link-future-trends img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-66ff-link-future-trends__image-gallery,
  .page-resources-66ff-link-future-trends__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    margin-left: 0;
    margin-right: 0;
  }

  .page-resources-66ff-link-future-trends__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-66ff-link-future-trends__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-resources-66ff-link-future-trends__faq-answer {
    padding: 0 20px 15px;
  }
}