.page-resources-okwin-platform-features {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  line-height: 1.6;
}

.page-resources-okwin-platform-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-okwin-platform-features__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-okwin-platform-features__section-title {
  font-size: 36px;
  color: #26A9E0;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.page-resources-okwin-platform-features__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  border-radius: 2px;
}

.page-resources-okwin-platform-features__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.page-resources-okwin-platform-features__text-block a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-okwin-platform-features__text-block a:hover {
  text-decoration: underline;
}

/* Hero Section */
.page-resources-okwin-platform-features__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #26A9E0, #FFFFFF);
  overflow: hidden;
}

.page-resources-okwin-platform-features__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-okwin-platform-features__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-okwin-platform-features__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-okwin-platform-features__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-okwin-platform-features__hero-title {
  font-size: 48px;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-resources-okwin-platform-features__hero-description {
  font-size: 20px;
  color: #333333;
  max-width: 800px;
  margin: 0 auto 30px auto;
  text-align: center;
}

.page-resources-okwin-platform-features__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-okwin-platform-features__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-okwin-platform-features__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-okwin-platform-features__btn-primary:hover {
  background: #1e87c0;
  border-color: #1e87c0;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-okwin-platform-features__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-okwin-platform-features__btn-secondary:hover {
  background: #f0f8ff;
  color: #1e87c0;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Introduction Section */
.page-resources-okwin-platform-features__introduction-section {
  background-color: #f9f9f9;
}

/* Features Section */
.page-resources-okwin-platform-features__features-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-okwin-platform-features__features-section .page-resources-okwin-platform-features__section-title {
  color: #ffffff;
}

.page-resources-okwin-platform-features__features-section .page-resources-okwin-platform-features__section-title::after {
  background-color: #ffffff;
}

.page-resources-okwin-platform-features__features-section .page-resources-okwin-platform-features__text-block {
  color: #f0f0f0;
}

.page-resources-okwin-platform-features__features-section .page-resources-okwin-platform-features__text-block a {
  color: #ffffff;
  text-decoration: underline;
}

.page-resources-okwin-platform-features__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-okwin-platform-features__feature-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-resources-okwin-platform-features__feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.page-resources-okwin-platform-features__feature-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-resources-okwin-platform-features__card-title {
  font-size: 24px;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-resources-okwin-platform-features__card-description {
  font-size: 16px;
  line-height: 1.7;
  flex-grow: 1;
}

.page-resources-okwin-platform-features__card-description a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-okwin-platform-features__card-description a:hover {
  text-decoration: underline;
}

.page-resources-okwin-platform-features__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.page-resources-okwin-platform-features__feature-list li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #555555;
  position: relative;
  padding-left: 25px;
}

.page-resources-okwin-platform-features__feature-list li::before {
  content: '✓';
  color: #26A9E0;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-okwin-platform-features__feature-list li a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-okwin-platform-features__feature-list li a:hover {
  text-decoration: underline;
}

/* Benefits Section */
.page-resources-okwin-platform-features__benefits-section {
  background-color: #f0faff;
}

.page-resources-okwin-platform-features__benefits-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 30px auto;
  text-align: left;
}

.page-resources-okwin-platform-features__benefits-list li {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
  color: #333333;
}

.page-resources-okwin-platform-features__benefits-list li strong {
  color: #26A9E0;
}

.page-resources-okwin-platform-features__benefits-list li::before {
  content: '★';
  color: #EA7C07; /* Login color for star */
  position: absolute;
  left: 0;
  font-size: 22px;
  line-height: 1;
}

.page-resources-okwin-platform-features__benefits-list li a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-okwin-platform-features__benefits-list li a:hover {
  text-decoration: underline;
}

/* Guide Section */
.page-resources-okwin-platform-features__guide-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-okwin-platform-features__guide-section .page-resources-okwin-platform-features__section-title {
  color: #ffffff;
}

.page-resources-okwin-platform-features__guide-section .page-resources-okwin-platform-features__section-title::after {
  background-color: #ffffff;
}

.page-resources-okwin-platform-features__guide-section .page-resources-okwin-platform-features__text-block {
  color: #f0f0f0;
}

.page-resources-okwin-platform-features__guide-section .page-resources-okwin-platform-features__text-block a {
  color: #ffffff;
  text-decoration: underline;
}

.page-resources-okwin-platform-features__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-okwin-platform-features__guide-step {
  background-color: #ffffff;
  color: #333333;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.page-resources-okwin-platform-features__guide-step h3 {
  font-size: 22px;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-okwin-platform-features__guide-step p {
  font-size: 16px;
  line-height: 1.7;
}

.page-resources-okwin-platform-features__guide-step p a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-okwin-platform-features__guide-step p a:hover {
  text-decoration: underline;
}

/* FAQ Section */
.page-resources-okwin-platform-features__faq-section {
  background-color: #f9f9f9;
}

.page-resources-okwin-platform-features__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

/* FAQ容器样式 */
.page-resources-okwin-platform-features__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* FAQ默认状态 - 答案隐藏 */
.page-resources-okwin-platform-features__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
  padding: 0 20px;
  opacity: 0;
  text-align: left;
}

/* FAQ展开状态 - 🚨 使用!important và đủ lớn max-height để đảm bảo mở rộng */
.page-resources-okwin-platform-features__faq-item.active .page-resources-okwin-platform-features__faq-answer {
  max-height: 2000px !important; /* 🚨 Sử dụng!important để đảm bảo ưu tiên, giá trị đủ lớn để chứa mọi nội dung */
  padding: 20px !important;
  opacity: 1;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
}

.page-resources-okwin-platform-features__faq-item.active .page-resources-okwin-platform-features__faq-answer p {
  margin: 0;
  color: #333333;
}

.page-resources-okwin-platform-features__faq-item.active .page-resources-okwin-platform-features__faq-answer a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-okwin-platform-features__faq-item.active .page-resources-okwin-platform-features__faq-answer a:hover {
  text-decoration: underline;
}

/* 问题样式 */
.page-resources-okwin-platform-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #26A9E0;
  color: #ffffff;
  border: 1px solid #26A9E0;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.page-resources-okwin-platform-features__faq-question:hover {
  background: #1e87c0;
  border-color: #1e87c0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-okwin-platform-features__faq-question:active {
  background: #196b99;
  border-color: #196b99;
}

