/* style/index-platform-features.css */
.page-index-platform-features {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-index-platform-features-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-platform-features-hero {
  background: linear-gradient(135deg, #0A2E36 0%, #0A2E36 60%, #E74C3C 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-platform-features-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:hero_pattern,abstract,geometric]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-index-platform-features-hero > div {
  position: relative;
  z-index: 1;
}

.page-index-platform-features-main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.page-index-platform-features-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-index-platform-features-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  cursor: pointer;
}

.page-index-platform-features-btn.primary {
  background-color: #E74C3C;
  color: #fff;
  border: 2px solid #E74C3C;
}

.page-index-platform-features-btn.primary:hover {
  background-color: #c0392b;
  border-color: #c0392b;
  transform: translateY(-2px);
}

.page-index-platform-features-btn.secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-index-platform-features-btn.secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-index-platform-features-btn.large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-index-platform-features-section {
  padding: 80px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.page-index-platform-features-section:nth-of-type(even) {
  background-color: #f4f4f4;
}

.page-index-platform-features-section-title {
  font-size: 2.5em;
  color: #0A2E36;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-platform-features-section-description {
  font-size: 1.2em;
  color: #555;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

.page-index-platform-features-highlight {
  color: #E74C3C;
}

.page-index-platform-features-grid-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-index-platform-features-grid-2-col-reverse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  direction: rtl;
}

.page-index-platform-features-grid-2-col-reverse > div {
  direction: ltr;
}

.page-index-platform-features-text-content p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 15px;
}

.page-index-platform-features-image-wrapper {
  text-align: center;
}

.page-index-platform-features-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

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

.page-index-platform-features-feature-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.page-index-platform-features-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.page-index-platform-features-feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-platform-features-feature-title {
  font-size: 1.6em;
  color: #0A2E36;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-platform-features-feature-card p {
  font-size: 1em;
  color: #555;
  flex-grow: 1;
}

.page-index-platform-features-card-link {
  display: inline-block;
  margin-top: 20px;
  color: #E74C3C;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-platform-features-card-link:hover {
  color: #c0392b;
  text-decoration: underline;
}

.page-index-platform-features-guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-index-platform-features-step-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-index-platform-features-step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #F39C12;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-platform-features-step-title {
  font-size: 1.5em;
  color: #0A2E36;
  margin-bottom: 15px;
  font-weight: bold;
  padding-top: 20px;
}

.page-index-platform-features-step-card p {
  font-size: 1em;
  color: #555;
  flex-grow: 1;
}

.page-index-platform-features-note {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
  color: #666;
  font-style: italic;
}

.page-index-platform-features-advantage-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.page-index-platform-features-advantage-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.page-index-platform-features-advantage-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-platform-features-advantage-title {
  font-size: 1.4em;
  color: #0A2E36;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-platform-features-advantage-card p {
  font-size: 1em;
  color: #555;
}

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

.page-index-platform-features-faq-list {
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-platform-features-faq-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-platform-features-faq-question {
  font-size: 1.25em;
  color: #0A2E36;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-index-platform-features-faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #E74C3C;
  transition: transform 0.3s ease;
}

.page-index-platform-features-faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-index-platform-features-faq-answer {
  font-size: 1.05em;
  color: #555;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.page-index-platform-features-faq-answer.active {
  display: block;
}

.page-index-platform-features-cta-bottom {
  text-align: center;
  padding: 100px 0;
  background-color: #0A2E36;
  color: #fff;
}

.page-index-platform-features-cta-bottom .page-index-platform-features-section-title {
  color: #fff;
}

.page-index-platform-features-cta-bottom .page-index-platform-features-section-description {
  color: #f0f0f0;
}

.page-index-platform-features .text-lowercase {
  text-transform: lowercase;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-platform-features-main-title {
    font-size: 2.8em;
  }

  .page-index-platform-features-subtitle {
    font-size: 1.3em;
  }

  .page-index-platform-features-section-title {
    font-size: 2em;
  }

  .page-index-platform-features-grid-2-col,
  .page-index-platform-features-grid-2-col-reverse {
    grid-template-columns: 1fr;
    direction: ltr; /* Reset for mobile */
  }

  .page-index-platform-features-grid-2-col-reverse .page-index-platform-features-image-wrapper {
    order: -1; /* Image first on mobile for reverse layout */
  }

  .page-index-platform-features-features-grid,
  .page-index-platform-features-guide-steps,
  .page-index-platform-features-grid-3-col {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-platform-features-hero {
    padding: 80px 0;
  }

  .page-index-platform-features-main-title {
    font-size: 2.2em;
  }

  .page-index-platform-features-subtitle {
    font-size: 1.1em;
  }

  .page-index-platform-features-btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-platform-features-section {
    padding: 60px 0;
  }

  .page-index-platform-features-section-title {
    font-size: 1.8em;
  }

  .page-index-platform-features-section-description {
    font-size: 1em;
  }

  .page-index-platform-features-feature-card,
  .page-index-platform-features-step-card,
  .page-index-platform-features-advantage-card {
    padding: 25px;
  }

  .page-index-platform-features-feature-title {
    font-size: 1.4em;
  }

  .page-index-platform-features-step-title {
    font-size: 1.3em;
  }

  .page-index-platform-features-advantage-title {
    font-size: 1.2em;
  }

  .page-index-platform-features-faq-question {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-index-platform-features-hero {
    padding: 60px 0;
  }

  .page-index-platform-features-main-title {
    font-size: 1.8em;
  }

  .page-index-platform-features-subtitle {
    font-size: 0.95em;
  }

  .page-index-platform-features-cta-group {
    flex-direction: column;
  }

  .page-index-platform-features-btn {
    width: 100%;
    margin: 5px 0;
  }

  .page-index-platform-features-section {
    padding: 40px 0;
  }

  .page-index-platform-features-section-title {
    font-size: 1.5em;
  }

  .page-index-platform-features-section-description {
    font-size: 0.9em;
  }

  .page-index-platform-features-container {
    padding: 0 15px;
  }

  .page-index-platform-features-step-number {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }
}