<div style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 1200px; margin: 0 auto; padding: 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 12px;">
  
  <!-- Заголовок с градиентом -->
  <div style="text-align: center; margin-bottom: 40px; padding: 40px 20px; background: rgba(255,255,255,0.1); border-radius: 16px; backdrop-filter: blur(10px);">
    <h1 style="color: white; margin: 0; font-size: 2.5em; font-weight: 700; text-shadow: 0 2px 4px rgba(0,0,0,0.3);">📋 Документация для врачей</h1>
    <p style="color: rgba(255,255,255,0.9); margin: 10px 0 0 0; font-size: 1.1em;">Полное руководство по работе с личным кабинетом</p>
  </div>

  <!-- Начало работы -->
  <div style="margin-bottom: 50px;">
    <h2 style="color: white; margin-bottom: 25px; font-size: 1.8em; display: flex; align-items: center; gap: 10px;">
      <span style="background: linear-gradient(45deg, #ff6b6b, #ee5a24); padding: 8px 12px; border-radius: 50%; font-size: 0.8em;">🚀</span>
      Начало работы
    </h2>
    <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px;">
      
      <div style="background: linear-gradient(135deg, #74b9ff, #0984e3); border-radius: 16px; padding: 25px; color: white; transform: translateY(0); transition: all 0.3s ease; box-shadow: 0 8px 32px rgba(0,0,0,0.2);" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 16px 48px rgba(0,0,0,0.3)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 8px 32px rgba(0,0,0,0.2)'">
        <div style="display: flex; align-items: center; gap: 12px; margin-bottom: 15px;">
          <span style="font-size: 1.5em;">💻</span>
          <h3 style="margin: 0; font-size: 1.2em; font-weight: 600;">Обзор ЛК и его возможностей</h3>
        </div>
        <p style="margin: 0; opacity: 0.9; line-height: 1.5;">Общий обзор личного кабинета и основных функций системы</p>
      </div>

      <div style="background: linear-gradient(135deg, #a29bfe, #6c5ce7); border-radius: 16px; padding: 25px; color: white; transform: translateY(0); transition: all 0.3s ease; box-shadow: 0 8px 32px rgba(0,0,0,0.2);" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 16px 48px rgba(0,0,0,0.3)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 8px 32px rgba(0,0,0,0.2)'">
        <div style="display: flex; align-items: center; gap: 12px; margin-bottom: 15px;">
          <span style="font-size: 1.5em;">✅</span>
          <h3 style="margin: 0; font-size: 1.2em; font-weight: 600;">Регистрация и активация</h3>
        </div>
        <p style="margin: 0; opacity: 0.9; line-height: 1.5;">Пошаговое руководство по регистрации и активации аккаунта</p>
      </div>

      <div style="background: linear-gradient(135deg, #55efc4, #00b894); border-radius: 16px; padding: 25px; color: white; transform: translateY(0); transition: all 0.3s ease; box-shadow: 0 8px 32px rgba(0,0,0,0.2);" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 16px 48px rgba(0,0,0,0.3)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 8px 32px rgba(0,0,0,0.2)'">
        <div style="display: flex; align-items: center; gap: 12px; margin-bottom: 15px;">
          <span style="font-size: 1.5em;">🔐</span>
          <h3 style="margin: 0; font-size: 1.2em; font-weight: 600;">Вход в ЛК</h3>
        </div>
        <p style="margin: 0; opacity: 0.9; line-height: 1.5;">Инструкции по входу в личный кабинет и восстановлению пароля</p>
      </div>

      <div style="background: linear-gradient(135deg, #fd79a8, #e84393); border-radius: 16px; padding: 25px; color: white; transform: translateY(0); transition: all 0.3s ease; box-shadow: 0 8px 32px rgba(0,0,0,0.2);" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 16px 48px rgba(0,0,0,0.3)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 8px 32px rgba(0,0,0,0.2)'">
        <div style="display: flex; align-items: center; gap: 12px; margin-bottom: 15px;">
          <span style="font-size: 1.5em;">⚙️</span>
          <h3 style="margin: 0; font-size: 1.2em; font-weight: 600;">Настройка профиля</h3>
        </div>
        <p style="margin: 0; opacity: 0.9; line-height: 1.5;">Настройка личных данных, предпочтений и уведомлений</p>
      </div>

      <div style="background: linear-gradient(135deg, #fdcb6e, #e17055); border-radius: 16px; padding: 25px; color: white; transform: translateY(0); transition: all 0.3s ease; box-shadow: 0 8px 32px rgba(0,0,0,0.2);" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 16px 48px rgba(0,0,0,0.3)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 8px 32px rgba(0,0,0,0.2)'">
        <div style="display: flex; align-items: center; gap: 12px; margin-bottom: 15px;">
          <span style="font-size: 1.5em;">🧭</span>
          <h3 style="margin: 0; font-size: 1.2em; font-weight: 600;">Навигация по интерфейсу</h3>
        </div>
        <p style="margin: 0; opacity: 0.9; line-height: 1.5;">Основы работы с интерфейсом и навигацией по системе</p>
      </div>
    </div>
  </div>

  <!-- Остальные разделы с аналогичным стилем -->
  <div style="margin-bottom: 50px;">
    <h2 style="color: white; margin-bottom: 25px; font-size: 1.8em; display: flex; align-items: center; gap: 10px;">
      <span style="background: linear-gradient(45deg, #00b894, #00cec9); padding: 8px 12px; border-radius: 50%; font-size: 0.8em;">👥</span>
      Заказы и Пациенты
    </h2>
    <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 20px;">
      
      <div style="background: linear-gradient(135deg, #81ecec, #00cec9); border-radius: 16px; padding: 25px; color: white; transform: translateY(0); transition: all 0.3s ease; box-shadow: 0 8px 32px rgba(0,0,0,0.2);" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 16px 48px rgba(0,0,0,0.3)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 8px 32px rgba(0,0,0,0.2)'">
        <div style="display: flex; align-items: center; gap: 12px; margin-bottom: 15px;">
          <span style="font-size: 1.5em;">📋</span>
          <h3 style="margin: 0; font-size: 1.2em; font-weight: 600;">Типы заказов</h3>
        </div>
        <p style="margin: 0; opacity: 0.9; line-height: 1.5;">Различные виды заказов в системе и их особенности</p>
      </div>

      <div style="background: linear-gradient(135deg, #fab1a0, #e17055); border-radius: 16px; padding: 25px; color: white; transform: translateY(0); transition: all 0.3s ease; box-shadow: 0 8px 32px rgba(0,0,0,0.2);" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 16px 48px rgba(0,0,0,0.3)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 8px 32px rgba(0,0,0,0.2)'">
        <div style="display: flex; align-items: center; gap: 12px; margin-bottom: 15px;">
          <span style="font-size: 1.5em;">➕</span>
          <h3 style="margin: 0; font-size: 1.2em; font-weight: 600;">Создание заказа</h3>
        </div>
        <p style="margin: 0; opacity: 0.9; line-height: 1.5;">Пошаговое руководство по созданию первого заказа</p>
      </div>

      <div style="background: linear-gradient(135deg, #ff7675, #d63031); border-radius: 16px; padding: 25px; color: white; transform: translateY(0); transition: all 0.3s ease; box-shadow: 0 8px 32px rgba(0,0,0,0.2);" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 16px 48px rgba(0,0,0,0.3)'" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 8px 32px rgba(0,0,0,0.2)'">
        <div style="display: flex; align-items: center; gap: 12px; margin-bottom: 15px;">
          <span style="font-size: 1.5em;">👤</span>
          <h3 style="margin: 0; font-size: 1.2em; font-weight: 600;">Управление пациентами</h3>
        </div>
        <p style="margin: 0; opacity: 0.9; line-height: 1.5;">Работа с базой данных пациентов и их историей</p>
      </div>
    </div>
  </div>

  <!-- Быстрые ссылки -->
  <div style="background: rgba(255,255,255,0.1); border-radius: 16px; padding: 30px; backdrop-filter: blur(10px); text-align: center;">
    <h3 style="color: white; margin-bottom: 20px; font-size: 1.4em;">🔗 Быстрые ссылки</h3>
    <div style="display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;">
      <a href="#" style="background: rgba(255,255,255,0.2); color: white; padding: 12px 24px; border-radius: 25px; text-decoration: none; font-weight: 500; transition: all 0.3s ease;" onmouseover="this.style.background='rgba(255,255,255,0.3)'" onmouseout="this.style.background='rgba(255,255,255,0.2)'">💬 Поддержка</a>
      <a href="#" style="background: rgba(255,255,255,0.2); color: white; padding: 12px 24px; border-radius: 25px; text-decoration: none; font-weight: 500; transition: all 0.3s ease;" onmouseover="this.style.background='rgba(255,255,255,0.3)'" onmouseout="this.style.background='rgba(255,255,255,0.2)'">❓ FAQ</a>
      <a href="#" style="background: rgba(255,255,255,0.2); color: white; padding: 12px 24px; border-radius: 25px; text-decoration: none; font-weight: 500; transition: all 0.3s ease;" onmouseover="this.style.background='rgba(255,255,255,0.3)'" onmouseout="this.style.background='rgba(255,255,255,0.2)'">📞 Контакты</a>
    </div>
  </div>
</div>