.elate-hero {
      background: linear-gradient(135deg, #003153, #1b4f6e);
      padding: 120px 0 80px;
      color: white;
    }
    .elate-hero-content {
      text-align: center;
    }
    .elate-logo-container {
      margin-bottom: 30px;
    }
    .elate-logo-container img {
      max-width: 300px;
      border-radius: 8px;
      background: white;
      padding: 15px 25px;
    }
    .elate-hero h1 {
      color: white;
      font-size: 2.8rem;
      margin-bottom: 20px;
    }
    .elate-hero .subtitle {
      color: rgba(255,255,255,0.9);
      font-size: 1.2rem;
      max-width: 800px;
      margin: 0 auto 30px;
    }
    .elate-rating-container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 30px;
    }
    .elate-rating-stars i {
      color: #FFD700;
      font-size: 1.2rem;
    }
    .elate-rating-text {
      color: white;
      font-weight: 500;
    }
    .hero-cta {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }
    .btn-primary {
      background: #f5b342;
      border: none;
      color: #003153;
      font-weight: 600;
      padding: 14px 34px;
      border-radius: 40px;
    }
    .btn-primary:hover {
      background: #ffc107;
      transform: translateY(-3px);
    }
    .btn-secondary {
      background: transparent;
      border: 2px solid white;
      color: white;
      padding: 14px 34px;
      border-radius: 40px;
      font-weight: 600;
    }
    .btn-secondary:hover {
      background: white;
      color: #003153;
    }
    .steps-section {
      padding: 70px 0;
      background: #f9fbfd;
    }
    .steps-grid {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 25px;
      margin-top: 40px;
    }
    .step-card {
      background: white;
      border-radius: 16px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 10px 25px rgba(0,0,0,0.05);
      position: relative;
    }
    .step-card.highlighted {
      border: 2px solid #f5b342;
    }
    .step-number {
      width: 50px;
      height: 50px;
      background: #003153;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      font-weight: 700;
      margin: 0 auto 20px;
    }
    .highlight-badge {
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      background: #f5b342;
      color: #003153;
      font-size: 0.75rem;
      font-weight: 600;
      padding: 5px 12px;
      border-radius: 30px;
      white-space: nowrap;
    }
    .elate-features-grid {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 25px;
      margin: 40px 0;
    }
    .elate-feature-card {
      background: white;
      border-radius: 12px;
      padding: 25px 20px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.03);
      border: 1px solid #eef2f6;
    }
    .elate-feature-icon {
      width: 60px;
      height: 60px;
      background: #e6f0f9;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      color: #003153;
      font-size: 1.8rem;
    }
    .elate-modules-table {
      width: 100%;
      border-collapse: collapse;
      background: white;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0,0,0,0.05);
      margin: 30px 0;
    }
    .elate-modules-table th {
      background: #003153;
      color: white;
      padding: 15px;
      font-weight: 600;
    }
    .elate-modules-table td {
      padding: 14px 15px;
      border-bottom: 1px solid #eef2f6;
    }
    .elate-industries {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
      margin: 30px 0;
    }
    .elate-industry-tag {
      background: #e6f0f9;
      color: #003153;
      padding: 8px 22px;
      border-radius: 40px;
      font-weight: 500;
      font-size: 0.9rem;
    }
    .elate-pros-cons {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      margin: 40px 0;
    }
    .elate-pros-card, .elate-cons-card {
      background: white;
      padding: 30px;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    }
    .elate-pros-card h3, .elate-cons-card h3 {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 20px;
    }
    .elate-pros-card ul, .elate-cons-card ul {
      list-style: none;
      padding: 0;
    }
    .elate-pros-card li, .elate-cons-card li {
      margin-bottom: 12px;
      padding-left: 28px;
      position: relative;
    }
    .elate-pros-card li::before {
      font-family: "Font Awesome 6 Free";
      content: "\f00c";
      font-weight: 900;
      color: #2e7d32;
      position: absolute;
      left: 0;
    }
    .elate-cons-card li::before {
      font-family: "Font Awesome 6 Free";
      content: "\f06a";
      font-weight: 900;
      color: #d32f2f;
      position: absolute;
      left: 0;
    }
    .timeline-container {
      position: relative;
      max-width: 800px;
      margin: 40px auto;
    }
    .timeline-step {
      display: flex;
      gap: 20px;
      margin-bottom: 30px;
    }
    .timeline-icon {
      width: 55px;
      height: 55px;
      background: #f5b342;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      color: #003153;
      flex-shrink: 0;
    }
    .timeline-content {
      background: white;
      padding: 20px 25px;
      border-radius: 12px;
      flex: 1;
      box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    }
    .elate-pricing-card {
      background: white;
      border-radius: 24px;
      padding: 40px;
      box-shadow: 0 15px 30px rgba(0,0,0,0.05);
      text-align: center;
      max-width: 800px;
      margin: 30px auto;
    }
    .faq-container {
      max-width: 900px;
      margin: 0 auto;
    }
    .faq-item {
      background: white;
      border-radius: 12px;
      margin-bottom: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    }
    .faq-question {
      width: 100%;
      background: none;
      border: none;
      padding: 20px 25px;
      text-align: left;
      font-weight: 600;
      font-size: 1.1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      color: #003153;
    }
    .faq-question i {
      transition: transform 0.3s;
    }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      padding: 0 25px;
      background: #f9fbfd;
    }
    .faq-answer p {
      padding: 0 0 20px 0;
      margin: 0;
    }
    .faq-question.active + .faq-answer {
      max-height: 300px;
    }
    .section-cta {
      text-align: center;
      margin: 40px 0;
    }
    .contact-section-v2 {
      background: #f2f7fc;
      padding: 70px 0;
    }
    @media (max-width: 992px) {
      .steps-grid { grid-template-columns: repeat(2,1fr); }
      .elate-features-grid { grid-template-columns: repeat(2,1fr); }
    }
    @media (max-width: 768px) {
      .elate-hero h1 { font-size: 2.2rem; }
      .steps-grid { grid-template-columns: 1fr; }
      .elate-features-grid { grid-template-columns: 1fr; }
      .elate-pros-cons { grid-template-columns: 1fr; }
      .hero-cta { flex-direction: column; align-items: center; }
      .btn-primary, .btn-secondary { width: 100%; max-width: 320px; }
    }
    /* ERP links banner */
    .erp-links-banner {
      background: #eef6fb;
      border-radius: 60px;
      padding: 20px 30px;
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
      margin: 30px 0;
    }
    .erp-link-btn {
      border: 1px solid #003153;
      color: #003153;
      background: white;
      padding: 10px 22px;
      border-radius: 40px;
      font-weight: 500;
      transition: 0.2s;
    }
    .erp-link-btn:hover {
      background: #003153;
      color: white;
      text-decoration: none;
    }