
.expert-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.avatar {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: white;
  background: linear-gradient(135deg, rgba(59,130,246,0.9), rgba(139,92,246,0.8));
  box-shadow: 0 0 24px rgba(139,92,246,0.20);
  border: 1px solid rgba(255,255,255,0.10);
}

img.avatar.avatar--img {
  padding: 0;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}

.expert-name { 
  font-weight: 900; 
}

.expert-role { 
  color: var(--text-muted); 
  font-size: 13px; 
  margin-top: 2px; 
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.tag {
  font-size: 11px;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(85, 120, 189, 0.9);
}


.story-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  background: rgba(59,130,246,0.12);
  border: 1px solid rgba(59,130,246,0.3);
  color: #1e40af;
}

.story-card { 
  position: relative; 
}

.story-card h3 { 
  margin-top: 10px; 
}


.partners-strip {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  color: var(--text-muted);
  font-size: 12px;
}

.partner-chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(0,0,0,0.08);
  color: var(--text-muted);
  font-weight: 900;
}


.cta {
  margin: 24px 0 0;
  padding: 26px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(135deg, rgba(59,130,246,0.18), rgba(16,185,129,0.12), rgba(139,92,246,0.16));
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.cta-title { 
  font-size: 20px; 
  font-weight: 900; 
  margin-bottom: 6px;
  color: var(--text-main);
}

.cta-text { 
  color: rgba(91, 93, 96, 0.86); 
}


.footer {
  border-top: 1px solid var(--footer-border);
  padding: 72px 0 34px;
  background: var(--footer-bg);
  margin-top: 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 40px;
  margin-bottom: 48px;
}

.footer-desc {
  color: var(--footer-text);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0;
}

.logo-footer {
  margin-bottom: 14px;
  display: inline-flex;
}

.footer-title {
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 18px;
  color: var(--footer-title-color);
}

.footer-address {
  font-style: normal;
}

.footer-link {
  color: var(--footer-text);
  display: block;
  margin-bottom: 10px;
  transition: var(--transition);
  font-weight: 700;
}

.footer-link:hover {
  color: var(--primary);
  transform: translateX(-6px);
}

.footer-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--primary);
  border-radius: 4px;
}


.footer-text {
  color: var(--footer-text);
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  cursor: default;
}


a:not(.btn):focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  border-radius: 2px;
}

.footer-note {
  text-align: center;
  color: var(--footer-note-text);
  font-size: 12px;
  border-top: 1px solid var(--footer-border);
  padding-top: 22px;
}

.footer-note__muted {
  opacity: 0.7;
}




.avatar-img-rounded {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}


.talents-list-card .talents-list-card__inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.talents-list-card .card-meta {
  margin-top: 8px;
}
.talents-list-card .card-meta div {
  margin-bottom: 4px;
}
.talents-list-card .card-meta div:last-child {
  margin-bottom: 0;
}
.talents-list-card__footer {
  justify-content: flex-end;
  margin-top: 14px;
}


.provider-card {
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.provider-card__logo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}
.provider-card__logo-placeholder {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark, #1d4ed8) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  flex-shrink: 0;
}
.provider-card__content {
  flex: 1;
  min-width: 200px;
}
.provider-card__label {
  margin: 0 0 6px;
  font-size: 16px;
  color: var(--text-muted);
}
.provider-card__name {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}
.provider-card__desc {
  margin: 0;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}