/* 问题标题样式 */
.page-resources-okwin-platform-features__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none; /* 防止h3标签阻止点击事件 */
  color: #ffffff;
}

/* 切换图标 */
.page-resources-okwin-platform-features__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none; /* 防止图标阻止点击事件 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-okwin-platform-features__faq-item.active .page-resources-okwin-platform-features__faq-toggle {
  transform: rotate(45deg);
  color: #ffffff;
}

/* Conclusion Section */
.page-resources-okwin-platform-features__conclusion-section {
  background-color: #f0faff;
  padding-bottom: 80px;
}

.page-resources-okwin-platform-features__conclusion-section .page-resources-okwin-platform-features__text-block {
  font-size: 18px;
  color: #333333;
}

.page-resources-okwin-platform-features__conclusion-section .page-resources-okwin-platform-features__text-block a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-okwin-platform-features__conclusion-section .page-resources-okwin-platform-features__text-block a:hover {
  text-decoration: underline;
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
  .page-resources-okwin-platform-features__hero-title {
    font-size: 40px;
  }
  .page-resources-okwin-platform-features__hero-description {
    font-size: 18px;
  }
  .page-resources-okwin-platform-features__section-title {
    font-size: 30px;
  }
  .page-resources-okwin-platform-features__text-block {
    font-size: 16px;
  }
  .page-resources-okwin-platform-features__feature-card {
    padding: 25px;
  }
  .page-resources-okwin-platform-features__card-title {
    font-size: 20px;
  }
  .page-resources-okwin-platform-features__card-description {
    font-size: 15px;
  }
  .page-resources-okwin-platform-features__benefits-list li {
    font-size: 16px;
  }
  .page-resources-okwin-platform-features__guide-step h3 {
    font-size: 20px;
  }
  .page-resources-okwin-platform-features__guide-step p {
    font-size: 15px;
  }
  .page-resources-okwin-platform-features__faq-question h3 {
    font-size: 16px;
  }
  .page-resources-okwin-platform-features__faq-toggle {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-okwin-platform-features__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-okwin-platform-features__hero-image {
    margin-bottom: 20px;
    border-radius: 8px;
  }
  .page-resources-okwin-platform-features__hero-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-okwin-platform-features__hero-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .page-resources-okwin-platform-features__hero-description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-resources-okwin-platform-features__cta-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
  .page-resources-okwin-platform-features__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 25px;
    font-size: 16px;
  }

  .page-resources-okwin-platform-features__section {
    padding: 40px 0;
  }
  .page-resources-okwin-platform-features__section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .page-resources-okwin-platform-features__text-block {
    font-size: 15px;
    text-align: left;
  }
  .page-resources-okwin-platform-features__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-okwin-platform-features__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-okwin-platform-features__feature-card {
    padding: 20px;
  }
  .page-resources-okwin-platform-features__feature-card img {
    
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-okwin-platform-features__card-title {
    font-size: 18px;
  }
  .page-resources-okwin-platform-features__card-description {
    font-size: 14px;
  }
  .page-resources-okwin-platform-features__benefits-list li {
    font-size: 15px;
    padding-left: 30px;
  }
  .page-resources-okwin-platform-features__benefits-list li::before {
    font-size: 20px;
  }
  .page-resources-okwin-platform-features__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-okwin-platform-features__guide-step {
    padding: 25px;
  }
  .page-resources-okwin-platform-features__guide-step h3 {
    font-size: 18px;
  }
  .page-resources-okwin-platform-features__guide-step p {
    font-size: 14px;
  }
  .page-resources-okwin-platform-features__faq-list {
    margin-top: 30px;
  }
  .page-resources-okwin-platform-features__faq-question {
    padding: 15px;
  }
  .page-resources-okwin-platform-features__faq-question h3 {
    font-size: 15px;
  }
  .page-resources-okwin-platform-features__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  .page-resources-okwin-platform-features__faq-item.active .page-resources-okwin-platform-features__faq-answer {
    padding: 15px !important;
  }
  .page-resources-okwin-platform-features p,
  .page-resources-okwin-platform-features li {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-okwin-platform-features img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-okwin-platform-features__cta-buttons,
  .page-resources-okwin-platform-features__button-group,
  .page-resources-okwin-platform-features__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
}