.opportunity-hero-card {
  overflow: hidden;
  border-radius: var(--radius-sm);
  padding: 0;
}
.opportunity-hero-content {
  padding: 24px;
}
.opportunity-hero-title {
  font-weight: 900;
  font-size: clamp(24px, 4vw, 32px);
  margin: 0 0 12px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.opportunity-hero-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.opportunity-hero-description {
  line-height: 1.8;
  color: var(--text-main);
}


.page-top-padding { padding-top: 120px; padding-bottom: 60px; }
.page-header-wrap { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin: 32px 0 24px; flex-wrap: wrap; }
.page-title { margin: 0 0 8px; font-size: clamp(24px, 4vw, 32px); font-weight: 900; color: var(--text-main); overflow-wrap: anywhere; word-break: break-word; }
.page-subtitle { margin: 0; color: var(--text-muted); font-size: 14px; max-width: 700px; line-height: 1.6; }
.opportunities-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.interactive-card { cursor: pointer; transition: var(--transition, all 0.2s ease-in-out); }
.interactive-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); }
.card-body { padding: 16px; display: flex; flex-direction: column; height: 100%; box-sizing: border-box; }
.card-badges-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 8px; }
.card-title-sm { font-size: 15px; font-weight: 600; margin: 6px 0 8px; line-height: 1.4; color: var(--text-main); }
.card-meta { font-size: 12px; color: var(--text-muted); line-height: 1.6; margin-bottom: 10px; flex: 1; }
.card-actions-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: auto; }
.card-actions-row .card-btn { font-size: 12px; flex: 1; }
.empty-state-card { grid-column: 1 / -1; text-align: center; padding: 48px 0; color: var(--text-muted); }
.empty-state-text { margin: 0 0 16px; font-size: 15px; }


.pagination-wrap { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 32px; }
.pagination-info { padding: 8px 16px; color: var(--text-main); font-size: 14px; font-weight: 500; }


.contact-page { text-align: right; }
.contact-page .container { direction: rtl; }
.contact-page__header { text-align: right; max-width: 560px; margin-inline-end: auto; margin-inline-start: 0; }
.contact-page__form-col { text-align: right; }
.contact-page__card { padding: 24px; margin-bottom: 24px; text-align: right; }
.contact-page__card-title { font-weight: 900; margin: 0 0 20px; font-size: 20px; text-align: right; }
.contact-page__card-title--sm { font-size: 18px; margin: 0 0 12px; }
.contact-page__alerts { margin-bottom: 16px; text-align: right; }
.contact-page__alerts .alert { text-align: right; }
.contact-page__form { display: flex; flex-direction: column; gap: 18px; text-align: right; }
.contact-page__form-group { text-align: right; }
.contact-page__label { display: block; text-align: right; margin-bottom: 6px; }
.contact-page__form-group .form-input, .contact-page__form-group .form-select, .contact-page__form-group textarea { text-align: right; width: 100%; }
.contact-page__form-group .form-error { display: block; text-align: right; color: var(--danger, #ef4444); }
.contact-page__submit { width: fit-content; align-self: flex-start; }
.contact-page__notice { text-align: right; margin-top: 20px; }
.contact-page__aside { text-align: right; }
.contact-page__info-card { padding: 22px; }
.contact-page__info { font-size: 14px; color: var(--text-muted); line-height: 1.9; text-align: right; }


.rabt-attachment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 12px;
  width: 100%;
  text-align: start;
  direction: inherit;
}
.rabt-attachment-row:last-child {
  margin-bottom: 0;
}

.rabt-attachment-row__name {
  text-align: start;
  min-width: 0;
  flex: 1 1 12rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 400px) {
  .rabt-attachment-row {
    flex-direction: column;
    align-items: stretch;
  }
  .rabt-download-btn {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }
}
.rabt-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 8px 16px;
  min-height: 40px;
  box-sizing: border-box;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.25;
  border: 1px solid rgba(47, 128, 237, 0.32);
  background: rgba(47, 128, 237, 0.1);
  color: var(--primary);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.rabt-download-btn:hover {
  background: rgba(47, 128, 237, 0.16);
  color: #1e3a8a;
  border-color: rgba(47, 128, 237, 0.42);
  transform: translateY(-1px);
}
.rabt-download-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(47, 128, 237, 0.35);
}

.dashboard-page .rabt-download-btn {
  border-color: rgba(147, 197, 253, 0.22);
  background: rgba(59, 130, 246, 0.2);
  color: #bfdbfe;
}
.dashboard-page .rabt-download-btn:hover {
  color: #dbeafe;
  background: rgba(59, 130, 246, 0.28);
  border-color: rgba(147, 197, 253, 0.32);
}
.dashboard-page .rabt-download-btn:focus-visible {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.35);
}

